* wl-vars.el (wl-draft-send-confirm-type): New user option.
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-vars.el (wl-draft-send-confirm-type): New user option.
4
5         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
6
7         * wl-draft.el (wl-draft-send-confirm): Confirmation by
8         `wl-draft-send-confirm-type'
9
10 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
11
12         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
13         Avoid error when the buffer name is already used.
14
15 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
18         the change of elmo-nmz -> elmo-search.
19         (wl-highlight-summary-line-help-echo-alist): Ditto.
20         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
21         (wl-nmz-folder-icon): Define as obsolete.
22         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
23         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
24
25 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-summary.el (wl-summary-get-list-info): Rewrite with
28         `elmo-find-list-match-value'
29
30 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
31
32         * wl-summary.el (wl-summary-get-list-info): Optimize.
33         Use List-Id and List-Post also.
34
35 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
36
37         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
38
39 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
40
41         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
42
43 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-util.el (wl-completing-read-multiple-1): New internal function.
46         (wl-completing-read-multiple-2): Ditto.
47         (wl-completing-read-multiple): Define use above functions.
48
49         * wl-summary.el (wl-summary-sort): Removed the workaround for a
50         bug of `completing-read-multiple' about default value.
51
52         * wl-xmas.el (wl-completing-read-multiple): Removed.
53
54         * wl-mule.el (wl-completing-read-multiple): Ditto.
55
56         * wl-e21.el (wl-completing-read-multiple): Ditto.
57
58 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-util.el (wl-filter-associations): New function.
61
62         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
63         (wl-spam-ignored-folder-list): Ditto.
64         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
65         (wl-spam-string-member-p): New function.
66         (wl-spam-domain): Use it.
67         (wl-spam-split-numbers): New function.
68         (wl-spam-apply-partitions): Ditto.
69         (wl-spam-register-spam-messages): Use `folder' instead of
70         `wl-summary-buffer-elmo-folder'.
71         (wl-spam-register-good-messages): Ditto.
72         (wl-summary-exec-action-spam): Decide a domain by real folder of
73         message.
74         (wl-summary-exec-action-refile-with-register): Likewise.
75
76 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-e21.el (wl-e21-find-image): New function.
79         (wl-e21-setup-toolbar): Use it instead of `find-image'.
80         (wl-e21-highlight-folder-group-line): Ditto.
81         (wl-folder-init-icons): Ditto.
82         (wl-plugged-init-icons): Ditto.
83         (wl-biff-init-icons): Ditto.
84
85 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
88         (wl-inhibit-save-drafts): New internal variable.
89         (wl-disable-auto-save): Ditto.
90         (wl-save-drafts): Treat above variables.
91         (wl-auto-save-drafts): New function.
92         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
93         `wl-stop-save-drafts'.
94         (wl-start-save-drafts): New function.
95         (wl-stop-save-drafts): Ditto.
96         (wl-set-auto-save-draft): New command.
97
98         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
99         `wl-set-save-drafts'.
100
101 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
102
103         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
104         `make-local-variable' instead of `make-variable-buffer-local'.
105
106 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
107
108         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
109
110 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
111
112         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
113
114 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
115
116         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
117         of working buffer.
118
119 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
122
123         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
124         value into recipients; Bind `wl-draft-remove-group-list-contents'
125         as nil.
126
127 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * wl-summary.el (wl-summary-sort): Fixed the last change.
130
131         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
132         (wl-summary-sort-messages): Ditto.
133         (wl-summary-rescan): Use it.
134         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
135         `completing-read'; Append candidates for reverse order.
136
137 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * Version number is increased to 2.15.2.
140
141 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
142
143         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
144         "Smaller".
145         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
146
147 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
148
149         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
150
151 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-vars.el (wl-draft-additional-header-alist): Add into the
154         customize group `wl-draft'.
155         (wl-draft-add-in-reply-to): Move customize group from `wl' to
156         `wl-draft'.
157         (wl-draft-add-references): Ditto.
158
159         * wl-action.el (wl-summary-print-argument): Rename argument from
160         `folder' to `data'.
161
162 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-summary.el (wl-summary-rescan-message): Call
165         `wl-thread-cleanup-symbols' before insert thread.
166
167 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl.el (wl-init): Set `elmo-get-folder-function' as
170         `wl-folder-make-elmo-folder'.
171
172         * wl-spam.el (wl-summary-exec-action-spam): Use
173         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
174
175         * wl-folder.el (wl-folder-make-elmo-folder): New function.
176         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
177         `elmo-make-folder'.
178         (wl-folder-get-elmo-folder): Ditto.
179         (wl-folder-create-subr): Simplify.
180
181 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
184
185 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
188         contents in message buffer instead of original buffer. If optional
189         argument specified, ask coding system for encode.
190
191 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
192
193         * wl-spam.el (wl-summary-test-spam-region): New function.
194         (wl-spam-setup): Bind "rkc".
195
196 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
197
198         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
199
200 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
201
202         * wl-spam.el (wl-summary-test-spam): Fix typo.
203         (wl-message-check-spam): Ditto.
204
205 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-summary.el (wl-summary-default-from): Simplify.
208
209 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-action.el (wl-summary-exec-action-refile): Simplify.
212         (wl-summary-exec-action-copy): Ditto.
213         (wl-summary-auto-refile): Check existence of temporary mark.
214
215 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216
217         * wl-summary.el (wl-summary-create-line): Use
218         `elmo-time-to-datevec'.
219
220         * wl-expire.el (wl-expire-archive-date): Ditto.
221         (wl-expire-localdir-date): Ditto.
222
223         * wl-util.el (wl-day-number): Abolish.
224
225         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
226         of `wl-day-number'.
227         (wl-score-followup): Ditto.
228         (wl-score-add-followups): Ditto.
229         (wl-score-get-latest-msgs): Ditto.
230         (wl-score-get-header-entry): Ditto.
231         (wl-score-edit-insert-date): Ditto.
232
233 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
236         `elmo-message-entity-field' with 2nd argument `type'.
237
238 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
239
240         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
241
242 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-thread.el (wl-thread-delete-message): Delete descendant
245         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
246
247 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
248
249         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
250
251 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
254         `Access folder'.
255
256 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-vars.el (wl-access-folder-icon): New user option.
259
260         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
261         `Access folder'.
262
263 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-summary.el (wl-summary-buffer-set-folder): Use
266         `wl-folder-mime-charset'.
267
268         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
269         `mime-charset'.
270         (wl-folder-get-elmo-folder): Ditto.
271         (wl-folder-mime-charset): New function.
272
273 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-util.el (wl-parse-addresses): Define alias of
276         `elmo-parse-addresses' (move to `elmo-util.el').
277
278         * wl-summary.el (wl-summary-default-from): Follow the API change.
279         (wl-summary-overview-entity-compare-by-date): Ditto.
280         (wl-summary-overview-entity-compare-by-from): Ditto.
281         (wl-summary-get-list-info): Get value of `ml-info' field from
282         entity at first.
283         (wl-summary-rescan-message): Treat prefix argument.
284         (wl-summary-prefetch-msg): Follow the API change.
285         (wl-summary-search-by-subject): Ditto.
286         (wl-summary-insert-thread): Ditto.
287         (wl-summary-line-subject): Ditto.
288         (wl-summary-line-from): Ditto.
289         (wl-summary-create-line): Ditto.
290         (wl-summary-print-message-with-ps-print): Ditto.
291
292         * wl-score.el (wl-score-ov-entity-get): Ditto.
293         (wl-score-followup): Ditto.
294         (wl-score-add-followups): Use `elmo-message-entity-field' instead
295         of `car'.
296         (wl-score-get-latest-msgs): Follow the API change.
297         (wl-score-get-header): Ditto.
298
299         * wl-refile.el (wl-refile-learn): Ditto.
300         (wl-refile-subject-learn): Ditto.
301         (wl-refile-get-field-value): Ditto.
302         (wl-refile-guess-by-history): Ditto.
303         (wl-refile-guess-by-subject): Ditto.
304
305         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
306
307         * wl-expire.el (wl-expire-date-p): Removed.
308         (wl-expire-archive-date): Follow the API change.
309         (wl-expire-localdir-date): Ditto.
310         (wl-summary-expire): Ditto.
311
312         * Version number is increased to 2.15.1.
313
314 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
315
316         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
317         group is access or not (it is not strict, like wl-fldmgr-rename).
318
319 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
322         duplicate call of `wl-summary-print-argument' on the wrong line.
323
324 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
327         even if argument `number' is nil.
328         (wl-summary-insert-line): Print action argument if current message
329         has it.
330
331 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
332
333         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
334         (wl-draft-reply): Ditto.
335         (wl-draft): Add optional argument `parent-number' and call
336         `wl-draft-create-buffer' with it.
337         (wl-draft-create-buffer): Add optional argument
338         `parent-number'. Set wl-draft-parent-number as it.
339
340 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
341
342         * wl-folder.el (wl-folder-set-persistent-mark): If summary
343         buffer is not for given folder, don't use it.
344
345 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
346
347         * Version number is increased to 2.15.0.
348
349 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
352
353         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
354         (wl-highlight-get-face-by-name): New internal function.
355         (wl-highlight-summary-line-face-spec): Use it and fixed.
356
357 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-summary.el (wl-summary-sync-update): Use
360         `elmo-message-entity-field' instead of `car' to get message-id
361         from overview entity.
362
363         * wl-summary.el (wl-summary-rescan-message): Call
364         `wl-highlight-summary-displaying' when displaying a message.
365
366 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-draft.el (wl-draft-config-info-filename): Extracted from
369         `wl-draft-config-info-operation'.
370         (wl-draft-buffer-change-number): New function.
371         (wl-draft-rename-saved-config): Ditto.
372         * wl.el (wl-init): Connect slot for message-number-changed.
373         (toplevel): Add autoload for wl-draft-rename-saved-config.
374
375 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
378         `update-overview'
379         (wl-summary-buffer-detach): Disconnect from it.
380         (wl-summary-rescan-message): Use command.
381
382         * wl-message.el (wl-message-buffer-display): Use
383         `with-current-buffer' instead of `save-excursion'.
384
385 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-mime.el (wl-draft-preview-attributes-list): Protect
388         wl-draft-preview-attributes-list from distraction.
389
390 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
391
392         * wl-summary.el (wl-summary-sync-update): Sort the return value of
393         `elmo-list-diff'.
394
395 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-summary.el
398         (wl-summary-edit-addresses-collect-candidate-fields): Use
399         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
400
401         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
402         instead of `elmo-set-work-buf'.
403
404         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
405         (wl-address-make-address-list): Ditto.
406
407         * Version number is increased to 2.13.3.
408
409 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
412         user option.
413
414         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
415         argument `5'.
416
417         * wl-message.el (wl-message-display-no-merge-p): New function.
418         (wl-message-buffer-display): Check whether the message is
419         reassembled and follow the API change.
420
421 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
422
423         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
424         multibyte on working buffer and removed unnecessary
425         `buffer-disable-undo'.
426
427 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
428
429         * wl-util.el (wl-read-search-condition-internal): Fixed the last
430         change.
431
432 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
433
434         * wl-util.el (wl-read-search-condition-internal): Protect
435         elmo-global-flags from distraction.
436
437 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
440
441         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
442         (wl-summary-event-handler): Ditto.
443         (wl-summary-update-persistent-mark-on-event): New
444         function (renamed from `elmo-event-handler-flag-changed').
445         (wl-summary-buffer-attach): New function.
446         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
447         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
448         instead of `elmo-folder-add-handler'.
449
450         * Version number is increased to 2.13.2.
451
452 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
455         and "\177" to the `wl-news-previous-page'.
456         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
457         (wl-news-previous-page): New function.
458
459 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
462         instead of `write-region' and simplify.
463
464 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
465
466         * wl-template.el (wl-template-select): Cause error if
467         `wl-template-alist' is nil.
468
469 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
470
471         * wl-news.el.in: Set file variable `no-byte-compile'.
472
473 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
476         whether a target message is within displaying area.
477         (elmo-event-handler-cache-changed): Ditto.
478
479 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
480
481         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
482         to `defun'.  Use `nconc' instead of `append' to collect descendant
483         message numbers.
484
485 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
486
487         * wl-thread.el (wl-thread-save-top-list)
488         (wl-thread-save-entities): Use `with-temp-buffer'.
489         * wl-news.el.in (wl-news-previous-version-load):
490         (wl-news-previous-version-save): Ditto.
491         * wl-summary.el (wl-summary-load-file-object)
492         (wl-summary-save-view-cache): Ditto.
493
494 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * wl-util.el (toplevel): Require 'elmo-flag'.
497         (wl-read-search-condition): New function (Renamed from
498         `elmo-read-search-condition').
499         (wl-read-search-condition-internal): Likewise.
500
501         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
502         invalid.
503         (wl-summary-pick): Use `wl-read-search-condition' instead of
504         `elmo-read-search-condition'.
505         (wl-summary-virtual): Ditto.
506
507         * wl-folder.el (wl-folder-virtual): Ditto.
508         (wl-folder-pick): Ditto.
509
510         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
511
512 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-summary.el (wl-summary-reedit): Call
515         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
516
517 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl-mime.el (toplevel): Require wl-vars.
520
521         * wl-message.el (toplevel): Require cl at compile.
522
523         * wl-draft.el (toplevel): Require elmo.
524
525 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
526
527         * wl-message.el (wl-message-buffer-prefetch): Count is a number
528         and do nothing when it is not positive.
529         (wl-message-buffer-prefetch-next): Ditto.
530
531 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
532
533         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
534         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
535         (wl-summary-redisplay-internal): Ditto.
536
537         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
538         message (the condition is borrowed from `wl-check-variables-2').
539         (wl-summary-redisplay-internal): Ditto.
540
541 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-mime.el (wl-draft-nntp-attribute): New function.
544         (wl-draft-attribute-nntp-posting-server): Use it.
545         (wl-draft-attribute-nntp-posting-port): Ditto.
546
547         * wl-mime.el (wl-draft-preview-attributes-list): New function.
548         (wl-draft-show-attributes-buffer): Ditto.
549         (wl-draft-hide-attributes-buffer): Ditto.
550         (wl-draft-attribute-newsgroups): Ditto.
551         (wl-draft-attribute-nntp-posting-server): Ditto.
552         (wl-draft-attribute-nntp-posting-port): Ditto.
553         (wl-draft-preview-message): Use there functions.
554
555         * wl-vars.el (wl-draft-preview-attributes-list): Change default
556         value.
557
558 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
561         (wl-draft-reedit): Ditto.
562         (wl-draft-queue-flush): Ditto.
563
564         * wl-mime.el (wl-message-request-partial): Ditto.
565         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
566         instead of `elmo-message-fetch'.
567
568         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
569
570         * wl-summary.el (wl-summary-message-string): Ditto.
571
572 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-util.el (wl-current-message-buffer): Follow the API change.
575
576         * wl-summary.el (wl-summary-redisplay-internal): Call
577         `wl-summary-mark-as-read' with 2nd argument as nil and update
578         unread count instead of persistent mark.
579
580         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
581         variable.
582         (wl-message-redisplay): Follow the API change.
583         (wl-message-buffer-display): Managed mime-entity directly and
584         return preview buffer only.
585         (wl-message-display-internal): Rewrite.
586         (wl-message-buffer-prefetch-subr): Not save return value of
587         `wl-message-buffer-display'.
588
589         * Version number is increased to 2.13.1.
590
591 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
594         'elmo-multiple-fields-body-list' with boundary specified.
595
596 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
597
598         * wl-vars.el (wl-summary-resend-use-cache): New variable.
599         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
600         cache if `wl-summary-resend-use-cache' is non-nil.
601
602 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
603
604         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
605         (wl-nntp-posting-stream-type): Ditto.
606
607 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
608
609         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
610
611 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
612
613         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
614         message.
615
616 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
617
618         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
619         Abolish.
620         (wl-summary-buffer-persistent-mark-version): New internal
621         variable.
622         (wl-summary-update-mark-and-highlight-window): Check by
623         wl-summary-persistent-mark-invalid-p.
624         (wl-summary-update-status-marks): Ditto.
625         (elmo-event-handler-flag-changed): Rewrite.
626         (elmo-event-handler-cache-changed): Define.
627         (wl-summary-prefetch-msg): Does not update persistent mark here.
628         (wl-summary-delete-cache): Ditto.
629         (wl-summary-resume-cache-status): Ditto.
630         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
631         (wl-summary-persistent-mark-invalid-p): New function.
632         (wl-summary-validate-persistent-mark): Ditto.
633         (wl-summary-validate-persistent-mark-string): Ditto.
634         (wl-summary-invalidate-persistent-mark): Ditto.
635         (wl-summary-update-persistent-mark): Call
636         `wl-summary-validate-persistent-mark'.
637         (wl-summary-create-line): Call
638         `wl-summary-validate-persistent-mark-string'.
639
640         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
641         status as t if cache used.
642
643 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
646         only if the target is group.
647         * wl-folder.el (wl-folder-append-petname): Don't check group name.
648
649 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
650
651         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
652
653 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
654
655         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
656
657         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
658
659 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
660
661         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
662         (Thanks to Yoichi NAKAYAMA).
663
664 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-util.el (wl-save-drafts): Restore echo area.
667
668 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
669
670         * Version number is increased to 2.13.0.
671
672         * wl-util.el (wl-biff-check-folder-async): Use
673         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
674
675 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-message.el (wl-message-display-internal): Does not put
678         wl-message-display-type property on message buffer.
679         (wl-message-buffer-display-type): New function.
680
681         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
682
683         * wl-summary.el (wl-summary-mode): Use `dolist' to add
684         `wl-summary-buffer-detach'.
685         (wl-summary-message-display-type): Use
686         `wl-summary-buffer-display-type'.
687
688 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
689
690         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
691         buffer-local.
692
693         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
694         kill-buffer-hook instead of make-local-variable.
695         (wl-draft-preview-message): Set `local' argument of add-hook as t.
696
697 2004-12-12  Scott Renfro <scott@renfro.org>
698
699         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
700         regex for square-branket.
701
702 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
705         `wl-message-mime-analysis-p' with argument `header'.
706
707 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-mime.el (wl-draft-yank-current-message-entity): 
710         Switch to no-mime following method according to wl-message-display-type
711         property.
712         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
713
714         * wl-message.el (wl-message-display-internal): 
715         Put wl-message-display-type property on message buffer.
716
717         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
718         (wl-message-display-internal): Ditto;
719
720         * wl-summary.el (wl-summary-toggle-mime): Ditto.
721
722 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-message.el (wl-message-make-display-type): New function.
725         (wl-message-display-type-property): Ditto.
726         (wl-message-mime-analysys-p): Ditto.
727         (wl-message-display-all-header-p): Ditto.
728         (wl-message-redisplay): Removed argument `as-is', `all-header' and
729         added `display-type'.
730         (wl-message-buffer-display): Likewise.
731         (wl-message-display-internal): Likewise.
732         (wl-message-buffer-display-type): Abolish.
733         (wl-message-buffer-prefetch-subr): Follow the API changed.
734
735         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
736         from wl-summary-buffer-display-all-header and changed default value.
737         (wl-summary-message-display-type): New function.
738         (wl-summary-buffer-display-mime-mode): Ditto.
739         (wl-summary-buffer-display-header-mode): Ditto.
740         (wl-summary-toggle-mime): Rewrite with above functions.
741         (wl-summary-toggle-all-header): Ditto.
742         (wl-summary-redisplay): Force redisplay with default mode.
743         (wl-summary-redisplay-internal): Renamed argument from `mode',
744         `all-header' to `mime-mode', `header-mode'.
745         Use `wl-message-make-display-type'.
746
747         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
748         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
749
750 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
751
752         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
753
754 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
755
756         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
757         in original message buffer.
758         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
759         buffer.
760
761 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
762
763         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
764
765 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
768
769 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
770
771         * wl-action.el (wl-summary-exec-action-refile): Display a done message
772         when actions succeeded.
773         (wl-summary-exec-action-copy): Likewise.
774
775 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
778         there is switch-to-buffer at the end of wl-message-select-buffer.
779         (wl-summary-reply): Ditto.
780
781 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
782
783         * wl-summary.el (wl-summary-forward): Put subject in original
784         message buffer as argument of wl-draft-forward.
785         * wl-draft.el (wl-draft-forward): Decode subject as in
786         wl-draft-reply.
787
788 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
789
790         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
791         a folder under access group.
792
793 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
794
795         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
796         wl-message-buffer-display.
797
798         * wl-util.el (wl-set-save-drafts): Fix typo.
799
800 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
803         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
804         wl-highlight-logo-face to set the bg color of an xbm image; fixed
805         the way to measure the width of a bitmap image; don't put face on
806         ascii and bitmap images; put the mark which should not use the
807         variable-pitch face on ascii and bitmap images.
808         (wl-demo-setup-properties): Don't use the variable-pitch face on
809         ascii and bitmap images; made it work on Emacs 20 and earlier.
810         (wl-demo-insert-text): End with a newline at the bottom; don't put
811         face on text.
812
813         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
814
815 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
818
819         * wl-util.el (wl-save-drafts): Moved from sample setting.
820         (wl-set-save-drafts): New function to set idle timer.
821         * wl-draft.el (wl-draft): Call it.
822         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
823
824 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
825
826         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
827         a summary which has toggle display status off.
828
829 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * wl-draft.el (wl-draft-do-fcc): No cache save.
832
833 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-summary.el (elmo-event-handler-flag-changed): Use
836         `set-buffer' instead of `with-current-buffer'.
837
838 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
839
840         * wl-summary.el (wl-summary-after-resize-function): New function.
841         (wl-summary-mode): Add `wl-summary-after-resize-function' to
842         window-size-change-functions.
843
844 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * wl-draft.el (wl-draft-create-buffer): Bind
847         `change-major-mode-hook' after current buffer is changed.
848
849         * wl-summary.el (wl-summary-buffer-detach): New function.
850         (wl-summary-buffer-set-folder): Call it.
851         (wl-summary-mode): Add `wl-summary-buffer-detach' to
852         change-major-mode-hook and kill-buffer-hook.
853         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
854         (wl-summary-switch-to-clone-buffer): Ditto.
855         (wl-summary-goto-folder-subr): Ditto.
856
857 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
858
859         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
860         after boundp check.
861
862 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
865         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
866         for `kill-buffer'.
867
868         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
869         handler of current buffer from elmo-folder.
870
871 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
872
873         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
874
875 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-summary.el (wl-summary-buffer-event-handler): New internal
878         variable.
879         (wl-summary-event-handler): New class.
880         (elmo-event-handler-flag-changed): Define to update persistent
881         mark.
882         (wl-summary-buffer-set-folder): Register event handler to
883         elmo-folder.
884         (wl-summary-exit): Unregister event handler.
885         (wl-summary-goto-folder-subr): Ditto.
886         (wl-summary-mark-as-read-all): Does not call
887         `wl-summary-update-persistent-mark' directly.
888         (wl-summary-mark-as-read-internal): Ditto.
889         (wl-summary-set-persistent-mark-internal): Ditto.
890         (wl-summary-set-flags-internal): Ditto.
891
892         * Version number is increased to 2.11.33.
893
894 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
895
896         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
897         to nil.
898
899 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-spam.el (wl-spam-setup): Add hook
902         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
903         instead of `wl-summary-prepare-hook'.
904
905         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
906         if folder type is `'flag'.
907         (wl-summary-mark-as-important): Ditto.
908
909 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * wl-address.el (wl-address-minibuffer-history): New variable.
912         (wl-address-minibuffer-local-map): New keymap.
913         (wl-address-read-from-minibuffer): New function.
914
915         * wl-action.el (wl-summary-get-resend-address): Use
916         `wl-address-read-from-minibuffer' instead of `completing-read'.
917
918 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * Version number is increased to 2.11.32.
921
922 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
923
924         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
925         without mule to iso-8859-1.
926         (wl-draft-add-in-reply-to): Add note in description.
927         (wl-draft-add-references): Ditto.
928
929 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
930
931         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
932         definition for `m'.
933         (wl-summary-mode-line-format): Add '[%m]'.
934         (wl-message-mode-line-format-spec-alist): Ditto.
935         (wl-summary-display-mime-mode-list): New variable.
936
937         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
938         from wl-summary-buffer-display-as-is.
939         (wl-summary-buffer-display-all-header): New buffer local variable.
940         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
941         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
942         instead of wl-summary-buffer-display-as-is.
943         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
944         (wl-summary-set-persistent-mark): Ditto.
945         (wl-summary-set-message-buffer-or-redisplay): Just call
946         `wl-summary-redisplay-internal' without optional arguments.
947         (wl-summary-toggle-mime): Rewrite.
948         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
949         (wl-summary-toggle-all-header): New function.
950         (wl-summary-redisplay-internal): Treat mime mode.
951
952         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
953         to wl-mime-preview-follow-no-mime.
954         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
955         accodring to the display-mode.
956
957         * wl-message.el (wl-message-buffer-display-type): Rewrite.
958         (wl-message-buffer-display): Changed argument name from `as-is' to
959         `mode'.
960         (wl-message-display-internal): Ditto;
961         Bind elmo-mime-display-header-analysis according to the mode.
962         (wl-message-display-internal): Put wl-message-display-mime-mode
963         property on entire buffer.
964
965 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
966
967         * wl-draft.el (wl-draft-do-fcc): Undo last change.
968
969 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
970
971         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
972         Don't extract mail address.
973         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
974
975         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
976
977         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
978
979 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
980
981         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
982         wl-fldmgr-cut-entity-list on confirmation.
983
984 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
985
986         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
987         (wl-mime-quit-preview): Check existence of
988         mime-edit-temp-message-buffer here.
989
990 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
991
992         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
993         after deletion.
994
995         * wl-draft.el (wl-draft-send-confirm): Check major-mode
996         before calling wl-mime-quit-preview.
997
998 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
999
1000         * wl-summary.el (wl-summary-pick): If call it with prefix
1001         argument, set `delete-marks' as non-nil. Pick from only visible
1002         messages.
1003         (wl-summary-check-target-mark): New function.
1004         (wl-summary-target-mark-mark-as-read): Use it.
1005         (wl-summary-target-mark-mark-as-unread): Ditto.
1006         (wl-summary-target-mark-operation): Ditto.
1007         (wl-summary-target-mark-set-flags): Ditto.
1008         (wl-summary-target-mark-save): Ditto.
1009         (wl-summary-target-mark-pick): Ditto.
1010         (wl-summary-target-mark-forward): Ditto.
1011         (wl-summary-target-mark-reply-with-citation): Ditto.
1012         (wl-summary-target-mark-print): Ditto.
1013         (wl-summary-target-mark-uudecode): Ditto.
1014
1015         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1016         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1017         with `ask-coding' is non-nil.
1018
1019 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-thread.el (wl-thread-set-parent): If parent is a message
1022         which is identified by references, set linked as nil.
1023
1024 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1025
1026         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1027         (wl-message-mode-line-format-spec-alist): Ditto.
1028         (wl-message-mode-line-format): Ditto.
1029         (wl-summary-mode-line-format): Ditto for docstring.
1030         (wl-summary-no-mime-folder-list): Fix typo.
1031
1032         * wl-util.el (wl-current-message-buffer): Call
1033         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1034
1035         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1036         variable.
1037         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1038         of `wl-summary-redisplay-no-mime'.
1039         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1040         (wl-summary-toggle-mime): New function.
1041         (wl-summary-redisplay-all-header): Rewrite.
1042         (wl-summary-redisplay-no-mime): Ditto.
1043         (wl-summary-redisplay-internal): Added argument `as-is' and
1044         `all-header'.
1045
1046         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1047         New variable.
1048         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1049         bottom.
1050         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1051         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1052         "/" unconditionally.
1053
1054         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1055         wl-mime-preview-follow-no-mime for as-is content.
1056         (wl-mime-preview-follow-no-mime): New function.
1057         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1058
1059         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1060         and added `as-is', `all-header'.
1061         (wl-message-buffer-display): Ditto.
1062         (wl-message-buffer-display-type): New function.
1063
1064 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1065
1066         * wl-vars.el (wl-message-header-button-alist): Change default
1067         value.
1068         (wl-message-body-button-alist): Ditto.
1069
1070 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1071
1072         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1073
1074 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1077
1078 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1079
1080         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1081         is always true.
1082
1083 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1084
1085         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1086         on null entity.
1087
1088 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1089
1090         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1091
1092 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-vars.el (wl-summary-resend-hook): New hook.
1095
1096         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1097         `wl-summary-resend-hook'.
1098
1099 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1100
1101         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1102         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1103         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1104         (wl-summary-new-cached-mark): Changed default value to 'n'.
1105         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1106         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1107         (wl-folder-sync-range-alist): Remove spec for 'flag.
1108         (wl-summary-force-prefetch-folder-list): New user option.
1109
1110         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1111         `wl-summary-toggle-persistent-mark'.
1112         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1113         number is nil.
1114         (wl-summary-mark-as-answered-region): Set interactive argument of
1115         `wl-summary-set-persistent-mark-internal'.
1116         (wl-summary-mark-as-important-region): Ditto.
1117         (wl-summary-unset-persistent-mark): Ditto.
1118         (wl-summary-set-persistent-mark): Ditto.
1119         (wl-summary-mark-as-answered): Ditto.
1120         (wl-summary-mark-as-important): Ditto.
1121         (wl-summary-set-persistent-mark-internal): Do nothing
1122         when `elmo-message-flag-available-p' is nil.
1123         (wl-summary-toggle-persistent-mark): New function.
1124         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1125         when the folder matches `wl-summary-force-prefetch-folder-list'.
1126
1127
1128         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1129         when number is nil.
1130         (wl-highlight-summary-forwarded-face): New face.
1131
1132 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1133
1134         * Version number is increased to 2.11.31.
1135
1136 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1137
1138         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1139         (wl-biff-check-folder-async): Ditto.
1140         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1141
1142 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1143
1144         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1145         Add an argument `reverse'.  All callers are updated.
1146         (wl-summary-sort): Add a prefix argument `reverse' to specify
1147         reverse sorting.
1148         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1149         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1150         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1151
1152 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-message.el (wl-message-redisplay): Does not narrow header if
1155         disply-type is all-header or as-is.
1156
1157         * wl-summary.el (wl-summary-enter-handler): Use
1158         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1159
1160 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1161
1162         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1163         after adding wl-draft-parent-variables.
1164         (wl-draft-forward): Ditto.
1165
1166 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * wl-summary.el (wl-summary-sync-marks): Call
1169         `wl-summary-set-persistent-mark' and
1170         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1171         (wl-summary-set-persistent-mark-internal): Add 4th argument
1172         `no-server'.
1173         (wl-summary-unset-persistent-mark): Ditto.
1174         (wl-summary-set-persistent-mark): Ditto.
1175         (wl-summary-add-flags-internal): Abolish.
1176         (wl-summary-remove-flags-internal): Ditto.
1177         (wl-summary-mark-as-important-internal): Ditto.
1178         (wl-summary-mark-as-important): Use
1179         `wl-summary-set-persistent-mark' instead of
1180         `wl-summary-add-flags-internal'.
1181         (wl-summary-mark-as-important-region): Ditto.
1182
1183         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1184
1185         * wl-summary.el (wl-summary-get-available-flags): New function.
1186         (wl-summary-sync-marks): Use it and simplified.
1187         (wl-summary-unset-persistent-mark): Use
1188         `wl-summary-get-available-flags'.
1189         (wl-summary-set-persistent-mark): Ditto.
1190
1191 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1192
1193         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1194         id.
1195
1196 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1199         number, call `wl-summary-prev-line-content'. Show message when the
1200         message is not found.
1201
1202 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1203
1204         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1205         wl-summary-enter-handler.
1206         (wl-summary-enter-handler): New command.
1207
1208         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1209         docstring and custom spec.
1210
1211         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1212         flags too; Don't treat Cached and New.
1213         (wl-summary-set-persistent-mark): Ditto.
1214
1215         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1216         `wl-folder-set-flag'.
1217
1218         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1219         instead of `wl-folder-set-flag'.
1220
1221         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1222         for completion.
1223         (wl-summary-set-persistent-mark): Ditto.
1224
1225         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1226         instead of `wl-draft-quit-preview'.
1227
1228         * wl-mime.el (toplevel): Avoid compile warning.
1229         (wl-mime-quit-preview): New function
1230         (formarly defined as `wl-draft-quit-preview').
1231         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1232         quitting method.
1233
1234         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1235
1236         * wl-folder.el (wl-folder-set-flag): Renamed from
1237         `wl-draft-set-flag-on-parent'.
1238
1239         * wl-draft.el (wl-draft-quit-preview): New function.
1240         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1241         (wl-draft-send): Call `wl-folder-set-flag' instead of
1242         `wl-draft-set-flag-on-parent'.
1243         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1244
1245 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1248         (wl-draft-send): Ditto.
1249
1250 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1253         (wl-draft-kill-pre-hook): Set default value as nil.
1254         (wl-summary-reply-hook): Ditto.
1255         (wl-draft-kill-flags): Abolish.
1256
1257         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1258         (wl-draft-parent-variables): Renamed from
1259         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1260         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1261         argument; Add wl-draft-parent-variables to
1262         wl-draft-config-variables.
1263         (wl-draft-reply): Likewise.
1264         (wl-draft-kill-flags): Abolish.
1265         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1266         (wl-draft-set-flag-on-parent): New function.
1267         (wl-draft-setup-parent-flag): Ditto.
1268
1269 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1270
1271         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1272         `wl-draft-parent-folder' is "".
1273
1274 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1277         (wl-summary-digit-jump): New function.
1278         (Adviced by John Owens and Hiroya Murata)
1279
1280         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1281         (Adviced by John Owens)
1282
1283         * wl-xmas.el (wl-message-define-keymap): Ditto.
1284
1285         * wl-mule.el (wl-message-define-keymap): Ditto.
1286
1287 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1290         change of return value of elmo-folder-count-flags.
1291
1292         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1293         (wl-summary-mark-as-read-internal): Ditto.
1294         (wl-summary-set-persistent-mark-internal): Ditto.
1295         (wl-summary-folder-info-update): Ditto.
1296         (wl-summary-sync-update): Fixed the last change.
1297
1298         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1299
1300 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1301
1302         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1303         (wl-draft-kill-flags): Fixed docstring.
1304
1305         * wl-draft.el (wl-draft-kill-flags): New function.
1306         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1307
1308 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1309
1310         * wl-vars.el (wl-reply-hook): Abolish.
1311         (wl-draft-reply-hook): New hook.
1312         (wl-summary-reply-hook): Ditto.
1313         (wl-draft-forward-hook): Ditto.
1314         (wl-summary-forward-hook): Ditto.
1315         (wl-draft-kill-flags): New variable.
1316
1317         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1318         wl-summary-set-persistent-mark-internal.
1319         (wl-summary-sync-marks): Use elmo-preserved-flags.
1320         (wl-summary-update-persistent-mark): Make it interactive.
1321         (wl-summary-set-persistent-mark-internal): New inline function.
1322         (wl-summary-mark-as-answered): Use it.
1323         (wl-summary-mark-as-unanswered): Ditto.
1324         (wl-summary-unset-persistent-mark): New function.
1325         (wl-summary-set-persistent-mark): Ditto.
1326         (wl-summary-reply): Don't set answered flag;
1327         Run wl-summary-reply-hook instead.
1328         (wl-summary-forward): Call wl-draft-forward with number.
1329         Run wl-summary-forward-hook.
1330
1331         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1332         (wl-highlight-summary-line-face-spec): Use it as a default
1333         persistent mark face.
1334
1335         * wl-draft.el (wl-draft-forward): Added optional argument number;
1336         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1337         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1338         (wl-draft-kill): Use wl-draft-kill-flags.
1339
1340         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1341
1342         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1343         of return value of elmo-folder-count-flags.
1344
1345         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1346
1347         * wl-summary.el (wl-summary-count-unread): Ditto.
1348         (wl-summary-sync-update): Follow the change above.
1349         (wl-summary-force-prefetch): New function.
1350
1351 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1352
1353         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1354         variable `buf' with `let' instead of `setq'.
1355
1356 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1357
1358         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1359         add Content-Disposition heaeder on the deleted part.
1360
1361 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1362
1363         * wl-draft.el (wl-draft-save): Encode address list under edit by
1364         `eword-encode-unstructured-field-body'.
1365
1366         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1367
1368 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1369
1370         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1371         wl-current-summary-buffer.
1372
1373 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1374
1375         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1376         `numbers' is ignored.
1377
1378 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-folder.el (wl-folder-open-folder): Avoid error.
1381         Reported by John Owens, [wl-en:815]
1382
1383         * wl.el (wl): Set timer for biff process even if prefix argument
1384         is given or auto-checking is quitted.
1385
1386         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1387         immediately.
1388         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1389         (wl-toggle-plugged): Ditto.
1390
1391         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1392         * wl-util.el (wl-biff-start): Use idle timer if
1393         `wl-biff-use-idle-timer' is non-nil.
1394
1395 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1396
1397         * wl-highlight.el (wl-highlight-message): Fix description.
1398
1399 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1400
1401         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1402         tty.
1403
1404 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-action.el (wl-summary-exec): Print failure count.
1407
1408 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1409
1410         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1411         to `defun', remove interactive form.
1412         Set elmo-message-fetch-confirm when force-reload is non-nil.
1413
1414 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1415
1416         * wl-summary.el (toplevel): Removed unnecessary autoload.
1417
1418 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1419
1420         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1421         the buffer is generated from another message buffer.
1422
1423 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1424
1425         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1426         extracted from `wl-fldmgr-save-folders'.
1427         (wl-fldmgr-delete): Call it after deletion.
1428
1429 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1432         multi-tty support.
1433
1434 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1435
1436         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1437
1438 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1439
1440         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1441         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1442
1443 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1446         unsubscribe list only if argument CLEAR is nil.
1447
1448 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1449
1450         * wl-draft.el (wl-draft-reply): Decode subject before removing
1451         Re: prefix.
1452
1453 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1454
1455         * wl-summary.el (wl-summary-sort-by-size): New command.
1456
1457 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * wl-summary.el (wl-summary-number-list-from-region): New
1460         function.
1461         (wl-summary-mark-as-read-region): Use it.
1462         (wl-summary-mark-as-unread-region): Ditto.
1463         (wl-summary-set-flags-region): Ditto and add optional argument
1464         remove.
1465         (wl-summary-mark-as-answered-region): Ditto.
1466         (wl-summary-mark-as-important-region): Ditto.
1467         (wl-summary-target-mark-mark-as-important): Added optional
1468         argument remove.
1469         (wl-summary-target-mark-mark-as-answered): Ditto.
1470         (wl-summary-target-mark-set-flags): Ditto.
1471
1472 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-summary.el (wl-summary-set-flags-region): Call
1475         `wl-summary-set-flags-internal' with number list instead of call
1476         one by each message.
1477         (wl-summary-target-mark-set-flags): Likewise.
1478
1479 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1482         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1483         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1484         (wl-summary-target-mark-mark-as-answered): Likewise.
1485
1486 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1487
1488         * wl-summary.el (wl-summary-target-mark-forward): Use
1489         `wl-summary-delete-all-target-marks' instead of
1490         `wl-summary-delete-all-temp-marks'.
1491         (wl-summary-target-mark-reply-with-citation): Ditto.
1492         (wl-summary-target-mark-uudecode): Ditto.
1493         (wl-summary-target-mark-set-flags): Ditto and remove needless
1494         cursor move.
1495
1496 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1497
1498         * wl-summary.el (wl-summary-target-mark-forward): Protect
1499         wl-summary-buffer-target-mark-list from nreverse.
1500         (wl-summary-target-mark-reply-with-citation): Ditto.
1501
1502 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1503
1504         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1505         `elmo-display-progress-threshold'.
1506
1507 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1510         check `wl-summary-highlight'.
1511         (wl-summary-window-scroll-functions): Respect value of
1512         `wl-summary-highlight'.
1513         (wl-summary-sync-update): Run hooks
1514         `wl-summary-buffer-window-scroll-functions' at any time.
1515
1516 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1517
1518         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1519         from `wl-summary-cleanup-temp-marks'.
1520         (wl-summary-cleanup-temp-marks): Abolish argument.
1521         * wl.el (wl-save-status): Revert previous change.
1522         (wl-execute-temp-marks): New function, call
1523         `wl-summary-exec-with-confirmation'.
1524         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1525         (wl-folder-save-and-exec-marks): Abolished.
1526
1527 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1528
1529         * wl-e21.el (wl-e21-display-image-p): Respect
1530         `wl-highlight-folder-with-icon'.
1531         (wl-e21-highlight-folder-group-line): Highlight mouse line
1532         even if wl-e21-display-image-p is nil.
1533
1534         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1535         Respect value of `wl-summary-highlight'.
1536
1537         * wl.el (wl-save-status): Remove unused variable.
1538
1539         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1540         (wl-folder-mode-map): Bind it to "x".
1541
1542 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1543
1544         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1545
1546         * wl-thread.el (wl-thread-get-parent-list): Don't check
1547         disconnected ancestors, neglecting needless work in
1548         `wl-thread-update-indent-string-thread'.
1549
1550         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1551         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1552         argument, add argument default-keep to keep marks by default.
1553
1554         * Version number is increased to 2.11.30.
1555
1556         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1557         customization type and docstring.
1558         (wl-draft-reply-without-argument-list): Ditto.
1559
1560 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1563
1564         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1565
1566 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1569
1570 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1573         save-excursion so as not to include run-hooks.
1574
1575 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1578         Clarify that marks are going to be cleared.
1579
1580 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1583         according to 3rd element of wl-summary-flag-mark.
1584
1585         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1586
1587 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1588
1589         * wl-action.el (wl-summary-target-mark-all): Don't set
1590         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1591
1592 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1593
1594         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1595         (wl-forward-subject-prefix): Ditto.
1596         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1597         (wl-draft-reply-make-subject): Ditto.
1598
1599         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1600         `wl-draft-forward'.
1601         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1602
1603 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1606         target message does not exist.
1607
1608 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1609
1610         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1611         `wl-subject-prefix-regexp'.
1612         (wl-subject-forward-prefix-regexp): New variable.
1613         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1614         `wl-draft-strip-subject-re' and take regexp as argument.
1615         (wl-draft-forward): Use it.
1616         (wl-draft-reply): Ditto.
1617
1618 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1619
1620         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1621         emacs multi-tty support.
1622
1623 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1624
1625         * wl-e21.el (wl-e21-display-image-p): Don't call
1626         `display-images-p'.
1627         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1628         support.
1629         (wl-highlight-folder-current-line): Ditto.
1630         (wl-folder-init-icons): Ditto.
1631
1632 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1633
1634         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1635         the last line of summary in unplugged mode.
1636
1637 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1638
1639         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1640
1641 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1642
1643         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1644         * wl-address.el (wl-address-user-mail-address-p): Use it.
1645         (wl-address-delete-user-mail-addresses): Ditto.
1646         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1647
1648         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1649         (wl-address-delete-user-mail-addresses): Ditto.
1650
1651         * wl-address.el (wl-address-delete-user-mail-addresses): New
1652         function.
1653         * wl-refile.el (wl-refile-guess-by-history): Use it.
1654         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1655         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1656
1657         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1658         use wl-address-user-mail-address-p.
1659
1660 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1663         after opening group.
1664
1665 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1668         of elmo-set-buffer-multibyte.
1669
1670         * wl-message.el (wl-original-message-mode): Ditto.
1671
1672         * wl-score.el (wl-score-insert-header): Ditto.
1673
1674         * wl-summary.el
1675         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1676         (wl-summary-goto-folder-subr): Ditto.
1677         (wl-summary-insert-headers): Ditto.
1678
1679         * wl-util.el (wl-set-string-width): Ditto.
1680
1681         * Version number is increased to 2.11.29.
1682
1683 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1684
1685         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1686         (wl-highlight-summary-line-help-echo-alist): New variable.
1687         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1688         into `wl-highlight-summary-line-help-echo' and
1689         `wl-highlight-flag-folder-help-echo'.
1690         (wl-highlight-summary-line-string): Change accordingly.
1691         (wl-highlight-summary-current-line): Ditto.
1692
1693 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1694
1695         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1696         at the beginning of field body (Thanks to Markus Knittig).
1697
1698         * wl-draft.el (wl-draft-insert-current-message): Also check
1699         summary buffer, remove unnecessary tag.
1700
1701 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1702
1703         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1704         when wl-message-buffer is nil.
1705
1706         * wl-folder.el (wl-folder): Abolish unused argument.
1707         Call wl-folder-init when wl-folder-entity is nil.
1708         * wl.el (wl): Change accordingly.
1709
1710 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1713         multibyte string before insert into draft buffer.
1714         (wl-draft-create-buffer): Always enable multibyte characters for
1715         draft buffer.
1716
1717         * Version number is increased to 2.11.28.
1718
1719 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1720
1721         * wl-folder.el (wl-folder-open-close): Handle blank line.
1722         (wl-folder-jump-to-current-entity): Ditto.
1723
1724 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1725
1726         * Version number is increased to 2.11.27.
1727
1728 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-thread.el (wl-thread-insert-message): When the thread is
1731         devided by wl-summary-max-thread-depth, insert line at the end of
1732         buffer.
1733
1734 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1735
1736         * Version number is increased to 2.11.26.
1737
1738 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1739
1740         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1741
1742 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1745         value of stream-type and session.
1746
1747 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * Version number is increased to 2.11.25.
1750
1751 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1752
1753         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1754         in a quit message.
1755
1756 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1757
1758         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1759         (wl-summary-redisplay-no-mime-internal): Ditto.
1760
1761 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1762
1763         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1764         * wl-vars.el (wl-smtp-connection-type): Ditto.
1765
1766 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1767
1768         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1769         for the separator line and quote mail-header-separator.
1770
1771 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1772
1773         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1774         result message.
1775
1776         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1777         `elmo-multiple-fields-body-list' with boundary as
1778         mail-header-separator.
1779
1780 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1781
1782         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1783
1784 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1785
1786         * wl-util.el (wl-list-diff): Remove unused function.
1787
1788         * wl-draft.el (wl-draft-send-confirm): Discard input before
1789         confirmation.
1790
1791 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1792
1793         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1794         order of flag and new.
1795
1796 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-vars.el (wl-refile-policy-alist): Abolished.
1799
1800         * wl-action.el (wl-summary-set-action-refile): Follow the change
1801         above.
1802
1803 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * wl-highlight.el (wl-highlight-signature-search): Don't use
1806         re-search-backward for a long word since it is possible to crash
1807         XEmacs because of a bug.
1808
1809 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1810
1811         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1812
1813 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1814
1815         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1816         argument for wl-summary-sync-force-update.
1817
1818 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1819
1820         * wl-summary.el (wl-summary-mode-map): Revival of
1821         wl-summary-mark-as-important related bindings;
1822         Bind 'F','tF','mF','rF','m&'.
1823         (wl-summary-mark-as-important-region): Revival.
1824         (wl-summary-target-mark-mark-as-important): Ditto.
1825         (wl-summary-target-mark-operation): New function.
1826         (wl-summary-target-mark-mark-as-answered): Use it.
1827         (wl-summary-decide-flag): Don't set Important as default.
1828         (wl-summary-mark-as-important-internal): Revival.
1829         (wl-summary-mark-as-important): Ditto.
1830
1831         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1832
1833         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1834         instead of facep.
1835
1836 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1837
1838         * wl-dnd.el (wl-dnd-drop-func): Fix.
1839
1840         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1841         mouse-set-point instead of posn-point.
1842
1843         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1844
1845         * wl-mule.el (wl-completing-read-multiple): Ditto.
1846
1847 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1848
1849         * wl-demo.el (face-background-name): Defalias to avoid compile
1850         warning.
1851
1852 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1853
1854         * wl-summary.el (wl-summary-decide-flag): Use
1855         wl-completing-read-multiple instead of completing-read-multiple.
1856
1857         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1858         New alias.
1859
1860         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1861         Use face-background-name instead of face-background.
1862
1863         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1864
1865         * wl-summary.el (wl-summary-save): Use it.
1866         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1867
1868         * wl-mime.el (wl-mime-save-content): Fix last change.
1869
1870 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1871
1872         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1873         New function.
1874         (wl-summary-sort-specs): Added sort.
1875         * wl-mime.el (wl-mime-save-content): Expand file name.
1876
1877 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1878
1879         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1880
1881         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1882
1883 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1886         for flag if it is not defined.
1887
1888 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1889
1890         * wl-e21.el (wl-highlight-folder-current-line): Use
1891         elmo-folder-type-internal when elmo-folder-type returns nil.
1892
1893         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1894
1895         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1896
1897         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1898
1899         * wl-e21.el (wl-summary-toolbar): Ditto.
1900
1901         * wl-vars.el (wl-demo-background-color): Abolished.
1902         (wl-summary-persistent-mark-priority-list): Renamed from
1903         wl-summary-flag-priority-list.
1904         (wl-summary-flag-alist): New user option.
1905         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1906         (wl-message-mode-line-format-spec-alist): Added 'F'.
1907         (wl-message-mode-line-format): Likewise.
1908         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1909         instead of wl-summary-important-mark.
1910         (wl-file-folder-icon): New variable.
1911
1912         * wl-thread.el (wl-thread-set-flags): Renamed from
1913         wl-thread-mark-as-important.
1914
1915         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1916         warning.
1917         (wl-summary-mode-menu-spec): Follow the change of 
1918         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1919         (wl-summary-mode-map): Follow the change of
1920         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1921         (wl-summary-detect-mark-position): Follow the variable name change.
1922         (wl-summary-set-flags-region): New function for the replacement of
1923         wl-summary-mark-as-important-region.
1924         (wl-summary-sync-marks): Sync all global-flags.
1925         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1926         instead of elmo-message-flagged-p.
1927         (wl-summary-persistent-mark-string): Follow the variable name change;
1928         Put wl-summary-flag-mark if the message has global-flag.
1929         (wl-summary-target-mark-set-flags): Renamed from 
1930         wl-summary-target-mark-mark-as-important.
1931         (wl-summary-decide-flag): New function.
1932         (wl-summary-set-flags-internal): Renamed from
1933         wl-summary-mark-as-important-internal.
1934         (wl-summary-add-flags-internal): New function.
1935         (wl-summary-remove-flags-internal): Ditto.
1936         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1937         (wl-summary-mark-as-unimportant): Abolish.
1938         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1939         (wl-summary-next-message): List flagged messages in the msgdb.
1940
1941         * wl-score.el (wl-summary-score-update-all-lines): Use
1942         wl-summary-add-flags-internal instead of 
1943
1944         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1945
1946         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1947         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1948         (wl-message-buffer-require-all-header): Renamed from
1949         wl-message-buffer-all-header-flag (Ditto).
1950         (wl-message-buffer-flag-indicator): New variable.
1951         (wl-message-redisplay): Changed local varibale name from `flag' to
1952         `display-type'; Set up wl-message-buffer-flag-indicator.
1953         (wl-message-buffer-display): Changed varibale name from `flag' to
1954         `display-type'.
1955         (wl-message-display-internal): Likewise.
1956
1957         * wl-highlight.el (wl-highlight-demo-face): Define default background
1958         color.
1959         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1960
1961         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1962
1963         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1964         (wl-demo-setup-properties): Renamed from
1965         `wl-demo-set-background-color'.
1966         (wl-demo): Follow the change above.
1967         
1968         * Version number is increased to 2.11.24.
1969
1970 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-summary.el (wl-summary-toggle-thread): Call
1973         `wl-summary-rescan' with disable-thread as non-nil.
1974         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1975
1976 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1977
1978         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1979         foreground property of the face.
1980         (wl-demo-insert-text): Don't set up face property here.
1981         (wl-demo): Call wl-demo-set-background-color, anyway.
1982
1983 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1984
1985         * wl-vars.el (wl-demo-background-color): The value can be nil.
1986
1987 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1988
1989         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1990         to wl-summary-wheel-dispatcher.
1991
1992         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1993         wl-message-wheel-dispatcher.
1994         (wl-message-wheel-dispatcher): New function.
1995         (wl-summary-wheel-dispatcher): Ditto.
1996
1997 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1998
1999         * wl-action.el (wl-summary-target-mark-all): List messages which are
2000         not in the killed-list.
2001
2002         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2003         only when the folder is 'flag/important.
2004
2005         * wl-address.el (wl-complete-field-body): Complete if the last
2006         character is a space.
2007
2008 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-folder.el (wl-folder-clear-entity-info): Use
2011         elmo-clear-hash-val.
2012
2013         * wl-fldmgr.el (wl-fldmgr-rename): Set
2014         wl-folder-info-alist-modified as t.
2015
2016 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2017
2018         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2019
2020 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2021
2022         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2023         (wl-folder-buffer-last-visited-entity-id): New buffer local
2024         variable.
2025         (wl-folder-revisit-last-visited-folder): New function.
2026         (wl-folder-mode-map): Bind it to "C-i".
2027         (wl-folder-set-current-entity-id): Set last visited folder.
2028         * wl-summary.el (wl-summary-exit): Ditto.
2029
2030 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2033         before calling `recenter' in order to cope with an XEmacs bug.
2034
2035 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2036
2037         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2038         to the default value.
2039
2040 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2043         change.
2044         (wl-summary-sync-marks): Ditto.
2045         (wl-summary-mark-as-read-internal): Ditto.
2046         (wl-summary-mark-as-answered-internal): Ditto.
2047         (wl-summary-mark-as-important-internal): Ditto.
2048         (wl-summary-reply): Ditto.
2049
2050         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2051         instead of `elmo-folder-unflag-answered'.
2052
2053         * Version number is increased to 2.11.23.
2054
2055         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2056         the last change.
2057
2058 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2059
2060         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2061         Specify "spam" or "good".
2062
2063 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2064
2065         * wl-spam.el (wl-summary-exec-action-spam): Call
2066         wl-folder-confirm-existence for spam folder.
2067         (wl-spam-setup): Bind "mk".
2068
2069 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2072
2073 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2074
2075         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2076         destination folder is empty.
2077
2078 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2081         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2082
2083         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2084         (wl-summary-refile-prev-destination-region): New function.
2085         (wl-thread-refile-prev-destination): Ditto.
2086         (wl-summary-target-mark-refile-prev-destination): Ditto.
2087
2088 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2089
2090         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2091         (wl-demo-background-color): Changed default value.
2092
2093         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2094         color.
2095
2096         * wl-demo.el (wl-demo-set-background-color): New function.
2097         (wl-demo): Call it.
2098
2099 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2102         * wl-address.el (wl-address-add-or-change): Don't add empty
2103         address.
2104
2105 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2106
2107         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2108
2109 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2110
2111         * wl-vars.el (wl-demo-image-filter-alist): New variable
2112         (wl-demo-background-color): Ditto.
2113
2114         * wl-demo.el (wl-demo-xpm-set-background): New function.
2115         (wl-demo-image-filter): Ditto.
2116         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2117
2118         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2119
2120         * wl-demo.el (wl-demo-icon-name): Define as function.
2121         (wl-demo-insert-image): Use it.
2122
2123 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2124
2125         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2126
2127 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2128
2129         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2130
2131 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2132
2133         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2134
2135 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * wl-thread.el (wl-thread-mark-as-answered): New function.
2138
2139         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2140         answered" entry.
2141         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2142         "r&" and wl-thread-mark-as-answered to "t&".
2143         (wl-summary-mark-as-important-region): Refine to toggle mark.
2144         (wl-summary-mark-as-answered-region): New function.
2145         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2146         and 3rd argument.
2147         (wl-summary-mark-as-important-internal): Likewise.
2148
2149 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2150
2151         * wl-template.el (wl-template-preview): New internal variable.
2152         (wl-template-preview-p): New function.
2153         (wl-template-show): Bind `wl-template-preview' as t.
2154
2155 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2156
2157         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2158         `elmo-message-entity-field' with 3rd argument which is non-nil.
2159
2160 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2161
2162         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2163         Removed duplicate local bind `folder'.
2164
2165 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2166
2167         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2168
2169 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2172         duplicate definition.
2173
2174 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2175
2176         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2177         non-nil, use it; Don't fetch message if there's no message in the
2178         current cursor position.
2179
2180 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2181
2182         * wl-util.el (wl-region-exists-p): Use region-active-p.
2183         (wl-deactivate-region): New function.
2184         * wl-message.el (wl-message-redisplay): Deactivate region.
2185
2186         * wl-summary.el (wl-summary-reply): Call
2187         `wl-summary-set-message-buffer-or-redisplay' instead of
2188         `wl-summary-redisplay-internal', don't move point.
2189
2190 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2193         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2194         by regexp.
2195
2196 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2197
2198         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2199         if no need.
2200
2201 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2202
2203         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2204         default value to nil.
2205         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2206         `wl-summary-prepare-hook'; Replace refile action to
2207         `wl-summary-exec-action-refile-with-register'.
2208
2209         * Version number is increased to 2.11.22.
2210
2211 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2212
2213         * wl-summary.el (wl-summary-detect-mark-position): Set
2214         `wl-summary-buffer-weekday-name-lang'.
2215
2216 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2217
2218         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2219         (wl-summary-mark-as-read-all): Ditto.
2220         (wl-summary-delete-messages-on-buffer): Ditto.
2221         (wl-summary-sync-update): Ditto.
2222         (wl-summary-mark-as-read-internal): Ditto.
2223         (wl-summary-mark-as-answered-internal): Ditto.
2224         (wl-summary-update-folder-info): Abolished.
2225
2226 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2227
2228         * wl-summary.el (wl-summary-mark-as-read-all): Use
2229         `wl-summary-update-folder-info' instead of
2230         `wl-folder-update-unread'.
2231
2232 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2233
2234         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2235         `wl-summary-folder-info-update'.
2236         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2237         instead of `wl-summary-folder-info-update'.
2238         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2239         `wl-folder-set-folder-updated'.
2240         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2241         instead of `wl-folder-update-unread'.
2242         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2243         the value of `wl-summary-buffer-unread-count' for the second parameter of
2244         `wl-folder-update-unread'.
2245
2246         * Version number is increased to 2.11.21.
2247
2248 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2249
2250         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2251         a local variable.
2252
2253 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2256         interactively.
2257
2258         * wl-summary.el (wl-summary-mark-as-important-internal): New
2259         internal function.
2260         (wl-summary-mark-as-important): Use it.
2261         (wl-summary-mark-as-unimportant): New function.
2262         (wl-summary-sync-marks): Follow the API change.
2263
2264         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2265
2266         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2267
2268 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2269
2270         * wl-folder.el (wl-folder-update-unread): Re-indent.
2271         Narrow the scope of a local variable.
2272
2273 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2274
2275         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2276         (wl-addrmgr-merge-entries): Ditto.
2277         (wl-addrmgr): Added to address entry which exists in draft buffer
2278         if no entry is in original.
2279
2280 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2281
2282         * wl-batch.el: New file.
2283
2284 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2285
2286         * wl-vars.el (wl-use-semi): Remove unused variable.
2287
2288 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2289
2290         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2291         "?".
2292
2293 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2296         wl-summary-new-mark.
2297         (wl-summary-new-cached-mark): New user option.
2298         (wl-summary-score-marks): Follow the change above.
2299         (wl-summary-auto-refile-skip-marks): Ditto.
2300         (wl-summary-incorporate-marks): Ditto.
2301         (wl-summary-expire-reserve-marks): Ditto.
2302
2303         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2304
2305         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2306         (wl-summary-persistent-mark-string): Distinguished between cached
2307         and uncached mark when the message is new.
2308
2309 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-spam.el (wl-spam-domain): Renamed from
2312         `wl-spam-folder-guess-domain'.
2313         (wl-summary-exec-action-spam): Register as spam if domain of the
2314         source folder is good.
2315         (wl-summary-exec-action-refile-with-register): Register message if
2316         domain of the source folder is not undecided.
2317
2318 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2321         detect thread loop.
2322
2323 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2324
2325         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2326         and wl-summary-skip-mark-list.
2327
2328 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2331
2332         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2333
2334         * wl-spam.el (toplevel): Require wl-highlight.
2335         (wl-spam-auto-check-policy-alist): Abolish.
2336         (wl-spam-auto-check-folder-regexp-list): New user option.
2337         (wl-spam-auto-check-marks): Ditto.
2338         (wl-spam-mark-action-list): Ditto.
2339         (wl-highlight-summary-spam-face): New face.
2340         (wl-spam-auto-check-message-p): New function.
2341         (wl-spam-map-spam-messages): Fixed message.
2342         (wl-spam-register-spam-messages): Ditto.
2343         (wl-spam-register-good-messages): Ditto.
2344         (wl-summary-spam-map): Add and remove keybind.
2345         (wl-summary-target-mark-spam): Abolish.
2346         (wl-summary-refile-spam): Ditto.
2347         (wl-summary-test-spam): New function.
2348         (wl-summary-mark-spam): Ditto.
2349         (wl-summary-auto-check-spam): Follow the above change.
2350         (wl-summary-exec-action-spam): New function.
2351         (wl-summary-exec-action-refile-with-register): Fixed message.
2352         (wl-message-check-spam): New function.
2353         (wl-spam-setup): Ditto.
2354         (toplevel): Call it if this file is loaded interactivity.
2355
2356         * Version number is increased to 2.11.20.
2357
2358 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2361         when new optional argument `force' is non nil or modified.
2362
2363 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl.el (toplevel): Require wl-spam when compile.
2366         (wl-save-status): Call wl-spam-save-status.
2367
2368         * wl-spam.el (wl-spam-register-spam-messages): New function.
2369         (wl-spam-register-good-messages): Ditto.
2370         (wl-spam-save-status): Ditto.
2371         (wl-summary-mode-map): Bind
2372         wl-summary-target-mark-register-as-spam to "ms" and
2373         wl-summary-target-mark-register-as-good to "mn".
2374         (wl-summary-register-as-spam): Abolish optional argument; Use
2375         wl-spam-register-spam-messages.
2376         (wl-summary-register-as-spam-all): Use
2377         wl-spam-register-spam-messages.
2378         (wl-summary-register-as-good): Abolish optional argument; Use
2379         wl-spam-register-good-messages.
2380         (wl-summary-register-as-good-all): Use
2381         wl-spam-register-good-messages.
2382         (wl-summary-target-mark-register-as-spam): New funtion.
2383         (wl-summary-target-mark-register-as-good): Ditto.
2384
2385 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2386
2387         * wl-spam.el: New file.
2388
2389 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2392
2393         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2394         (wl-summary-auto-refile): Call wl-refile-guess with
2395         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2396
2397 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2400         with disable-thread argument non-nil.
2401
2402 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * wl-summary.el (wl-summary-rescan): Added optional argument
2405         disable-thread.
2406         (wl-summary-sync): Call wl-summary-rescan with argument
2407         disable-thread.
2408         (wl-summary-input-range): Added new range `rescan-thread'.
2409
2410 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2413
2414 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2415
2416         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2417         internal variable.
2418         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2419         wl-summary-search-parent-by-subject-regexp and
2420         wl-summary-divide-thread-when-subject-changed as nil.
2421         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2422         (wl-summary-insert-thread): Search parent entity from
2423         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2424         thread loop.
2425
2426 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2427
2428         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2429
2430         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2431
2432         * wl-util.el (wl-require-update-all-folder-p): New function.
2433         (wl-get-assoc-list-value): Added `function' to match directive.
2434         (wl-collect-draft): Rewrite.
2435
2436         * wl-summary.el (wl-summary-sync-update): Clear faces
2437         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2438         are non-nil.
2439         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2440         argument as function.
2441         (wl-summary-input-range): Ditto.
2442
2443         * wl-folder.el (wl-draft-get-folder): New function.
2444         (wl-folder-get-elmo-folder): Consider draft folder.
2445
2446         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2447         (wl-draft-buffer-message-number): New buffer local variable.
2448         (wl-draft-folder-internal): New internal variable.
2449         (wl-draft-delete): Rewrite.
2450         (wl-draft-save): Ditto.
2451         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2452         wl-folder-get-elmo-folder.
2453         (wl-draft-config-info-operation): Ditto.
2454         (wl-jump-to-draft-folder): Ditto.
2455         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2456         (wl-draft-reedit): Rewrite.
2457
2458         * Version number is increased to 2.11.19.
2459         
2460 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2461
2462         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2463         variable.
2464
2465 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2466
2467         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2468         Use ignore-errors instead of unwind-protect.
2469
2470 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2471
2472         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2473         for updating `wl-thread-entity-list'.
2474
2475 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2476
2477         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2478         parameter from calling `wl-thread-entity-get-older-brothers' and
2479         `wl-thread-entity-get-younger-brothers'.
2480         Replace nested `append' with a single one.
2481
2482 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2483
2484         * wl-summary.el (wl-summary-mode): Don't use the return value of
2485         `make-local-hook'.
2486
2487 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2488
2489         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2490         instead of `let*'.
2491         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2492         of local variables.
2493
2494 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2497         Renamed from wl-summary-window-scroll-functions.
2498         (wl-summary-window-scroll-functions): Don't set to variable.
2499         (wl-summary-display-top): Use run-hooks.
2500         (wl-summary-display-bottom): Ditto.
2501         (wl-summary-toggle-disp-msg): Ditto.
2502         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2503         Use it instead of wl-summary-window-scroll-functions.
2504         (wl-summary-goto-folder-subr): Don't call
2505         wl-summary-window-scroll-functions, use
2506         wl-summary-buffer-window-scroll-functions instead.
2507
2508 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2509
2510         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2511         make-local-variable.
2512
2513 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2514
2515         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2516         set-buffer-modified-p.
2517         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2518         (wl-summary-display-bottom): Ditto.
2519         (wl-summary-toggle-disp-msg): Ditto.
2520
2521 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2524
2525         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2526         (wl-summary-forward): Use elmo-message-entity-field instead of
2527         elmo-message-field.
2528
2529         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2530
2531 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2532
2533         * wl-summary.el (wl-summary-window-scroll-functions): No use
2534         `append'.
2535
2536 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2537
2538         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2539         function.
2540         (wl-summary-window-scroll-functions): Call it when both
2541         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2542         (wl-summary-temp-mark): Added optional argument number.
2543         (wl-summary-message-mark): Added optional argument flag.
2544         (wl-summary-persistent-mark): Added optional argument number and flag.
2545         (wl-summary-update-persistent-mark): Ditto.
2546         (wl-summary-update-status-marks): Set "r" for interactive spec.
2547
2548         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2549         argument number and flag.
2550
2551         * wl-action.el (wl-summary-registered-temp-mark): 
2552         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2553
2554 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2557         internal variable (buffer local).
2558         (wl-summary-window-scroll-functions): New function.
2559         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2560         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2561         as nil.
2562         (wl-summary-update-status-marks): Added arguments beg, end and
2563         check.
2564         (wl-summary-update-mark-window): Use function.
2565         (wl-summary-sync-update): Follow the change above.
2566         (wl-summary-switch-to-clone-buffer): Copy
2567         wl-summary-buffer-unsync-mark-number-list.
2568         (wl-summary-goto-folder-subr): Set
2569         wl-summary-buffer-unsync-mark-number-list and
2570         use wl-summary-window-scroll-functions instead of
2571         wl-summary-lazy-highlight.
2572
2573         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2574
2575 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2578
2579         * wl-summary.el (wl-summary-update-persistent-mark): Call
2580         wl-summary-set-message-modified.
2581
2582         * wl-summary.el (wl-summary-sync-update): Don't call
2583         wl-summary-update-status-marks.
2584
2585         * Version number is increased to 2.11.18.
2586
2587 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2588
2589         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2590         (wl-message-next-page): Ditto.
2591
2592 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2593
2594         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2595         local variable.  Change the order of a collected list into the
2596         same as the specified range.  Remove nil from a collected list.
2597
2598 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2599
2600         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2601         argument for elmo-folder-list-messages.
2602
2603 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2604
2605         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2606         change (wl-summary-count-unreads return a list instead of a cons
2607         cell).
2608
2609 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2610
2611         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2612         `wl-summary-folder-info-update'.
2613
2614 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * wl-summary.el (wl-summary-set-message-modified): No use
2617         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2618         (wl-summary-set-mark-modified): Abolish.
2619         (wl-summary-mark-modified-p): Ditto.
2620         (wl-summary-save-view): Follow the change above.
2621
2622         * wl-expire.el (wl-summary-expire): Likewise.
2623
2624 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2625
2626         * wl-summary.el (wl-summary-detect-mark-position): Use
2627         modb-entity-handler.
2628         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2629
2630         * Version number is increased to 2.11.17.
2631
2632 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2633
2634         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2635         entity field value.
2636         (wl-summary-prefetch-msg): Ditto.
2637         (wl-summary-print-message-with-ps-print): Ditto.
2638
2639 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2640
2641         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2642         for dummy entity.
2643         (wl-summary-insert-thread): Use elmo-message-entity-field.
2644         (wl-summary-update-thread): Use elmo-message-entity-field and
2645         elmo-message-entity-number.
2646         (wl-summary-line-number):  Use elmo-message-entity-number.
2647         (wl-summary-line-size): Use elmo-message-entity-field.
2648         (wl-summary-line-subject): Ditto.
2649         (wl-summary-line-from): Ditto.
2650         (wl-summary-line-attached): Ditto.
2651         (wl-summary-create-line): Ditto.
2652         (wl-summary-create-line): Use elmo-message-entity-number.
2653         (wl-summary-print-message-with-ps-print): Use
2654         elmo-message-entity-field.
2655
2656 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2657
2658         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2659         change in elmo-msgdb-make-message-entity.
2660         (wl-summary-buffer-set-folder): Don't call
2661         wl-summary-detect-mark-position here.
2662         (wl-summary-rescan): Call elmo-message-entity-number.
2663         (wl-summary-sync-update): Ditto.
2664         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2665
2666         * wl-score.el (wl-score-header-index): Redefine 2th element.
2667         (wl-score-overview-entity-get-extra): Abolish.
2668         (wl-score-ov-entity-get): Rewrite.
2669         (wl-score-string-index<, wl-score-string-func<): Abolish.
2670         (wl-score-string<): New function.
2671         (wl-score-string-sort): Use it.
2672
2673         * wl-refile.el (wl-refile-guess-by-history): Use
2674         elmo-message-entity-field.
2675         (wl-refile-guess-by-from): Ditto.
2676         (wl-refile-guess-by-msgid): Ditto.
2677
2678         * Version number is increased to 2.11.16.
2679
2680 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2681
2682         * wl-folder.el (wl-folder-confirm-existence): Don't call
2683         file-exists-p if msgdb-path is nil.
2684         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2685         `wl-read-folder-hist' to `wl-read-folder-history'.
2686
2687 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2688
2689         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2690         `y-or-n-p'.
2691
2692 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * wl-score.el (wl-score-headers): Don't use
2695         elmo-folder-do-each-message-entity.
2696
2697         * Version number is increased to 2.11.15.
2698
2699 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2700
2701         * wl-summary.el (wl-summary-delete-all-msgs): Use
2702         elmo-folder-move-messages instead of elmo-folder-delete-messages
2703         and elmo-folder-detach-messages.
2704         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2705
2706         * wl-expire.el (wl-expire-delete): Ditto.
2707         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2708
2709 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2710
2711         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2712         (wl-message-header-narrowing-fields): Ditto.
2713         (wl-message-header-narrowing-lines): Ditto.
2714         (wl-message-header-narrowing-string): Ditto.
2715
2716         * wl-summary.el (wl-summary-mode-map): Bind
2717         wl-summary-toggle-header-narrowing to "C-cC-f".
2718         (wl-summary-toggle-header-narrowing): New function.
2719
2720         * wl-message.el (wl-message-buffer-create): Call
2721         wl-message-header-narrowing-setup.
2722         (wl-message-redisplay): Call wl-message-header-narrowing.
2723         (wl-message-header-narrowing): New function.
2724         (wl-message-header-narrowing-map): New keymap.
2725         (wl-message-header-narrowing-widen-map): New keymap.
2726         (wl-message-header-narrowing-again-at-mouse): New function.
2727         (wl-message-header-narrowing-1): Ditto.
2728         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2729         (wl-message-header-narrowing-setup): Ditto.
2730         (wl-message-header-narrowing-toggle): Ditto.
2731         
2732         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2733
2734         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2735         'flag as all.
2736         (wl-use-flag-folder-help-echo): New user option.
2737
2738         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2739         wl-summary-highlight as nil.
2740         (wl-summary-set-mark-modified): Follow the API change.
2741         (wl-summary-mark-modified-p): Ditto.
2742         (wl-summary-mark-as-read-all): Ditto.
2743         (wl-summary-sync-marks): Don't call
2744         elmo-folder-list-messages-with-global-mark.
2745         (wl-summary-mark-as-read-internal): Follow the API change.
2746         (wl-summary-mark-as-answered-internal): Ditto.
2747         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2748         Follow the API change.
2749         (wl-summary-create-line): Call with number argument.
2750         (wl-summary-reply): Follow the API change.
2751
2752         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2753         function.
2754         (wl-highlight-summary-line-string): Call it when
2755         wl-use-flag-folder-help-echo is non-nil.
2756         (wl-highlight-summary-current-line): Ditto.
2757         (elmo-flag-folder-referrer): Added autoload setting.
2758
2759         * wl-draft.el (wl-draft-kill): Follow the API change.
2760
2761         * Version number is increased to 2.11.14.
2762         
2763 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2764
2765         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2766
2767 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2768
2769         * Version number is increased to 2.11.13.
2770
2771 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * wl-draft.el (wl-draft-previous-history-element): Fixed
2774         unbalanced parenthesis and bind unbound local variables.
2775
2776 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2777
2778         * wl-draft.el (wl-draft-previous-history-element): New function.
2779         (wl-draft-next-history-element): Ditto.
2780         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2781         them to M-p and M-n.
2782
2783 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * Version number is increased to 2.11.12.
2786
2787 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2788
2789         * wl-draft.el (wl-draft-hide): Select buffer-window.
2790
2791 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2792
2793         * wl-summary.el (wl-summary-narrow-to-region): New function.
2794         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2795         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2796         (wl-summary-save-region): Use it.
2797         * wl-action.el (wl-summary-collect-numbers-region)
2798         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2799
2800 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-folder.el (wl-folder-count-incorporates): Don't use
2803         `elmo-msgdb-mark-load'
2804
2805         * Version number is increased to 2.11.11.
2806
2807 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2808
2809         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2810         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2811
2812 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2813
2814         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2815
2816 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * Version number is increased to 2.11.10.
2819
2820 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * wl-mime.el (wl-draft-attribute-value): Fixed.
2823
2824 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-util.el (wl-copy-local-variables): New function.
2827
2828         * wl-mime.el (wl-draft-attribute-recipients): New function.
2829         (wl-draft-attribute-envelope-from): Ditto.
2830         (wl-draft-attribute-smtp-posting-server): Ditto.
2831         (wl-draft-attribute-smtp-posting-port): Ditto.
2832         (wl-draft-attribute-value): Ditto.
2833         (wl-draft-preview-message): Use it to get value for
2834         attributes. Reflect result of `wl-draft-config'.
2835
2836         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2837         and call `wl-summary-mark-as-read' before to call
2838         `wl-summary-unset-mark'.
2839         (wl-summary-target-mark-mark-as-unread): Likewise.
2840         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2841
2842 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2843
2844         * wl-mime.el (wl-draft-preview-message): Use actual value for
2845         attributes; Fix for small window.
2846
2847 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2848
2849         * wl-refile.el (wl-refile-get-field-value): Call
2850         `elmo-message-entity-field' with 3rd argument is non-nil.
2851
2852 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * wl-vars.el (wl-draft-preview-attributes): New user option.
2855         (wl-draft-preview-attributes-list): Ditto.
2856         (wl-draft-preview-attributes-buffer-lines): Ditto.
2857         (wl-draft-preview-attributes-buffer-name): Ditto.
2858
2859         * wl-mime.el (wl-draft-preview-message): Display attributes.
2860
2861 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * wl-summary.el (wl-summary-detect-mark-position): Bind
2864         wl-summary-flag-priority-list to '(new).
2865
2866 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2869         funtion.
2870         (wl-highlight-summary-line-string): Use it.
2871         (wl-highlight-summary-current-line): Ditto.
2872
2873 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2874
2875         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2876         line even when the mark string is not changed.
2877
2878         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2879         argument change in the wl-summary-create-line.
2880         (wl-thread-insert-entity-sub): Ditto.
2881
2882         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2883         argument change in the wl-summary-create-line.
2884         (wl-summary-insert-sequential): Ditto.
2885         (wl-summary-update-thread): Ditto.
2886         (wl-summary-persistent-mark-string): New inline function.
2887         (wl-summary-message-mark): Use it.
2888         (wl-summary-create-line): Abolish argument wl-persistent-mark
2889         and added wl-flags, wl-cached.
2890
2891         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2892         mark to flags.
2893         (wl-highlight-summary-current-line): Decide the face not by the 
2894         persistent mark but flags.
2895
2896 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2899         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2900         wl-summary-read-uncached-mark): Revive.
2901         (wl-summary-answered-cached-mark,
2902         wl-summary-answered-uncached-mark): New user option.
2903         (wl-summary-score-marks): Follow the change above.
2904         (wl-summary-auto-refile-skip-marks): Ditto.
2905         (wl-summary-incorporate-marks): Ditto.
2906         (wl-summary-expire-reserve-marks): Ditto.
2907         (wl-summary-flag-priority-list): New user option.
2908
2909         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2910         changes.
2911         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2912         of elmo-message-mark.
2913         (wl-summary-mark-as-read-internal): Ditto.
2914         (wl-summary-mark-as-answered): Ditto.
2915         (wl-summary-mark-as-important): Ditto.
2916         (wl-summary-redisplay-internal): Ditto.
2917         (wl-summary-redisplay-no-mime-internal): Ditto.
2918         (wl-summary-message-mark): New function.
2919         (wl-summary-insert-sequential): Use wl-summary-message-mark
2920         instead of elmo-message-mark.
2921         (wl-summary-update-thread): Ditto.
2922         (wl-summary-persistent-mark): Ditto.
2923         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2924         instead of elmo-message-mark.
2925
2926         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2927         wl-summary-message-mark instead of elmo-message-mark.
2928         (wl-thread-insert-entity-sub): Ditto.
2929         (wl-thread-get-children-msgs-uncached): Ditto.
2930
2931         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2932         variable name changes.
2933         (wl-highlight-summary-current-line): Ditto.
2934
2935         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2936         wl-summary-message-mark instead of elmo-message-mark.
2937
2938         * wl-expire.el (wl-expire-message-p): Ditto.
2939
2940         * wl-score.el (wl-score-headers): Ditto.
2941
2942         * Version number is increased to 2.11.9.
2943
2944         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2945         (wl-summary-sync-update): Follow the change above.
2946         (wl-summary-switch-to-clone-buffer): Ditto.
2947         (wl-summary-open-folder): Ditto.
2948
2949 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2950
2951         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2952         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2953
2954         * Version number is increased to 2.11.8.
2955
2956         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2957
2958         * wl-expire.el (wl-expire-refile): Follow the API change on
2959         `elmo-folder-move-messages'.
2960         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2961
2962         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2963         (wl-summary-exec-action-refile): Ditto.
2964         (wl-summary-exec-action-copy): Ditto.
2965         (wl-summary-no-auto-refile-message-p): No use
2966         `wl-summary-buffer-msgdb'.
2967         (wl-summary-auto-refile): Ditto.
2968
2969 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2970
2971         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2972
2973 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2974
2975         * wl-summary.el (wl-summary-sync): Treat no-sync.
2976
2977         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2978         (wl-default-sync-range): Ditto.
2979
2980 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981
2982         * wl-refile.el (wl-refile-subject-learn): Call
2983         `elmo-message-entity-field' with 3rd argument is non-nil.
2984         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2985         instead of `elmo-msgdb-overview-entity-get-subject'.
2986
2987 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2988
2989         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2990         scan-type is rescan.
2991         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2992         new optional argument force is non-nil.
2993         (wl-summary-save-view-cache): Call it with force argument non-nil.
2994
2995         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2996
2997 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998
2999         * wl-action.el (wl-summary-print-argument): Fixed last change.
3000
3001 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3004         simplified.
3005         (wl-summary-target-mark-mark-as-unread): Likewise.
3006         (wl-summary-target-mark-mark-as-important): Likewise.
3007
3008 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3009
3010         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3011         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3012         (wl-summary-mark-as-important-region): Change accordingly.
3013         (wl-summary-target-mark-mark-as-important): Ditto.
3014
3015 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3016
3017         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3018
3019         * wl-action.el (wl-summary-print-argument): Print argument to
3020         right side of window if `wl-summary-print-argument-within-window'
3021         is non-nil.
3022
3023 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * wl-action.el (wl-summary-set-mark): Use
3026         `wl-summary-message-visible-p' to check visibility of the message
3027         and jump to message only when the message line is visible and have
3028         different number; Call wl-summary-unset-mark with number argument.
3029         (wl-summary-unset-mark): 
3030         Use `wl-summary-message-visible-p'
3031         to check visibility of the message and jump to message only when
3032         the message line is visible and have different number;
3033
3034 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3035
3036         * Version number is increased to 2.11.7.
3037
3038         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3039         and wl-folder-summary-line-format.
3040
3041         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3042         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3043         (wl-summary-set-score-mark): Use it.
3044         (wl-summary-target-mark-mark-as-read): Ditto.
3045         (wl-summary-target-mark-mark-as-unread): Ditto.
3046         (wl-summary-target-mark-mark-as-important): Ditto.
3047         (wl-summary-target-mark-msgs): Simplified.
3048         (wl-summary-detect-mark-position): Fixed problem when
3049         summary-line-format no contain persisten/temp mark spec.
3050         (wl-summary-temp-mark): Ditto.
3051         (wl-summary-persistent-mark): Ditto.
3052         (wl-summary-update-persistent-mark): Ditto.
3053
3054         * wl-action.el (wl-summary-set-mark): Ditto.
3055         (wl-summary-unset-mark): Ditto.
3056         All other related portions are changed.
3057
3058 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3059
3060         * Version number is increased to 2.11.6.
3061
3062 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3063
3064         * wl-util.el (wl-current-message-buffer): Define as function;
3065         Don't use the value of wl-messge-buffer.
3066
3067         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3068         persistent mark.
3069
3070         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3071         no current message, cause an error.
3072
3073 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3074
3075         * wl-summary.el (wl-summary-set-message-modified): Use
3076         elmo-folder-set-message-modified instead of
3077         elmo-folder-set-message-modified-internal.
3078
3079 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3080
3081         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3082         interactively.
3083         (wl-summary-sync): nokill->entirely.
3084         (wl-summary-sync-marks): Fixed message.
3085         (wl-summary-input-range): Added mark, nokill->entirely.
3086
3087         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3088         messages as read.
3089
3090 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3091
3092         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3093         update-noscore.
3094         (wl-summary-sync): Follow the change above.
3095
3096 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3097
3098         * wl-action.el (wl-summary-target-mark-all): Use
3099         elmo-folder-list-messages.
3100
3101 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3102
3103         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3104         (wl-summary-rescan): Set wl-summary-scored as nil.
3105         (wl-summary-sync-force-update): Follow the change above.
3106         (wl-summary-sync): Ditto.
3107         (wl-summary-sync-update): Added argument disable-killed.
3108         (wl-summary-insert-headers): Set visible-only argument for
3109         elmo-folder-list-messages.
3110         (wl-summary-input-range): Added update-nokill, update-noscore,
3111         all-nokill, all-noscore and mark.
3112
3113         * Version number is increased to 2.11.5.
3114
3115         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3116
3117 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3118
3119         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3120         (wl-summary-prefetch-region-no-mark): Change accordingly.
3121         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3122
3123 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3124
3125         * wl-address.el (wl-complete-field-to): Abolished.
3126         (wl-complete-address): Completion function for completing-read.
3127         * wl-action.el (wl-summary-get-resend-address): Use it.
3128
3129         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3130         wl-summary-update-mark and abolish unused argument.
3131         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3132         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3133         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3134         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3135         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3136         * wl-draft.el (wl-draft-kill): Ditto.
3137
3138         * wl-summary.el: Remove unused binding of case-fold-search.
3139         (wl-summary-replace-status-marks): Abolished.
3140
3141 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3142
3143         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3144         is specified or folder length is zero.
3145
3146 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3147
3148         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3149         (wl-folder-archive-current-entity): Ditto.
3150
3151 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3152
3153         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3154         retrieving message mark.
3155         (wl-summary-redisplay-internal): Ditto.
3156
3157         * wl-message.el (wl-message-buffer-display): Ignore errors while
3158         retrieving message-id field.
3159
3160         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3161         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3162         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3163         order of the arguments for `wl-expire-message-p'.
3164         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3165
3166         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3167         Check return value of wl-summary-reply.
3168         (wl-summary-reply): Recover window configuration when an error occured.
3169
3170 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3171
3172         * wl-summary.el (wl-summary-resend-message): Abolished, the
3173         feature is inherited by wl-summary-resend (put resend mark).
3174
3175 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3176
3177         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3178         wl-message-buffer to nil when the message is hide.
3179
3180 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3181
3182         * .cvsignore: New file.
3183
3184 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3185
3186         * wl-action.el (wl-summary-action-docstring): Add more info.
3187         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3188         duplicate definition.
3189         (wl-summary-define-mark-action): Functions wl-summary-*-region
3190         keep current position.
3191         (wl-summary-unregister-target-mark): Store result to the variable.
3192
3193 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3194
3195         * Version number is increased to 2.11.4.
3196
3197 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3200         wl-summary-delete-all-temp-marks.
3201         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3202
3203         * wl-action.el (wl-summary-set-mark): Changed terminology
3204         refile-destination -> action-argument.
3205         (wl-summary-unset-mark): Ditto.
3206         (wl-summary-remove-argument): Ditto.
3207         (wl-summary-print-argument): Ditto.
3208
3209         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3210         (wl-thread-remove-argument-region): Ditto.
3211         (wl-thread-print-argument-region): Ditto.
3212         (wl-thread-close): Ditto.
3213         (wl-thread-open): Ditto.
3214
3215         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3216         (wl-highlight-refile-destination-face is abolished)
3217         (wl-highlight-action-argument-string): Ditto.
3218         (wl-highlight-summary-current-line): Highlight action argument.
3219
3220         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3221         color for light backgrounds.
3222         (wl-highlight-summary-answered-face): Ditto.
3223
3224 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3225
3226         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3227
3228         * wl-score.el (wl-summary-score-update-all-lines): Use
3229         wl-summary-set-mark.
3230         (wl-summary-score-update-all-lines): Kill expunged messages.
3231
3232         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3233
3234 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3237         directly.
3238         (wl-score-overview-entity-get-lines): Ditto.
3239         (wl-score-overview-entity-get-xref): Ditto.
3240         (wl-score-get-latest-msgs): Ditto.
3241         (wl-summary-rescore): Ditto.
3242
3243         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3244         to "&".
3245         (wl-summary-mark-as-answered-internal): New inline function.
3246         (wl-summary-mark-as-answered): New function.
3247         (wl-summary-mark-as-unanswered): Ditto.
3248         (wl-summary-sync-marks): Modified for answered-mark synching.
3249
3250 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3251
3252         * wl-action.el (wl-summary-set-mark): Fixed last change.
3253
3254 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3255
3256         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3257         behavior of wl-summary-unread-message-hook
3258         (Pointed out by akira yamada <akira@arika.org>).
3259
3260 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3261
3262         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3263         wl-summary-delete.
3264         * wl-xmas.el (wl-summary-toolbar): Ditto.
3265
3266         * wl-action.el (wl-summary-set-mark): Don't override current
3267         temp-mark.
3268
3269         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3270
3271 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3272
3273         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3274         (wl-refile-msgid-learn): Ditto.
3275         (wl-refile-get-field-value): Ditto.
3276
3277         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3278
3279         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3280         (wl-expire-delete-reserved-messages): Renamed from
3281         wl-expire-reserve-marked-msgs-from-list.
3282         (wl-expire-delete): Removed argument `msgdb'.
3283         (wl-expire-refile): Ditto.
3284         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3285         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3286         mark-alist as argument.
3287         (wl-expire-archive-number1): Removed argument `msgdb'.
3288         (wl-expire-archive-number2): Ditto.
3289         (wl-expire-archive-date): Ditto.
3290         (wl-expire-localdir-date): Ditto.
3291         (wl-expire-hide): Ditto.
3292         (wl-archive-number1): Ditto.
3293         (wl-archive-number2): Ditto.
3294         (wl-archive-date): Ditto.
3295         (wl-archive-folder): Ditto.
3296         All other related portions are changed.
3297
3298 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3299
3300         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3301         mean move up and down. (suggested by Takashi Kawachi)
3302
3303 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * wl-acap.el (toplevel): Don't require un-define.
3306
3307 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3308
3309         * wl-thread.el (wl-thread-delete-message): Always update
3310         wl-summary-buffer-number-list.
3311
3312         * wl-action.el (wl-summary-print-destination): 
3313         Do nothing when folder is nil.
3314
3315 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3316
3317         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3318         persistent mark when prefetch is succeeded.
3319
3320 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3323         instead of elmo-msgdb-delete-msgs.
3324         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3325         (wl-expire-hide): Ditto.
3326
3327         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3328
3329         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3330         elmo-msgdb interface.
3331         (wl-thread-get-exist-children): Likewise.
3332         (wl-thread-insert-message): Likewise.
3333         (wl-thread-msg-mark-as-important): Likewise.
3334         (wl-thread-insert-entity-sub): Likewise.
3335         (wl-thread-get-children-msgs-uncached): Likewise.
3336
3337         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3338         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3339         (wl-summary-sync-update): Likewise.
3340         (wl-summary-auto-select-msg-p): Likewise.
3341         (wl-summary-update-thread): Likewise.
3342         (wl-summary-mark-as-important): Likewise.
3343         (wl-summary-jump-to-msg-internal): Likewise.
3344         (wl-summary-redisplay-internal): Likewise.
3345         (wl-summary-print-message-with-ps-print): Likewise.
3346         (wl-summary-folder-info-update): Likewise.
3347
3348         * wl-folder.el (wl-folder-check-one-entity):
3349         elmo-folder-count-flags instead of wl-summary-count-unread.
3350
3351         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3352
3353         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3354
3355         * wl-summary.el (wl-summary-set-message-modified): 
3356         Call wl-summary-set-mark-modified.
3357         (wl-summary-delete-messages-on-buffer): Call
3358         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3359         (wl-summary-sync-update): Call elmo-folder-length instead of
3360         elmo-folder-messages.
3361         (wl-summary-insert-headers): Don't call
3362         elmo-folder-list-message-entities.
3363
3364 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3365
3366         * wl-action.el (wl-summary-define-mark-action): Call
3367         `wl-summary-set-mark' with argument `data'.
3368         (wl-summary-auto-refile): Fixed order of arguments when call
3369         `wl-summary-refile'.
3370
3371 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3374
3375         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3376
3377         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3378         (Renamed from wl-highlight-summary-deleted-face).
3379         (wl-highlight-summary-resend-face): New face.
3380
3381         (wl-highlight-summary-deleted-face): Renamed from
3382         wl-highlight-summary-erased-face.
3383
3384         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3385
3386         * wl-action.el (wl-summary-get-resend-address): New function.
3387         (wl-summary-exec-action-resend): Ditto.
3388         (wl-summary-exec-action-resend-subr): Ditto.
3389
3390         * w-thread.el (wl-thread-copy): Removed definition.
3391         (wl-thread-refile): Ditto.
3392         (wl-thread-delete): Ditto.
3393         (wl-thread-target-mark): Ditto.
3394
3395         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3396         (wl-summary-target-mark-set-action): Fixed.
3397         (wl-summary-define-mark-action): Fixed quotation.
3398         (wl-summary-move-mark-list-messages): Display message.
3399         (wl-summary-define-mark-action): Define thread functions.
3400         (wl-summary-exec-action-refile): Changed message.
3401         (wl-summary-exec): Ditto.
3402
3403 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3404         
3405         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3406         '%%'.
3407
3408 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3409
3410         * wl.el (toplevel): Require wl-action.
3411         (wl-init): Call wl-summary-define-mark-action.
3412
3413         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3414
3415         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3416         wl-summary-delete and wl-summary-erase.
3417         (wl-summary-mode-map): Ditto.
3418
3419         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3420         wl-delete-folder-alist.
3421
3422         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3423         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3424         (toplevel): Moved mark & action related functions to the wl-action.el.
3425
3426         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3427         in wl-summary-mark-action-list.
3428         (wl-highlight-summary-current-line): Ditto.
3429
3430         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3431         empty lines.
3432
3433         * wl-action.el: New file. 
3434
3435 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3436
3437         * wl-summary.el (wl-summary-target-mark-replace): New function.
3438         (wl-summary-target-mark-prefetch): Use it.
3439         (wl-summary-target-mark-delete): Ditto.
3440         (toplevel): Rearranged definition order.
3441         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3442         (wl-summary-target-mark-erase): Rewrite.
3443         (wl-summary-erase-region): New function.
3444         (wl-summary-exec-action-erase): Changed message.
3445         (wl-summary-move-mark-list-messages): New function.
3446         (wl-summary-exec-action-delete): Use it.
3447         (wl-summary-exec-action-erase): Ditto.
3448
3449         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3450         (wl-summary-skip-mark-list): Added "d".
3451
3452         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3453         while searching.
3454
3455         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3456         and define using defcustom;
3457         Define 4th element as a face.
3458         
3459         * wl-summary.el (wl-summary-incorporate): Use 
3460         `wl-summary-prefetch-region-no-mark' instead of
3461         `wl-summary-prefetch-region'.
3462         (wl-summary-prefetch-region-no-mark): Revival of old
3463         `wl-summary-prefetch-region'.
3464         (wl-summary-mark-action-list): Moved to wl-vars.el
3465
3466         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3467         face according to the `wl-summary-mark-action-list'.
3468         (wl-highlight-summary-current-line): Ditto;
3469         Removed destination highlighting.
3470
3471         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3472         (wl-highlight-summary-line-string): Highlight for "i" mark.
3473         (wl-highlight-summary-current-line): Ditto.
3474
3475         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3476         no destination.
3477
3478         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3479         exists, just go ahead.
3480         (wl-summary-prefetch-region): Rewrite.
3481         (wl-summary-prefetch): Ditto.
3482         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3483         (wl-summary-exec-action-prefetch): New function.
3484         (wl-summary-target-mark-prefetch): Rewrite.
3485
3486 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3487
3488         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3489         (wl-highlight-summary-line-string): Added "d" and "D".
3490         (wl-highlight-summary-current-line): Ditto.
3491
3492         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3493         in wl-summary.el.
3494         (wl-thread-insert-entity-sub): Ditto.
3495         (wl-thread-remove-destination-region): Ditto.
3496         (wl-thread-print-destination-region): Ditto.
3497
3498         * wl-summary.el (wl-summary-buffer-refile-list,
3499         wl-summary-buffer-delete-list,
3500         wl-summary-buffer-copy-list): Abolish.
3501         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3502         All other related portions are changed.
3503         (wl-summary-mark-action-list): New variable.
3504         (wl-summary-set-mark): New function.
3505         (wl-summary-register-target-mark): Ditto.
3506         (wl-summary-unregister-target-mark): Ditto.
3507         (wl-summary-have-target-mark-p): Ditto.
3508         (wl-summary-register-temp-mark): Ditto.
3509         (wl-summary-unregister-temp-mark): Ditto.
3510         (wl-summary-registered-temp-mark): Ditto.
3511         (wl-summary-collect-temp-mark): Ditto.
3512         (wl-summary-unset-mark): Ditto.
3513         (wl-summary-set-target-mark): Ditto.
3514         (wl-summary-unset-target-mark): Ditto.
3515         (wl-summary-set-action-generic): Ditto.
3516         (wl-summary-unset-action-generic): Ditto.
3517         (wl-summary-exec-action-delete): Ditto.
3518         (wl-summary-exec-action-erase): Ditto.
3519         (wl-summary-set-action-refile): Ditto.
3520         (wl-summary-set-action-refile-subr): Ditto.
3521         (wl-summary-unset-action-refile): Ditto.
3522         (wl-summary-make-destination-numbers-list): Ditto.
3523         (wl-summary-exec-action-refile): Ditto.
3524         (wl-summary-set-action-copy): Ditto.
3525         (wl-summary-unset-action-copy): Ditto.
3526         (wl-summary-exec-action-copy): Ditto.
3527         (wl-summary-collect-numbers-region): Ditto.
3528         (wl-summary-delete): Rewrite.
3529         (wl-summary-erase): Ditto.
3530         (wl-summary-remove-destination): Ditto.
3531         (wl-summary-exec): Ditto.
3532         (wl-summary-exec-region): Ditto.
3533         (wl-summary-target-mark-erase): Ditto.
3534         (wl-summary-refile): Ditto.
3535         (wl-summary-copy): Ditto.
3536         (wl-summary-unmark): Ditto.
3537         (wl-summary-delete-all-mark): Ditto.
3538         (wl-summary-mark-line): Don't highlight.
3539         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3540         (wl-summary-target-mark-refile-subr): Rewrite.
3541
3542         (wl-summary-copy-prev-destination): Abolish.
3543
3544 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3545
3546         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3547         default values along the value of wl-on-mule.
3548         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3549         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3550         It is not used anywhere.
3551
3552 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3553
3554         * wl-summary.el (wl-summary-print-destination): Keep position.
3555         (wl-summary-cursor-move-surface): Keep horizontal position.
3556
3557 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3558
3559         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3560         write sendlog.
3561
3562 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3563
3564         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3565         `wl-summary-highlight'.
3566
3567 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3568
3569         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3570         trivial condition for temp-mark.
3571
3572 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3573
3574         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3575         when it hits killed buffer.
3576
3577 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3578
3579         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3580         * wl-news.el.in: `message' and `error' take format string.
3581
3582 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3583
3584         * wl-folder (wl-folder-insert-entity): Display a message,
3585         `...done', when the work finish.
3586         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3587
3588 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3589
3590         * wl-message.el (wl-message-redisplay): Remove unused local
3591         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3592
3593 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3594
3595         * wl-summary.el (wl-summary-replace-status-marks): Disable
3596         interactive use.
3597         (wl-summary-reedit): Check message existence at first.
3598         (wl-summary-mark-line): Fix doc, return value is indefinite.
3599
3600         * wl-highlight.el (wl-highlight-message): Arranged.
3601
3602         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3603         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3604         check temp-mark by wl-summary-temp-mark always.
3605         (wl-highlight-summary): Change accordingly.
3606         * wl-summary.el (wl-summary-mark-as-read-all)
3607         (wl-summary-delete-cache, wl-summary-set-score-mark)
3608         (wl-summary-mark-as-unread, wl-summary-unmark)
3609         (wl-summary-mark-line, wl-summary-mark-as-read)
3610         (wl-summary-mark-as-important): Ditto.
3611
3612         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3613         end of the window if possible.
3614         * wl-summary.el (wl-summary-sync-update): Support lazy
3615         highlighting.
3616         (wl-summary-toggle-disp-msg): Ditto.
3617
3618 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3619
3620         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3621
3622 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3623
3624         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3625         change.
3626
3627 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3630         API.
3631         (wl-summary-sync-update): Ditto.
3632
3633         * wl-score.el (wl-score-get-score-alist): Changed argument.
3634         (wl-summary-rescore-msgs): Likewise.
3635         (wl-summary-score-headers): Likewise.
3636         (wl-score-headers): Likewise;
3637         Use elmo-folder-do-each-message-entity, etc.
3638         (wl-summary-score-effect): Follow the changes above.
3639         (wl-summary-rescore): Ditto.
3640         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3641         (wl-score-get-overview): Abolish.
3642
3643         * wl-summary.el (wl-summary-default-from): Follow the API change in
3644         elmo-msgdb.
3645         (wl-summary-count-unread): Ditto.
3646         (wl-summary-detect-mark-position): Ditto.
3647         (wl-summary-overview-entity-compare-by-date): Ditto.
3648         (wl-summary-overview-entity-compare-by-number): Ditto.
3649         (wl-summary-overview-entity-compare-by-from): Ditto.
3650         (wl-summary-overview-entity-compare-by-subject): Ditto.
3651         (wl-summary-get-list-info): Ditto.
3652         (wl-summary-rescan): Ditto.
3653         (wl-summary-jump-to-msg-by-message-id): Ditto.
3654         (wl-summary-sync-update): Ditto; Removed comment.
3655         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3656         (wl-summary-insert-message): Use wl-summary-insert
3657         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3658         (wl-summary-insert-headers): Changed argument overview to folder.
3659         (wl-summary-search-by-subject): Likewise.
3660         (wl-summary-insert-thread): Renamed from 
3661         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3662
3663         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3664         too.
3665
3666         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3667         wl-string-member.
3668
3669 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3672         elmo-folder-append-buffer.
3673         (wl-draft-queue-append): Likewise.
3674
3675         * wl-mime.el (wl-message-delete-current-part): Ditto.
3676         (wl-summary-burst-subr): Ditto.
3677
3678         * wl-news.el.in (wl-news-send-news): Ditto.
3679
3680 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3681
3682         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3683         function.
3684         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3685         (wl-summary-update-mark): Enclose with save-excursion.
3686         (wl-summary-mark-as-read-internal): Fixed last change.
3687         (wl-summary-mark-as-important): Use 3rd argument of
3688         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3689         Don't use elmo-msgdb-set-mark.
3690         (wl-summary-redisplay-internal): If msgdb flag is already read,
3691         just update the mark on buffer.
3692
3693 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3694
3695         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3696         cut visible folder when elmo-folder-delete returns non-nil value.
3697
3698 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3699
3700         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3701         by Kenichi OKADA <okada@opaopa.org>).
3702
3703 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3704
3705         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3706
3707 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3708
3709         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3710         Fixed the last change, search group entity by its real name.
3711         (Thanks to: KOBAYASHI Shinji)
3712
3713 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3714
3715         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3716         (wl-fldmgr-access-display-all): Don't refer visible name.
3717         * wl-expire.el (wl-folder-archive-current-entity)
3718         (wl-folder-expire-current-entity): Ditto.
3719         * wl-folder.el (wl-folder-jump-to-current-entity)
3720         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3721         (wl-folder-open-folder-sub,wl-folder-open-all)
3722         (wl-folder-write-current-folder): Ditto.
3723         (wl-folder-insert-entity): Don't use petname for normal group.
3724         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3725         is the real name.
3726         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3727         Abolished.
3728
3729 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3730
3731         * wl-draft.el (wl-draft-create-buffer): Add
3732         `wl-summary-reply-with-citation'
3733
3734 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3735
3736         * wl-draft.el (wl-draft-reply): Fixed.
3737
3738 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3739
3740         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3741         when `wl-draft-send-confirm-with-preview' is non-nil.
3742         You can scroll up/down by j/k.
3743         (wl-draft-send-confirm-with-preview): New variable (default=t).
3744
3745 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3746
3747         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3748         (wl-fldmgr-save-folders): Fix comment.
3749
3750 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3751
3752         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3753         along the last change in `wl-folder-buffer-group-p'.
3754
3755 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3756
3757         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3758         folder.
3759
3760         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3761         the default value.
3762
3763         * wl-mime.el (wl-summary-burst): Update summary only when target
3764         folder equals current folder.
3765
3766 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3767
3768         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3769
3770 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3771
3772         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3773         value.
3774
3775 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3778         `map-extents' instead of `extent-at' repeatedly.
3779         (wl-highlight-folder-current-line): Ditto.
3780
3781         * wl-highlight.el: Remove useless dummy functions.
3782
3783 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3784
3785         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3786         (wl-folder-put-folder-property): New function to put text property.
3787         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3788         (wl-folder-insert-entity, wl-folder-update-diff-line)
3789         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3790         * wl-e21.el, wl-xmas.el, wl-mule.el
3791         (wl-highlight-folder-current-line): Ditto.
3792         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3793         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3794         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3795         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3796
3797 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3798
3799         * Version number is increased to 2.11.3.
3800
3801 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3804         Resume current-buffer since it is assumed by remaining tasks.
3805
3806 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3807
3808         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3809         (wl-folder-completion-function): Abolished.
3810         (wl-folder-complete-folder): New function.
3811         (wl-folder-complete-filter-condition): Ditto.
3812         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3813         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3814
3815 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3816
3817         * wl-draft.el (wl-draft-send-confirm): New function.
3818         (wl-draft-send): Use it.
3819
3820         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3821         cursor-in-echo-area while confirming.
3822
3823         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3824
3825         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3826         searching via nntp if wl-summary-search-via-nntp is 'force.
3827         Otherwise, invoke searching in nntp folder only.
3828         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3829
3830         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3831         explicitly for mime-make-text-tag.
3832
3833 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3834
3835         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3836         `mime-make-text-tag' instead of `mime-create-tag'.
3837
3838 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3841         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3842
3843 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3844
3845         * wl-score.el (wl-score-save): Bind print-length and print-level.
3846         (wl-score-pretty-print): Ditto.
3847         (wl-score-edit-insert-header-entry): Ditto.
3848
3849         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3850         "From" entry to be treated with wl-draft-eword-encode-address-list.
3851         * wl-mime.el (wl-draft-preview-message): Ditto.
3852
3853         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3854         (wl-summary-mark-as-unread): Ditto.
3855         (wl-summary-mark-as-read-region): Change accordingly.
3856         (wl-summary-mark-as-unread-region): Ditto.
3857         (wl-summary-target-mark-mark-as-read): Ditto.
3858         (wl-summary-target-mark-mark-as-unread): Ditto.
3859
3860 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3861
3862         * Version number is increased to 2.11.2.
3863
3864 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3865
3866         * wl-news.el.in (wl-news-previous-version-save): Bind
3867         print-length and print-level.
3868         * wl-thread.el (wl-thread-save-entities): Ditto.
3869         (wl-thread-save-top-list): Bind print-length.
3870
3871 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3872
3873         * wl-highlight.el (wl-highlight-summary-line-string): Use
3874         wl-summary-score-below-mark, wl-summary-score-over-mark.
3875         (wl-highlight-summary-current-line): Ditto.
3876
3877 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3878
3879         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3880         insert it.
3881
3882 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3883
3884         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3885
3886 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3887
3888         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3889         message without msgid.
3890         Rewrite with elmo-folder-move-messages.
3891         Set wl-message-buffer to nil.
3892
3893         * wl-summary.el (wl-summary-erase-subr): New function. Use
3894         elmo-folder-move-messages.
3895         (wl-summary-erase): Call it.
3896         (wl-summary-target-mark-erase): Ditto.
3897
3898 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3899
3900         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3901         it is not up-tp-date.
3902
3903 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3906         buffer after calling `wl-summary-goto-folder-subr' without the
3907         argument `interactive'.
3908         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3909
3910 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3911
3912         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3913         `mime-create-tag'. Use `string=' instead of `looking-at'.
3914
3915 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3918         to avoid compile warning.
3919
3920         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3921         entity-id when folder is given.
3922         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3923         save-excursion, use save-selected-window instead.
3924         Select folder buffer window if exists.
3925         (To correct behavior with wl-folder-move-cur-folder.)
3926
3927 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3928
3929         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3930
3931 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3932
3933         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3934         list-count instead of %d.
3935
3936 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3937
3938         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3939         (wl-news): Set it.
3940         (wl-news-append-to-folder): Use it.
3941
3942         * wl-news.el.in (wl-news-send-news): Append to specified folder
3943         instead of wl-default-folder.
3944         (wl-news-append-to-folder): Show error message with specified folder.
3945
3946         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3947                 In most major modes, Emacs assumes that any opening
3948                 delimiter found at the left margin is the start of a
3949                 top-level definition, or defun. Therefore, *never put an
3950                 opening delimiter at the left margin unless it should have
3951                 that significance.*
3952
3953         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3954
3955 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3956
3957         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3958
3959 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3960
3961         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3962
3963 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3964
3965         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3966         for sequential numbering case.
3967
3968 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3971         value.
3972         (wl-draft-reply-without-argument-list): Ditto.
3973         (wl-draft-reply-myself-with-argument-list): Abolish.
3974         (wl-draft-reply-myself-without-argument-list): Ditto.
3975         * wl-draft.el (wl-draft-self-reply-p): New function.
3976         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3977
3978 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3979
3980         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3981         (avoid error for the case without byte-compiling)
3982
3983 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3984
3985         * wl-news.el.in (wl-news-append-to-folder): New function.
3986         (wl-news-exit): Rewrite.
3987         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3988
3989 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3990
3991         * wl-draft.el (wl-draft-reply-position): New function.
3992         (wl-draft-reply-position): Fix.
3993         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3994         (wl-summary-target-mark-reply-with-citation): Ditto.
3995         (wl-summary-reply-with-citation): Ditto.
3996         * wl-vars.el (wl-draft-reply-default-position): New variable.
3997
3998 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3999
4000         * wl-draft.el (wl-draft-send): Preview when interactive send.
4001
4002 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4003
4004         * wl-draft.el (wl-draft-reply): Set default position.
4005         * wl-summary.el (wl-summary-reply): Ditto.
4006         (wl-summary-reply-with-citation): Ditto.
4007         (wl-summary-target-mark-reply-with-citation): Ditto.
4008
4009 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011         * wl-news.el.in (wl-news-lang): Set default value according to
4012         current-language-environment.
4013         (wl-news-append-news): Do nothing when news-list is nil.
4014
4015 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4016
4017         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4018         (wl-news): Change message.
4019         (wl-news-exit): Check buffer.
4020         (wl-news-force-exit): New function.
4021         (wl-news-show-all): New function.
4022         (wl-news-discard-and-exit): Fix.
4023
4024 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4025
4026         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4027         according to current-language-environment.
4028
4029         * wl-news.el.in (wl-news): If arg, show all NEWS after
4030         wl-news-default-previous-version.
4031
4032 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4033
4034         * wl-news.el.in (wl-news-check): Rewritten.
4035         (wl-news-previous-version-load): Change data type.
4036         (wl-news-previous-version-save): Change data type.
4037         (wl-news-append-news): Add return value.
4038         (wl-news-check-news): New function.
4039         (wl-news-already-current-p): New function.
4040         (wl-news-send-news): Rewritten.
4041         (wl-news-mode-map): Add new keybind.
4042         (wl-news): Rewritten.
4043         (wl-news-exit): Rewritten.
4044         (wl-news-discard-and-mail): New function.
4045         (wl-news-send-to-address): Abolished.
4046         * wl.el (wl-init): Delete a message.
4047
4048 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4049
4050         * wl-news.el.in (wl-news-exit): Update previous version.
4051         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4052
4053 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4054
4055         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4056
4057 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4058
4059         * wl-news.el.in (wl-news): New function.
4060         (wl-news-mode): New function.
4061         (wl-news-next-line): New function.
4062         (wl-news-next-page): New function.
4063         (wl-news-exit): New function.
4064         (wl-news-buf-name): New variable.
4065         (wl-news-mode-map): New variable.
4066         (wl-news-winconf): New variable.
4067         (wl-news-append-news): Add an option.
4068
4069 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4070
4071         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4072
4073 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4074
4075         * wl-news.el.in (wl-news-send-to-address): New variable.
4076         (wl-news-send-news): Use it.
4077         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4078         Return updating status.
4079         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4080
4081 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4082
4083         * wl-news.el.in (wl-news-send-news): Delete
4084         Organization and X-Face.
4085
4086 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4087
4088         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4089         (wl-news-append-news): New function.
4090         (wl-news-send-news): New function.
4091
4092 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * Version number is increased to 2.11.1.
4095
4096 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4097
4098         * wl-news.el.in : New file.
4099
4100 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4101
4102         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4103         default value.
4104         (wl-draft-reply-without-argument-list): Ditto.
4105
4106 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4107
4108         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4109         (wl-message-buffer-prefetch-idle-time): Ditto.
4110         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4111
4112 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-thread.el (wl-thread-insert-message): Use
4115         wl-summary-max-thread-depth.
4116
4117         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4118         loop detection.
4119
4120         * wl-message.el (wl-message-buffer-display): Back to the first page
4121         when cache is hit.
4122
4123 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4124
4125         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4126
4127         * wl-summary.el (wl-summary-insert-thread-entity):
4128         If the thread depth is reached to wl-summary-max-thread-depth,
4129         divide the thread.
4130
4131 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4132
4133         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4134         for elmo-remove-passwd.
4135
4136 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4139         folder is sticky.
4140         (wl-folder-mark-as-read-all-entity): Ditto.
4141         (wl-folder-prefetch-entity): Ditto.
4142
4143 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4144
4145         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4146
4147 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4148
4149         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4150         Delete messages on buffer for unplugged operation.
4151         (wl-summary-erase): Ditto.
4152
4153 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4154
4155         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4156         take nil so as not to search parent by subject.
4157
4158 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4159
4160         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4161         (wl-folder-get-next-folder): Ditto.
4162         (wl-folder-get-path): Ditto.
4163
4164 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4165
4166         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4167         system and encode the region with it before verifying.
4168
4169 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4172         system of the echo buffer before decoding.
4173
4174 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4175
4176         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4177         original contents.
4178
4179 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4182         with argument 'any-exists.
4183
4184 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4185
4186         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4187         Use `wl-cs-autoconv'.
4188
4189 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4190
4191         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4192         by `mime-view-automatic-conversion'.
4193
4194         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4195         (wl-message-verify-pgp-nonmime): Ditto.
4196         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4197         Bind them to C-c:d and C-c:v respectively.
4198
4199         Merge following code by Teranishi-san from [wl-en:00167].
4200         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4201         (wl-mime-preview-application/pgp-encrypted): Ditto.
4202         (wl-mime-setup): Add entry.
4203
4204 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4205
4206         * wl-summary.el (wl-summary-target-mark-erase): New function.
4207         Bind it to "mD".
4208
4209 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4210
4211         * wl-vars.el (wl-draft-write-file-function): Fix.
4212         (wl-draft-reedit-hook): Changed default value.
4213
4214         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4215         wl-draft-reedit-hook.
4216         (wl-draft-remove-text-plain-tag): New function.
4217         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4218
4219         * wl-vars.el (wl-draft-write-file-function): New user option.
4220
4221         * wl-draft.el (wl-draft-prepare-edit): Use it for
4222         local-write-file-hooks.
4223         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4224
4225         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4226         (wl-draft-insert-mail-header-separator): Return the body beginning
4227         point.
4228         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4229         text/plain.
4230         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4231
4232 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4233
4234         * wl-summary.el (wl-summary-erase): New function to erase message
4235         without moving it to trash. Bind to "D".
4236
4237         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4238         as `keep' unless switch-function.
4239
4240 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4241
4242         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4243         message buffer by using `wl-summary-toggle-disp-msg'.
4244         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4245         buffer window.
4246         (wl-summary-supresedes-message): Ditto.
4247
4248         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4249         Do not delete other windows.
4250         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4251         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4252         (wl-draft-create-buffer): Set reply-or-forward also for target
4253         mark commands.
4254
4255 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4256
4257         * wl-draft.el (wl-user-agent-compose): Delete special case for
4258         switch-to-buffer-other-window.
4259
4260         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4261         (wl-summary-forward): Ditto.
4262
4263         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4264         function.
4265         (wl-draft-buffer-style): New use option.
4266
4267         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4268         (wl-draft): Follow the change above.
4269         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4270         wl-draft-buffer-style.
4271         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4272         switch-function.
4273
4274 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4275
4276         * wl-address.el (wl-address-make-completion-entry): Extracted from
4277         `wl-address-make-completion-list'.
4278         (wl-address-enable-strict-loading): New variable.
4279         (wl-address-make-completion-list): Revive petname duplication
4280         inquiry, and enable it if `wl-address-enable-strict-loading'.
4281         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4282
4283 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-message.el (wl-message-get-original-buffer): Avoid
4286         'Selecting deleted buffer' error when original buffer is killed.
4287
4288 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4289
4290         * wl-summary.el (wl-summary-next-message): Use
4291         elmo-message-accessible-p instead of elmo-message-cached-p.
4292
4293 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4294
4295         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4296
4297         * wl-thread.el (wl-thread-open-all-unread): Use
4298         elmo-folder-list-flagged instead of
4299         elmo-folder-list-messages-mark-match.
4300
4301         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4302         instead of elmo-folder-list-messages-mark-match.
4303         (wl-summary-move-spec-alist): New variable.
4304         (wl-summary-move-spec-plugged-alist,
4305         wl-summary-move-spec-unplugged-alist): Abolish.
4306         (wl-summary-next-message): Follow the change above.
4307         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4308         with 'no-msg' argument.
4309
4310         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4311         variable.
4312         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4313         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4314         (wl-message-buffer-prefetch-get-next): Follow the change above.
4315
4316 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4317
4318         * wl-version.el (wl-version): Changed codename.
4319
4320         * Version number is increased to 2.11.0.
4321
4322 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4323
4324         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4325         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4326         `wl-draft-config-variables'.
4327         (wl-draft-kill): Fixed problem when the draft is reedit.
4328
4329 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4330
4331         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4332         buffer-modified status (Thanks to
4333         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4334
4335 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4336
4337         * wl-util.el (wl-region-exists-p): New function.
4338
4339         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4340         Remove defvars for byte-compile warnings.
4341
4342 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4343
4344         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4345         defvar-maybe. Removed unused bind.
4346
4347 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4348
4349         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4350         summary buffer window before creating new frame.
4351         (wl-draft-reply): Ditto.
4352
4353 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4354
4355         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4356
4357 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4358
4359         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4360
4361 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4362
4363         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4364         instead of `kill-region'.
4365
4366 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4367
4368         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4369         (wl-highlight-summary-line-string): Use it.
4370         (wl-highlight-summary-current-line): Ditto.
4371
4372         * wl-mime.el (wl-message-delete-current-part): Check the class of
4373         mime-entity.
4374
4375         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4376
4377         * wl-summary.el (wl-summary-make-number-list): Initialize.
4378         (wl-summary-update-mark): New function.
4379         (wl-summary-reply): Put `answered' mark on the message.
4380         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4381
4382         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4383         (wl-draft-reply): Added optional argument `number';
4384         Set wl-draft-parent-number.
4385         (wl-draft-kill): Delete answered mark if it is a reply.
4386
4387 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4390         that originates in mime-preview-follow-current-entity.
4391         (wl-draft-yank-current-message-entity): Use it if region is active.
4392
4393         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4394         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4395         `wl-message-delete-current-part'.
4396         * wl-mule.el (wl-message-define-keymap): Ditto.
4397         * wl-xmas.el (wl-message-define-keymap): Ditto.
4398
4399 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-mime.el (wl-message-delete-current-part): New function.
4402         (wl-mime-node-id-to-string): Ditto.
4403
4404         * wl-mime.el (wl-message-delete-current-part): Use existing
4405         original buffer which corresponds current mime-view buffer.
4406         (fetched buffer might have different structure, possibly)
4407
4408         * wl-mime.el (wl-message-delete-current-part): Quit if the
4409         message content differs from the actual message.
4410
4411 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4412
4413         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4414         order.
4415         (wl-summary-search-by-subject): Search parent message from tail;
4416         Check the existence of the parent message on the current thread tree.
4417         (wl-summary-update-thread): Check whether the line is inserted.
4418
4419 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4420
4421         * wl-vars.el (wl-summary-line-format): Undo last change.
4422         * wl-summary.el (wl-summary-print-destination): Do not put
4423         invisible property when `wl-summary-width' is nil.
4424         (wl-summary-line-subject-minimum-length): Abolished.
4425         (wl-summary-line-subject): Ditto.
4426
4427 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-vars.el (wl-summary-line-format): Change default value.
4430         (wl-summary-subject-length-limit): Abolished.
4431         * wl-summary.el (wl-summary-line-subject): Ditto.
4432
4433 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4434
4435         * wl-template.el (wl-template-select): Added optional argument.
4436         If optional argument is specified, reverse
4437         `wl-template-visible-select'.
4438
4439 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4442         Take prefix argument to force asking the destination folder.
4443
4444 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4445
4446         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4447         count and update status.
4448
4449 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4450
4451         * wl-summary.el (wl-summary-redisplay-internal): If
4452         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4453         after fetching.
4454
4455 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4456
4457         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4458         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4459
4460         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4461
4462 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4463
4464         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4465         (All other related portions are changed).
4466         (wl-summary-mark-as-read-all): Rewrite.
4467
4468 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4471         `wl-summary-mark-as-read'.
4472         (wl-summary-mark-as-unread): Rewrite.
4473         (wl-summary-mark-as-read): Added no-modeline argument.
4474         (wl-summary-resume-cache-status): Rewrite.
4475         (wl-summary-exec-subr): Remove unused local variable.
4476
4477 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4478
4479         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4480         logic to call `wl-summary-buffer-prev-folder-function'.
4481         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4482
4483 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4484
4485         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4486         is nil.
4487
4488 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4489
4490         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4491         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4492         (wl-mime-setup): Add its entry.
4493
4494 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4495
4496         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4497         (wl-summary-delete-cache): Likewise.
4498         (wl-summary-mark-as-read): Rewrite.
4499
4500 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4503         `wl-summary-count-unread'.
4504
4505         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4506
4507         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4508
4509 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4512         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4513         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4514         Renamed to the elmo-msgdb-*-mark.
4515         (wl-summary-score-marks): Follow the change above.
4516         (wl-summary-auto-refile-skip-marks): Ditto.
4517         (wl-summary-incorporate-marks): Ditto.
4518         (wl-summary-expire-reserve-marks): Ditto.
4519
4520         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4521         changes.
4522         (wl-thread-insert-top): Changed updating message.
4523
4524         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4525         variable.
4526         (wl-summary-count-unread): Count answered marks.
4527         (wl-summary-rescan): Call wl-summary-insert-message instead of
4528         wl-summary-append-message-func-internal.
4529         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4530         (wl-summary-prefetch-msg): Follow the variable name changes.
4531         (wl-summary-prefetch-region): Ditto.
4532         (wl-summary-mark-as-read-all): Follow the API changes;
4533         Don't call elmo-folder-replace-marks.
4534         (wl-summary-delete-cache): Follow the variable name changes.
4535         (wl-summary-resume-cache-status): Ditto.
4536         (wl-summary-update-status-marks): New function.
4537         (wl-summary-insert-message): New function.
4538         (wl-summary-sync-marks): Follow the variable name changes.
4539         (wl-summary-sync-update): Synchronize to the msgdb, too;
4540         Changed update messages.
4541         (wl-summary-make-number-list): Rewrite.
4542         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4543         (wl-summary-mark-as-unread): Follow the API changes.
4544         (wl-summary-exec-subr): Follow the variable name changes.
4545         (wl-summary-mark-as-read): Ditto.
4546         (wl-summary-move-spec-plugged-alist): Ditto.
4547         (wl-summary-move-spec-unplugged-alist): Ditto.
4548         (wl-summary-cursor-move-surface): Ditto.
4549
4550         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4551         variable name changes.
4552         (wl-highlight-summary-current-line): Ditto.
4553
4554         * wl-expire.el (wl-expire-refile): Follow the API change in
4555         elmo-folder-move-messages.
4556         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4557         (wl-summary-archive): Use elmo-folder-msgdb instead of
4558         elmo-msgdb-load.
4559
4560 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-mime.el (wl-draft-preview-message): Restore the position
4563         before evaluating wl-draft-send-hook in preview buffer.
4564
4565 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4568         when it creates new draft buffer.
4569
4570         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4571         without argument.
4572
4573         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4574         Evaluate content and if the value is string, insert it.
4575         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4576         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4577         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4578         wl-draft-config-sub-part-bottom): Use it.
4579
4580         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4581         with the folder name. The question was unintelligible when it is
4582         called from wl-save-status.
4583
4584 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4587         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4588         cannot take second argument).
4589
4590 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4591
4592         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4593         as t. Since type and subtype are not case sensitive (RFC 2045).
4594
4595 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * wl-vars.el (wl-message-mode-line-format): New variable.
4598         (wl-message-mode-line-format-spec-alist): Ditto.
4599         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4600         (wl-message-redisplay): Use wl-message-mode-line-format.
4601
4602 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4603
4604         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4605
4606 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-summary.el (wl-summary-default-from): Write description.
4609
4610 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4611
4612         * wl-vars.el (wl-ldap-objectclass): Abolish.
4613
4614         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4615         (wl-ldap-make-filter): Removed condition for objectclass.
4616         (wl-ldap-make-matched-value-list): Remove meaningless process.
4617         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4618         (wl-address-ldap-search): Don't add `*' to `pat' string;
4619         use ignore-errors; added `email';
4620         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4621         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4622         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4623
4624
4625 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-draft.el (wl-draft-parent-folder): Write description.
4628         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4629
4630 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4631
4632         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4633         as "" (zero-length string) if no parent.
4634         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4635
4636 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4637
4638         * wl-address.el (wl-address-make-completion-list): Skip duplication
4639         checking.
4640         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4641         `append'.
4642
4643 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4644
4645         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4646         instead of `beginning-of-buffer'.
4647
4648 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4651
4652 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4655         Refer wl-message-buffer-name.
4656         (wl-message-wheel-down): Ditto.
4657
4658 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-vars.el (wl-message-buffer-name): New user option.
4661
4662         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4663         directly instead of making alist dinamically.
4664
4665         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4666         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4667         wl-message-buffer-cache-name.
4668         (wl-message-buffer-cache-clean-up): Ditto.
4669
4670         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4671
4672         * Version number is increased to 2.9.15.
4673
4674 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4675
4676         * wl-vars.el (wl-summary-default-view-alist): New user option.
4677
4678         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4679
4680         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4681         while deleting address.
4682         (wl-draft-delete-myself-from-cc): Ditto.
4683
4684         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4685         If optional argument is specified, reverse sort order.
4686
4687         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4688
4689 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4690
4691         * wl-thread.el (wl-thread-insert-message): Return parent number if
4692         exists.
4693         (wl-thread-update-indent-string-region): Use
4694         wl-thread-update-line-on-buffer-sub instead of
4695         wl-thread-update-line-on-buffer.
4696
4697 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4698
4699         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4700         (wl-folder-close-all): Ditto.
4701
4702 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4703
4704         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4705         and mailing-list:.
4706         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4707         value.
4708         (wl-summary-line-list-info): Print mailing-list name even when 
4709         list-number is empty.
4710
4711 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4714
4715         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4716         (wl-draft-open-file): Ditto.
4717         (wl-draft-random-alphabet): Ditto.
4718
4719         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4720         bindings.
4721
4722 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723
4724         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4725         * wl-vars.el (wl-draft-config-alist): Ditto.
4726
4727 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4728
4729         * Version number is increased to 2.9.14.
4730
4731         * wl.el (wl): Don't set wl-init as nil when error occured while
4732         auto-checking folders.
4733
4734         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4735         `elmo-expand-newtext'.
4736
4737 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4740         `this-command' so that `wl-folder-goto-folder' contained in
4741         `wl-summary-keep-cursor-command' work.
4742
4743 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4744
4745         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4746         message buffer displaying state.
4747
4748 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-vars.el (wl-summary-default-view): New variable to specify
4751         default value for `wl-summary-buffer-view' instead of using
4752         set-default.
4753         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4754
4755 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4758
4759         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4760
4761 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4762
4763         * wl-vars.el (wl-forward-subject-prefix): New variable.
4764         * wl-draft.el (wl-draft-forward): Use it.
4765
4766 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4767
4768         * wl-message.el (wl-message-prev-page): When it is called without
4769         lines argument, scroll down by wl-message-scroll-amount lines.
4770         (wl-message-next-page): Ditto.
4771         * wl-vars.el (wl-message-scroll-amount): Change default value
4772         to preserve current behavior.
4773
4774 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4775
4776         * wl-summary.el (wl-summary-prefetch-msg): Bind
4777         `wl-message-entity' to call `wl-summary-from-function'.
4778
4779 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * wl-message.el (wl-message-buffer-create): Run
4782         wl-message-buffer-created-hook.
4783
4784 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * wl-summary.el (wl-summary-sort-specs): New variable.
4787         (wl-summary-default-sort-spec): Ditto.
4788         (wl-summary-sort): Rewrite.
4789         (wl-summary-sort-by-list-info): New function.
4790
4791 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4792
4793         * wl-summary.el (wl-summary-get-list-info): New function.
4794         (wl-summary-sort): Rewrite.
4795         (wl-summary-line-list-info): Ditto.
4796         (wl-summary-line-list-count): Ditto.
4797         (wl-summary-refile-region): Fixed docstring.
4798
4799 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4802         `wl-folder-entity-hashtb' as completion table.
4803
4804 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4807         only when this command is called interactively; silence the byte-
4808         compiler.
4809
4810 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4811
4812         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4813         active in XEmacs.
4814
4815 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4816
4817         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4818         plural lines.
4819
4820 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4823         of current line when the cursor is on the header name.
4824         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4825
4826 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4827
4828         * wl-util.el (wl-read-directory-name): Return displayed directory
4829         as the default value also on XEmacs.
4830
4831 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4832
4833         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4834         formatting.
4835
4836 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4837
4838         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4839         argument and when it is non-nil, check face property before
4840         highlighting for each line.
4841         (wl-highlight-summary-window): Set it.
4842
4843 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4846         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4847
4848         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4849         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4850         (wl-draft-get-fcc-list): Likewise.
4851
4852 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4855         (wl-thread-entity-cur): Ditto.
4856         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4857         wl-thread-indent-regexp setting.
4858         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4859
4860         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4861         wl-summary-lazy-highlight.
4862         (wl-summary-display-bottom): Ditto.
4863
4864         * wl-thread.el (wl-thread-open-close): Likewise.
4865
4866         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4867         from and subject;
4868         Bind wl-draft-use-frame;
4869         Enclose with save-window-excursion;
4870         Use wl-draft-create-buffer instead of with-temp-buffer;
4871         Use wl-draft-prepare-edit;
4872         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4873         Use wl-draft-send instead of wl-draft-raw-send.
4874
4875 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4876
4877         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4878         of using wl-from.
4879
4880 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4881
4882         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4883         insert-buffer instead of clone-buffer.
4884         (wl-draft-doing-mime-bcc): New variable.
4885         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4886         infinite loop.
4887         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4888
4889         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4890         (wl-draft-mime-bcc-body): Ditto.
4891
4892         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4893         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4894         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4895         wl-draft-do-mime-bcc.
4896         (wl-draft-mime-bcc-field): New function.
4897         (wl-draft-do-mime-bcc): Ditto.
4898
4899         * wl-address.el (wl-address-complete-header-list): New variable.
4900         (wl-address-complete-header-regexp): Changed default value.
4901
4902         * Version number is increased to 2.9.13.
4903
4904 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4905
4906         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4907         it is differed.
4908
4909 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4910
4911         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4912         (wl-summary-line-list-count): Ditto.
4913
4914 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4915
4916         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4917         (wl-nntp-posting-function): New variable.
4918         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4919         `wl-nntp-posting-config-alist'.
4920
4921 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4924         FLIM.
4925
4926 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4927
4928         * wl-summary.el (wl-summary-target-mark-refile-sub):
4929         Remove a nuisance funcall.
4930
4931 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4932
4933         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4934         as t for `try-completion'.
4935
4936 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4937
4938         * wl-summary.el (wl-summary-default-from): Use
4939         wl-address-header-extract-address instead of
4940         std11-extract-address-components.
4941         (wl-summary-simple-from): Ditto.
4942         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4943         (wl-summary-insert-headers): Show message.
4944         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4945         for whole line.
4946         (wl-summary-default-from): Revert last change.
4947         (wl-summary-simple-from): Ditto.
4948         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4949         (wl-summary-mark-as-read-region): Follow the change above.
4950         (wl-summary-sync-marks): Ditto.
4951         (wl-summary-target-mark-mark-as-read): Ditto.
4952         (wl-summary-redisplay-internal): Ditto.
4953         (wl-summary-redisplay-no-mime-internal): Ditto.
4954         (wl-summary-redisplay-all-header): Ditto.
4955         (wl-summary-mark-as-read): Removed argument `cached';
4956         Use current cache status to set cache mark.
4957         (wl-summary-redisplay-internal): Follow the change above.
4958         (wl-summary-redisplay-no-mime-internal): Ditto.
4959         (wl-summary-redisplay-all-header): Ditto.
4960
4961         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4962
4963         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4964         Don't call itself recursively (Adviced by Yamaoka-san).
4965
4966 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4969         bind wl-summary-highlight as nil to avoid error caused by missing
4970         local variables.
4971
4972 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4973
4974         * wl-vars.el (wl-invalid-character-message): New user option.
4975
4976         * wl-util.el (wl-set-string-width): If truncated string-width is
4977         larger than specified width, use `wl-invalid-character-message'.
4978
4979 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4980
4981         * wl-summary.el (wl-summary-prefetch-msg): 
4982         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4983
4984 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-vars.el (wl-summary-check-line-format): New user option.
4987         (wl-summary-line-format-file): Ditto.
4988
4989         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4990         variable.
4991         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4992         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4993         and `wl-summary-view-old-p' to check whether do a rescan or not.
4994         (wl-summary-view-old-p): New function.
4995         (wl-summary-line-format-changed-p): Ditto.
4996         (wl-summary-line-format-save): Ditto.
4997         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4998
4999         * wl-util.el (wl-set-string-width): Avoid using negative number
5000         for make-string.
5001
5002 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5003
5004         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5005         return value.
5006
5007         * wl-util.el (wl-set-string-width): Added optional argument
5008         `padding' (All other related portions are changed).
5009         (wl-line-parse-format): If the first letter of column number is
5010         `0', zero-padding the result (ex: "%05l").
5011
5012         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5013
5014 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5015
5016         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5017         sequential summary view.
5018
5019 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5022         if it doesn't have a -unix version.
5023
5024 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5027
5028 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5031         content.
5032         (wl-draft): Follow the change above.
5033
5034         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5035
5036         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5037         and wl-folder-summary-line-format-alist contain %T and %P.
5038
5039         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5040         (wl-summary-mode-line-format): New user option.
5041         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5042         (wl-summary-line-format): Changed default value.
5043         (wl-summary-lazy-highlight): Changed default value.
5044
5045         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5046         change in wl-summary-create-line.
5047         (wl-thread-insert-entity-sub): Ditto.
5048
5049         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5050         (wl-summary-buffer-unread-status): Ditto.
5051         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5052         (wl-summary-buffer-persistent-mark-column): Ditto.
5053         (wl-summary-buffer-mode-line-formatter): Ditto.
5054         (wl-summary-buffer-mode-line): Ditto.
5055         (wl-summary-message-regexp): Abolished.
5056         (All other related portions are changed.)
5057         (wl-summary-detect-mark-position): New function.
5058         (wl-summary-buffer-set-folder): Setup
5059         wl-summary-buffer-mode-line-formatter.
5060         (wl-summary-mode): Setup selective-display;
5061         Setup pre-idle-hook when xemacs.
5062         (wl-summary-update-modeline): Rewrite.
5063         (wl-summary-jump-to-msg): Define as function;
5064         Changed regexp for searching messages.
5065         (wl-summary-message-number): Rewrite.
5066         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5067         Do rescan when old type summary cache.
5068         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5069         (wl-summary-remove-destination): Use '\r' to detect EOL.
5070         (wl-summary-print-destination): Ditto.
5071         (wl-summary-temp-mark): New inline function.
5072         (wl-summary-persistent-mark): Ditto.
5073         (wl-summary-line-number): New function.
5074         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5075         (wl-summary-line-list-count): New function.
5076         (wl-summary-create-line): Added argument persistent-mark.
5077         (All other related portions are changed)
5078         (wl-summary-create-line): Insert '\r'.
5079         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5080         (wl-summary-cursor-move-surface): New inline function.
5081         (wl-summary-prev): Use it.
5082         (wl-summary-next): Ditto.
5083
5084         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5085         wl-summary-message-regexp.
5086         (wl-highlight-summary): Delete progress message.
5087         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5088
5089         * Version number is increased to 2.9.12.
5090
5091 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5092
5093         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5094         variable (nil: no minimum).
5095         (wl-summary-line-subject): Add some spaces after subject by
5096         wl-summary-line-subject-minimum-length.
5097
5098 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5099
5100         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5101         and removed `F'.
5102         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5103         change above).
5104
5105 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5106
5107         * wl-summary.el (wl-summary-line-list-count): Reverted.
5108         (example setting in samples/*/dot.wl is also updated)
5109
5110 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5111
5112         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5113
5114         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5115
5116         * wl-vars.el (wl-summary-line-format): Addes some description to the
5117         docstring.
5118
5119         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5120         (wl-summary-line-close-bracket): Ditto.
5121         (wl-summary-line-children-number): Ditto.
5122         (wl-summary-line-thread-indent): Ditto.
5123         (wl-summary-line-children-and-from): Ditto.
5124
5125         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5126         't', 'c', 'F' and added 'C'.
5127
5128         * wl-util.el (wl-set-string-width): Accept negative value.
5129         (wl-line-parse-format): Added "%number(" and "%)".
5130
5131 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5132
5133         * wl-summary.el (wl-summary-line-list-count): Change format of the
5134         return value.
5135
5136 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5137
5138         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5139         from the recent message.el.
5140         (wl-draft-point-in-header-p): Ditto.
5141         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5142         wl-draft-beginning-of-line.
5143         * wl-e21.el (wl-draft-mode-map): Ditto.
5144         * wl-xmas.el (wl-draft-mode-map): Ditto.
5145
5146         * wl-folder.el: Sort macrodefs by dependencies.
5147
5148 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5149
5150         * wl-summary.el (wl-summary-prev): Fixed regexp.
5151         (wl-summary-next): Ditto.
5152
5153 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5154
5155         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5156
5157 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5158
5159         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5160         for backward compatibility.
5161
5162 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5163
5164         * wl-summary.el (wl-summary-line-list-count): New function, merged
5165         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5166         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5167         list counts.
5168
5169 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5170
5171         * wl-summary.el (wl-summary-create-line): Ignore errors while
5172         timezone-fix-time.
5173
5174         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5175
5176         * wl-summary.el (wl-summary-sync-update): Ditto.
5177         (wl-summary-default-from): Use wl-message-entity
5178         instead of entity.
5179
5180         * wl-summary.el (wl-summary-create-line): Fix.
5181
5182         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5183         (wl-summary-line-format): New user option.
5184         (wl-folder-summary-line-format-alist): Ditto.
5185         (wl-summary-from-width): Abolished.
5186
5187         * wl-util.el (toplevel): Require 'bytecomp.
5188         (wl-line-parse-format): New function.
5189         (wl-line-formatter-setup): New macro.
5190
5191         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5192         (wl-summary-buffer-line-formatter): New buffer local variable.
5193         (wl-summary-switch-to-clone-buffer): Follow the change above.
5194         (wl-summary-message-regexp): Fix.
5195         (wl-summary-from-func-internal): Abolished.
5196         (wl-summary-subject-func-internal): Ditto.
5197         (wl-summary-subject-filter-func-internal): Ditto.
5198         (All other related portions are changed.)
5199         (wl-summary-buffer-set-folder):
5200         Set up wl-summary-buffer-number-column and 
5201         wl-summary-buffer-line-formatter
5202         (All other related portions are changed.)
5203         (wl-summary-buffer-number-column-detect): Abolished.
5204         (All other related portions are changed.)
5205         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5206         (wl-summary-delete-all-temp-marks-on-buffer): Use
5207         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5208         (wl-summary-target-mark-delete): Ditto.
5209         (wl-summary-target-mark-refile-subr): Ditto.
5210         (wl-summary-target-mark-mark-as-read): Ditto.
5211         (wl-summary-target-mark-mark-as-unread): Ditto.
5212         (wl-summary-target-mark-mark-as-important): Ditto.
5213         (wl-summary-target-mark-save): Ditto.
5214         (wl-summary-replace-status-marks): Renamed from
5215         wl-summary-set-status-marks-on-buffer;
5216         Use wl-summary-message-regexp instead of
5217         wl-summary-buffer-number-regexp.
5218         (wl-summary-sync-update): Follow the change above.
5219         (wl-summary-goto-previous-message-beginning): New function.
5220         (wl-summary-mark-as-unread): Use it.
5221         (wl-summary-mark-as-important): Ditto.
5222         (wl-summary-line-formatter): New variable.
5223         (wl-summary-line-year): New function.
5224         (wl-summary-line-day): Ditto.
5225         (wl-summary-line-day-of-week): Ditto.
5226         (wl-summary-line-hour): Ditto.
5227         (wl-summary-line-minute): Ditto.
5228         (wl-summary-line-open-bracket): Ditto.
5229         (wl-summary-line-close-bracket): Ditto.
5230         (wl-summary-line-children-number): Ditto.
5231         (wl-summary-line-thread-indent): Ditto.
5232         (wl-summary-line-size): Ditto.
5233         (wl-summary-line-subject): Ditto.
5234         (wl-summary-line-from): Ditto.
5235         (wl-summary-line-children-and-from): Ditto.
5236         (wl-summary-create-line): Rewritten.
5237         (wl-summary-format-date): Abolished.
5238
5239         * wl-highlight.el (wl-highlight-summary-current-line): Use
5240         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5241         Use thread structure to detect thread top message.
5242
5243         * wl-draft.el (wl-default-draft-cite): Don't use
5244         wl-summary-from-func-internal.
5245
5246         * wl-refile.el (wl-refile-subject-learn): Don't use
5247         wl-summary-subject-filter-func-internal.
5248         (wl-refile-guess-by-subject): Ditto.
5249
5250         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5251         parameters.
5252
5253         * wl-thread.el (wl-thread-update-indent-string-region):
5254         Use wl-thread-update-line-on-buffer instead of
5255         wl-thread-update-indent-string.
5256         (wl-thread-update-children-number): Redefine using
5257         wl-thread-update-line-on-buffer.
5258         (wl-thread-update-indent-string): Abolished.
5259
5260         * Version number is increased to 2.9.11.
5261
5262 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5265         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5266         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5267
5268         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5269         as nil.
5270
5271         * wl-thread.el (wl-thread-open-all-unread): Use 
5272         elmo-folder-list-messages-mark-match.
5273         (wl-thread-insert-message): Removed argument `mark-alist'.
5274         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5275         elmo-msgdb-set-mark.
5276         (wl-thread-get-children-msgs-uncached): Likewise.
5277         (wl-thread-get-exist-children): Added argument include-self.
5278         (wl-thread-delete-message): Follow the change above.
5279
5280         * wl-summary.el (wl-summary-count-unread): Removed argument.
5281         (wl-summary-rescan): Follow the change above.
5282         (wl-summary-mark-as-read-region): Ditto
5283         (wl-summary-mark-as-unread-region): Ditto.
5284         (wl-summary-delete-messages-on-buffer): Ditto.
5285         (wl-summary-sync-update): Ditto.
5286         (wl-summary-switch-to-clone-buffer): Ditto.
5287         (wl-summary-goto-folder-subr): Ditto.
5288         (wl-summary-target-mark-mark-as-read): Ditto.
5289         (wl-summary-target-mark-mark-as-unread): Ditto.
5290         (wl-summary-target-mark-mark-as-important): Ditto.
5291         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5292         (wl-summary-update-thread): Removed argument `mark-alist'.
5293         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5294         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5295         (wl-summary-resume-cache-status): Likewise.
5296         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5297         elmo-msgdb-set-mark.
5298         (wl-summary-mark-as-read-all): Likewise.
5299         (wl-summary-delete-cache): Ditto.
5300         (wl-summary-auto-select-msg-p): Ditto.
5301         (wl-summary-mark-as-unread): Ditto.
5302         (wl-summary-no-auto-refile-message-p): Ditto.
5303         (wl-summary-mark-as-read): Ditto.
5304         (wl-summary-mark-as-important): Ditto.
5305         (wl-summary-auto-refile): Follow the change above.
5306         (wl-summary-delete-all-marks): Removed.
5307         (wl-summary-resume-marks-and-highlight): Ditto.
5308         (wl-summary-resume-marks): Ditto.
5309         (wl-summary-delete-important-msgs-from-list): Ditto.
5310         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5311
5312         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5313         wl-summary-count-unread.
5314
5315         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5316         (wl-summary-score-update-all-lines): Use
5317         elmo-msgdb-set-mark.
5318
5319 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5322         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5323         (wl-summary-create-line): Renamed from
5324         wl-summary-overview-create-summary-line;
5325         Argument rearrangement.
5326         (wl-summary-update-thread): Follow the change above.
5327
5328         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5329         (wl-thread-insert-entity-sub): Likewise.
5330
5331         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5332         argument `overview', `mark-alist' and added `msgdb'.
5333
5334         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5335
5336         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5337         (wl-summary-rescan): Follow the change above.
5338         (wl-summary-sync-update): Ditto.
5339         (wl-summary-insert-thread-entity): Ditto;
5340         Don't use `let*' in every while loop;
5341         Detect infinite loop of threads.
5342         (wl-summary-update-thread): Removed argument `overview'.
5343
5344         * wl-thread.el (wl-thread-insert-message): Ditto.
5345
5346         * Version number is increased to 2.9.10.
5347
5348         * wl-message.el (wl-message-redisplay): Ignore errors while
5349         wl-message-redisplay-hook.
5350
5351 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5354
5355 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl.el (wl): inhibit-quit while wl-folder.
5358
5359 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5362         while msgdb access.
5363
5364 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5365
5366         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5367         even if no folder is not created.
5368
5369 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5370
5371         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5372
5373         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5374         implementation.
5375         (wl-summary-target-mark-thread): Ditto.
5376
5377         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5378
5379 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5380
5381         * wl-util.el (wl-display-bytes): Remove unused function.
5382
5383 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5386         seems critical one (partially reverse the change in 2002/03/17).
5387
5388 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5389
5390         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5391         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5392
5393 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5394
5395         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5396         is not writable.
5397         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5398         plugged status instead of `'force' as 2nd argument.
5399
5400         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5401         is not creatable.
5402
5403         * Version number is increased to 2.9.9.
5404
5405 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5406
5407         * wl-summary.el (wl-summary-suspend): New function.
5408
5409 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5410
5411         * wl.el (wl): Do not check variables if check is nil.
5412         * wl-utils.el (wl-collect-draft): New function.
5413         * wl-folder.el (wl-folder-suspend): Put summary buffers
5414         and draft buffers at the end of buffer list.
5415         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5416
5417 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5418
5419         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5420         loop instead of recursive call.
5421
5422         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5423         2nd argument.
5424
5425 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5426
5427         * wl-draft.el (wl-draft-create-contents): Don't take neither
5428         (function . args) nor (string . something) any more.
5429
5430         * wl-version.el (wl-generate-user-agent-string): Return string
5431         without header symbol.
5432         * wl-draft.el (wl-draft-default-headers): Use it.
5433
5434         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5435         `wl-draft-insert-ccs' and return field value instead of inserting
5436         the header. Abolish cc argument.
5437         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5438
5439         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5440         rather than one with string car.
5441
5442         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5443         * wl-draft.el (wl-draft-create-contents): Add it after the default
5444         headers.
5445
5446         * wl-draft.el (wl-draft-create-contents): For the case of
5447         (symbol-or-string . function) insert header only when the function
5448         returns string value.
5449
5450 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5451
5452         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5453         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5454
5455 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl.el (wl-check-environment): Don't check Message-ID when
5458         `wl-insert-message-id' is nil.
5459         Revive checking if `wl-message-id-domain' contains "@".
5460
5461 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5462
5463         * wl.el (wl-check-environment): Merge examination for "@" at
5464         inappropriate position into the first string-match.
5465
5466         * wl-summary.el (wl-summary-target-mark-print): New function.
5467         (wl-summary-pipe-message-subr): Extracted from
5468         `wl-summary-pipe-message'.
5469         (wl-summary-target-mark-pipe): New function.
5470         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5471         `wl-summary-target-mark-pipe'.
5472
5473 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5474
5475         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5476
5477 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5478
5479         * wl.el (wl-check-environment): Use elmo-warning instead of
5480         error for non-critical ones.
5481         Remove trash folder check.
5482         (wl): Don't ignore error in wl-check-environment.
5483
5484         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5485         check, which is moved from `wl-check-environment'.
5486         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5487
5488 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5489
5490         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5491         guess anything, call wl-summary-write.
5492         (wl-summary-write): Create draft with blank To field.
5493         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5494
5495 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5496
5497         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5498         argument full as well for wl-folder-write-current-folder.
5499         If wl-*-write-current-folder cannot guess addressee, add blank
5500         To header.
5501         Rewrite condition for positioning cursor.
5502
5503 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5504
5505         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5506         summary buffer is present, use it.
5507         (wl-folder-jump-to-previous-summary): Ditto.
5508
5509 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5510
5511         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5512
5513         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5514         wl-summary-previous-buffer and wl-summary-next-buffer.
5515
5516         * wl-folder.el (wl-folder-mode-map): Bind
5517         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5518         (wl-folder-jump-to-next-summary): New function.
5519         (wl-folder-jump-to-previous-summary): Ditto.
5520
5521         * wl-draft.el (wl-draft): Rearranged.
5522
5523 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5526         of header.
5527         (wl-draft): Collect arguments for the header as header-alist.
5528         (wl-draft-forward): Arrange arguments for wl-draft.
5529         (wl-draft-reply): Ditto.
5530         (wl-draft-edit-string): Ditto.
5531         * wl-summary.el (wl-summary-write): Ditto.
5532         (wl-summary-write-current-folder): Ditto.
5533
5534         * Version number is increased to 2.9.8.
5535
5536 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5537
5538         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5539
5540         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5541
5542         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5543         even if the guess failed.
5544
5545         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5546         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5547         wl-summary-write-current-folder.
5548         * wl-xmas.el: Ditto.
5549
5550 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-summary.el (wl-summary-next-page): Force display message if
5553         message is not displayed yet.
5554         (wl-summary-prev-page): Ditto.
5555
5556 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5557
5558         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5559
5560 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5561
5562         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5563         add "Preview Message" and "Save Draft and Exit".
5564
5565 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5568         if addrmgr is called from draft in splitted window.
5569
5570         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5571         * wl-mule.el: Ditto.
5572         * wl-xmas.el: Ditto.
5573
5574 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5575
5576         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5577
5578         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5579         * wl-xmas.el (wl-folder-toolbar): Ditto.
5580
5581 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5582
5583         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5584         and wl-draft-save-and-exit.
5585         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5586         * wl-xmas.el: Ditto.
5587         * wl-mule.el: Ditto.
5588
5589         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5590         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5591
5592 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5595         lists for saving buffer.
5596
5597 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5598
5599         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5600         parent-folder argument instead of it.
5601         (wl-draft-create-buffer): Ditto.
5602         (wl-draft-forward): Ditto.
5603         (wl-draft-reply): Ditto.
5604         * wl-summary.el (wl-summary-write): Ditto.
5605         (wl-summary-write-current-folder): Ditto.
5606
5607         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5608         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5609         Folder buffer after composing.
5610
5611 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5614         header if the file `wl-x-face-file' already contains it.
5615
5616 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5617
5618         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5619         folder" entry.
5620         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5621         * wl-e21.el (wl-folder-toolbar): Ditto.
5622         * wl-xmas.el (wl-folder-toolbar): Ditto.
5623
5624 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5625
5626         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5627         wl-folder-goto-folder with sticky argument.
5628         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5629
5630 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5633         and wl-summary-previous-buffer.
5634         (wl-summary-next-buffer): New function.
5635         (wl-summary-previous-buffer): Ditto.
5636
5637 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5638
5639         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5640         wl-folder-jump-to-current-entity-with-arg.
5641         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5642         `wl-folder-jump-to-current-entity'.
5643         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5644         `wl-summary-goto-folder-sticky'.
5645         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5646         `wl-summary-goto-folder'.
5647         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5648         Unless force-exit, do not clean temp. marks for sticky summary.
5649         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5650
5651 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5652
5653         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5654         not entire.
5655
5656 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5659         to `C-x C-s'.
5660         (wl-summary-save-status): New command.
5661         (wl-summary-exit): Don't clean-up temp marks when sticky.
5662         (Applied patch from Nakayama-san [wl: 09548])
5663         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5664         Do nothing when no mark data.
5665         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5666         Call `wl-summary-delete-all-temp-marks' before saving.
5667
5668 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5669
5670         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5671
5672 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl.el (wl-check-environment): Also cause error when (system-name)
5675         returns "localhost.localdomain". (Although it doesn't affect because
5676         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5677
5678 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5679
5680         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5681         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5682
5683         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5684         value.
5685
5686 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5687
5688         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5689         Likewise r-cc-list and r-ng-list.
5690
5691 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5694         only if it is bound as variable.
5695
5696         * wl-mime.el (wl-draft-preview-message): Ditto.
5697
5698 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5701         needless `goto-char'.
5702
5703         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5704         `wl-summary-redisplay-no-mime-internal' instead of
5705         `wl-summary-redisplay-no-mime'.
5706         (wl-summary-redisplay-no-mime): Changed argument;
5707         Call `wl-summary-redisplay-no-mime-internal'.
5708
5709         * wl-mime.el (wl-draft-preview-message): Bind
5710         `mime-header-encode-method-alist' locally.
5711
5712         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5713         (wl-draft-std11-parse-addresses): Added the first address check.
5714         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5715
5716         * Version number is increased to 2.9.7.
5717
5718 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5719
5720         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5721
5722 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5723
5724         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5725         related to scrollbar support, if there is no such a feature
5726         compiled in.
5727
5728 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5729
5730         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5731         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5732         for prefetch.
5733
5734 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5735
5736         * wl-summary.el (wl-summary-pick): Fix for no match.
5737
5738 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5739
5740         * wl-draft.el (wl-draft-save):
5741         Override `mime-header-encode-method-alist'.
5742
5743 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5744
5745         * wl-folder.el (wl-folder-pick): New function.
5746         Define key as "?".
5747
5748 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5749
5750         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5751         Fix for unplugged.
5752
5753 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5754
5755         * wl-folder.el (wl-folder-virtual): New function.
5756         Define key as "V".
5757
5758 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5759
5760         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5761         multi folder if entity is group.
5762
5763 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5764
5765         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5766         is nil.
5767
5768 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5769
5770         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5771         (wl-summary-target-mark-msgs): Return the number of marked messages.
5772
5773 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5774
5775         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5776         "first:" is specified.
5777
5778 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5779
5780         * wl-vars.el (wl-from): Use return value of function
5781         user-full-name instead of the variable user-full-name since
5782         XEmacs-20.4 doesn't set this variable.
5783
5784 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5785
5786         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5787         call `wl' directly.
5788
5789 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5790
5791         * wl-draft.el (wl-draft-reedit): Removed duplicated
5792         switch-to-buffers.
5793
5794 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * wl.el (wl-other-frame): Removed garbages.
5797
5798 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5801
5802         * wl-xmas.el (wl-draft-key-setup): Ditto.
5803
5804         * wl-mule.el (wl-draft-key-setup): Ditto.
5805
5806         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5807         (wl-draft-reedit): Ditto.
5808         (wl-draft-prepare-edit): Add `wl-draft-save' to
5809         `local-write-file-hooks'.
5810         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5811         (wl-draft-reedit): Set buffer-file-name.
5812         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5813
5814
5815         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5816         call it.
5817         (wl-delete-startup-frame-function): New variable.
5818         (wl-other-frame): New function
5819         (Original was written by Yamaoka san [wl: 09239]).
5820
5821         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5822         if `wl-folder-use-frame'.
5823
5824 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5825
5826         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5827
5828 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5829
5830         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5831         New variable.
5832         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5833         (wl-message-buffer-prefetch-get-next): Use them.
5834         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5835
5836 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5837
5838         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5839         with unwind-protect.
5840
5841         * wl-draft.el (wl-draft-reedit): Rewrite.
5842         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5843         (wl-draft-save): Insert header separator if it does not exist;
5844         Removed condition-case.
5845
5846         * wl-summary.el (wl-summary-reedit): Revert last change.
5847
5848         * wl-draft.el (wl-draft-save): Rewrite.
5849         (wl-draft-create-buffer): Set buffer-file-name as nil.
5850
5851         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5852
5853         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5854
5855         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5856         nil.
5857
5858 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5859
5860         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5861         If count is nil, do not prefetch.
5862         (wl-message-buffer-prefetch-next): Next.
5863
5864 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5865
5866         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5867
5868 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5869
5870         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5871         `delete-backward-char'
5872         (wl-draft-prepare-edit): Check major-mode.
5873         (wl-draft-decode-header): Rewrite.
5874         (wl-draft): Fix.
5875
5876 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5877
5878         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5879
5880 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5881
5882         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5883         (wl-message-buffer-prefetch-get-next): Remove size checking.
5884         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5885
5886 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5887
5888         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5889         (wl-draft-default-headers): Fix.
5890
5891 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5892
5893         * wl-draft.el (wl-draft-default-headers): Insert return value of
5894         `wl-generate-mailer-string-function'.
5895
5896 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5899         (wl-draft-insert-mail-header-separator): Ditto.
5900
5901         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5902         again (Reverted the change on 2002-01-17 by OKADA san).
5903
5904 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5905
5906         * wl-draft.el (wl-draft): Rewrite.
5907         (wl-draft-create-buffer): New function.
5908         (wl-draft-create-contents): Ditto.
5909         (wl-draft-prepare-edit): Ditto.
5910         (wl-draft-decode-header): Ditto.
5911         (wl-draft-decode-body): Ditto.
5912         (wl-draft-check-new-line): Ditto.
5913         (wl-draft-default-headers): Ditto.
5914         (wl-draft-insert-mail-header-separator): Ditto.
5915
5916 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5917
5918         * Version number is increased to 2.9.6.
5919
5920 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5921
5922         * wl-draft.el (wl-draft-delete-field): Optional argument.
5923         (wl-draft-delete-fields): Ditto.
5924
5925 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl-message.el (toplevel): Eliminated byte-compile warning.
5928         for `itimer-function', `delete-timer' and `itimer-list'.
5929
5930 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5931
5932         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5933         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5934         `wl-message-buffer-prefetch-threshold'.
5935         * wl-summary.el (wl-summary-redisplay-internal): Remove
5936         the check of `wl-message-buffer-prefetch-depth'.
5937
5938 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5939
5940         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5941         size of article.
5942         (wl-message-buffer-prefetch-subr): Remove size check.
5943
5944 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5945
5946         * wl-vars.el (wl-plugged): Make customizable.
5947
5948 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5949
5950         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5951         (wl-message-buffer-prefetch-set-timer): New function.
5952         (wl-message-buffer-prefetch-get-next): New function.
5953         (wl-message-buffer-prefetch): New function.
5954         (wl-message-buffer-prefetch-next): Rewrite.
5955         (wl-message-buffer-prefetch-subr): Rewrite.
5956         * wl-vars.el (wl-auto-prefetch-first): New variable.
5957         * wl-summary.el (wl-summary-goto-folder-subr): Call
5958         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5959
5960 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5961
5962         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5963         `wl-summary-unread-message-hook'.
5964
5965 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5966
5967         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5968         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5969         if range is `cache-status'.
5970
5971 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5972
5973         * wl-message.el (wl-message-buffer-prefetch-subr):
5974         Improve debug message.
5975
5976 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5977
5978         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5979         `wl-mail-send-pre-hook'.
5980         (wl-draft-send-mail-with-qmail): Ditto.
5981         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5982
5983 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5984
5985         * wl-message.el (wl-message-buffer-prefetch-subr):
5986         Fix for cancel-function-timers bug.
5987         (wl-message-buffer-prefetch-debug): Default value is t.
5988
5989 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5990
5991         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5992         (wl-message-buffer-prefetch-subr): Rewrite.
5993         Rename from `wl-message-buffer-prefetch'.
5994
5995 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5996
5997         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5998         (wl-default-draft-cite-decorate-author): Ditto.
5999
6000         * wl-draft.el (wl-draft-cite-function): Removed.
6001         (wl-default-draft-cite-decorate-author): Ditto.
6002
6003 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6004
6005         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6006         (wl-default-draft-cite): Do not arrange author name if the value of
6007         `wl-default-draft-cite-decorate-author' is nil.
6008
6009 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6012
6013         * wl-folder.el (wl-folder-check-one-entity): Don't care
6014         `elmo-folder-use-flag-p'.
6015
6016 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6017
6018         * wl-folder (wl-folder-check-one-entity): Fix
6019         problem if unread is nil.
6020
6021 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6022
6023         * wl-address.el (wl-address-make-completion-list): Check whether
6024         the address is a group list.
6025         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6026
6027 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6028
6029         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6030         The number of the messages of new and unread does not count
6031         correctly.
6032
6033         * wl-summary.el (wl-summary-count-unread): Changed to return
6034         `(new . unread)' instead of total.
6035         (wl-summary-sync-update): Follow the change above.
6036
6037         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6038
6039 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * wl-address.el (wl-address-make-completion-list): Do not enclose
6042         address by " <" and ">" if associated realname is "".
6043         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6044         This is against the promblem with group list in .addresses pointed
6045         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6046
6047 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6048
6049         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6050         message is a format control string.
6051         * wl-expire.el (wl-expire-append-log): Ditto.
6052         * wl-mime.el (wl-summary-burst-subr): Ditto.
6053         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6054         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6055
6056 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6057
6058         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6059         wl.el (wl-check-variables): Rename from `wl-check-type'.
6060         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6061         (wl-check-variables-2): New function.
6062         (wl): Call `wl-check-variables-2'.
6063
6064 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6065
6066         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6067         after renaming folder in access group.
6068
6069 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6070
6071         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6072         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6073         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6074         (wl-message-buffer-prefetch): Rewrite.
6075         (wl-message-buffer-prefetch-idle-time): Removed.
6076         * wl-summary.el (wl-summary-redisplay-internal):
6077         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6078         Error check for `wl-message-buffer-prefetch-depht'.
6079
6080 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6081
6082         * Version number is increased to 2.9.5.
6083         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6084
6085 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6086
6087         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6088         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6089         Based on the patch written by
6090         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6091
6092 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6093
6094         * wl-draft.el (wl-draft-raw-send): Fix for
6095         `wl-news-send-pre-hook'
6096
6097 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6098
6099         * wl-utils.el (wl-message-id-function): New variable.
6100         * wl-draft.el (wl-draft-insert-required-fields):
6101         Use `wl-message-id-function'.
6102
6103 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6104
6105         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6106         * wl-utils.el (wl-draft-make-message-id-string):
6107         Use `wl-from' for domain part of Message-ID
6108         if `wl-message-id-use-wl-from' if non-nil.
6109         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6110
6111 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6112
6113         * wl.el (wl): Call `wl-check-type'
6114         Do not 'condition-case'.
6115
6116 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6117
6118         * wl.el (wl-check-type): New function.
6119         (wl-check-type-variables): New variable.
6120
6121 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6122
6123         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6124
6125 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6126
6127         * wl-draft.el (wl-smtp-password-key): New function.
6128         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6129         (wl-draft-send-mail-with-smtp): Ditto.
6130         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6131
6132 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6133
6134         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6135         * wl-utils.el (wl-unique-id-suffix): Remove.
6136
6137 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6138
6139         * Version number is increased to 2.9.4.
6140
6141 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6142
6143         * wl-utils.el (wl-unique-id-suffix): New variable.
6144         (wl-unique-id): Use `wl-unique-id-suffix'
6145
6146 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6147
6148         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6149         instead of `elmo-msgdb-search'.
6150
6151         * Version number is increased to 2.9.3.
6152
6153 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6154
6155         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6156
6157 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6158
6159         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6160         (wl-draft-dispatch-message): Changed for send-later.
6161         (wl-draft-queue-flush): Ditto.
6162         (wl-draft): Clear `wl-sent-message-queued'.
6163         (wl-draft-reedit): Ditto.
6164         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6165         * wl-vars.el (wl-draft-force-queuing): New variable.
6166         (wl-draft-force-queuing-mail): New variable.
6167         (wl-draft-force-queuing-news): New variable.
6168
6169 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6172         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6173
6174 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6175
6176         * Version number is increased to 2.9.2.
6177
6178 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * wl-draft.el (wl-draft-elide-region): New user command.
6181         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6182
6183         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6184         command `wl-draft-elide-region'.
6185         * wl-mule.el: Ditto.
6186         * wl-xmas.el: Ditto.
6187
6188 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6191         (wl-biff-check-folder-async): Removed needless let.
6192
6193 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6196         wl-folder-get-elmo-folder.
6197         (wl-biff-check-folder): Set `biff' argument of
6198         `wl-folder-check-one-entity'.
6199         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6200
6201         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6202         (wl-folder-check-one-entity): Added `biff' argument;
6203         Setup `biff' slot of folder.
6204
6205         * Version number is increased to 2.9.1.
6206
6207 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6210         comment out and fixed.
6211         (wl-fldmgr-add-completion-subr): Ditto.
6212
6213         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6214         and msgdb.
6215
6216         * wl.el (wl-toggle-plugged): Save summary view.
6217
6218 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6221
6222 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6223
6224         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6225
6226 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6229         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6230         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6231
6232         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6233         if it was failed.
6234         (wl-demo): Disable undo in the demo buffer.
6235
6236 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6237
6238         * wl-version.el (wl-version): Changed codename.
6239
6240         * Version number is increased to 2.9.0.
6241
6242 2001-12-14  Takuo KITAME <kitame@northeye.org>
6243
6244         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6245         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6246         (wl-folder-mark-as-read-all-current-entity): Ditto.
6247
6248 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6249
6250         * wl-vars.el (wl-from-width): Define as obsolete variable.
6251         (wl-subject-length-limit): Ditto.
6252
6253         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6254
6255         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6256         wl-summary-save-view.
6257
6258         * wl.el (wl-save-status): Ditto.
6259         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6260
6261         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6262         (wl-summary-exit): Follow the change above.
6263         (wl-summary-goto-folder-subr): Ditto.
6264
6265         * wl-folder.el (wl-folder-create-subr): Don't use
6266         `elmo-folder-creatable-p'.
6267
6268 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6269
6270         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6271
6272 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6275         rather than bitmap on Emacs 21.
6276         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6277         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6278         for xbm if the new redisplay engine is not available.
6279
6280 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl-folder.el (wl-folder-init-hook): New hook.
6283         (wl-folder-init): Run `wl-folder-init-hook'.
6284
6285 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6288
6289 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6290
6291         * wl-acap.el (wl-acap-cache-filename): New variable.
6292         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6293         (wl-acap-init): Use cache if no ACAP server found.
6294
6295 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6296
6297         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6298         `wl-acap-original-msgdb-dir'.
6299
6300         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6301         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6302
6303         * wl-mime.el (wl-mime-save-directory): Renamed from
6304         `wl-mime-save-dir'.
6305
6306 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6309
6310         * wl-demo.el: Require `path-util'.
6311         (wl-demo-bitmap-mule-available-p): New internal variable.
6312         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6313         `module-installed-p' instead.
6314         (wl-demo-insert-image): Use *.img file for a bitmap image.
6315         (wl-demo): Don't call the ascii demo recursively.
6316
6317 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6318
6319         * Version number is increased to 2.7.7.
6320
6321 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl.el (wl-exit): Eliminated byte-compile warning.
6324
6325 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6326
6327         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6328         obsolete variable using `elmo-define-obsolete-variable'.
6329         (wl-fetch-confirm-threshold): Ditto.
6330         (wl-cache-prefetch-folder-type-list): Ditto.
6331         (wl-cache-prefetch-folder-list): Ditto.
6332
6333 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6336         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6337         (wl-demo-insert-image): New function.
6338         (wl-demo-insert-text): New function.
6339         (wl-demo-image-type-alist): Redefine as a function.
6340         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6341         (wl-demo-with-temp-file-buffer): Removed.
6342         (wl-logo-xpm): Removed.
6343         (wl-logo-xbm): Removed.
6344         (wl-logo-bitmap): Removed.
6345
6346 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6347
6348         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6349         (wl-expire-localdir-get-folder-function): New user option.
6350         (wl-expire-localdir-get-folder): New function.
6351         (wl-expire-localdir-date): Ditto.
6352
6353 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6354
6355         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6356         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6357         Fixed unread number mismatch when all-unread < unread.
6358
6359 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6362         (wl-fetch-confirm-threshold): Ditto.
6363
6364         * wl-summary.el (wl-summary-confirm-appends): Removed.
6365         (wl-summary-sync-update): Don't refer
6366         `wl-summary-update-confirm-threshold' (It is now abolished).
6367
6368         * wl-message.el (wl-message-display-internal): Don't refer
6369         `wl-fetch-confirm-threshold' (It is now abolished).
6370
6371 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6374
6375 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6376
6377         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6378         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6379         Change default value to nil.
6380         (wl-summary-indent-length-limit): The value can be nil, nil means
6381         unlimited.
6382
6383         * wl-summary.el: Don't set limit for indent length if the value of
6384         wl-summary-indent-length-limit is nil.
6385         If the value of wl-summary-width is nil, it means only that the width
6386         of summary is unlimited (nil doesn't mean that the indent length is
6387         unlimited).
6388
6389         * wl-thread.el: Ditto.
6390
6391 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6392
6393         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6394         be nil, nil means never confirm.
6395         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6396
6397 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6398
6399         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6400         means unlimited).
6401
6402 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6403
6404         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6405         Use `with-temp-buffer'.
6406
6407 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6410         with new backquote style).
6411         (wl-folder-get-entity-from-buffer): Ditto.
6412
6413 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6414
6415         * wl-version.el (nemacs-version): Eliminated.
6416         (wl-extended-emacs-version2): Ignore nemacs.
6417         (wl-extended-emacs-version3): Ditto.
6418
6419 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6420
6421         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6422         (wl-draft-add-in-reply-to): New variable.
6423         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6424         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6425         (wl-draft-yank-from-mail-reply-buffer): Use
6426         `wl-draft-add-in-reply-to'.
6427         (wl-draft-insert-current-message): Ditto.
6428
6429 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6430
6431         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6432         typo (kill->hide).
6433         (wl-message-buffer-prefetch-folder-type-list): Added elements
6434         `mark' and `cache' instead of `internal'.
6435
6436 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6439         resume msgdb directory.
6440
6441 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl.el (wl-exit): Call `wl-acap-exit'.
6444
6445         * wl-summary.el (wl-summary-message-string): New function.
6446         (wl-summary-reedit): Use it.
6447         (wl-summary-resend-bounced-mail): Remove needless let.
6448         (wl-summary-supersedes-message): Ditto.
6449         (wl-summary-save): Ditto.
6450
6451         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6452         (wl-acap-init): Set it.
6453         (wl-acap-exit): New function.
6454
6455 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6456
6457         * wl.el (wl-init): Revert (require 'mime-setup). move from
6458         toplevel.
6459
6460 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6461
6462         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6463         local variables.  Add error when guess function return invalid
6464         value.
6465
6466 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6467
6468         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6469         Change local variable name.
6470         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6471         (wl-folder-get-newsgroups): Return nil when non-news folder.
6472         * wl-summary.el (wl-summary-write-current-folder): State through
6473         when guess-list return nil.
6474         (wl-summary-write-current-folder-functions): Fixed docstring.
6475
6476         * wl.el (wl-exit): Changed confirm message.
6477
6478         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6479         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6480
6481         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6482
6483 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6484
6485         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6486         user option (Renamed from wl-cache-prefetch-folder-type-list).
6487         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6488         from wl-cache-prefetch-folder-list).
6489
6490         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6491         Move to wl-vars.el.
6492         (wl-message-buffer-prefetch-p): Changed to enable
6493         `wl-message-buffer-prefetch-folder-list'.
6494
6495         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6496         `ignore-cache'.
6497
6498 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6499
6500         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6501         `part-top' and `part-bottom'.
6502         (wl-draft-config-sub-part-top): New function.
6503         (wl-draft-config-sub-part-bottom): New function.
6504
6505 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6506
6507         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6508
6509 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6510
6511         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6512
6513 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6514
6515         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6516
6517         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6518         (wl-summary-write-current-folder): Ditto.
6519
6520 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-folder.el (wl-folder-get-newsgroups): Use
6523         `elmo-folder-newsgroups'.
6524
6525 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6526
6527         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6528         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6529         `wl-draft-config-sub-header-bottom'.
6530
6531 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6532
6533         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6534         localnews folder.
6535
6536 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6537
6538         * wl-summary.el (wl-summary-mode): Undo last change.
6539
6540         * wl-folder.el (wl-folder-mode): Ditto.
6541
6542 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6543
6544         * wl-summary.el (wl-summary-mode): Locally set
6545         truncate-partial-window-width to nil.
6546         (for XEmacs)
6547
6548         * wl-folder.el (wl-folder-mode): Ditto.
6549
6550 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6553
6554 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6555
6556         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6557         number.
6558
6559         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6560
6561         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6562
6563         * Version number is increased to 2.7.6.
6564
6565 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6568
6569 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-summary.el (wl-summary-sync-update): Enclose network
6572         related portion with `unwind-protect'.
6573
6574 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6575
6576         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6577
6578 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6581         element.
6582         * wl-vars.el (wl-message-body-button-alist): Ditto.
6583
6584         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6585         max match length.
6586         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6587
6588         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6589         for the max match length;
6590         Use 4th element value for the button string regexp group.
6591
6592         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6593         candidate exists, prompt to select.
6594
6595 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6596
6597         * wl-summary.el (wl-summary-jump-to-msg): Search before
6598         calibration point by `beginning-of-line'.
6599
6600 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6601
6602         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6603         for access group.
6604
6605 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6606
6607         * wl-message.el (wl-message-display-internal): Bind
6608         `default-mime-charset'.
6609
6610         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6611
6612         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6613
6614         * Version number is increased to 2.7.5.
6615
6616 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6617
6618         * wl-expire.el (wl-summary-archive): Fixed;
6619         Use `elmo-folder-name-internal'.
6620
6621 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6622
6623         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6624         from `elmo-folder-move-messages' caller.
6625         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6626
6627         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6628         related portions are changed).
6629
6630 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6631
6632         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6633         counter.
6634
6635 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6636
6637         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6638         buffer local and set it to nil.
6639
6640         * wl-message.el (wl-message-redisplay): Ditto.
6641
6642 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6643
6644         * wl-summary.el (wl-summary-mark-as-important): If message is
6645         already cached, set messag as read, otherwise encache and mark as read.
6646
6647 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6648
6649         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6650         point-min.
6651
6652 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6655         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6656         a keymap.
6657
6658 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6659
6660         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6661         parent.
6662
6663         * wl-mule.el (wl-message-define-keymap): Ditto.
6664
6665         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6666
6667         * wl-xmas.el (wl-message-display-internal-hook): Define.
6668         (wl-xmas-setup-message-toolbar): Define as function.
6669         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6670         (wl-message-overload-functions): Abolished.
6671         (wl-message-define-keymap): New function.
6672
6673         * wl-vars.el (wl-message-display-internal-hook): New variable.
6674         (wl-message-header-button-alist): New variable (Renamed from
6675         wl-highlight-message-header-button-alist).
6676         (wl-message-body-button-alist): Ditto.
6677
6678         * wl-mule.el (wl-message-define-keymap): New function.
6679         (wl-message-overload-functions): Abolished.
6680
6681         * wl-message.el (wl-message-add-buttons-to-body): New function.
6682         (wl-message-redisplay): Don't call wl-message-overload-functions;
6683         Call wl-message-add-buttons-to-header and
6684         wl-message-add-buttons-to-body.
6685         (wl-message-display-internal): Set keymap argument for
6686         elmo-mime-display-as-is, elmo-mime-message-display;
6687         Run wl-message-display-internal-hook.
6688         (wl-message-refer-article-or-url): Abolished.
6689
6690         * wl-highlight.el (wl-highlight-headers): Don't call
6691         wl-highlight-message-add-buttons-to-header.
6692         (wl-highlight-message-add-buttons-to-header): Abolished.
6693
6694
6695         * wl-e21.el (wl-message-display-internal-hook): Define.
6696         (wl-e21-setup-toolbar): Deleted duplicated binding.
6697         (wl-e21-setup-message-toolbar): Define as function.
6698         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6699         (wl-message-define-keymap): New function.
6700         (wl-message-overload-functions): Abolished.
6701
6702 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6703
6704         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6705         and elmo-folder-close.
6706
6707         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6708
6709 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6710
6711         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6712         boolean value.
6713         * wl-draft.el (wl-draft-do-fcc): Ditto.
6714
6715 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6716
6717         * wl-vars.el (wl-fcc-force-as-read): New variable.
6718         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6719         mark copied message as read.
6720
6721 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6722
6723         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6724
6725 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6726
6727         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6728         `wl-summary-target-above' instead of obsolete variable
6729         `wl-summary-temp-above'.
6730
6731         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6732         instead of `make-obsolete-variable'.
6733         * wl-refile.el (toplevel): Ditto.
6734
6735 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6738         with third argument t.
6739         (wl-draft): Set first argument for wl-plugged-init as t.
6740
6741         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6742         definition.
6743
6744 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl-vars.el: Tabify.
6747         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6748
6749         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6750         message.
6751
6752 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6753
6754         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6755         and set default to beep.
6756
6757 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6758
6759         * wl-vars.el (wl-draft-truncate-lines): New variable.
6760
6761         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6762         instead of wl-message-truncate-lines for truncate-lines.
6763
6764 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-message.el (wl-message-display-internal): Call
6767         `wl-highlight-message' after `elmo-mime-display-as-is'.
6768
6769         * wl-mime.el (wl-mime-display-text/plain): New function.
6770         (wl-mime-display-header): Ditto.
6771         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6772         body-presentation-method for text/plain;
6773         Register `wl-mime-display-header' as a header-presentation-method;
6774         Don't set up `elmo-message-text-content-inserted-hook' and
6775         `elmo-message-header-inserted-hook'.
6776
6777         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6778         variable.
6779         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6780         as t if flag is 'all-header;
6781         Don't bind `elmo-message-ignored-field-list',
6782         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6783
6784 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6787         for xemacs with non-mule environment.
6788
6789 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6790
6791         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6792         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6793         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6794
6795 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6796
6797         * wl-vars.el (wl-interactive-send): Set default value as t.
6798
6799 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6802         (wl-addrmgr-method-list): Abolished.
6803         (wl-addrmgr-change-method): Follow above change.
6804
6805         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6806
6807 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6808
6809         * wl-vars.el (wl-message-truncate-lines): Change default value
6810         to default-truncate-lines.
6811
6812         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6813
6814 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6815
6816         * wl-vars.el (wl-message-truncate-lines): New variable.
6817
6818         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6819         wl-message-truncate-lines.
6820
6821 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6822
6823         * wl-acap.el (wl-acap-init): Remove period from error message.
6824         (wl-acap-find-acap-service): Remove period from message.
6825
6826 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl.el (wl-check-environment): Undo last change.
6829
6830         * wl-vars.el (wl-from): Changed default value.
6831
6832         * wl-util.el (toplevel): Don't require tm-edit.
6833
6834         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6835         `wl-folder-init';
6836         Don't set mark on mail body.
6837         (wl-draft-reedit): Ditto.
6838
6839         * wl-address.el (wl-address-quote-specials): Define as an alias for
6840         elmo-address-quote-specials.
6841
6842 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6845
6846         * wl-vars.el (wl-from): Set default value as nil.
6847         (wl-organization): Set default value as ORGANIZATION environment
6848         variable.
6849
6850         * wl-draft.el (wl-smtp-extension-bind): Check value of
6851         wl-smtp-connection-type.
6852
6853         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6854         error.
6855
6856 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6857
6858         * Version number is increased to 2.7.4.
6859
6860         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6861         arguments from `wl-highlight-x-face-function' caller.
6862         Use x-face-1.3.6.12 or later.
6863
6864 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6865
6866         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6867
6868 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6869
6870         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6871         (wl-fcc): Fix to accept function.
6872         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6873
6874 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6875
6876         * wl-acap.el (toplevel): Added `product-provide' declare.
6877         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6878
6879 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl.el (wl): Changed order of calling `elmo-init'
6882         and `elmo-folder-init'.
6883
6884 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6885
6886         * wl-mime.el (wl-summary-burst): Extract message when content-type
6887         of root entity is not only `multipart' but also `message/rfc822'.
6888         (wl-summary-burst-subr): Ditto.
6889
6890 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-vars.el (toplevel): Require 'custom.
6893         (wl-trash-folder): Added to `wl-setting' group.
6894
6895         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6896         exists.
6897         (wl-addrmgr-draw): Insert empty line when no entry exists.
6898
6899         * wl-mule.el (wl-message-wheel-up): Fixed.
6900         (wl-message-wheel-down): Ditto.
6901
6902 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6903
6904         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6905         config is an anonymous lambda expression.
6906
6907 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6910         when Mule 2 is running.
6911
6912 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6913
6914         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6915
6916 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6917
6918         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6919         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6920
6921         * wl-address.el (wl-address-specials-regexp): Eliminated.
6922         (wl-address-quote-specials): Rewrite.
6923
6924 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6927         shy-groups for regexp.
6928
6929         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6930         character classes and Perl style shy-groups for regexp.
6931         (wl-highlight-plugged-current-line): Use Posix style character
6932         classes for regexp.
6933         (wl-e21-highlight-folder-by-numbers): Ditto.
6934         (wl-e21-display-image-p): Use `display-images-p' instead of
6935         `display-graphic-p'.
6936         (display-images-p): Make an alias to `display-graphic-p' if it is
6937         not available.  It is for Emacs version prior to 21.0.105.
6938
6939         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6940         `display-graphic-p'.
6941         (wl-demo-image-type-alist): Ditto.
6942         (display-images-p): Make an alias to `display-graphic-p' if it is
6943         not available.  It is for Emacs version prior to 21.0.105.
6944
6945 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6946
6947         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6948         support.
6949         (wl-generate-user-agent-string): Ditto.
6950
6951         * wl-version.el (wl-version): Update docsting.
6952         (wl-version-status): Ditto.
6953
6954 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6955
6956         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6957         21.0.105.  For Emacs 21.0.104 or earlier.
6958
6959 2001-09-03  Takuo KITAME <kitame@northeye.org>
6960
6961         * wl-e21.el (wl-plugged-init-icons): Use
6962         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6963         (wl-biff-init-icons): Ditto.
6964
6965 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-highlight.el (wl-highlight-summary-current-line):
6968         Fixed highlighting refile/copy destination.
6969
6970         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6971         (wl-acap-store): Encode string by wl-acap-coding-system.
6972
6973 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6974
6975         * wl-acap.el (toplevel): Check and require 'un-define before
6976         'xemacs-ucs;
6977          Added checking for UTF-2000.
6978
6979 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6982         Don't enclose with `eval-and-compile'.
6983
6984         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6985         wl-init is non-nil.
6986
6987         * wl-draft.el (wl-draft): Ditto.
6988
6989         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6990
6991         * wl-acap.el (toplevel): Require 'wl.
6992         (wl-acap-store): Call `elmo-init'.
6993
6994         * wl.el (wl): Changed position of `wl-check-environment'.
6995         (toplevel): Added autoload setting for wl-acap.
6996
6997         * wl-vars.el (wl-setting): New custom group.
6998         (wl-from): Added wl-setting group.
6999         (wl-user-mail-address-list): Ditto.
7000         (wl-organization): Ditto.
7001         (wl-subscribed-mailing-list): Ditto.
7002         (wl-envelope-from): Ditto.
7003         (wl-smtp-posting-user): Ditto.
7004         (wl-smtp-posting-server): Ditto.
7005         (wl-smtp-posting-port): Ditto.
7006         (wl-smtp-authenticate-type): Ditto.
7007         (wl-pop-before-smtp-user): Ditto.
7008         (wl-pop-before-smtp-server): Ditto.
7009         (wl-pop-before-smtp-port): Ditto.
7010         (wl-pop-before-smtp-authenticate-type): Ditto.
7011         (wl-nntp-posting-server): Ditto.
7012         (wl-nntp-posting-user): Ditto.
7013         (wl-nntp-posting-port): Ditto.
7014         (wl-fetch-confirm-threshold): Ditto.
7015         (wl-prefetch-threshold): Ditto.
7016         (wl-thread-insert-opened): Ditto.
7017         (wl-ldap-server): Ditto.
7018         (wl-ldap-port): Ditto.
7019         (wl-ldap-base): Ditto.
7020         (wl-ldap-objectclass): Ditto.
7021         (wl-use-ldap): Ditto.
7022         (wl-draft-config-alist): Ditto.
7023         (wl-draft-config-matchone): Ditto.
7024         (wl-template-alist): Ditto.
7025         (wl-message-sort-field-list): Ditto.
7026         (wl-message-ignored-field-list): Ditto.
7027         (wl-message-visible-field-list): Ditto.
7028         (wl-interactive-send): Ditto.
7029         (wl-summary-move-order): Ditto.
7030         (wl-auto-select-first): Ditto.
7031         (wl-auto-select-next): Ditto.
7032         (wl-interactive-save-folders): Ditto.
7033
7034         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7035         Initialization codes are moved from wl-local-folder-init.
7036         (wl-local-folder-init): Follow the change above.
7037         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7038
7039         * wl-acap.el: New file.
7040
7041         * Version number is increased to 2.7.3.
7042
7043 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7044
7045         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7046
7047 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7048
7049         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7050         (wl-addrmgr-address-entry-list): Ditto.
7051
7052 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7053
7054         * wl-e21.el (wl-draft-mode-map): Removed binding for
7055         `wl-draft-insert-x-face-field'.
7056
7057         * wl-mule.el (wl-draft-mode-map): Ditto.
7058
7059         * wl-xmas.el (wl-draft-mode-map): Ditto.
7060
7061         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7062         (wl-cs-autoconv): Ditto.
7063         (wl-cs-local): Ditto.
7064         (wl-use-scoring): Ditto.
7065         (wl-mime-charset): Ditto.
7066         (wl-folder-check-async): Ditto.
7067
7068         * wl.el (toplevel): Ignore nemacs and tm.
7069         (wl-exit): Ditto.
7070
7071         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7072         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7073         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7074         instead of wl-address-petname-add-or-change.
7075         (wl-summary-edit-addresses-subr): Use wl-address-delete
7076         instead of wl-address-petname-delete.
7077
7078         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7079
7080         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7081         if error occured.
7082
7083         * wl-message.el (require): Remove tm support.
7084
7085         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7086
7087         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7088         (wl-folder-jump-to-current-entity): Ditto.
7089         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7090
7091         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7092         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7093         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7094
7095         * wl-mule.el (wl-draft-key-setup): Ditto.
7096
7097         * wl-xmas.el (wl-draft-key-setup): Ditto.
7098
7099         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7100         (wl-draft-std11-parse-addresses): New function.
7101         (wl-draft-parse-mailbox-list): Use it.
7102         (wl-draft): Ignore nemacs.
7103         (wl-draft-reedit): Ditto.
7104
7105         * wl-addrmgr.el: New file.
7106         (Original is wl-rcpt.el written by
7107         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7108         Thanks Kitamoto-san.)
7109
7110         * wl-address.el (wl-address-make-address-list): Modified parsing
7111         process.
7112         (wl-address-delete): Renamed from `wl-address-petname-delete';
7113         Modify wl-address-list too.
7114         (wl-address-add-or-change): Renamed from
7115         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7116
7117 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7118
7119         * wl-highlight.el (wl-highlight-summary-current-line):
7120           Work with transient-mark-mode
7121
7122 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * Version number is increased to 2.7.2.
7125
7126         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7127         instead of elmo-dop-queue-method.
7128
7129 2001-08-06  SAITO Atsunori <sai@yedo.com>
7130
7131         * wl-vars.el (wl-ldap-objectclass): New user option.
7132
7133         * wl-address.el (wl-ldap-make-filter): Use it.
7134
7135 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7138
7139 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * wl-folder.el (wl-folder): redisplay after folder insertion.
7142
7143         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7144
7145         * wl-summary.el (wl-summary-sync-update):
7146         Change status mark only when new-msgdb exists.
7147         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7148
7149 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-summary.el (wl-summary-open-folder): New function.
7152         (wl-summary-goto-folder-subr): Use it.
7153         (wl-summary-mark-as-important): Fix;
7154         Encache only when no cache exists.
7155
7156 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7157
7158         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7159         Use with-current-buffer.
7160
7161 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7162
7163         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7164         before call `get-buffer'. Fixed parenthesis.
7165         (wl-score-get-header-entry): Clear message and help window when
7166         keyboard quit.
7167         (wl-score-edit-insert-header): Ditto.
7168
7169 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7172         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7173         (wl-default-draft-cite): Fix.
7174
7175         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7176         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7177
7178 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-message.el (wl-message-prev-page): Do same bahavior
7181         as summary when it is called in the message buffer.
7182         (wl-message-next-page): Ditto.
7183
7184 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-summary.el (wl-summary-forward): Use cache if it is not
7187         section cache.
7188
7189 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7190
7191         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7192         Removed redundant require of elmo-vars.
7193         (wl-biff-state-indicator-on): Changed default value for
7194         xemacs with non-mule environment.
7195
7196         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7197         wl-message-buffer is nil;
7198         Hide progress bar after moving messages.
7199
7200 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7203         message at cursor point is deleted.
7204
7205 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-vars.el: Changed file coding system to euc-japan.
7208         Added -*-coding:-*- magic to the first line.
7209
7210         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7211         Search parent from the first message.
7212
7213         * Version number is increased to 2.7.1.
7214
7215 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7216
7217         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7218
7219 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7222         refile/delete execution.
7223
7224         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7225         Fixed docstring.
7226
7227 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7228
7229         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7230         do update process;
7231         Don't update marks when update process is interrupted.
7232
7233 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl-summary.el (wl-summary-reply): Fixed problem when
7236         wl-draft-use-frame is non-nil.
7237         (wl-summary-forward): Ditto.
7238
7239         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7240         as nil.
7241         (wl-folder-mark-as-read-all-entity): Ditto.
7242         (wl-folder-prefetch-entity): Ditto.
7243
7244         * wl.el (wl): Check environment before wl-init.
7245
7246         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7247         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7248         instead of wl-summary-collect-unread.
7249         (wl-summary-reply): Split message window.
7250
7251 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7254         only if current language environment is japanese,
7255
7256         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7257         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7258         (wl-folder-goto-folder-subr): Ditto.
7259
7260         * wl-draft.el (wl-draft-dispatch-message): Call
7261         `elmo-file-cache-get-path'.
7262
7263 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7264
7265         * wl-summary.el (wl-summary-cursor-move): If return value of
7266         wl-summary-next-message is not number, don't jump.
7267
7268 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7269
7270         * wl-summary.el (wl-summary-buffer-next-message-function): New
7271         variable.
7272         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7273         if it is bound.
7274
7275         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7276         string.
7277
7278         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7279         (wl-plugged-drawing): Ditto.
7280
7281 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7282
7283         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7284         process.
7285         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7286         with unwind-protect.
7287
7288         * wl.el (wl-init): Require mime-setup.
7289         (wl-check-environment): Don't require mime-setup.
7290
7291         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7292         instead of elmo-folder-type.
7293
7294         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7295         value as nil.
7296
7297 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7298
7299         * Version number is increased to 2.7.0.
7300
7301         * wl-version.el (wl-version): Changed codename.
7302
7303         * wl-summary.el (wl-summary-delete-cache): Fixed.
7304
7305         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7306         Workaround for net folders.
7307         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7308
7309         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7310         value to nil (According to the patch from
7311         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7312
7313         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7314         of elmo-folder-close.
7315
7316 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7317
7318         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7319         for postfix.
7320
7321 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * wl-summary.el (wl-summary-resend-message): Fixed.
7324
7325         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7326         Call wl-draft with `from' argument if its address is included in
7327         `wl-user-mail-address-list'.
7328         (wl-draft): Added `from' argument.
7329
7330         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7331         non-nil.
7332         (wl): Don't show demo if wl-demo is nil.
7333
7334         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7335         wl-summary-use-frame.
7336
7337         * wl-vars.el (wl-summary-use-frame): New user option.
7338         (wl-folder-use-frame): Changed docstring.
7339
7340         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7341         non-nil.
7342         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7343         wl-summary-use-frame.
7344
7345         * wl-vars.el (wl-folder-use-frame): New user option.
7346
7347         * wl-summary.el (wl-summary-exit): Back to folder frame if
7348         wl-folder-use-frame is non-nil.
7349         (wl-summary-redisplay-internal): Ignore cache if current folder
7350         is draft folder,
7351         (wl-summary-redisplay-no-mime): Ditto.
7352         (wl-summary-redisplay-all-header): Ditto.
7353
7354         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7355         if wl-folder-use-frame is non-nil.
7356
7357 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7358
7359         * wl-summary.el (wl-summary-sync-update): Bind
7360         elmo-folder-update-threshold.
7361         (wl-summary-mark-as-important): Enclosed server mark processing
7362         with `save-match-data'.
7363
7364         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7365         only when it is already defined.
7366
7367 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7368
7369         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7370         name of folder exclude localdir is wrong.
7371         * wl-folder.el (wl-folder-sync-entity):
7372         Set `wl-summary-always-sticky-folder-list' as nil.
7373         (wl-folder-mark-as-read-all-entity): Ditto.
7374         (wl-folder-prefetch-entity): Ditto.
7375
7376 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7377
7378         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7379         instead of `wl-summary-write-current-newsgroup'.
7380
7381 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7382
7383         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7384         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7385         non-nil and selected message is important, do not display.
7386
7387 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7388
7389         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7390
7391 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7394
7395         * wl-summary.el (wl-summary-mark-as-important): Set message number
7396         using wl-summary-message-number.
7397
7398 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7399
7400         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7401         destination folder is 'null.
7402
7403 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7404
7405         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7406         New function.
7407         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7408         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7409         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7410
7411 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7412
7413         * wl-mime.el (wl-mime-setup): Added setting for
7414         `mime-setup-signature-key-alist' to avoid overriding key bind for
7415         `wl-draft-send'.
7416
7417         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7418         for `wl-draft-send'.
7419         * wl-mule.el (wl-draft-overload-functions): Ditto.
7420         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7421         * wl-draft.el (wl-draft-send): Ditto.
7422
7423         * wl-message.el (wl-message-display-internal):
7424         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7425         (Patch is provided by <kita@coe.nttdata.co.jp>).
7426
7427 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7428
7429         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7430
7431 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7432
7433         * wl.el (wl): Fix for wl-demo.
7434
7435 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7436
7437         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7438
7439 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7440
7441         * wl-folder.el (wl-folder-prefetch-entity): Use
7442         `wl-folder-get-elmo-folder'.
7443         (wl-folder-count-incorporates): Do not use
7444         `wl-folder-get-elmo-folder'.
7445
7446 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7447
7448         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7449         instead of `elmo-folder-get-type'.
7450
7451 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7452
7453         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7454         position on Subject: field.
7455         (Advised by Mito <mit@nines.nec.co.jp>)
7456
7457 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7458
7459         * wl-folder.el (wl-folder-prefetch-entity): Use
7460         `wl-folder-get-elmo-folder'.
7461
7462 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7465
7466         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7467         `process-duplicates' slot.
7468
7469         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7470         if detection failed.
7471
7472 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7473
7474         * wl-version.el (wl-version-status): Set to "alpha".
7475
7476 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7479         Check wl-message-buffer lives before set-buffer.
7480
7481 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7482
7483         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7484         called in folder mode.
7485         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7486         * wl-summary.el (wl-summary-exit-pre-hook): Run
7487         `wl-summary-exit-pre-hook' before exit summary mode.
7488
7489 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * wl-version.el (wl-version-status): New variable.
7492         (wl-version-status-alist): Removed.
7493         (wl-version-status): Rule included.
7494
7495 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7498         @sponichi.
7499
7500         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7501         when `mail-reply-buffer' is buffer-local variable.
7502         (Reported by <kita@coe.nttdata.co.jp>).
7503
7504 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7505
7506         * wl-vars.el (toplevel): Require 'elmo-util.
7507
7508 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7509
7510         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7511         (All other related portions are changed)
7512
7513         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7514
7515         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7516
7517 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7518
7519         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7520
7521 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7524         Delete other windows to avoid an error.
7525         Use `point-marker' instead of `point' to remember the start point
7526         of body.
7527
7528         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7529
7530         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7531         number not to exceed all message number.
7532
7533 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7534
7535         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7536         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7537
7538 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-summary.el (wl-summary-sync-force-update): Added argument
7541         no-check.
7542         (wl-summary-sync-update): Ditto.
7543         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7544         with `no-check'.
7545
7546         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7547         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7548         already running.
7549
7550 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7551
7552         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7553         `dst-folder-arg'.
7554         (wl-expire-archive-number1): Diito.
7555         (wl-expire-archive-number2): Diito.
7556         (wl-expire-archive-Date): Diito.
7557         (wl-archive-number1): Diito.
7558         (wl-archive-number2): Diito.
7559         (wl-archive-date): Diito.
7560         (wl-archive-folder-p): New function.
7561         (wl-summary-expire): Support of expand folder name at
7562         wl-expire-alist.
7563         * wl-util.el (wl-expand-newtext): Renamed from
7564         `wl-refile-expand-newtext'.
7565
7566 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7567
7568         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7569         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7570         `(elmo-msgdb-get-overview msgdb)'.
7571         (wl-summary-prefetch): Bind match data before call
7572         `wl-summay-prefetch-msg'.
7573         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7574         'off if `wl-summary-buffer-disp-msg' is non-nil.
7575         Fixed problem that couldn't show only one new or unread message when
7576         enter folder.
7577         (wl-summary-reply): Don't call `split-window-vertically' and other
7578         window.
7579
7580 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7581
7582         * wl-expire.el (wl-expire-refile): Fixed.
7583
7584 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7587
7588         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7589         biff notification is removed.
7590
7591         * wl.el (wl): Changed position of `elmo-init'.
7592
7593         * wl-draft.el (wl-default-draft-cite): Use date field
7594         on the citation buffer.
7595
7596         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7597
7598         * wl-xmas.el (wl-folder-internal-icon-list): Added
7599         `wl-folder-shimbun-image'.
7600
7601         * wl-e21.el (wl-folder-internal-icon-list): Added
7602         `wl-folder-shimbun-image'.
7603
7604 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl.el (wl-init): Eliminated argument.
7607         (wl): Rewrite.
7608
7609         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7610         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7611         instead of `elmo-folder-msgdb-internal'.
7612         (wl-summary-sync-update): Ditto.
7613         (wl-summary-flush-pending-append-operations): Eliminated.
7614         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7615         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7616         `elmo-folder-open'.
7617
7618         * wl-mime.el (wl-summary-burst): Fixed.
7619
7620         * wl-folder.el (wl-folder-info-save): Check data type.
7621
7622         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7623         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7624         instead of `elmo-folder-msgdb-internal'.
7625         (wl-expire-hide): Ditto.
7626
7627
7628         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7629
7630 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7631
7632         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7633
7634 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7635
7636         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7637
7638 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7639
7640         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7641         Fixed `match-beginning' argument mismatch.
7642
7643 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7644
7645         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7646         the default value.
7647
7648 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7651         instead of `elmo-nntp-default-port'.
7652
7653         * wl-vars.el: Fixed some doc strings.
7654
7655 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * wl-summary.el (wl-summary-prefetch-msg): Use
7658         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7659
7660         * wl-vars.el: Define *-func as obsolete variable using
7661         `elmo-define-obsolete-variable'.
7662
7663         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7664         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7665         instead of `wl-message-buffer-prefetch-threshold'.
7666
7667         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7668
7669         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7670
7671         * wl-draft.el (wl-caesar-region-func): Ditto.
7672
7673         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7674         Keep unread status in elmo-folder-move-messages.
7675         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7676
7677 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7678
7679         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7680         `wl-summary-buffer-exit-func'
7681         (wl-summary-buffer-message-redisplay-function): Renamed from
7682         `wl-summary-buffer-message-redisplay-func'
7683         (wl-summary-buffer-next-folder-function): Renamed from
7684         `wl-summary-buffer-next-folder-func'.
7685         (wl-summary-buffer-prev-folder-function): Renamed from
7686         `wl-summary-buffer-prev-folder-func'.
7687         (wl-summary-get-petname-function): Renamed from
7688         `wl-summary-get-petname-func'.
7689
7690         * wl-score.el (wl-score-edit-exit-function): Renamed from
7691         `wl-score-edit-exit-func'.
7692
7693         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7694         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7695
7696         * wl-util.el (wl-load-profile-function): Renamed from
7697         `wl-load-profile-func'.
7698
7699         * wl-folder.el (wl-folder-completion-function): Renamed from
7700         `wl-folder-completion-func'.
7701         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7702
7703         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7704         `wl-expire-archive-get-folder-func'.
7705         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7706         (wl-draft-send-mail-function): Renamed from
7707         `wl-draft-send-mail-func'.
7708         (wl-draft-send-news-function): Renamed from
7709         `wl-draft-send-news-func'.
7710         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7711         (wl-generate-mailer-string-function): Renamed from
7712         `wl-generate-mailer-string-func'.
7713         (wl-highlight-signature-search-function): Renamed from
7714         `wl-highlight-signature-search-func'.
7715         (wl-highlight-x-face-function): Renamed from
7716         `wl-highlight-x-face-func'
7717         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7718         (wl-ps-print-buffer-function): Renamed from
7719         `wl-ps-print-buffer-func'
7720         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7721         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7722         (wl-summary-subject-filter-function): Renamed from
7723         `wl-summary-subject-filter-func'.
7724
7725         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7726         `wl-draft-queue-flush-send-func'
7727         (wl-draft-cite-function): Renamed from
7728         `wl-draft-cite-func'
7729
7730         * wl-address.el (wl-address-init-function): Renamed from
7731         `wl-address-init-func'.
7732
7733 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-draft.el (wl-draft-queue-flush): Don't call
7736         `elmo-dop-unlock-message'.
7737         * wl-draft.el (wl-draft-queue-append): Don't call
7738         `elmo-dop-lock-message'.
7739
7740         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7741         (wl-summary-buffer-folder-name): Ditto.
7742         (wl-summary-message-regexp): Added '-' (all other related portions
7743         are changed).
7744         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7745         wl-summary-buffer-folder-name.
7746
7747 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7748
7749         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7750         the number of mails in the folder buffer is not updated by wl-biff.
7751
7752 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7753
7754         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7755         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7756
7757 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-summary.el (wl-summary-next-message):
7760         Return next message number when wl-summary-move-order is nil.
7761
7762 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7763
7764         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7765         `wl-summary-move-spec-alist'.
7766         (wl-summary-move-spec-unplugged-alist): New variable
7767         (Move spec for unplugged status).
7768         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7769         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7770
7771 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7772
7773         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7774         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7775
7776 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7777
7778         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7779         simple quotation to quote the anonymous function.
7780         * tm-wl.el (wl-draft-preview-message): Ditto.
7781
7782 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7783
7784         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7785         Eliminate redundant `save-excursion'.
7786         (wl-highlight-summary-current-line): Ditto.
7787
7788         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7789         accessing match data when `looking-at' failed.
7790
7791         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7792         `elmo-match-string' where users don't care about the speed.
7793         (wl-draft-save): Ditto.
7794
7795 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl-util.el (wl-regexp-opt): New function.
7798
7799         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7800         number from `wl-summary-buffer-number-list'.
7801         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7802         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7803         (wl-summary-move-spec-alist): Changed default setting.
7804
7805 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7806
7807         * wl-vars.el (wl-biff-notify-hook): New hook.
7808         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7809         the arrival of new mail.
7810         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7811         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7812
7813 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7816
7817 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7820
7821         * Version number is increased to 2.5.8.
7822
7823         * wl-thread.el (toplevel): require 'cl.
7824         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7825         (wl-thread-make-number-list): New function.
7826         (wl-thread-entity-make-number-list-from-children): Ditto.
7827         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7828         (wl-thread-entity-insert-as-children): Likewise.
7829         (wl-thread-delete-message): Likewise.
7830         (wl-meaning-of-mark): Eliminated.
7831         (wl-thread-next-failure-mark-p): Ditto.
7832         (wl-thread-entity-get-mark): Ditto.
7833         (wl-thread-meaning-alist-get-result): Ditto.
7834         (wl-thread-entity-check-prev-mark): Ditto.
7835         (wl-thread-entity-check-next-mark): Ditto.
7836         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7837         (wl-thread-entity-get-prev-marked-entity): Ditto.
7838         (wl-thread-get-prev-unread): Ditto.
7839         (wl-thread-jump-to-prev-unread): Ditto.
7840         (wl-thread-get-next-unread): Ditto.
7841         (wl-thread-jump-to-next-unread): Ditto.
7842         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7843         (wl-thread-entity-get-next-marked-entity): Ditto.
7844
7845         * wl-summary.el (wl-summary-buffer-number-list):
7846         New bufer-local variable.
7847         (wl-summary-switch-to-clone-buffer): Clone
7848         `wl-summary-buffer-number-list'.
7849         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7850         (wl-summary-cursor-move-regex): Eliminated.
7851         (wl-summary-cursor-up): Rewrite.
7852         (wl-summary-cursor-down): Ditto.
7853         (wl-summary-mode-spec-alist): New variable.
7854         (wl-summary-next-message): New inline function.
7855         (wl-summary-cursor-move): New function.
7856         (wl-summary-default-get-next-msg): Rewrite.
7857         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7858         (wl-summary-rescan): Ditto.
7859         (wl-summary-sync-all-init): Ditto.
7860         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7861         summary is not thread view.
7862         (wl-summary-sync-update): Ditto.
7863         (wl-summary-rescan): Ditto.
7864         (wl-summary-make-number-list): New function.
7865
7866         * wl-draft.el: "FCC" -> "Fcc".
7867
7868 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-highlight.el (wl-highlight-summary-window):
7871         Call `set-buffer-modified-p'.
7872
7873         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7874         (wl): Call `elmo-init' and fix.
7875
7876         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7877         Use new variables.
7878
7879         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7880
7881 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7884
7885 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7886
7887         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7888
7889 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7890
7891         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7892         `wl-use-toolbar' nor `display-graphic-p'.
7893         (wl-e21-setup-message-toolbar): Ditto.
7894         (wl-e21-setup-summary-toolbar): Ditto.
7895         (wl-e21-setup-folder-toolbar): Ditto.
7896
7897         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7898         (wl-plugged-init-icons): Ditto.
7899
7900         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7901         `display-graphic-p'.
7902         (wl-plugged-set-folder-icon): Ditto.
7903         (wl-highlight-plugged-current-line): Ditto.
7904         (wl-highlight-folder-current-line): Ditto.
7905         (wl-e21-highlight-folder-group-line): Ditto.
7906         (wl-e21-setup-toolbar): Ditto.
7907         (wl-e21-display-image-p): New macro.
7908
7909         * wl-demo.el (wl-demo): Simplified.
7910         (wl-demo-image-type-alist): Use `image-type-available-p' for
7911         checking whether the image type `xbm' is available.
7912
7913 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7914
7915         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7916         (wl-summary-input-range): Ditto.
7917
7918 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * wl-summary.el (wl-summary-edit-addresses): Use
7921         `wl-summary-get-original-buffer'
7922         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7923         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7924         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7925         (wl-summary-get-newsgroups): Eliminated.
7926         (wl-summary-set-crosspost): Ditto.
7927         (wl-summary-is-crosspost-folder): Ditto.
7928         (wl-crosspost-alist-load): Ditto.
7929         (wl-crosspost-alist-save): Ditto.
7930
7931         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7932         `elmo-setup-subscribed-newsgroups' instead of
7933         `elmo-nntp-make-groups-hashtb'.
7934         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7935         instead of `wl-crosspost-alist-save'.
7936
7937         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7938         of `elmo-folder-message-appendable-p'.
7939         (wl-mime-header-presentation-method): Eliminated.
7940
7941         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7942         (Error occurs in emacs21).
7943
7944         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7945         the current buffer).
7946
7947         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7948         instead of `wl-crosspost-alist-save'.
7949         (wl-init): `elmo-crosspost-message-alist-load'
7950         instead of `wl-crosspost-alist-load'
7951
7952         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7953         (wl-parse-newsgroups): Likewise.
7954         (wl-biff-notify): Run `wl-biff-notify-hook'.
7955
7956 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7957
7958         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7959
7960         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7961         when `wl-summary-lazy-highlight' is non-nil.
7962         (wl-summary-goto-folder-subr): Highlight only when
7963         `wl-summary-lazy-highlight' is non-nil.
7964
7965         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7966         Don't display progress and highlight temp-mark when
7967         `wl-summary-lazy-highlight' is non-nil.
7968         (wl-highlight-summary-window): New function.
7969         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7970
7971 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7972
7973         * wl-summary.el (wl-summary-sync): Change `all-visible'
7974         from `all-shown'
7975         (wl-summary-input-range): Ditto.
7976
7977 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7978
7979         * wl-e21.el (wl-highlight-folder-current-line): Call
7980         `wl-folder-init-icons' when folder icons have not been initialized.
7981
7982         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7983
7984         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7985         (wl-demo-image-type-alist): New macro.
7986
7987 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7988
7989         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7990         display does not support graphics.
7991         (wl-plugged-init-icons): Ditto.
7992         (wl-folder-init-icons): Ditto.
7993
7994         * wl-demo.el (wl-demo): Chech closely whether the display
7995         supports graphics.
7996
7997 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7998
7999         * wl-summary.el (wl-summary-get-original-buffer): New function.
8000         (wl-summary-set-crosspost): Use it.
8001         (wl-summary-target-mark-uudecode): Ditto.
8002         (wl-summary-reedit): Ditto.
8003         (wl-summary-resend-bounced-mail): Ditto.
8004         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8005         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8006
8007         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8008         (wl-message-display-internal): Ditto.
8009
8010 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8013
8014 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl-summary.el (wl-summary-save-view): Renamed from
8017         `wl-summary-save-status'.
8018
8019 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8020
8021         * wl-summary.el (wl-summary-sync): Added `all-shown'
8022
8023 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8024
8025         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8026
8027 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8028
8029         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8030
8031 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8032
8033         * wl-highlight.el (wl-highlight-summary-line-string): Use
8034         `zerop' instead of `= 0'.
8035         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8036
8037         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8038         for comparing numbers.
8039         (wl-template-prev): Use `zerop' instead of `eq 0'.
8040
8041         * wl-draft.el (wl-draft-insert-current-message): Use
8042         `with-current-buffer' instead of `save-excursion'.
8043         Use `zerop' instead of `eq 0'.
8044
8045 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8046
8047         * wl-draft.el (wl-draft-insert-ccs): New function.
8048         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8049         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8050
8051 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8054
8055 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-expire.el (wl-expire-refile): Don't call
8058         elmo-msgdb-add-msgs-to-seen-list;
8059         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8060         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8061
8062 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-message.el (wl-message-prev-page): Ignore errors while
8065         scroll-down.
8066
8067 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8068
8069         * wl-mime.el: Use elmo-original-message-mode instead of
8070         mmelmo-original-mode.
8071
8072         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8073         `elmo-folder-get-spec';
8074         (wl-fldmgr-add-completion-all-completions):
8075         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8076
8077         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8078         of `elmo-folder-get-type'.
8079
8080         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8081         `elmo-folder-get-spec';
8082         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8083         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8084         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8085         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8086         `elmo-read-msg-no-cache';
8087         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8088         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8089         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8090         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8091         `elmo-cache-save';
8092         (wl-draft-reedit): Use `elmo-message-file-name'.
8093
8094         * wl-expire.el: Use `elmo-folder-name-internal';
8095         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8096         Use macro `wl-summary-buffer-msgdb' instead of variable
8097         `wl-summary-buffer-msgdb';
8098         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8099         Use macro `wl-summary-buffer-folder-name' instead of variable
8100         `wl-summary-buffer-folder-name'.
8101         * wl-score.el: Likewise.
8102
8103         * wl-message.el: Rewrite for new message buffer cache mechanism.
8104         (wl-message-buffer-cache-buffer-get): New macro.
8105         (wl-message-buffer-cache-folder-get): Ditto.
8106         (wl-message-buffer-cache-message-get): Ditto.
8107         (wl-message-buffer-cache-entry-make): Ditto.
8108         (wl-message-buffer-cache-hit): Ditto.
8109         (wl-message-buffer-cache-sort): New function.
8110         (wl-message-buffer-cache-add): Ditto.
8111         (wl-message-buffer-cache-delete): Ditto.
8112         (wl-message-buffer-cache-clean-up): Ditto.
8113         (wl-message-buffer-window): Rewrite.
8114         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8115         (wl-message-buffer-display): New function.
8116         (wl-message-display-internal): New function.
8117
8118 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-folder.el: Use `elmo-folder-name-internal';
8121         Use `wl-folder-get-elmo-folder';
8122         Use `elmo-folder-list-messages' instead of
8123         `elmo-list-folder';
8124         Use `elmo-folder-get-primitive-list' instead of
8125         `elmo-folder-get-primitive-spec-list';
8126         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8127         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8128         Use `elmo-folder-create' instead of `elmo-create-folder'.
8129         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8130         (wl-folder-get-elmo-folder): New macro.
8131         (wl-folder-elmo-folder-cache-get): Ditto.
8132         (wl-folder-elmo-folder-cache-put): Ditto.
8133         (wl-folder-suspend): Call `elmo-quit'.
8134
8135         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8136         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8137         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8138         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8139         (toplevel): require 'cl.
8140         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8141
8142         * wl-summary.el: Rewrite to use new elmo interface.
8143
8144 \f
8145 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8146
8147         * wl-mime.el (wl-draft-preview-message):
8148         Run `wl-draft-send-hook' before collecting recipients information;
8149         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8150
8151         * tm-wl.el (wl-draft-preview-message): Ditto.
8152
8153 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8156         wrong recipients are displayed when forwarded message.
8157
8158 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8159
8160         * Version number is increased to 2.5.7.
8161
8162 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8163
8164         * wl-message.el (wl-message-next-page): Bind
8165         `window-pixel-scroll-increment' to nil while scrolling up.
8166
8167 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8168
8169         * wl-vars.el (wl-save-hook): New hook.
8170         * wl.el (wl-save): Call `wl-save-hook'.
8171
8172 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8173
8174         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8175         Argument WITH-ARG instead of NO-ARG (negative mean).
8176         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8177         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8178         * wl-message.el (wl-message-follow-current-entity): Likewise.
8179
8180 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8181
8182         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8183         FROM was optional argument.
8184         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8185
8186 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8187
8188         * Version number is increased to 2.5.6.
8189
8190 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8191
8192         * wl-version.el (wl-version-show): Removed.
8193         (wl-version): Add `interactive'.
8194
8195 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8196
8197         * wl-summary.el (wl-summary-get-petname-func): New variable.
8198         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8199         instead of `wl-address-get-petname-1'.
8200         (wl-summary-simple-from): Ditto.
8201
8202         * wl-address.el (wl-address-get-petname-1): Define as function.
8203
8204 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8207         field in the original message.
8208         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8209
8210 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8211
8212         * wl-expire.el (wl-expire-hide):
8213         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8214
8215 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8218         find decoder for To, Cc, and Subject.
8219
8220 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8223         for checking `elmo-use-buffer-cache'.
8224         (wl-summary-mark-as-important): Fixed typo in comment.
8225
8226 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8229         field in the original message.
8230         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8231
8232 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8233
8234         * wl-expire.el (wl-expire-hide):
8235         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8236
8237 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8240         find decoder for To, Cc, and Subject.
8241
8242 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * Version number is increased to 2.5.5.
8245
8246         * wl-address.el (wl-address-specials-regexp): New constant.
8247         (wl-address-quote-specials): Use it.
8248
8249 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-summary.el (wl-summary-rescan):
8252         Call `wl-summary-buffer-number-column-detect'.
8253         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8254
8255         * wl-message.el (wl-message-mode-map): Define.
8256         (wl-message-decode): Use it as local-map.
8257
8258 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8261         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8262
8263 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8264
8265         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8266
8267         * wl-mule.el (wl-read-event-char): Ditto.
8268
8269         * wl-e21.el (wl-read-event-char): Ditto.
8270
8271         * wl-nemacs.el (wl-read-event-char): Ditto.
8272         (read-event): Removed.
8273
8274         * wl-util.el (toplevel): Removed dummy definition of
8275         `read-event'.
8276         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8277
8278 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8279
8280         * wl-nemacs.el (elmo-archive-call-process): Moved to
8281         elmo-archive.el.
8282
8283 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8284
8285         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8286         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8287
8288         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8289         instead of magic-number 6.  Use `not' instead of `null' for symbol
8290         `nil' check (not empty list).
8291         (wl-draft-insert-x-face-field): Fixed paren style.
8292
8293         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8294         one-branch conditional statement, instead of `and' and `if'.
8295         (wl-draft-forward): Likewise.
8296         (wl-draft-add-references): Likewise.
8297         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8298
8299         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8300         conditional steatment.  Use `cond' instead of `if'.
8301         (wl-draft-confirm): Likewise.
8302
8303 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8304
8305         * wl-version.el (wl-version-show): Use `product-string-1'
8306         instead of `wl-version'.
8307         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8308
8309         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8310
8311 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8312
8313         * wl-highlight.el (wl-highlight-headers): Revert
8314         `wl-highlight-x-face-func' argument (`beg' and `end').
8315
8316 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8317
8318         * wl.el (toplevel): Move `product-provide' declare.
8319         * wl-demo.el (toplevel): Ditto.
8320         * wl-dnd.el (toplevel): Ditto.
8321         * wl-highlight.el (toplevel): Ditto.
8322         * wl-message.el (toplevel): Ditto.
8323         * wl-refile.el (toplevel): Ditto.
8324         * wl-util.el (toplevel): Ditto.
8325
8326 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8327
8328         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8329         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8330         (wl-thread-close-all): keep cursor position.
8331
8332 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8333
8334         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8335         (eq x 0).
8336         (wl-generate-user-agent-string-1): Fix conditional statement.
8337
8338 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8339
8340         * wl.el (wl-check-environment): Additional check for
8341         'wl-local-domain' and `wl-message-id-domain'.
8342
8343 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8344
8345         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8346
8347 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8348
8349         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8350         instead of `smtp-sasl-user-realm'.
8351
8352 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8353
8354         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8355
8356 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8357
8358         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8359         to the default value as well as `eword-lexical-analyzer'.
8360
8361 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8362
8363         * wl-version.el (wl-extended-emacs-version,
8364         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8365         `elmo-match-string' instead of `wl-match-string'.
8366
8367 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8368
8369         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8370         docstring.
8371
8372 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8373
8374         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8375
8376 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8377
8378         * wl-highlight.el (wl-highlight-headers): Remove
8379         `wl-highlight-x-face-func' argument (`beg' and `end').
8380
8381 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8382
8383         * wl-summary.el (wl-summary-mark-as-important):
8384         Remove cache if folder is local.
8385
8386 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8387
8388         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8389         to get existing e-mail address string.
8390
8391 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8392
8393         * wl-version.el (wl-generate-user-agent-string): Commentary.
8394         (wl-generate-user-agent-string-1): Use `when' for
8395         one-branch conditional statement, instead of `and' and `if'.
8396         (wl-extended-emacs-version, wl-extended-emacs-version2,
8397         wl-extended-emacs-version3): Ditto.
8398
8399 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8400
8401         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8402         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8403         condition-case; Remove initialization.
8404         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8405         (wl-summary-sync-update3): Added argument `sync-all';
8406         Eliminated local variable `msgdb';
8407         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8408         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8409         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8410
8411 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8412
8413         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8414         connection before call `wl-draft-send-mail-with-smtp'.
8415
8416 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * Version number is increased to 2.5.4.
8419
8420 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8421
8422         * wl.el (wl-check-environment): Additional check for
8423         'wl-local-domain' and `wl-message-id-domain'.
8424
8425 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8428         buffer as command specific.
8429         (wl-folder-mark-as-read-all-entity): Ditto.
8430         (wl-folder-prefetch-entity): Ditto.
8431         (wl-folder-drop-unsync-entity): Ditto.
8432
8433         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8434         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8435         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8436
8437         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8438         save-excursion.
8439
8440 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * Version number is increased to 2.5.3.
8443
8444         * wl-summary.el (wl-summary-save-view-cache):
8445         Delete duplicated `write-region';
8446         Use `write-region-as-binary' instead of `as-binary-output-file' and
8447         `write-region'.
8448
8449 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8450
8451         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8452
8453 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8454
8455         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8456         instead of `smtp-via-smtp'.
8457
8458 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8459
8460         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8461
8462 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8463
8464         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8465         instead of `smtp-sasl-user-realm'.
8466
8467 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8468
8469         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8470
8471 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8472
8473         * Version number is increased to 2.5.2.
8474
8475 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8476
8477         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8478         does not exist.
8479         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8480         (wl-biff-start): Call `timer-activate' if timer already exists.
8481
8482         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8483         only when it is bound as function.
8484
8485 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8486
8487         * Version number is increased to 2.5.1.
8488
8489 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8492         Print refile/copy destination.
8493
8494 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8497         queue-flush-only is non-nil.
8498
8499         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8500
8501         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8502         checking cache folder.
8503
8504 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8505
8506         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8507         `regexp-quote'.
8508
8509 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8510
8511         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8512         function.
8513         * wl-summary.el (wl-summary-write-current-folder-functions):
8514         Change default value.  Use it.
8515
8516 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8517
8518         * Version number is increased to 2.5.0.
8519
8520         * wl-version.el (wl-version): Changed codename.
8521
8522 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8523
8524         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8525         (wl-summary-supersedes-message): Ditto.
8526
8527 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8528
8529         * wl-refile.el (wl-refile-guess-functions): Renamed from
8530         `wl-refile-guess-func-list'.
8531
8532 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8533
8534         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8535         Fixed problem when no rule was matched.
8536
8537 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8538
8539         * wl-summary.el (wl-summary-get-mark): Fixed
8540         `wl-summary-buffer-target-mark' check logic.
8541
8542 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8543
8544         * wl-folder.el (wl-folder-write-current-folder): Added group
8545         folder check.
8546
8547         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8548         `wl-summary-write-current-newsgroup'.
8549         (wl-summary-write-current-folder-functions): New variable.
8550         * wl-folder.el (wl-folder-get-newsgroups): New function.
8551         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8552         (wl-folder-write-current-folder): Renamed from
8553         `wl-folder-write-current-newsgroup'.
8554
8555 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8556
8557         * Version number is increased to 2.3.93.
8558
8559 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8560
8561         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8562         (wl-ldap-make-matched-value-list): Ditto.
8563         (wl-ldap-alias-safe-string): Split e-mail address.
8564
8565         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8566         petname folder default was selected.
8567         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8568         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8569
8570 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8571
8572         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8573         to `wl-draft-config-exec'.
8574
8575         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8576         instead of calling `wl-draft-config-exec';
8577         Process group-list and show recipients in minibuffer.
8578
8579         * tm-wl.el (wl-draft-preview-message): Ditto.
8580
8581 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8582
8583         * wl.el (toplevel): Added (C) to copyright notice, and
8584         sync Author header.
8585         * tm-wl.el (toplevel): Ditto.
8586         * wl-address.el (toplevel): Ditto.
8587         * wl-demo.el (toplevel): Ditto.
8588         * wl-dnd.el (toplevel): Ditto.
8589         * wl-draft.el (toplevel): Ditto.
8590         * wl-e21.el (toplevel): Ditto.
8591         * wl-expire.el (toplevel): Ditto.
8592         * wl-folder.el (toplevel): Ditto.
8593         * wl-highlight.el (toplevel): Ditto.
8594         * wl-message.el (toplevel): Ditto.
8595         * wl-mime.el (toplevel): Ditto.
8596         * wl-mule.el (toplevel): Ditto.
8597         * wl-nemacs.el (toplevel): Ditto.
8598         * wl-refile.el (toplevel): Ditto.
8599         * wl-score.el (toplevel): Ditto.
8600         * wl-summary.el (toplevel): Ditto.
8601         * wl-template.el (toplevel): Ditto.
8602         * wl-thread.el (toplevel): Ditto.
8603         * wl-util.el (toplevel): Ditto.
8604         * wl-vars.el (toplevel): Ditto.
8605         * wl-xmas.el (toplevel): Ditto.
8606
8607 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8608
8609         * wl.el (wl-init): Added comment about `wl-init-hook'.
8610         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8611         * wl-vars.el (wl-init-hook): Added docs.
8612         (wl-make-plugged-hook): Removed useless docs.
8613         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8614         * wl-xmas.el (toplevel): Ditto.
8615
8616 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8617
8618         * wl-address.el (toplevel): Fixed multiple Author header format.
8619         * wl-demo.el (toplevel): Ditto.
8620         * wl-draft.el (toplevel): Ditto.
8621         * wl-folder.el (toplevel): Ditto.
8622         * wl-summary.el (toplevel): Ditto.
8623         * wl-thread.el (toplevel): Ditto.
8624         * wl-util.el (toplevel): Ditto.
8625         * wl-vars.el (toplevel): Ditto.
8626         * wl-version.el (toplevel): Ditto.
8627         * wl-xmas.el (toplevel): Ditto.
8628         * wl.el (toplevel): Ditto.
8629
8630         * wl-version.el (toplevel): Added require `elmo-version' for
8631         `product-version-as-string'.
8632
8633 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8634
8635         * wl-vars.el (wl-draft-send-hook): Changed default value to
8636         '(wl-draft-config-exec).
8637
8638         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8639         explicitly.
8640         (wl-draft): Set `wl-draft-config-exec-flag' before running
8641         `wl-mail-setup-hook'.
8642
8643         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8644         `wl-biff-init-icons' to `wl-init-hook' instead of
8645         `wl-make-plugged-hook'.
8646         (Because if `wl-draft' command is invoked at first,
8647         they are not initialized)
8648         Updated copyright notice.
8649
8650         * wl-e21.el (toplevel): Ditto;
8651
8652         * wl-demo.el (toplevel): Updated copyright notice.
8653         * wl-address.el (toplevel): Ditto.
8654         * wl-draft.el (toplevel): Ditto.
8655         * wl-version.el (toplevel): Ditto.
8656         * wl-folder.el (toplevel): Ditto.
8657         * wl-summary.el (toplevel): Ditto.
8658         * wl-thread.el (toplevel): Ditto.
8659         * wl-util.el (toplevel): Ditto.
8660         * wl-vars.el (toplevel): Ditto.
8661         * wl.el (toplevel): Ditto.
8662
8663 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8664
8665         * wl-highlight.el (wl-highlight-message): Fixed problem of
8666         highlighting failure which occured when the last field contains
8667         multiple lines in the draft buffer.
8668
8669         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8670         `wl-biff-start' if plugged.
8671
8672         * wl-util.el (wl-biff-check-folder): New function.
8673         (wl-biff-check-folders): Don't set session name prefix.
8674         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8675         (wl-biff-check-folder-async): Ditto.
8676
8677         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8678         in email address.
8679
8680 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8681
8682         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8683
8684         * wl-draft.el (wl-draft-strip-subject-re): New function.
8685
8686         * wl-draft.el (wl-draft-reply): Use it.
8687
8688 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * wl-message.el (wl-mmelmo-message-redisplay): Use
8691         `mime-display-message' instead of `wl-mime-display-message'.
8692
8693         * wl-mime.el (toplevel): Removed compatibility workaround
8694         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8695         (wl-mime-display-message): Abolished.
8696         (wl-mime-entity-read-field): Ditto.
8697         (wl-mime-combine-message/partial-pieces): Use
8698         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8699
8700 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8701
8702         * wl-template.el: Doc fixes.
8703
8704 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8705
8706         * wl-e21.el (wl-message-overload-functions): Do nothing if
8707         `current-local-map' is not available.
8708         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8709
8710 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8711
8712         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8713         representation.
8714
8715         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8716         number.
8717         (wl-fldmgr-save-folders): Don't use `format' when insert
8718         `wl-fldmgr-folders-header'.
8719
8720 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8721
8722         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8723
8724 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-highlight.el (wl-highlight-message):
8727         Use `std11-field-end' to detect end point of the header field.
8728         Refer `wl-highlight-max-header-size'.
8729
8730         * wl-vars.el (wl-highlight-max-header-size): New variable.
8731
8732         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8733
8734         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8735         Set `for-draft' argument of wl-highlight-headers.
8736         (wl-draft): Ditto.
8737         (wl-draft-reedit): Ditto.
8738         (wl-user-agent-compose-internal): Ditto.
8739
8740 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8741
8742         * wl-message.el (wl-message-add-button): Use overlay.
8743
8744 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8747
8748         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8749         problem when group-list content is nothing.
8750         (Reported by Mito <mit@nines.nec.co.jp>)
8751
8752 2000-10-18  SAITO Atsunori <sai@yedo.com>
8753
8754         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8755
8756 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8757
8758         * tm-wl.el (toplevel): Use product-provide.
8759
8760 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * Version number is increased to 2.3.92.
8763
8764 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8765
8766         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8767         title text, use `display' property for left margin under Emacs 21.
8768
8769         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8770         properties.
8771         (wl-plugged-init-icons): Ditto.
8772
8773 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8774
8775         * wl.el (wl-save-status, wl-init): Remove last period in
8776         "...done." message.
8777         * tm-wl.el (wl-summary-burst): Ditto.
8778         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8779         wl-summary-resume-cache-status,
8780         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8781         wl-summary-sync-update3, wl-summary-highlight-msgs,
8782         wl-summary-flush-pending-append-operations,
8783         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8784         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8785         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8786         wl-thread-open-all): Ditto.
8787         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8788         * wl-mime.el (wl-summary-burst): Ditto.
8789         * wl-highlight.el (wl-highlight-summary): Ditto.
8790         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8791         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8792         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8793         * wl-address.el (wl-local-address-init): Ditto.
8794
8795 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8796
8797         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8798         `add-text-properties'.
8799         (wl-plugged-init-icons): Ditto.
8800         (wl-folder-init-icons): Use `propertize' instead of
8801         `put-text-property'.
8802         (wl-plugged-set-folder-icon): Ditto.
8803         (wl-e21-highlight-folder-group-line): Ditto.
8804
8805 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-version.el (wl-version-status-alist): New variable.
8808         (wl-version-status): New function.
8809
8810         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8811         "Cc" part of the case "Reply-To".
8812
8813         * wl-draft.el (wl-draft-reply): Use result of
8814         `eword-extract-address-components'.
8815
8816         * wl-demo.el (wl-demo-icon-name): New constant.
8817         (wl-logo-xpm): Use it.
8818         (wl-logo-xbm): Ditto.
8819         (wl-logo-bitmap): Ditto.
8820
8821         * Version number is increased to 2.3.91.
8822
8823 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8824
8825         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8826         (wl-extended-emacs-version, wl-extended-emacs-version2,
8827         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8828         docstring.
8829
8830         * wl-version.el (wl-generate-user-agent-string-1): New function.
8831         (wl-generate-user-agent-string): Use it.
8832
8833         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8834         `mime-edit-insert-user-agent-field'.
8835         (wl-generate-user-agent-string): Check
8836         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8837
8838         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8839         instead of `if', when verbose case.
8840
8841 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8842
8843         * wl-expire.el (wl-summary-expire): Fix.
8844
8845 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8846
8847         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8848         and `elmo-lost+found-folder' if 'wl-draft.
8849         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8850
8851 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8852
8853         * wl-expire.el (wl-summary-expire): Change messages.
8854         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8855         `deleing-info' instead of "Deleting..."
8856
8857 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8858
8859         * wl-summary.el (wl-summary-refile-subr): Fix.
8860
8861 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8862
8863         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8864         if pipe folder.
8865
8866 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8867
8868         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8869
8870 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8871
8872         * wl-expire.el (wl-expire-hide): New function.
8873         (wl-summary-expire): Add `hide'.
8874
8875 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8876
8877         * wl-vars.el (wl-draft-reply-without-argument-list):
8878         Changed default value to consider `Reply-To:'.
8879         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8880
8881         * Version number is increased to 2.3.90.
8882
8883         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8884         elmo-imap4-get-session with unwind-protect.
8885         Don't cause error.
8886         (wl-summary-sync-marks): Don't check plugged nor folder type.
8887         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8888         (Always keep current buffer).
8889
8890 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8891
8892         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8893         Enclose with `save-excursion'.
8894
8895 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8896
8897         * wl-version.el (wl-version): Remove interactive.
8898
8899 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8900
8901         * wl-version.el (wl-generate-user-agent-string): Use
8902         `product-string-verbose' instead of `product-string-1'.
8903
8904 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8905
8906         * wl-vars.el (wl-draft-use-cache): New variable.
8907         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8908         if wl-draft-use-cache is non-nil.
8909
8910 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8911
8912         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8913         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8914
8915 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8916
8917         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8918         (wl-thread-msg-mark-as-unread): Ditto.
8919
8920         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8921         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8922         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8923         Don't set mark in summary if return value of `elmo-mark-as-read'
8924         is nil.
8925         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8926         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8927         instead of `wl-thread-msg-mark-as-read'.
8928         (wl-summary-mark-as-unread-region): Ditto.
8929         (wl-summary-target-mark-mark-as-read): Ditto.
8930
8931         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8932
8933 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8934
8935         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8936
8937         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8938
8939 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8940
8941         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8942         face.
8943
8944 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8945
8946         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8947         `running-xemacs'.
8948
8949 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8950
8951         * wl-version.el (toplevel): Use `product-version-as-string' for
8952         set verstion-string, if defined.
8953
8954         * wl-version.el (wl-version-show): Insert string at point, when
8955         call with argument.
8956
8957         * wl-version.el (wl-generate-user-agent-string): Use
8958         `product-string-1' instead of `wl-appname', `wl-version' and
8959         `wl-codename'.
8960
8961 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8962
8963         * wl-address.el (toplevel): Use product-provide.
8964         * wl-demo.el (toplevel): Ditto.
8965         * wl-dnd.el (toplevel): Ditto.
8966         * wl-draft.el (toplevel): Ditto.
8967         * wl-e21.el (toplevel): Ditto.
8968         * wl-expire.el (toplevel): Ditto.
8969         * wl-fldmgr.el (toplevel): Ditto.
8970         * wl-folder.el (toplevel): Ditto.
8971         * wl-highlight.el (toplevel): Ditto.
8972         * wl-message.el (toplevel): Ditto.
8973         * wl-mime.el (toplevel): Ditto.
8974         * wl-mule.el (toplevel): Ditto.
8975         * wl-nemacs.el (toplevel): Ditto.
8976         * wl-refile.el (toplevel): Ditto.
8977         * wl-score.el (toplevel): Ditto.
8978         * wl-summary.el (toplevel): Ditto.
8979         * wl-template.el (toplevel): Ditto.
8980         * wl-thread.el (toplevel): Ditto.
8981         * wl-util.el (toplevel): Ditto.
8982         * wl-vars.el (toplevel): Ditto.
8983         * wl-xmas.el (toplevel): Ditto.
8984         * wl.el (toplevel): Ditto.
8985
8986 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8987
8988         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8989         instead of product.
8990
8991         * wl-version.el (wl-version): Compile time evalution elmo-version.
8992
8993 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8994
8995         * wl-summary.el (wl-summary-sync-force-update): Append queue
8996         `mark-as-read'if unplugged.
8997
8998 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8999
9000         * wl-version.el: New file.  Use product.el.
9001         * wl.el: add (require 'wl-version).
9002         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9003         for ~/.folders header.
9004         (wl-fldmgr-folders-header): Changed.
9005         * wl-demo.el (wl-demo): Use product.el.
9006
9007         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9008         wl-version.el.
9009         * wl-util.el (wl-version, wl-version-show): Ditto.
9010
9011         * wl-util.el (wl-generate-user-agent-string,
9012         wl-extended-emacs-version, wl-extended-emacs-version2,
9013         wl-extended-emacs-version3): Move to wl-version.el.
9014         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9015         xemacs-codename, mime-edit-insert-user-agent-field,
9016         mime-edit-user-agent-value, mime-editor/version,
9017         mime-editor/codename): Compile warning killer move to
9018         wl-version.el
9019
9020 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9021
9022         * wl-summary.el (wl-summary-refile-subr): Fix.
9023
9024 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9025
9026         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9027         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9028
9029 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9030
9031         * wl.el (wl-check-environment): Check too many `@'.
9032
9033 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9034
9035         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9036
9037 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9038
9039         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9040         wl-draft-reply-myself-without-argument-list): Add variables.
9041         * wl-draft.el (wl-draft-reply): Use it.
9042
9043 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9044
9045         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9046         the 5th argument of `elmo-network-get-spec'.
9047
9048         * wl-thread.el (wl-thread-reparent-children): New inline function.
9049         (wl-thread-delete-message): Use it.
9050
9051         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9052         (wl-summary-score-update-all-lines): Don't use `dolist'.
9053
9054 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9055
9056         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9057         (require 'elmo-msgdb) for inline function.
9058
9059 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9060
9061         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9062
9063 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9064
9065         * wl-score.el (wl-score-headers): Fix for the confusing macro
9066         `elmo-kill-buffer'.
9067
9068 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9069
9070         * wl-summary.el: Don't use the 3rd argument of `require' because
9071         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9072         * wl-util.el: Ditto.
9073         * wl-draft.el: Ditto.
9074
9075 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9076
9077         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9078         window system is not used.
9079
9080 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9081
9082         * wl-thread.el: Don't use `mapcar' only for iteration.
9083         (wl-thread-resume-entity): Ditto.
9084         (wl-thread-delete-message): Ditto.
9085
9086         * wl-summary.el: Bind `dragdrop-drop-functions',
9087         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9088         of `require' for `timezone', `easymenu' and `ps-print';
9089         don't use `mapcar' only for iteration.
9090
9091         * wl-util.el: Bind `mule-version', `nemacs-version',
9092         `emacs-beta-version', `xemacs-codename',
9093         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9094         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9095         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9096         only for iteration.
9097
9098         * wl-score.el: Don't use `mapcar' only for iteration.
9099         (wl-score-simplify-buffer-fuzzy): Ditto.
9100         (wl-score-simplify-subject): Ditto.
9101         (wl-score-headers): Ditto.
9102         (wl-summary-score-update-all-lines): Ditto.
9103
9104         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9105         `enable-multibyte-characters' and `mule-version'.
9106
9107         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9108         `mapcar' only for iteration.
9109
9110         * wl-demo.el: Don't use `mapcar' only for iteration.
9111
9112         * wl-folder.el: Don't use `mapcar' only for iteration.
9113         (wl-folder-open-all): Ditto.
9114         (wl-folder-count-incorporates): Ditto.
9115
9116         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9117         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9118
9119         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9120         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9121         `smtp-connection-type'; specify 3rd argument of `require' for
9122         `timezone'; don't use `mapcar' only for iteration.
9123         (wl-draft-clone-local-variables): Don't use `mapcar'.
9124         (wl-draft-generate-clone-buffer): Ditto.
9125         (wl-user-agent-compose-internal): Ditto.
9126
9127         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9128
9129         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9130         (wl-save-status): Ditto.
9131
9132         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9133         for iteration.
9134
9135 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9136
9137         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9138         removed `Date'.
9139         (wl-fldmgr-make-filter-default): New user option.
9140
9141         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9142         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9143         (wl-fldmgr-filter-completion-alist): Abolish.
9144
9145         * wl.el (wl): Don't check servers if arg is non-nil.
9146
9147         * wl-draft.el (wl-draft-reply): Set only message-id string to
9148         In-Reply-To field.
9149
9150 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * wl-summary.el (wl-summary-pick): Rewrite.
9153
9154         * wl-draft.el (wl-draft-forward): Get references field from
9155         original buffer.
9156         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9157
9158 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9159
9160         * wl-draft.el (wl-draft-forward): Add references field.
9161
9162 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9165         (wl-draft-reply): Use it.
9166
9167 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9168
9169         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9170         when Emacs 21 is running.
9171
9172         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9173         bindings.
9174
9175 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9176
9177         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9178         XPM icons transparent.
9179
9180         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9181         Emacs 21.
9182
9183 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9184
9185         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9186         nil.
9187
9188         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9189         when it is persistent.
9190         (wl-summary-sync-marks): Changed argument for
9191         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9192         (wl-summary-virtual): Use `elmo-read-search-condition'.
9193         (wl-summary-redisplay-internal): If folder is local, mark as read
9194         even when folder is plugged.
9195
9196 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9197
9198         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9199         of `tool-bar-lines' in the frame parameters.
9200         (after-make-frame-functions, post-command-hook): Don't modify the
9201         value.
9202         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9203         wl-e21-tool-bar-lines): Removed.
9204
9205 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9206
9207         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9208         properties `evaporate' and `wl-momentary-overlay' as well.
9209         (wl-highlight-summary-displaying): Ditto.
9210         (wl-delete-all-overlays): Don't delete overlay which does not have
9211         a property `wl-momentary-overlay'.
9212
9213         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9214         `display-mouse-p' and `display-graphic-p'.
9215         (wl-folder-init-icons): Don't search for XBM or the other files.
9216         (wl-plugged-set-folder-icon): Make icons if and only if
9217         `display-graphic-p' returns non-nil.
9218         (wl-highlight-plugged-current-line): Use `before-string' overlay
9219         property to show icon images.
9220         (wl-highlight-folder-current-line): Ditto.
9221         (wl-e21-highlight-folder-group-line): Ditto.
9222         (wl-e21-highlight-folder-by-numbers): Ditto.
9223         (wl-e21-insert-image): Removed.
9224         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9225         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9226         said.
9227         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9228         `wl-e21-force-switch-toolbar'.
9229         (wl-e21-make-icon-image): Removed.
9230         (wl-e21-setup-toolbar): Don't search for XBM files.
9231         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9232         the default value.
9233
9234 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9235
9236         * wl-util.el (wl-biff-check-folder-async): Set
9237         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9238
9239 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9240
9241         * wl-e21.el (after-make-frame-functions): Add
9242         `wl-e21-force-switch-toolbar'.
9243         (wl-e21-force-switch-toolbar): New function force to switch the
9244         toolbar appearance automatically.
9245         (post-command-hook): Add `wl-e21-switch-toolbar'.
9246         (wl-e21-switch-toolbar): New function to switch the toolbar
9247         appearance automatically.
9248         (wl-e21-tool-bar-lines): New buffer local variable.
9249
9250 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9251
9252         * wl-util.el (wl-biff-check-folders-running): New variable.
9253         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9254         (wl-biff-check-folder-async-callback):
9255         Set `wl-biff-check-folders-running'.
9256         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9257         with unwind-protect.
9258
9259         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9260         Enclose `wl-folder-auto-check' with unwind-protect.
9261
9262         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9263         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9264
9265         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9266
9267         * wl-util.el (wl-biff-notify): New inline function.
9268         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9269         locally.
9270         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9271         folder-list' is 1.
9272         Use `wl-biff-notify'.
9273         (wl-biff-check-folder-async-callback): New function.
9274         (wl-biff-check-folder-async): Ditto.
9275
9276         * wl-folder.el (wl-folder): Don't check folders.
9277         (wl-folder-auto-check): New function.
9278
9279 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9280
9281         * wl-util.el (wl-biff-start) [Emacs19+]:
9282         Use `timer-next-integral-multiple-of-time'.
9283         (wl-biff-check-folders): Use `wl-default-folder'
9284         if `wl-biff-check-folder-list' is nil.
9285
9286 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9287
9288         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9289         instead of `elmo-delete-lists'.
9290
9291 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9292
9293         * wl.el (wl-plugged-toggle-all): Set the value of
9294         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9295         (wl-plugged-toggle): Ditto.
9296         (wl-toggle-plugged): Ditto.
9297         (wl-plugged-init): Ditto.
9298
9299         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9300         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9301         instead of `wl-biff-state-indicator-off' and
9302         `wl-biff-state-indicator-on'; don't modify the value and the type
9303         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9304         (wl-plugged-init-icons): Set icons data to
9305         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9306         instead of `wl-plug-state-indicator-off' and
9307         `wl-plug-state-indicator-on'; don't modify the value and the type
9308         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9309
9310         * wl-vars.el (wl-modeline-biff-state-off,
9311         wl-modeline-biff-state-on, wl-modeline-biff-status,
9312         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9313         wl-modeline-plug-status): New internal variables.
9314         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9315         wl-biff-check-interval, wl-biff-check-folder-list): Change
9316         customization group from `wl-folder' to `wl-highlight'.
9317         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9318         wl-show-plug-status-on-modeline): Defcustomized.
9319
9320         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9321         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9322         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9323         a flag to `mode-line-buffer-identification'.
9324
9325         * wl-e21.el (wl-biff-init-icons): Set icons data to
9326         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9327         instead of `wl-biff-state-indicator-off' and
9328         `wl-biff-state-indicator-on'.
9329         (wl-plugged-init-icons): Set icons data to
9330         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9331         instead of `wl-plug-state-indicator-off' and
9332         `wl-plug-state-indicator-on'.
9333
9334 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9335
9336         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9337         excessive titles.
9338
9339 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9340
9341         * wl.el (wl-plugged-mode): Use revised
9342         `wl-mode-line-buffer-identification'.
9343         (wl-plugged-init): Don't use `force-mode-line-update'.
9344
9345         * wl-xmas.el (wl-draft-overload-functions): Use revised
9346         `wl-mode-line-buffer-identification'.
9347         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9348         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9349         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9350         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9351         `wl-make-plugged-hook';
9352         add `wl-folder-init-icons' and `wl-setup-folder' to
9353         `wl-folder-mode-hook'.
9354
9355         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9356         19 as well.
9357         (wl-mode-line-display-priority-list): New user option.
9358         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9359         Defcustomized.
9360         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9361         Add docs.
9362
9363         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9364         start.
9365         (wl-mode-line-buffer-identification): Revised as a function.
9366
9367         * wl-summary.el (wl-summary-mode): Use revised
9368         `wl-mode-line-buffer-identification'; don't call
9369         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9370         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9371         `wl-xmas-setup-summary'.
9372
9373         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9374         `wl-mode-line-buffer-identification'.
9375
9376         * wl-mule.el (wl-draft-overload-functions): Use revised
9377         `wl-mode-line-buffer-identification'.
9378
9379         * wl-folder.el (wl-make-plugged-alist): Don't call
9380         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9381         (wl-folder): Don't call `wl-folder-init-icons' directly.
9382         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9383         `wl-xmas-setup-folder' directly;
9384         use revised `wl-mode-line-buffer-identification'.
9385         (TopLevel): Don't bind `wl-biff-init-icons',
9386         `wl-plugged-init-icons', `wl-folder-init-icons',
9387         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9388
9389         * wl-e21.el (wl-draft-overload-functions): Use revised
9390         `wl-mode-line-buffer-identification'.
9391         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9392         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9393         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9394         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9395         `wl-make-plugged-hook';
9396         add `wl-folder-init-icons' and `wl-setup-folder' to
9397         `wl-folder-mode-hook'.
9398
9399 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9400             Katsumi Yamaoka    <yamaoka@jpl.org>
9401
9402         * wl.el (wl): Call `wl-biff-start'.
9403         (wl-exit): Call `wl-biff-stop'.
9404         (wl-plugged-mode): Show biff in modeline.
9405         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9406
9407         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9408         (wl-biff-init-icons): New function.
9409         (wl-plugged-init-icons): Don't make too much keymaps.
9410         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9411
9412         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9413         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9414         variables.
9415         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9416         options.
9417
9418         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9419         wl-biff-start, wl-biff-stop): New functions.
9420         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9421         (wl-biff-timer-name): New variable.
9422
9423         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9424
9425         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9426         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9427
9428         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9429         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9430
9431         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9432         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9433         `wl-folder-init-icons' to `ignore' if they are not available.
9434         (wl-folder-mode): Show biff in modeline.
9435
9436         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9437         (wl-biff-init-icons): New function.
9438         (wl-plugged-init-icons): Don't make too much keymaps.
9439         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9440
9441 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9442
9443         * wl-vars.el (wl-strict-diff-folders): Customization Type
9444         and doc fix.  Define as a list of regular expressions for
9445         folders or nil.
9446         * wl-folder.el (wl-folder-check-one-entity): Use
9447         `wl-string-match-member' instead of `wl-string-member' for
9448         `wl-strict-diff-folders'.
9449
9450 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9451
9452         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9453         (wl-highlight-folder-current-line): Use it; new implementation.
9454         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9455         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9456         `defsubst' instead of `defun'.
9457
9458         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9459         `wl-highlight-group-folder-by-numbers'; made it can also be a
9460         number.  See info for more details.
9461
9462         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9463         running.
9464
9465         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9466         to bind them.
9467
9468         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9469         (wl-highlight-folder-current-line): New implementation.
9470
9471         * wl-highlight.el (wl-highlight-folder-group-line): New
9472         implementation.
9473         (wl-delete-all-overlays): Rewrite as a marco.
9474         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9475
9476         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9477         running.
9478         (wl-folder-*-glyph): No need to bind them.
9479
9480         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9481         `wl-e21-highlight-folder-group-icon'; rewrite.
9482         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9483         `defsubst' instead of `defun'.
9484         (wl-folder-mode-map): Bind it when compiling.
9485
9486 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9487
9488         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9489
9490         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9491
9492 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9493
9494         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9495
9496 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9497
9498         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9499         (wl-highlight-folder-current-line): Use it.
9500
9501         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9502         in `id-name'.
9503
9504 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9505
9506         * wl.el: Require `wl-e21' when Emacs 21 is running.
9507
9508         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9509         default when Emacs 21 is running.
9510         (wl-use-highlight-mouse-line): Ditto.
9511         (wl-on-emacs21): New constant.
9512         (wl-on-emacs20): Removed.
9513
9514         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9515         Emacs 21 is running.
9516
9517         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9518         Emacs 21 is running.
9519
9520         * wl-e21.el: New file.
9521
9522 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9523
9524         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9525         (wl-toggle-plugged): Ditto.
9526         (wl-plugged-toggle): Ditto.
9527         (wl-plugged-toggle-all): Ditto.
9528
9529         * wl-vars.el (wl-plug-state-indicator): Refer
9530         `wl-plug-state-indicator-on' indirectly.
9531
9532 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9533
9534         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9535         Call `wl-folder-confirm-existence'.
9536
9537         * wl-folder.el (wl-folder-confirm-existence): Added optional
9538         argument `force'.
9539
9540 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9541
9542         * wl-summary.el (wl-summary-refile-subr): Assume
9543         `copy-or-refile' as symbol.
9544         (wl-summary-refile): Follow up above change.
9545         (wl-summary-copy): Ditto.  Doc fix.
9546
9547 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9548
9549         * wl-summary.el (wl-summary-pick): Don't bind
9550         `elmo-search-mime-charset'.
9551
9552         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9553         default using old backquote style.
9554         (wl-search-mime-charset): Abolished.
9555
9556         * wl-highlight.el (wl-highlight-headers):
9557         Call `point' after `re-search-forward'(for Nemacs).
9558
9559         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9560         for elmo-imap4.el.
9561
9562 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9563
9564         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9565         `wl-message-ignored-field-list' instead of
9566         `mime-view-ignored-field-list'.
9567
9568         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9569         Add interactive spec.
9570         (wl-folder-goto-bottom-of-current-folder): Ditto.
9571         (wl-folder-mode-map): Bind them.
9572
9573         * wl-vars.el (wl-message-ignored-field-list): New variable.
9574         (wl-message-visible-field-list): New variable.
9575
9576         * wl-mime.el (wl-mime-header-presentation-method): New function.
9577         (wl-mime-setup): Set header-presentation-method.
9578
9579 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9580
9581         * wl-nemacs.el (wl-draft-overload-functions): Set
9582         `mode-line-buffer-identification' instead of using
9583         `wl-make-modeline'.
9584
9585         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9586         instead of using `wl-make-modeline'.
9587
9588         * wl-xmas.el (wl-plugged-init-icons): Set up
9589         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9590         (wl-make-modeline): Abolish.
9591         (wl-draft-overload-functions): Set
9592         `mode-line-buffer-identification' instead of using
9593         `wl-make-modeline'.
9594
9595         * wl-util.el (wl-make-modeline-subr): Abolish.
9596         (wl-mode-line-buffer-identification): New alias.
9597
9598         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9599         (wl-summary-make-modeline): Abolish.
9600         (wl-summary-buffer-set-folder): Set
9601         `wl-summary-buffer-folder-indicator'.
9602         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9603         of using `wl-make-modeline'.
9604         (wl-summary-switch-to-clone-buffer): Don't set
9605         `mode-line-buffer-identification'.
9606         (wl-summary-goto-folder-subr): Ditto.
9607
9608         * wl-mule.el (wl-draft-overload-functions): Set
9609         `mode-line-buffer-identification' instead of using
9610         `wl-make-modeline'.
9611
9612         * wl-folder.el (wl-folder-mode): Set
9613         `mode-line-buffer-identification' instead of using
9614         `wl-make-modeline'.
9615         (wl-folder): Don't set `mode-line-buffer-identification'.
9616
9617 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9618
9619         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9620         instead of `member' for `wl-refile-guess-func-list' look-ups.
9621         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9622
9623 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9624
9625         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9626         `wl-message-button-dispatcher'.
9627
9628         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9629
9630         * wl-message.el (wl-message-button-dispatcher): Use it.
9631
9632         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9633         "In-Reply-To".
9634
9635         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9636         Bind `case-fold-search' to t.
9637
9638 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9639
9640         * wl-xmas.el (wl-message-overload-functions): Initialize
9641         `wl-message-button-map'.
9642
9643         * wl-mule.el (wl-message-overload-functions): Initialize
9644         `wl-message-button-map'.
9645
9646         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9647
9648         * wl-message.el (wl-message-button-map): New keymap.
9649         (wl-message-add-button): New function.
9650         (wl-message-button-dispatcher): New function.
9651         (wl-message-button-refer-article): New function.
9652
9653         * wl-highlight.el
9654         (wl-highlight-message-add-buttons-to-header): New function.
9655         (wl-highlight-headers): Use it.
9656
9657 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9658
9659         * wl-summary.el (wl-summary-default-from): Use
9660         `wl-address-get-petname-1'.
9661         (wl-summary-simple-from): Ditto.
9662
9663         * wl-address.el (wl-address-get-petname-1): New inline function.
9664         (wl-address-get-petname): Use it.
9665
9666 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9667
9668         * wl-summary.el (wl-summary-default-from): Return full-name part
9669         from the address if no petname was found.
9670         (wl-summary-simple-from): Ditto.
9671
9672         * wl-address.el (wl-address-get-petname): Return nil if no petname
9673         associated with the address was found.
9674
9675 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9676
9677         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9678         display is finished.
9679
9680 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9681
9682         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9683         `elmo-folder-exists-p' argument.
9684
9685 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9686
9687         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9688         the folder.
9689
9690 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9691
9692         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9693
9694         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9695         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9696
9697 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9698
9699         * wl-folder.el (wl-folder-create-subr): New function.
9700         (wl-folder-confirm-existence): Use it.
9701         (wl-folder-check-one-entity): Use it.
9702         Check the error symbol is derived from 'elmo-open-error.
9703
9704         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9705         `ignore-error'.
9706
9707 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9708
9709         * wl-util.el (toplevel): Add (eval-when-compile (require
9710         'elmo-util)).  (Maybe `provide' is typo.)
9711
9712 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9713
9714         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9715         (I don't know why this was needed.)
9716
9717         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9718         Follow up changes for stream-type.
9719
9720         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9721         (wl-draft-elmo-nntp-send): Ditto.
9722
9723         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9724         (wl-nntp-posting-stream-type): Ditto.
9725         (wl-pop-before-smtp-ssl): Abolished.
9726         (wl-nntp-posting-ssl): Ditto.
9727
9728         * wl-address.el (wl-address-quote-specials): New function.
9729         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9730
9731         * wl-draft.el (wl-draft-reply): Ditto.
9732
9733 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9734
9735         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9736         use function `wl-string-match-assoc'.
9737
9738 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9739
9740         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9741
9742         * wl-draft.el (wl-draft-deduce-address-list): New function.
9743         (wl-draft-parse-mailbox-list): Ditto.
9744         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9745         instead of `smtp-deduce-address-list'.
9746         (wl-draft-on-field-p): Follow group list.
9747
9748         * wl-address.el (wl-address-concat-token): New function.
9749         (wl-address-string-without-group-list-contents): Ditto.
9750         (wl-complete-field-body): Fixed problem of completion
9751         by japanese petname.
9752         (wl-address-make-completion-list): Rewrite.
9753
9754 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9755
9756         * wl-address.el (wl-address-make-completion-list): Completion by
9757         petname.
9758         (wl-complete-field-body): Likewise.
9759
9760 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9761
9762         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9763         contains invalid address syntax.
9764
9765 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9766
9767         * wl-folder.el (wl-folder-check-entity-async): Use
9768         `elmo-nntp-spec-hostname'.
9769
9770 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9771
9772         * wl-summary.el (wl-summary-msgdb-load-async): Use
9773         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9774
9775 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9776
9777         * wl-draft.el (wl-draft-reply): Set argument
9778         `content-transfer-encoding' as nil.
9779
9780 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9781
9782         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9783         `wl-refile-alist'.
9784
9785 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9786
9787         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9788         (wl-draft-edit-string): Ditto.
9789         (wl-draft-forward): Ditto.
9790         * wl-summary.el (wl-summary-write): Ditto.
9791
9792 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9793
9794         * wl-summary.el (wl-summary-sync-update3): Call
9795         `wl-summary-buffer-number-column-detect'.
9796         (wl-summary-buffer-number-column-detect): Search from point-min.
9797
9798 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9799
9800         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9801         contains an address which is not included in original to or cc.
9802
9803 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9804
9805         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9806         begin-line does not exist.
9807         * wl-message.el (wl-message-uu-substring): Ditto.
9808
9809 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9810
9811         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9812         clear local variables.
9813         (wl-summary-exit): Call `elmo-commit'.
9814         (wl-summary-switch-to-clone-buffer): Call
9815         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9816         (wl-summary-goto-folder-subr): Ditto.
9817
9818         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9819         POP folder.
9820
9821 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9822
9823         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9824         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9825         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9826         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9827         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9828         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9829
9830         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9831
9832 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9833
9834         * wl-summary.el (wl-summary-search-by-subject):
9835         Search parent message from the latest one.
9836
9837 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9838
9839         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9840         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9841
9842         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9843         New user option.
9844
9845         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9846         if elmo-nntp-use-killed-list is nil.
9847         Use `elmo-msgdb-append-to-killed-list'.
9848         (Append numbers confirmed as disappeared to the killed list.)
9849         (wl-summary-confirm-appends): Don't display negative number.
9850
9851 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9852
9853         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9854
9855 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9856
9857         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9858         range is `all'.
9859         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9860         `elmo-list-bigger-diff'.
9861
9862 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9863
9864         * wl-summary.el (wl-summary-buffer-exit-func):
9865         New buffer local variable.
9866         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9867
9868 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9869
9870         * wl-demo.el (wl-demo): Fix the last change.
9871
9872 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9873
9874         * wl-demo.el (wl-demo): Don't use `eval'.
9875
9876 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9877
9878         * wl-summary.el (wl-summary-buffer-thread-modified):
9879         New buffer-local variable.
9880         (wl-summary-set-thread-modified): New function.
9881         (wl-summary-thread-modified-p): New function.
9882         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9883         (wl-summary-yank-saved-message): Use function
9884         `wl-summary-set-thread-modified'
9885         (wl-summary-switch-to-clone-buffer): Add
9886         `wl-summary-buffer-thread-modified'.
9887
9888         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9889         (wl-summary-buffer-mark-saved-hook): Ditto.
9890         * wl-summary.el (wl-summary-msgdb-save): New hook
9891         `wl-summary-buffer-message-saved-hook' and
9892         `wl-summary-buffer-mark-saved-hook'.
9893
9894 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9895
9896         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9897
9898 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9899
9900         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9901         don't hide scroll bars under FSF Emacsen because it may incur an
9902         undesirable redrawing.
9903
9904 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9905
9906         * wl-draft.el (wl-draft-edit-string): Call
9907         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9908
9909 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9910
9911         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9912
9913 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9914
9915         * wl-summary.el (wl-summary-msgdb-load-async): Call
9916         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9917
9918 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9919
9920         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9921         fringes in demo buffer; center bitmap logo correctly even if old
9922         Mule is used.
9923
9924 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9925
9926         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9927
9928         * wl-refile.el (wl-refile-subject-alist): New variable.
9929         (wl-refile-subject-alist-file-name): Ditto.
9930         (wl-refile-alist-setup): Rewrite.
9931         (wl-refile-alist-save): Use `elmo-object-save'.
9932         Eliminated arguments.
9933         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9934         (wl-refile-guess-by-subject): New function.
9935         (wl-refile-guess-func-list): Added it.
9936
9937 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9938
9939         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9940         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9941
9942 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9943
9944         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9945         New buffer-local variable.
9946         (wl-summary-buffer-next-folder-func): Ditto.
9947         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9948         if non-nil.
9949         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9950         if non-nil.
9951         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9952         if non-nil.
9953         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9954         if non-nil.
9955
9956 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9957
9958         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9959         permanently in the demo buffer.
9960
9961 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9962
9963         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9964         `mime-entity-fetch-field'.
9965
9966         * wl.el (wl-exit): Delete plugged buffer.
9967
9968         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9969         XEmacs has menubar feature.
9970
9971 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9972
9973         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9974         cannot arrive at the beginning of the buffer under old Emacsen.
9975
9976 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9977
9978         * wl-address.el (wl-address-ldap-search):
9979         Call `ldap-search-entries' with `withdn' argument t.
9980         (wl-complete-field-body): Bind completion-ignore-case as t.
9981         Clear ldap search hash when it was sole completion.
9982         Use elmo-string for pattern string.
9983         (wl-ldap-alias-safe-string): Eliminated needless let.
9984
9985 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9986
9987         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9988         (wl-ldap-alias-sep): New constant.
9989         (wl-ldap-search-attribute-type-list): Ditto.
9990         (wl-ldap-get-value): New function.
9991         (wl-ldap-make-filter): Ditto.
9992         (wl-ldap-make-matched-value-list): Ditto.
9993         (wl-ldap-alias-safe-string): Ditto.
9994         (wl-ldap-register-dn-string): Ditto.
9995         (wl-address-ldap-search): Rewrite.
9996
9997 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9998
9999         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10000         thread is deleted.
10001         (wl-thread-delete-line-from-buffer): Ditto.
10002         (wl-thread-get-exist-children): New function.
10003
10004 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10005
10006         * wl-demo.el (wl-demo): Made it to select various image types.
10007         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10008         from `wl-title-logo'.
10009         (wl-logo-ascii): New variable.
10010         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10011         (wl-demo-copyright-notice): New constant.
10012
10013         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10014
10015 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10016
10017         * wl-vars.el (wl-summary-target-above): Renamed from
10018         wl-summary-temp-above.
10019         * wl-score.el (wl-score-get-score-alist): Use it.
10020         (wl-summary-score-update-all-lines): Use it.
10021         * wl-summary.el: Ditto. (make-variable-buffer-local).
10022
10023 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10024
10025         * wl-vars.el (wl-ldap-port): New user option.
10026
10027         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10028         Rewite whole implementation.
10029         (wl-complete-field-body): Fixed.
10030
10031 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10032
10033         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10034         Choose implementation at compile time.
10035
10036 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10037
10038         * wl-address.el (wl-ldap-search-internal): New function.
10039         (wl-complete-field-to): Use it.
10040
10041 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10042
10043         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10044         Use `let' instead of `let*'.
10045         Require 'wl-vars.
10046
10047         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10048         Define as defcustom.
10049         (wl-ldap-base): Ditto.
10050         (wl-use-ldap): Ditto.
10051
10052 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10053
10054         * wl-address.el (wl-ldap-search): New function.
10055         (wl-complete-field-body): Use `wl-ldap-search'.
10056         (wl-ldap-server): New variable.
10057         (wl-ldap-base): Ditto.
10058         (wl-use-ldap): Ditto.
10059
10060 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10061
10062         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10063         (Pointed out by Mito <mit@nines.nec.co.jp>).
10064         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10065         buffer-local variables like `wl-summary-redisplay-internal'.
10066         (wl-summary-redisplay-all-header): Likewise.  Update
10067         Summary view too.
10068
10069 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10070
10071         * wl-summary.el (wl-summary-jump-to-parent-message):
10072         Consider prefix argument.
10073
10074         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10075         when closed thread is deleted.
10076
10077 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10078
10079         * wl-summary.el (wl-summary-jump-to-parent-message):
10080         Consider thread modification.
10081
10082 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10083
10084         * wl-message.el (wl-message-normal-get-original-buffer): Use
10085         `save-excursion'.
10086
10087         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10088         (wl-summary-showto-folder-regexp): Ditto.
10089
10090 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10091
10092         * wl-util.el (wl-delete-alist): Doc fix.
10093         (wl-delete-associations): New function.
10094         (wl-inverse-alist): New function.
10095         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10096         Split temporary variables. Use `wl-delete-associations'
10097         and `wl-inverse-alist'.
10098         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10099
10100 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10101
10102         * wl-folder.el (wl-folder-prefetch-entity):
10103         Execute prefetching if new count is unknown.
10104
10105 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10106
10107         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10108
10109         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10110         delete entity.
10111         (wl-thread-set-parent): If insert as top, set linked as nil.
10112
10113         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10114         `wl-thread-cleanup-symbols' when view mode is thread.
10115
10116 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10117
10118         * wl-folder.el (wl-folder-create-folder-entity): Use
10119         with-current-buffer.
10120         (wl-local-folder-init): Call set-buffer to make sure we are in
10121         the Folder buffer. Don't touch buffer-local variables here.
10122         (wl-folder-mode): Initialize buffer-local variables here.
10123
10124         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10125         (wl-folder-entity-assign-id): Ditto.
10126         (wl-folder-create-entity-hashtb): Ditto.
10127         (wl-local-folder-init): Ditto.
10128         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10129
10130 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10131
10132         * wl-summary.el (wl-summary-default-from): Fix probrem when
10133         std11-extract-address-components return (nil "foo@bar").
10134
10135 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10136
10137         * wl-draft.el (wl-draft-clone-local-variables):
10138         Remove redundant `setq'.
10139
10140 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10141
10142         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10143         Bind wl-highlight-x-face-func as nil while highlighting header.
10144
10145 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10146
10147         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10148
10149 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10150
10151         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10152         elmo-msgdb-overview-hashtb from copy-variables.
10153         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10154         instead of `elmo-msgdb-overview-get-entity-by-number'.
10155         (wl-summary-auto-refile): Ditto.
10156
10157         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10158         `elmo-msgdb-overview-get-entity' instead of
10159         `elmo-msgdb-search-overview-entity'.  Use
10160         `elmo-msgdb-overview-get-entity' instead of
10161         `elmo-msgdb-overview-get-entity-by-number'.
10162         (wl-thread-insert-entity-sub): Ditto.
10163         (wl-thread-insert-message): Ditto.
10164
10165         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10166         `elmo-msgdb-overview-get-entity'.
10167         (wl-normal-message-redisplay): Ditto.
10168
10169 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10170
10171         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10172         `wl-thread-entities'.
10173         (wl-thread-delete-message): Fix remove top message from
10174         `wl-thread-entity-list'.
10175
10176         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10177         wl-append(nconc), because update-list is broken on Meadow.
10178
10179         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10180         updating process.
10181         (wl-summary-rescan): Ditto.
10182         (wl-summary-sync-update3): Ditto.
10183         * wl-thread.el (wl-thread-set-parent): Renamed from
10184         `wl-summary-set-parent'.
10185         (wl-thread-insert-message): Updating buffer faster.
10186         (wl-thread-delete-message): Updating buffer faster.
10187
10188         * wl-score.el (wl-summary-score-update-all-lines): Changed
10189         interval for display progress gauge.
10190
10191 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10192
10193         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10194         folder always-sticky.
10195         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10196         defmacro.
10197
10198 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10199
10200         * wl-vars.el (wl-draft-add-references): New user option.
10201
10202         * wl-draft.el (wl-draft-add-references): New function.
10203         (wl-draft-yank-from-mail-reply-buffer): Use it.
10204         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10205         as nil.
10206
10207 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10208
10209         * wl-thread.el (wl-thread-update-line-msgs): Called
10210         `wl-thread-update-line-on-buffer-sub'.
10211         (wl-thread-update-line-on-buffer): Delete routine of inserting
10212         thread.
10213         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10214         moved from `wl-thread-update-line-on-buffer'.
10215         Add threshold for displaying progress gauge.
10216         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10217         argument of `wl-thread-update-line-msgs'.
10218         Add threshold for displaying progress gauge.
10219         * wl-folder.el:
10220         Add threshold for displaying progress gauge.
10221         * wl-score.el: Ditto.
10222
10223         * wl-expire.el (wl-summary-expire): Display deleting info.
10224
10225 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10226
10227         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10228         `no-msg'.
10229         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10230         argument of `wl-thread-update-line-msgs'.
10231         (wl-summary-set-parent): Added optional argument `parent-number'.
10232         (wl-summary-buffer-saved-message): New buffer local variable.
10233         (wl-summary-save-current-message): New command.
10234         (wl-summary-yank-saved-message): Ditto.
10235         (wl-summary-mode-map): Added key binding for
10236         `wl-summary-save-current-message' (\ew) and
10237         `wl-summary-yank-saved-message' (\C-y).
10238         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10239
10240 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10241
10242         * wl-summary.el (wl-summary-mode-map): Added key binding for
10243         `wl-summary-set-parent' (ts).
10244
10245 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10246
10247         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10248         subject faster. If thread number is reverse, delayed updating
10249         thread.
10250         (wl-summary-search-by-subject): Ditto.
10251         (wl-summary-put-alike): Ditto.
10252         (wl-summary-get-alike): Ditto.
10253         (wl-summary-insert-headers): Insert header of all overview in
10254         buffer.
10255         (wl-summary-rescan): Delayed updating thread. Kill search subject
10256         buffer for wl-summary-search-by-subject.
10257         (wl-summary-sync-update3): Ditto.
10258         (wl-summary-exit): Ditto.
10259         (wl-summary-goto-bottom-of-current-thread): Change for linked
10260         thread.
10261         (wl-summary-overview-create-summary-line): Change line for linked
10262         thread.
10263
10264         * wl-summary.el (wl-summary-update-thread): Use
10265         wl-thread-maybe-get-children-num.
10266         (wl-summary-set-parent): If change parent, move sub thread.
10267         (wl-summary-redisplay-internal): Add horizontal recenter.
10268         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10269
10270         * wl-thread.el (wl-thread-entity-get-linked): New function.
10271         (wl-thread-entity-set-linked): New function.
10272         (wl-thread-create-entity): Add linked element.
10273         (wl-thread-entity-insert-as-top): Use wl-append.
10274         (wl-thread-maybe-get-children-num): If closing thread, return
10275         children msgs.
10276         (wl-thread-update-line-msgs): Displaying progress message.
10277         (wl-thread-update-line-on-buffer-sub): Use
10278         wl-thread-maybe-get-children-num.
10279         (wl-thread-update-line-on-buffer): If update line is not exists,
10280         insert thread.
10281         (wl-thread-delete-message): If delete top msg of thread, search
10282         parent by subject.
10283         (wl-thread-insert-entity): Use
10284         wl-thread-maybe-get-children-num.
10285
10286         * wl-highlight.el (wl-highlight-summary-current-line): change
10287         sregexp for linked thread.
10288         * wl-util.el (wl-count-lines): Count lines.
10289         (wl-horizontal-recenter): horizontal recenter.
10290         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10291         (wl-score-get-alike): Ditto.
10292         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10293         (wl-subject-length-limit): New variable.
10294         (wl-highlight-thread-indent-string-regexp): Changed for linked
10295         thread.
10296
10297 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10298
10299         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10300         New variable (revival).
10301         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10302         by subject matching if there's no in-reply-to nor references field
10303         (revival).
10304
10305 \f
10306 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10307
10308         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10309         message.
10310
10311 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10312
10313         * wl-summary.el (wl-summary-reply): Return t if there was a
10314         message at cursor point.
10315         Added unwind-protect.
10316         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10317         returns t.
10318         (wl-summary-cancel-message): Do nothing when there's no message at
10319         cursor point.
10320         (wl-summary-forward): Ditto.
10321         (wl-summary-jump-to-parent-message): Ditto.
10322         (wl-summary-reedit): Ditto.
10323         (wl-summary-edit-addresses): Ditto.
10324         (wl-summary-pipe-message): Ditto.
10325         (wl-summary-print-message-with-ps-print): Ditto.
10326         (wl-summary-print-message): Ditto.
10327         (wl-summary-mark-as-important): Ditto.
10328         (wl-summary-mark-as-unread): Ditto.
10329
10330         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10331         message at cursor point.
10332         (wl-summary-reply-with-citation): Remove unwind-protect.
10333
10334         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10335         subject searching feature.
10336         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10337         Eliminated.
10338
10339 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10340
10341         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10342         New variable.
10343         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10344         by subject matching if there's no in-reply-to nor references field.
10345
10346         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10347
10348         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10349         when display is finished.
10350         (wl-folder-open-all): Ditto.
10351         (wl-folder-update-access-group): Ditto.
10352         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10353         * wl-thread.el (wl-thread-close-all): Ditto.
10354
10355         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10356         progress gauge only when it was displayed.
10357         * wl-folder.el (wl-folder-insert-entity): Ditto.
10358
10359 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10360
10361         * wl-summary.el (wl-summary-incorporate): Enclose
10362         `wl-summary-sync-force-update' with save-excursion.
10363
10364 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10365
10366         * wl-summary.el (wl-summary-prefetch-region):
10367         Pass current cursor point to `pos-visible-in-window-p' after
10368         moving cursor to the started point.
10369
10370 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10371
10372         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10373
10374         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10375         fields from the forwarding message.
10376         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10377         `ignored-fields'.
10378
10379 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10380
10381         * wl-mime.el (wl-message-request-partial):
10382         Eliminated argument `msgdb'.
10383         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10384         (wl-mime-combine-message/partial-pieces): Likewise.
10385         * tm-wl.el (wl-message-request-partial): Likewise.
10386         (wl-mime-combine-message/partial-pieces): Likewise.
10387
10388 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10389
10390         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10391         when display is finished.
10392
10393 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10394
10395         * wl-summary.el (wl-summary-goto-folder-subr):
10396         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10397
10398 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10399
10400         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10401         when cursor point is visible.
10402
10403 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10404
10405         * wl-expire.el (wl-expire-archive-get-max-number):
10406         Don't use `file-name-directory'.
10407
10408 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10409
10410         * wl-expire.el (wl-expire-archive-get-max-number):
10411         Use `file-name-directory'.
10412
10413 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10414
10415         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10416         only when there is progress.
10417
10418 2000-04-13  Mito <mit@nines.nec.co.jp>
10419
10420         * wl-summary.el (wl-summary-sync-marks): Display progress.
10421
10422 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10423
10424         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10425         (wl-summary-prev): Move cursor regardless of unread status.
10426         (wl-summary-next): Ditto.
10427
10428 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10429
10430         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10431         Added argument `target' and `number'.
10432         * tm-wl.el (wl-summary-burst-subr): New function.
10433         (wl-summary-burst): Use it.
10434
10435 2000-04-10  Mito <mit@nines.nec.co.jp>
10436
10437         * wl-mime.el (wl-burst): New function.
10438         (wl-summary-burst): Use it.
10439
10440 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10441
10442         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10443         as petname when there's no candidate.
10444
10445 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10446
10447         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10448         New variable.
10449         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10450
10451         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10452
10453         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10454
10455 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10456
10457         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10458         Use substring of `original' instead of buffer-substring.
10459         (wl-refile-evaluate-rule):
10460         Set `original' argument of wl-refile-expand-newtext.
10461
10462         * wl-summary.el
10463         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10464         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10465         (wl-summary-auto-refile): Check existence of destination folder just
10466         before marking.
10467
10468 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10469
10470         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10471         when wl-refile-get-field-value return nil.
10472
10473 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10474
10475         * wl-refile.el
10476         (wl-refile-expand-newtext): New function imported from Gnus.
10477         (wl-refile-evaluate-rule): Use it.
10478
10479 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10480
10481         * wl-summary.el (wl-summary-print-destination):
10482         Duplicate folder string to avoid putting text-property on
10483         original string.
10484
10485         * wl-refile.el (wl-refile-get-field-value): New function.
10486         (wl-refile-evaluate-rule): New function;
10487         Evaluate refile rule recursively.
10488         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10489         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10490         New function; Check existence of a target folder recursively.
10491         (wl-summary-auto-refile-check-refile-rule-alist):
10492         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10493
10494 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10495
10496         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10497
10498         * wl-folder.el (wl-create-folder-entity-from-buffer):
10499         Fixed problem when '}' character is contained in folder name.
10500
10501         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10502
10503 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10504
10505         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10506         (wl-fldmgr-add-completion-all-completions):
10507         Use wl-fldmgr-add-completion-hashtb.
10508
10509 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10510
10511         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10512         wl-fldmgr-add-completion-subr): New functions.
10513         * wl-folder.el (wl-folder-completion-func): New variable.
10514         * wl-summary.el (wl-summary-read-folder):
10515         Use wl-folder-completion-func.
10516
10517         * wl-refile.el: Eliminate throw & catch.
10518
10519         * wl.el (wl-plugged-sending-queue-status): Fixed.
10520
10521 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10522
10523         * wl-draft.el (wl-draft): Put category property on
10524         mail-header-separator.