37003d5a51d933442b986749223d54e502e9972d
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-e21.el (wl-e21-find-image): New function.
4         (wl-e21-setup-toolbar): Use it instead of `find-image'.
5         (wl-e21-highlight-folder-group-line): Ditto.
6         (wl-folder-init-icons): Ditto.
7         (wl-plugged-init-icons): Ditto.
8         (wl-biff-init-icons): Ditto.
9
10 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
13         (wl-inhibit-save-drafts): New internal variable.
14         (wl-disable-auto-save): Ditto.
15         (wl-save-drafts): Treat above variables.
16         (wl-auto-save-drafts): New function.
17         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
18         `wl-stop-save-drafts'.
19         (wl-start-save-drafts): New function.
20         (wl-stop-save-drafts): Ditto.
21         (wl-set-auto-save-draft): New command.
22
23         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
24         `wl-set-save-drafts'.
25
26 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
29         `make-local-variable' instead of `make-variable-buffer-local'.
30
31 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
32
33         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
34
35 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
36
37         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
38
39 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
40
41         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
42         of working buffer.
43
44 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
47
48         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
49         value into recipients; Bind `wl-draft-remove-group-list-contents'
50         as nil.
51
52 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl-summary.el (wl-summary-sort): Fixed the last change.
55
56         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
57         (wl-summary-sort-messages): Ditto.
58         (wl-summary-rescan): Use it.
59         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
60         `completing-read'; Append candidates for reverse order.
61
62 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * Version number is increased to 2.15.2.
65
66 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
67
68         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
69         "Smaller".
70         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
71
72 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
73
74         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
75
76 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-vars.el (wl-draft-additional-header-alist): Add into the
79         customize group `wl-draft'.
80         (wl-draft-add-in-reply-to): Move customize group from `wl' to
81         `wl-draft'.
82         (wl-draft-add-references): Ditto.
83
84         * wl-action.el (wl-summary-print-argument): Rename argument from
85         `folder' to `data'.
86
87 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
88
89         * wl-summary.el (wl-summary-rescan-message): Call
90         `wl-thread-cleanup-symbols' before insert thread.
91
92 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl.el (wl-init): Set `elmo-get-folder-function' as
95         `wl-folder-make-elmo-folder'.
96
97         * wl-spam.el (wl-summary-exec-action-spam): Use
98         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
99
100         * wl-folder.el (wl-folder-make-elmo-folder): New function.
101         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
102         `elmo-make-folder'.
103         (wl-folder-get-elmo-folder): Ditto.
104         (wl-folder-create-subr): Simplify.
105
106 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
107
108         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
109
110 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
111
112         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
113         contents in message buffer instead of original buffer. If optional
114         argument specified, ask coding system for encode.
115
116 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
117
118         * wl-spam.el (wl-summary-test-spam-region): New function.
119         (wl-spam-setup): Bind "rkc".
120
121 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
124
125 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
126
127         * wl-spam.el (wl-summary-test-spam): Fix typo.
128         (wl-message-check-spam): Ditto.
129
130 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * wl-summary.el (wl-summary-default-from): Simplify.
133
134 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
135
136         * wl-action.el (wl-summary-exec-action-refile): Simplify.
137         (wl-summary-exec-action-copy): Ditto.
138         (wl-summary-auto-refile): Check existence of temporary mark.
139
140 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * wl-summary.el (wl-summary-create-line): Use
143         `elmo-time-to-datevec'.
144
145         * wl-expire.el (wl-expire-archive-date): Ditto.
146         (wl-expire-localdir-date): Ditto.
147
148         * wl-util.el (wl-day-number): Abolish.
149
150         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
151         of `wl-day-number'.
152         (wl-score-followup): Ditto.
153         (wl-score-add-followups): Ditto.
154         (wl-score-get-latest-msgs): Ditto.
155         (wl-score-get-header-entry): Ditto.
156         (wl-score-edit-insert-date): Ditto.
157
158 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
161         `elmo-message-entity-field' with 2nd argument `type'.
162
163 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
164
165         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
166
167 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-thread.el (wl-thread-delete-message): Delete descendant
170         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
171
172 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
173
174         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
175
176 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
177
178         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
179         `Access folder'.
180
181 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-vars.el (wl-access-folder-icon): New user option.
184
185         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
186         `Access folder'.
187
188 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
189
190         * wl-summary.el (wl-summary-buffer-set-folder): Use
191         `wl-folder-mime-charset'.
192
193         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
194         `mime-charset'.
195         (wl-folder-get-elmo-folder): Ditto.
196         (wl-folder-mime-charset): New function.
197
198 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
199
200         * wl-util.el (wl-parse-addresses): Define alias of
201         `elmo-parse-addresses' (move to `elmo-util.el').
202
203         * wl-summary.el (wl-summary-default-from): Follow the API change.
204         (wl-summary-overview-entity-compare-by-date): Ditto.
205         (wl-summary-overview-entity-compare-by-from): Ditto.
206         (wl-summary-get-list-info): Get value of `ml-info' field from
207         entity at first.
208         (wl-summary-rescan-message): Treat prefix argument.
209         (wl-summary-prefetch-msg): Follow the API change.
210         (wl-summary-search-by-subject): Ditto.
211         (wl-summary-insert-thread): Ditto.
212         (wl-summary-line-subject): Ditto.
213         (wl-summary-line-from): Ditto.
214         (wl-summary-create-line): Ditto.
215         (wl-summary-print-message-with-ps-print): Ditto.
216
217         * wl-score.el (wl-score-ov-entity-get): Ditto.
218         (wl-score-followup): Ditto.
219         (wl-score-add-followups): Use `elmo-message-entity-field' instead
220         of `car'.
221         (wl-score-get-latest-msgs): Follow the API change.
222         (wl-score-get-header): Ditto.
223
224         * wl-refile.el (wl-refile-learn): Ditto.
225         (wl-refile-subject-learn): Ditto.
226         (wl-refile-get-field-value): Ditto.
227         (wl-refile-guess-by-history): Ditto.
228         (wl-refile-guess-by-subject): Ditto.
229
230         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
231
232         * wl-expire.el (wl-expire-date-p): Removed.
233         (wl-expire-archive-date): Follow the API change.
234         (wl-expire-localdir-date): Ditto.
235         (wl-summary-expire): Ditto.
236
237         * Version number is increased to 2.15.1.
238
239 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
240
241         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
242         group is access or not (it is not strict, like wl-fldmgr-rename).
243
244 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
245
246         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
247         duplicate call of `wl-summary-print-argument' on the wrong line.
248
249 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
252         even if argument `number' is nil.
253         (wl-summary-insert-line): Print action argument if current message
254         has it.
255
256 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
259         (wl-draft-reply): Ditto.
260         (wl-draft): Add optional argument `parent-number' and call
261         `wl-draft-create-buffer' with it.
262         (wl-draft-create-buffer): Add optional argument
263         `parent-number'. Set wl-draft-parent-number as it.
264
265 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-folder.el (wl-folder-set-persistent-mark): If summary
268         buffer is not for given folder, don't use it.
269
270 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
271
272         * Version number is increased to 2.15.0.
273
274 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
277
278         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
279         (wl-highlight-get-face-by-name): New internal function.
280         (wl-highlight-summary-line-face-spec): Use it and fixed.
281
282 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-summary.el (wl-summary-sync-update): Use
285         `elmo-message-entity-field' instead of `car' to get message-id
286         from overview entity.
287
288         * wl-summary.el (wl-summary-rescan-message): Call
289         `wl-highlight-summary-displaying' when displaying a message.
290
291 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-draft.el (wl-draft-config-info-filename): Extracted from
294         `wl-draft-config-info-operation'.
295         (wl-draft-buffer-change-number): New function.
296         (wl-draft-rename-saved-config): Ditto.
297         * wl.el (wl-init): Connect slot for message-number-changed.
298         (toplevel): Add autoload for wl-draft-rename-saved-config.
299
300 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
303         `update-overview'
304         (wl-summary-buffer-detach): Disconnect from it.
305         (wl-summary-rescan-message): Use command.
306
307         * wl-message.el (wl-message-buffer-display): Use
308         `with-current-buffer' instead of `save-excursion'.
309
310 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
311
312         * wl-mime.el (wl-draft-preview-attributes-list): Protect
313         wl-draft-preview-attributes-list from distraction.
314
315 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
316
317         * wl-summary.el (wl-summary-sync-update): Sort the return value of
318         `elmo-list-diff'.
319
320 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
321
322         * wl-summary.el
323         (wl-summary-edit-addresses-collect-candidate-fields): Use
324         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
325
326         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
327         instead of `elmo-set-work-buf'.
328
329         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
330         (wl-address-make-address-list): Ditto.
331
332         * Version number is increased to 2.13.3.
333
334 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
337         user option.
338
339         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
340         argument `5'.
341
342         * wl-message.el (wl-message-display-no-merge-p): New function.
343         (wl-message-buffer-display): Check whether the message is
344         reassembled and follow the API change.
345
346 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
349         multibyte on working buffer and removed unnecessary
350         `buffer-disable-undo'.
351
352 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-util.el (wl-read-search-condition-internal): Fixed the last
355         change.
356
357 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-util.el (wl-read-search-condition-internal): Protect
360         elmo-global-flags from distraction.
361
362 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
363
364         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
365
366         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
367         (wl-summary-event-handler): Ditto.
368         (wl-summary-update-persistent-mark-on-event): New
369         function (renamed from `elmo-event-handler-flag-changed').
370         (wl-summary-buffer-attach): New function.
371         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
372         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
373         instead of `elmo-folder-add-handler'.
374
375         * Version number is increased to 2.13.2.
376
377 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
380         and "\177" to the `wl-news-previous-page'.
381         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
382         (wl-news-previous-page): New function.
383
384 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
387         instead of `write-region' and simplify.
388
389 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-template.el (wl-template-select): Cause error if
392         `wl-template-alist' is nil.
393
394 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
395
396         * wl-news.el.in: Set file variable `no-byte-compile'.
397
398 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
401         whether a target message is within displaying area.
402         (elmo-event-handler-cache-changed): Ditto.
403
404 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
405
406         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
407         to `defun'.  Use `nconc' instead of `append' to collect descendant
408         message numbers.
409
410 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
411
412         * wl-thread.el (wl-thread-save-top-list)
413         (wl-thread-save-entities): Use `with-temp-buffer'.
414         * wl-news.el.in (wl-news-previous-version-load):
415         (wl-news-previous-version-save): Ditto.
416         * wl-summary.el (wl-summary-load-file-object)
417         (wl-summary-save-view-cache): Ditto.
418
419 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-util.el (toplevel): Require 'elmo-flag'.
422         (wl-read-search-condition): New function (Renamed from
423         `elmo-read-search-condition').
424         (wl-read-search-condition-internal): Likewise.
425
426         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
427         invalid.
428         (wl-summary-pick): Use `wl-read-search-condition' instead of
429         `elmo-read-search-condition'.
430         (wl-summary-virtual): Ditto.
431
432         * wl-folder.el (wl-folder-virtual): Ditto.
433         (wl-folder-pick): Ditto.
434
435         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
436
437 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-summary.el (wl-summary-reedit): Call
440         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
441
442 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-mime.el (toplevel): Require wl-vars.
445
446         * wl-message.el (toplevel): Require cl at compile.
447
448         * wl-draft.el (toplevel): Require elmo.
449
450 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-message.el (wl-message-buffer-prefetch): Count is a number
453         and do nothing when it is not positive.
454         (wl-message-buffer-prefetch-next): Ditto.
455
456 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
457
458         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
459         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
460         (wl-summary-redisplay-internal): Ditto.
461
462         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
463         message (the condition is borrowed from `wl-check-variables-2').
464         (wl-summary-redisplay-internal): Ditto.
465
466 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-mime.el (wl-draft-nntp-attribute): New function.
469         (wl-draft-attribute-nntp-posting-server): Use it.
470         (wl-draft-attribute-nntp-posting-port): Ditto.
471
472         * wl-mime.el (wl-draft-preview-attributes-list): New function.
473         (wl-draft-show-attributes-buffer): Ditto.
474         (wl-draft-hide-attributes-buffer): Ditto.
475         (wl-draft-attribute-newsgroups): Ditto.
476         (wl-draft-attribute-nntp-posting-server): Ditto.
477         (wl-draft-attribute-nntp-posting-port): Ditto.
478         (wl-draft-preview-message): Use there functions.
479
480         * wl-vars.el (wl-draft-preview-attributes-list): Change default
481         value.
482
483 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
486         (wl-draft-reedit): Ditto.
487         (wl-draft-queue-flush): Ditto.
488
489         * wl-mime.el (wl-message-request-partial): Ditto.
490         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
491         instead of `elmo-message-fetch'.
492
493         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
494
495         * wl-summary.el (wl-summary-message-string): Ditto.
496
497 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-util.el (wl-current-message-buffer): Follow the API change.
500
501         * wl-summary.el (wl-summary-redisplay-internal): Call
502         `wl-summary-mark-as-read' with 2nd argument as nil and update
503         unread count instead of persistent mark.
504
505         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
506         variable.
507         (wl-message-redisplay): Follow the API change.
508         (wl-message-buffer-display): Managed mime-entity directly and
509         return preview buffer only.
510         (wl-message-display-internal): Rewrite.
511         (wl-message-buffer-prefetch-subr): Not save return value of
512         `wl-message-buffer-display'.
513
514         * Version number is increased to 2.13.1.
515
516 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
519         'elmo-multiple-fields-body-list' with boundary specified.
520
521 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-vars.el (wl-summary-resend-use-cache): New variable.
524         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
525         cache if `wl-summary-resend-use-cache' is non-nil.
526
527 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
530         (wl-nntp-posting-stream-type): Ditto.
531
532 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
533
534         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
535
536 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
537
538         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
539         message.
540
541 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
544         Abolish.
545         (wl-summary-buffer-persistent-mark-version): New internal
546         variable.
547         (wl-summary-update-mark-and-highlight-window): Check by
548         wl-summary-persistent-mark-invalid-p.
549         (wl-summary-update-status-marks): Ditto.
550         (elmo-event-handler-flag-changed): Rewrite.
551         (elmo-event-handler-cache-changed): Define.
552         (wl-summary-prefetch-msg): Does not update persistent mark here.
553         (wl-summary-delete-cache): Ditto.
554         (wl-summary-resume-cache-status): Ditto.
555         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
556         (wl-summary-persistent-mark-invalid-p): New function.
557         (wl-summary-validate-persistent-mark): Ditto.
558         (wl-summary-validate-persistent-mark-string): Ditto.
559         (wl-summary-invalidate-persistent-mark): Ditto.
560         (wl-summary-update-persistent-mark): Call
561         `wl-summary-validate-persistent-mark'.
562         (wl-summary-create-line): Call
563         `wl-summary-validate-persistent-mark-string'.
564
565         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
566         status as t if cache used.
567
568 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
569
570         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
571         only if the target is group.
572         * wl-folder.el (wl-folder-append-petname): Don't check group name.
573
574 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
577
578 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
579
580         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
581
582         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
583
584 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
585
586         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
587         (Thanks to Yoichi NAKAYAMA).
588
589 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
590
591         * wl-util.el (wl-save-drafts): Restore echo area.
592
593 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
594
595         * Version number is increased to 2.13.0.
596
597         * wl-util.el (wl-biff-check-folder-async): Use
598         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
599
600 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-message.el (wl-message-display-internal): Does not put
603         wl-message-display-type property on message buffer.
604         (wl-message-buffer-display-type): New function.
605
606         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
607
608         * wl-summary.el (wl-summary-mode): Use `dolist' to add
609         `wl-summary-buffer-detach'.
610         (wl-summary-message-display-type): Use
611         `wl-summary-buffer-display-type'.
612
613 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
614
615         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
616         buffer-local.
617
618         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
619         kill-buffer-hook instead of make-local-variable.
620         (wl-draft-preview-message): Set `local' argument of add-hook as t.
621
622 2004-12-12  Scott Renfro <scott@renfro.org>
623
624         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
625         regex for square-branket.
626
627 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
630         `wl-message-mime-analysis-p' with argument `header'.
631
632 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
633
634         * wl-mime.el (wl-draft-yank-current-message-entity): 
635         Switch to no-mime following method according to wl-message-display-type
636         property.
637         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
638
639         * wl-message.el (wl-message-display-internal): 
640         Put wl-message-display-type property on message buffer.
641
642         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
643         (wl-message-display-internal): Ditto;
644
645         * wl-summary.el (wl-summary-toggle-mime): Ditto.
646
647 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-message.el (wl-message-make-display-type): New function.
650         (wl-message-display-type-property): Ditto.
651         (wl-message-mime-analysys-p): Ditto.
652         (wl-message-display-all-header-p): Ditto.
653         (wl-message-redisplay): Removed argument `as-is', `all-header' and
654         added `display-type'.
655         (wl-message-buffer-display): Likewise.
656         (wl-message-display-internal): Likewise.
657         (wl-message-buffer-display-type): Abolish.
658         (wl-message-buffer-prefetch-subr): Follow the API changed.
659
660         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
661         from wl-summary-buffer-display-all-header and changed default value.
662         (wl-summary-message-display-type): New function.
663         (wl-summary-buffer-display-mime-mode): Ditto.
664         (wl-summary-buffer-display-header-mode): Ditto.
665         (wl-summary-toggle-mime): Rewrite with above functions.
666         (wl-summary-toggle-all-header): Ditto.
667         (wl-summary-redisplay): Force redisplay with default mode.
668         (wl-summary-redisplay-internal): Renamed argument from `mode',
669         `all-header' to `mime-mode', `header-mode'.
670         Use `wl-message-make-display-type'.
671
672         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
673         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
674
675 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
676
677         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
678
679 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
682         in original message buffer.
683         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
684         buffer.
685
686 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
687
688         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
689
690 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
693
694 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
695
696         * wl-action.el (wl-summary-exec-action-refile): Display a done message
697         when actions succeeded.
698         (wl-summary-exec-action-copy): Likewise.
699
700 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
701
702         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
703         there is switch-to-buffer at the end of wl-message-select-buffer.
704         (wl-summary-reply): Ditto.
705
706 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * wl-summary.el (wl-summary-forward): Put subject in original
709         message buffer as argument of wl-draft-forward.
710         * wl-draft.el (wl-draft-forward): Decode subject as in
711         wl-draft-reply.
712
713 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
716         a folder under access group.
717
718 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
719
720         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
721         wl-message-buffer-display.
722
723         * wl-util.el (wl-set-save-drafts): Fix typo.
724
725 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
728         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
729         wl-highlight-logo-face to set the bg color of an xbm image; fixed
730         the way to measure the width of a bitmap image; don't put face on
731         ascii and bitmap images; put the mark which should not use the
732         variable-pitch face on ascii and bitmap images.
733         (wl-demo-setup-properties): Don't use the variable-pitch face on
734         ascii and bitmap images; made it work on Emacs 20 and earlier.
735         (wl-demo-insert-text): End with a newline at the bottom; don't put
736         face on text.
737
738         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
739
740 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
741
742         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
743
744         * wl-util.el (wl-save-drafts): Moved from sample setting.
745         (wl-set-save-drafts): New function to set idle timer.
746         * wl-draft.el (wl-draft): Call it.
747         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
748
749 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
750
751         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
752         a summary which has toggle display status off.
753
754 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-draft.el (wl-draft-do-fcc): No cache save.
757
758 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-summary.el (elmo-event-handler-flag-changed): Use
761         `set-buffer' instead of `with-current-buffer'.
762
763 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-summary.el (wl-summary-after-resize-function): New function.
766         (wl-summary-mode): Add `wl-summary-after-resize-function' to
767         window-size-change-functions.
768
769 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-draft.el (wl-draft-create-buffer): Bind
772         `change-major-mode-hook' after current buffer is changed.
773
774         * wl-summary.el (wl-summary-buffer-detach): New function.
775         (wl-summary-buffer-set-folder): Call it.
776         (wl-summary-mode): Add `wl-summary-buffer-detach' to
777         change-major-mode-hook and kill-buffer-hook.
778         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
779         (wl-summary-switch-to-clone-buffer): Ditto.
780         (wl-summary-goto-folder-subr): Ditto.
781
782 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
783
784         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
785         after boundp check.
786
787 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
790         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
791         for `kill-buffer'.
792
793         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
794         handler of current buffer from elmo-folder.
795
796 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
797
798         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
799
800 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-summary.el (wl-summary-buffer-event-handler): New internal
803         variable.
804         (wl-summary-event-handler): New class.
805         (elmo-event-handler-flag-changed): Define to update persistent
806         mark.
807         (wl-summary-buffer-set-folder): Register event handler to
808         elmo-folder.
809         (wl-summary-exit): Unregister event handler.
810         (wl-summary-goto-folder-subr): Ditto.
811         (wl-summary-mark-as-read-all): Does not call
812         `wl-summary-update-persistent-mark' directly.
813         (wl-summary-mark-as-read-internal): Ditto.
814         (wl-summary-set-persistent-mark-internal): Ditto.
815         (wl-summary-set-flags-internal): Ditto.
816
817         * Version number is increased to 2.11.33.
818
819 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
820
821         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
822         to nil.
823
824 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-spam.el (wl-spam-setup): Add hook
827         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
828         instead of `wl-summary-prepare-hook'.
829
830         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
831         if folder type is `'flag'.
832         (wl-summary-mark-as-important): Ditto.
833
834 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
835
836         * wl-address.el (wl-address-minibuffer-history): New variable.
837         (wl-address-minibuffer-local-map): New keymap.
838         (wl-address-read-from-minibuffer): New function.
839
840         * wl-action.el (wl-summary-get-resend-address): Use
841         `wl-address-read-from-minibuffer' instead of `completing-read'.
842
843 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * Version number is increased to 2.11.32.
846
847 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
848
849         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
850         without mule to iso-8859-1.
851         (wl-draft-add-in-reply-to): Add note in description.
852         (wl-draft-add-references): Ditto.
853
854 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
855
856         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
857         definition for `m'.
858         (wl-summary-mode-line-format): Add '[%m]'.
859         (wl-message-mode-line-format-spec-alist): Ditto.
860         (wl-summary-display-mime-mode-list): New variable.
861
862         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
863         from wl-summary-buffer-display-as-is.
864         (wl-summary-buffer-display-all-header): New buffer local variable.
865         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
866         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
867         instead of wl-summary-buffer-display-as-is.
868         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
869         (wl-summary-set-persistent-mark): Ditto.
870         (wl-summary-set-message-buffer-or-redisplay): Just call
871         `wl-summary-redisplay-internal' without optional arguments.
872         (wl-summary-toggle-mime): Rewrite.
873         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
874         (wl-summary-toggle-all-header): New function.
875         (wl-summary-redisplay-internal): Treat mime mode.
876
877         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
878         to wl-mime-preview-follow-no-mime.
879         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
880         accodring to the display-mode.
881
882         * wl-message.el (wl-message-buffer-display-type): Rewrite.
883         (wl-message-buffer-display): Changed argument name from `as-is' to
884         `mode'.
885         (wl-message-display-internal): Ditto;
886         Bind elmo-mime-display-header-analysis according to the mode.
887         (wl-message-display-internal): Put wl-message-display-mime-mode
888         property on entire buffer.
889
890 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
891
892         * wl-draft.el (wl-draft-do-fcc): Undo last change.
893
894 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
895
896         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
897         Don't extract mail address.
898         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
899
900         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
901
902         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
903
904 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
905
906         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
907         wl-fldmgr-cut-entity-list on confirmation.
908
909 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
910
911         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
912         (wl-mime-quit-preview): Check existence of
913         mime-edit-temp-message-buffer here.
914
915 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
916
917         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
918         after deletion.
919
920         * wl-draft.el (wl-draft-send-confirm): Check major-mode
921         before calling wl-mime-quit-preview.
922
923 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
924
925         * wl-summary.el (wl-summary-pick): If call it with prefix
926         argument, set `delete-marks' as non-nil. Pick from only visible
927         messages.
928         (wl-summary-check-target-mark): New function.
929         (wl-summary-target-mark-mark-as-read): Use it.
930         (wl-summary-target-mark-mark-as-unread): Ditto.
931         (wl-summary-target-mark-operation): Ditto.
932         (wl-summary-target-mark-set-flags): Ditto.
933         (wl-summary-target-mark-save): Ditto.
934         (wl-summary-target-mark-pick): Ditto.
935         (wl-summary-target-mark-forward): Ditto.
936         (wl-summary-target-mark-reply-with-citation): Ditto.
937         (wl-summary-target-mark-print): Ditto.
938         (wl-summary-target-mark-uudecode): Ditto.
939
940         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
941         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
942         with `ask-coding' is non-nil.
943
944 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-thread.el (wl-thread-set-parent): If parent is a message
947         which is identified by references, set linked as nil.
948
949 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
950
951         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
952         (wl-message-mode-line-format-spec-alist): Ditto.
953         (wl-message-mode-line-format): Ditto.
954         (wl-summary-mode-line-format): Ditto for docstring.
955         (wl-summary-no-mime-folder-list): Fix typo.
956
957         * wl-util.el (wl-current-message-buffer): Call
958         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
959
960         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
961         variable.
962         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
963         of `wl-summary-redisplay-no-mime'.
964         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
965         (wl-summary-toggle-mime): New function.
966         (wl-summary-redisplay-all-header): Rewrite.
967         (wl-summary-redisplay-no-mime): Ditto.
968         (wl-summary-redisplay-internal): Added argument `as-is' and
969         `all-header'.
970
971         * wl-refile.el (wl-refile-default-from-folder-path-separator):
972         New variable.
973         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
974         bottom.
975         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
976         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
977         "/" unconditionally.
978
979         * wl-mime.el (wl-draft-yank-current-message-entity): Use
980         wl-mime-preview-follow-no-mime for as-is content.
981         (wl-mime-preview-follow-no-mime): New function.
982         (wl-mime-preview-follow-current-region): Fixed parenthesis.
983
984         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
985         and added `as-is', `all-header'.
986         (wl-message-buffer-display): Ditto.
987         (wl-message-buffer-display-type): New function.
988
989 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-vars.el (wl-message-header-button-alist): Change default
992         value.
993         (wl-message-body-button-alist): Ditto.
994
995 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
996
997         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
998
999 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1002
1003 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1006         is always true.
1007
1008 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1011         on null entity.
1012
1013 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1014
1015         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1016
1017 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-vars.el (wl-summary-resend-hook): New hook.
1020
1021         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1022         `wl-summary-resend-hook'.
1023
1024 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1025
1026         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1027         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1028         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1029         (wl-summary-new-cached-mark): Changed default value to 'n'.
1030         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1031         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1032         (wl-folder-sync-range-alist): Remove spec for 'flag.
1033         (wl-summary-force-prefetch-folder-list): New user option.
1034
1035         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1036         `wl-summary-toggle-persistent-mark'.
1037         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1038         number is nil.
1039         (wl-summary-mark-as-answered-region): Set interactive argument of
1040         `wl-summary-set-persistent-mark-internal'.
1041         (wl-summary-mark-as-important-region): Ditto.
1042         (wl-summary-unset-persistent-mark): Ditto.
1043         (wl-summary-set-persistent-mark): Ditto.
1044         (wl-summary-mark-as-answered): Ditto.
1045         (wl-summary-mark-as-important): Ditto.
1046         (wl-summary-set-persistent-mark-internal): Do nothing
1047         when `elmo-message-flag-available-p' is nil.
1048         (wl-summary-toggle-persistent-mark): New function.
1049         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1050         when the folder matches `wl-summary-force-prefetch-folder-list'.
1051
1052
1053         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1054         when number is nil.
1055         (wl-highlight-summary-forwarded-face): New face.
1056
1057 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1058
1059         * Version number is increased to 2.11.31.
1060
1061 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1062
1063         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1064         (wl-biff-check-folder-async): Ditto.
1065         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1066
1067 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1068
1069         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1070         Add an argument `reverse'.  All callers are updated.
1071         (wl-summary-sort): Add a prefix argument `reverse' to specify
1072         reverse sorting.
1073         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1074         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1075         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1076
1077 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl-message.el (wl-message-redisplay): Does not narrow header if
1080         disply-type is all-header or as-is.
1081
1082         * wl-summary.el (wl-summary-enter-handler): Use
1083         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1084
1085 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1086
1087         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1088         after adding wl-draft-parent-variables.
1089         (wl-draft-forward): Ditto.
1090
1091 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-summary.el (wl-summary-sync-marks): Call
1094         `wl-summary-set-persistent-mark' and
1095         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1096         (wl-summary-set-persistent-mark-internal): Add 4th argument
1097         `no-server'.
1098         (wl-summary-unset-persistent-mark): Ditto.
1099         (wl-summary-set-persistent-mark): Ditto.
1100         (wl-summary-add-flags-internal): Abolish.
1101         (wl-summary-remove-flags-internal): Ditto.
1102         (wl-summary-mark-as-important-internal): Ditto.
1103         (wl-summary-mark-as-important): Use
1104         `wl-summary-set-persistent-mark' instead of
1105         `wl-summary-add-flags-internal'.
1106         (wl-summary-mark-as-important-region): Ditto.
1107
1108         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1109
1110         * wl-summary.el (wl-summary-get-available-flags): New function.
1111         (wl-summary-sync-marks): Use it and simplified.
1112         (wl-summary-unset-persistent-mark): Use
1113         `wl-summary-get-available-flags'.
1114         (wl-summary-set-persistent-mark): Ditto.
1115
1116 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1117
1118         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1119         id.
1120
1121 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1124         number, call `wl-summary-prev-line-content'. Show message when the
1125         message is not found.
1126
1127 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1128
1129         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1130         wl-summary-enter-handler.
1131         (wl-summary-enter-handler): New command.
1132
1133         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1134         docstring and custom spec.
1135
1136         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1137         flags too; Don't treat Cached and New.
1138         (wl-summary-set-persistent-mark): Ditto.
1139
1140         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1141         `wl-folder-set-flag'.
1142
1143         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1144         instead of `wl-folder-set-flag'.
1145
1146         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1147         for completion.
1148         (wl-summary-set-persistent-mark): Ditto.
1149
1150         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1151         instead of `wl-draft-quit-preview'.
1152
1153         * wl-mime.el (toplevel): Avoid compile warning.
1154         (wl-mime-quit-preview): New function
1155         (formarly defined as `wl-draft-quit-preview').
1156         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1157         quitting method.
1158
1159         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1160
1161         * wl-folder.el (wl-folder-set-flag): Renamed from
1162         `wl-draft-set-flag-on-parent'.
1163
1164         * wl-draft.el (wl-draft-quit-preview): New function.
1165         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1166         (wl-draft-send): Call `wl-folder-set-flag' instead of
1167         `wl-draft-set-flag-on-parent'.
1168         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1169
1170 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1173         (wl-draft-send): Ditto.
1174
1175 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1176
1177         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1178         (wl-draft-kill-pre-hook): Set default value as nil.
1179         (wl-summary-reply-hook): Ditto.
1180         (wl-draft-kill-flags): Abolish.
1181
1182         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1183         (wl-draft-parent-variables): Renamed from
1184         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1185         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1186         argument; Add wl-draft-parent-variables to
1187         wl-draft-config-variables.
1188         (wl-draft-reply): Likewise.
1189         (wl-draft-kill-flags): Abolish.
1190         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1191         (wl-draft-set-flag-on-parent): New function.
1192         (wl-draft-setup-parent-flag): Ditto.
1193
1194 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1195
1196         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1197         `wl-draft-parent-folder' is "".
1198
1199 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1200
1201         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1202         (wl-summary-digit-jump): New function.
1203         (Adviced by John Owens and Hiroya Murata)
1204
1205         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1206         (Adviced by John Owens)
1207
1208         * wl-xmas.el (wl-message-define-keymap): Ditto.
1209
1210         * wl-mule.el (wl-message-define-keymap): Ditto.
1211
1212 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1215         change of return value of elmo-folder-count-flags.
1216
1217         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1218         (wl-summary-mark-as-read-internal): Ditto.
1219         (wl-summary-set-persistent-mark-internal): Ditto.
1220         (wl-summary-folder-info-update): Ditto.
1221         (wl-summary-sync-update): Fixed the last change.
1222
1223         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1224
1225 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1226
1227         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1228         (wl-draft-kill-flags): Fixed docstring.
1229
1230         * wl-draft.el (wl-draft-kill-flags): New function.
1231         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1232
1233 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1234
1235         * wl-vars.el (wl-reply-hook): Abolish.
1236         (wl-draft-reply-hook): New hook.
1237         (wl-summary-reply-hook): Ditto.
1238         (wl-draft-forward-hook): Ditto.
1239         (wl-summary-forward-hook): Ditto.
1240         (wl-draft-kill-flags): New variable.
1241
1242         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1243         wl-summary-set-persistent-mark-internal.
1244         (wl-summary-sync-marks): Use elmo-preserved-flags.
1245         (wl-summary-update-persistent-mark): Make it interactive.
1246         (wl-summary-set-persistent-mark-internal): New inline function.
1247         (wl-summary-mark-as-answered): Use it.
1248         (wl-summary-mark-as-unanswered): Ditto.
1249         (wl-summary-unset-persistent-mark): New function.
1250         (wl-summary-set-persistent-mark): Ditto.
1251         (wl-summary-reply): Don't set answered flag;
1252         Run wl-summary-reply-hook instead.
1253         (wl-summary-forward): Call wl-draft-forward with number.
1254         Run wl-summary-forward-hook.
1255
1256         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1257         (wl-highlight-summary-line-face-spec): Use it as a default
1258         persistent mark face.
1259
1260         * wl-draft.el (wl-draft-forward): Added optional argument number;
1261         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1262         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1263         (wl-draft-kill): Use wl-draft-kill-flags.
1264
1265         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1266
1267         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1268         of return value of elmo-folder-count-flags.
1269
1270         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1271
1272         * wl-summary.el (wl-summary-count-unread): Ditto.
1273         (wl-summary-sync-update): Follow the change above.
1274         (wl-summary-force-prefetch): New function.
1275
1276 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1277
1278         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1279         variable `buf' with `let' instead of `setq'.
1280
1281 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1284         add Content-Disposition heaeder on the deleted part.
1285
1286 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1287
1288         * wl-draft.el (wl-draft-save): Encode address list under edit by
1289         `eword-encode-unstructured-field-body'.
1290
1291         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1292
1293 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1296         wl-current-summary-buffer.
1297
1298 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1299
1300         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1301         `numbers' is ignored.
1302
1303 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1304
1305         * wl-folder.el (wl-folder-open-folder): Avoid error.
1306         Reported by John Owens, [wl-en:815]
1307
1308         * wl.el (wl): Set timer for biff process even if prefix argument
1309         is given or auto-checking is quitted.
1310
1311         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1312         immediately.
1313         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1314         (wl-toggle-plugged): Ditto.
1315
1316         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1317         * wl-util.el (wl-biff-start): Use idle timer if
1318         `wl-biff-use-idle-timer' is non-nil.
1319
1320 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-highlight.el (wl-highlight-message): Fix description.
1323
1324 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1325
1326         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1327         tty.
1328
1329 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-action.el (wl-summary-exec): Print failure count.
1332
1333 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1334
1335         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1336         to `defun', remove interactive form.
1337         Set elmo-message-fetch-confirm when force-reload is non-nil.
1338
1339 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * wl-summary.el (toplevel): Removed unnecessary autoload.
1342
1343 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1346         the buffer is generated from another message buffer.
1347
1348 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1349
1350         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1351         extracted from `wl-fldmgr-save-folders'.
1352         (wl-fldmgr-delete): Call it after deletion.
1353
1354 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1357         multi-tty support.
1358
1359 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1360
1361         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1362
1363 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1364
1365         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1366         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1367
1368 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1371         unsubscribe list only if argument CLEAR is nil.
1372
1373 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl-draft.el (wl-draft-reply): Decode subject before removing
1376         Re: prefix.
1377
1378 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1379
1380         * wl-summary.el (wl-summary-sort-by-size): New command.
1381
1382 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-summary.el (wl-summary-number-list-from-region): New
1385         function.
1386         (wl-summary-mark-as-read-region): Use it.
1387         (wl-summary-mark-as-unread-region): Ditto.
1388         (wl-summary-set-flags-region): Ditto and add optional argument
1389         remove.
1390         (wl-summary-mark-as-answered-region): Ditto.
1391         (wl-summary-mark-as-important-region): Ditto.
1392         (wl-summary-target-mark-mark-as-important): Added optional
1393         argument remove.
1394         (wl-summary-target-mark-mark-as-answered): Ditto.
1395         (wl-summary-target-mark-set-flags): Ditto.
1396
1397 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1398
1399         * wl-summary.el (wl-summary-set-flags-region): Call
1400         `wl-summary-set-flags-internal' with number list instead of call
1401         one by each message.
1402         (wl-summary-target-mark-set-flags): Likewise.
1403
1404 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1405
1406         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1407         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1408         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1409         (wl-summary-target-mark-mark-as-answered): Likewise.
1410
1411 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1412
1413         * wl-summary.el (wl-summary-target-mark-forward): Use
1414         `wl-summary-delete-all-target-marks' instead of
1415         `wl-summary-delete-all-temp-marks'.
1416         (wl-summary-target-mark-reply-with-citation): Ditto.
1417         (wl-summary-target-mark-uudecode): Ditto.
1418         (wl-summary-target-mark-set-flags): Ditto and remove needless
1419         cursor move.
1420
1421 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1422
1423         * wl-summary.el (wl-summary-target-mark-forward): Protect
1424         wl-summary-buffer-target-mark-list from nreverse.
1425         (wl-summary-target-mark-reply-with-citation): Ditto.
1426
1427 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1430         `elmo-display-progress-threshold'.
1431
1432 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1433
1434         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1435         check `wl-summary-highlight'.
1436         (wl-summary-window-scroll-functions): Respect value of
1437         `wl-summary-highlight'.
1438         (wl-summary-sync-update): Run hooks
1439         `wl-summary-buffer-window-scroll-functions' at any time.
1440
1441 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1442
1443         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1444         from `wl-summary-cleanup-temp-marks'.
1445         (wl-summary-cleanup-temp-marks): Abolish argument.
1446         * wl.el (wl-save-status): Revert previous change.
1447         (wl-execute-temp-marks): New function, call
1448         `wl-summary-exec-with-confirmation'.
1449         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1450         (wl-folder-save-and-exec-marks): Abolished.
1451
1452 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-e21.el (wl-e21-display-image-p): Respect
1455         `wl-highlight-folder-with-icon'.
1456         (wl-e21-highlight-folder-group-line): Highlight mouse line
1457         even if wl-e21-display-image-p is nil.
1458
1459         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1460         Respect value of `wl-summary-highlight'.
1461
1462         * wl.el (wl-save-status): Remove unused variable.
1463
1464         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1465         (wl-folder-mode-map): Bind it to "x".
1466
1467 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1468
1469         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1470
1471         * wl-thread.el (wl-thread-get-parent-list): Don't check
1472         disconnected ancestors, neglecting needless work in
1473         `wl-thread-update-indent-string-thread'.
1474
1475         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1476         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1477         argument, add argument default-keep to keep marks by default.
1478
1479         * Version number is increased to 2.11.30.
1480
1481         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1482         customization type and docstring.
1483         (wl-draft-reply-without-argument-list): Ditto.
1484
1485 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1488
1489         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1490
1491 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1492
1493         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1494
1495 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1496
1497         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1498         save-excursion so as not to include run-hooks.
1499
1500 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1501
1502         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1503         Clarify that marks are going to be cleared.
1504
1505 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1508         according to 3rd element of wl-summary-flag-mark.
1509
1510         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1511
1512 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * wl-action.el (wl-summary-target-mark-all): Don't set
1515         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1516
1517 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1518
1519         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1520         (wl-forward-subject-prefix): Ditto.
1521         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1522         (wl-draft-reply-make-subject): Ditto.
1523
1524         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1525         `wl-draft-forward'.
1526         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1527
1528 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1531         target message does not exist.
1532
1533 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1534
1535         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1536         `wl-subject-prefix-regexp'.
1537         (wl-subject-forward-prefix-regexp): New variable.
1538         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1539         `wl-draft-strip-subject-re' and take regexp as argument.
1540         (wl-draft-forward): Use it.
1541         (wl-draft-reply): Ditto.
1542
1543 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1544
1545         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1546         emacs multi-tty support.
1547
1548 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1549
1550         * wl-e21.el (wl-e21-display-image-p): Don't call
1551         `display-images-p'.
1552         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1553         support.
1554         (wl-highlight-folder-current-line): Ditto.
1555         (wl-folder-init-icons): Ditto.
1556
1557 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1560         the last line of summary in unplugged mode.
1561
1562 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1563
1564         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1565
1566 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1569         * wl-address.el (wl-address-user-mail-address-p): Use it.
1570         (wl-address-delete-user-mail-addresses): Ditto.
1571         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1572
1573         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1574         (wl-address-delete-user-mail-addresses): Ditto.
1575
1576         * wl-address.el (wl-address-delete-user-mail-addresses): New
1577         function.
1578         * wl-refile.el (wl-refile-guess-by-history): Use it.
1579         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1580         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1581
1582         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1583         use wl-address-user-mail-address-p.
1584
1585 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1588         after opening group.
1589
1590 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1593         of elmo-set-buffer-multibyte.
1594
1595         * wl-message.el (wl-original-message-mode): Ditto.
1596
1597         * wl-score.el (wl-score-insert-header): Ditto.
1598
1599         * wl-summary.el
1600         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1601         (wl-summary-goto-folder-subr): Ditto.
1602         (wl-summary-insert-headers): Ditto.
1603
1604         * wl-util.el (wl-set-string-width): Ditto.
1605
1606         * Version number is increased to 2.11.29.
1607
1608 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1609
1610         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1611         (wl-highlight-summary-line-help-echo-alist): New variable.
1612         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1613         into `wl-highlight-summary-line-help-echo' and
1614         `wl-highlight-flag-folder-help-echo'.
1615         (wl-highlight-summary-line-string): Change accordingly.
1616         (wl-highlight-summary-current-line): Ditto.
1617
1618 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1619
1620         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1621         at the beginning of field body (Thanks to Markus Knittig).
1622
1623         * wl-draft.el (wl-draft-insert-current-message): Also check
1624         summary buffer, remove unnecessary tag.
1625
1626 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1629         when wl-message-buffer is nil.
1630
1631         * wl-folder.el (wl-folder): Abolish unused argument.
1632         Call wl-folder-init when wl-folder-entity is nil.
1633         * wl.el (wl): Change accordingly.
1634
1635 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1636
1637         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1638         multibyte string before insert into draft buffer.
1639         (wl-draft-create-buffer): Always enable multibyte characters for
1640         draft buffer.
1641
1642         * Version number is increased to 2.11.28.
1643
1644 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645
1646         * wl-folder.el (wl-folder-open-close): Handle blank line.
1647         (wl-folder-jump-to-current-entity): Ditto.
1648
1649 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * Version number is increased to 2.11.27.
1652
1653 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1654
1655         * wl-thread.el (wl-thread-insert-message): When the thread is
1656         devided by wl-summary-max-thread-depth, insert line at the end of
1657         buffer.
1658
1659 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * Version number is increased to 2.11.26.
1662
1663 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1664
1665         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1666
1667 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668
1669         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1670         value of stream-type and session.
1671
1672 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1673
1674         * Version number is increased to 2.11.25.
1675
1676 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1677
1678         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1679         in a quit message.
1680
1681 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1684         (wl-summary-redisplay-no-mime-internal): Ditto.
1685
1686 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1687
1688         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1689         * wl-vars.el (wl-smtp-connection-type): Ditto.
1690
1691 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1692
1693         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1694         for the separator line and quote mail-header-separator.
1695
1696 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1699         result message.
1700
1701         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1702         `elmo-multiple-fields-body-list' with boundary as
1703         mail-header-separator.
1704
1705 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1708
1709 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1710
1711         * wl-util.el (wl-list-diff): Remove unused function.
1712
1713         * wl-draft.el (wl-draft-send-confirm): Discard input before
1714         confirmation.
1715
1716 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1719         order of flag and new.
1720
1721 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1722
1723         * wl-vars.el (wl-refile-policy-alist): Abolished.
1724
1725         * wl-action.el (wl-summary-set-action-refile): Follow the change
1726         above.
1727
1728 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * wl-highlight.el (wl-highlight-signature-search): Don't use
1731         re-search-backward for a long word since it is possible to crash
1732         XEmacs because of a bug.
1733
1734 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1735
1736         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1737
1738 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1739
1740         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1741         argument for wl-summary-sync-force-update.
1742
1743 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1744
1745         * wl-summary.el (wl-summary-mode-map): Revival of
1746         wl-summary-mark-as-important related bindings;
1747         Bind 'F','tF','mF','rF','m&'.
1748         (wl-summary-mark-as-important-region): Revival.
1749         (wl-summary-target-mark-mark-as-important): Ditto.
1750         (wl-summary-target-mark-operation): New function.
1751         (wl-summary-target-mark-mark-as-answered): Use it.
1752         (wl-summary-decide-flag): Don't set Important as default.
1753         (wl-summary-mark-as-important-internal): Revival.
1754         (wl-summary-mark-as-important): Ditto.
1755
1756         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1757
1758         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1759         instead of facep.
1760
1761 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1762
1763         * wl-dnd.el (wl-dnd-drop-func): Fix.
1764
1765         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1766         mouse-set-point instead of posn-point.
1767
1768         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1769
1770         * wl-mule.el (wl-completing-read-multiple): Ditto.
1771
1772 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-demo.el (face-background-name): Defalias to avoid compile
1775         warning.
1776
1777 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1778
1779         * wl-summary.el (wl-summary-decide-flag): Use
1780         wl-completing-read-multiple instead of completing-read-multiple.
1781
1782         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1783         New alias.
1784
1785         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1786         Use face-background-name instead of face-background.
1787
1788         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1789
1790         * wl-summary.el (wl-summary-save): Use it.
1791         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1792
1793         * wl-mime.el (wl-mime-save-content): Fix last change.
1794
1795 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1796
1797         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1798         New function.
1799         (wl-summary-sort-specs): Added sort.
1800         * wl-mime.el (wl-mime-save-content): Expand file name.
1801
1802 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1803
1804         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1805
1806         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1807
1808 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1811         for flag if it is not defined.
1812
1813 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1814
1815         * wl-e21.el (wl-highlight-folder-current-line): Use
1816         elmo-folder-type-internal when elmo-folder-type returns nil.
1817
1818         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1819
1820         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1821
1822         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1823
1824         * wl-e21.el (wl-summary-toolbar): Ditto.
1825
1826         * wl-vars.el (wl-demo-background-color): Abolished.
1827         (wl-summary-persistent-mark-priority-list): Renamed from
1828         wl-summary-flag-priority-list.
1829         (wl-summary-flag-alist): New user option.
1830         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1831         (wl-message-mode-line-format-spec-alist): Added 'F'.
1832         (wl-message-mode-line-format): Likewise.
1833         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1834         instead of wl-summary-important-mark.
1835         (wl-file-folder-icon): New variable.
1836
1837         * wl-thread.el (wl-thread-set-flags): Renamed from
1838         wl-thread-mark-as-important.
1839
1840         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1841         warning.
1842         (wl-summary-mode-menu-spec): Follow the change of 
1843         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1844         (wl-summary-mode-map): Follow the change of
1845         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1846         (wl-summary-detect-mark-position): Follow the variable name change.
1847         (wl-summary-set-flags-region): New function for the replacement of
1848         wl-summary-mark-as-important-region.
1849         (wl-summary-sync-marks): Sync all global-flags.
1850         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1851         instead of elmo-message-flagged-p.
1852         (wl-summary-persistent-mark-string): Follow the variable name change;
1853         Put wl-summary-flag-mark if the message has global-flag.
1854         (wl-summary-target-mark-set-flags): Renamed from 
1855         wl-summary-target-mark-mark-as-important.
1856         (wl-summary-decide-flag): New function.
1857         (wl-summary-set-flags-internal): Renamed from
1858         wl-summary-mark-as-important-internal.
1859         (wl-summary-add-flags-internal): New function.
1860         (wl-summary-remove-flags-internal): Ditto.
1861         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1862         (wl-summary-mark-as-unimportant): Abolish.
1863         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1864         (wl-summary-next-message): List flagged messages in the msgdb.
1865
1866         * wl-score.el (wl-summary-score-update-all-lines): Use
1867         wl-summary-add-flags-internal instead of 
1868
1869         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1870
1871         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1872         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1873         (wl-message-buffer-require-all-header): Renamed from
1874         wl-message-buffer-all-header-flag (Ditto).
1875         (wl-message-buffer-flag-indicator): New variable.
1876         (wl-message-redisplay): Changed local varibale name from `flag' to
1877         `display-type'; Set up wl-message-buffer-flag-indicator.
1878         (wl-message-buffer-display): Changed varibale name from `flag' to
1879         `display-type'.
1880         (wl-message-display-internal): Likewise.
1881
1882         * wl-highlight.el (wl-highlight-demo-face): Define default background
1883         color.
1884         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1885
1886         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1887
1888         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1889         (wl-demo-setup-properties): Renamed from
1890         `wl-demo-set-background-color'.
1891         (wl-demo): Follow the change above.
1892         
1893         * Version number is increased to 2.11.24.
1894
1895 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1896
1897         * wl-summary.el (wl-summary-toggle-thread): Call
1898         `wl-summary-rescan' with disable-thread as non-nil.
1899         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1900
1901 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1902
1903         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1904         foreground property of the face.
1905         (wl-demo-insert-text): Don't set up face property here.
1906         (wl-demo): Call wl-demo-set-background-color, anyway.
1907
1908 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1909
1910         * wl-vars.el (wl-demo-background-color): The value can be nil.
1911
1912 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1913
1914         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1915         to wl-summary-wheel-dispatcher.
1916
1917         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1918         wl-message-wheel-dispatcher.
1919         (wl-message-wheel-dispatcher): New function.
1920         (wl-summary-wheel-dispatcher): Ditto.
1921
1922 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1923
1924         * wl-action.el (wl-summary-target-mark-all): List messages which are
1925         not in the killed-list.
1926
1927         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1928         only when the folder is 'flag/important.
1929
1930         * wl-address.el (wl-complete-field-body): Complete if the last
1931         character is a space.
1932
1933 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * wl-folder.el (wl-folder-clear-entity-info): Use
1936         elmo-clear-hash-val.
1937
1938         * wl-fldmgr.el (wl-fldmgr-rename): Set
1939         wl-folder-info-alist-modified as t.
1940
1941 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1942
1943         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1944
1945 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1946
1947         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1948         (wl-folder-buffer-last-visited-entity-id): New buffer local
1949         variable.
1950         (wl-folder-revisit-last-visited-folder): New function.
1951         (wl-folder-mode-map): Bind it to "C-i".
1952         (wl-folder-set-current-entity-id): Set last visited folder.
1953         * wl-summary.el (wl-summary-exit): Ditto.
1954
1955 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1958         before calling `recenter' in order to cope with an XEmacs bug.
1959
1960 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1963         to the default value.
1964
1965 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1966
1967         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1968         change.
1969         (wl-summary-sync-marks): Ditto.
1970         (wl-summary-mark-as-read-internal): Ditto.
1971         (wl-summary-mark-as-answered-internal): Ditto.
1972         (wl-summary-mark-as-important-internal): Ditto.
1973         (wl-summary-reply): Ditto.
1974
1975         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1976         instead of `elmo-folder-unflag-answered'.
1977
1978         * Version number is increased to 2.11.23.
1979
1980         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1981         the last change.
1982
1983 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1984
1985         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1986         Specify "spam" or "good".
1987
1988 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1989
1990         * wl-spam.el (wl-summary-exec-action-spam): Call
1991         wl-folder-confirm-existence for spam folder.
1992         (wl-spam-setup): Bind "mk".
1993
1994 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1997
1998 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2001         destination folder is empty.
2002
2003 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2006         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2007
2008         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2009         (wl-summary-refile-prev-destination-region): New function.
2010         (wl-thread-refile-prev-destination): Ditto.
2011         (wl-summary-target-mark-refile-prev-destination): Ditto.
2012
2013 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2014
2015         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2016         (wl-demo-background-color): Changed default value.
2017
2018         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2019         color.
2020
2021         * wl-demo.el (wl-demo-set-background-color): New function.
2022         (wl-demo): Call it.
2023
2024 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2027         * wl-address.el (wl-address-add-or-change): Don't add empty
2028         address.
2029
2030 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2031
2032         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2033
2034 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2035
2036         * wl-vars.el (wl-demo-image-filter-alist): New variable
2037         (wl-demo-background-color): Ditto.
2038
2039         * wl-demo.el (wl-demo-xpm-set-background): New function.
2040         (wl-demo-image-filter): Ditto.
2041         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2042
2043         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2044
2045         * wl-demo.el (wl-demo-icon-name): Define as function.
2046         (wl-demo-insert-image): Use it.
2047
2048 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2049
2050         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2051
2052 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2053
2054         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2055
2056 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2057
2058         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2059
2060 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-thread.el (wl-thread-mark-as-answered): New function.
2063
2064         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2065         answered" entry.
2066         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2067         "r&" and wl-thread-mark-as-answered to "t&".
2068         (wl-summary-mark-as-important-region): Refine to toggle mark.
2069         (wl-summary-mark-as-answered-region): New function.
2070         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2071         and 3rd argument.
2072         (wl-summary-mark-as-important-internal): Likewise.
2073
2074 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-template.el (wl-template-preview): New internal variable.
2077         (wl-template-preview-p): New function.
2078         (wl-template-show): Bind `wl-template-preview' as t.
2079
2080 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2081
2082         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2083         `elmo-message-entity-field' with 3rd argument which is non-nil.
2084
2085 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2088         Removed duplicate local bind `folder'.
2089
2090 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2091
2092         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2093
2094 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2097         duplicate definition.
2098
2099 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2102         non-nil, use it; Don't fetch message if there's no message in the
2103         current cursor position.
2104
2105 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2106
2107         * wl-util.el (wl-region-exists-p): Use region-active-p.
2108         (wl-deactivate-region): New function.
2109         * wl-message.el (wl-message-redisplay): Deactivate region.
2110
2111         * wl-summary.el (wl-summary-reply): Call
2112         `wl-summary-set-message-buffer-or-redisplay' instead of
2113         `wl-summary-redisplay-internal', don't move point.
2114
2115 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2116
2117         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2118         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2119         by regexp.
2120
2121 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2122
2123         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2124         if no need.
2125
2126 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2129         default value to nil.
2130         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2131         `wl-summary-prepare-hook'; Replace refile action to
2132         `wl-summary-exec-action-refile-with-register'.
2133
2134         * Version number is increased to 2.11.22.
2135
2136 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2137
2138         * wl-summary.el (wl-summary-detect-mark-position): Set
2139         `wl-summary-buffer-weekday-name-lang'.
2140
2141 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2142
2143         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2144         (wl-summary-mark-as-read-all): Ditto.
2145         (wl-summary-delete-messages-on-buffer): Ditto.
2146         (wl-summary-sync-update): Ditto.
2147         (wl-summary-mark-as-read-internal): Ditto.
2148         (wl-summary-mark-as-answered-internal): Ditto.
2149         (wl-summary-update-folder-info): Abolished.
2150
2151 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152
2153         * wl-summary.el (wl-summary-mark-as-read-all): Use
2154         `wl-summary-update-folder-info' instead of
2155         `wl-folder-update-unread'.
2156
2157 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2158
2159         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2160         `wl-summary-folder-info-update'.
2161         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2162         instead of `wl-summary-folder-info-update'.
2163         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2164         `wl-folder-set-folder-updated'.
2165         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2166         instead of `wl-folder-update-unread'.
2167         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2168         the value of `wl-summary-buffer-unread-count' for the second parameter of
2169         `wl-folder-update-unread'.
2170
2171         * Version number is increased to 2.11.21.
2172
2173 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2174
2175         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2176         a local variable.
2177
2178 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2181         interactively.
2182
2183         * wl-summary.el (wl-summary-mark-as-important-internal): New
2184         internal function.
2185         (wl-summary-mark-as-important): Use it.
2186         (wl-summary-mark-as-unimportant): New function.
2187         (wl-summary-sync-marks): Follow the API change.
2188
2189         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2190
2191         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2192
2193 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2194
2195         * wl-folder.el (wl-folder-update-unread): Re-indent.
2196         Narrow the scope of a local variable.
2197
2198 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2199
2200         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2201         (wl-addrmgr-merge-entries): Ditto.
2202         (wl-addrmgr): Added to address entry which exists in draft buffer
2203         if no entry is in original.
2204
2205 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2206
2207         * wl-batch.el: New file.
2208
2209 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2210
2211         * wl-vars.el (wl-use-semi): Remove unused variable.
2212
2213 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2216         "?".
2217
2218 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2221         wl-summary-new-mark.
2222         (wl-summary-new-cached-mark): New user option.
2223         (wl-summary-score-marks): Follow the change above.
2224         (wl-summary-auto-refile-skip-marks): Ditto.
2225         (wl-summary-incorporate-marks): Ditto.
2226         (wl-summary-expire-reserve-marks): Ditto.
2227
2228         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2229
2230         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2231         (wl-summary-persistent-mark-string): Distinguished between cached
2232         and uncached mark when the message is new.
2233
2234 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2235
2236         * wl-spam.el (wl-spam-domain): Renamed from
2237         `wl-spam-folder-guess-domain'.
2238         (wl-summary-exec-action-spam): Register as spam if domain of the
2239         source folder is good.
2240         (wl-summary-exec-action-refile-with-register): Register message if
2241         domain of the source folder is not undecided.
2242
2243 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2244
2245         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2246         detect thread loop.
2247
2248 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2251         and wl-summary-skip-mark-list.
2252
2253 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2256
2257         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2258
2259         * wl-spam.el (toplevel): Require wl-highlight.
2260         (wl-spam-auto-check-policy-alist): Abolish.
2261         (wl-spam-auto-check-folder-regexp-list): New user option.
2262         (wl-spam-auto-check-marks): Ditto.
2263         (wl-spam-mark-action-list): Ditto.
2264         (wl-highlight-summary-spam-face): New face.
2265         (wl-spam-auto-check-message-p): New function.
2266         (wl-spam-map-spam-messages): Fixed message.
2267         (wl-spam-register-spam-messages): Ditto.
2268         (wl-spam-register-good-messages): Ditto.
2269         (wl-summary-spam-map): Add and remove keybind.
2270         (wl-summary-target-mark-spam): Abolish.
2271         (wl-summary-refile-spam): Ditto.
2272         (wl-summary-test-spam): New function.
2273         (wl-summary-mark-spam): Ditto.
2274         (wl-summary-auto-check-spam): Follow the above change.
2275         (wl-summary-exec-action-spam): New function.
2276         (wl-summary-exec-action-refile-with-register): Fixed message.
2277         (wl-message-check-spam): New function.
2278         (wl-spam-setup): Ditto.
2279         (toplevel): Call it if this file is loaded interactivity.
2280
2281         * Version number is increased to 2.11.20.
2282
2283 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2286         when new optional argument `force' is non nil or modified.
2287
2288 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl.el (toplevel): Require wl-spam when compile.
2291         (wl-save-status): Call wl-spam-save-status.
2292
2293         * wl-spam.el (wl-spam-register-spam-messages): New function.
2294         (wl-spam-register-good-messages): Ditto.
2295         (wl-spam-save-status): Ditto.
2296         (wl-summary-mode-map): Bind
2297         wl-summary-target-mark-register-as-spam to "ms" and
2298         wl-summary-target-mark-register-as-good to "mn".
2299         (wl-summary-register-as-spam): Abolish optional argument; Use
2300         wl-spam-register-spam-messages.
2301         (wl-summary-register-as-spam-all): Use
2302         wl-spam-register-spam-messages.
2303         (wl-summary-register-as-good): Abolish optional argument; Use
2304         wl-spam-register-good-messages.
2305         (wl-summary-register-as-good-all): Use
2306         wl-spam-register-good-messages.
2307         (wl-summary-target-mark-register-as-spam): New funtion.
2308         (wl-summary-target-mark-register-as-good): Ditto.
2309
2310 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2311
2312         * wl-spam.el: New file.
2313
2314 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2315
2316         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2317
2318         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2319         (wl-summary-auto-refile): Call wl-refile-guess with
2320         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2321
2322 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2325         with disable-thread argument non-nil.
2326
2327 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-summary.el (wl-summary-rescan): Added optional argument
2330         disable-thread.
2331         (wl-summary-sync): Call wl-summary-rescan with argument
2332         disable-thread.
2333         (wl-summary-input-range): Added new range `rescan-thread'.
2334
2335 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2338
2339 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2340
2341         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2342         internal variable.
2343         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2344         wl-summary-search-parent-by-subject-regexp and
2345         wl-summary-divide-thread-when-subject-changed as nil.
2346         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2347         (wl-summary-insert-thread): Search parent entity from
2348         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2349         thread loop.
2350
2351 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2352
2353         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2354
2355         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2356
2357         * wl-util.el (wl-require-update-all-folder-p): New function.
2358         (wl-get-assoc-list-value): Added `function' to match directive.
2359         (wl-collect-draft): Rewrite.
2360
2361         * wl-summary.el (wl-summary-sync-update): Clear faces
2362         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2363         are non-nil.
2364         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2365         argument as function.
2366         (wl-summary-input-range): Ditto.
2367
2368         * wl-folder.el (wl-draft-get-folder): New function.
2369         (wl-folder-get-elmo-folder): Consider draft folder.
2370
2371         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2372         (wl-draft-buffer-message-number): New buffer local variable.
2373         (wl-draft-folder-internal): New internal variable.
2374         (wl-draft-delete): Rewrite.
2375         (wl-draft-save): Ditto.
2376         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2377         wl-folder-get-elmo-folder.
2378         (wl-draft-config-info-operation): Ditto.
2379         (wl-jump-to-draft-folder): Ditto.
2380         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2381         (wl-draft-reedit): Rewrite.
2382
2383         * Version number is increased to 2.11.19.
2384         
2385 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2386
2387         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2388         variable.
2389
2390 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2391
2392         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2393         Use ignore-errors instead of unwind-protect.
2394
2395 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2396
2397         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2398         for updating `wl-thread-entity-list'.
2399
2400 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2401
2402         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2403         parameter from calling `wl-thread-entity-get-older-brothers' and
2404         `wl-thread-entity-get-younger-brothers'.
2405         Replace nested `append' with a single one.
2406
2407 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2408
2409         * wl-summary.el (wl-summary-mode): Don't use the return value of
2410         `make-local-hook'.
2411
2412 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2413
2414         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2415         instead of `let*'.
2416         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2417         of local variables.
2418
2419 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2422         Renamed from wl-summary-window-scroll-functions.
2423         (wl-summary-window-scroll-functions): Don't set to variable.
2424         (wl-summary-display-top): Use run-hooks.
2425         (wl-summary-display-bottom): Ditto.
2426         (wl-summary-toggle-disp-msg): Ditto.
2427         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2428         Use it instead of wl-summary-window-scroll-functions.
2429         (wl-summary-goto-folder-subr): Don't call
2430         wl-summary-window-scroll-functions, use
2431         wl-summary-buffer-window-scroll-functions instead.
2432
2433 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2436         make-local-variable.
2437
2438 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2439
2440         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2441         set-buffer-modified-p.
2442         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2443         (wl-summary-display-bottom): Ditto.
2444         (wl-summary-toggle-disp-msg): Ditto.
2445
2446 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2449
2450         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2451         (wl-summary-forward): Use elmo-message-entity-field instead of
2452         elmo-message-field.
2453
2454         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2455
2456 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-summary.el (wl-summary-window-scroll-functions): No use
2459         `append'.
2460
2461 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2462
2463         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2464         function.
2465         (wl-summary-window-scroll-functions): Call it when both
2466         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2467         (wl-summary-temp-mark): Added optional argument number.
2468         (wl-summary-message-mark): Added optional argument flag.
2469         (wl-summary-persistent-mark): Added optional argument number and flag.
2470         (wl-summary-update-persistent-mark): Ditto.
2471         (wl-summary-update-status-marks): Set "r" for interactive spec.
2472
2473         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2474         argument number and flag.
2475
2476         * wl-action.el (wl-summary-registered-temp-mark): 
2477         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2478
2479 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2480
2481         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2482         internal variable (buffer local).
2483         (wl-summary-window-scroll-functions): New function.
2484         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2485         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2486         as nil.
2487         (wl-summary-update-status-marks): Added arguments beg, end and
2488         check.
2489         (wl-summary-update-mark-window): Use function.
2490         (wl-summary-sync-update): Follow the change above.
2491         (wl-summary-switch-to-clone-buffer): Copy
2492         wl-summary-buffer-unsync-mark-number-list.
2493         (wl-summary-goto-folder-subr): Set
2494         wl-summary-buffer-unsync-mark-number-list and
2495         use wl-summary-window-scroll-functions instead of
2496         wl-summary-lazy-highlight.
2497
2498         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2499
2500 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2501
2502         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2503
2504         * wl-summary.el (wl-summary-update-persistent-mark): Call
2505         wl-summary-set-message-modified.
2506
2507         * wl-summary.el (wl-summary-sync-update): Don't call
2508         wl-summary-update-status-marks.
2509
2510         * Version number is increased to 2.11.18.
2511
2512 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2515         (wl-message-next-page): Ditto.
2516
2517 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2518
2519         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2520         local variable.  Change the order of a collected list into the
2521         same as the specified range.  Remove nil from a collected list.
2522
2523 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2526         argument for elmo-folder-list-messages.
2527
2528 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2529
2530         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2531         change (wl-summary-count-unreads return a list instead of a cons
2532         cell).
2533
2534 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2535
2536         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2537         `wl-summary-folder-info-update'.
2538
2539 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2540
2541         * wl-summary.el (wl-summary-set-message-modified): No use
2542         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2543         (wl-summary-set-mark-modified): Abolish.
2544         (wl-summary-mark-modified-p): Ditto.
2545         (wl-summary-save-view): Follow the change above.
2546
2547         * wl-expire.el (wl-summary-expire): Likewise.
2548
2549 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl-summary.el (wl-summary-detect-mark-position): Use
2552         modb-entity-handler.
2553         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2554
2555         * Version number is increased to 2.11.17.
2556
2557 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2560         entity field value.
2561         (wl-summary-prefetch-msg): Ditto.
2562         (wl-summary-print-message-with-ps-print): Ditto.
2563
2564 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2567         for dummy entity.
2568         (wl-summary-insert-thread): Use elmo-message-entity-field.
2569         (wl-summary-update-thread): Use elmo-message-entity-field and
2570         elmo-message-entity-number.
2571         (wl-summary-line-number):  Use elmo-message-entity-number.
2572         (wl-summary-line-size): Use elmo-message-entity-field.
2573         (wl-summary-line-subject): Ditto.
2574         (wl-summary-line-from): Ditto.
2575         (wl-summary-line-attached): Ditto.
2576         (wl-summary-create-line): Ditto.
2577         (wl-summary-create-line): Use elmo-message-entity-number.
2578         (wl-summary-print-message-with-ps-print): Use
2579         elmo-message-entity-field.
2580
2581 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2582
2583         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2584         change in elmo-msgdb-make-message-entity.
2585         (wl-summary-buffer-set-folder): Don't call
2586         wl-summary-detect-mark-position here.
2587         (wl-summary-rescan): Call elmo-message-entity-number.
2588         (wl-summary-sync-update): Ditto.
2589         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2590
2591         * wl-score.el (wl-score-header-index): Redefine 2th element.
2592         (wl-score-overview-entity-get-extra): Abolish.
2593         (wl-score-ov-entity-get): Rewrite.
2594         (wl-score-string-index<, wl-score-string-func<): Abolish.
2595         (wl-score-string<): New function.
2596         (wl-score-string-sort): Use it.
2597
2598         * wl-refile.el (wl-refile-guess-by-history): Use
2599         elmo-message-entity-field.
2600         (wl-refile-guess-by-from): Ditto.
2601         (wl-refile-guess-by-msgid): Ditto.
2602
2603         * Version number is increased to 2.11.16.
2604
2605 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2606
2607         * wl-folder.el (wl-folder-confirm-existence): Don't call
2608         file-exists-p if msgdb-path is nil.
2609         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2610         `wl-read-folder-hist' to `wl-read-folder-history'.
2611
2612 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2613
2614         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2615         `y-or-n-p'.
2616
2617 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-score.el (wl-score-headers): Don't use
2620         elmo-folder-do-each-message-entity.
2621
2622         * Version number is increased to 2.11.15.
2623
2624 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2625
2626         * wl-summary.el (wl-summary-delete-all-msgs): Use
2627         elmo-folder-move-messages instead of elmo-folder-delete-messages
2628         and elmo-folder-detach-messages.
2629         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2630
2631         * wl-expire.el (wl-expire-delete): Ditto.
2632         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2633
2634 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2635
2636         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2637         (wl-message-header-narrowing-fields): Ditto.
2638         (wl-message-header-narrowing-lines): Ditto.
2639         (wl-message-header-narrowing-string): Ditto.
2640
2641         * wl-summary.el (wl-summary-mode-map): Bind
2642         wl-summary-toggle-header-narrowing to "C-cC-f".
2643         (wl-summary-toggle-header-narrowing): New function.
2644
2645         * wl-message.el (wl-message-buffer-create): Call
2646         wl-message-header-narrowing-setup.
2647         (wl-message-redisplay): Call wl-message-header-narrowing.
2648         (wl-message-header-narrowing): New function.
2649         (wl-message-header-narrowing-map): New keymap.
2650         (wl-message-header-narrowing-widen-map): New keymap.
2651         (wl-message-header-narrowing-again-at-mouse): New function.
2652         (wl-message-header-narrowing-1): Ditto.
2653         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2654         (wl-message-header-narrowing-setup): Ditto.
2655         (wl-message-header-narrowing-toggle): Ditto.
2656         
2657         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2658
2659         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2660         'flag as all.
2661         (wl-use-flag-folder-help-echo): New user option.
2662
2663         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2664         wl-summary-highlight as nil.
2665         (wl-summary-set-mark-modified): Follow the API change.
2666         (wl-summary-mark-modified-p): Ditto.
2667         (wl-summary-mark-as-read-all): Ditto.
2668         (wl-summary-sync-marks): Don't call
2669         elmo-folder-list-messages-with-global-mark.
2670         (wl-summary-mark-as-read-internal): Follow the API change.
2671         (wl-summary-mark-as-answered-internal): Ditto.
2672         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2673         Follow the API change.
2674         (wl-summary-create-line): Call with number argument.
2675         (wl-summary-reply): Follow the API change.
2676
2677         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2678         function.
2679         (wl-highlight-summary-line-string): Call it when
2680         wl-use-flag-folder-help-echo is non-nil.
2681         (wl-highlight-summary-current-line): Ditto.
2682         (elmo-flag-folder-referrer): Added autoload setting.
2683
2684         * wl-draft.el (wl-draft-kill): Follow the API change.
2685
2686         * Version number is increased to 2.11.14.
2687         
2688 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2689
2690         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2691
2692 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * Version number is increased to 2.11.13.
2695
2696 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2697
2698         * wl-draft.el (wl-draft-previous-history-element): Fixed
2699         unbalanced parenthesis and bind unbound local variables.
2700
2701 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2702
2703         * wl-draft.el (wl-draft-previous-history-element): New function.
2704         (wl-draft-next-history-element): Ditto.
2705         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2706         them to M-p and M-n.
2707
2708 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2709
2710         * Version number is increased to 2.11.12.
2711
2712 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2713
2714         * wl-draft.el (wl-draft-hide): Select buffer-window.
2715
2716 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2717
2718         * wl-summary.el (wl-summary-narrow-to-region): New function.
2719         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2720         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2721         (wl-summary-save-region): Use it.
2722         * wl-action.el (wl-summary-collect-numbers-region)
2723         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2724
2725 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-folder.el (wl-folder-count-incorporates): Don't use
2728         `elmo-msgdb-mark-load'
2729
2730         * Version number is increased to 2.11.11.
2731
2732 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2733
2734         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2735         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2736
2737 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2740
2741 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2742
2743         * Version number is increased to 2.11.10.
2744
2745 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * wl-mime.el (wl-draft-attribute-value): Fixed.
2748
2749 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2750
2751         * wl-util.el (wl-copy-local-variables): New function.
2752
2753         * wl-mime.el (wl-draft-attribute-recipients): New function.
2754         (wl-draft-attribute-envelope-from): Ditto.
2755         (wl-draft-attribute-smtp-posting-server): Ditto.
2756         (wl-draft-attribute-smtp-posting-port): Ditto.
2757         (wl-draft-attribute-value): Ditto.
2758         (wl-draft-preview-message): Use it to get value for
2759         attributes. Reflect result of `wl-draft-config'.
2760
2761         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2762         and call `wl-summary-mark-as-read' before to call
2763         `wl-summary-unset-mark'.
2764         (wl-summary-target-mark-mark-as-unread): Likewise.
2765         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2766
2767 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2768
2769         * wl-mime.el (wl-draft-preview-message): Use actual value for
2770         attributes; Fix for small window.
2771
2772 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * wl-refile.el (wl-refile-get-field-value): Call
2775         `elmo-message-entity-field' with 3rd argument is non-nil.
2776
2777 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * wl-vars.el (wl-draft-preview-attributes): New user option.
2780         (wl-draft-preview-attributes-list): Ditto.
2781         (wl-draft-preview-attributes-buffer-lines): Ditto.
2782         (wl-draft-preview-attributes-buffer-name): Ditto.
2783
2784         * wl-mime.el (wl-draft-preview-message): Display attributes.
2785
2786 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-summary.el (wl-summary-detect-mark-position): Bind
2789         wl-summary-flag-priority-list to '(new).
2790
2791 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2794         funtion.
2795         (wl-highlight-summary-line-string): Use it.
2796         (wl-highlight-summary-current-line): Ditto.
2797
2798 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2799
2800         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2801         line even when the mark string is not changed.
2802
2803         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2804         argument change in the wl-summary-create-line.
2805         (wl-thread-insert-entity-sub): Ditto.
2806
2807         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2808         argument change in the wl-summary-create-line.
2809         (wl-summary-insert-sequential): Ditto.
2810         (wl-summary-update-thread): Ditto.
2811         (wl-summary-persistent-mark-string): New inline function.
2812         (wl-summary-message-mark): Use it.
2813         (wl-summary-create-line): Abolish argument wl-persistent-mark
2814         and added wl-flags, wl-cached.
2815
2816         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2817         mark to flags.
2818         (wl-highlight-summary-current-line): Decide the face not by the 
2819         persistent mark but flags.
2820
2821 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2822
2823         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2824         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2825         wl-summary-read-uncached-mark): Revive.
2826         (wl-summary-answered-cached-mark,
2827         wl-summary-answered-uncached-mark): New user option.
2828         (wl-summary-score-marks): Follow the change above.
2829         (wl-summary-auto-refile-skip-marks): Ditto.
2830         (wl-summary-incorporate-marks): Ditto.
2831         (wl-summary-expire-reserve-marks): Ditto.
2832         (wl-summary-flag-priority-list): New user option.
2833
2834         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2835         changes.
2836         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2837         of elmo-message-mark.
2838         (wl-summary-mark-as-read-internal): Ditto.
2839         (wl-summary-mark-as-answered): Ditto.
2840         (wl-summary-mark-as-important): Ditto.
2841         (wl-summary-redisplay-internal): Ditto.
2842         (wl-summary-redisplay-no-mime-internal): Ditto.
2843         (wl-summary-message-mark): New function.
2844         (wl-summary-insert-sequential): Use wl-summary-message-mark
2845         instead of elmo-message-mark.
2846         (wl-summary-update-thread): Ditto.
2847         (wl-summary-persistent-mark): Ditto.
2848         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2849         instead of elmo-message-mark.
2850
2851         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2852         wl-summary-message-mark instead of elmo-message-mark.
2853         (wl-thread-insert-entity-sub): Ditto.
2854         (wl-thread-get-children-msgs-uncached): Ditto.
2855
2856         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2857         variable name changes.
2858         (wl-highlight-summary-current-line): Ditto.
2859
2860         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2861         wl-summary-message-mark instead of elmo-message-mark.
2862
2863         * wl-expire.el (wl-expire-message-p): Ditto.
2864
2865         * wl-score.el (wl-score-headers): Ditto.
2866
2867         * Version number is increased to 2.11.9.
2868
2869         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2870         (wl-summary-sync-update): Follow the change above.
2871         (wl-summary-switch-to-clone-buffer): Ditto.
2872         (wl-summary-open-folder): Ditto.
2873
2874 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2875
2876         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2877         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2878
2879         * Version number is increased to 2.11.8.
2880
2881         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2882
2883         * wl-expire.el (wl-expire-refile): Follow the API change on
2884         `elmo-folder-move-messages'.
2885         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2886
2887         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2888         (wl-summary-exec-action-refile): Ditto.
2889         (wl-summary-exec-action-copy): Ditto.
2890         (wl-summary-no-auto-refile-message-p): No use
2891         `wl-summary-buffer-msgdb'.
2892         (wl-summary-auto-refile): Ditto.
2893
2894 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2895
2896         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2897
2898 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * wl-summary.el (wl-summary-sync): Treat no-sync.
2901
2902         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2903         (wl-default-sync-range): Ditto.
2904
2905 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2906
2907         * wl-refile.el (wl-refile-subject-learn): Call
2908         `elmo-message-entity-field' with 3rd argument is non-nil.
2909         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2910         instead of `elmo-msgdb-overview-entity-get-subject'.
2911
2912 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2915         scan-type is rescan.
2916         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2917         new optional argument force is non-nil.
2918         (wl-summary-save-view-cache): Call it with force argument non-nil.
2919
2920         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2921
2922 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2923
2924         * wl-action.el (wl-summary-print-argument): Fixed last change.
2925
2926 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2927
2928         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2929         simplified.
2930         (wl-summary-target-mark-mark-as-unread): Likewise.
2931         (wl-summary-target-mark-mark-as-important): Likewise.
2932
2933 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2934
2935         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2936         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2937         (wl-summary-mark-as-important-region): Change accordingly.
2938         (wl-summary-target-mark-mark-as-important): Ditto.
2939
2940 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2941
2942         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2943
2944         * wl-action.el (wl-summary-print-argument): Print argument to
2945         right side of window if `wl-summary-print-argument-within-window'
2946         is non-nil.
2947
2948 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2949
2950         * wl-action.el (wl-summary-set-mark): Use
2951         `wl-summary-message-visible-p' to check visibility of the message
2952         and jump to message only when the message line is visible and have
2953         different number; Call wl-summary-unset-mark with number argument.
2954         (wl-summary-unset-mark): 
2955         Use `wl-summary-message-visible-p'
2956         to check visibility of the message and jump to message only when
2957         the message line is visible and have different number;
2958
2959 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2960
2961         * Version number is increased to 2.11.7.
2962
2963         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2964         and wl-folder-summary-line-format.
2965
2966         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2967         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2968         (wl-summary-set-score-mark): Use it.
2969         (wl-summary-target-mark-mark-as-read): Ditto.
2970         (wl-summary-target-mark-mark-as-unread): Ditto.
2971         (wl-summary-target-mark-mark-as-important): Ditto.
2972         (wl-summary-target-mark-msgs): Simplified.
2973         (wl-summary-detect-mark-position): Fixed problem when
2974         summary-line-format no contain persisten/temp mark spec.
2975         (wl-summary-temp-mark): Ditto.
2976         (wl-summary-persistent-mark): Ditto.
2977         (wl-summary-update-persistent-mark): Ditto.
2978
2979         * wl-action.el (wl-summary-set-mark): Ditto.
2980         (wl-summary-unset-mark): Ditto.
2981         All other related portions are changed.
2982
2983 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2984
2985         * Version number is increased to 2.11.6.
2986
2987 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2988
2989         * wl-util.el (wl-current-message-buffer): Define as function;
2990         Don't use the value of wl-messge-buffer.
2991
2992         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2993         persistent mark.
2994
2995         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2996         no current message, cause an error.
2997
2998 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-summary.el (wl-summary-set-message-modified): Use
3001         elmo-folder-set-message-modified instead of
3002         elmo-folder-set-message-modified-internal.
3003
3004 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3005
3006         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3007         interactively.
3008         (wl-summary-sync): nokill->entirely.
3009         (wl-summary-sync-marks): Fixed message.
3010         (wl-summary-input-range): Added mark, nokill->entirely.
3011
3012         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3013         messages as read.
3014
3015 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3016
3017         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3018         update-noscore.
3019         (wl-summary-sync): Follow the change above.
3020
3021 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3022
3023         * wl-action.el (wl-summary-target-mark-all): Use
3024         elmo-folder-list-messages.
3025
3026 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3029         (wl-summary-rescan): Set wl-summary-scored as nil.
3030         (wl-summary-sync-force-update): Follow the change above.
3031         (wl-summary-sync): Ditto.
3032         (wl-summary-sync-update): Added argument disable-killed.
3033         (wl-summary-insert-headers): Set visible-only argument for
3034         elmo-folder-list-messages.
3035         (wl-summary-input-range): Added update-nokill, update-noscore,
3036         all-nokill, all-noscore and mark.
3037
3038         * Version number is increased to 2.11.5.
3039
3040         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3041
3042 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3043
3044         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3045         (wl-summary-prefetch-region-no-mark): Change accordingly.
3046         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3047
3048 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3049
3050         * wl-address.el (wl-complete-field-to): Abolished.
3051         (wl-complete-address): Completion function for completing-read.
3052         * wl-action.el (wl-summary-get-resend-address): Use it.
3053
3054         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3055         wl-summary-update-mark and abolish unused argument.
3056         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3057         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3058         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3059         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3060         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3061         * wl-draft.el (wl-draft-kill): Ditto.
3062
3063         * wl-summary.el: Remove unused binding of case-fold-search.
3064         (wl-summary-replace-status-marks): Abolished.
3065
3066 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3069         is specified or folder length is zero.
3070
3071 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3072
3073         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3074         (wl-folder-archive-current-entity): Ditto.
3075
3076 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3077
3078         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3079         retrieving message mark.
3080         (wl-summary-redisplay-internal): Ditto.
3081
3082         * wl-message.el (wl-message-buffer-display): Ignore errors while
3083         retrieving message-id field.
3084
3085         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3086         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3087         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3088         order of the arguments for `wl-expire-message-p'.
3089         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3090
3091         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3092         Check return value of wl-summary-reply.
3093         (wl-summary-reply): Recover window configuration when an error occured.
3094
3095 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3096
3097         * wl-summary.el (wl-summary-resend-message): Abolished, the
3098         feature is inherited by wl-summary-resend (put resend mark).
3099
3100 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3101
3102         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3103         wl-message-buffer to nil when the message is hide.
3104
3105 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * .cvsignore: New file.
3108
3109 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3110
3111         * wl-action.el (wl-summary-action-docstring): Add more info.
3112         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3113         duplicate definition.
3114         (wl-summary-define-mark-action): Functions wl-summary-*-region
3115         keep current position.
3116         (wl-summary-unregister-target-mark): Store result to the variable.
3117
3118 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3119
3120         * Version number is increased to 2.11.4.
3121
3122 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3125         wl-summary-delete-all-temp-marks.
3126         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3127
3128         * wl-action.el (wl-summary-set-mark): Changed terminology
3129         refile-destination -> action-argument.
3130         (wl-summary-unset-mark): Ditto.
3131         (wl-summary-remove-argument): Ditto.
3132         (wl-summary-print-argument): Ditto.
3133
3134         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3135         (wl-thread-remove-argument-region): Ditto.
3136         (wl-thread-print-argument-region): Ditto.
3137         (wl-thread-close): Ditto.
3138         (wl-thread-open): Ditto.
3139
3140         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3141         (wl-highlight-refile-destination-face is abolished)
3142         (wl-highlight-action-argument-string): Ditto.
3143         (wl-highlight-summary-current-line): Highlight action argument.
3144
3145         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3146         color for light backgrounds.
3147         (wl-highlight-summary-answered-face): Ditto.
3148
3149 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3150
3151         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3152
3153         * wl-score.el (wl-summary-score-update-all-lines): Use
3154         wl-summary-set-mark.
3155         (wl-summary-score-update-all-lines): Kill expunged messages.
3156
3157         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3158
3159 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3162         directly.
3163         (wl-score-overview-entity-get-lines): Ditto.
3164         (wl-score-overview-entity-get-xref): Ditto.
3165         (wl-score-get-latest-msgs): Ditto.
3166         (wl-summary-rescore): Ditto.
3167
3168         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3169         to "&".
3170         (wl-summary-mark-as-answered-internal): New inline function.
3171         (wl-summary-mark-as-answered): New function.
3172         (wl-summary-mark-as-unanswered): Ditto.
3173         (wl-summary-sync-marks): Modified for answered-mark synching.
3174
3175 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3176
3177         * wl-action.el (wl-summary-set-mark): Fixed last change.
3178
3179 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3180
3181         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3182         behavior of wl-summary-unread-message-hook
3183         (Pointed out by akira yamada <akira@arika.org>).
3184
3185 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3186
3187         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3188         wl-summary-delete.
3189         * wl-xmas.el (wl-summary-toolbar): Ditto.
3190
3191         * wl-action.el (wl-summary-set-mark): Don't override current
3192         temp-mark.
3193
3194         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3195
3196 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3199         (wl-refile-msgid-learn): Ditto.
3200         (wl-refile-get-field-value): Ditto.
3201
3202         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3203
3204         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3205         (wl-expire-delete-reserved-messages): Renamed from
3206         wl-expire-reserve-marked-msgs-from-list.
3207         (wl-expire-delete): Removed argument `msgdb'.
3208         (wl-expire-refile): Ditto.
3209         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3210         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3211         mark-alist as argument.
3212         (wl-expire-archive-number1): Removed argument `msgdb'.
3213         (wl-expire-archive-number2): Ditto.
3214         (wl-expire-archive-date): Ditto.
3215         (wl-expire-localdir-date): Ditto.
3216         (wl-expire-hide): Ditto.
3217         (wl-archive-number1): Ditto.
3218         (wl-archive-number2): Ditto.
3219         (wl-archive-date): Ditto.
3220         (wl-archive-folder): Ditto.
3221         All other related portions are changed.
3222
3223 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3224
3225         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3226         mean move up and down. (suggested by Takashi Kawachi)
3227
3228 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3229
3230         * wl-acap.el (toplevel): Don't require un-define.
3231
3232 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3233
3234         * wl-thread.el (wl-thread-delete-message): Always update
3235         wl-summary-buffer-number-list.
3236
3237         * wl-action.el (wl-summary-print-destination): 
3238         Do nothing when folder is nil.
3239
3240 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3243         persistent mark when prefetch is succeeded.
3244
3245 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3248         instead of elmo-msgdb-delete-msgs.
3249         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3250         (wl-expire-hide): Ditto.
3251
3252         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3253
3254         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3255         elmo-msgdb interface.
3256         (wl-thread-get-exist-children): Likewise.
3257         (wl-thread-insert-message): Likewise.
3258         (wl-thread-msg-mark-as-important): Likewise.
3259         (wl-thread-insert-entity-sub): Likewise.
3260         (wl-thread-get-children-msgs-uncached): Likewise.
3261
3262         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3263         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3264         (wl-summary-sync-update): Likewise.
3265         (wl-summary-auto-select-msg-p): Likewise.
3266         (wl-summary-update-thread): Likewise.
3267         (wl-summary-mark-as-important): Likewise.
3268         (wl-summary-jump-to-msg-internal): Likewise.
3269         (wl-summary-redisplay-internal): Likewise.
3270         (wl-summary-print-message-with-ps-print): Likewise.
3271         (wl-summary-folder-info-update): Likewise.
3272
3273         * wl-folder.el (wl-folder-check-one-entity):
3274         elmo-folder-count-flags instead of wl-summary-count-unread.
3275
3276         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3277
3278         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3279
3280         * wl-summary.el (wl-summary-set-message-modified): 
3281         Call wl-summary-set-mark-modified.
3282         (wl-summary-delete-messages-on-buffer): Call
3283         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3284         (wl-summary-sync-update): Call elmo-folder-length instead of
3285         elmo-folder-messages.
3286         (wl-summary-insert-headers): Don't call
3287         elmo-folder-list-message-entities.
3288
3289 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3290
3291         * wl-action.el (wl-summary-define-mark-action): Call
3292         `wl-summary-set-mark' with argument `data'.
3293         (wl-summary-auto-refile): Fixed order of arguments when call
3294         `wl-summary-refile'.
3295
3296 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3297
3298         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3299
3300         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3301
3302         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3303         (Renamed from wl-highlight-summary-deleted-face).
3304         (wl-highlight-summary-resend-face): New face.
3305
3306         (wl-highlight-summary-deleted-face): Renamed from
3307         wl-highlight-summary-erased-face.
3308
3309         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3310
3311         * wl-action.el (wl-summary-get-resend-address): New function.
3312         (wl-summary-exec-action-resend): Ditto.
3313         (wl-summary-exec-action-resend-subr): Ditto.
3314
3315         * w-thread.el (wl-thread-copy): Removed definition.
3316         (wl-thread-refile): Ditto.
3317         (wl-thread-delete): Ditto.
3318         (wl-thread-target-mark): Ditto.
3319
3320         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3321         (wl-summary-target-mark-set-action): Fixed.
3322         (wl-summary-define-mark-action): Fixed quotation.
3323         (wl-summary-move-mark-list-messages): Display message.
3324         (wl-summary-define-mark-action): Define thread functions.
3325         (wl-summary-exec-action-refile): Changed message.
3326         (wl-summary-exec): Ditto.
3327
3328 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3329         
3330         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3331         '%%'.
3332
3333 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3334
3335         * wl.el (toplevel): Require wl-action.
3336         (wl-init): Call wl-summary-define-mark-action.
3337
3338         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3339
3340         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3341         wl-summary-delete and wl-summary-erase.
3342         (wl-summary-mode-map): Ditto.
3343
3344         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3345         wl-delete-folder-alist.
3346
3347         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3348         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3349         (toplevel): Moved mark & action related functions to the wl-action.el.
3350
3351         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3352         in wl-summary-mark-action-list.
3353         (wl-highlight-summary-current-line): Ditto.
3354
3355         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3356         empty lines.
3357
3358         * wl-action.el: New file. 
3359
3360 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl-summary.el (wl-summary-target-mark-replace): New function.
3363         (wl-summary-target-mark-prefetch): Use it.
3364         (wl-summary-target-mark-delete): Ditto.
3365         (toplevel): Rearranged definition order.
3366         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3367         (wl-summary-target-mark-erase): Rewrite.
3368         (wl-summary-erase-region): New function.
3369         (wl-summary-exec-action-erase): Changed message.
3370         (wl-summary-move-mark-list-messages): New function.
3371         (wl-summary-exec-action-delete): Use it.
3372         (wl-summary-exec-action-erase): Ditto.
3373
3374         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3375         (wl-summary-skip-mark-list): Added "d".
3376
3377         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3378         while searching.
3379
3380         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3381         and define using defcustom;
3382         Define 4th element as a face.
3383         
3384         * wl-summary.el (wl-summary-incorporate): Use 
3385         `wl-summary-prefetch-region-no-mark' instead of
3386         `wl-summary-prefetch-region'.
3387         (wl-summary-prefetch-region-no-mark): Revival of old
3388         `wl-summary-prefetch-region'.
3389         (wl-summary-mark-action-list): Moved to wl-vars.el
3390
3391         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3392         face according to the `wl-summary-mark-action-list'.
3393         (wl-highlight-summary-current-line): Ditto;
3394         Removed destination highlighting.
3395
3396         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3397         (wl-highlight-summary-line-string): Highlight for "i" mark.
3398         (wl-highlight-summary-current-line): Ditto.
3399
3400         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3401         no destination.
3402
3403         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3404         exists, just go ahead.
3405         (wl-summary-prefetch-region): Rewrite.
3406         (wl-summary-prefetch): Ditto.
3407         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3408         (wl-summary-exec-action-prefetch): New function.
3409         (wl-summary-target-mark-prefetch): Rewrite.
3410
3411 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3412
3413         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3414         (wl-highlight-summary-line-string): Added "d" and "D".
3415         (wl-highlight-summary-current-line): Ditto.
3416
3417         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3418         in wl-summary.el.
3419         (wl-thread-insert-entity-sub): Ditto.
3420         (wl-thread-remove-destination-region): Ditto.
3421         (wl-thread-print-destination-region): Ditto.
3422
3423         * wl-summary.el (wl-summary-buffer-refile-list,
3424         wl-summary-buffer-delete-list,
3425         wl-summary-buffer-copy-list): Abolish.
3426         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3427         All other related portions are changed.
3428         (wl-summary-mark-action-list): New variable.
3429         (wl-summary-set-mark): New function.
3430         (wl-summary-register-target-mark): Ditto.
3431         (wl-summary-unregister-target-mark): Ditto.
3432         (wl-summary-have-target-mark-p): Ditto.
3433         (wl-summary-register-temp-mark): Ditto.
3434         (wl-summary-unregister-temp-mark): Ditto.
3435         (wl-summary-registered-temp-mark): Ditto.
3436         (wl-summary-collect-temp-mark): Ditto.
3437         (wl-summary-unset-mark): Ditto.
3438         (wl-summary-set-target-mark): Ditto.
3439         (wl-summary-unset-target-mark): Ditto.
3440         (wl-summary-set-action-generic): Ditto.
3441         (wl-summary-unset-action-generic): Ditto.
3442         (wl-summary-exec-action-delete): Ditto.
3443         (wl-summary-exec-action-erase): Ditto.
3444         (wl-summary-set-action-refile): Ditto.
3445         (wl-summary-set-action-refile-subr): Ditto.
3446         (wl-summary-unset-action-refile): Ditto.
3447         (wl-summary-make-destination-numbers-list): Ditto.
3448         (wl-summary-exec-action-refile): Ditto.
3449         (wl-summary-set-action-copy): Ditto.
3450         (wl-summary-unset-action-copy): Ditto.
3451         (wl-summary-exec-action-copy): Ditto.
3452         (wl-summary-collect-numbers-region): Ditto.
3453         (wl-summary-delete): Rewrite.
3454         (wl-summary-erase): Ditto.
3455         (wl-summary-remove-destination): Ditto.
3456         (wl-summary-exec): Ditto.
3457         (wl-summary-exec-region): Ditto.
3458         (wl-summary-target-mark-erase): Ditto.
3459         (wl-summary-refile): Ditto.
3460         (wl-summary-copy): Ditto.
3461         (wl-summary-unmark): Ditto.
3462         (wl-summary-delete-all-mark): Ditto.
3463         (wl-summary-mark-line): Don't highlight.
3464         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3465         (wl-summary-target-mark-refile-subr): Rewrite.
3466
3467         (wl-summary-copy-prev-destination): Abolish.
3468
3469 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3470
3471         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3472         default values along the value of wl-on-mule.
3473         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3474         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3475         It is not used anywhere.
3476
3477 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3478
3479         * wl-summary.el (wl-summary-print-destination): Keep position.
3480         (wl-summary-cursor-move-surface): Keep horizontal position.
3481
3482 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3483
3484         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3485         write sendlog.
3486
3487 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3488
3489         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3490         `wl-summary-highlight'.
3491
3492 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3493
3494         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3495         trivial condition for temp-mark.
3496
3497 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3498
3499         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3500         when it hits killed buffer.
3501
3502 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3503
3504         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3505         * wl-news.el.in: `message' and `error' take format string.
3506
3507 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3508
3509         * wl-folder (wl-folder-insert-entity): Display a message,
3510         `...done', when the work finish.
3511         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3512
3513 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3514
3515         * wl-message.el (wl-message-redisplay): Remove unused local
3516         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3517
3518 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3519
3520         * wl-summary.el (wl-summary-replace-status-marks): Disable
3521         interactive use.
3522         (wl-summary-reedit): Check message existence at first.
3523         (wl-summary-mark-line): Fix doc, return value is indefinite.
3524
3525         * wl-highlight.el (wl-highlight-message): Arranged.
3526
3527         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3528         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3529         check temp-mark by wl-summary-temp-mark always.
3530         (wl-highlight-summary): Change accordingly.
3531         * wl-summary.el (wl-summary-mark-as-read-all)
3532         (wl-summary-delete-cache, wl-summary-set-score-mark)
3533         (wl-summary-mark-as-unread, wl-summary-unmark)
3534         (wl-summary-mark-line, wl-summary-mark-as-read)
3535         (wl-summary-mark-as-important): Ditto.
3536
3537         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3538         end of the window if possible.
3539         * wl-summary.el (wl-summary-sync-update): Support lazy
3540         highlighting.
3541         (wl-summary-toggle-disp-msg): Ditto.
3542
3543 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3544
3545         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3546
3547 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3548
3549         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3550         change.
3551
3552 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3553
3554         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3555         API.
3556         (wl-summary-sync-update): Ditto.
3557
3558         * wl-score.el (wl-score-get-score-alist): Changed argument.
3559         (wl-summary-rescore-msgs): Likewise.
3560         (wl-summary-score-headers): Likewise.
3561         (wl-score-headers): Likewise;
3562         Use elmo-folder-do-each-message-entity, etc.
3563         (wl-summary-score-effect): Follow the changes above.
3564         (wl-summary-rescore): Ditto.
3565         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3566         (wl-score-get-overview): Abolish.
3567
3568         * wl-summary.el (wl-summary-default-from): Follow the API change in
3569         elmo-msgdb.
3570         (wl-summary-count-unread): Ditto.
3571         (wl-summary-detect-mark-position): Ditto.
3572         (wl-summary-overview-entity-compare-by-date): Ditto.
3573         (wl-summary-overview-entity-compare-by-number): Ditto.
3574         (wl-summary-overview-entity-compare-by-from): Ditto.
3575         (wl-summary-overview-entity-compare-by-subject): Ditto.
3576         (wl-summary-get-list-info): Ditto.
3577         (wl-summary-rescan): Ditto.
3578         (wl-summary-jump-to-msg-by-message-id): Ditto.
3579         (wl-summary-sync-update): Ditto; Removed comment.
3580         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3581         (wl-summary-insert-message): Use wl-summary-insert
3582         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3583         (wl-summary-insert-headers): Changed argument overview to folder.
3584         (wl-summary-search-by-subject): Likewise.
3585         (wl-summary-insert-thread): Renamed from 
3586         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3587
3588         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3589         too.
3590
3591         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3592         wl-string-member.
3593
3594 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3595
3596         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3597         elmo-folder-append-buffer.
3598         (wl-draft-queue-append): Likewise.
3599
3600         * wl-mime.el (wl-message-delete-current-part): Ditto.
3601         (wl-summary-burst-subr): Ditto.
3602
3603         * wl-news.el.in (wl-news-send-news): Ditto.
3604
3605 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3606
3607         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3608         function.
3609         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3610         (wl-summary-update-mark): Enclose with save-excursion.
3611         (wl-summary-mark-as-read-internal): Fixed last change.
3612         (wl-summary-mark-as-important): Use 3rd argument of
3613         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3614         Don't use elmo-msgdb-set-mark.
3615         (wl-summary-redisplay-internal): If msgdb flag is already read,
3616         just update the mark on buffer.
3617
3618 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3619
3620         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3621         cut visible folder when elmo-folder-delete returns non-nil value.
3622
3623 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3624
3625         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3626         by Kenichi OKADA <okada@opaopa.org>).
3627
3628 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3629
3630         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3631
3632 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3633
3634         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3635         Fixed the last change, search group entity by its real name.
3636         (Thanks to: KOBAYASHI Shinji)
3637
3638 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3639
3640         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3641         (wl-fldmgr-access-display-all): Don't refer visible name.
3642         * wl-expire.el (wl-folder-archive-current-entity)
3643         (wl-folder-expire-current-entity): Ditto.
3644         * wl-folder.el (wl-folder-jump-to-current-entity)
3645         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3646         (wl-folder-open-folder-sub,wl-folder-open-all)
3647         (wl-folder-write-current-folder): Ditto.
3648         (wl-folder-insert-entity): Don't use petname for normal group.
3649         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3650         is the real name.
3651         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3652         Abolished.
3653
3654 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3655
3656         * wl-draft.el (wl-draft-create-buffer): Add
3657         `wl-summary-reply-with-citation'
3658
3659 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3660
3661         * wl-draft.el (wl-draft-reply): Fixed.
3662
3663 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3664
3665         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3666         when `wl-draft-send-confirm-with-preview' is non-nil.
3667         You can scroll up/down by j/k.
3668         (wl-draft-send-confirm-with-preview): New variable (default=t).
3669
3670 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3671
3672         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3673         (wl-fldmgr-save-folders): Fix comment.
3674
3675 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3676
3677         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3678         along the last change in `wl-folder-buffer-group-p'.
3679
3680 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3681
3682         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3683         folder.
3684
3685         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3686         the default value.
3687
3688         * wl-mime.el (wl-summary-burst): Update summary only when target
3689         folder equals current folder.
3690
3691 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3692
3693         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3694
3695 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3698         value.
3699
3700 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3703         `map-extents' instead of `extent-at' repeatedly.
3704         (wl-highlight-folder-current-line): Ditto.
3705
3706         * wl-highlight.el: Remove useless dummy functions.
3707
3708 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3709
3710         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3711         (wl-folder-put-folder-property): New function to put text property.
3712         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3713         (wl-folder-insert-entity, wl-folder-update-diff-line)
3714         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3715         * wl-e21.el, wl-xmas.el, wl-mule.el
3716         (wl-highlight-folder-current-line): Ditto.
3717         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3718         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3719         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3720         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3721
3722 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3723
3724         * Version number is increased to 2.11.3.
3725
3726 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3727
3728         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3729         Resume current-buffer since it is assumed by remaining tasks.
3730
3731 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3732
3733         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3734         (wl-folder-completion-function): Abolished.
3735         (wl-folder-complete-folder): New function.
3736         (wl-folder-complete-filter-condition): Ditto.
3737         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3738         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3739
3740 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3741
3742         * wl-draft.el (wl-draft-send-confirm): New function.
3743         (wl-draft-send): Use it.
3744
3745         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3746         cursor-in-echo-area while confirming.
3747
3748         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3749
3750         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3751         searching via nntp if wl-summary-search-via-nntp is 'force.
3752         Otherwise, invoke searching in nntp folder only.
3753         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3754
3755         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3756         explicitly for mime-make-text-tag.
3757
3758 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3759
3760         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3761         `mime-make-text-tag' instead of `mime-create-tag'.
3762
3763 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3764
3765         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3766         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3767
3768 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3769
3770         * wl-score.el (wl-score-save): Bind print-length and print-level.
3771         (wl-score-pretty-print): Ditto.
3772         (wl-score-edit-insert-header-entry): Ditto.
3773
3774         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3775         "From" entry to be treated with wl-draft-eword-encode-address-list.
3776         * wl-mime.el (wl-draft-preview-message): Ditto.
3777
3778         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3779         (wl-summary-mark-as-unread): Ditto.
3780         (wl-summary-mark-as-read-region): Change accordingly.
3781         (wl-summary-mark-as-unread-region): Ditto.
3782         (wl-summary-target-mark-mark-as-read): Ditto.
3783         (wl-summary-target-mark-mark-as-unread): Ditto.
3784
3785 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * Version number is increased to 2.11.2.
3788
3789 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-news.el.in (wl-news-previous-version-save): Bind
3792         print-length and print-level.
3793         * wl-thread.el (wl-thread-save-entities): Ditto.
3794         (wl-thread-save-top-list): Bind print-length.
3795
3796 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3797
3798         * wl-highlight.el (wl-highlight-summary-line-string): Use
3799         wl-summary-score-below-mark, wl-summary-score-over-mark.
3800         (wl-highlight-summary-current-line): Ditto.
3801
3802 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3803
3804         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3805         insert it.
3806
3807 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3808
3809         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3810
3811 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3814         message without msgid.
3815         Rewrite with elmo-folder-move-messages.
3816         Set wl-message-buffer to nil.
3817
3818         * wl-summary.el (wl-summary-erase-subr): New function. Use
3819         elmo-folder-move-messages.
3820         (wl-summary-erase): Call it.
3821         (wl-summary-target-mark-erase): Ditto.
3822
3823 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3824
3825         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3826         it is not up-tp-date.
3827
3828 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3829
3830         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3831         buffer after calling `wl-summary-goto-folder-subr' without the
3832         argument `interactive'.
3833         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3834
3835 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3836
3837         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3838         `mime-create-tag'. Use `string=' instead of `looking-at'.
3839
3840 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3841
3842         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3843         to avoid compile warning.
3844
3845         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3846         entity-id when folder is given.
3847         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3848         save-excursion, use save-selected-window instead.
3849         Select folder buffer window if exists.
3850         (To correct behavior with wl-folder-move-cur-folder.)
3851
3852 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3853
3854         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3855
3856 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3857
3858         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3859         list-count instead of %d.
3860
3861 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3862
3863         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3864         (wl-news): Set it.
3865         (wl-news-append-to-folder): Use it.
3866
3867         * wl-news.el.in (wl-news-send-news): Append to specified folder
3868         instead of wl-default-folder.
3869         (wl-news-append-to-folder): Show error message with specified folder.
3870
3871         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3872                 In most major modes, Emacs assumes that any opening
3873                 delimiter found at the left margin is the start of a
3874                 top-level definition, or defun. Therefore, *never put an
3875                 opening delimiter at the left margin unless it should have
3876                 that significance.*
3877
3878         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3879
3880 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3881
3882         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3883
3884 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3885
3886         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3887
3888 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3889
3890         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3891         for sequential numbering case.
3892
3893 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3894
3895         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3896         value.
3897         (wl-draft-reply-without-argument-list): Ditto.
3898         (wl-draft-reply-myself-with-argument-list): Abolish.
3899         (wl-draft-reply-myself-without-argument-list): Ditto.
3900         * wl-draft.el (wl-draft-self-reply-p): New function.
3901         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3902
3903 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3906         (avoid error for the case without byte-compiling)
3907
3908 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3909
3910         * wl-news.el.in (wl-news-append-to-folder): New function.
3911         (wl-news-exit): Rewrite.
3912         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3913
3914 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3915
3916         * wl-draft.el (wl-draft-reply-position): New function.
3917         (wl-draft-reply-position): Fix.
3918         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3919         (wl-summary-target-mark-reply-with-citation): Ditto.
3920         (wl-summary-reply-with-citation): Ditto.
3921         * wl-vars.el (wl-draft-reply-default-position): New variable.
3922
3923 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3924
3925         * wl-draft.el (wl-draft-send): Preview when interactive send.
3926
3927 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl-draft.el (wl-draft-reply): Set default position.
3930         * wl-summary.el (wl-summary-reply): Ditto.
3931         (wl-summary-reply-with-citation): Ditto.
3932         (wl-summary-target-mark-reply-with-citation): Ditto.
3933
3934 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3935
3936         * wl-news.el.in (wl-news-lang): Set default value according to
3937         current-language-environment.
3938         (wl-news-append-news): Do nothing when news-list is nil.
3939
3940 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3941
3942         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3943         (wl-news): Change message.
3944         (wl-news-exit): Check buffer.
3945         (wl-news-force-exit): New function.
3946         (wl-news-show-all): New function.
3947         (wl-news-discard-and-exit): Fix.
3948
3949 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3950
3951         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3952         according to current-language-environment.
3953
3954         * wl-news.el.in (wl-news): If arg, show all NEWS after
3955         wl-news-default-previous-version.
3956
3957 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3958
3959         * wl-news.el.in (wl-news-check): Rewritten.
3960         (wl-news-previous-version-load): Change data type.
3961         (wl-news-previous-version-save): Change data type.
3962         (wl-news-append-news): Add return value.
3963         (wl-news-check-news): New function.
3964         (wl-news-already-current-p): New function.
3965         (wl-news-send-news): Rewritten.
3966         (wl-news-mode-map): Add new keybind.
3967         (wl-news): Rewritten.
3968         (wl-news-exit): Rewritten.
3969         (wl-news-discard-and-mail): New function.
3970         (wl-news-send-to-address): Abolished.
3971         * wl.el (wl-init): Delete a message.
3972
3973 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3974
3975         * wl-news.el.in (wl-news-exit): Update previous version.
3976         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3977
3978 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3979
3980         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3981
3982 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3983
3984         * wl-news.el.in (wl-news): New function.
3985         (wl-news-mode): New function.
3986         (wl-news-next-line): New function.
3987         (wl-news-next-page): New function.
3988         (wl-news-exit): New function.
3989         (wl-news-buf-name): New variable.
3990         (wl-news-mode-map): New variable.
3991         (wl-news-winconf): New variable.
3992         (wl-news-append-news): Add an option.
3993
3994 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3995
3996         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3997
3998 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3999
4000         * wl-news.el.in (wl-news-send-to-address): New variable.
4001         (wl-news-send-news): Use it.
4002         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4003         Return updating status.
4004         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4005
4006 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4007
4008         * wl-news.el.in (wl-news-send-news): Delete
4009         Organization and X-Face.
4010
4011 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4012
4013         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4014         (wl-news-append-news): New function.
4015         (wl-news-send-news): New function.
4016
4017 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * Version number is increased to 2.11.1.
4020
4021 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4022
4023         * wl-news.el.in : New file.
4024
4025 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4026
4027         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4028         default value.
4029         (wl-draft-reply-without-argument-list): Ditto.
4030
4031 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4032
4033         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4034         (wl-message-buffer-prefetch-idle-time): Ditto.
4035         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4036
4037 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-thread.el (wl-thread-insert-message): Use
4040         wl-summary-max-thread-depth.
4041
4042         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4043         loop detection.
4044
4045         * wl-message.el (wl-message-buffer-display): Back to the first page
4046         when cache is hit.
4047
4048 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4049
4050         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4051
4052         * wl-summary.el (wl-summary-insert-thread-entity):
4053         If the thread depth is reached to wl-summary-max-thread-depth,
4054         divide the thread.
4055
4056 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4057
4058         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4059         for elmo-remove-passwd.
4060
4061 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4062
4063         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4064         folder is sticky.
4065         (wl-folder-mark-as-read-all-entity): Ditto.
4066         (wl-folder-prefetch-entity): Ditto.
4067
4068 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4069
4070         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4071
4072 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4073
4074         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4075         Delete messages on buffer for unplugged operation.
4076         (wl-summary-erase): Ditto.
4077
4078 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4079
4080         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4081         take nil so as not to search parent by subject.
4082
4083 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4084
4085         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4086         (wl-folder-get-next-folder): Ditto.
4087         (wl-folder-get-path): Ditto.
4088
4089 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4092         system and encode the region with it before verifying.
4093
4094 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4095
4096         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4097         system of the echo buffer before decoding.
4098
4099 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4100
4101         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4102         original contents.
4103
4104 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4107         with argument 'any-exists.
4108
4109 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4110
4111         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4112         Use `wl-cs-autoconv'.
4113
4114 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4115
4116         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4117         by `mime-view-automatic-conversion'.
4118
4119         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4120         (wl-message-verify-pgp-nonmime): Ditto.
4121         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4122         Bind them to C-c:d and C-c:v respectively.
4123
4124         Merge following code by Teranishi-san from [wl-en:00167].
4125         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4126         (wl-mime-preview-application/pgp-encrypted): Ditto.
4127         (wl-mime-setup): Add entry.
4128
4129 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4130
4131         * wl-summary.el (wl-summary-target-mark-erase): New function.
4132         Bind it to "mD".
4133
4134 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4135
4136         * wl-vars.el (wl-draft-write-file-function): Fix.
4137         (wl-draft-reedit-hook): Changed default value.
4138
4139         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4140         wl-draft-reedit-hook.
4141         (wl-draft-remove-text-plain-tag): New function.
4142         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4143
4144         * wl-vars.el (wl-draft-write-file-function): New user option.
4145
4146         * wl-draft.el (wl-draft-prepare-edit): Use it for
4147         local-write-file-hooks.
4148         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4149
4150         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4151         (wl-draft-insert-mail-header-separator): Return the body beginning
4152         point.
4153         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4154         text/plain.
4155         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4156
4157 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4158
4159         * wl-summary.el (wl-summary-erase): New function to erase message
4160         without moving it to trash. Bind to "D".
4161
4162         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4163         as `keep' unless switch-function.
4164
4165 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4166
4167         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4168         message buffer by using `wl-summary-toggle-disp-msg'.
4169         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4170         buffer window.
4171         (wl-summary-supresedes-message): Ditto.
4172
4173         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4174         Do not delete other windows.
4175         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4176         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4177         (wl-draft-create-buffer): Set reply-or-forward also for target
4178         mark commands.
4179
4180 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4181
4182         * wl-draft.el (wl-user-agent-compose): Delete special case for
4183         switch-to-buffer-other-window.
4184
4185         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4186         (wl-summary-forward): Ditto.
4187
4188         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4189         function.
4190         (wl-draft-buffer-style): New use option.
4191
4192         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4193         (wl-draft): Follow the change above.
4194         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4195         wl-draft-buffer-style.
4196         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4197         switch-function.
4198
4199 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4200
4201         * wl-address.el (wl-address-make-completion-entry): Extracted from
4202         `wl-address-make-completion-list'.
4203         (wl-address-enable-strict-loading): New variable.
4204         (wl-address-make-completion-list): Revive petname duplication
4205         inquiry, and enable it if `wl-address-enable-strict-loading'.
4206         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4207
4208 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4209
4210         * wl-message.el (wl-message-get-original-buffer): Avoid
4211         'Selecting deleted buffer' error when original buffer is killed.
4212
4213 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4214
4215         * wl-summary.el (wl-summary-next-message): Use
4216         elmo-message-accessible-p instead of elmo-message-cached-p.
4217
4218 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4219
4220         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4221
4222         * wl-thread.el (wl-thread-open-all-unread): Use
4223         elmo-folder-list-flagged instead of
4224         elmo-folder-list-messages-mark-match.
4225
4226         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4227         instead of elmo-folder-list-messages-mark-match.
4228         (wl-summary-move-spec-alist): New variable.
4229         (wl-summary-move-spec-plugged-alist,
4230         wl-summary-move-spec-unplugged-alist): Abolish.
4231         (wl-summary-next-message): Follow the change above.
4232         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4233         with 'no-msg' argument.
4234
4235         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4236         variable.
4237         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4238         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4239         (wl-message-buffer-prefetch-get-next): Follow the change above.
4240
4241 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4242
4243         * wl-version.el (wl-version): Changed codename.
4244
4245         * Version number is increased to 2.11.0.
4246
4247 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4248
4249         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4250         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4251         `wl-draft-config-variables'.
4252         (wl-draft-kill): Fixed problem when the draft is reedit.
4253
4254 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4257         buffer-modified status (Thanks to
4258         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4259
4260 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4261
4262         * wl-util.el (wl-region-exists-p): New function.
4263
4264         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4265         Remove defvars for byte-compile warnings.
4266
4267 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4268
4269         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4270         defvar-maybe. Removed unused bind.
4271
4272 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4273
4274         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4275         summary buffer window before creating new frame.
4276         (wl-draft-reply): Ditto.
4277
4278 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4279
4280         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4281
4282 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4283
4284         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4285
4286 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4287
4288         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4289         instead of `kill-region'.
4290
4291 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4292
4293         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4294         (wl-highlight-summary-line-string): Use it.
4295         (wl-highlight-summary-current-line): Ditto.
4296
4297         * wl-mime.el (wl-message-delete-current-part): Check the class of
4298         mime-entity.
4299
4300         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4301
4302         * wl-summary.el (wl-summary-make-number-list): Initialize.
4303         (wl-summary-update-mark): New function.
4304         (wl-summary-reply): Put `answered' mark on the message.
4305         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4306
4307         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4308         (wl-draft-reply): Added optional argument `number';
4309         Set wl-draft-parent-number.
4310         (wl-draft-kill): Delete answered mark if it is a reply.
4311
4312 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4315         that originates in mime-preview-follow-current-entity.
4316         (wl-draft-yank-current-message-entity): Use it if region is active.
4317
4318         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4319         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4320         `wl-message-delete-current-part'.
4321         * wl-mule.el (wl-message-define-keymap): Ditto.
4322         * wl-xmas.el (wl-message-define-keymap): Ditto.
4323
4324 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4325
4326         * wl-mime.el (wl-message-delete-current-part): New function.
4327         (wl-mime-node-id-to-string): Ditto.
4328
4329         * wl-mime.el (wl-message-delete-current-part): Use existing
4330         original buffer which corresponds current mime-view buffer.
4331         (fetched buffer might have different structure, possibly)
4332
4333         * wl-mime.el (wl-message-delete-current-part): Quit if the
4334         message content differs from the actual message.
4335
4336 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4339         order.
4340         (wl-summary-search-by-subject): Search parent message from tail;
4341         Check the existence of the parent message on the current thread tree.
4342         (wl-summary-update-thread): Check whether the line is inserted.
4343
4344 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * wl-vars.el (wl-summary-line-format): Undo last change.
4347         * wl-summary.el (wl-summary-print-destination): Do not put
4348         invisible property when `wl-summary-width' is nil.
4349         (wl-summary-line-subject-minimum-length): Abolished.
4350         (wl-summary-line-subject): Ditto.
4351
4352 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4353
4354         * wl-vars.el (wl-summary-line-format): Change default value.
4355         (wl-summary-subject-length-limit): Abolished.
4356         * wl-summary.el (wl-summary-line-subject): Ditto.
4357
4358 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4359
4360         * wl-template.el (wl-template-select): Added optional argument.
4361         If optional argument is specified, reverse
4362         `wl-template-visible-select'.
4363
4364 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4365
4366         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4367         Take prefix argument to force asking the destination folder.
4368
4369 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4370
4371         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4372         count and update status.
4373
4374 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * wl-summary.el (wl-summary-redisplay-internal): If
4377         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4378         after fetching.
4379
4380 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4381
4382         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4383         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4384
4385         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4386
4387 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4388
4389         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4390         (All other related portions are changed).
4391         (wl-summary-mark-as-read-all): Rewrite.
4392
4393 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4394
4395         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4396         `wl-summary-mark-as-read'.
4397         (wl-summary-mark-as-unread): Rewrite.
4398         (wl-summary-mark-as-read): Added no-modeline argument.
4399         (wl-summary-resume-cache-status): Rewrite.
4400         (wl-summary-exec-subr): Remove unused local variable.
4401
4402 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4405         logic to call `wl-summary-buffer-prev-folder-function'.
4406         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4407
4408 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4409
4410         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4411         is nil.
4412
4413 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4416         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4417         (wl-mime-setup): Add its entry.
4418
4419 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4420
4421         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4422         (wl-summary-delete-cache): Likewise.
4423         (wl-summary-mark-as-read): Rewrite.
4424
4425 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4428         `wl-summary-count-unread'.
4429
4430         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4431
4432         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4433
4434 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4435
4436         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4437         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4438         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4439         Renamed to the elmo-msgdb-*-mark.
4440         (wl-summary-score-marks): Follow the change above.
4441         (wl-summary-auto-refile-skip-marks): Ditto.
4442         (wl-summary-incorporate-marks): Ditto.
4443         (wl-summary-expire-reserve-marks): Ditto.
4444
4445         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4446         changes.
4447         (wl-thread-insert-top): Changed updating message.
4448
4449         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4450         variable.
4451         (wl-summary-count-unread): Count answered marks.
4452         (wl-summary-rescan): Call wl-summary-insert-message instead of
4453         wl-summary-append-message-func-internal.
4454         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4455         (wl-summary-prefetch-msg): Follow the variable name changes.
4456         (wl-summary-prefetch-region): Ditto.
4457         (wl-summary-mark-as-read-all): Follow the API changes;
4458         Don't call elmo-folder-replace-marks.
4459         (wl-summary-delete-cache): Follow the variable name changes.
4460         (wl-summary-resume-cache-status): Ditto.
4461         (wl-summary-update-status-marks): New function.
4462         (wl-summary-insert-message): New function.
4463         (wl-summary-sync-marks): Follow the variable name changes.
4464         (wl-summary-sync-update): Synchronize to the msgdb, too;
4465         Changed update messages.
4466         (wl-summary-make-number-list): Rewrite.
4467         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4468         (wl-summary-mark-as-unread): Follow the API changes.
4469         (wl-summary-exec-subr): Follow the variable name changes.
4470         (wl-summary-mark-as-read): Ditto.
4471         (wl-summary-move-spec-plugged-alist): Ditto.
4472         (wl-summary-move-spec-unplugged-alist): Ditto.
4473         (wl-summary-cursor-move-surface): Ditto.
4474
4475         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4476         variable name changes.
4477         (wl-highlight-summary-current-line): Ditto.
4478
4479         * wl-expire.el (wl-expire-refile): Follow the API change in
4480         elmo-folder-move-messages.
4481         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4482         (wl-summary-archive): Use elmo-folder-msgdb instead of
4483         elmo-msgdb-load.
4484
4485 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-mime.el (wl-draft-preview-message): Restore the position
4488         before evaluating wl-draft-send-hook in preview buffer.
4489
4490 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4493         when it creates new draft buffer.
4494
4495         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4496         without argument.
4497
4498         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4499         Evaluate content and if the value is string, insert it.
4500         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4501         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4502         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4503         wl-draft-config-sub-part-bottom): Use it.
4504
4505         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4506         with the folder name. The question was unintelligible when it is
4507         called from wl-save-status.
4508
4509 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4510
4511         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4512         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4513         cannot take second argument).
4514
4515 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4518         as t. Since type and subtype are not case sensitive (RFC 2045).
4519
4520 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4521
4522         * wl-vars.el (wl-message-mode-line-format): New variable.
4523         (wl-message-mode-line-format-spec-alist): Ditto.
4524         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4525         (wl-message-redisplay): Use wl-message-mode-line-format.
4526
4527 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4530
4531 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4532
4533         * wl-summary.el (wl-summary-default-from): Write description.
4534
4535 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-vars.el (wl-ldap-objectclass): Abolish.
4538
4539         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4540         (wl-ldap-make-filter): Removed condition for objectclass.
4541         (wl-ldap-make-matched-value-list): Remove meaningless process.
4542         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4543         (wl-address-ldap-search): Don't add `*' to `pat' string;
4544         use ignore-errors; added `email';
4545         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4546         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4547         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4548
4549
4550 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-draft.el (wl-draft-parent-folder): Write description.
4553         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4554
4555 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4556
4557         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4558         as "" (zero-length string) if no parent.
4559         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4560
4561 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-address.el (wl-address-make-completion-list): Skip duplication
4564         checking.
4565         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4566         `append'.
4567
4568 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4569
4570         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4571         instead of `beginning-of-buffer'.
4572
4573 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4576
4577 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4580         Refer wl-message-buffer-name.
4581         (wl-message-wheel-down): Ditto.
4582
4583 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4584
4585         * wl-vars.el (wl-message-buffer-name): New user option.
4586
4587         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4588         directly instead of making alist dinamically.
4589
4590         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4591         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4592         wl-message-buffer-cache-name.
4593         (wl-message-buffer-cache-clean-up): Ditto.
4594
4595         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4596
4597         * Version number is increased to 2.9.15.
4598
4599 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4600
4601         * wl-vars.el (wl-summary-default-view-alist): New user option.
4602
4603         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4604
4605         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4606         while deleting address.
4607         (wl-draft-delete-myself-from-cc): Ditto.
4608
4609         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4610         If optional argument is specified, reverse sort order.
4611
4612         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4613
4614 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl-thread.el (wl-thread-insert-message): Return parent number if
4617         exists.
4618         (wl-thread-update-indent-string-region): Use
4619         wl-thread-update-line-on-buffer-sub instead of
4620         wl-thread-update-line-on-buffer.
4621
4622 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4623
4624         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4625         (wl-folder-close-all): Ditto.
4626
4627 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4628
4629         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4630         and mailing-list:.
4631         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4632         value.
4633         (wl-summary-line-list-info): Print mailing-list name even when 
4634         list-number is empty.
4635
4636 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4639
4640         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4641         (wl-draft-open-file): Ditto.
4642         (wl-draft-random-alphabet): Ditto.
4643
4644         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4645         bindings.
4646
4647 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4650         * wl-vars.el (wl-draft-config-alist): Ditto.
4651
4652 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * Version number is increased to 2.9.14.
4655
4656         * wl.el (wl): Don't set wl-init as nil when error occured while
4657         auto-checking folders.
4658
4659         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4660         `elmo-expand-newtext'.
4661
4662 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4665         `this-command' so that `wl-folder-goto-folder' contained in
4666         `wl-summary-keep-cursor-command' work.
4667
4668 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4671         message buffer displaying state.
4672
4673 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4674
4675         * wl-vars.el (wl-summary-default-view): New variable to specify
4676         default value for `wl-summary-buffer-view' instead of using
4677         set-default.
4678         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4679
4680 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4681
4682         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4683
4684         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4685
4686 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4687
4688         * wl-vars.el (wl-forward-subject-prefix): New variable.
4689         * wl-draft.el (wl-draft-forward): Use it.
4690
4691 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * wl-message.el (wl-message-prev-page): When it is called without
4694         lines argument, scroll down by wl-message-scroll-amount lines.
4695         (wl-message-next-page): Ditto.
4696         * wl-vars.el (wl-message-scroll-amount): Change default value
4697         to preserve current behavior.
4698
4699 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4700
4701         * wl-summary.el (wl-summary-prefetch-msg): Bind
4702         `wl-message-entity' to call `wl-summary-from-function'.
4703
4704 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-message.el (wl-message-buffer-create): Run
4707         wl-message-buffer-created-hook.
4708
4709 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4710
4711         * wl-summary.el (wl-summary-sort-specs): New variable.
4712         (wl-summary-default-sort-spec): Ditto.
4713         (wl-summary-sort): Rewrite.
4714         (wl-summary-sort-by-list-info): New function.
4715
4716 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4717
4718         * wl-summary.el (wl-summary-get-list-info): New function.
4719         (wl-summary-sort): Rewrite.
4720         (wl-summary-line-list-info): Ditto.
4721         (wl-summary-line-list-count): Ditto.
4722         (wl-summary-refile-region): Fixed docstring.
4723
4724 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4725
4726         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4727         `wl-folder-entity-hashtb' as completion table.
4728
4729 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4732         only when this command is called interactively; silence the byte-
4733         compiler.
4734
4735 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4736
4737         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4738         active in XEmacs.
4739
4740 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4741
4742         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4743         plural lines.
4744
4745 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4748         of current line when the cursor is on the header name.
4749         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4750
4751 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4752
4753         * wl-util.el (wl-read-directory-name): Return displayed directory
4754         as the default value also on XEmacs.
4755
4756 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4757
4758         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4759         formatting.
4760
4761 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4764         argument and when it is non-nil, check face property before
4765         highlighting for each line.
4766         (wl-highlight-summary-window): Set it.
4767
4768 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4769
4770         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4771         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4772
4773         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4774         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4775         (wl-draft-get-fcc-list): Likewise.
4776
4777 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4778
4779         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4780         (wl-thread-entity-cur): Ditto.
4781         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4782         wl-thread-indent-regexp setting.
4783         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4784
4785         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4786         wl-summary-lazy-highlight.
4787         (wl-summary-display-bottom): Ditto.
4788
4789         * wl-thread.el (wl-thread-open-close): Likewise.
4790
4791         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4792         from and subject;
4793         Bind wl-draft-use-frame;
4794         Enclose with save-window-excursion;
4795         Use wl-draft-create-buffer instead of with-temp-buffer;
4796         Use wl-draft-prepare-edit;
4797         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4798         Use wl-draft-send instead of wl-draft-raw-send.
4799
4800 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4803         of using wl-from.
4804
4805 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4806
4807         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4808         insert-buffer instead of clone-buffer.
4809         (wl-draft-doing-mime-bcc): New variable.
4810         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4811         infinite loop.
4812         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4813
4814         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4815         (wl-draft-mime-bcc-body): Ditto.
4816
4817         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4818         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4819         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4820         wl-draft-do-mime-bcc.
4821         (wl-draft-mime-bcc-field): New function.
4822         (wl-draft-do-mime-bcc): Ditto.
4823
4824         * wl-address.el (wl-address-complete-header-list): New variable.
4825         (wl-address-complete-header-regexp): Changed default value.
4826
4827         * Version number is increased to 2.9.13.
4828
4829 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4832         it is differed.
4833
4834 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4835
4836         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4837         (wl-summary-line-list-count): Ditto.
4838
4839 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4840
4841         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4842         (wl-nntp-posting-function): New variable.
4843         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4844         `wl-nntp-posting-config-alist'.
4845
4846 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4847
4848         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4849         FLIM.
4850
4851 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4852
4853         * wl-summary.el (wl-summary-target-mark-refile-sub):
4854         Remove a nuisance funcall.
4855
4856 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4859         as t for `try-completion'.
4860
4861 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4862
4863         * wl-summary.el (wl-summary-default-from): Use
4864         wl-address-header-extract-address instead of
4865         std11-extract-address-components.
4866         (wl-summary-simple-from): Ditto.
4867         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4868         (wl-summary-insert-headers): Show message.
4869         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4870         for whole line.
4871         (wl-summary-default-from): Revert last change.
4872         (wl-summary-simple-from): Ditto.
4873         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4874         (wl-summary-mark-as-read-region): Follow the change above.
4875         (wl-summary-sync-marks): Ditto.
4876         (wl-summary-target-mark-mark-as-read): Ditto.
4877         (wl-summary-redisplay-internal): Ditto.
4878         (wl-summary-redisplay-no-mime-internal): Ditto.
4879         (wl-summary-redisplay-all-header): Ditto.
4880         (wl-summary-mark-as-read): Removed argument `cached';
4881         Use current cache status to set cache mark.
4882         (wl-summary-redisplay-internal): Follow the change above.
4883         (wl-summary-redisplay-no-mime-internal): Ditto.
4884         (wl-summary-redisplay-all-header): Ditto.
4885
4886         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4887
4888         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4889         Don't call itself recursively (Adviced by Yamaoka-san).
4890
4891 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4894         bind wl-summary-highlight as nil to avoid error caused by missing
4895         local variables.
4896
4897 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * wl-vars.el (wl-invalid-character-message): New user option.
4900
4901         * wl-util.el (wl-set-string-width): If truncated string-width is
4902         larger than specified width, use `wl-invalid-character-message'.
4903
4904 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4905
4906         * wl-summary.el (wl-summary-prefetch-msg): 
4907         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4908
4909 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-vars.el (wl-summary-check-line-format): New user option.
4912         (wl-summary-line-format-file): Ditto.
4913
4914         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4915         variable.
4916         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4917         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4918         and `wl-summary-view-old-p' to check whether do a rescan or not.
4919         (wl-summary-view-old-p): New function.
4920         (wl-summary-line-format-changed-p): Ditto.
4921         (wl-summary-line-format-save): Ditto.
4922         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4923
4924         * wl-util.el (wl-set-string-width): Avoid using negative number
4925         for make-string.
4926
4927 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4928
4929         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4930         return value.
4931
4932         * wl-util.el (wl-set-string-width): Added optional argument
4933         `padding' (All other related portions are changed).
4934         (wl-line-parse-format): If the first letter of column number is
4935         `0', zero-padding the result (ex: "%05l").
4936
4937         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4938
4939 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4942         sequential summary view.
4943
4944 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4947         if it doesn't have a -unix version.
4948
4949 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4950
4951         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4952
4953 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4954
4955         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4956         content.
4957         (wl-draft): Follow the change above.
4958
4959         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4960
4961         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4962         and wl-folder-summary-line-format-alist contain %T and %P.
4963
4964         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4965         (wl-summary-mode-line-format): New user option.
4966         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4967         (wl-summary-line-format): Changed default value.
4968         (wl-summary-lazy-highlight): Changed default value.
4969
4970         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4971         change in wl-summary-create-line.
4972         (wl-thread-insert-entity-sub): Ditto.
4973
4974         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4975         (wl-summary-buffer-unread-status): Ditto.
4976         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4977         (wl-summary-buffer-persistent-mark-column): Ditto.
4978         (wl-summary-buffer-mode-line-formatter): Ditto.
4979         (wl-summary-buffer-mode-line): Ditto.
4980         (wl-summary-message-regexp): Abolished.
4981         (All other related portions are changed.)
4982         (wl-summary-detect-mark-position): New function.
4983         (wl-summary-buffer-set-folder): Setup
4984         wl-summary-buffer-mode-line-formatter.
4985         (wl-summary-mode): Setup selective-display;
4986         Setup pre-idle-hook when xemacs.
4987         (wl-summary-update-modeline): Rewrite.
4988         (wl-summary-jump-to-msg): Define as function;
4989         Changed regexp for searching messages.
4990         (wl-summary-message-number): Rewrite.
4991         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4992         Do rescan when old type summary cache.
4993         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4994         (wl-summary-remove-destination): Use '\r' to detect EOL.
4995         (wl-summary-print-destination): Ditto.
4996         (wl-summary-temp-mark): New inline function.
4997         (wl-summary-persistent-mark): Ditto.
4998         (wl-summary-line-number): New function.
4999         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5000         (wl-summary-line-list-count): New function.
5001         (wl-summary-create-line): Added argument persistent-mark.
5002         (All other related portions are changed)
5003         (wl-summary-create-line): Insert '\r'.
5004         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5005         (wl-summary-cursor-move-surface): New inline function.
5006         (wl-summary-prev): Use it.
5007         (wl-summary-next): Ditto.
5008
5009         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5010         wl-summary-message-regexp.
5011         (wl-highlight-summary): Delete progress message.
5012         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5013
5014         * Version number is increased to 2.9.12.
5015
5016 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5017
5018         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5019         variable (nil: no minimum).
5020         (wl-summary-line-subject): Add some spaces after subject by
5021         wl-summary-line-subject-minimum-length.
5022
5023 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5024
5025         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5026         and removed `F'.
5027         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5028         change above).
5029
5030 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl-summary.el (wl-summary-line-list-count): Reverted.
5033         (example setting in samples/*/dot.wl is also updated)
5034
5035 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5038
5039         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5040
5041         * wl-vars.el (wl-summary-line-format): Addes some description to the
5042         docstring.
5043
5044         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5045         (wl-summary-line-close-bracket): Ditto.
5046         (wl-summary-line-children-number): Ditto.
5047         (wl-summary-line-thread-indent): Ditto.
5048         (wl-summary-line-children-and-from): Ditto.
5049
5050         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5051         't', 'c', 'F' and added 'C'.
5052
5053         * wl-util.el (wl-set-string-width): Accept negative value.
5054         (wl-line-parse-format): Added "%number(" and "%)".
5055
5056 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5057
5058         * wl-summary.el (wl-summary-line-list-count): Change format of the
5059         return value.
5060
5061 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5062
5063         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5064         from the recent message.el.
5065         (wl-draft-point-in-header-p): Ditto.
5066         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5067         wl-draft-beginning-of-line.
5068         * wl-e21.el (wl-draft-mode-map): Ditto.
5069         * wl-xmas.el (wl-draft-mode-map): Ditto.
5070
5071         * wl-folder.el: Sort macrodefs by dependencies.
5072
5073 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5074
5075         * wl-summary.el (wl-summary-prev): Fixed regexp.
5076         (wl-summary-next): Ditto.
5077
5078 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5081
5082 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5083
5084         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5085         for backward compatibility.
5086
5087 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-summary.el (wl-summary-line-list-count): New function, merged
5090         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5091         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5092         list counts.
5093
5094 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5095
5096         * wl-summary.el (wl-summary-create-line): Ignore errors while
5097         timezone-fix-time.
5098
5099         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5100
5101         * wl-summary.el (wl-summary-sync-update): Ditto.
5102         (wl-summary-default-from): Use wl-message-entity
5103         instead of entity.
5104
5105         * wl-summary.el (wl-summary-create-line): Fix.
5106
5107         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5108         (wl-summary-line-format): New user option.
5109         (wl-folder-summary-line-format-alist): Ditto.
5110         (wl-summary-from-width): Abolished.
5111
5112         * wl-util.el (toplevel): Require 'bytecomp.
5113         (wl-line-parse-format): New function.
5114         (wl-line-formatter-setup): New macro.
5115
5116         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5117         (wl-summary-buffer-line-formatter): New buffer local variable.
5118         (wl-summary-switch-to-clone-buffer): Follow the change above.
5119         (wl-summary-message-regexp): Fix.
5120         (wl-summary-from-func-internal): Abolished.
5121         (wl-summary-subject-func-internal): Ditto.
5122         (wl-summary-subject-filter-func-internal): Ditto.
5123         (All other related portions are changed.)
5124         (wl-summary-buffer-set-folder):
5125         Set up wl-summary-buffer-number-column and 
5126         wl-summary-buffer-line-formatter
5127         (All other related portions are changed.)
5128         (wl-summary-buffer-number-column-detect): Abolished.
5129         (All other related portions are changed.)
5130         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5131         (wl-summary-delete-all-temp-marks-on-buffer): Use
5132         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5133         (wl-summary-target-mark-delete): Ditto.
5134         (wl-summary-target-mark-refile-subr): Ditto.
5135         (wl-summary-target-mark-mark-as-read): Ditto.
5136         (wl-summary-target-mark-mark-as-unread): Ditto.
5137         (wl-summary-target-mark-mark-as-important): Ditto.
5138         (wl-summary-target-mark-save): Ditto.
5139         (wl-summary-replace-status-marks): Renamed from
5140         wl-summary-set-status-marks-on-buffer;
5141         Use wl-summary-message-regexp instead of
5142         wl-summary-buffer-number-regexp.
5143         (wl-summary-sync-update): Follow the change above.
5144         (wl-summary-goto-previous-message-beginning): New function.
5145         (wl-summary-mark-as-unread): Use it.
5146         (wl-summary-mark-as-important): Ditto.
5147         (wl-summary-line-formatter): New variable.
5148         (wl-summary-line-year): New function.
5149         (wl-summary-line-day): Ditto.
5150         (wl-summary-line-day-of-week): Ditto.
5151         (wl-summary-line-hour): Ditto.
5152         (wl-summary-line-minute): Ditto.
5153         (wl-summary-line-open-bracket): Ditto.
5154         (wl-summary-line-close-bracket): Ditto.
5155         (wl-summary-line-children-number): Ditto.
5156         (wl-summary-line-thread-indent): Ditto.
5157         (wl-summary-line-size): Ditto.
5158         (wl-summary-line-subject): Ditto.
5159         (wl-summary-line-from): Ditto.
5160         (wl-summary-line-children-and-from): Ditto.
5161         (wl-summary-create-line): Rewritten.
5162         (wl-summary-format-date): Abolished.
5163
5164         * wl-highlight.el (wl-highlight-summary-current-line): Use
5165         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5166         Use thread structure to detect thread top message.
5167
5168         * wl-draft.el (wl-default-draft-cite): Don't use
5169         wl-summary-from-func-internal.
5170
5171         * wl-refile.el (wl-refile-subject-learn): Don't use
5172         wl-summary-subject-filter-func-internal.
5173         (wl-refile-guess-by-subject): Ditto.
5174
5175         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5176         parameters.
5177
5178         * wl-thread.el (wl-thread-update-indent-string-region):
5179         Use wl-thread-update-line-on-buffer instead of
5180         wl-thread-update-indent-string.
5181         (wl-thread-update-children-number): Redefine using
5182         wl-thread-update-line-on-buffer.
5183         (wl-thread-update-indent-string): Abolished.
5184
5185         * Version number is increased to 2.9.11.
5186
5187 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5190         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5191         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5192
5193         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5194         as nil.
5195
5196         * wl-thread.el (wl-thread-open-all-unread): Use 
5197         elmo-folder-list-messages-mark-match.
5198         (wl-thread-insert-message): Removed argument `mark-alist'.
5199         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5200         elmo-msgdb-set-mark.
5201         (wl-thread-get-children-msgs-uncached): Likewise.
5202         (wl-thread-get-exist-children): Added argument include-self.
5203         (wl-thread-delete-message): Follow the change above.
5204
5205         * wl-summary.el (wl-summary-count-unread): Removed argument.
5206         (wl-summary-rescan): Follow the change above.
5207         (wl-summary-mark-as-read-region): Ditto
5208         (wl-summary-mark-as-unread-region): Ditto.
5209         (wl-summary-delete-messages-on-buffer): Ditto.
5210         (wl-summary-sync-update): Ditto.
5211         (wl-summary-switch-to-clone-buffer): Ditto.
5212         (wl-summary-goto-folder-subr): Ditto.
5213         (wl-summary-target-mark-mark-as-read): Ditto.
5214         (wl-summary-target-mark-mark-as-unread): Ditto.
5215         (wl-summary-target-mark-mark-as-important): Ditto.
5216         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5217         (wl-summary-update-thread): Removed argument `mark-alist'.
5218         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5219         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5220         (wl-summary-resume-cache-status): Likewise.
5221         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5222         elmo-msgdb-set-mark.
5223         (wl-summary-mark-as-read-all): Likewise.
5224         (wl-summary-delete-cache): Ditto.
5225         (wl-summary-auto-select-msg-p): Ditto.
5226         (wl-summary-mark-as-unread): Ditto.
5227         (wl-summary-no-auto-refile-message-p): Ditto.
5228         (wl-summary-mark-as-read): Ditto.
5229         (wl-summary-mark-as-important): Ditto.
5230         (wl-summary-auto-refile): Follow the change above.
5231         (wl-summary-delete-all-marks): Removed.
5232         (wl-summary-resume-marks-and-highlight): Ditto.
5233         (wl-summary-resume-marks): Ditto.
5234         (wl-summary-delete-important-msgs-from-list): Ditto.
5235         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5236
5237         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5238         wl-summary-count-unread.
5239
5240         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5241         (wl-summary-score-update-all-lines): Use
5242         elmo-msgdb-set-mark.
5243
5244 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5247         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5248         (wl-summary-create-line): Renamed from
5249         wl-summary-overview-create-summary-line;
5250         Argument rearrangement.
5251         (wl-summary-update-thread): Follow the change above.
5252
5253         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5254         (wl-thread-insert-entity-sub): Likewise.
5255
5256         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5257         argument `overview', `mark-alist' and added `msgdb'.
5258
5259         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5260
5261         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5262         (wl-summary-rescan): Follow the change above.
5263         (wl-summary-sync-update): Ditto.
5264         (wl-summary-insert-thread-entity): Ditto;
5265         Don't use `let*' in every while loop;
5266         Detect infinite loop of threads.
5267         (wl-summary-update-thread): Removed argument `overview'.
5268
5269         * wl-thread.el (wl-thread-insert-message): Ditto.
5270
5271         * Version number is increased to 2.9.10.
5272
5273         * wl-message.el (wl-message-redisplay): Ignore errors while
5274         wl-message-redisplay-hook.
5275
5276 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5277
5278         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5279
5280 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl.el (wl): inhibit-quit while wl-folder.
5283
5284 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5285
5286         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5287         while msgdb access.
5288
5289 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5290
5291         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5292         even if no folder is not created.
5293
5294 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5295
5296         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5297
5298         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5299         implementation.
5300         (wl-summary-target-mark-thread): Ditto.
5301
5302         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5303
5304 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5305
5306         * wl-util.el (wl-display-bytes): Remove unused function.
5307
5308 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5309
5310         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5311         seems critical one (partially reverse the change in 2002/03/17).
5312
5313 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5314
5315         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5316         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5317
5318 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5319
5320         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5321         is not writable.
5322         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5323         plugged status instead of `'force' as 2nd argument.
5324
5325         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5326         is not creatable.
5327
5328         * Version number is increased to 2.9.9.
5329
5330 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5331
5332         * wl-summary.el (wl-summary-suspend): New function.
5333
5334 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5335
5336         * wl.el (wl): Do not check variables if check is nil.
5337         * wl-utils.el (wl-collect-draft): New function.
5338         * wl-folder.el (wl-folder-suspend): Put summary buffers
5339         and draft buffers at the end of buffer list.
5340         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5341
5342 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5343
5344         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5345         loop instead of recursive call.
5346
5347         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5348         2nd argument.
5349
5350 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5351
5352         * wl-draft.el (wl-draft-create-contents): Don't take neither
5353         (function . args) nor (string . something) any more.
5354
5355         * wl-version.el (wl-generate-user-agent-string): Return string
5356         without header symbol.
5357         * wl-draft.el (wl-draft-default-headers): Use it.
5358
5359         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5360         `wl-draft-insert-ccs' and return field value instead of inserting
5361         the header. Abolish cc argument.
5362         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5363
5364         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5365         rather than one with string car.
5366
5367         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5368         * wl-draft.el (wl-draft-create-contents): Add it after the default
5369         headers.
5370
5371         * wl-draft.el (wl-draft-create-contents): For the case of
5372         (symbol-or-string . function) insert header only when the function
5373         returns string value.
5374
5375 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5378         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5379
5380 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5381
5382         * wl.el (wl-check-environment): Don't check Message-ID when
5383         `wl-insert-message-id' is nil.
5384         Revive checking if `wl-message-id-domain' contains "@".
5385
5386 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5387
5388         * wl.el (wl-check-environment): Merge examination for "@" at
5389         inappropriate position into the first string-match.
5390
5391         * wl-summary.el (wl-summary-target-mark-print): New function.
5392         (wl-summary-pipe-message-subr): Extracted from
5393         `wl-summary-pipe-message'.
5394         (wl-summary-target-mark-pipe): New function.
5395         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5396         `wl-summary-target-mark-pipe'.
5397
5398 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5399
5400         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5401
5402 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl.el (wl-check-environment): Use elmo-warning instead of
5405         error for non-critical ones.
5406         Remove trash folder check.
5407         (wl): Don't ignore error in wl-check-environment.
5408
5409         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5410         check, which is moved from `wl-check-environment'.
5411         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5412
5413 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5414
5415         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5416         guess anything, call wl-summary-write.
5417         (wl-summary-write): Create draft with blank To field.
5418         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5419
5420 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5421
5422         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5423         argument full as well for wl-folder-write-current-folder.
5424         If wl-*-write-current-folder cannot guess addressee, add blank
5425         To header.
5426         Rewrite condition for positioning cursor.
5427
5428 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5429
5430         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5431         summary buffer is present, use it.
5432         (wl-folder-jump-to-previous-summary): Ditto.
5433
5434 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5435
5436         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5437
5438         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5439         wl-summary-previous-buffer and wl-summary-next-buffer.
5440
5441         * wl-folder.el (wl-folder-mode-map): Bind
5442         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5443         (wl-folder-jump-to-next-summary): New function.
5444         (wl-folder-jump-to-previous-summary): Ditto.
5445
5446         * wl-draft.el (wl-draft): Rearranged.
5447
5448 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5449
5450         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5451         of header.
5452         (wl-draft): Collect arguments for the header as header-alist.
5453         (wl-draft-forward): Arrange arguments for wl-draft.
5454         (wl-draft-reply): Ditto.
5455         (wl-draft-edit-string): Ditto.
5456         * wl-summary.el (wl-summary-write): Ditto.
5457         (wl-summary-write-current-folder): Ditto.
5458
5459         * Version number is increased to 2.9.8.
5460
5461 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5462
5463         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5464
5465         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5466
5467         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5468         even if the guess failed.
5469
5470         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5471         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5472         wl-summary-write-current-folder.
5473         * wl-xmas.el: Ditto.
5474
5475 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-summary.el (wl-summary-next-page): Force display message if
5478         message is not displayed yet.
5479         (wl-summary-prev-page): Ditto.
5480
5481 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5482
5483         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5484
5485 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5486
5487         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5488         add "Preview Message" and "Save Draft and Exit".
5489
5490 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5491
5492         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5493         if addrmgr is called from draft in splitted window.
5494
5495         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5496         * wl-mule.el: Ditto.
5497         * wl-xmas.el: Ditto.
5498
5499 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5500
5501         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5502
5503         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5504         * wl-xmas.el (wl-folder-toolbar): Ditto.
5505
5506 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5507
5508         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5509         and wl-draft-save-and-exit.
5510         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5511         * wl-xmas.el: Ditto.
5512         * wl-mule.el: Ditto.
5513
5514         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5515         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5516
5517 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5518
5519         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5520         lists for saving buffer.
5521
5522 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5523
5524         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5525         parent-folder argument instead of it.
5526         (wl-draft-create-buffer): Ditto.
5527         (wl-draft-forward): Ditto.
5528         (wl-draft-reply): Ditto.
5529         * wl-summary.el (wl-summary-write): Ditto.
5530         (wl-summary-write-current-folder): Ditto.
5531
5532         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5533         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5534         Folder buffer after composing.
5535
5536 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5539         header if the file `wl-x-face-file' already contains it.
5540
5541 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5542
5543         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5544         folder" entry.
5545         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5546         * wl-e21.el (wl-folder-toolbar): Ditto.
5547         * wl-xmas.el (wl-folder-toolbar): Ditto.
5548
5549 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5550
5551         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5552         wl-folder-goto-folder with sticky argument.
5553         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5554
5555 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5558         and wl-summary-previous-buffer.
5559         (wl-summary-next-buffer): New function.
5560         (wl-summary-previous-buffer): Ditto.
5561
5562 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5563
5564         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5565         wl-folder-jump-to-current-entity-with-arg.
5566         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5567         `wl-folder-jump-to-current-entity'.
5568         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5569         `wl-summary-goto-folder-sticky'.
5570         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5571         `wl-summary-goto-folder'.
5572         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5573         Unless force-exit, do not clean temp. marks for sticky summary.
5574         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5575
5576 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5577
5578         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5579         not entire.
5580
5581 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5584         to `C-x C-s'.
5585         (wl-summary-save-status): New command.
5586         (wl-summary-exit): Don't clean-up temp marks when sticky.
5587         (Applied patch from Nakayama-san [wl: 09548])
5588         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5589         Do nothing when no mark data.
5590         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5591         Call `wl-summary-delete-all-temp-marks' before saving.
5592
5593 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5594
5595         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5596
5597 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5598
5599         * wl.el (wl-check-environment): Also cause error when (system-name)
5600         returns "localhost.localdomain". (Although it doesn't affect because
5601         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5602
5603 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5604
5605         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5606         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5607
5608         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5609         value.
5610
5611 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5614         Likewise r-cc-list and r-ng-list.
5615
5616 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5619         only if it is bound as variable.
5620
5621         * wl-mime.el (wl-draft-preview-message): Ditto.
5622
5623 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5626         needless `goto-char'.
5627
5628         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5629         `wl-summary-redisplay-no-mime-internal' instead of
5630         `wl-summary-redisplay-no-mime'.
5631         (wl-summary-redisplay-no-mime): Changed argument;
5632         Call `wl-summary-redisplay-no-mime-internal'.
5633
5634         * wl-mime.el (wl-draft-preview-message): Bind
5635         `mime-header-encode-method-alist' locally.
5636
5637         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5638         (wl-draft-std11-parse-addresses): Added the first address check.
5639         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5640
5641         * Version number is increased to 2.9.7.
5642
5643 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5644
5645         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5646
5647 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5648
5649         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5650         related to scrollbar support, if there is no such a feature
5651         compiled in.
5652
5653 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5654
5655         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5656         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5657         for prefetch.
5658
5659 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5660
5661         * wl-summary.el (wl-summary-pick): Fix for no match.
5662
5663 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5664
5665         * wl-draft.el (wl-draft-save):
5666         Override `mime-header-encode-method-alist'.
5667
5668 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5669
5670         * wl-folder.el (wl-folder-pick): New function.
5671         Define key as "?".
5672
5673 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5674
5675         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5676         Fix for unplugged.
5677
5678 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5679
5680         * wl-folder.el (wl-folder-virtual): New function.
5681         Define key as "V".
5682
5683 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5684
5685         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5686         multi folder if entity is group.
5687
5688 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5689
5690         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5691         is nil.
5692
5693 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5694
5695         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5696         (wl-summary-target-mark-msgs): Return the number of marked messages.
5697
5698 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5699
5700         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5701         "first:" is specified.
5702
5703 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5704
5705         * wl-vars.el (wl-from): Use return value of function
5706         user-full-name instead of the variable user-full-name since
5707         XEmacs-20.4 doesn't set this variable.
5708
5709 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5710
5711         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5712         call `wl' directly.
5713
5714 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5715
5716         * wl-draft.el (wl-draft-reedit): Removed duplicated
5717         switch-to-buffers.
5718
5719 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * wl.el (wl-other-frame): Removed garbages.
5722
5723 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5724
5725         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5726
5727         * wl-xmas.el (wl-draft-key-setup): Ditto.
5728
5729         * wl-mule.el (wl-draft-key-setup): Ditto.
5730
5731         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5732         (wl-draft-reedit): Ditto.
5733         (wl-draft-prepare-edit): Add `wl-draft-save' to
5734         `local-write-file-hooks'.
5735         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5736         (wl-draft-reedit): Set buffer-file-name.
5737         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5738
5739
5740         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5741         call it.
5742         (wl-delete-startup-frame-function): New variable.
5743         (wl-other-frame): New function
5744         (Original was written by Yamaoka san [wl: 09239]).
5745
5746         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5747         if `wl-folder-use-frame'.
5748
5749 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5750
5751         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5752
5753 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5754
5755         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5756         New variable.
5757         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5758         (wl-message-buffer-prefetch-get-next): Use them.
5759         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5760
5761 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5764         with unwind-protect.
5765
5766         * wl-draft.el (wl-draft-reedit): Rewrite.
5767         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5768         (wl-draft-save): Insert header separator if it does not exist;
5769         Removed condition-case.
5770
5771         * wl-summary.el (wl-summary-reedit): Revert last change.
5772
5773         * wl-draft.el (wl-draft-save): Rewrite.
5774         (wl-draft-create-buffer): Set buffer-file-name as nil.
5775
5776         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5777
5778         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5779
5780         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5781         nil.
5782
5783 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5784
5785         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5786         If count is nil, do not prefetch.
5787         (wl-message-buffer-prefetch-next): Next.
5788
5789 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5790
5791         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5792
5793 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5794
5795         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5796         `delete-backward-char'
5797         (wl-draft-prepare-edit): Check major-mode.
5798         (wl-draft-decode-header): Rewrite.
5799         (wl-draft): Fix.
5800
5801 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5802
5803         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5804
5805 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5806
5807         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5808         (wl-message-buffer-prefetch-get-next): Remove size checking.
5809         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5810
5811 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5812
5813         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5814         (wl-draft-default-headers): Fix.
5815
5816 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5817
5818         * wl-draft.el (wl-draft-default-headers): Insert return value of
5819         `wl-generate-mailer-string-function'.
5820
5821 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5824         (wl-draft-insert-mail-header-separator): Ditto.
5825
5826         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5827         again (Reverted the change on 2002-01-17 by OKADA san).
5828
5829 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5830
5831         * wl-draft.el (wl-draft): Rewrite.
5832         (wl-draft-create-buffer): New function.
5833         (wl-draft-create-contents): Ditto.
5834         (wl-draft-prepare-edit): Ditto.
5835         (wl-draft-decode-header): Ditto.
5836         (wl-draft-decode-body): Ditto.
5837         (wl-draft-check-new-line): Ditto.
5838         (wl-draft-default-headers): Ditto.
5839         (wl-draft-insert-mail-header-separator): Ditto.
5840
5841 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5842
5843         * Version number is increased to 2.9.6.
5844
5845 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5846
5847         * wl-draft.el (wl-draft-delete-field): Optional argument.
5848         (wl-draft-delete-fields): Ditto.
5849
5850 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5851
5852         * wl-message.el (toplevel): Eliminated byte-compile warning.
5853         for `itimer-function', `delete-timer' and `itimer-list'.
5854
5855 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5856
5857         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5858         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5859         `wl-message-buffer-prefetch-threshold'.
5860         * wl-summary.el (wl-summary-redisplay-internal): Remove
5861         the check of `wl-message-buffer-prefetch-depth'.
5862
5863 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5864
5865         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5866         size of article.
5867         (wl-message-buffer-prefetch-subr): Remove size check.
5868
5869 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5870
5871         * wl-vars.el (wl-plugged): Make customizable.
5872
5873 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5874
5875         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5876         (wl-message-buffer-prefetch-set-timer): New function.
5877         (wl-message-buffer-prefetch-get-next): New function.
5878         (wl-message-buffer-prefetch): New function.
5879         (wl-message-buffer-prefetch-next): Rewrite.
5880         (wl-message-buffer-prefetch-subr): Rewrite.
5881         * wl-vars.el (wl-auto-prefetch-first): New variable.
5882         * wl-summary.el (wl-summary-goto-folder-subr): Call
5883         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5884
5885 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5886
5887         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5888         `wl-summary-unread-message-hook'.
5889
5890 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5891
5892         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5893         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5894         if range is `cache-status'.
5895
5896 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5897
5898         * wl-message.el (wl-message-buffer-prefetch-subr):
5899         Improve debug message.
5900
5901 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5902
5903         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5904         `wl-mail-send-pre-hook'.
5905         (wl-draft-send-mail-with-qmail): Ditto.
5906         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5907
5908 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5909
5910         * wl-message.el (wl-message-buffer-prefetch-subr):
5911         Fix for cancel-function-timers bug.
5912         (wl-message-buffer-prefetch-debug): Default value is t.
5913
5914 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5915
5916         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5917         (wl-message-buffer-prefetch-subr): Rewrite.
5918         Rename from `wl-message-buffer-prefetch'.
5919
5920 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5921
5922         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5923         (wl-default-draft-cite-decorate-author): Ditto.
5924
5925         * wl-draft.el (wl-draft-cite-function): Removed.
5926         (wl-default-draft-cite-decorate-author): Ditto.
5927
5928 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5929
5930         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5931         (wl-default-draft-cite): Do not arrange author name if the value of
5932         `wl-default-draft-cite-decorate-author' is nil.
5933
5934 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5935
5936         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5937
5938         * wl-folder.el (wl-folder-check-one-entity): Don't care
5939         `elmo-folder-use-flag-p'.
5940
5941 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5942
5943         * wl-folder (wl-folder-check-one-entity): Fix
5944         problem if unread is nil.
5945
5946 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5947
5948         * wl-address.el (wl-address-make-completion-list): Check whether
5949         the address is a group list.
5950         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5951
5952 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5953
5954         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5955         The number of the messages of new and unread does not count
5956         correctly.
5957
5958         * wl-summary.el (wl-summary-count-unread): Changed to return
5959         `(new . unread)' instead of total.
5960         (wl-summary-sync-update): Follow the change above.
5961
5962         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5963
5964 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5965
5966         * wl-address.el (wl-address-make-completion-list): Do not enclose
5967         address by " <" and ">" if associated realname is "".
5968         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5969         This is against the promblem with group list in .addresses pointed
5970         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5971
5972 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5973
5974         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5975         message is a format control string.
5976         * wl-expire.el (wl-expire-append-log): Ditto.
5977         * wl-mime.el (wl-summary-burst-subr): Ditto.
5978         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5979         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5980
5981 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5982
5983         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5984         wl.el (wl-check-variables): Rename from `wl-check-type'.
5985         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5986         (wl-check-variables-2): New function.
5987         (wl): Call `wl-check-variables-2'.
5988
5989 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990
5991         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5992         after renaming folder in access group.
5993
5994 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5995
5996         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5997         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5998         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5999         (wl-message-buffer-prefetch): Rewrite.
6000         (wl-message-buffer-prefetch-idle-time): Removed.
6001         * wl-summary.el (wl-summary-redisplay-internal):
6002         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6003         Error check for `wl-message-buffer-prefetch-depht'.
6004
6005 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6006
6007         * Version number is increased to 2.9.5.
6008         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6009
6010 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6011
6012         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6013         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6014         Based on the patch written by
6015         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6016
6017 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6018
6019         * wl-draft.el (wl-draft-raw-send): Fix for
6020         `wl-news-send-pre-hook'
6021
6022 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6023
6024         * wl-utils.el (wl-message-id-function): New variable.
6025         * wl-draft.el (wl-draft-insert-required-fields):
6026         Use `wl-message-id-function'.
6027
6028 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6029
6030         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6031         * wl-utils.el (wl-draft-make-message-id-string):
6032         Use `wl-from' for domain part of Message-ID
6033         if `wl-message-id-use-wl-from' if non-nil.
6034         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6035
6036 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6037
6038         * wl.el (wl): Call `wl-check-type'
6039         Do not 'condition-case'.
6040
6041 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6042
6043         * wl.el (wl-check-type): New function.
6044         (wl-check-type-variables): New variable.
6045
6046 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6049
6050 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6051
6052         * wl-draft.el (wl-smtp-password-key): New function.
6053         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6054         (wl-draft-send-mail-with-smtp): Ditto.
6055         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6056
6057 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6058
6059         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6060         * wl-utils.el (wl-unique-id-suffix): Remove.
6061
6062 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * Version number is increased to 2.9.4.
6065
6066 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6067
6068         * wl-utils.el (wl-unique-id-suffix): New variable.
6069         (wl-unique-id): Use `wl-unique-id-suffix'
6070
6071 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6072
6073         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6074         instead of `elmo-msgdb-search'.
6075
6076         * Version number is increased to 2.9.3.
6077
6078 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6079
6080         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6081
6082 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6083
6084         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6085         (wl-draft-dispatch-message): Changed for send-later.
6086         (wl-draft-queue-flush): Ditto.
6087         (wl-draft): Clear `wl-sent-message-queued'.
6088         (wl-draft-reedit): Ditto.
6089         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6090         * wl-vars.el (wl-draft-force-queuing): New variable.
6091         (wl-draft-force-queuing-mail): New variable.
6092         (wl-draft-force-queuing-news): New variable.
6093
6094 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6095
6096         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6097         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6098
6099 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6100
6101         * Version number is increased to 2.9.2.
6102
6103 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * wl-draft.el (wl-draft-elide-region): New user command.
6106         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6107
6108         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6109         command `wl-draft-elide-region'.
6110         * wl-mule.el: Ditto.
6111         * wl-xmas.el: Ditto.
6112
6113 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6114
6115         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6116         (wl-biff-check-folder-async): Removed needless let.
6117
6118 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6121         wl-folder-get-elmo-folder.
6122         (wl-biff-check-folder): Set `biff' argument of
6123         `wl-folder-check-one-entity'.
6124         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6125
6126         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6127         (wl-folder-check-one-entity): Added `biff' argument;
6128         Setup `biff' slot of folder.
6129
6130         * Version number is increased to 2.9.1.
6131
6132 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6133
6134         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6135         comment out and fixed.
6136         (wl-fldmgr-add-completion-subr): Ditto.
6137
6138         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6139         and msgdb.
6140
6141         * wl.el (wl-toggle-plugged): Save summary view.
6142
6143 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6146
6147 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6148
6149         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6150
6151 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6154         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6155         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6156
6157         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6158         if it was failed.
6159         (wl-demo): Disable undo in the demo buffer.
6160
6161 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6162
6163         * wl-version.el (wl-version): Changed codename.
6164
6165         * Version number is increased to 2.9.0.
6166
6167 2001-12-14  Takuo KITAME <kitame@northeye.org>
6168
6169         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6170         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6171         (wl-folder-mark-as-read-all-current-entity): Ditto.
6172
6173 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-vars.el (wl-from-width): Define as obsolete variable.
6176         (wl-subject-length-limit): Ditto.
6177
6178         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6179
6180         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6181         wl-summary-save-view.
6182
6183         * wl.el (wl-save-status): Ditto.
6184         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6185
6186         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6187         (wl-summary-exit): Follow the change above.
6188         (wl-summary-goto-folder-subr): Ditto.
6189
6190         * wl-folder.el (wl-folder-create-subr): Don't use
6191         `elmo-folder-creatable-p'.
6192
6193 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6196
6197 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6200         rather than bitmap on Emacs 21.
6201         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6202         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6203         for xbm if the new redisplay engine is not available.
6204
6205 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6206
6207         * wl-folder.el (wl-folder-init-hook): New hook.
6208         (wl-folder-init): Run `wl-folder-init-hook'.
6209
6210 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6213
6214 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6215
6216         * wl-acap.el (wl-acap-cache-filename): New variable.
6217         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6218         (wl-acap-init): Use cache if no ACAP server found.
6219
6220 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6221
6222         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6223         `wl-acap-original-msgdb-dir'.
6224
6225         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6226         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6227
6228         * wl-mime.el (wl-mime-save-directory): Renamed from
6229         `wl-mime-save-dir'.
6230
6231 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6234
6235         * wl-demo.el: Require `path-util'.
6236         (wl-demo-bitmap-mule-available-p): New internal variable.
6237         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6238         `module-installed-p' instead.
6239         (wl-demo-insert-image): Use *.img file for a bitmap image.
6240         (wl-demo): Don't call the ascii demo recursively.
6241
6242 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6243
6244         * Version number is increased to 2.7.7.
6245
6246 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl.el (wl-exit): Eliminated byte-compile warning.
6249
6250 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6251
6252         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6253         obsolete variable using `elmo-define-obsolete-variable'.
6254         (wl-fetch-confirm-threshold): Ditto.
6255         (wl-cache-prefetch-folder-type-list): Ditto.
6256         (wl-cache-prefetch-folder-list): Ditto.
6257
6258 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6261         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6262         (wl-demo-insert-image): New function.
6263         (wl-demo-insert-text): New function.
6264         (wl-demo-image-type-alist): Redefine as a function.
6265         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6266         (wl-demo-with-temp-file-buffer): Removed.
6267         (wl-logo-xpm): Removed.
6268         (wl-logo-xbm): Removed.
6269         (wl-logo-bitmap): Removed.
6270
6271 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6272
6273         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6274         (wl-expire-localdir-get-folder-function): New user option.
6275         (wl-expire-localdir-get-folder): New function.
6276         (wl-expire-localdir-date): Ditto.
6277
6278 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6279
6280         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6281         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6282         Fixed unread number mismatch when all-unread < unread.
6283
6284 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6287         (wl-fetch-confirm-threshold): Ditto.
6288
6289         * wl-summary.el (wl-summary-confirm-appends): Removed.
6290         (wl-summary-sync-update): Don't refer
6291         `wl-summary-update-confirm-threshold' (It is now abolished).
6292
6293         * wl-message.el (wl-message-display-internal): Don't refer
6294         `wl-fetch-confirm-threshold' (It is now abolished).
6295
6296 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6299
6300 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6301
6302         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6303         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6304         Change default value to nil.
6305         (wl-summary-indent-length-limit): The value can be nil, nil means
6306         unlimited.
6307
6308         * wl-summary.el: Don't set limit for indent length if the value of
6309         wl-summary-indent-length-limit is nil.
6310         If the value of wl-summary-width is nil, it means only that the width
6311         of summary is unlimited (nil doesn't mean that the indent length is
6312         unlimited).
6313
6314         * wl-thread.el: Ditto.
6315
6316 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6317
6318         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6319         be nil, nil means never confirm.
6320         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6321
6322 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6323
6324         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6325         means unlimited).
6326
6327 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6328
6329         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6330         Use `with-temp-buffer'.
6331
6332 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6333
6334         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6335         with new backquote style).
6336         (wl-folder-get-entity-from-buffer): Ditto.
6337
6338 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6339
6340         * wl-version.el (nemacs-version): Eliminated.
6341         (wl-extended-emacs-version2): Ignore nemacs.
6342         (wl-extended-emacs-version3): Ditto.
6343
6344 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6345
6346         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6347         (wl-draft-add-in-reply-to): New variable.
6348         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6349         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6350         (wl-draft-yank-from-mail-reply-buffer): Use
6351         `wl-draft-add-in-reply-to'.
6352         (wl-draft-insert-current-message): Ditto.
6353
6354 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6355
6356         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6357         typo (kill->hide).
6358         (wl-message-buffer-prefetch-folder-type-list): Added elements
6359         `mark' and `cache' instead of `internal'.
6360
6361 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6362
6363         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6364         resume msgdb directory.
6365
6366 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6367
6368         * wl.el (wl-exit): Call `wl-acap-exit'.
6369
6370         * wl-summary.el (wl-summary-message-string): New function.
6371         (wl-summary-reedit): Use it.
6372         (wl-summary-resend-bounced-mail): Remove needless let.
6373         (wl-summary-supersedes-message): Ditto.
6374         (wl-summary-save): Ditto.
6375
6376         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6377         (wl-acap-init): Set it.
6378         (wl-acap-exit): New function.
6379
6380 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6381
6382         * wl.el (wl-init): Revert (require 'mime-setup). move from
6383         toplevel.
6384
6385 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6386
6387         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6388         local variables.  Add error when guess function return invalid
6389         value.
6390
6391 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6392
6393         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6394         Change local variable name.
6395         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6396         (wl-folder-get-newsgroups): Return nil when non-news folder.
6397         * wl-summary.el (wl-summary-write-current-folder): State through
6398         when guess-list return nil.
6399         (wl-summary-write-current-folder-functions): Fixed docstring.
6400
6401         * wl.el (wl-exit): Changed confirm message.
6402
6403         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6404         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6405
6406         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6407
6408 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6409
6410         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6411         user option (Renamed from wl-cache-prefetch-folder-type-list).
6412         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6413         from wl-cache-prefetch-folder-list).
6414
6415         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6416         Move to wl-vars.el.
6417         (wl-message-buffer-prefetch-p): Changed to enable
6418         `wl-message-buffer-prefetch-folder-list'.
6419
6420         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6421         `ignore-cache'.
6422
6423 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6424
6425         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6426         `part-top' and `part-bottom'.
6427         (wl-draft-config-sub-part-top): New function.
6428         (wl-draft-config-sub-part-bottom): New function.
6429
6430 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6431
6432         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6433
6434 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6435
6436         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6437
6438 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6439
6440         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6441
6442         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6443         (wl-summary-write-current-folder): Ditto.
6444
6445 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl-folder.el (wl-folder-get-newsgroups): Use
6448         `elmo-folder-newsgroups'.
6449
6450 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6451
6452         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6453         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6454         `wl-draft-config-sub-header-bottom'.
6455
6456 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6457
6458         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6459         localnews folder.
6460
6461 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6462
6463         * wl-summary.el (wl-summary-mode): Undo last change.
6464
6465         * wl-folder.el (wl-folder-mode): Ditto.
6466
6467 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6468
6469         * wl-summary.el (wl-summary-mode): Locally set
6470         truncate-partial-window-width to nil.
6471         (for XEmacs)
6472
6473         * wl-folder.el (wl-folder-mode): Ditto.
6474
6475 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6476
6477         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6478
6479 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6482         number.
6483
6484         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6485
6486         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6487
6488         * Version number is increased to 2.7.6.
6489
6490 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6493
6494 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * wl-summary.el (wl-summary-sync-update): Enclose network
6497         related portion with `unwind-protect'.
6498
6499 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6500
6501         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6502
6503 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6504
6505         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6506         element.
6507         * wl-vars.el (wl-message-body-button-alist): Ditto.
6508
6509         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6510         max match length.
6511         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6512
6513         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6514         for the max match length;
6515         Use 4th element value for the button string regexp group.
6516
6517         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6518         candidate exists, prompt to select.
6519
6520 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6521
6522         * wl-summary.el (wl-summary-jump-to-msg): Search before
6523         calibration point by `beginning-of-line'.
6524
6525 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6526
6527         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6528         for access group.
6529
6530 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6531
6532         * wl-message.el (wl-message-display-internal): Bind
6533         `default-mime-charset'.
6534
6535         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6536
6537         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6538
6539         * Version number is increased to 2.7.5.
6540
6541 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6542
6543         * wl-expire.el (wl-summary-archive): Fixed;
6544         Use `elmo-folder-name-internal'.
6545
6546 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6547
6548         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6549         from `elmo-folder-move-messages' caller.
6550         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6551
6552         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6553         related portions are changed).
6554
6555 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6556
6557         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6558         counter.
6559
6560 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6561
6562         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6563         buffer local and set it to nil.
6564
6565         * wl-message.el (wl-message-redisplay): Ditto.
6566
6567 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-summary.el (wl-summary-mark-as-important): If message is
6570         already cached, set messag as read, otherwise encache and mark as read.
6571
6572 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6573
6574         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6575         point-min.
6576
6577 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6580         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6581         a keymap.
6582
6583 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6586         parent.
6587
6588         * wl-mule.el (wl-message-define-keymap): Ditto.
6589
6590         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6591
6592         * wl-xmas.el (wl-message-display-internal-hook): Define.
6593         (wl-xmas-setup-message-toolbar): Define as function.
6594         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6595         (wl-message-overload-functions): Abolished.
6596         (wl-message-define-keymap): New function.
6597
6598         * wl-vars.el (wl-message-display-internal-hook): New variable.
6599         (wl-message-header-button-alist): New variable (Renamed from
6600         wl-highlight-message-header-button-alist).
6601         (wl-message-body-button-alist): Ditto.
6602
6603         * wl-mule.el (wl-message-define-keymap): New function.
6604         (wl-message-overload-functions): Abolished.
6605
6606         * wl-message.el (wl-message-add-buttons-to-body): New function.
6607         (wl-message-redisplay): Don't call wl-message-overload-functions;
6608         Call wl-message-add-buttons-to-header and
6609         wl-message-add-buttons-to-body.
6610         (wl-message-display-internal): Set keymap argument for
6611         elmo-mime-display-as-is, elmo-mime-message-display;
6612         Run wl-message-display-internal-hook.
6613         (wl-message-refer-article-or-url): Abolished.
6614
6615         * wl-highlight.el (wl-highlight-headers): Don't call
6616         wl-highlight-message-add-buttons-to-header.
6617         (wl-highlight-message-add-buttons-to-header): Abolished.
6618
6619
6620         * wl-e21.el (wl-message-display-internal-hook): Define.
6621         (wl-e21-setup-toolbar): Deleted duplicated binding.
6622         (wl-e21-setup-message-toolbar): Define as function.
6623         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6624         (wl-message-define-keymap): New function.
6625         (wl-message-overload-functions): Abolished.
6626
6627 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6630         and elmo-folder-close.
6631
6632         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6633
6634 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6635
6636         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6637         boolean value.
6638         * wl-draft.el (wl-draft-do-fcc): Ditto.
6639
6640 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6641
6642         * wl-vars.el (wl-fcc-force-as-read): New variable.
6643         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6644         mark copied message as read.
6645
6646 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6647
6648         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6649
6650 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6651
6652         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6653         `wl-summary-target-above' instead of obsolete variable
6654         `wl-summary-temp-above'.
6655
6656         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6657         instead of `make-obsolete-variable'.
6658         * wl-refile.el (toplevel): Ditto.
6659
6660 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6663         with third argument t.
6664         (wl-draft): Set first argument for wl-plugged-init as t.
6665
6666         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6667         definition.
6668
6669 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6670
6671         * wl-vars.el: Tabify.
6672         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6673
6674         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6675         message.
6676
6677 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6678
6679         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6680         and set default to beep.
6681
6682 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6683
6684         * wl-vars.el (wl-draft-truncate-lines): New variable.
6685
6686         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6687         instead of wl-message-truncate-lines for truncate-lines.
6688
6689 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6690
6691         * wl-message.el (wl-message-display-internal): Call
6692         `wl-highlight-message' after `elmo-mime-display-as-is'.
6693
6694         * wl-mime.el (wl-mime-display-text/plain): New function.
6695         (wl-mime-display-header): Ditto.
6696         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6697         body-presentation-method for text/plain;
6698         Register `wl-mime-display-header' as a header-presentation-method;
6699         Don't set up `elmo-message-text-content-inserted-hook' and
6700         `elmo-message-header-inserted-hook'.
6701
6702         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6703         variable.
6704         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6705         as t if flag is 'all-header;
6706         Don't bind `elmo-message-ignored-field-list',
6707         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6708
6709 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6712         for xemacs with non-mule environment.
6713
6714 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6715
6716         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6717         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6718         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6719
6720 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6721
6722         * wl-vars.el (wl-interactive-send): Set default value as t.
6723
6724 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6727         (wl-addrmgr-method-list): Abolished.
6728         (wl-addrmgr-change-method): Follow above change.
6729
6730         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6731
6732 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6733
6734         * wl-vars.el (wl-message-truncate-lines): Change default value
6735         to default-truncate-lines.
6736
6737         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6738
6739 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6740
6741         * wl-vars.el (wl-message-truncate-lines): New variable.
6742
6743         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6744         wl-message-truncate-lines.
6745
6746 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6747
6748         * wl-acap.el (wl-acap-init): Remove period from error message.
6749         (wl-acap-find-acap-service): Remove period from message.
6750
6751 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6752
6753         * wl.el (wl-check-environment): Undo last change.
6754
6755         * wl-vars.el (wl-from): Changed default value.
6756
6757         * wl-util.el (toplevel): Don't require tm-edit.
6758
6759         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6760         `wl-folder-init';
6761         Don't set mark on mail body.
6762         (wl-draft-reedit): Ditto.
6763
6764         * wl-address.el (wl-address-quote-specials): Define as an alias for
6765         elmo-address-quote-specials.
6766
6767 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6770
6771         * wl-vars.el (wl-from): Set default value as nil.
6772         (wl-organization): Set default value as ORGANIZATION environment
6773         variable.
6774
6775         * wl-draft.el (wl-smtp-extension-bind): Check value of
6776         wl-smtp-connection-type.
6777
6778         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6779         error.
6780
6781 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6782
6783         * Version number is increased to 2.7.4.
6784
6785         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6786         arguments from `wl-highlight-x-face-function' caller.
6787         Use x-face-1.3.6.12 or later.
6788
6789 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6790
6791         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6792
6793 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6794
6795         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6796         (wl-fcc): Fix to accept function.
6797         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6798
6799 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6800
6801         * wl-acap.el (toplevel): Added `product-provide' declare.
6802         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6803
6804 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl.el (wl): Changed order of calling `elmo-init'
6807         and `elmo-folder-init'.
6808
6809 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6810
6811         * wl-mime.el (wl-summary-burst): Extract message when content-type
6812         of root entity is not only `multipart' but also `message/rfc822'.
6813         (wl-summary-burst-subr): Ditto.
6814
6815 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-vars.el (toplevel): Require 'custom.
6818         (wl-trash-folder): Added to `wl-setting' group.
6819
6820         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6821         exists.
6822         (wl-addrmgr-draw): Insert empty line when no entry exists.
6823
6824         * wl-mule.el (wl-message-wheel-up): Fixed.
6825         (wl-message-wheel-down): Ditto.
6826
6827 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6828
6829         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6830         config is an anonymous lambda expression.
6831
6832 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6835         when Mule 2 is running.
6836
6837 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6840
6841 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6844         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6845
6846         * wl-address.el (wl-address-specials-regexp): Eliminated.
6847         (wl-address-quote-specials): Rewrite.
6848
6849 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6852         shy-groups for regexp.
6853
6854         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6855         character classes and Perl style shy-groups for regexp.
6856         (wl-highlight-plugged-current-line): Use Posix style character
6857         classes for regexp.
6858         (wl-e21-highlight-folder-by-numbers): Ditto.
6859         (wl-e21-display-image-p): Use `display-images-p' instead of
6860         `display-graphic-p'.
6861         (display-images-p): Make an alias to `display-graphic-p' if it is
6862         not available.  It is for Emacs version prior to 21.0.105.
6863
6864         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6865         `display-graphic-p'.
6866         (wl-demo-image-type-alist): Ditto.
6867         (display-images-p): Make an alias to `display-graphic-p' if it is
6868         not available.  It is for Emacs version prior to 21.0.105.
6869
6870 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6871
6872         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6873         support.
6874         (wl-generate-user-agent-string): Ditto.
6875
6876         * wl-version.el (wl-version): Update docsting.
6877         (wl-version-status): Ditto.
6878
6879 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6880
6881         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6882         21.0.105.  For Emacs 21.0.104 or earlier.
6883
6884 2001-09-03  Takuo KITAME <kitame@northeye.org>
6885
6886         * wl-e21.el (wl-plugged-init-icons): Use
6887         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6888         (wl-biff-init-icons): Ditto.
6889
6890 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-highlight.el (wl-highlight-summary-current-line):
6893         Fixed highlighting refile/copy destination.
6894
6895         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6896         (wl-acap-store): Encode string by wl-acap-coding-system.
6897
6898 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-acap.el (toplevel): Check and require 'un-define before
6901         'xemacs-ucs;
6902          Added checking for UTF-2000.
6903
6904 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6905
6906         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6907         Don't enclose with `eval-and-compile'.
6908
6909         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6910         wl-init is non-nil.
6911
6912         * wl-draft.el (wl-draft): Ditto.
6913
6914         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6915
6916         * wl-acap.el (toplevel): Require 'wl.
6917         (wl-acap-store): Call `elmo-init'.
6918
6919         * wl.el (wl): Changed position of `wl-check-environment'.
6920         (toplevel): Added autoload setting for wl-acap.
6921
6922         * wl-vars.el (wl-setting): New custom group.
6923         (wl-from): Added wl-setting group.
6924         (wl-user-mail-address-list): Ditto.
6925         (wl-organization): Ditto.
6926         (wl-subscribed-mailing-list): Ditto.
6927         (wl-envelope-from): Ditto.
6928         (wl-smtp-posting-user): Ditto.
6929         (wl-smtp-posting-server): Ditto.
6930         (wl-smtp-posting-port): Ditto.
6931         (wl-smtp-authenticate-type): Ditto.
6932         (wl-pop-before-smtp-user): Ditto.
6933         (wl-pop-before-smtp-server): Ditto.
6934         (wl-pop-before-smtp-port): Ditto.
6935         (wl-pop-before-smtp-authenticate-type): Ditto.
6936         (wl-nntp-posting-server): Ditto.
6937         (wl-nntp-posting-user): Ditto.
6938         (wl-nntp-posting-port): Ditto.
6939         (wl-fetch-confirm-threshold): Ditto.
6940         (wl-prefetch-threshold): Ditto.
6941         (wl-thread-insert-opened): Ditto.
6942         (wl-ldap-server): Ditto.
6943         (wl-ldap-port): Ditto.
6944         (wl-ldap-base): Ditto.
6945         (wl-ldap-objectclass): Ditto.
6946         (wl-use-ldap): Ditto.
6947         (wl-draft-config-alist): Ditto.
6948         (wl-draft-config-matchone): Ditto.
6949         (wl-template-alist): Ditto.
6950         (wl-message-sort-field-list): Ditto.
6951         (wl-message-ignored-field-list): Ditto.
6952         (wl-message-visible-field-list): Ditto.
6953         (wl-interactive-send): Ditto.
6954         (wl-summary-move-order): Ditto.
6955         (wl-auto-select-first): Ditto.
6956         (wl-auto-select-next): Ditto.
6957         (wl-interactive-save-folders): Ditto.
6958
6959         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6960         Initialization codes are moved from wl-local-folder-init.
6961         (wl-local-folder-init): Follow the change above.
6962         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6963
6964         * wl-acap.el: New file.
6965
6966         * Version number is increased to 2.7.3.
6967
6968 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6969
6970         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6971
6972 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6973
6974         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6975         (wl-addrmgr-address-entry-list): Ditto.
6976
6977 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-e21.el (wl-draft-mode-map): Removed binding for
6980         `wl-draft-insert-x-face-field'.
6981
6982         * wl-mule.el (wl-draft-mode-map): Ditto.
6983
6984         * wl-xmas.el (wl-draft-mode-map): Ditto.
6985
6986         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6987         (wl-cs-autoconv): Ditto.
6988         (wl-cs-local): Ditto.
6989         (wl-use-scoring): Ditto.
6990         (wl-mime-charset): Ditto.
6991         (wl-folder-check-async): Ditto.
6992
6993         * wl.el (toplevel): Ignore nemacs and tm.
6994         (wl-exit): Ditto.
6995
6996         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6997         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6998         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6999         instead of wl-address-petname-add-or-change.
7000         (wl-summary-edit-addresses-subr): Use wl-address-delete
7001         instead of wl-address-petname-delete.
7002
7003         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7004
7005         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7006         if error occured.
7007
7008         * wl-message.el (require): Remove tm support.
7009
7010         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7011
7012         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7013         (wl-folder-jump-to-current-entity): Ditto.
7014         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7015
7016         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7017         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7018         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7019
7020         * wl-mule.el (wl-draft-key-setup): Ditto.
7021
7022         * wl-xmas.el (wl-draft-key-setup): Ditto.
7023
7024         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7025         (wl-draft-std11-parse-addresses): New function.
7026         (wl-draft-parse-mailbox-list): Use it.
7027         (wl-draft): Ignore nemacs.
7028         (wl-draft-reedit): Ditto.
7029
7030         * wl-addrmgr.el: New file.
7031         (Original is wl-rcpt.el written by
7032         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7033         Thanks Kitamoto-san.)
7034
7035         * wl-address.el (wl-address-make-address-list): Modified parsing
7036         process.
7037         (wl-address-delete): Renamed from `wl-address-petname-delete';
7038         Modify wl-address-list too.
7039         (wl-address-add-or-change): Renamed from
7040         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7041
7042 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7043
7044         * wl-highlight.el (wl-highlight-summary-current-line):
7045           Work with transient-mark-mode
7046
7047 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7048
7049         * Version number is increased to 2.7.2.
7050
7051         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7052         instead of elmo-dop-queue-method.
7053
7054 2001-08-06  SAITO Atsunori <sai@yedo.com>
7055
7056         * wl-vars.el (wl-ldap-objectclass): New user option.
7057
7058         * wl-address.el (wl-ldap-make-filter): Use it.
7059
7060 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7061
7062         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7063
7064 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-folder.el (wl-folder): redisplay after folder insertion.
7067
7068         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7069
7070         * wl-summary.el (wl-summary-sync-update):
7071         Change status mark only when new-msgdb exists.
7072         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7073
7074 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-summary.el (wl-summary-open-folder): New function.
7077         (wl-summary-goto-folder-subr): Use it.
7078         (wl-summary-mark-as-important): Fix;
7079         Encache only when no cache exists.
7080
7081 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7084         Use with-current-buffer.
7085
7086 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7087
7088         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7089         before call `get-buffer'. Fixed parenthesis.
7090         (wl-score-get-header-entry): Clear message and help window when
7091         keyboard quit.
7092         (wl-score-edit-insert-header): Ditto.
7093
7094 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7097         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7098         (wl-default-draft-cite): Fix.
7099
7100         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7101         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7102
7103 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl-message.el (wl-message-prev-page): Do same bahavior
7106         as summary when it is called in the message buffer.
7107         (wl-message-next-page): Ditto.
7108
7109 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7110
7111         * wl-summary.el (wl-summary-forward): Use cache if it is not
7112         section cache.
7113
7114 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7117         Removed redundant require of elmo-vars.
7118         (wl-biff-state-indicator-on): Changed default value for
7119         xemacs with non-mule environment.
7120
7121         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7122         wl-message-buffer is nil;
7123         Hide progress bar after moving messages.
7124
7125 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7128         message at cursor point is deleted.
7129
7130 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7131
7132         * wl-vars.el: Changed file coding system to euc-japan.
7133         Added -*-coding:-*- magic to the first line.
7134
7135         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7136         Search parent from the first message.
7137
7138         * Version number is increased to 2.7.1.
7139
7140 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7141
7142         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7143
7144 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7147         refile/delete execution.
7148
7149         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7150         Fixed docstring.
7151
7152 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7153
7154         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7155         do update process;
7156         Don't update marks when update process is interrupted.
7157
7158 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-summary.el (wl-summary-reply): Fixed problem when
7161         wl-draft-use-frame is non-nil.
7162         (wl-summary-forward): Ditto.
7163
7164         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7165         as nil.
7166         (wl-folder-mark-as-read-all-entity): Ditto.
7167         (wl-folder-prefetch-entity): Ditto.
7168
7169         * wl.el (wl): Check environment before wl-init.
7170
7171         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7172         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7173         instead of wl-summary-collect-unread.
7174         (wl-summary-reply): Split message window.
7175
7176 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7179         only if current language environment is japanese,
7180
7181         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7182         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7183         (wl-folder-goto-folder-subr): Ditto.
7184
7185         * wl-draft.el (wl-draft-dispatch-message): Call
7186         `elmo-file-cache-get-path'.
7187
7188 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7189
7190         * wl-summary.el (wl-summary-cursor-move): If return value of
7191         wl-summary-next-message is not number, don't jump.
7192
7193 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-summary.el (wl-summary-buffer-next-message-function): New
7196         variable.
7197         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7198         if it is bound.
7199
7200         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7201         string.
7202
7203         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7204         (wl-plugged-drawing): Ditto.
7205
7206 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7207
7208         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7209         process.
7210         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7211         with unwind-protect.
7212
7213         * wl.el (wl-init): Require mime-setup.
7214         (wl-check-environment): Don't require mime-setup.
7215
7216         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7217         instead of elmo-folder-type.
7218
7219         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7220         value as nil.
7221
7222 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * Version number is increased to 2.7.0.
7225
7226         * wl-version.el (wl-version): Changed codename.
7227
7228         * wl-summary.el (wl-summary-delete-cache): Fixed.
7229
7230         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7231         Workaround for net folders.
7232         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7233
7234         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7235         value to nil (According to the patch from
7236         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7237
7238         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7239         of elmo-folder-close.
7240
7241 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7242
7243         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7244         for postfix.
7245
7246 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7247
7248         * wl-summary.el (wl-summary-resend-message): Fixed.
7249
7250         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7251         Call wl-draft with `from' argument if its address is included in
7252         `wl-user-mail-address-list'.
7253         (wl-draft): Added `from' argument.
7254
7255         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7256         non-nil.
7257         (wl): Don't show demo if wl-demo is nil.
7258
7259         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7260         wl-summary-use-frame.
7261
7262         * wl-vars.el (wl-summary-use-frame): New user option.
7263         (wl-folder-use-frame): Changed docstring.
7264
7265         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7266         non-nil.
7267         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7268         wl-summary-use-frame.
7269
7270         * wl-vars.el (wl-folder-use-frame): New user option.
7271
7272         * wl-summary.el (wl-summary-exit): Back to folder frame if
7273         wl-folder-use-frame is non-nil.
7274         (wl-summary-redisplay-internal): Ignore cache if current folder
7275         is draft folder,
7276         (wl-summary-redisplay-no-mime): Ditto.
7277         (wl-summary-redisplay-all-header): Ditto.
7278
7279         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7280         if wl-folder-use-frame is non-nil.
7281
7282 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-summary.el (wl-summary-sync-update): Bind
7285         elmo-folder-update-threshold.
7286         (wl-summary-mark-as-important): Enclosed server mark processing
7287         with `save-match-data'.
7288
7289         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7290         only when it is already defined.
7291
7292 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7293
7294         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7295         name of folder exclude localdir is wrong.
7296         * wl-folder.el (wl-folder-sync-entity):
7297         Set `wl-summary-always-sticky-folder-list' as nil.
7298         (wl-folder-mark-as-read-all-entity): Ditto.
7299         (wl-folder-prefetch-entity): Ditto.
7300
7301 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7302
7303         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7304         instead of `wl-summary-write-current-newsgroup'.
7305
7306 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7307
7308         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7309         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7310         non-nil and selected message is important, do not display.
7311
7312 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7313
7314         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7315
7316 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7319
7320         * wl-summary.el (wl-summary-mark-as-important): Set message number
7321         using wl-summary-message-number.
7322
7323 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7324
7325         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7326         destination folder is 'null.
7327
7328 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7329
7330         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7331         New function.
7332         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7333         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7334         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7335
7336 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-mime.el (wl-mime-setup): Added setting for
7339         `mime-setup-signature-key-alist' to avoid overriding key bind for
7340         `wl-draft-send'.
7341
7342         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7343         for `wl-draft-send'.
7344         * wl-mule.el (wl-draft-overload-functions): Ditto.
7345         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7346         * wl-draft.el (wl-draft-send): Ditto.
7347
7348         * wl-message.el (wl-message-display-internal):
7349         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7350         (Patch is provided by <kita@coe.nttdata.co.jp>).
7351
7352 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7353
7354         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7355
7356 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7357
7358         * wl.el (wl): Fix for wl-demo.
7359
7360 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7361
7362         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7363
7364 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7365
7366         * wl-folder.el (wl-folder-prefetch-entity): Use
7367         `wl-folder-get-elmo-folder'.
7368         (wl-folder-count-incorporates): Do not use
7369         `wl-folder-get-elmo-folder'.
7370
7371 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7372
7373         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7374         instead of `elmo-folder-get-type'.
7375
7376 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7377
7378         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7379         position on Subject: field.
7380         (Advised by Mito <mit@nines.nec.co.jp>)
7381
7382 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7383
7384         * wl-folder.el (wl-folder-prefetch-entity): Use
7385         `wl-folder-get-elmo-folder'.
7386
7387 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7390
7391         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7392         `process-duplicates' slot.
7393
7394         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7395         if detection failed.
7396
7397 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7398
7399         * wl-version.el (wl-version-status): Set to "alpha".
7400
7401 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7402
7403         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7404         Check wl-message-buffer lives before set-buffer.
7405
7406 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7407
7408         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7409         called in folder mode.
7410         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7411         * wl-summary.el (wl-summary-exit-pre-hook): Run
7412         `wl-summary-exit-pre-hook' before exit summary mode.
7413
7414 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7415
7416         * wl-version.el (wl-version-status): New variable.
7417         (wl-version-status-alist): Removed.
7418         (wl-version-status): Rule included.
7419
7420 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7423         @sponichi.
7424
7425         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7426         when `mail-reply-buffer' is buffer-local variable.
7427         (Reported by <kita@coe.nttdata.co.jp>).
7428
7429 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl-vars.el (toplevel): Require 'elmo-util.
7432
7433 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7434
7435         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7436         (All other related portions are changed)
7437
7438         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7439
7440         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7441
7442 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7443
7444         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7445
7446 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7449         Delete other windows to avoid an error.
7450         Use `point-marker' instead of `point' to remember the start point
7451         of body.
7452
7453         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7454
7455         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7456         number not to exceed all message number.
7457
7458 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7459
7460         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7461         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7462
7463 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-summary.el (wl-summary-sync-force-update): Added argument
7466         no-check.
7467         (wl-summary-sync-update): Ditto.
7468         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7469         with `no-check'.
7470
7471         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7472         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7473         already running.
7474
7475 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7476
7477         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7478         `dst-folder-arg'.
7479         (wl-expire-archive-number1): Diito.
7480         (wl-expire-archive-number2): Diito.
7481         (wl-expire-archive-Date): Diito.
7482         (wl-archive-number1): Diito.
7483         (wl-archive-number2): Diito.
7484         (wl-archive-date): Diito.
7485         (wl-archive-folder-p): New function.
7486         (wl-summary-expire): Support of expand folder name at
7487         wl-expire-alist.
7488         * wl-util.el (wl-expand-newtext): Renamed from
7489         `wl-refile-expand-newtext'.
7490
7491 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7492
7493         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7494         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7495         `(elmo-msgdb-get-overview msgdb)'.
7496         (wl-summary-prefetch): Bind match data before call
7497         `wl-summay-prefetch-msg'.
7498         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7499         'off if `wl-summary-buffer-disp-msg' is non-nil.
7500         Fixed problem that couldn't show only one new or unread message when
7501         enter folder.
7502         (wl-summary-reply): Don't call `split-window-vertically' and other
7503         window.
7504
7505 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-expire.el (wl-expire-refile): Fixed.
7508
7509 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7512
7513         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7514         biff notification is removed.
7515
7516         * wl.el (wl): Changed position of `elmo-init'.
7517
7518         * wl-draft.el (wl-default-draft-cite): Use date field
7519         on the citation buffer.
7520
7521         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7522
7523         * wl-xmas.el (wl-folder-internal-icon-list): Added
7524         `wl-folder-shimbun-image'.
7525
7526         * wl-e21.el (wl-folder-internal-icon-list): Added
7527         `wl-folder-shimbun-image'.
7528
7529 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl.el (wl-init): Eliminated argument.
7532         (wl): Rewrite.
7533
7534         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7535         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7536         instead of `elmo-folder-msgdb-internal'.
7537         (wl-summary-sync-update): Ditto.
7538         (wl-summary-flush-pending-append-operations): Eliminated.
7539         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7540         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7541         `elmo-folder-open'.
7542
7543         * wl-mime.el (wl-summary-burst): Fixed.
7544
7545         * wl-folder.el (wl-folder-info-save): Check data type.
7546
7547         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7548         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7549         instead of `elmo-folder-msgdb-internal'.
7550         (wl-expire-hide): Ditto.
7551
7552
7553         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7554
7555 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7556
7557         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7558
7559 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7560
7561         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7562
7563 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7564
7565         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7566         Fixed `match-beginning' argument mismatch.
7567
7568 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7569
7570         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7571         the default value.
7572
7573 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7576         instead of `elmo-nntp-default-port'.
7577
7578         * wl-vars.el: Fixed some doc strings.
7579
7580 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7581
7582         * wl-summary.el (wl-summary-prefetch-msg): Use
7583         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7584
7585         * wl-vars.el: Define *-func as obsolete variable using
7586         `elmo-define-obsolete-variable'.
7587
7588         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7589         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7590         instead of `wl-message-buffer-prefetch-threshold'.
7591
7592         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7593
7594         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7595
7596         * wl-draft.el (wl-caesar-region-func): Ditto.
7597
7598         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7599         Keep unread status in elmo-folder-move-messages.
7600         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7601
7602 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7603
7604         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7605         `wl-summary-buffer-exit-func'
7606         (wl-summary-buffer-message-redisplay-function): Renamed from
7607         `wl-summary-buffer-message-redisplay-func'
7608         (wl-summary-buffer-next-folder-function): Renamed from
7609         `wl-summary-buffer-next-folder-func'.
7610         (wl-summary-buffer-prev-folder-function): Renamed from
7611         `wl-summary-buffer-prev-folder-func'.
7612         (wl-summary-get-petname-function): Renamed from
7613         `wl-summary-get-petname-func'.
7614
7615         * wl-score.el (wl-score-edit-exit-function): Renamed from
7616         `wl-score-edit-exit-func'.
7617
7618         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7619         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7620
7621         * wl-util.el (wl-load-profile-function): Renamed from
7622         `wl-load-profile-func'.
7623
7624         * wl-folder.el (wl-folder-completion-function): Renamed from
7625         `wl-folder-completion-func'.
7626         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7627
7628         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7629         `wl-expire-archive-get-folder-func'.
7630         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7631         (wl-draft-send-mail-function): Renamed from
7632         `wl-draft-send-mail-func'.
7633         (wl-draft-send-news-function): Renamed from
7634         `wl-draft-send-news-func'.
7635         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7636         (wl-generate-mailer-string-function): Renamed from
7637         `wl-generate-mailer-string-func'.
7638         (wl-highlight-signature-search-function): Renamed from
7639         `wl-highlight-signature-search-func'.
7640         (wl-highlight-x-face-function): Renamed from
7641         `wl-highlight-x-face-func'
7642         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7643         (wl-ps-print-buffer-function): Renamed from
7644         `wl-ps-print-buffer-func'
7645         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7646         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7647         (wl-summary-subject-filter-function): Renamed from
7648         `wl-summary-subject-filter-func'.
7649
7650         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7651         `wl-draft-queue-flush-send-func'
7652         (wl-draft-cite-function): Renamed from
7653         `wl-draft-cite-func'
7654
7655         * wl-address.el (wl-address-init-function): Renamed from
7656         `wl-address-init-func'.
7657
7658 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7659
7660         * wl-draft.el (wl-draft-queue-flush): Don't call
7661         `elmo-dop-unlock-message'.
7662         * wl-draft.el (wl-draft-queue-append): Don't call
7663         `elmo-dop-lock-message'.
7664
7665         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7666         (wl-summary-buffer-folder-name): Ditto.
7667         (wl-summary-message-regexp): Added '-' (all other related portions
7668         are changed).
7669         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7670         wl-summary-buffer-folder-name.
7671
7672 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7673
7674         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7675         the number of mails in the folder buffer is not updated by wl-biff.
7676
7677 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7678
7679         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7680         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7681
7682 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl-summary.el (wl-summary-next-message):
7685         Return next message number when wl-summary-move-order is nil.
7686
7687 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7688
7689         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7690         `wl-summary-move-spec-alist'.
7691         (wl-summary-move-spec-unplugged-alist): New variable
7692         (Move spec for unplugged status).
7693         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7694         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7695
7696 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7697
7698         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7699         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7700
7701 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7702
7703         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7704         simple quotation to quote the anonymous function.
7705         * tm-wl.el (wl-draft-preview-message): Ditto.
7706
7707 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7708
7709         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7710         Eliminate redundant `save-excursion'.
7711         (wl-highlight-summary-current-line): Ditto.
7712
7713         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7714         accessing match data when `looking-at' failed.
7715
7716         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7717         `elmo-match-string' where users don't care about the speed.
7718         (wl-draft-save): Ditto.
7719
7720 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-util.el (wl-regexp-opt): New function.
7723
7724         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7725         number from `wl-summary-buffer-number-list'.
7726         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7727         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7728         (wl-summary-move-spec-alist): Changed default setting.
7729
7730 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7731
7732         * wl-vars.el (wl-biff-notify-hook): New hook.
7733         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7734         the arrival of new mail.
7735         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7736         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7737
7738 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7739
7740         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7741
7742 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7745
7746         * Version number is increased to 2.5.8.
7747
7748         * wl-thread.el (toplevel): require 'cl.
7749         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7750         (wl-thread-make-number-list): New function.
7751         (wl-thread-entity-make-number-list-from-children): Ditto.
7752         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7753         (wl-thread-entity-insert-as-children): Likewise.
7754         (wl-thread-delete-message): Likewise.
7755         (wl-meaning-of-mark): Eliminated.
7756         (wl-thread-next-failure-mark-p): Ditto.
7757         (wl-thread-entity-get-mark): Ditto.
7758         (wl-thread-meaning-alist-get-result): Ditto.
7759         (wl-thread-entity-check-prev-mark): Ditto.
7760         (wl-thread-entity-check-next-mark): Ditto.
7761         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7762         (wl-thread-entity-get-prev-marked-entity): Ditto.
7763         (wl-thread-get-prev-unread): Ditto.
7764         (wl-thread-jump-to-prev-unread): Ditto.
7765         (wl-thread-get-next-unread): Ditto.
7766         (wl-thread-jump-to-next-unread): Ditto.
7767         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7768         (wl-thread-entity-get-next-marked-entity): Ditto.
7769
7770         * wl-summary.el (wl-summary-buffer-number-list):
7771         New bufer-local variable.
7772         (wl-summary-switch-to-clone-buffer): Clone
7773         `wl-summary-buffer-number-list'.
7774         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7775         (wl-summary-cursor-move-regex): Eliminated.
7776         (wl-summary-cursor-up): Rewrite.
7777         (wl-summary-cursor-down): Ditto.
7778         (wl-summary-mode-spec-alist): New variable.
7779         (wl-summary-next-message): New inline function.
7780         (wl-summary-cursor-move): New function.
7781         (wl-summary-default-get-next-msg): Rewrite.
7782         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7783         (wl-summary-rescan): Ditto.
7784         (wl-summary-sync-all-init): Ditto.
7785         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7786         summary is not thread view.
7787         (wl-summary-sync-update): Ditto.
7788         (wl-summary-rescan): Ditto.
7789         (wl-summary-make-number-list): New function.
7790
7791         * wl-draft.el: "FCC" -> "Fcc".
7792
7793 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-highlight.el (wl-highlight-summary-window):
7796         Call `set-buffer-modified-p'.
7797
7798         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7799         (wl): Call `elmo-init' and fix.
7800
7801         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7802         Use new variables.
7803
7804         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7805
7806 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7809
7810 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7811
7812         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7813
7814 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7815
7816         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7817         `wl-use-toolbar' nor `display-graphic-p'.
7818         (wl-e21-setup-message-toolbar): Ditto.
7819         (wl-e21-setup-summary-toolbar): Ditto.
7820         (wl-e21-setup-folder-toolbar): Ditto.
7821
7822         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7823         (wl-plugged-init-icons): Ditto.
7824
7825         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7826         `display-graphic-p'.
7827         (wl-plugged-set-folder-icon): Ditto.
7828         (wl-highlight-plugged-current-line): Ditto.
7829         (wl-highlight-folder-current-line): Ditto.
7830         (wl-e21-highlight-folder-group-line): Ditto.
7831         (wl-e21-setup-toolbar): Ditto.
7832         (wl-e21-display-image-p): New macro.
7833
7834         * wl-demo.el (wl-demo): Simplified.
7835         (wl-demo-image-type-alist): Use `image-type-available-p' for
7836         checking whether the image type `xbm' is available.
7837
7838 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7841         (wl-summary-input-range): Ditto.
7842
7843 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7844
7845         * wl-summary.el (wl-summary-edit-addresses): Use
7846         `wl-summary-get-original-buffer'
7847         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7848         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7849         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7850         (wl-summary-get-newsgroups): Eliminated.
7851         (wl-summary-set-crosspost): Ditto.
7852         (wl-summary-is-crosspost-folder): Ditto.
7853         (wl-crosspost-alist-load): Ditto.
7854         (wl-crosspost-alist-save): Ditto.
7855
7856         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7857         `elmo-setup-subscribed-newsgroups' instead of
7858         `elmo-nntp-make-groups-hashtb'.
7859         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7860         instead of `wl-crosspost-alist-save'.
7861
7862         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7863         of `elmo-folder-message-appendable-p'.
7864         (wl-mime-header-presentation-method): Eliminated.
7865
7866         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7867         (Error occurs in emacs21).
7868
7869         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7870         the current buffer).
7871
7872         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7873         instead of `wl-crosspost-alist-save'.
7874         (wl-init): `elmo-crosspost-message-alist-load'
7875         instead of `wl-crosspost-alist-load'
7876
7877         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7878         (wl-parse-newsgroups): Likewise.
7879         (wl-biff-notify): Run `wl-biff-notify-hook'.
7880
7881 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7884
7885         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7886         when `wl-summary-lazy-highlight' is non-nil.
7887         (wl-summary-goto-folder-subr): Highlight only when
7888         `wl-summary-lazy-highlight' is non-nil.
7889
7890         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7891         Don't display progress and highlight temp-mark when
7892         `wl-summary-lazy-highlight' is non-nil.
7893         (wl-highlight-summary-window): New function.
7894         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7895
7896 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7897
7898         * wl-summary.el (wl-summary-sync): Change `all-visible'
7899         from `all-shown'
7900         (wl-summary-input-range): Ditto.
7901
7902 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7903
7904         * wl-e21.el (wl-highlight-folder-current-line): Call
7905         `wl-folder-init-icons' when folder icons have not been initialized.
7906
7907         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7908
7909         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7910         (wl-demo-image-type-alist): New macro.
7911
7912 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7913
7914         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7915         display does not support graphics.
7916         (wl-plugged-init-icons): Ditto.
7917         (wl-folder-init-icons): Ditto.
7918
7919         * wl-demo.el (wl-demo): Chech closely whether the display
7920         supports graphics.
7921
7922 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-summary.el (wl-summary-get-original-buffer): New function.
7925         (wl-summary-set-crosspost): Use it.
7926         (wl-summary-target-mark-uudecode): Ditto.
7927         (wl-summary-reedit): Ditto.
7928         (wl-summary-resend-bounced-mail): Ditto.
7929         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7930         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7931
7932         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7933         (wl-message-display-internal): Ditto.
7934
7935 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7938
7939 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7940
7941         * wl-summary.el (wl-summary-save-view): Renamed from
7942         `wl-summary-save-status'.
7943
7944 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7945
7946         * wl-summary.el (wl-summary-sync): Added `all-shown'
7947
7948 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7949
7950         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7951
7952 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7953
7954         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7955
7956 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7957
7958         * wl-highlight.el (wl-highlight-summary-line-string): Use
7959         `zerop' instead of `= 0'.
7960         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7961
7962         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7963         for comparing numbers.
7964         (wl-template-prev): Use `zerop' instead of `eq 0'.
7965
7966         * wl-draft.el (wl-draft-insert-current-message): Use
7967         `with-current-buffer' instead of `save-excursion'.
7968         Use `zerop' instead of `eq 0'.
7969
7970 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7971
7972         * wl-draft.el (wl-draft-insert-ccs): New function.
7973         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7974         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7975
7976 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7979
7980 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-expire.el (wl-expire-refile): Don't call
7983         elmo-msgdb-add-msgs-to-seen-list;
7984         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7985         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7986
7987 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * wl-message.el (wl-message-prev-page): Ignore errors while
7990         scroll-down.
7991
7992 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-mime.el: Use elmo-original-message-mode instead of
7995         mmelmo-original-mode.
7996
7997         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7998         `elmo-folder-get-spec';
7999         (wl-fldmgr-add-completion-all-completions):
8000         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8001
8002         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8003         of `elmo-folder-get-type'.
8004
8005         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8006         `elmo-folder-get-spec';
8007         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8008         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8009         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8010         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8011         `elmo-read-msg-no-cache';
8012         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8013         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8014         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8015         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8016         `elmo-cache-save';
8017         (wl-draft-reedit): Use `elmo-message-file-name'.
8018
8019         * wl-expire.el: Use `elmo-folder-name-internal';
8020         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8021         Use macro `wl-summary-buffer-msgdb' instead of variable
8022         `wl-summary-buffer-msgdb';
8023         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8024         Use macro `wl-summary-buffer-folder-name' instead of variable
8025         `wl-summary-buffer-folder-name'.
8026         * wl-score.el: Likewise.
8027
8028         * wl-message.el: Rewrite for new message buffer cache mechanism.
8029         (wl-message-buffer-cache-buffer-get): New macro.
8030         (wl-message-buffer-cache-folder-get): Ditto.
8031         (wl-message-buffer-cache-message-get): Ditto.
8032         (wl-message-buffer-cache-entry-make): Ditto.
8033         (wl-message-buffer-cache-hit): Ditto.
8034         (wl-message-buffer-cache-sort): New function.
8035         (wl-message-buffer-cache-add): Ditto.
8036         (wl-message-buffer-cache-delete): Ditto.
8037         (wl-message-buffer-cache-clean-up): Ditto.
8038         (wl-message-buffer-window): Rewrite.
8039         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8040         (wl-message-buffer-display): New function.
8041         (wl-message-display-internal): New function.
8042
8043 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * wl-folder.el: Use `elmo-folder-name-internal';
8046         Use `wl-folder-get-elmo-folder';
8047         Use `elmo-folder-list-messages' instead of
8048         `elmo-list-folder';
8049         Use `elmo-folder-get-primitive-list' instead of
8050         `elmo-folder-get-primitive-spec-list';
8051         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8052         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8053         Use `elmo-folder-create' instead of `elmo-create-folder'.
8054         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8055         (wl-folder-get-elmo-folder): New macro.
8056         (wl-folder-elmo-folder-cache-get): Ditto.
8057         (wl-folder-elmo-folder-cache-put): Ditto.
8058         (wl-folder-suspend): Call `elmo-quit'.
8059
8060         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8061         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8062         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8063         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8064         (toplevel): require 'cl.
8065         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8066
8067         * wl-summary.el: Rewrite to use new elmo interface.
8068
8069 \f
8070 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8071
8072         * wl-mime.el (wl-draft-preview-message):
8073         Run `wl-draft-send-hook' before collecting recipients information;
8074         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8075
8076         * tm-wl.el (wl-draft-preview-message): Ditto.
8077
8078 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8081         wrong recipients are displayed when forwarded message.
8082
8083 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * Version number is increased to 2.5.7.
8086
8087 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8088
8089         * wl-message.el (wl-message-next-page): Bind
8090         `window-pixel-scroll-increment' to nil while scrolling up.
8091
8092 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8093
8094         * wl-vars.el (wl-save-hook): New hook.
8095         * wl.el (wl-save): Call `wl-save-hook'.
8096
8097 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8098
8099         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8100         Argument WITH-ARG instead of NO-ARG (negative mean).
8101         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8102         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8103         * wl-message.el (wl-message-follow-current-entity): Likewise.
8104
8105 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8106
8107         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8108         FROM was optional argument.
8109         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8110
8111 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8112
8113         * Version number is increased to 2.5.6.
8114
8115 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8116
8117         * wl-version.el (wl-version-show): Removed.
8118         (wl-version): Add `interactive'.
8119
8120 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8121
8122         * wl-summary.el (wl-summary-get-petname-func): New variable.
8123         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8124         instead of `wl-address-get-petname-1'.
8125         (wl-summary-simple-from): Ditto.
8126
8127         * wl-address.el (wl-address-get-petname-1): Define as function.
8128
8129 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8130
8131         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8132         field in the original message.
8133         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8134
8135 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8136
8137         * wl-expire.el (wl-expire-hide):
8138         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8139
8140 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8141
8142         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8143         find decoder for To, Cc, and Subject.
8144
8145 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8146
8147         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8148         for checking `elmo-use-buffer-cache'.
8149         (wl-summary-mark-as-important): Fixed typo in comment.
8150
8151 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8152
8153         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8154         field in the original message.
8155         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8156
8157 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8158
8159         * wl-expire.el (wl-expire-hide):
8160         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8161
8162 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8165         find decoder for To, Cc, and Subject.
8166
8167 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * Version number is increased to 2.5.5.
8170
8171         * wl-address.el (wl-address-specials-regexp): New constant.
8172         (wl-address-quote-specials): Use it.
8173
8174 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * wl-summary.el (wl-summary-rescan):
8177         Call `wl-summary-buffer-number-column-detect'.
8178         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8179
8180         * wl-message.el (wl-message-mode-map): Define.
8181         (wl-message-decode): Use it as local-map.
8182
8183 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8184
8185         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8186         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8187
8188 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8189
8190         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8191
8192         * wl-mule.el (wl-read-event-char): Ditto.
8193
8194         * wl-e21.el (wl-read-event-char): Ditto.
8195
8196         * wl-nemacs.el (wl-read-event-char): Ditto.
8197         (read-event): Removed.
8198
8199         * wl-util.el (toplevel): Removed dummy definition of
8200         `read-event'.
8201         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8202
8203 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8204
8205         * wl-nemacs.el (elmo-archive-call-process): Moved to
8206         elmo-archive.el.
8207
8208 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8209
8210         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8211         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8212
8213         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8214         instead of magic-number 6.  Use `not' instead of `null' for symbol
8215         `nil' check (not empty list).
8216         (wl-draft-insert-x-face-field): Fixed paren style.
8217
8218         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8219         one-branch conditional statement, instead of `and' and `if'.
8220         (wl-draft-forward): Likewise.
8221         (wl-draft-add-references): Likewise.
8222         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8223
8224         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8225         conditional steatment.  Use `cond' instead of `if'.
8226         (wl-draft-confirm): Likewise.
8227
8228 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8229
8230         * wl-version.el (wl-version-show): Use `product-string-1'
8231         instead of `wl-version'.
8232         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8233
8234         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8235
8236 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8237
8238         * wl-highlight.el (wl-highlight-headers): Revert
8239         `wl-highlight-x-face-func' argument (`beg' and `end').
8240
8241 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8242
8243         * wl.el (toplevel): Move `product-provide' declare.
8244         * wl-demo.el (toplevel): Ditto.
8245         * wl-dnd.el (toplevel): Ditto.
8246         * wl-highlight.el (toplevel): Ditto.
8247         * wl-message.el (toplevel): Ditto.
8248         * wl-refile.el (toplevel): Ditto.
8249         * wl-util.el (toplevel): Ditto.
8250
8251 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8252
8253         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8254         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8255         (wl-thread-close-all): keep cursor position.
8256
8257 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8258
8259         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8260         (eq x 0).
8261         (wl-generate-user-agent-string-1): Fix conditional statement.
8262
8263 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8264
8265         * wl.el (wl-check-environment): Additional check for
8266         'wl-local-domain' and `wl-message-id-domain'.
8267
8268 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8269
8270         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8271
8272 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8273
8274         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8275         instead of `smtp-sasl-user-realm'.
8276
8277 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8278
8279         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8280
8281 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8282
8283         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8284         to the default value as well as `eword-lexical-analyzer'.
8285
8286 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8287
8288         * wl-version.el (wl-extended-emacs-version,
8289         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8290         `elmo-match-string' instead of `wl-match-string'.
8291
8292 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8293
8294         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8295         docstring.
8296
8297 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8298
8299         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8300
8301 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8302
8303         * wl-highlight.el (wl-highlight-headers): Remove
8304         `wl-highlight-x-face-func' argument (`beg' and `end').
8305
8306 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-summary.el (wl-summary-mark-as-important):
8309         Remove cache if folder is local.
8310
8311 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8312
8313         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8314         to get existing e-mail address string.
8315
8316 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8317
8318         * wl-version.el (wl-generate-user-agent-string): Commentary.
8319         (wl-generate-user-agent-string-1): Use `when' for
8320         one-branch conditional statement, instead of `and' and `if'.
8321         (wl-extended-emacs-version, wl-extended-emacs-version2,
8322         wl-extended-emacs-version3): Ditto.
8323
8324 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8325
8326         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8327         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8328         condition-case; Remove initialization.
8329         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8330         (wl-summary-sync-update3): Added argument `sync-all';
8331         Eliminated local variable `msgdb';
8332         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8333         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8334         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8335
8336 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8337
8338         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8339         connection before call `wl-draft-send-mail-with-smtp'.
8340
8341 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8342
8343         * Version number is increased to 2.5.4.
8344
8345 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8346
8347         * wl.el (wl-check-environment): Additional check for
8348         'wl-local-domain' and `wl-message-id-domain'.
8349
8350 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8353         buffer as command specific.
8354         (wl-folder-mark-as-read-all-entity): Ditto.
8355         (wl-folder-prefetch-entity): Ditto.
8356         (wl-folder-drop-unsync-entity): Ditto.
8357
8358         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8359         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8360         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8361
8362         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8363         save-excursion.
8364
8365 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * Version number is increased to 2.5.3.
8368
8369         * wl-summary.el (wl-summary-save-view-cache):
8370         Delete duplicated `write-region';
8371         Use `write-region-as-binary' instead of `as-binary-output-file' and
8372         `write-region'.
8373
8374 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8375
8376         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8377
8378 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8381         instead of `smtp-via-smtp'.
8382
8383 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8384
8385         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8386
8387 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8388
8389         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8390         instead of `smtp-sasl-user-realm'.
8391
8392 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8393
8394         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8395
8396 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8397
8398         * Version number is increased to 2.5.2.
8399
8400 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8403         does not exist.
8404         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8405         (wl-biff-start): Call `timer-activate' if timer already exists.
8406
8407         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8408         only when it is bound as function.
8409
8410 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8411
8412         * Version number is increased to 2.5.1.
8413
8414 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8417         Print refile/copy destination.
8418
8419 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8422         queue-flush-only is non-nil.
8423
8424         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8425
8426         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8427         checking cache folder.
8428
8429 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8430
8431         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8432         `regexp-quote'.
8433
8434 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8435
8436         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8437         function.
8438         * wl-summary.el (wl-summary-write-current-folder-functions):
8439         Change default value.  Use it.
8440
8441 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8442
8443         * Version number is increased to 2.5.0.
8444
8445         * wl-version.el (wl-version): Changed codename.
8446
8447 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8448
8449         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8450         (wl-summary-supersedes-message): Ditto.
8451
8452 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8453
8454         * wl-refile.el (wl-refile-guess-functions): Renamed from
8455         `wl-refile-guess-func-list'.
8456
8457 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8460         Fixed problem when no rule was matched.
8461
8462 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8463
8464         * wl-summary.el (wl-summary-get-mark): Fixed
8465         `wl-summary-buffer-target-mark' check logic.
8466
8467 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8468
8469         * wl-folder.el (wl-folder-write-current-folder): Added group
8470         folder check.
8471
8472         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8473         `wl-summary-write-current-newsgroup'.
8474         (wl-summary-write-current-folder-functions): New variable.
8475         * wl-folder.el (wl-folder-get-newsgroups): New function.
8476         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8477         (wl-folder-write-current-folder): Renamed from
8478         `wl-folder-write-current-newsgroup'.
8479
8480 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8481
8482         * Version number is increased to 2.3.93.
8483
8484 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8487         (wl-ldap-make-matched-value-list): Ditto.
8488         (wl-ldap-alias-safe-string): Split e-mail address.
8489
8490         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8491         petname folder default was selected.
8492         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8493         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8494
8495 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8496
8497         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8498         to `wl-draft-config-exec'.
8499
8500         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8501         instead of calling `wl-draft-config-exec';
8502         Process group-list and show recipients in minibuffer.
8503
8504         * tm-wl.el (wl-draft-preview-message): Ditto.
8505
8506 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8507
8508         * wl.el (toplevel): Added (C) to copyright notice, and
8509         sync Author header.
8510         * tm-wl.el (toplevel): Ditto.
8511         * wl-address.el (toplevel): Ditto.
8512         * wl-demo.el (toplevel): Ditto.
8513         * wl-dnd.el (toplevel): Ditto.
8514         * wl-draft.el (toplevel): Ditto.
8515         * wl-e21.el (toplevel): Ditto.
8516         * wl-expire.el (toplevel): Ditto.
8517         * wl-folder.el (toplevel): Ditto.
8518         * wl-highlight.el (toplevel): Ditto.
8519         * wl-message.el (toplevel): Ditto.
8520         * wl-mime.el (toplevel): Ditto.
8521         * wl-mule.el (toplevel): Ditto.
8522         * wl-nemacs.el (toplevel): Ditto.
8523         * wl-refile.el (toplevel): Ditto.
8524         * wl-score.el (toplevel): Ditto.
8525         * wl-summary.el (toplevel): Ditto.
8526         * wl-template.el (toplevel): Ditto.
8527         * wl-thread.el (toplevel): Ditto.
8528         * wl-util.el (toplevel): Ditto.
8529         * wl-vars.el (toplevel): Ditto.
8530         * wl-xmas.el (toplevel): Ditto.
8531
8532 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8533
8534         * wl.el (wl-init): Added comment about `wl-init-hook'.
8535         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8536         * wl-vars.el (wl-init-hook): Added docs.
8537         (wl-make-plugged-hook): Removed useless docs.
8538         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8539         * wl-xmas.el (toplevel): Ditto.
8540
8541 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8542
8543         * wl-address.el (toplevel): Fixed multiple Author header format.
8544         * wl-demo.el (toplevel): Ditto.
8545         * wl-draft.el (toplevel): Ditto.
8546         * wl-folder.el (toplevel): Ditto.
8547         * wl-summary.el (toplevel): Ditto.
8548         * wl-thread.el (toplevel): Ditto.
8549         * wl-util.el (toplevel): Ditto.
8550         * wl-vars.el (toplevel): Ditto.
8551         * wl-version.el (toplevel): Ditto.
8552         * wl-xmas.el (toplevel): Ditto.
8553         * wl.el (toplevel): Ditto.
8554
8555         * wl-version.el (toplevel): Added require `elmo-version' for
8556         `product-version-as-string'.
8557
8558 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-vars.el (wl-draft-send-hook): Changed default value to
8561         '(wl-draft-config-exec).
8562
8563         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8564         explicitly.
8565         (wl-draft): Set `wl-draft-config-exec-flag' before running
8566         `wl-mail-setup-hook'.
8567
8568         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8569         `wl-biff-init-icons' to `wl-init-hook' instead of
8570         `wl-make-plugged-hook'.
8571         (Because if `wl-draft' command is invoked at first,
8572         they are not initialized)
8573         Updated copyright notice.
8574
8575         * wl-e21.el (toplevel): Ditto;
8576
8577         * wl-demo.el (toplevel): Updated copyright notice.
8578         * wl-address.el (toplevel): Ditto.
8579         * wl-draft.el (toplevel): Ditto.
8580         * wl-version.el (toplevel): Ditto.
8581         * wl-folder.el (toplevel): Ditto.
8582         * wl-summary.el (toplevel): Ditto.
8583         * wl-thread.el (toplevel): Ditto.
8584         * wl-util.el (toplevel): Ditto.
8585         * wl-vars.el (toplevel): Ditto.
8586         * wl.el (toplevel): Ditto.
8587
8588 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8589
8590         * wl-highlight.el (wl-highlight-message): Fixed problem of
8591         highlighting failure which occured when the last field contains
8592         multiple lines in the draft buffer.
8593
8594         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8595         `wl-biff-start' if plugged.
8596
8597         * wl-util.el (wl-biff-check-folder): New function.
8598         (wl-biff-check-folders): Don't set session name prefix.
8599         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8600         (wl-biff-check-folder-async): Ditto.
8601
8602         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8603         in email address.
8604
8605 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8606
8607         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8608
8609         * wl-draft.el (wl-draft-strip-subject-re): New function.
8610
8611         * wl-draft.el (wl-draft-reply): Use it.
8612
8613 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-message.el (wl-mmelmo-message-redisplay): Use
8616         `mime-display-message' instead of `wl-mime-display-message'.
8617
8618         * wl-mime.el (toplevel): Removed compatibility workaround
8619         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8620         (wl-mime-display-message): Abolished.
8621         (wl-mime-entity-read-field): Ditto.
8622         (wl-mime-combine-message/partial-pieces): Use
8623         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8624
8625 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8626
8627         * wl-template.el: Doc fixes.
8628
8629 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8630
8631         * wl-e21.el (wl-message-overload-functions): Do nothing if
8632         `current-local-map' is not available.
8633         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8634
8635 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8636
8637         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8638         representation.
8639
8640         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8641         number.
8642         (wl-fldmgr-save-folders): Don't use `format' when insert
8643         `wl-fldmgr-folders-header'.
8644
8645 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8646
8647         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8648
8649 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * wl-highlight.el (wl-highlight-message):
8652         Use `std11-field-end' to detect end point of the header field.
8653         Refer `wl-highlight-max-header-size'.
8654
8655         * wl-vars.el (wl-highlight-max-header-size): New variable.
8656
8657         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8658
8659         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8660         Set `for-draft' argument of wl-highlight-headers.
8661         (wl-draft): Ditto.
8662         (wl-draft-reedit): Ditto.
8663         (wl-user-agent-compose-internal): Ditto.
8664
8665 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8666
8667         * wl-message.el (wl-message-add-button): Use overlay.
8668
8669 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8672
8673         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8674         problem when group-list content is nothing.
8675         (Reported by Mito <mit@nines.nec.co.jp>)
8676
8677 2000-10-18  SAITO Atsunori <sai@yedo.com>
8678
8679         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8680
8681 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8682
8683         * tm-wl.el (toplevel): Use product-provide.
8684
8685 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * Version number is increased to 2.3.92.
8688
8689 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8690
8691         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8692         title text, use `display' property for left margin under Emacs 21.
8693
8694         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8695         properties.
8696         (wl-plugged-init-icons): Ditto.
8697
8698 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8699
8700         * wl.el (wl-save-status, wl-init): Remove last period in
8701         "...done." message.
8702         * tm-wl.el (wl-summary-burst): Ditto.
8703         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8704         wl-summary-resume-cache-status,
8705         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8706         wl-summary-sync-update3, wl-summary-highlight-msgs,
8707         wl-summary-flush-pending-append-operations,
8708         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8709         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8710         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8711         wl-thread-open-all): Ditto.
8712         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8713         * wl-mime.el (wl-summary-burst): Ditto.
8714         * wl-highlight.el (wl-highlight-summary): Ditto.
8715         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8716         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8717         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8718         * wl-address.el (wl-local-address-init): Ditto.
8719
8720 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8721
8722         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8723         `add-text-properties'.
8724         (wl-plugged-init-icons): Ditto.
8725         (wl-folder-init-icons): Use `propertize' instead of
8726         `put-text-property'.
8727         (wl-plugged-set-folder-icon): Ditto.
8728         (wl-e21-highlight-folder-group-line): Ditto.
8729
8730 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-version.el (wl-version-status-alist): New variable.
8733         (wl-version-status): New function.
8734
8735         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8736         "Cc" part of the case "Reply-To".
8737
8738         * wl-draft.el (wl-draft-reply): Use result of
8739         `eword-extract-address-components'.
8740
8741         * wl-demo.el (wl-demo-icon-name): New constant.
8742         (wl-logo-xpm): Use it.
8743         (wl-logo-xbm): Ditto.
8744         (wl-logo-bitmap): Ditto.
8745
8746         * Version number is increased to 2.3.91.
8747
8748 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8749
8750         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8751         (wl-extended-emacs-version, wl-extended-emacs-version2,
8752         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8753         docstring.
8754
8755         * wl-version.el (wl-generate-user-agent-string-1): New function.
8756         (wl-generate-user-agent-string): Use it.
8757
8758         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8759         `mime-edit-insert-user-agent-field'.
8760         (wl-generate-user-agent-string): Check
8761         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8762
8763         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8764         instead of `if', when verbose case.
8765
8766 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8767
8768         * wl-expire.el (wl-summary-expire): Fix.
8769
8770 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8771
8772         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8773         and `elmo-lost+found-folder' if 'wl-draft.
8774         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8775
8776 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8777
8778         * wl-expire.el (wl-summary-expire): Change messages.
8779         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8780         `deleing-info' instead of "Deleting..."
8781
8782 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8783
8784         * wl-summary.el (wl-summary-refile-subr): Fix.
8785
8786 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8787
8788         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8789         if pipe folder.
8790
8791 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8792
8793         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8794
8795 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8796
8797         * wl-expire.el (wl-expire-hide): New function.
8798         (wl-summary-expire): Add `hide'.
8799
8800 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * wl-vars.el (wl-draft-reply-without-argument-list):
8803         Changed default value to consider `Reply-To:'.
8804         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8805
8806         * Version number is increased to 2.3.90.
8807
8808         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8809         elmo-imap4-get-session with unwind-protect.
8810         Don't cause error.
8811         (wl-summary-sync-marks): Don't check plugged nor folder type.
8812         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8813         (Always keep current buffer).
8814
8815 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8816
8817         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8818         Enclose with `save-excursion'.
8819
8820 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8821
8822         * wl-version.el (wl-version): Remove interactive.
8823
8824 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8825
8826         * wl-version.el (wl-generate-user-agent-string): Use
8827         `product-string-verbose' instead of `product-string-1'.
8828
8829 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8830
8831         * wl-vars.el (wl-draft-use-cache): New variable.
8832         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8833         if wl-draft-use-cache is non-nil.
8834
8835 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8836
8837         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8838         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8839
8840 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8841
8842         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8843         (wl-thread-msg-mark-as-unread): Ditto.
8844
8845         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8846         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8847         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8848         Don't set mark in summary if return value of `elmo-mark-as-read'
8849         is nil.
8850         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8851         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8852         instead of `wl-thread-msg-mark-as-read'.
8853         (wl-summary-mark-as-unread-region): Ditto.
8854         (wl-summary-target-mark-mark-as-read): Ditto.
8855
8856         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8857
8858 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8859
8860         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8861
8862         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8863
8864 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8865
8866         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8867         face.
8868
8869 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8870
8871         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8872         `running-xemacs'.
8873
8874 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8875
8876         * wl-version.el (toplevel): Use `product-version-as-string' for
8877         set verstion-string, if defined.
8878
8879         * wl-version.el (wl-version-show): Insert string at point, when
8880         call with argument.
8881
8882         * wl-version.el (wl-generate-user-agent-string): Use
8883         `product-string-1' instead of `wl-appname', `wl-version' and
8884         `wl-codename'.
8885
8886 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8887
8888         * wl-address.el (toplevel): Use product-provide.
8889         * wl-demo.el (toplevel): Ditto.
8890         * wl-dnd.el (toplevel): Ditto.
8891         * wl-draft.el (toplevel): Ditto.
8892         * wl-e21.el (toplevel): Ditto.
8893         * wl-expire.el (toplevel): Ditto.
8894         * wl-fldmgr.el (toplevel): Ditto.
8895         * wl-folder.el (toplevel): Ditto.
8896         * wl-highlight.el (toplevel): Ditto.
8897         * wl-message.el (toplevel): Ditto.
8898         * wl-mime.el (toplevel): Ditto.
8899         * wl-mule.el (toplevel): Ditto.
8900         * wl-nemacs.el (toplevel): Ditto.
8901         * wl-refile.el (toplevel): Ditto.
8902         * wl-score.el (toplevel): Ditto.
8903         * wl-summary.el (toplevel): Ditto.
8904         * wl-template.el (toplevel): Ditto.
8905         * wl-thread.el (toplevel): Ditto.
8906         * wl-util.el (toplevel): Ditto.
8907         * wl-vars.el (toplevel): Ditto.
8908         * wl-xmas.el (toplevel): Ditto.
8909         * wl.el (toplevel): Ditto.
8910
8911 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8912
8913         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8914         instead of product.
8915
8916         * wl-version.el (wl-version): Compile time evalution elmo-version.
8917
8918 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8919
8920         * wl-summary.el (wl-summary-sync-force-update): Append queue
8921         `mark-as-read'if unplugged.
8922
8923 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8924
8925         * wl-version.el: New file.  Use product.el.
8926         * wl.el: add (require 'wl-version).
8927         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8928         for ~/.folders header.
8929         (wl-fldmgr-folders-header): Changed.
8930         * wl-demo.el (wl-demo): Use product.el.
8931
8932         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8933         wl-version.el.
8934         * wl-util.el (wl-version, wl-version-show): Ditto.
8935
8936         * wl-util.el (wl-generate-user-agent-string,
8937         wl-extended-emacs-version, wl-extended-emacs-version2,
8938         wl-extended-emacs-version3): Move to wl-version.el.
8939         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8940         xemacs-codename, mime-edit-insert-user-agent-field,
8941         mime-edit-user-agent-value, mime-editor/version,
8942         mime-editor/codename): Compile warning killer move to
8943         wl-version.el
8944
8945 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8946
8947         * wl-summary.el (wl-summary-refile-subr): Fix.
8948
8949 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8952         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8953
8954 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8955
8956         * wl.el (wl-check-environment): Check too many `@'.
8957
8958 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8959
8960         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8961
8962 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8963
8964         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8965         wl-draft-reply-myself-without-argument-list): Add variables.
8966         * wl-draft.el (wl-draft-reply): Use it.
8967
8968 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8969
8970         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8971         the 5th argument of `elmo-network-get-spec'.
8972
8973         * wl-thread.el (wl-thread-reparent-children): New inline function.
8974         (wl-thread-delete-message): Use it.
8975
8976         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8977         (wl-summary-score-update-all-lines): Don't use `dolist'.
8978
8979 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8982         (require 'elmo-msgdb) for inline function.
8983
8984 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8985
8986         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8987
8988 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8989
8990         * wl-score.el (wl-score-headers): Fix for the confusing macro
8991         `elmo-kill-buffer'.
8992
8993 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8994
8995         * wl-summary.el: Don't use the 3rd argument of `require' because
8996         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8997         * wl-util.el: Ditto.
8998         * wl-draft.el: Ditto.
8999
9000 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9001
9002         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9003         window system is not used.
9004
9005 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9006
9007         * wl-thread.el: Don't use `mapcar' only for iteration.
9008         (wl-thread-resume-entity): Ditto.
9009         (wl-thread-delete-message): Ditto.
9010
9011         * wl-summary.el: Bind `dragdrop-drop-functions',
9012         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9013         of `require' for `timezone', `easymenu' and `ps-print';
9014         don't use `mapcar' only for iteration.
9015
9016         * wl-util.el: Bind `mule-version', `nemacs-version',
9017         `emacs-beta-version', `xemacs-codename',
9018         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9019         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9020         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9021         only for iteration.
9022
9023         * wl-score.el: Don't use `mapcar' only for iteration.
9024         (wl-score-simplify-buffer-fuzzy): Ditto.
9025         (wl-score-simplify-subject): Ditto.
9026         (wl-score-headers): Ditto.
9027         (wl-summary-score-update-all-lines): Ditto.
9028
9029         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9030         `enable-multibyte-characters' and `mule-version'.
9031
9032         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9033         `mapcar' only for iteration.
9034
9035         * wl-demo.el: Don't use `mapcar' only for iteration.
9036
9037         * wl-folder.el: Don't use `mapcar' only for iteration.
9038         (wl-folder-open-all): Ditto.
9039         (wl-folder-count-incorporates): Ditto.
9040
9041         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9042         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9043
9044         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9045         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9046         `smtp-connection-type'; specify 3rd argument of `require' for
9047         `timezone'; don't use `mapcar' only for iteration.
9048         (wl-draft-clone-local-variables): Don't use `mapcar'.
9049         (wl-draft-generate-clone-buffer): Ditto.
9050         (wl-user-agent-compose-internal): Ditto.
9051
9052         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9053
9054         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9055         (wl-save-status): Ditto.
9056
9057         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9058         for iteration.
9059
9060 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9063         removed `Date'.
9064         (wl-fldmgr-make-filter-default): New user option.
9065
9066         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9067         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9068         (wl-fldmgr-filter-completion-alist): Abolish.
9069
9070         * wl.el (wl): Don't check servers if arg is non-nil.
9071
9072         * wl-draft.el (wl-draft-reply): Set only message-id string to
9073         In-Reply-To field.
9074
9075 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9076
9077         * wl-summary.el (wl-summary-pick): Rewrite.
9078
9079         * wl-draft.el (wl-draft-forward): Get references field from
9080         original buffer.
9081         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9082
9083 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9084
9085         * wl-draft.el (wl-draft-forward): Add references field.
9086
9087 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9088
9089         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9090         (wl-draft-reply): Use it.
9091
9092 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9093
9094         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9095         when Emacs 21 is running.
9096
9097         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9098         bindings.
9099
9100 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9101
9102         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9103         XPM icons transparent.
9104
9105         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9106         Emacs 21.
9107
9108 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9111         nil.
9112
9113         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9114         when it is persistent.
9115         (wl-summary-sync-marks): Changed argument for
9116         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9117         (wl-summary-virtual): Use `elmo-read-search-condition'.
9118         (wl-summary-redisplay-internal): If folder is local, mark as read
9119         even when folder is plugged.
9120
9121 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9122
9123         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9124         of `tool-bar-lines' in the frame parameters.
9125         (after-make-frame-functions, post-command-hook): Don't modify the
9126         value.
9127         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9128         wl-e21-tool-bar-lines): Removed.
9129
9130 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9131
9132         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9133         properties `evaporate' and `wl-momentary-overlay' as well.
9134         (wl-highlight-summary-displaying): Ditto.
9135         (wl-delete-all-overlays): Don't delete overlay which does not have
9136         a property `wl-momentary-overlay'.
9137
9138         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9139         `display-mouse-p' and `display-graphic-p'.
9140         (wl-folder-init-icons): Don't search for XBM or the other files.
9141         (wl-plugged-set-folder-icon): Make icons if and only if
9142         `display-graphic-p' returns non-nil.
9143         (wl-highlight-plugged-current-line): Use `before-string' overlay
9144         property to show icon images.
9145         (wl-highlight-folder-current-line): Ditto.
9146         (wl-e21-highlight-folder-group-line): Ditto.
9147         (wl-e21-highlight-folder-by-numbers): Ditto.
9148         (wl-e21-insert-image): Removed.
9149         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9150         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9151         said.
9152         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9153         `wl-e21-force-switch-toolbar'.
9154         (wl-e21-make-icon-image): Removed.
9155         (wl-e21-setup-toolbar): Don't search for XBM files.
9156         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9157         the default value.
9158
9159 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9160
9161         * wl-util.el (wl-biff-check-folder-async): Set
9162         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9163
9164 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9165
9166         * wl-e21.el (after-make-frame-functions): Add
9167         `wl-e21-force-switch-toolbar'.
9168         (wl-e21-force-switch-toolbar): New function force to switch the
9169         toolbar appearance automatically.
9170         (post-command-hook): Add `wl-e21-switch-toolbar'.
9171         (wl-e21-switch-toolbar): New function to switch the toolbar
9172         appearance automatically.
9173         (wl-e21-tool-bar-lines): New buffer local variable.
9174
9175 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9176
9177         * wl-util.el (wl-biff-check-folders-running): New variable.
9178         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9179         (wl-biff-check-folder-async-callback):
9180         Set `wl-biff-check-folders-running'.
9181         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9182         with unwind-protect.
9183
9184         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9185         Enclose `wl-folder-auto-check' with unwind-protect.
9186
9187         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9188         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9189
9190         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9191
9192         * wl-util.el (wl-biff-notify): New inline function.
9193         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9194         locally.
9195         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9196         folder-list' is 1.
9197         Use `wl-biff-notify'.
9198         (wl-biff-check-folder-async-callback): New function.
9199         (wl-biff-check-folder-async): Ditto.
9200
9201         * wl-folder.el (wl-folder): Don't check folders.
9202         (wl-folder-auto-check): New function.
9203
9204 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9205
9206         * wl-util.el (wl-biff-start) [Emacs19+]:
9207         Use `timer-next-integral-multiple-of-time'.
9208         (wl-biff-check-folders): Use `wl-default-folder'
9209         if `wl-biff-check-folder-list' is nil.
9210
9211 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9212
9213         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9214         instead of `elmo-delete-lists'.
9215
9216 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9217
9218         * wl.el (wl-plugged-toggle-all): Set the value of
9219         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9220         (wl-plugged-toggle): Ditto.
9221         (wl-toggle-plugged): Ditto.
9222         (wl-plugged-init): Ditto.
9223
9224         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9225         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9226         instead of `wl-biff-state-indicator-off' and
9227         `wl-biff-state-indicator-on'; don't modify the value and the type
9228         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9229         (wl-plugged-init-icons): Set icons data to
9230         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9231         instead of `wl-plug-state-indicator-off' and
9232         `wl-plug-state-indicator-on'; don't modify the value and the type
9233         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9234
9235         * wl-vars.el (wl-modeline-biff-state-off,
9236         wl-modeline-biff-state-on, wl-modeline-biff-status,
9237         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9238         wl-modeline-plug-status): New internal variables.
9239         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9240         wl-biff-check-interval, wl-biff-check-folder-list): Change
9241         customization group from `wl-folder' to `wl-highlight'.
9242         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9243         wl-show-plug-status-on-modeline): Defcustomized.
9244
9245         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9246         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9247         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9248         a flag to `mode-line-buffer-identification'.
9249
9250         * wl-e21.el (wl-biff-init-icons): Set icons data to
9251         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9252         instead of `wl-biff-state-indicator-off' and
9253         `wl-biff-state-indicator-on'.
9254         (wl-plugged-init-icons): Set icons data to
9255         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9256         instead of `wl-plug-state-indicator-off' and
9257         `wl-plug-state-indicator-on'.
9258
9259 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9260
9261         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9262         excessive titles.
9263
9264 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9265
9266         * wl.el (wl-plugged-mode): Use revised
9267         `wl-mode-line-buffer-identification'.
9268         (wl-plugged-init): Don't use `force-mode-line-update'.
9269
9270         * wl-xmas.el (wl-draft-overload-functions): Use revised
9271         `wl-mode-line-buffer-identification'.
9272         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9273         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9274         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9275         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9276         `wl-make-plugged-hook';
9277         add `wl-folder-init-icons' and `wl-setup-folder' to
9278         `wl-folder-mode-hook'.
9279
9280         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9281         19 as well.
9282         (wl-mode-line-display-priority-list): New user option.
9283         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9284         Defcustomized.
9285         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9286         Add docs.
9287
9288         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9289         start.
9290         (wl-mode-line-buffer-identification): Revised as a function.
9291
9292         * wl-summary.el (wl-summary-mode): Use revised
9293         `wl-mode-line-buffer-identification'; don't call
9294         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9295         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9296         `wl-xmas-setup-summary'.
9297
9298         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9299         `wl-mode-line-buffer-identification'.
9300
9301         * wl-mule.el (wl-draft-overload-functions): Use revised
9302         `wl-mode-line-buffer-identification'.
9303
9304         * wl-folder.el (wl-make-plugged-alist): Don't call
9305         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9306         (wl-folder): Don't call `wl-folder-init-icons' directly.
9307         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9308         `wl-xmas-setup-folder' directly;
9309         use revised `wl-mode-line-buffer-identification'.
9310         (TopLevel): Don't bind `wl-biff-init-icons',
9311         `wl-plugged-init-icons', `wl-folder-init-icons',
9312         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9313
9314         * wl-e21.el (wl-draft-overload-functions): Use revised
9315         `wl-mode-line-buffer-identification'.
9316         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9317         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9318         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9319         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9320         `wl-make-plugged-hook';
9321         add `wl-folder-init-icons' and `wl-setup-folder' to
9322         `wl-folder-mode-hook'.
9323
9324 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9325             Katsumi Yamaoka    <yamaoka@jpl.org>
9326
9327         * wl.el (wl): Call `wl-biff-start'.
9328         (wl-exit): Call `wl-biff-stop'.
9329         (wl-plugged-mode): Show biff in modeline.
9330         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9331
9332         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9333         (wl-biff-init-icons): New function.
9334         (wl-plugged-init-icons): Don't make too much keymaps.
9335         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9336
9337         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9338         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9339         variables.
9340         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9341         options.
9342
9343         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9344         wl-biff-start, wl-biff-stop): New functions.
9345         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9346         (wl-biff-timer-name): New variable.
9347
9348         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9349
9350         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9351         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9352
9353         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9354         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9355
9356         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9357         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9358         `wl-folder-init-icons' to `ignore' if they are not available.
9359         (wl-folder-mode): Show biff in modeline.
9360
9361         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9362         (wl-biff-init-icons): New function.
9363         (wl-plugged-init-icons): Don't make too much keymaps.
9364         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9365
9366 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9367
9368         * wl-vars.el (wl-strict-diff-folders): Customization Type
9369         and doc fix.  Define as a list of regular expressions for
9370         folders or nil.
9371         * wl-folder.el (wl-folder-check-one-entity): Use
9372         `wl-string-match-member' instead of `wl-string-member' for
9373         `wl-strict-diff-folders'.
9374
9375 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9376
9377         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9378         (wl-highlight-folder-current-line): Use it; new implementation.
9379         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9380         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9381         `defsubst' instead of `defun'.
9382
9383         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9384         `wl-highlight-group-folder-by-numbers'; made it can also be a
9385         number.  See info for more details.
9386
9387         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9388         running.
9389
9390         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9391         to bind them.
9392
9393         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9394         (wl-highlight-folder-current-line): New implementation.
9395
9396         * wl-highlight.el (wl-highlight-folder-group-line): New
9397         implementation.
9398         (wl-delete-all-overlays): Rewrite as a marco.
9399         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9400
9401         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9402         running.
9403         (wl-folder-*-glyph): No need to bind them.
9404
9405         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9406         `wl-e21-highlight-folder-group-icon'; rewrite.
9407         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9408         `defsubst' instead of `defun'.
9409         (wl-folder-mode-map): Bind it when compiling.
9410
9411 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9414
9415         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9416
9417 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9418
9419         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9420
9421 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9422
9423         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9424         (wl-highlight-folder-current-line): Use it.
9425
9426         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9427         in `id-name'.
9428
9429 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9430
9431         * wl.el: Require `wl-e21' when Emacs 21 is running.
9432
9433         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9434         default when Emacs 21 is running.
9435         (wl-use-highlight-mouse-line): Ditto.
9436         (wl-on-emacs21): New constant.
9437         (wl-on-emacs20): Removed.
9438
9439         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9440         Emacs 21 is running.
9441
9442         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9443         Emacs 21 is running.
9444
9445         * wl-e21.el: New file.
9446
9447 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9448
9449         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9450         (wl-toggle-plugged): Ditto.
9451         (wl-plugged-toggle): Ditto.
9452         (wl-plugged-toggle-all): Ditto.
9453
9454         * wl-vars.el (wl-plug-state-indicator): Refer
9455         `wl-plug-state-indicator-on' indirectly.
9456
9457 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9458
9459         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9460         Call `wl-folder-confirm-existence'.
9461
9462         * wl-folder.el (wl-folder-confirm-existence): Added optional
9463         argument `force'.
9464
9465 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9466
9467         * wl-summary.el (wl-summary-refile-subr): Assume
9468         `copy-or-refile' as symbol.
9469         (wl-summary-refile): Follow up above change.
9470         (wl-summary-copy): Ditto.  Doc fix.
9471
9472 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9473
9474         * wl-summary.el (wl-summary-pick): Don't bind
9475         `elmo-search-mime-charset'.
9476
9477         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9478         default using old backquote style.
9479         (wl-search-mime-charset): Abolished.
9480
9481         * wl-highlight.el (wl-highlight-headers):
9482         Call `point' after `re-search-forward'(for Nemacs).
9483
9484         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9485         for elmo-imap4.el.
9486
9487 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9488
9489         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9490         `wl-message-ignored-field-list' instead of
9491         `mime-view-ignored-field-list'.
9492
9493         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9494         Add interactive spec.
9495         (wl-folder-goto-bottom-of-current-folder): Ditto.
9496         (wl-folder-mode-map): Bind them.
9497
9498         * wl-vars.el (wl-message-ignored-field-list): New variable.
9499         (wl-message-visible-field-list): New variable.
9500
9501         * wl-mime.el (wl-mime-header-presentation-method): New function.
9502         (wl-mime-setup): Set header-presentation-method.
9503
9504 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9505
9506         * wl-nemacs.el (wl-draft-overload-functions): Set
9507         `mode-line-buffer-identification' instead of using
9508         `wl-make-modeline'.
9509
9510         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9511         instead of using `wl-make-modeline'.
9512
9513         * wl-xmas.el (wl-plugged-init-icons): Set up
9514         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9515         (wl-make-modeline): Abolish.
9516         (wl-draft-overload-functions): Set
9517         `mode-line-buffer-identification' instead of using
9518         `wl-make-modeline'.
9519
9520         * wl-util.el (wl-make-modeline-subr): Abolish.
9521         (wl-mode-line-buffer-identification): New alias.
9522
9523         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9524         (wl-summary-make-modeline): Abolish.
9525         (wl-summary-buffer-set-folder): Set
9526         `wl-summary-buffer-folder-indicator'.
9527         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9528         of using `wl-make-modeline'.
9529         (wl-summary-switch-to-clone-buffer): Don't set
9530         `mode-line-buffer-identification'.
9531         (wl-summary-goto-folder-subr): Ditto.
9532
9533         * wl-mule.el (wl-draft-overload-functions): Set
9534         `mode-line-buffer-identification' instead of using
9535         `wl-make-modeline'.
9536
9537         * wl-folder.el (wl-folder-mode): Set
9538         `mode-line-buffer-identification' instead of using
9539         `wl-make-modeline'.
9540         (wl-folder): Don't set `mode-line-buffer-identification'.
9541
9542 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9543
9544         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9545         instead of `member' for `wl-refile-guess-func-list' look-ups.
9546         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9547
9548 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9549
9550         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9551         `wl-message-button-dispatcher'.
9552
9553         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9554
9555         * wl-message.el (wl-message-button-dispatcher): Use it.
9556
9557         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9558         "In-Reply-To".
9559
9560         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9561         Bind `case-fold-search' to t.
9562
9563 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9564
9565         * wl-xmas.el (wl-message-overload-functions): Initialize
9566         `wl-message-button-map'.
9567
9568         * wl-mule.el (wl-message-overload-functions): Initialize
9569         `wl-message-button-map'.
9570
9571         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9572
9573         * wl-message.el (wl-message-button-map): New keymap.
9574         (wl-message-add-button): New function.
9575         (wl-message-button-dispatcher): New function.
9576         (wl-message-button-refer-article): New function.
9577
9578         * wl-highlight.el
9579         (wl-highlight-message-add-buttons-to-header): New function.
9580         (wl-highlight-headers): Use it.
9581
9582 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9583
9584         * wl-summary.el (wl-summary-default-from): Use
9585         `wl-address-get-petname-1'.
9586         (wl-summary-simple-from): Ditto.
9587
9588         * wl-address.el (wl-address-get-petname-1): New inline function.
9589         (wl-address-get-petname): Use it.
9590
9591 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9592
9593         * wl-summary.el (wl-summary-default-from): Return full-name part
9594         from the address if no petname was found.
9595         (wl-summary-simple-from): Ditto.
9596
9597         * wl-address.el (wl-address-get-petname): Return nil if no petname
9598         associated with the address was found.
9599
9600 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9601
9602         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9603         display is finished.
9604
9605 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9606
9607         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9608         `elmo-folder-exists-p' argument.
9609
9610 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9611
9612         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9613         the folder.
9614
9615 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9616
9617         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9618
9619         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9620         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9621
9622 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9623
9624         * wl-folder.el (wl-folder-create-subr): New function.
9625         (wl-folder-confirm-existence): Use it.
9626         (wl-folder-check-one-entity): Use it.
9627         Check the error symbol is derived from 'elmo-open-error.
9628
9629         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9630         `ignore-error'.
9631
9632 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9633
9634         * wl-util.el (toplevel): Add (eval-when-compile (require
9635         'elmo-util)).  (Maybe `provide' is typo.)
9636
9637 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9638
9639         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9640         (I don't know why this was needed.)
9641
9642         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9643         Follow up changes for stream-type.
9644
9645         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9646         (wl-draft-elmo-nntp-send): Ditto.
9647
9648         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9649         (wl-nntp-posting-stream-type): Ditto.
9650         (wl-pop-before-smtp-ssl): Abolished.
9651         (wl-nntp-posting-ssl): Ditto.
9652
9653         * wl-address.el (wl-address-quote-specials): New function.
9654         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9655
9656         * wl-draft.el (wl-draft-reply): Ditto.
9657
9658 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9659
9660         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9661         use function `wl-string-match-assoc'.
9662
9663 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9664
9665         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9666
9667         * wl-draft.el (wl-draft-deduce-address-list): New function.
9668         (wl-draft-parse-mailbox-list): Ditto.
9669         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9670         instead of `smtp-deduce-address-list'.
9671         (wl-draft-on-field-p): Follow group list.
9672
9673         * wl-address.el (wl-address-concat-token): New function.
9674         (wl-address-string-without-group-list-contents): Ditto.
9675         (wl-complete-field-body): Fixed problem of completion
9676         by japanese petname.
9677         (wl-address-make-completion-list): Rewrite.
9678
9679 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9680
9681         * wl-address.el (wl-address-make-completion-list): Completion by
9682         petname.
9683         (wl-complete-field-body): Likewise.
9684
9685 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9686
9687         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9688         contains invalid address syntax.
9689
9690 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9691
9692         * wl-folder.el (wl-folder-check-entity-async): Use
9693         `elmo-nntp-spec-hostname'.
9694
9695 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9696
9697         * wl-summary.el (wl-summary-msgdb-load-async): Use
9698         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9699
9700 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9701
9702         * wl-draft.el (wl-draft-reply): Set argument
9703         `content-transfer-encoding' as nil.
9704
9705 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9706
9707         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9708         `wl-refile-alist'.
9709
9710 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9711
9712         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9713         (wl-draft-edit-string): Ditto.
9714         (wl-draft-forward): Ditto.
9715         * wl-summary.el (wl-summary-write): Ditto.
9716
9717 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9718
9719         * wl-summary.el (wl-summary-sync-update3): Call
9720         `wl-summary-buffer-number-column-detect'.
9721         (wl-summary-buffer-number-column-detect): Search from point-min.
9722
9723 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9724
9725         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9726         contains an address which is not included in original to or cc.
9727
9728 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9729
9730         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9731         begin-line does not exist.
9732         * wl-message.el (wl-message-uu-substring): Ditto.
9733
9734 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9735
9736         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9737         clear local variables.
9738         (wl-summary-exit): Call `elmo-commit'.
9739         (wl-summary-switch-to-clone-buffer): Call
9740         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9741         (wl-summary-goto-folder-subr): Ditto.
9742
9743         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9744         POP folder.
9745
9746 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9747
9748         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9749         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9750         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9751         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9752         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9753         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9754
9755         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9756
9757 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9758
9759         * wl-summary.el (wl-summary-search-by-subject):
9760         Search parent message from the latest one.
9761
9762 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9763
9764         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9765         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9766
9767         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9768         New user option.
9769
9770         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9771         if elmo-nntp-use-killed-list is nil.
9772         Use `elmo-msgdb-append-to-killed-list'.
9773         (Append numbers confirmed as disappeared to the killed list.)
9774         (wl-summary-confirm-appends): Don't display negative number.
9775
9776 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9777
9778         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9779
9780 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9781
9782         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9783         range is `all'.
9784         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9785         `elmo-list-bigger-diff'.
9786
9787 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9788
9789         * wl-summary.el (wl-summary-buffer-exit-func):
9790         New buffer local variable.
9791         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9792
9793 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9794
9795         * wl-demo.el (wl-demo): Fix the last change.
9796
9797 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9798
9799         * wl-demo.el (wl-demo): Don't use `eval'.
9800
9801 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9802
9803         * wl-summary.el (wl-summary-buffer-thread-modified):
9804         New buffer-local variable.
9805         (wl-summary-set-thread-modified): New function.
9806         (wl-summary-thread-modified-p): New function.
9807         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9808         (wl-summary-yank-saved-message): Use function
9809         `wl-summary-set-thread-modified'
9810         (wl-summary-switch-to-clone-buffer): Add
9811         `wl-summary-buffer-thread-modified'.
9812
9813         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9814         (wl-summary-buffer-mark-saved-hook): Ditto.
9815         * wl-summary.el (wl-summary-msgdb-save): New hook
9816         `wl-summary-buffer-message-saved-hook' and
9817         `wl-summary-buffer-mark-saved-hook'.
9818
9819 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9820
9821         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9822
9823 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9824
9825         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9826         don't hide scroll bars under FSF Emacsen because it may incur an
9827         undesirable redrawing.
9828
9829 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9830
9831         * wl-draft.el (wl-draft-edit-string): Call
9832         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9833
9834 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9835
9836         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9837
9838 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9839
9840         * wl-summary.el (wl-summary-msgdb-load-async): Call
9841         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9842
9843 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9844
9845         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9846         fringes in demo buffer; center bitmap logo correctly even if old
9847         Mule is used.
9848
9849 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9850
9851         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9852
9853         * wl-refile.el (wl-refile-subject-alist): New variable.
9854         (wl-refile-subject-alist-file-name): Ditto.
9855         (wl-refile-alist-setup): Rewrite.
9856         (wl-refile-alist-save): Use `elmo-object-save'.
9857         Eliminated arguments.
9858         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9859         (wl-refile-guess-by-subject): New function.
9860         (wl-refile-guess-func-list): Added it.
9861
9862 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9863
9864         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9865         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9866
9867 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9868
9869         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9870         New buffer-local variable.
9871         (wl-summary-buffer-next-folder-func): Ditto.
9872         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9873         if non-nil.
9874         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9875         if non-nil.
9876         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9877         if non-nil.
9878         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9879         if non-nil.
9880
9881 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9882
9883         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9884         permanently in the demo buffer.
9885
9886 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9887
9888         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9889         `mime-entity-fetch-field'.
9890
9891         * wl.el (wl-exit): Delete plugged buffer.
9892
9893         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9894         XEmacs has menubar feature.
9895
9896 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9897
9898         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9899         cannot arrive at the beginning of the buffer under old Emacsen.
9900
9901 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9902
9903         * wl-address.el (wl-address-ldap-search):
9904         Call `ldap-search-entries' with `withdn' argument t.
9905         (wl-complete-field-body): Bind completion-ignore-case as t.
9906         Clear ldap search hash when it was sole completion.
9907         Use elmo-string for pattern string.
9908         (wl-ldap-alias-safe-string): Eliminated needless let.
9909
9910 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9911
9912         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9913         (wl-ldap-alias-sep): New constant.
9914         (wl-ldap-search-attribute-type-list): Ditto.
9915         (wl-ldap-get-value): New function.
9916         (wl-ldap-make-filter): Ditto.
9917         (wl-ldap-make-matched-value-list): Ditto.
9918         (wl-ldap-alias-safe-string): Ditto.
9919         (wl-ldap-register-dn-string): Ditto.
9920         (wl-address-ldap-search): Rewrite.
9921
9922 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9923
9924         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9925         thread is deleted.
9926         (wl-thread-delete-line-from-buffer): Ditto.
9927         (wl-thread-get-exist-children): New function.
9928
9929 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9930
9931         * wl-demo.el (wl-demo): Made it to select various image types.
9932         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9933         from `wl-title-logo'.
9934         (wl-logo-ascii): New variable.
9935         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9936         (wl-demo-copyright-notice): New constant.
9937
9938         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9939
9940 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9941
9942         * wl-vars.el (wl-summary-target-above): Renamed from
9943         wl-summary-temp-above.
9944         * wl-score.el (wl-score-get-score-alist): Use it.
9945         (wl-summary-score-update-all-lines): Use it.
9946         * wl-summary.el: Ditto. (make-variable-buffer-local).
9947
9948 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9949
9950         * wl-vars.el (wl-ldap-port): New user option.
9951
9952         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9953         Rewite whole implementation.
9954         (wl-complete-field-body): Fixed.
9955
9956 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9957
9958         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9959         Choose implementation at compile time.
9960
9961 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9962
9963         * wl-address.el (wl-ldap-search-internal): New function.
9964         (wl-complete-field-to): Use it.
9965
9966 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9967
9968         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9969         Use `let' instead of `let*'.
9970         Require 'wl-vars.
9971
9972         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9973         Define as defcustom.
9974         (wl-ldap-base): Ditto.
9975         (wl-use-ldap): Ditto.
9976
9977 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9978
9979         * wl-address.el (wl-ldap-search): New function.
9980         (wl-complete-field-body): Use `wl-ldap-search'.
9981         (wl-ldap-server): New variable.
9982         (wl-ldap-base): Ditto.
9983         (wl-use-ldap): Ditto.
9984
9985 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9986
9987         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9988         (Pointed out by Mito <mit@nines.nec.co.jp>).
9989         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9990         buffer-local variables like `wl-summary-redisplay-internal'.
9991         (wl-summary-redisplay-all-header): Likewise.  Update
9992         Summary view too.
9993
9994 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9995
9996         * wl-summary.el (wl-summary-jump-to-parent-message):
9997         Consider prefix argument.
9998
9999         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10000         when closed thread is deleted.
10001
10002 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10003
10004         * wl-summary.el (wl-summary-jump-to-parent-message):
10005         Consider thread modification.
10006
10007 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10008
10009         * wl-message.el (wl-message-normal-get-original-buffer): Use
10010         `save-excursion'.
10011
10012         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10013         (wl-summary-showto-folder-regexp): Ditto.
10014
10015 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10016
10017         * wl-util.el (wl-delete-alist): Doc fix.
10018         (wl-delete-associations): New function.
10019         (wl-inverse-alist): New function.
10020         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10021         Split temporary variables. Use `wl-delete-associations'
10022         and `wl-inverse-alist'.
10023         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10024
10025 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10026
10027         * wl-folder.el (wl-folder-prefetch-entity):
10028         Execute prefetching if new count is unknown.
10029
10030 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10031
10032         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10033
10034         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10035         delete entity.
10036         (wl-thread-set-parent): If insert as top, set linked as nil.
10037
10038         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10039         `wl-thread-cleanup-symbols' when view mode is thread.
10040
10041 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10042
10043         * wl-folder.el (wl-folder-create-folder-entity): Use
10044         with-current-buffer.
10045         (wl-local-folder-init): Call set-buffer to make sure we are in
10046         the Folder buffer. Don't touch buffer-local variables here.
10047         (wl-folder-mode): Initialize buffer-local variables here.
10048
10049         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10050         (wl-folder-entity-assign-id): Ditto.
10051         (wl-folder-create-entity-hashtb): Ditto.
10052         (wl-local-folder-init): Ditto.
10053         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10054
10055 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10056
10057         * wl-summary.el (wl-summary-default-from): Fix probrem when
10058         std11-extract-address-components return (nil "foo@bar").
10059
10060 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10061
10062         * wl-draft.el (wl-draft-clone-local-variables):
10063         Remove redundant `setq'.
10064
10065 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10066
10067         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10068         Bind wl-highlight-x-face-func as nil while highlighting header.
10069
10070 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10071
10072         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10073
10074 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10075
10076         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10077         elmo-msgdb-overview-hashtb from copy-variables.
10078         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10079         instead of `elmo-msgdb-overview-get-entity-by-number'.
10080         (wl-summary-auto-refile): Ditto.
10081
10082         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10083         `elmo-msgdb-overview-get-entity' instead of
10084         `elmo-msgdb-search-overview-entity'.  Use
10085         `elmo-msgdb-overview-get-entity' instead of
10086         `elmo-msgdb-overview-get-entity-by-number'.
10087         (wl-thread-insert-entity-sub): Ditto.
10088         (wl-thread-insert-message): Ditto.
10089
10090         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10091         `elmo-msgdb-overview-get-entity'.
10092         (wl-normal-message-redisplay): Ditto.
10093
10094 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10095
10096         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10097         `wl-thread-entities'.
10098         (wl-thread-delete-message): Fix remove top message from
10099         `wl-thread-entity-list'.
10100
10101         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10102         wl-append(nconc), because update-list is broken on Meadow.
10103
10104         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10105         updating process.
10106         (wl-summary-rescan): Ditto.
10107         (wl-summary-sync-update3): Ditto.
10108         * wl-thread.el (wl-thread-set-parent): Renamed from
10109         `wl-summary-set-parent'.
10110         (wl-thread-insert-message): Updating buffer faster.
10111         (wl-thread-delete-message): Updating buffer faster.
10112
10113         * wl-score.el (wl-summary-score-update-all-lines): Changed
10114         interval for display progress gauge.
10115
10116 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10117
10118         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10119         folder always-sticky.
10120         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10121         defmacro.
10122
10123 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10124
10125         * wl-vars.el (wl-draft-add-references): New user option.
10126
10127         * wl-draft.el (wl-draft-add-references): New function.
10128         (wl-draft-yank-from-mail-reply-buffer): Use it.
10129         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10130         as nil.
10131
10132 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10133
10134         * wl-thread.el (wl-thread-update-line-msgs): Called
10135         `wl-thread-update-line-on-buffer-sub'.
10136         (wl-thread-update-line-on-buffer): Delete routine of inserting
10137         thread.
10138         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10139         moved from `wl-thread-update-line-on-buffer'.
10140         Add threshold for displaying progress gauge.
10141         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10142         argument of `wl-thread-update-line-msgs'.
10143         Add threshold for displaying progress gauge.
10144         * wl-folder.el:
10145         Add threshold for displaying progress gauge.
10146         * wl-score.el: Ditto.
10147
10148         * wl-expire.el (wl-summary-expire): Display deleting info.
10149
10150 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10151
10152         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10153         `no-msg'.
10154         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10155         argument of `wl-thread-update-line-msgs'.
10156         (wl-summary-set-parent): Added optional argument `parent-number'.
10157         (wl-summary-buffer-saved-message): New buffer local variable.
10158         (wl-summary-save-current-message): New command.
10159         (wl-summary-yank-saved-message): Ditto.
10160         (wl-summary-mode-map): Added key binding for
10161         `wl-summary-save-current-message' (\ew) and
10162         `wl-summary-yank-saved-message' (\C-y).
10163         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10164
10165 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10166
10167         * wl-summary.el (wl-summary-mode-map): Added key binding for
10168         `wl-summary-set-parent' (ts).
10169
10170 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10171
10172         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10173         subject faster. If thread number is reverse, delayed updating
10174         thread.
10175         (wl-summary-search-by-subject): Ditto.
10176         (wl-summary-put-alike): Ditto.
10177         (wl-summary-get-alike): Ditto.
10178         (wl-summary-insert-headers): Insert header of all overview in
10179         buffer.
10180         (wl-summary-rescan): Delayed updating thread. Kill search subject
10181         buffer for wl-summary-search-by-subject.
10182         (wl-summary-sync-update3): Ditto.
10183         (wl-summary-exit): Ditto.
10184         (wl-summary-goto-bottom-of-current-thread): Change for linked
10185         thread.
10186         (wl-summary-overview-create-summary-line): Change line for linked
10187         thread.
10188
10189         * wl-summary.el (wl-summary-update-thread): Use
10190         wl-thread-maybe-get-children-num.
10191         (wl-summary-set-parent): If change parent, move sub thread.
10192         (wl-summary-redisplay-internal): Add horizontal recenter.
10193         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10194
10195         * wl-thread.el (wl-thread-entity-get-linked): New function.
10196         (wl-thread-entity-set-linked): New function.
10197         (wl-thread-create-entity): Add linked element.
10198         (wl-thread-entity-insert-as-top): Use wl-append.
10199         (wl-thread-maybe-get-children-num): If closing thread, return
10200         children msgs.
10201         (wl-thread-update-line-msgs): Displaying progress message.
10202         (wl-thread-update-line-on-buffer-sub): Use
10203         wl-thread-maybe-get-children-num.
10204         (wl-thread-update-line-on-buffer): If update line is not exists,
10205         insert thread.
10206         (wl-thread-delete-message): If delete top msg of thread, search
10207         parent by subject.
10208         (wl-thread-insert-entity): Use
10209         wl-thread-maybe-get-children-num.
10210
10211         * wl-highlight.el (wl-highlight-summary-current-line): change
10212         sregexp for linked thread.
10213         * wl-util.el (wl-count-lines): Count lines.
10214         (wl-horizontal-recenter): horizontal recenter.
10215         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10216         (wl-score-get-alike): Ditto.
10217         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10218         (wl-subject-length-limit): New variable.
10219         (wl-highlight-thread-indent-string-regexp): Changed for linked
10220         thread.
10221
10222 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10223
10224         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10225         New variable (revival).
10226         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10227         by subject matching if there's no in-reply-to nor references field
10228         (revival).
10229
10230 \f
10231 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10232
10233         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10234         message.
10235
10236 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10237
10238         * wl-summary.el (wl-summary-reply): Return t if there was a
10239         message at cursor point.
10240         Added unwind-protect.
10241         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10242         returns t.
10243         (wl-summary-cancel-message): Do nothing when there's no message at
10244         cursor point.
10245         (wl-summary-forward): Ditto.
10246         (wl-summary-jump-to-parent-message): Ditto.
10247         (wl-summary-reedit): Ditto.
10248         (wl-summary-edit-addresses): Ditto.
10249         (wl-summary-pipe-message): Ditto.
10250         (wl-summary-print-message-with-ps-print): Ditto.
10251         (wl-summary-print-message): Ditto.
10252         (wl-summary-mark-as-important): Ditto.
10253         (wl-summary-mark-as-unread): Ditto.
10254
10255         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10256         message at cursor point.
10257         (wl-summary-reply-with-citation): Remove unwind-protect.
10258
10259         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10260         subject searching feature.
10261         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10262         Eliminated.
10263
10264 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10265
10266         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10267         New variable.
10268         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10269         by subject matching if there's no in-reply-to nor references field.
10270
10271         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10272
10273         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10274         when display is finished.
10275         (wl-folder-open-all): Ditto.
10276         (wl-folder-update-access-group): Ditto.
10277         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10278         * wl-thread.el (wl-thread-close-all): Ditto.
10279
10280         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10281         progress gauge only when it was displayed.
10282         * wl-folder.el (wl-folder-insert-entity): Ditto.
10283
10284 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10285
10286         * wl-summary.el (wl-summary-incorporate): Enclose
10287         `wl-summary-sync-force-update' with save-excursion.
10288
10289 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10290
10291         * wl-summary.el (wl-summary-prefetch-region):
10292         Pass current cursor point to `pos-visible-in-window-p' after
10293         moving cursor to the started point.
10294
10295 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10296
10297         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10298
10299         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10300         fields from the forwarding message.
10301         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10302         `ignored-fields'.
10303
10304 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10305
10306         * wl-mime.el (wl-message-request-partial):
10307         Eliminated argument `msgdb'.
10308         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10309         (wl-mime-combine-message/partial-pieces): Likewise.
10310         * tm-wl.el (wl-message-request-partial): Likewise.
10311         (wl-mime-combine-message/partial-pieces): Likewise.
10312
10313 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10314
10315         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10316         when display is finished.
10317
10318 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10319
10320         * wl-summary.el (wl-summary-goto-folder-subr):
10321         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10322
10323 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10324
10325         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10326         when cursor point is visible.
10327
10328 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10329
10330         * wl-expire.el (wl-expire-archive-get-max-number):
10331         Don't use `file-name-directory'.
10332
10333 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10334
10335         * wl-expire.el (wl-expire-archive-get-max-number):
10336         Use `file-name-directory'.
10337
10338 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10339
10340         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10341         only when there is progress.
10342
10343 2000-04-13  Mito <mit@nines.nec.co.jp>
10344
10345         * wl-summary.el (wl-summary-sync-marks): Display progress.
10346
10347 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10348
10349         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10350         (wl-summary-prev): Move cursor regardless of unread status.
10351         (wl-summary-next): Ditto.
10352
10353 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10354
10355         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10356         Added argument `target' and `number'.
10357         * tm-wl.el (wl-summary-burst-subr): New function.
10358         (wl-summary-burst): Use it.
10359
10360 2000-04-10  Mito <mit@nines.nec.co.jp>
10361
10362         * wl-mime.el (wl-burst): New function.
10363         (wl-summary-burst): Use it.
10364
10365 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10366
10367         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10368         as petname when there's no candidate.
10369
10370 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10371
10372         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10373         New variable.
10374         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10375
10376         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10377
10378         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10379
10380 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10381
10382         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10383         Use substring of `original' instead of buffer-substring.
10384         (wl-refile-evaluate-rule):
10385         Set `original' argument of wl-refile-expand-newtext.
10386
10387         * wl-summary.el
10388         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10389         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10390         (wl-summary-auto-refile): Check existence of destination folder just
10391         before marking.
10392
10393 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10394
10395         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10396         when wl-refile-get-field-value return nil.
10397
10398 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10399
10400         * wl-refile.el
10401         (wl-refile-expand-newtext): New function imported from Gnus.
10402         (wl-refile-evaluate-rule): Use it.
10403
10404 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10405
10406         * wl-summary.el (wl-summary-print-destination):
10407         Duplicate folder string to avoid putting text-property on
10408         original string.
10409
10410         * wl-refile.el (wl-refile-get-field-value): New function.
10411         (wl-refile-evaluate-rule): New function;
10412         Evaluate refile rule recursively.
10413         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10414         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10415         New function; Check existence of a target folder recursively.
10416         (wl-summary-auto-refile-check-refile-rule-alist):
10417         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10418
10419 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10420
10421         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10422
10423         * wl-folder.el (wl-create-folder-entity-from-buffer):
10424         Fixed problem when '}' character is contained in folder name.
10425
10426         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10427
10428 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10429
10430         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10431         (wl-fldmgr-add-completion-all-completions):
10432         Use wl-fldmgr-add-completion-hashtb.
10433
10434 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10435
10436         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10437         wl-fldmgr-add-completion-subr): New functions.
10438         * wl-folder.el (wl-folder-completion-func): New variable.
10439         * wl-summary.el (wl-summary-read-folder):
10440         Use wl-folder-completion-func.
10441
10442         * wl-refile.el: Eliminate throw & catch.
10443
10444         * wl.el (wl-plugged-sending-queue-status): Fixed.
10445
10446 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10447
10448         * wl-draft.el (wl-draft): Put category property on
10449         mail-header-separator.