e60273c7eb77bf1a026ff5cf296f9bb1643f366c
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-04-20  Kenichi Okada  <okada@opaopa.org>
2
3         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
4         Fix about the order of `wl-nntp-posting-port' and
5         `wl-nntp-posting-stream-type'.
6         * wl.el (wl-plugged-port-label-alist): Add smtp.
7
8 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9
10         * wl-summary.el (wl-summary-message-status): New macro.
11
12         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
13         (wl-summary-killed-mark): New user option.
14
15         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
16         API change.
17         (wl-thread-insert-entity-sub): Ditto.
18         (wl-thread-recover-messages): New command.
19
20         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
21         Don't call `wl-highlight-summary-current-line' directly.
22         (wl-summary-buffer-attach): Connect to signal `status-changed'
23         instead of `cache-changed'.
24         (wl-summary-buffer-detach): Follow the above change.
25         (wl-summary-detect-mark-position): Follow the API change.
26         (wl-summary-rescan-message): Ditto.
27         (wl-summary-insert-sequential): Ditto.
28         (wl-summary-update-thread): Ditto.
29         (wl-summary-message-mark): Ditto.
30         (wl-summary-persistent-mark): Ditto.
31         (wl-summary-create-line): Ditto.
32         (wl-summary-prefetch-region-no-mark): Call
33         `wl-summary-persistent-mark' with number.
34         (wl-summary-recover-messages-region): New command.
35         (wl-summary-target-mark-recover): Ditto.
36         (wl-summary-recover-message): Ditto.
37         (wl-summary-persistent-mark-string): Add argument `status' instead
38         of remove arguments `flags' and `cached'.  Treat killed status.
39         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
40
41         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
42         (wl-highlight-summary-line-face-spec): Treat killed status.
43         (wl-highlight-summary-line-string): Follow the API change.
44         (wl-highlight-summary-current-line): Ditto.
45
46         * Version number is increased to 2.15.3.
47
48 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
51         of symbolp to test whether the condition is function.
52
53 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
54
55         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
56         to nil.
57
58 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-summary.el (wl-summary-buffer-message-ring): New internal
61         variable.
62         (wl-summary-buffer-last-displayed-msg): Abolish.
63         (wl-summary-push-message): New function.
64         (wl-summary-pop-message): Ditto.
65         (wl-summary-goto-folder-subr): Reset
66         `wl-summary-buffer-message-ring'.
67         (wl-summary-pop-to-last-message): New command.
68         (wl-summary-goto-last-displayed-msg): Call
69         wl-summary-pop-to-last-message if optional argument is non-nil or
70         the last command is itself.
71         (wl-summary-redisplay-internal): Push last message number into
72         `wl-summary-buffer-message-ring'.
73
74         * wl-vars.el (wl-summary-message-ring-max): New user option.
75
76 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
79         from `wl-draft-reply').
80         (wl-draft-reply): Use it.
81         (wl-draft-find-reply-headers): Avoid compile warning.
82
83 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
84
85         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
86
87 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
88
89         * wl-message.el (wl-message-flag-indicator): New function.
90         (wl-message-redisplay): Use it.
91
92 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
95
96 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
99         instead of `read-event'.
100
101         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
102
103         * wl-mule.el (wl-read-event-char): Ditto.
104
105         * wl-e21.el (wl-read-event-char): Ditto.
106
107 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
108
109         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
110
111 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-vars.el (wl-draft-send-confirm-type): New user option.
114
115         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
116
117         * wl-draft.el (wl-draft-send-confirm): Confirmation by
118         `wl-draft-send-confirm-type'
119
120 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
123         Avoid error when the buffer name is already used.
124
125 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
128         the change of elmo-nmz -> elmo-search.
129         (wl-highlight-summary-line-help-echo-alist): Ditto.
130         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
131         (wl-nmz-folder-icon): Define as obsolete.
132         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
133         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
134
135 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
136
137         * wl-summary.el (wl-summary-get-list-info): Rewrite with
138         `elmo-find-list-match-value'
139
140 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-summary.el (wl-summary-get-list-info): Optimize.
143         Use List-Id and List-Post also.
144
145 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
148
149 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
150
151         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
152
153 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-util.el (wl-completing-read-multiple-1): New internal function.
156         (wl-completing-read-multiple-2): Ditto.
157         (wl-completing-read-multiple): Define use above functions.
158
159         * wl-summary.el (wl-summary-sort): Removed the workaround for a
160         bug of `completing-read-multiple' about default value.
161
162         * wl-xmas.el (wl-completing-read-multiple): Removed.
163
164         * wl-mule.el (wl-completing-read-multiple): Ditto.
165
166         * wl-e21.el (wl-completing-read-multiple): Ditto.
167
168 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * wl-util.el (wl-filter-associations): New function.
171
172         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
173         (wl-spam-ignored-folder-list): Ditto.
174         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
175         (wl-spam-string-member-p): New function.
176         (wl-spam-domain): Use it.
177         (wl-spam-split-numbers): New function.
178         (wl-spam-apply-partitions): Ditto.
179         (wl-spam-register-spam-messages): Use `folder' instead of
180         `wl-summary-buffer-elmo-folder'.
181         (wl-spam-register-good-messages): Ditto.
182         (wl-summary-exec-action-spam): Decide a domain by real folder of
183         message.
184         (wl-summary-exec-action-refile-with-register): Likewise.
185
186 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-e21.el (wl-e21-find-image): New function.
189         (wl-e21-setup-toolbar): Use it instead of `find-image'.
190         (wl-e21-highlight-folder-group-line): Ditto.
191         (wl-folder-init-icons): Ditto.
192         (wl-plugged-init-icons): Ditto.
193         (wl-biff-init-icons): Ditto.
194
195 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
198         (wl-inhibit-save-drafts): New internal variable.
199         (wl-disable-auto-save): Ditto.
200         (wl-save-drafts): Treat above variables.
201         (wl-auto-save-drafts): New function.
202         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
203         `wl-stop-save-drafts'.
204         (wl-start-save-drafts): New function.
205         (wl-stop-save-drafts): Ditto.
206         (wl-set-auto-save-draft): New command.
207
208         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
209         `wl-set-save-drafts'.
210
211 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
212
213         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
214         `make-local-variable' instead of `make-variable-buffer-local'.
215
216 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
217
218         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
219
220 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
221
222         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
223
224 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
227         of working buffer.
228
229 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
232
233         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
234         value into recipients; Bind `wl-draft-remove-group-list-contents'
235         as nil.
236
237 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-summary.el (wl-summary-sort): Fixed the last change.
240
241         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
242         (wl-summary-sort-messages): Ditto.
243         (wl-summary-rescan): Use it.
244         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
245         `completing-read'; Append candidates for reverse order.
246
247 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
248
249         * Version number is increased to 2.15.2.
250
251 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
254         "Smaller".
255         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
256
257 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
258
259         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
260
261 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-vars.el (wl-draft-additional-header-alist): Add into the
264         customize group `wl-draft'.
265         (wl-draft-add-in-reply-to): Move customize group from `wl' to
266         `wl-draft'.
267         (wl-draft-add-references): Ditto.
268
269         * wl-action.el (wl-summary-print-argument): Rename argument from
270         `folder' to `data'.
271
272 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
273
274         * wl-summary.el (wl-summary-rescan-message): Call
275         `wl-thread-cleanup-symbols' before insert thread.
276
277 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl.el (wl-init): Set `elmo-get-folder-function' as
280         `wl-folder-make-elmo-folder'.
281
282         * wl-spam.el (wl-summary-exec-action-spam): Use
283         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
284
285         * wl-folder.el (wl-folder-make-elmo-folder): New function.
286         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
287         `elmo-make-folder'.
288         (wl-folder-get-elmo-folder): Ditto.
289         (wl-folder-create-subr): Simplify.
290
291 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
294
295 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
298         contents in message buffer instead of original buffer. If optional
299         argument specified, ask coding system for encode.
300
301 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
302
303         * wl-spam.el (wl-summary-test-spam-region): New function.
304         (wl-spam-setup): Bind "rkc".
305
306 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
307
308         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
309
310 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
311
312         * wl-spam.el (wl-summary-test-spam): Fix typo.
313         (wl-message-check-spam): Ditto.
314
315 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
316
317         * wl-summary.el (wl-summary-default-from): Simplify.
318
319 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-action.el (wl-summary-exec-action-refile): Simplify.
322         (wl-summary-exec-action-copy): Ditto.
323         (wl-summary-auto-refile): Check existence of temporary mark.
324
325 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-summary.el (wl-summary-create-line): Use
328         `elmo-time-to-datevec'.
329
330         * wl-expire.el (wl-expire-archive-date): Ditto.
331         (wl-expire-localdir-date): Ditto.
332
333         * wl-util.el (wl-day-number): Abolish.
334
335         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
336         of `wl-day-number'.
337         (wl-score-followup): Ditto.
338         (wl-score-add-followups): Ditto.
339         (wl-score-get-latest-msgs): Ditto.
340         (wl-score-get-header-entry): Ditto.
341         (wl-score-edit-insert-date): Ditto.
342
343 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
346         `elmo-message-entity-field' with 2nd argument `type'.
347
348 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
349
350         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
351
352 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-thread.el (wl-thread-delete-message): Delete descendant
355         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
356
357 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
358
359         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
360
361 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
362
363         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
364         `Access folder'.
365
366 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-vars.el (wl-access-folder-icon): New user option.
369
370         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
371         `Access folder'.
372
373 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
374
375         * wl-summary.el (wl-summary-buffer-set-folder): Use
376         `wl-folder-mime-charset'.
377
378         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
379         `mime-charset'.
380         (wl-folder-get-elmo-folder): Ditto.
381         (wl-folder-mime-charset): New function.
382
383 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-util.el (wl-parse-addresses): Define alias of
386         `elmo-parse-addresses' (move to `elmo-util.el').
387
388         * wl-summary.el (wl-summary-default-from): Follow the API change.
389         (wl-summary-overview-entity-compare-by-date): Ditto.
390         (wl-summary-overview-entity-compare-by-from): Ditto.
391         (wl-summary-get-list-info): Get value of `ml-info' field from
392         entity at first.
393         (wl-summary-rescan-message): Treat prefix argument.
394         (wl-summary-prefetch-msg): Follow the API change.
395         (wl-summary-search-by-subject): Ditto.
396         (wl-summary-insert-thread): Ditto.
397         (wl-summary-line-subject): Ditto.
398         (wl-summary-line-from): Ditto.
399         (wl-summary-create-line): Ditto.
400         (wl-summary-print-message-with-ps-print): Ditto.
401
402         * wl-score.el (wl-score-ov-entity-get): Ditto.
403         (wl-score-followup): Ditto.
404         (wl-score-add-followups): Use `elmo-message-entity-field' instead
405         of `car'.
406         (wl-score-get-latest-msgs): Follow the API change.
407         (wl-score-get-header): Ditto.
408
409         * wl-refile.el (wl-refile-learn): Ditto.
410         (wl-refile-subject-learn): Ditto.
411         (wl-refile-get-field-value): Ditto.
412         (wl-refile-guess-by-history): Ditto.
413         (wl-refile-guess-by-subject): Ditto.
414
415         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
416
417         * wl-expire.el (wl-expire-date-p): Removed.
418         (wl-expire-archive-date): Follow the API change.
419         (wl-expire-localdir-date): Ditto.
420         (wl-summary-expire): Ditto.
421
422         * Version number is increased to 2.15.1.
423
424 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
427         group is access or not (it is not strict, like wl-fldmgr-rename).
428
429 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
432         duplicate call of `wl-summary-print-argument' on the wrong line.
433
434 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
437         even if argument `number' is nil.
438         (wl-summary-insert-line): Print action argument if current message
439         has it.
440
441 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
444         (wl-draft-reply): Ditto.
445         (wl-draft): Add optional argument `parent-number' and call
446         `wl-draft-create-buffer' with it.
447         (wl-draft-create-buffer): Add optional argument
448         `parent-number'. Set wl-draft-parent-number as it.
449
450 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-folder.el (wl-folder-set-persistent-mark): If summary
453         buffer is not for given folder, don't use it.
454
455 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
456
457         * Version number is increased to 2.15.0.
458
459 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
462
463         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
464         (wl-highlight-get-face-by-name): New internal function.
465         (wl-highlight-summary-line-face-spec): Use it and fixed.
466
467 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-summary.el (wl-summary-sync-update): Use
470         `elmo-message-entity-field' instead of `car' to get message-id
471         from overview entity.
472
473         * wl-summary.el (wl-summary-rescan-message): Call
474         `wl-highlight-summary-displaying' when displaying a message.
475
476 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
477
478         * wl-draft.el (wl-draft-config-info-filename): Extracted from
479         `wl-draft-config-info-operation'.
480         (wl-draft-buffer-change-number): New function.
481         (wl-draft-rename-saved-config): Ditto.
482         * wl.el (wl-init): Connect slot for message-number-changed.
483         (toplevel): Add autoload for wl-draft-rename-saved-config.
484
485 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
488         `update-overview'
489         (wl-summary-buffer-detach): Disconnect from it.
490         (wl-summary-rescan-message): Use command.
491
492         * wl-message.el (wl-message-buffer-display): Use
493         `with-current-buffer' instead of `save-excursion'.
494
495 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-mime.el (wl-draft-preview-attributes-list): Protect
498         wl-draft-preview-attributes-list from distraction.
499
500 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
501
502         * wl-summary.el (wl-summary-sync-update): Sort the return value of
503         `elmo-list-diff'.
504
505 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506
507         * wl-summary.el
508         (wl-summary-edit-addresses-collect-candidate-fields): Use
509         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
510
511         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
512         instead of `elmo-set-work-buf'.
513
514         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
515         (wl-address-make-address-list): Ditto.
516
517         * Version number is increased to 2.13.3.
518
519 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
522         user option.
523
524         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
525         argument `5'.
526
527         * wl-message.el (wl-message-display-no-merge-p): New function.
528         (wl-message-buffer-display): Check whether the message is
529         reassembled and follow the API change.
530
531 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
534         multibyte on working buffer and removed unnecessary
535         `buffer-disable-undo'.
536
537 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-util.el (wl-read-search-condition-internal): Fixed the last
540         change.
541
542 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
543
544         * wl-util.el (wl-read-search-condition-internal): Protect
545         elmo-global-flags from distraction.
546
547 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
550
551         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
552         (wl-summary-event-handler): Ditto.
553         (wl-summary-update-persistent-mark-on-event): New
554         function (renamed from `elmo-event-handler-flag-changed').
555         (wl-summary-buffer-attach): New function.
556         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
557         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
558         instead of `elmo-folder-add-handler'.
559
560         * Version number is increased to 2.13.2.
561
562 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
565         and "\177" to the `wl-news-previous-page'.
566         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
567         (wl-news-previous-page): New function.
568
569 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
572         instead of `write-region' and simplify.
573
574 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-template.el (wl-template-select): Cause error if
577         `wl-template-alist' is nil.
578
579 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
580
581         * wl-news.el.in: Set file variable `no-byte-compile'.
582
583 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
586         whether a target message is within displaying area.
587         (elmo-event-handler-cache-changed): Ditto.
588
589 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
590
591         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
592         to `defun'.  Use `nconc' instead of `append' to collect descendant
593         message numbers.
594
595 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
596
597         * wl-thread.el (wl-thread-save-top-list)
598         (wl-thread-save-entities): Use `with-temp-buffer'.
599         * wl-news.el.in (wl-news-previous-version-load):
600         (wl-news-previous-version-save): Ditto.
601         * wl-summary.el (wl-summary-load-file-object)
602         (wl-summary-save-view-cache): Ditto.
603
604 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-util.el (toplevel): Require 'elmo-flag'.
607         (wl-read-search-condition): New function (Renamed from
608         `elmo-read-search-condition').
609         (wl-read-search-condition-internal): Likewise.
610
611         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
612         invalid.
613         (wl-summary-pick): Use `wl-read-search-condition' instead of
614         `elmo-read-search-condition'.
615         (wl-summary-virtual): Ditto.
616
617         * wl-folder.el (wl-folder-virtual): Ditto.
618         (wl-folder-pick): Ditto.
619
620         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
621
622 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-summary.el (wl-summary-reedit): Call
625         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
626
627 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-mime.el (toplevel): Require wl-vars.
630
631         * wl-message.el (toplevel): Require cl at compile.
632
633         * wl-draft.el (toplevel): Require elmo.
634
635 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
636
637         * wl-message.el (wl-message-buffer-prefetch): Count is a number
638         and do nothing when it is not positive.
639         (wl-message-buffer-prefetch-next): Ditto.
640
641 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
642
643         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
644         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
645         (wl-summary-redisplay-internal): Ditto.
646
647         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
648         message (the condition is borrowed from `wl-check-variables-2').
649         (wl-summary-redisplay-internal): Ditto.
650
651 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-mime.el (wl-draft-nntp-attribute): New function.
654         (wl-draft-attribute-nntp-posting-server): Use it.
655         (wl-draft-attribute-nntp-posting-port): Ditto.
656
657         * wl-mime.el (wl-draft-preview-attributes-list): New function.
658         (wl-draft-show-attributes-buffer): Ditto.
659         (wl-draft-hide-attributes-buffer): Ditto.
660         (wl-draft-attribute-newsgroups): Ditto.
661         (wl-draft-attribute-nntp-posting-server): Ditto.
662         (wl-draft-attribute-nntp-posting-port): Ditto.
663         (wl-draft-preview-message): Use there functions.
664
665         * wl-vars.el (wl-draft-preview-attributes-list): Change default
666         value.
667
668 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
671         (wl-draft-reedit): Ditto.
672         (wl-draft-queue-flush): Ditto.
673
674         * wl-mime.el (wl-message-request-partial): Ditto.
675         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
676         instead of `elmo-message-fetch'.
677
678         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
679
680         * wl-summary.el (wl-summary-message-string): Ditto.
681
682 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-util.el (wl-current-message-buffer): Follow the API change.
685
686         * wl-summary.el (wl-summary-redisplay-internal): Call
687         `wl-summary-mark-as-read' with 2nd argument as nil and update
688         unread count instead of persistent mark.
689
690         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
691         variable.
692         (wl-message-redisplay): Follow the API change.
693         (wl-message-buffer-display): Managed mime-entity directly and
694         return preview buffer only.
695         (wl-message-display-internal): Rewrite.
696         (wl-message-buffer-prefetch-subr): Not save return value of
697         `wl-message-buffer-display'.
698
699         * Version number is increased to 2.13.1.
700
701 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
704         'elmo-multiple-fields-body-list' with boundary specified.
705
706 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * wl-vars.el (wl-summary-resend-use-cache): New variable.
709         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
710         cache if `wl-summary-resend-use-cache' is non-nil.
711
712 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
715         (wl-nntp-posting-stream-type): Ditto.
716
717 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
718
719         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
720
721 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
722
723         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
724         message.
725
726 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
729         Abolish.
730         (wl-summary-buffer-persistent-mark-version): New internal
731         variable.
732         (wl-summary-update-mark-and-highlight-window): Check by
733         wl-summary-persistent-mark-invalid-p.
734         (wl-summary-update-status-marks): Ditto.
735         (elmo-event-handler-flag-changed): Rewrite.
736         (elmo-event-handler-cache-changed): Define.
737         (wl-summary-prefetch-msg): Does not update persistent mark here.
738         (wl-summary-delete-cache): Ditto.
739         (wl-summary-resume-cache-status): Ditto.
740         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
741         (wl-summary-persistent-mark-invalid-p): New function.
742         (wl-summary-validate-persistent-mark): Ditto.
743         (wl-summary-validate-persistent-mark-string): Ditto.
744         (wl-summary-invalidate-persistent-mark): Ditto.
745         (wl-summary-update-persistent-mark): Call
746         `wl-summary-validate-persistent-mark'.
747         (wl-summary-create-line): Call
748         `wl-summary-validate-persistent-mark-string'.
749
750         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
751         status as t if cache used.
752
753 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
754
755         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
756         only if the target is group.
757         * wl-folder.el (wl-folder-append-petname): Don't check group name.
758
759 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
760
761         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
762
763 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
764
765         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
766
767         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
768
769 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
770
771         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
772         (Thanks to Yoichi NAKAYAMA).
773
774 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-util.el (wl-save-drafts): Restore echo area.
777
778 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
779
780         * Version number is increased to 2.13.0.
781
782         * wl-util.el (wl-biff-check-folder-async): Use
783         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
784
785 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-message.el (wl-message-display-internal): Does not put
788         wl-message-display-type property on message buffer.
789         (wl-message-buffer-display-type): New function.
790
791         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
792
793         * wl-summary.el (wl-summary-mode): Use `dolist' to add
794         `wl-summary-buffer-detach'.
795         (wl-summary-message-display-type): Use
796         `wl-summary-buffer-display-type'.
797
798 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
799
800         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
801         buffer-local.
802
803         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
804         kill-buffer-hook instead of make-local-variable.
805         (wl-draft-preview-message): Set `local' argument of add-hook as t.
806
807 2004-12-12  Scott Renfro <scott@renfro.org>
808
809         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
810         regex for square-branket.
811
812 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
815         `wl-message-mime-analysis-p' with argument `header'.
816
817 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
818
819         * wl-mime.el (wl-draft-yank-current-message-entity): 
820         Switch to no-mime following method according to wl-message-display-type
821         property.
822         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
823
824         * wl-message.el (wl-message-display-internal): 
825         Put wl-message-display-type property on message buffer.
826
827         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
828         (wl-message-display-internal): Ditto;
829
830         * wl-summary.el (wl-summary-toggle-mime): Ditto.
831
832 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-message.el (wl-message-make-display-type): New function.
835         (wl-message-display-type-property): Ditto.
836         (wl-message-mime-analysys-p): Ditto.
837         (wl-message-display-all-header-p): Ditto.
838         (wl-message-redisplay): Removed argument `as-is', `all-header' and
839         added `display-type'.
840         (wl-message-buffer-display): Likewise.
841         (wl-message-display-internal): Likewise.
842         (wl-message-buffer-display-type): Abolish.
843         (wl-message-buffer-prefetch-subr): Follow the API changed.
844
845         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
846         from wl-summary-buffer-display-all-header and changed default value.
847         (wl-summary-message-display-type): New function.
848         (wl-summary-buffer-display-mime-mode): Ditto.
849         (wl-summary-buffer-display-header-mode): Ditto.
850         (wl-summary-toggle-mime): Rewrite with above functions.
851         (wl-summary-toggle-all-header): Ditto.
852         (wl-summary-redisplay): Force redisplay with default mode.
853         (wl-summary-redisplay-internal): Renamed argument from `mode',
854         `all-header' to `mime-mode', `header-mode'.
855         Use `wl-message-make-display-type'.
856
857         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
858         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
859
860 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
861
862         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
863
864 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
867         in original message buffer.
868         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
869         buffer.
870
871 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
872
873         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
874
875 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
876
877         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
878
879 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
880
881         * wl-action.el (wl-summary-exec-action-refile): Display a done message
882         when actions succeeded.
883         (wl-summary-exec-action-copy): Likewise.
884
885 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
886
887         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
888         there is switch-to-buffer at the end of wl-message-select-buffer.
889         (wl-summary-reply): Ditto.
890
891 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-summary.el (wl-summary-forward): Put subject in original
894         message buffer as argument of wl-draft-forward.
895         * wl-draft.el (wl-draft-forward): Decode subject as in
896         wl-draft-reply.
897
898 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
901         a folder under access group.
902
903 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
904
905         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
906         wl-message-buffer-display.
907
908         * wl-util.el (wl-set-save-drafts): Fix typo.
909
910 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
913         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
914         wl-highlight-logo-face to set the bg color of an xbm image; fixed
915         the way to measure the width of a bitmap image; don't put face on
916         ascii and bitmap images; put the mark which should not use the
917         variable-pitch face on ascii and bitmap images.
918         (wl-demo-setup-properties): Don't use the variable-pitch face on
919         ascii and bitmap images; made it work on Emacs 20 and earlier.
920         (wl-demo-insert-text): End with a newline at the bottom; don't put
921         face on text.
922
923         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
924
925 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
926
927         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
928
929         * wl-util.el (wl-save-drafts): Moved from sample setting.
930         (wl-set-save-drafts): New function to set idle timer.
931         * wl-draft.el (wl-draft): Call it.
932         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
933
934 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
935
936         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
937         a summary which has toggle display status off.
938
939 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * wl-draft.el (wl-draft-do-fcc): No cache save.
942
943 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-summary.el (elmo-event-handler-flag-changed): Use
946         `set-buffer' instead of `with-current-buffer'.
947
948 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-summary.el (wl-summary-after-resize-function): New function.
951         (wl-summary-mode): Add `wl-summary-after-resize-function' to
952         window-size-change-functions.
953
954 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-draft.el (wl-draft-create-buffer): Bind
957         `change-major-mode-hook' after current buffer is changed.
958
959         * wl-summary.el (wl-summary-buffer-detach): New function.
960         (wl-summary-buffer-set-folder): Call it.
961         (wl-summary-mode): Add `wl-summary-buffer-detach' to
962         change-major-mode-hook and kill-buffer-hook.
963         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
964         (wl-summary-switch-to-clone-buffer): Ditto.
965         (wl-summary-goto-folder-subr): Ditto.
966
967 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
968
969         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
970         after boundp check.
971
972 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
975         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
976         for `kill-buffer'.
977
978         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
979         handler of current buffer from elmo-folder.
980
981 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
982
983         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
984
985 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-summary.el (wl-summary-buffer-event-handler): New internal
988         variable.
989         (wl-summary-event-handler): New class.
990         (elmo-event-handler-flag-changed): Define to update persistent
991         mark.
992         (wl-summary-buffer-set-folder): Register event handler to
993         elmo-folder.
994         (wl-summary-exit): Unregister event handler.
995         (wl-summary-goto-folder-subr): Ditto.
996         (wl-summary-mark-as-read-all): Does not call
997         `wl-summary-update-persistent-mark' directly.
998         (wl-summary-mark-as-read-internal): Ditto.
999         (wl-summary-set-persistent-mark-internal): Ditto.
1000         (wl-summary-set-flags-internal): Ditto.
1001
1002         * Version number is increased to 2.11.33.
1003
1004 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1005
1006         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1007         to nil.
1008
1009 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-spam.el (wl-spam-setup): Add hook
1012         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1013         instead of `wl-summary-prepare-hook'.
1014
1015         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1016         if folder type is `'flag'.
1017         (wl-summary-mark-as-important): Ditto.
1018
1019 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-address.el (wl-address-minibuffer-history): New variable.
1022         (wl-address-minibuffer-local-map): New keymap.
1023         (wl-address-read-from-minibuffer): New function.
1024
1025         * wl-action.el (wl-summary-get-resend-address): Use
1026         `wl-address-read-from-minibuffer' instead of `completing-read'.
1027
1028 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * Version number is increased to 2.11.32.
1031
1032 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1033
1034         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1035         without mule to iso-8859-1.
1036         (wl-draft-add-in-reply-to): Add note in description.
1037         (wl-draft-add-references): Ditto.
1038
1039 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1040
1041         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1042         definition for `m'.
1043         (wl-summary-mode-line-format): Add '[%m]'.
1044         (wl-message-mode-line-format-spec-alist): Ditto.
1045         (wl-summary-display-mime-mode-list): New variable.
1046
1047         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1048         from wl-summary-buffer-display-as-is.
1049         (wl-summary-buffer-display-all-header): New buffer local variable.
1050         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1051         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1052         instead of wl-summary-buffer-display-as-is.
1053         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1054         (wl-summary-set-persistent-mark): Ditto.
1055         (wl-summary-set-message-buffer-or-redisplay): Just call
1056         `wl-summary-redisplay-internal' without optional arguments.
1057         (wl-summary-toggle-mime): Rewrite.
1058         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1059         (wl-summary-toggle-all-header): New function.
1060         (wl-summary-redisplay-internal): Treat mime mode.
1061
1062         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1063         to wl-mime-preview-follow-no-mime.
1064         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1065         accodring to the display-mode.
1066
1067         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1068         (wl-message-buffer-display): Changed argument name from `as-is' to
1069         `mode'.
1070         (wl-message-display-internal): Ditto;
1071         Bind elmo-mime-display-header-analysis according to the mode.
1072         (wl-message-display-internal): Put wl-message-display-mime-mode
1073         property on entire buffer.
1074
1075 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1076
1077         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1078
1079 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1080
1081         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1082         Don't extract mail address.
1083         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1084
1085         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1086
1087         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1088
1089 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1090
1091         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1092         wl-fldmgr-cut-entity-list on confirmation.
1093
1094 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1095
1096         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1097         (wl-mime-quit-preview): Check existence of
1098         mime-edit-temp-message-buffer here.
1099
1100 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1101
1102         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1103         after deletion.
1104
1105         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1106         before calling wl-mime-quit-preview.
1107
1108 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-summary.el (wl-summary-pick): If call it with prefix
1111         argument, set `delete-marks' as non-nil. Pick from only visible
1112         messages.
1113         (wl-summary-check-target-mark): New function.
1114         (wl-summary-target-mark-mark-as-read): Use it.
1115         (wl-summary-target-mark-mark-as-unread): Ditto.
1116         (wl-summary-target-mark-operation): Ditto.
1117         (wl-summary-target-mark-set-flags): Ditto.
1118         (wl-summary-target-mark-save): Ditto.
1119         (wl-summary-target-mark-pick): Ditto.
1120         (wl-summary-target-mark-forward): Ditto.
1121         (wl-summary-target-mark-reply-with-citation): Ditto.
1122         (wl-summary-target-mark-print): Ditto.
1123         (wl-summary-target-mark-uudecode): Ditto.
1124
1125         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1126         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1127         with `ask-coding' is non-nil.
1128
1129 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-thread.el (wl-thread-set-parent): If parent is a message
1132         which is identified by references, set linked as nil.
1133
1134 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1135
1136         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1137         (wl-message-mode-line-format-spec-alist): Ditto.
1138         (wl-message-mode-line-format): Ditto.
1139         (wl-summary-mode-line-format): Ditto for docstring.
1140         (wl-summary-no-mime-folder-list): Fix typo.
1141
1142         * wl-util.el (wl-current-message-buffer): Call
1143         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1144
1145         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1146         variable.
1147         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1148         of `wl-summary-redisplay-no-mime'.
1149         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1150         (wl-summary-toggle-mime): New function.
1151         (wl-summary-redisplay-all-header): Rewrite.
1152         (wl-summary-redisplay-no-mime): Ditto.
1153         (wl-summary-redisplay-internal): Added argument `as-is' and
1154         `all-header'.
1155
1156         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1157         New variable.
1158         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1159         bottom.
1160         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1161         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1162         "/" unconditionally.
1163
1164         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1165         wl-mime-preview-follow-no-mime for as-is content.
1166         (wl-mime-preview-follow-no-mime): New function.
1167         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1168
1169         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1170         and added `as-is', `all-header'.
1171         (wl-message-buffer-display): Ditto.
1172         (wl-message-buffer-display-type): New function.
1173
1174 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1175
1176         * wl-vars.el (wl-message-header-button-alist): Change default
1177         value.
1178         (wl-message-body-button-alist): Ditto.
1179
1180 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1181
1182         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1183
1184 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1187
1188 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1191         is always true.
1192
1193 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1194
1195         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1196         on null entity.
1197
1198 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1199
1200         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1201
1202 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-vars.el (wl-summary-resend-hook): New hook.
1205
1206         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1207         `wl-summary-resend-hook'.
1208
1209 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1210
1211         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1212         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1213         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1214         (wl-summary-new-cached-mark): Changed default value to 'n'.
1215         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1216         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1217         (wl-folder-sync-range-alist): Remove spec for 'flag.
1218         (wl-summary-force-prefetch-folder-list): New user option.
1219
1220         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1221         `wl-summary-toggle-persistent-mark'.
1222         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1223         number is nil.
1224         (wl-summary-mark-as-answered-region): Set interactive argument of
1225         `wl-summary-set-persistent-mark-internal'.
1226         (wl-summary-mark-as-important-region): Ditto.
1227         (wl-summary-unset-persistent-mark): Ditto.
1228         (wl-summary-set-persistent-mark): Ditto.
1229         (wl-summary-mark-as-answered): Ditto.
1230         (wl-summary-mark-as-important): Ditto.
1231         (wl-summary-set-persistent-mark-internal): Do nothing
1232         when `elmo-message-flag-available-p' is nil.
1233         (wl-summary-toggle-persistent-mark): New function.
1234         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1235         when the folder matches `wl-summary-force-prefetch-folder-list'.
1236
1237
1238         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1239         when number is nil.
1240         (wl-highlight-summary-forwarded-face): New face.
1241
1242 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1243
1244         * Version number is increased to 2.11.31.
1245
1246 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1249         (wl-biff-check-folder-async): Ditto.
1250         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1251
1252 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1253
1254         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1255         Add an argument `reverse'.  All callers are updated.
1256         (wl-summary-sort): Add a prefix argument `reverse' to specify
1257         reverse sorting.
1258         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1259         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1260         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1261
1262 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-message.el (wl-message-redisplay): Does not narrow header if
1265         disply-type is all-header or as-is.
1266
1267         * wl-summary.el (wl-summary-enter-handler): Use
1268         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1269
1270 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1271
1272         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1273         after adding wl-draft-parent-variables.
1274         (wl-draft-forward): Ditto.
1275
1276 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * wl-summary.el (wl-summary-sync-marks): Call
1279         `wl-summary-set-persistent-mark' and
1280         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1281         (wl-summary-set-persistent-mark-internal): Add 4th argument
1282         `no-server'.
1283         (wl-summary-unset-persistent-mark): Ditto.
1284         (wl-summary-set-persistent-mark): Ditto.
1285         (wl-summary-add-flags-internal): Abolish.
1286         (wl-summary-remove-flags-internal): Ditto.
1287         (wl-summary-mark-as-important-internal): Ditto.
1288         (wl-summary-mark-as-important): Use
1289         `wl-summary-set-persistent-mark' instead of
1290         `wl-summary-add-flags-internal'.
1291         (wl-summary-mark-as-important-region): Ditto.
1292
1293         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1294
1295         * wl-summary.el (wl-summary-get-available-flags): New function.
1296         (wl-summary-sync-marks): Use it and simplified.
1297         (wl-summary-unset-persistent-mark): Use
1298         `wl-summary-get-available-flags'.
1299         (wl-summary-set-persistent-mark): Ditto.
1300
1301 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1302
1303         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1304         id.
1305
1306 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1309         number, call `wl-summary-prev-line-content'. Show message when the
1310         message is not found.
1311
1312 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1313
1314         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1315         wl-summary-enter-handler.
1316         (wl-summary-enter-handler): New command.
1317
1318         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1319         docstring and custom spec.
1320
1321         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1322         flags too; Don't treat Cached and New.
1323         (wl-summary-set-persistent-mark): Ditto.
1324
1325         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1326         `wl-folder-set-flag'.
1327
1328         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1329         instead of `wl-folder-set-flag'.
1330
1331         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1332         for completion.
1333         (wl-summary-set-persistent-mark): Ditto.
1334
1335         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1336         instead of `wl-draft-quit-preview'.
1337
1338         * wl-mime.el (toplevel): Avoid compile warning.
1339         (wl-mime-quit-preview): New function
1340         (formarly defined as `wl-draft-quit-preview').
1341         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1342         quitting method.
1343
1344         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1345
1346         * wl-folder.el (wl-folder-set-flag): Renamed from
1347         `wl-draft-set-flag-on-parent'.
1348
1349         * wl-draft.el (wl-draft-quit-preview): New function.
1350         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1351         (wl-draft-send): Call `wl-folder-set-flag' instead of
1352         `wl-draft-set-flag-on-parent'.
1353         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1354
1355 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1358         (wl-draft-send): Ditto.
1359
1360 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1363         (wl-draft-kill-pre-hook): Set default value as nil.
1364         (wl-summary-reply-hook): Ditto.
1365         (wl-draft-kill-flags): Abolish.
1366
1367         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1368         (wl-draft-parent-variables): Renamed from
1369         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1370         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1371         argument; Add wl-draft-parent-variables to
1372         wl-draft-config-variables.
1373         (wl-draft-reply): Likewise.
1374         (wl-draft-kill-flags): Abolish.
1375         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1376         (wl-draft-set-flag-on-parent): New function.
1377         (wl-draft-setup-parent-flag): Ditto.
1378
1379 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1380
1381         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1382         `wl-draft-parent-folder' is "".
1383
1384 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1385
1386         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1387         (wl-summary-digit-jump): New function.
1388         (Adviced by John Owens and Hiroya Murata)
1389
1390         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1391         (Adviced by John Owens)
1392
1393         * wl-xmas.el (wl-message-define-keymap): Ditto.
1394
1395         * wl-mule.el (wl-message-define-keymap): Ditto.
1396
1397 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1398
1399         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1400         change of return value of elmo-folder-count-flags.
1401
1402         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1403         (wl-summary-mark-as-read-internal): Ditto.
1404         (wl-summary-set-persistent-mark-internal): Ditto.
1405         (wl-summary-folder-info-update): Ditto.
1406         (wl-summary-sync-update): Fixed the last change.
1407
1408         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1409
1410 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1411
1412         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1413         (wl-draft-kill-flags): Fixed docstring.
1414
1415         * wl-draft.el (wl-draft-kill-flags): New function.
1416         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1417
1418 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-vars.el (wl-reply-hook): Abolish.
1421         (wl-draft-reply-hook): New hook.
1422         (wl-summary-reply-hook): Ditto.
1423         (wl-draft-forward-hook): Ditto.
1424         (wl-summary-forward-hook): Ditto.
1425         (wl-draft-kill-flags): New variable.
1426
1427         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1428         wl-summary-set-persistent-mark-internal.
1429         (wl-summary-sync-marks): Use elmo-preserved-flags.
1430         (wl-summary-update-persistent-mark): Make it interactive.
1431         (wl-summary-set-persistent-mark-internal): New inline function.
1432         (wl-summary-mark-as-answered): Use it.
1433         (wl-summary-mark-as-unanswered): Ditto.
1434         (wl-summary-unset-persistent-mark): New function.
1435         (wl-summary-set-persistent-mark): Ditto.
1436         (wl-summary-reply): Don't set answered flag;
1437         Run wl-summary-reply-hook instead.
1438         (wl-summary-forward): Call wl-draft-forward with number.
1439         Run wl-summary-forward-hook.
1440
1441         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1442         (wl-highlight-summary-line-face-spec): Use it as a default
1443         persistent mark face.
1444
1445         * wl-draft.el (wl-draft-forward): Added optional argument number;
1446         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1447         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1448         (wl-draft-kill): Use wl-draft-kill-flags.
1449
1450         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1451
1452         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1453         of return value of elmo-folder-count-flags.
1454
1455         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1456
1457         * wl-summary.el (wl-summary-count-unread): Ditto.
1458         (wl-summary-sync-update): Follow the change above.
1459         (wl-summary-force-prefetch): New function.
1460
1461 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1462
1463         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1464         variable `buf' with `let' instead of `setq'.
1465
1466 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1467
1468         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1469         add Content-Disposition heaeder on the deleted part.
1470
1471 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1472
1473         * wl-draft.el (wl-draft-save): Encode address list under edit by
1474         `eword-encode-unstructured-field-body'.
1475
1476         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1477
1478 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1479
1480         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1481         wl-current-summary-buffer.
1482
1483 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1484
1485         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1486         `numbers' is ignored.
1487
1488 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1489
1490         * wl-folder.el (wl-folder-open-folder): Avoid error.
1491         Reported by John Owens, [wl-en:815]
1492
1493         * wl.el (wl): Set timer for biff process even if prefix argument
1494         is given or auto-checking is quitted.
1495
1496         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1497         immediately.
1498         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1499         (wl-toggle-plugged): Ditto.
1500
1501         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1502         * wl-util.el (wl-biff-start): Use idle timer if
1503         `wl-biff-use-idle-timer' is non-nil.
1504
1505 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1506
1507         * wl-highlight.el (wl-highlight-message): Fix description.
1508
1509 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1510
1511         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1512         tty.
1513
1514 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-action.el (wl-summary-exec): Print failure count.
1517
1518 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1519
1520         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1521         to `defun', remove interactive form.
1522         Set elmo-message-fetch-confirm when force-reload is non-nil.
1523
1524 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-summary.el (toplevel): Removed unnecessary autoload.
1527
1528 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1531         the buffer is generated from another message buffer.
1532
1533 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1534
1535         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1536         extracted from `wl-fldmgr-save-folders'.
1537         (wl-fldmgr-delete): Call it after deletion.
1538
1539 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1542         multi-tty support.
1543
1544 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1545
1546         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1547
1548 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1549
1550         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1551         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1552
1553 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1556         unsubscribe list only if argument CLEAR is nil.
1557
1558 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1559
1560         * wl-draft.el (wl-draft-reply): Decode subject before removing
1561         Re: prefix.
1562
1563 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1564
1565         * wl-summary.el (wl-summary-sort-by-size): New command.
1566
1567 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1568
1569         * wl-summary.el (wl-summary-number-list-from-region): New
1570         function.
1571         (wl-summary-mark-as-read-region): Use it.
1572         (wl-summary-mark-as-unread-region): Ditto.
1573         (wl-summary-set-flags-region): Ditto and add optional argument
1574         remove.
1575         (wl-summary-mark-as-answered-region): Ditto.
1576         (wl-summary-mark-as-important-region): Ditto.
1577         (wl-summary-target-mark-mark-as-important): Added optional
1578         argument remove.
1579         (wl-summary-target-mark-mark-as-answered): Ditto.
1580         (wl-summary-target-mark-set-flags): Ditto.
1581
1582 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1583
1584         * wl-summary.el (wl-summary-set-flags-region): Call
1585         `wl-summary-set-flags-internal' with number list instead of call
1586         one by each message.
1587         (wl-summary-target-mark-set-flags): Likewise.
1588
1589 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1590
1591         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1592         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1593         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1594         (wl-summary-target-mark-mark-as-answered): Likewise.
1595
1596 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1597
1598         * wl-summary.el (wl-summary-target-mark-forward): Use
1599         `wl-summary-delete-all-target-marks' instead of
1600         `wl-summary-delete-all-temp-marks'.
1601         (wl-summary-target-mark-reply-with-citation): Ditto.
1602         (wl-summary-target-mark-uudecode): Ditto.
1603         (wl-summary-target-mark-set-flags): Ditto and remove needless
1604         cursor move.
1605
1606 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1607
1608         * wl-summary.el (wl-summary-target-mark-forward): Protect
1609         wl-summary-buffer-target-mark-list from nreverse.
1610         (wl-summary-target-mark-reply-with-citation): Ditto.
1611
1612 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1613
1614         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1615         `elmo-display-progress-threshold'.
1616
1617 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1620         check `wl-summary-highlight'.
1621         (wl-summary-window-scroll-functions): Respect value of
1622         `wl-summary-highlight'.
1623         (wl-summary-sync-update): Run hooks
1624         `wl-summary-buffer-window-scroll-functions' at any time.
1625
1626 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1629         from `wl-summary-cleanup-temp-marks'.
1630         (wl-summary-cleanup-temp-marks): Abolish argument.
1631         * wl.el (wl-save-status): Revert previous change.
1632         (wl-execute-temp-marks): New function, call
1633         `wl-summary-exec-with-confirmation'.
1634         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1635         (wl-folder-save-and-exec-marks): Abolished.
1636
1637 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl-e21.el (wl-e21-display-image-p): Respect
1640         `wl-highlight-folder-with-icon'.
1641         (wl-e21-highlight-folder-group-line): Highlight mouse line
1642         even if wl-e21-display-image-p is nil.
1643
1644         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1645         Respect value of `wl-summary-highlight'.
1646
1647         * wl.el (wl-save-status): Remove unused variable.
1648
1649         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1650         (wl-folder-mode-map): Bind it to "x".
1651
1652 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1653
1654         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1655
1656         * wl-thread.el (wl-thread-get-parent-list): Don't check
1657         disconnected ancestors, neglecting needless work in
1658         `wl-thread-update-indent-string-thread'.
1659
1660         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1661         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1662         argument, add argument default-keep to keep marks by default.
1663
1664         * Version number is increased to 2.11.30.
1665
1666         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1667         customization type and docstring.
1668         (wl-draft-reply-without-argument-list): Ditto.
1669
1670 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1673
1674         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1675
1676 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1677
1678         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1679
1680 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1681
1682         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1683         save-excursion so as not to include run-hooks.
1684
1685 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1686
1687         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1688         Clarify that marks are going to be cleared.
1689
1690 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1693         according to 3rd element of wl-summary-flag-mark.
1694
1695         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1696
1697 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-action.el (wl-summary-target-mark-all): Don't set
1700         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1701
1702 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1703
1704         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1705         (wl-forward-subject-prefix): Ditto.
1706         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1707         (wl-draft-reply-make-subject): Ditto.
1708
1709         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1710         `wl-draft-forward'.
1711         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1712
1713 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1714
1715         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1716         target message does not exist.
1717
1718 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1719
1720         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1721         `wl-subject-prefix-regexp'.
1722         (wl-subject-forward-prefix-regexp): New variable.
1723         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1724         `wl-draft-strip-subject-re' and take regexp as argument.
1725         (wl-draft-forward): Use it.
1726         (wl-draft-reply): Ditto.
1727
1728 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1729
1730         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1731         emacs multi-tty support.
1732
1733 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1734
1735         * wl-e21.el (wl-e21-display-image-p): Don't call
1736         `display-images-p'.
1737         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1738         support.
1739         (wl-highlight-folder-current-line): Ditto.
1740         (wl-folder-init-icons): Ditto.
1741
1742 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1745         the last line of summary in unplugged mode.
1746
1747 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1748
1749         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1750
1751 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1752
1753         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1754         * wl-address.el (wl-address-user-mail-address-p): Use it.
1755         (wl-address-delete-user-mail-addresses): Ditto.
1756         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1757
1758         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1759         (wl-address-delete-user-mail-addresses): Ditto.
1760
1761         * wl-address.el (wl-address-delete-user-mail-addresses): New
1762         function.
1763         * wl-refile.el (wl-refile-guess-by-history): Use it.
1764         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1765         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1766
1767         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1768         use wl-address-user-mail-address-p.
1769
1770 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1771
1772         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1773         after opening group.
1774
1775 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1778         of elmo-set-buffer-multibyte.
1779
1780         * wl-message.el (wl-original-message-mode): Ditto.
1781
1782         * wl-score.el (wl-score-insert-header): Ditto.
1783
1784         * wl-summary.el
1785         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1786         (wl-summary-goto-folder-subr): Ditto.
1787         (wl-summary-insert-headers): Ditto.
1788
1789         * wl-util.el (wl-set-string-width): Ditto.
1790
1791         * Version number is increased to 2.11.29.
1792
1793 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1794
1795         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1796         (wl-highlight-summary-line-help-echo-alist): New variable.
1797         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1798         into `wl-highlight-summary-line-help-echo' and
1799         `wl-highlight-flag-folder-help-echo'.
1800         (wl-highlight-summary-line-string): Change accordingly.
1801         (wl-highlight-summary-current-line): Ditto.
1802
1803 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1804
1805         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1806         at the beginning of field body (Thanks to Markus Knittig).
1807
1808         * wl-draft.el (wl-draft-insert-current-message): Also check
1809         summary buffer, remove unnecessary tag.
1810
1811 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1814         when wl-message-buffer is nil.
1815
1816         * wl-folder.el (wl-folder): Abolish unused argument.
1817         Call wl-folder-init when wl-folder-entity is nil.
1818         * wl.el (wl): Change accordingly.
1819
1820 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1821
1822         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1823         multibyte string before insert into draft buffer.
1824         (wl-draft-create-buffer): Always enable multibyte characters for
1825         draft buffer.
1826
1827         * Version number is increased to 2.11.28.
1828
1829 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1830
1831         * wl-folder.el (wl-folder-open-close): Handle blank line.
1832         (wl-folder-jump-to-current-entity): Ditto.
1833
1834 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1835
1836         * Version number is increased to 2.11.27.
1837
1838 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1839
1840         * wl-thread.el (wl-thread-insert-message): When the thread is
1841         devided by wl-summary-max-thread-depth, insert line at the end of
1842         buffer.
1843
1844 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1845
1846         * Version number is increased to 2.11.26.
1847
1848 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1849
1850         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1851
1852 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1853
1854         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1855         value of stream-type and session.
1856
1857 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1858
1859         * Version number is increased to 2.11.25.
1860
1861 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1862
1863         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1864         in a quit message.
1865
1866 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1867
1868         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1869         (wl-summary-redisplay-no-mime-internal): Ditto.
1870
1871 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1872
1873         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1874         * wl-vars.el (wl-smtp-connection-type): Ditto.
1875
1876 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1877
1878         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1879         for the separator line and quote mail-header-separator.
1880
1881 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1882
1883         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1884         result message.
1885
1886         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1887         `elmo-multiple-fields-body-list' with boundary as
1888         mail-header-separator.
1889
1890 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1891
1892         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1893
1894 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1895
1896         * wl-util.el (wl-list-diff): Remove unused function.
1897
1898         * wl-draft.el (wl-draft-send-confirm): Discard input before
1899         confirmation.
1900
1901 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1902
1903         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1904         order of flag and new.
1905
1906 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1907
1908         * wl-vars.el (wl-refile-policy-alist): Abolished.
1909
1910         * wl-action.el (wl-summary-set-action-refile): Follow the change
1911         above.
1912
1913 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * wl-highlight.el (wl-highlight-signature-search): Don't use
1916         re-search-backward for a long word since it is possible to crash
1917         XEmacs because of a bug.
1918
1919 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1920
1921         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1922
1923 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1924
1925         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1926         argument for wl-summary-sync-force-update.
1927
1928 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1929
1930         * wl-summary.el (wl-summary-mode-map): Revival of
1931         wl-summary-mark-as-important related bindings;
1932         Bind 'F','tF','mF','rF','m&'.
1933         (wl-summary-mark-as-important-region): Revival.
1934         (wl-summary-target-mark-mark-as-important): Ditto.
1935         (wl-summary-target-mark-operation): New function.
1936         (wl-summary-target-mark-mark-as-answered): Use it.
1937         (wl-summary-decide-flag): Don't set Important as default.
1938         (wl-summary-mark-as-important-internal): Revival.
1939         (wl-summary-mark-as-important): Ditto.
1940
1941         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1942
1943         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1944         instead of facep.
1945
1946 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * wl-dnd.el (wl-dnd-drop-func): Fix.
1949
1950         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1951         mouse-set-point instead of posn-point.
1952
1953         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1954
1955         * wl-mule.el (wl-completing-read-multiple): Ditto.
1956
1957 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1958
1959         * wl-demo.el (face-background-name): Defalias to avoid compile
1960         warning.
1961
1962 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1963
1964         * wl-summary.el (wl-summary-decide-flag): Use
1965         wl-completing-read-multiple instead of completing-read-multiple.
1966
1967         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1968         New alias.
1969
1970         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1971         Use face-background-name instead of face-background.
1972
1973         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1974
1975         * wl-summary.el (wl-summary-save): Use it.
1976         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1977
1978         * wl-mime.el (wl-mime-save-content): Fix last change.
1979
1980 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1981
1982         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1983         New function.
1984         (wl-summary-sort-specs): Added sort.
1985         * wl-mime.el (wl-mime-save-content): Expand file name.
1986
1987 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1988
1989         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1990
1991         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1992
1993 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1994
1995         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1996         for flag if it is not defined.
1997
1998 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1999
2000         * wl-e21.el (wl-highlight-folder-current-line): Use
2001         elmo-folder-type-internal when elmo-folder-type returns nil.
2002
2003         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2004
2005         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2006
2007         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2008
2009         * wl-e21.el (wl-summary-toolbar): Ditto.
2010
2011         * wl-vars.el (wl-demo-background-color): Abolished.
2012         (wl-summary-persistent-mark-priority-list): Renamed from
2013         wl-summary-flag-priority-list.
2014         (wl-summary-flag-alist): New user option.
2015         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2016         (wl-message-mode-line-format-spec-alist): Added 'F'.
2017         (wl-message-mode-line-format): Likewise.
2018         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2019         instead of wl-summary-important-mark.
2020         (wl-file-folder-icon): New variable.
2021
2022         * wl-thread.el (wl-thread-set-flags): Renamed from
2023         wl-thread-mark-as-important.
2024
2025         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2026         warning.
2027         (wl-summary-mode-menu-spec): Follow the change of 
2028         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2029         (wl-summary-mode-map): Follow the change of
2030         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2031         (wl-summary-detect-mark-position): Follow the variable name change.
2032         (wl-summary-set-flags-region): New function for the replacement of
2033         wl-summary-mark-as-important-region.
2034         (wl-summary-sync-marks): Sync all global-flags.
2035         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2036         instead of elmo-message-flagged-p.
2037         (wl-summary-persistent-mark-string): Follow the variable name change;
2038         Put wl-summary-flag-mark if the message has global-flag.
2039         (wl-summary-target-mark-set-flags): Renamed from 
2040         wl-summary-target-mark-mark-as-important.
2041         (wl-summary-decide-flag): New function.
2042         (wl-summary-set-flags-internal): Renamed from
2043         wl-summary-mark-as-important-internal.
2044         (wl-summary-add-flags-internal): New function.
2045         (wl-summary-remove-flags-internal): Ditto.
2046         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2047         (wl-summary-mark-as-unimportant): Abolish.
2048         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2049         (wl-summary-next-message): List flagged messages in the msgdb.
2050
2051         * wl-score.el (wl-summary-score-update-all-lines): Use
2052         wl-summary-add-flags-internal instead of 
2053
2054         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2055
2056         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2057         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2058         (wl-message-buffer-require-all-header): Renamed from
2059         wl-message-buffer-all-header-flag (Ditto).
2060         (wl-message-buffer-flag-indicator): New variable.
2061         (wl-message-redisplay): Changed local varibale name from `flag' to
2062         `display-type'; Set up wl-message-buffer-flag-indicator.
2063         (wl-message-buffer-display): Changed varibale name from `flag' to
2064         `display-type'.
2065         (wl-message-display-internal): Likewise.
2066
2067         * wl-highlight.el (wl-highlight-demo-face): Define default background
2068         color.
2069         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2070
2071         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2072
2073         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2074         (wl-demo-setup-properties): Renamed from
2075         `wl-demo-set-background-color'.
2076         (wl-demo): Follow the change above.
2077         
2078         * Version number is increased to 2.11.24.
2079
2080 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2081
2082         * wl-summary.el (wl-summary-toggle-thread): Call
2083         `wl-summary-rescan' with disable-thread as non-nil.
2084         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2085
2086 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2087
2088         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2089         foreground property of the face.
2090         (wl-demo-insert-text): Don't set up face property here.
2091         (wl-demo): Call wl-demo-set-background-color, anyway.
2092
2093 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * wl-vars.el (wl-demo-background-color): The value can be nil.
2096
2097 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2098
2099         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2100         to wl-summary-wheel-dispatcher.
2101
2102         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2103         wl-message-wheel-dispatcher.
2104         (wl-message-wheel-dispatcher): New function.
2105         (wl-summary-wheel-dispatcher): Ditto.
2106
2107 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2108
2109         * wl-action.el (wl-summary-target-mark-all): List messages which are
2110         not in the killed-list.
2111
2112         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2113         only when the folder is 'flag/important.
2114
2115         * wl-address.el (wl-complete-field-body): Complete if the last
2116         character is a space.
2117
2118 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2119
2120         * wl-folder.el (wl-folder-clear-entity-info): Use
2121         elmo-clear-hash-val.
2122
2123         * wl-fldmgr.el (wl-fldmgr-rename): Set
2124         wl-folder-info-alist-modified as t.
2125
2126 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2127
2128         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2129
2130 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2133         (wl-folder-buffer-last-visited-entity-id): New buffer local
2134         variable.
2135         (wl-folder-revisit-last-visited-folder): New function.
2136         (wl-folder-mode-map): Bind it to "C-i".
2137         (wl-folder-set-current-entity-id): Set last visited folder.
2138         * wl-summary.el (wl-summary-exit): Ditto.
2139
2140 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2143         before calling `recenter' in order to cope with an XEmacs bug.
2144
2145 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2146
2147         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2148         to the default value.
2149
2150 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2151
2152         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2153         change.
2154         (wl-summary-sync-marks): Ditto.
2155         (wl-summary-mark-as-read-internal): Ditto.
2156         (wl-summary-mark-as-answered-internal): Ditto.
2157         (wl-summary-mark-as-important-internal): Ditto.
2158         (wl-summary-reply): Ditto.
2159
2160         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2161         instead of `elmo-folder-unflag-answered'.
2162
2163         * Version number is increased to 2.11.23.
2164
2165         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2166         the last change.
2167
2168 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2169
2170         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2171         Specify "spam" or "good".
2172
2173 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-spam.el (wl-summary-exec-action-spam): Call
2176         wl-folder-confirm-existence for spam folder.
2177         (wl-spam-setup): Bind "mk".
2178
2179 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2180
2181         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2182
2183 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2184
2185         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2186         destination folder is empty.
2187
2188 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2189
2190         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2191         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2192
2193         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2194         (wl-summary-refile-prev-destination-region): New function.
2195         (wl-thread-refile-prev-destination): Ditto.
2196         (wl-summary-target-mark-refile-prev-destination): Ditto.
2197
2198 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2199
2200         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2201         (wl-demo-background-color): Changed default value.
2202
2203         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2204         color.
2205
2206         * wl-demo.el (wl-demo-set-background-color): New function.
2207         (wl-demo): Call it.
2208
2209 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2210
2211         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2212         * wl-address.el (wl-address-add-or-change): Don't add empty
2213         address.
2214
2215 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2216
2217         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2218
2219 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2220
2221         * wl-vars.el (wl-demo-image-filter-alist): New variable
2222         (wl-demo-background-color): Ditto.
2223
2224         * wl-demo.el (wl-demo-xpm-set-background): New function.
2225         (wl-demo-image-filter): Ditto.
2226         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2227
2228         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2229
2230         * wl-demo.el (wl-demo-icon-name): Define as function.
2231         (wl-demo-insert-image): Use it.
2232
2233 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2234
2235         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2236
2237 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2238
2239         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2240
2241 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2242
2243         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2244
2245 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246
2247         * wl-thread.el (wl-thread-mark-as-answered): New function.
2248
2249         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2250         answered" entry.
2251         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2252         "r&" and wl-thread-mark-as-answered to "t&".
2253         (wl-summary-mark-as-important-region): Refine to toggle mark.
2254         (wl-summary-mark-as-answered-region): New function.
2255         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2256         and 3rd argument.
2257         (wl-summary-mark-as-important-internal): Likewise.
2258
2259 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-template.el (wl-template-preview): New internal variable.
2262         (wl-template-preview-p): New function.
2263         (wl-template-show): Bind `wl-template-preview' as t.
2264
2265 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2266
2267         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2268         `elmo-message-entity-field' with 3rd argument which is non-nil.
2269
2270 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2271
2272         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2273         Removed duplicate local bind `folder'.
2274
2275 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2276
2277         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2278
2279 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2280
2281         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2282         duplicate definition.
2283
2284 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2285
2286         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2287         non-nil, use it; Don't fetch message if there's no message in the
2288         current cursor position.
2289
2290 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * wl-util.el (wl-region-exists-p): Use region-active-p.
2293         (wl-deactivate-region): New function.
2294         * wl-message.el (wl-message-redisplay): Deactivate region.
2295
2296         * wl-summary.el (wl-summary-reply): Call
2297         `wl-summary-set-message-buffer-or-redisplay' instead of
2298         `wl-summary-redisplay-internal', don't move point.
2299
2300 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2303         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2304         by regexp.
2305
2306 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2307
2308         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2309         if no need.
2310
2311 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2314         default value to nil.
2315         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2316         `wl-summary-prepare-hook'; Replace refile action to
2317         `wl-summary-exec-action-refile-with-register'.
2318
2319         * Version number is increased to 2.11.22.
2320
2321 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2322
2323         * wl-summary.el (wl-summary-detect-mark-position): Set
2324         `wl-summary-buffer-weekday-name-lang'.
2325
2326 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2327
2328         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2329         (wl-summary-mark-as-read-all): Ditto.
2330         (wl-summary-delete-messages-on-buffer): Ditto.
2331         (wl-summary-sync-update): Ditto.
2332         (wl-summary-mark-as-read-internal): Ditto.
2333         (wl-summary-mark-as-answered-internal): Ditto.
2334         (wl-summary-update-folder-info): Abolished.
2335
2336 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * wl-summary.el (wl-summary-mark-as-read-all): Use
2339         `wl-summary-update-folder-info' instead of
2340         `wl-folder-update-unread'.
2341
2342 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2343
2344         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2345         `wl-summary-folder-info-update'.
2346         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2347         instead of `wl-summary-folder-info-update'.
2348         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2349         `wl-folder-set-folder-updated'.
2350         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2351         instead of `wl-folder-update-unread'.
2352         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2353         the value of `wl-summary-buffer-unread-count' for the second parameter of
2354         `wl-folder-update-unread'.
2355
2356         * Version number is increased to 2.11.21.
2357
2358 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2359
2360         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2361         a local variable.
2362
2363 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2366         interactively.
2367
2368         * wl-summary.el (wl-summary-mark-as-important-internal): New
2369         internal function.
2370         (wl-summary-mark-as-important): Use it.
2371         (wl-summary-mark-as-unimportant): New function.
2372         (wl-summary-sync-marks): Follow the API change.
2373
2374         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2375
2376         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2377
2378 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2379
2380         * wl-folder.el (wl-folder-update-unread): Re-indent.
2381         Narrow the scope of a local variable.
2382
2383 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2386         (wl-addrmgr-merge-entries): Ditto.
2387         (wl-addrmgr): Added to address entry which exists in draft buffer
2388         if no entry is in original.
2389
2390 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2391
2392         * wl-batch.el: New file.
2393
2394 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2395
2396         * wl-vars.el (wl-use-semi): Remove unused variable.
2397
2398 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2399
2400         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2401         "?".
2402
2403 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2404
2405         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2406         wl-summary-new-mark.
2407         (wl-summary-new-cached-mark): New user option.
2408         (wl-summary-score-marks): Follow the change above.
2409         (wl-summary-auto-refile-skip-marks): Ditto.
2410         (wl-summary-incorporate-marks): Ditto.
2411         (wl-summary-expire-reserve-marks): Ditto.
2412
2413         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2414
2415         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2416         (wl-summary-persistent-mark-string): Distinguished between cached
2417         and uncached mark when the message is new.
2418
2419 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-spam.el (wl-spam-domain): Renamed from
2422         `wl-spam-folder-guess-domain'.
2423         (wl-summary-exec-action-spam): Register as spam if domain of the
2424         source folder is good.
2425         (wl-summary-exec-action-refile-with-register): Register message if
2426         domain of the source folder is not undecided.
2427
2428 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2429
2430         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2431         detect thread loop.
2432
2433 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2436         and wl-summary-skip-mark-list.
2437
2438 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2441
2442         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2443
2444         * wl-spam.el (toplevel): Require wl-highlight.
2445         (wl-spam-auto-check-policy-alist): Abolish.
2446         (wl-spam-auto-check-folder-regexp-list): New user option.
2447         (wl-spam-auto-check-marks): Ditto.
2448         (wl-spam-mark-action-list): Ditto.
2449         (wl-highlight-summary-spam-face): New face.
2450         (wl-spam-auto-check-message-p): New function.
2451         (wl-spam-map-spam-messages): Fixed message.
2452         (wl-spam-register-spam-messages): Ditto.
2453         (wl-spam-register-good-messages): Ditto.
2454         (wl-summary-spam-map): Add and remove keybind.
2455         (wl-summary-target-mark-spam): Abolish.
2456         (wl-summary-refile-spam): Ditto.
2457         (wl-summary-test-spam): New function.
2458         (wl-summary-mark-spam): Ditto.
2459         (wl-summary-auto-check-spam): Follow the above change.
2460         (wl-summary-exec-action-spam): New function.
2461         (wl-summary-exec-action-refile-with-register): Fixed message.
2462         (wl-message-check-spam): New function.
2463         (wl-spam-setup): Ditto.
2464         (toplevel): Call it if this file is loaded interactivity.
2465
2466         * Version number is increased to 2.11.20.
2467
2468 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2471         when new optional argument `force' is non nil or modified.
2472
2473 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2474
2475         * wl.el (toplevel): Require wl-spam when compile.
2476         (wl-save-status): Call wl-spam-save-status.
2477
2478         * wl-spam.el (wl-spam-register-spam-messages): New function.
2479         (wl-spam-register-good-messages): Ditto.
2480         (wl-spam-save-status): Ditto.
2481         (wl-summary-mode-map): Bind
2482         wl-summary-target-mark-register-as-spam to "ms" and
2483         wl-summary-target-mark-register-as-good to "mn".
2484         (wl-summary-register-as-spam): Abolish optional argument; Use
2485         wl-spam-register-spam-messages.
2486         (wl-summary-register-as-spam-all): Use
2487         wl-spam-register-spam-messages.
2488         (wl-summary-register-as-good): Abolish optional argument; Use
2489         wl-spam-register-good-messages.
2490         (wl-summary-register-as-good-all): Use
2491         wl-spam-register-good-messages.
2492         (wl-summary-target-mark-register-as-spam): New funtion.
2493         (wl-summary-target-mark-register-as-good): Ditto.
2494
2495 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2496
2497         * wl-spam.el: New file.
2498
2499 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2500
2501         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2502
2503         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2504         (wl-summary-auto-refile): Call wl-refile-guess with
2505         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2506
2507 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2508
2509         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2510         with disable-thread argument non-nil.
2511
2512 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2513
2514         * wl-summary.el (wl-summary-rescan): Added optional argument
2515         disable-thread.
2516         (wl-summary-sync): Call wl-summary-rescan with argument
2517         disable-thread.
2518         (wl-summary-input-range): Added new range `rescan-thread'.
2519
2520 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2521
2522         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2523
2524 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2525
2526         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2527         internal variable.
2528         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2529         wl-summary-search-parent-by-subject-regexp and
2530         wl-summary-divide-thread-when-subject-changed as nil.
2531         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2532         (wl-summary-insert-thread): Search parent entity from
2533         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2534         thread loop.
2535
2536 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2537
2538         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2539
2540         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2541
2542         * wl-util.el (wl-require-update-all-folder-p): New function.
2543         (wl-get-assoc-list-value): Added `function' to match directive.
2544         (wl-collect-draft): Rewrite.
2545
2546         * wl-summary.el (wl-summary-sync-update): Clear faces
2547         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2548         are non-nil.
2549         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2550         argument as function.
2551         (wl-summary-input-range): Ditto.
2552
2553         * wl-folder.el (wl-draft-get-folder): New function.
2554         (wl-folder-get-elmo-folder): Consider draft folder.
2555
2556         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2557         (wl-draft-buffer-message-number): New buffer local variable.
2558         (wl-draft-folder-internal): New internal variable.
2559         (wl-draft-delete): Rewrite.
2560         (wl-draft-save): Ditto.
2561         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2562         wl-folder-get-elmo-folder.
2563         (wl-draft-config-info-operation): Ditto.
2564         (wl-jump-to-draft-folder): Ditto.
2565         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2566         (wl-draft-reedit): Rewrite.
2567
2568         * Version number is increased to 2.11.19.
2569         
2570 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2571
2572         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2573         variable.
2574
2575 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2578         Use ignore-errors instead of unwind-protect.
2579
2580 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2581
2582         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2583         for updating `wl-thread-entity-list'.
2584
2585 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2586
2587         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2588         parameter from calling `wl-thread-entity-get-older-brothers' and
2589         `wl-thread-entity-get-younger-brothers'.
2590         Replace nested `append' with a single one.
2591
2592 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-summary.el (wl-summary-mode): Don't use the return value of
2595         `make-local-hook'.
2596
2597 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2598
2599         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2600         instead of `let*'.
2601         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2602         of local variables.
2603
2604 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605
2606         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2607         Renamed from wl-summary-window-scroll-functions.
2608         (wl-summary-window-scroll-functions): Don't set to variable.
2609         (wl-summary-display-top): Use run-hooks.
2610         (wl-summary-display-bottom): Ditto.
2611         (wl-summary-toggle-disp-msg): Ditto.
2612         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2613         Use it instead of wl-summary-window-scroll-functions.
2614         (wl-summary-goto-folder-subr): Don't call
2615         wl-summary-window-scroll-functions, use
2616         wl-summary-buffer-window-scroll-functions instead.
2617
2618 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2619
2620         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2621         make-local-variable.
2622
2623 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2624
2625         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2626         set-buffer-modified-p.
2627         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2628         (wl-summary-display-bottom): Ditto.
2629         (wl-summary-toggle-disp-msg): Ditto.
2630
2631 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2634
2635         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2636         (wl-summary-forward): Use elmo-message-entity-field instead of
2637         elmo-message-field.
2638
2639         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2640
2641 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * wl-summary.el (wl-summary-window-scroll-functions): No use
2644         `append'.
2645
2646 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2647
2648         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2649         function.
2650         (wl-summary-window-scroll-functions): Call it when both
2651         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2652         (wl-summary-temp-mark): Added optional argument number.
2653         (wl-summary-message-mark): Added optional argument flag.
2654         (wl-summary-persistent-mark): Added optional argument number and flag.
2655         (wl-summary-update-persistent-mark): Ditto.
2656         (wl-summary-update-status-marks): Set "r" for interactive spec.
2657
2658         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2659         argument number and flag.
2660
2661         * wl-action.el (wl-summary-registered-temp-mark): 
2662         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2663
2664 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2665
2666         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2667         internal variable (buffer local).
2668         (wl-summary-window-scroll-functions): New function.
2669         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2670         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2671         as nil.
2672         (wl-summary-update-status-marks): Added arguments beg, end and
2673         check.
2674         (wl-summary-update-mark-window): Use function.
2675         (wl-summary-sync-update): Follow the change above.
2676         (wl-summary-switch-to-clone-buffer): Copy
2677         wl-summary-buffer-unsync-mark-number-list.
2678         (wl-summary-goto-folder-subr): Set
2679         wl-summary-buffer-unsync-mark-number-list and
2680         use wl-summary-window-scroll-functions instead of
2681         wl-summary-lazy-highlight.
2682
2683         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2684
2685 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2686
2687         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2688
2689         * wl-summary.el (wl-summary-update-persistent-mark): Call
2690         wl-summary-set-message-modified.
2691
2692         * wl-summary.el (wl-summary-sync-update): Don't call
2693         wl-summary-update-status-marks.
2694
2695         * Version number is increased to 2.11.18.
2696
2697 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2700         (wl-message-next-page): Ditto.
2701
2702 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2703
2704         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2705         local variable.  Change the order of a collected list into the
2706         same as the specified range.  Remove nil from a collected list.
2707
2708 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2709
2710         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2711         argument for elmo-folder-list-messages.
2712
2713 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714
2715         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2716         change (wl-summary-count-unreads return a list instead of a cons
2717         cell).
2718
2719 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2720
2721         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2722         `wl-summary-folder-info-update'.
2723
2724 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2725
2726         * wl-summary.el (wl-summary-set-message-modified): No use
2727         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2728         (wl-summary-set-mark-modified): Abolish.
2729         (wl-summary-mark-modified-p): Ditto.
2730         (wl-summary-save-view): Follow the change above.
2731
2732         * wl-expire.el (wl-summary-expire): Likewise.
2733
2734 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-summary.el (wl-summary-detect-mark-position): Use
2737         modb-entity-handler.
2738         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2739
2740         * Version number is increased to 2.11.17.
2741
2742 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2743
2744         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2745         entity field value.
2746         (wl-summary-prefetch-msg): Ditto.
2747         (wl-summary-print-message-with-ps-print): Ditto.
2748
2749 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2750
2751         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2752         for dummy entity.
2753         (wl-summary-insert-thread): Use elmo-message-entity-field.
2754         (wl-summary-update-thread): Use elmo-message-entity-field and
2755         elmo-message-entity-number.
2756         (wl-summary-line-number):  Use elmo-message-entity-number.
2757         (wl-summary-line-size): Use elmo-message-entity-field.
2758         (wl-summary-line-subject): Ditto.
2759         (wl-summary-line-from): Ditto.
2760         (wl-summary-line-attached): Ditto.
2761         (wl-summary-create-line): Ditto.
2762         (wl-summary-create-line): Use elmo-message-entity-number.
2763         (wl-summary-print-message-with-ps-print): Use
2764         elmo-message-entity-field.
2765
2766 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2769         change in elmo-msgdb-make-message-entity.
2770         (wl-summary-buffer-set-folder): Don't call
2771         wl-summary-detect-mark-position here.
2772         (wl-summary-rescan): Call elmo-message-entity-number.
2773         (wl-summary-sync-update): Ditto.
2774         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2775
2776         * wl-score.el (wl-score-header-index): Redefine 2th element.
2777         (wl-score-overview-entity-get-extra): Abolish.
2778         (wl-score-ov-entity-get): Rewrite.
2779         (wl-score-string-index<, wl-score-string-func<): Abolish.
2780         (wl-score-string<): New function.
2781         (wl-score-string-sort): Use it.
2782
2783         * wl-refile.el (wl-refile-guess-by-history): Use
2784         elmo-message-entity-field.
2785         (wl-refile-guess-by-from): Ditto.
2786         (wl-refile-guess-by-msgid): Ditto.
2787
2788         * Version number is increased to 2.11.16.
2789
2790 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2791
2792         * wl-folder.el (wl-folder-confirm-existence): Don't call
2793         file-exists-p if msgdb-path is nil.
2794         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2795         `wl-read-folder-hist' to `wl-read-folder-history'.
2796
2797 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2798
2799         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2800         `y-or-n-p'.
2801
2802 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * wl-score.el (wl-score-headers): Don't use
2805         elmo-folder-do-each-message-entity.
2806
2807         * Version number is increased to 2.11.15.
2808
2809 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2810
2811         * wl-summary.el (wl-summary-delete-all-msgs): Use
2812         elmo-folder-move-messages instead of elmo-folder-delete-messages
2813         and elmo-folder-detach-messages.
2814         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2815
2816         * wl-expire.el (wl-expire-delete): Ditto.
2817         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2818
2819 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2820
2821         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2822         (wl-message-header-narrowing-fields): Ditto.
2823         (wl-message-header-narrowing-lines): Ditto.
2824         (wl-message-header-narrowing-string): Ditto.
2825
2826         * wl-summary.el (wl-summary-mode-map): Bind
2827         wl-summary-toggle-header-narrowing to "C-cC-f".
2828         (wl-summary-toggle-header-narrowing): New function.
2829
2830         * wl-message.el (wl-message-buffer-create): Call
2831         wl-message-header-narrowing-setup.
2832         (wl-message-redisplay): Call wl-message-header-narrowing.
2833         (wl-message-header-narrowing): New function.
2834         (wl-message-header-narrowing-map): New keymap.
2835         (wl-message-header-narrowing-widen-map): New keymap.
2836         (wl-message-header-narrowing-again-at-mouse): New function.
2837         (wl-message-header-narrowing-1): Ditto.
2838         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2839         (wl-message-header-narrowing-setup): Ditto.
2840         (wl-message-header-narrowing-toggle): Ditto.
2841         
2842         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2843
2844         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2845         'flag as all.
2846         (wl-use-flag-folder-help-echo): New user option.
2847
2848         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2849         wl-summary-highlight as nil.
2850         (wl-summary-set-mark-modified): Follow the API change.
2851         (wl-summary-mark-modified-p): Ditto.
2852         (wl-summary-mark-as-read-all): Ditto.
2853         (wl-summary-sync-marks): Don't call
2854         elmo-folder-list-messages-with-global-mark.
2855         (wl-summary-mark-as-read-internal): Follow the API change.
2856         (wl-summary-mark-as-answered-internal): Ditto.
2857         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2858         Follow the API change.
2859         (wl-summary-create-line): Call with number argument.
2860         (wl-summary-reply): Follow the API change.
2861
2862         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2863         function.
2864         (wl-highlight-summary-line-string): Call it when
2865         wl-use-flag-folder-help-echo is non-nil.
2866         (wl-highlight-summary-current-line): Ditto.
2867         (elmo-flag-folder-referrer): Added autoload setting.
2868
2869         * wl-draft.el (wl-draft-kill): Follow the API change.
2870
2871         * Version number is increased to 2.11.14.
2872         
2873 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2874
2875         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2876
2877 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2878
2879         * Version number is increased to 2.11.13.
2880
2881 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * wl-draft.el (wl-draft-previous-history-element): Fixed
2884         unbalanced parenthesis and bind unbound local variables.
2885
2886 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2887
2888         * wl-draft.el (wl-draft-previous-history-element): New function.
2889         (wl-draft-next-history-element): Ditto.
2890         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2891         them to M-p and M-n.
2892
2893 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2894
2895         * Version number is increased to 2.11.12.
2896
2897 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2898
2899         * wl-draft.el (wl-draft-hide): Select buffer-window.
2900
2901 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2902
2903         * wl-summary.el (wl-summary-narrow-to-region): New function.
2904         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2905         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2906         (wl-summary-save-region): Use it.
2907         * wl-action.el (wl-summary-collect-numbers-region)
2908         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2909
2910 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2911
2912         * wl-folder.el (wl-folder-count-incorporates): Don't use
2913         `elmo-msgdb-mark-load'
2914
2915         * Version number is increased to 2.11.11.
2916
2917 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2918
2919         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2920         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2921
2922 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2925
2926 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2927
2928         * Version number is increased to 2.11.10.
2929
2930 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * wl-mime.el (wl-draft-attribute-value): Fixed.
2933
2934 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-util.el (wl-copy-local-variables): New function.
2937
2938         * wl-mime.el (wl-draft-attribute-recipients): New function.
2939         (wl-draft-attribute-envelope-from): Ditto.
2940         (wl-draft-attribute-smtp-posting-server): Ditto.
2941         (wl-draft-attribute-smtp-posting-port): Ditto.
2942         (wl-draft-attribute-value): Ditto.
2943         (wl-draft-preview-message): Use it to get value for
2944         attributes. Reflect result of `wl-draft-config'.
2945
2946         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2947         and call `wl-summary-mark-as-read' before to call
2948         `wl-summary-unset-mark'.
2949         (wl-summary-target-mark-mark-as-unread): Likewise.
2950         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2951
2952 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2953
2954         * wl-mime.el (wl-draft-preview-message): Use actual value for
2955         attributes; Fix for small window.
2956
2957 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2958
2959         * wl-refile.el (wl-refile-get-field-value): Call
2960         `elmo-message-entity-field' with 3rd argument is non-nil.
2961
2962 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2963
2964         * wl-vars.el (wl-draft-preview-attributes): New user option.
2965         (wl-draft-preview-attributes-list): Ditto.
2966         (wl-draft-preview-attributes-buffer-lines): Ditto.
2967         (wl-draft-preview-attributes-buffer-name): Ditto.
2968
2969         * wl-mime.el (wl-draft-preview-message): Display attributes.
2970
2971 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2972
2973         * wl-summary.el (wl-summary-detect-mark-position): Bind
2974         wl-summary-flag-priority-list to '(new).
2975
2976 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2977
2978         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2979         funtion.
2980         (wl-highlight-summary-line-string): Use it.
2981         (wl-highlight-summary-current-line): Ditto.
2982
2983 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2984
2985         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2986         line even when the mark string is not changed.
2987
2988         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2989         argument change in the wl-summary-create-line.
2990         (wl-thread-insert-entity-sub): Ditto.
2991
2992         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2993         argument change in the wl-summary-create-line.
2994         (wl-summary-insert-sequential): Ditto.
2995         (wl-summary-update-thread): Ditto.
2996         (wl-summary-persistent-mark-string): New inline function.
2997         (wl-summary-message-mark): Use it.
2998         (wl-summary-create-line): Abolish argument wl-persistent-mark
2999         and added wl-flags, wl-cached.
3000
3001         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3002         mark to flags.
3003         (wl-highlight-summary-current-line): Decide the face not by the 
3004         persistent mark but flags.
3005
3006 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3007
3008         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3009         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3010         wl-summary-read-uncached-mark): Revive.
3011         (wl-summary-answered-cached-mark,
3012         wl-summary-answered-uncached-mark): New user option.
3013         (wl-summary-score-marks): Follow the change above.
3014         (wl-summary-auto-refile-skip-marks): Ditto.
3015         (wl-summary-incorporate-marks): Ditto.
3016         (wl-summary-expire-reserve-marks): Ditto.
3017         (wl-summary-flag-priority-list): New user option.
3018
3019         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3020         changes.
3021         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3022         of elmo-message-mark.
3023         (wl-summary-mark-as-read-internal): Ditto.
3024         (wl-summary-mark-as-answered): Ditto.
3025         (wl-summary-mark-as-important): Ditto.
3026         (wl-summary-redisplay-internal): Ditto.
3027         (wl-summary-redisplay-no-mime-internal): Ditto.
3028         (wl-summary-message-mark): New function.
3029         (wl-summary-insert-sequential): Use wl-summary-message-mark
3030         instead of elmo-message-mark.
3031         (wl-summary-update-thread): Ditto.
3032         (wl-summary-persistent-mark): Ditto.
3033         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3034         instead of elmo-message-mark.
3035
3036         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3037         wl-summary-message-mark instead of elmo-message-mark.
3038         (wl-thread-insert-entity-sub): Ditto.
3039         (wl-thread-get-children-msgs-uncached): Ditto.
3040
3041         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3042         variable name changes.
3043         (wl-highlight-summary-current-line): Ditto.
3044
3045         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3046         wl-summary-message-mark instead of elmo-message-mark.
3047
3048         * wl-expire.el (wl-expire-message-p): Ditto.
3049
3050         * wl-score.el (wl-score-headers): Ditto.
3051
3052         * Version number is increased to 2.11.9.
3053
3054         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3055         (wl-summary-sync-update): Follow the change above.
3056         (wl-summary-switch-to-clone-buffer): Ditto.
3057         (wl-summary-open-folder): Ditto.
3058
3059 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3060
3061         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3062         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3063
3064         * Version number is increased to 2.11.8.
3065
3066         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3067
3068         * wl-expire.el (wl-expire-refile): Follow the API change on
3069         `elmo-folder-move-messages'.
3070         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3071
3072         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3073         (wl-summary-exec-action-refile): Ditto.
3074         (wl-summary-exec-action-copy): Ditto.
3075         (wl-summary-no-auto-refile-message-p): No use
3076         `wl-summary-buffer-msgdb'.
3077         (wl-summary-auto-refile): Ditto.
3078
3079 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3080
3081         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3082
3083 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3084
3085         * wl-summary.el (wl-summary-sync): Treat no-sync.
3086
3087         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3088         (wl-default-sync-range): Ditto.
3089
3090 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3091
3092         * wl-refile.el (wl-refile-subject-learn): Call
3093         `elmo-message-entity-field' with 3rd argument is non-nil.
3094         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3095         instead of `elmo-msgdb-overview-entity-get-subject'.
3096
3097 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3100         scan-type is rescan.
3101         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3102         new optional argument force is non-nil.
3103         (wl-summary-save-view-cache): Call it with force argument non-nil.
3104
3105         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3106
3107 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3108
3109         * wl-action.el (wl-summary-print-argument): Fixed last change.
3110
3111 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3112
3113         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3114         simplified.
3115         (wl-summary-target-mark-mark-as-unread): Likewise.
3116         (wl-summary-target-mark-mark-as-important): Likewise.
3117
3118 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3119
3120         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3121         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3122         (wl-summary-mark-as-important-region): Change accordingly.
3123         (wl-summary-target-mark-mark-as-important): Ditto.
3124
3125 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3126
3127         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3128
3129         * wl-action.el (wl-summary-print-argument): Print argument to
3130         right side of window if `wl-summary-print-argument-within-window'
3131         is non-nil.
3132
3133 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3134
3135         * wl-action.el (wl-summary-set-mark): Use
3136         `wl-summary-message-visible-p' to check visibility of the message
3137         and jump to message only when the message line is visible and have
3138         different number; Call wl-summary-unset-mark with number argument.
3139         (wl-summary-unset-mark): 
3140         Use `wl-summary-message-visible-p'
3141         to check visibility of the message and jump to message only when
3142         the message line is visible and have different number;
3143
3144 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3145
3146         * Version number is increased to 2.11.7.
3147
3148         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3149         and wl-folder-summary-line-format.
3150
3151         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3152         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3153         (wl-summary-set-score-mark): Use it.
3154         (wl-summary-target-mark-mark-as-read): Ditto.
3155         (wl-summary-target-mark-mark-as-unread): Ditto.
3156         (wl-summary-target-mark-mark-as-important): Ditto.
3157         (wl-summary-target-mark-msgs): Simplified.
3158         (wl-summary-detect-mark-position): Fixed problem when
3159         summary-line-format no contain persisten/temp mark spec.
3160         (wl-summary-temp-mark): Ditto.
3161         (wl-summary-persistent-mark): Ditto.
3162         (wl-summary-update-persistent-mark): Ditto.
3163
3164         * wl-action.el (wl-summary-set-mark): Ditto.
3165         (wl-summary-unset-mark): Ditto.
3166         All other related portions are changed.
3167
3168 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * Version number is increased to 2.11.6.
3171
3172 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3173
3174         * wl-util.el (wl-current-message-buffer): Define as function;
3175         Don't use the value of wl-messge-buffer.
3176
3177         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3178         persistent mark.
3179
3180         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3181         no current message, cause an error.
3182
3183 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3184
3185         * wl-summary.el (wl-summary-set-message-modified): Use
3186         elmo-folder-set-message-modified instead of
3187         elmo-folder-set-message-modified-internal.
3188
3189 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3190
3191         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3192         interactively.
3193         (wl-summary-sync): nokill->entirely.
3194         (wl-summary-sync-marks): Fixed message.
3195         (wl-summary-input-range): Added mark, nokill->entirely.
3196
3197         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3198         messages as read.
3199
3200 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3203         update-noscore.
3204         (wl-summary-sync): Follow the change above.
3205
3206 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3207
3208         * wl-action.el (wl-summary-target-mark-all): Use
3209         elmo-folder-list-messages.
3210
3211 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3212
3213         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3214         (wl-summary-rescan): Set wl-summary-scored as nil.
3215         (wl-summary-sync-force-update): Follow the change above.
3216         (wl-summary-sync): Ditto.
3217         (wl-summary-sync-update): Added argument disable-killed.
3218         (wl-summary-insert-headers): Set visible-only argument for
3219         elmo-folder-list-messages.
3220         (wl-summary-input-range): Added update-nokill, update-noscore,
3221         all-nokill, all-noscore and mark.
3222
3223         * Version number is increased to 2.11.5.
3224
3225         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3226
3227 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3228
3229         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3230         (wl-summary-prefetch-region-no-mark): Change accordingly.
3231         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3232
3233 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3234
3235         * wl-address.el (wl-complete-field-to): Abolished.
3236         (wl-complete-address): Completion function for completing-read.
3237         * wl-action.el (wl-summary-get-resend-address): Use it.
3238
3239         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3240         wl-summary-update-mark and abolish unused argument.
3241         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3242         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3243         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3244         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3245         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3246         * wl-draft.el (wl-draft-kill): Ditto.
3247
3248         * wl-summary.el: Remove unused binding of case-fold-search.
3249         (wl-summary-replace-status-marks): Abolished.
3250
3251 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3254         is specified or folder length is zero.
3255
3256 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3257
3258         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3259         (wl-folder-archive-current-entity): Ditto.
3260
3261 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3262
3263         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3264         retrieving message mark.
3265         (wl-summary-redisplay-internal): Ditto.
3266
3267         * wl-message.el (wl-message-buffer-display): Ignore errors while
3268         retrieving message-id field.
3269
3270         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3271         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3272         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3273         order of the arguments for `wl-expire-message-p'.
3274         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3275
3276         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3277         Check return value of wl-summary-reply.
3278         (wl-summary-reply): Recover window configuration when an error occured.
3279
3280 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3281
3282         * wl-summary.el (wl-summary-resend-message): Abolished, the
3283         feature is inherited by wl-summary-resend (put resend mark).
3284
3285 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3286
3287         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3288         wl-message-buffer to nil when the message is hide.
3289
3290 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * .cvsignore: New file.
3293
3294 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3295
3296         * wl-action.el (wl-summary-action-docstring): Add more info.
3297         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3298         duplicate definition.
3299         (wl-summary-define-mark-action): Functions wl-summary-*-region
3300         keep current position.
3301         (wl-summary-unregister-target-mark): Store result to the variable.
3302
3303 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * Version number is increased to 2.11.4.
3306
3307 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3308
3309         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3310         wl-summary-delete-all-temp-marks.
3311         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3312
3313         * wl-action.el (wl-summary-set-mark): Changed terminology
3314         refile-destination -> action-argument.
3315         (wl-summary-unset-mark): Ditto.
3316         (wl-summary-remove-argument): Ditto.
3317         (wl-summary-print-argument): Ditto.
3318
3319         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3320         (wl-thread-remove-argument-region): Ditto.
3321         (wl-thread-print-argument-region): Ditto.
3322         (wl-thread-close): Ditto.
3323         (wl-thread-open): Ditto.
3324
3325         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3326         (wl-highlight-refile-destination-face is abolished)
3327         (wl-highlight-action-argument-string): Ditto.
3328         (wl-highlight-summary-current-line): Highlight action argument.
3329
3330         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3331         color for light backgrounds.
3332         (wl-highlight-summary-answered-face): Ditto.
3333
3334 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3335
3336         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3337
3338         * wl-score.el (wl-summary-score-update-all-lines): Use
3339         wl-summary-set-mark.
3340         (wl-summary-score-update-all-lines): Kill expunged messages.
3341
3342         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3343
3344 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3345
3346         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3347         directly.
3348         (wl-score-overview-entity-get-lines): Ditto.
3349         (wl-score-overview-entity-get-xref): Ditto.
3350         (wl-score-get-latest-msgs): Ditto.
3351         (wl-summary-rescore): Ditto.
3352
3353         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3354         to "&".
3355         (wl-summary-mark-as-answered-internal): New inline function.
3356         (wl-summary-mark-as-answered): New function.
3357         (wl-summary-mark-as-unanswered): Ditto.
3358         (wl-summary-sync-marks): Modified for answered-mark synching.
3359
3360 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3361
3362         * wl-action.el (wl-summary-set-mark): Fixed last change.
3363
3364 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3365
3366         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3367         behavior of wl-summary-unread-message-hook
3368         (Pointed out by akira yamada <akira@arika.org>).
3369
3370 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3371
3372         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3373         wl-summary-delete.
3374         * wl-xmas.el (wl-summary-toolbar): Ditto.
3375
3376         * wl-action.el (wl-summary-set-mark): Don't override current
3377         temp-mark.
3378
3379         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3380
3381 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3384         (wl-refile-msgid-learn): Ditto.
3385         (wl-refile-get-field-value): Ditto.
3386
3387         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3388
3389         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3390         (wl-expire-delete-reserved-messages): Renamed from
3391         wl-expire-reserve-marked-msgs-from-list.
3392         (wl-expire-delete): Removed argument `msgdb'.
3393         (wl-expire-refile): Ditto.
3394         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3395         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3396         mark-alist as argument.
3397         (wl-expire-archive-number1): Removed argument `msgdb'.
3398         (wl-expire-archive-number2): Ditto.
3399         (wl-expire-archive-date): Ditto.
3400         (wl-expire-localdir-date): Ditto.
3401         (wl-expire-hide): Ditto.
3402         (wl-archive-number1): Ditto.
3403         (wl-archive-number2): Ditto.
3404         (wl-archive-date): Ditto.
3405         (wl-archive-folder): Ditto.
3406         All other related portions are changed.
3407
3408 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3409
3410         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3411         mean move up and down. (suggested by Takashi Kawachi)
3412
3413 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3414
3415         * wl-acap.el (toplevel): Don't require un-define.
3416
3417 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-thread.el (wl-thread-delete-message): Always update
3420         wl-summary-buffer-number-list.
3421
3422         * wl-action.el (wl-summary-print-destination): 
3423         Do nothing when folder is nil.
3424
3425 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3428         persistent mark when prefetch is succeeded.
3429
3430 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3433         instead of elmo-msgdb-delete-msgs.
3434         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3435         (wl-expire-hide): Ditto.
3436
3437         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3438
3439         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3440         elmo-msgdb interface.
3441         (wl-thread-get-exist-children): Likewise.
3442         (wl-thread-insert-message): Likewise.
3443         (wl-thread-msg-mark-as-important): Likewise.
3444         (wl-thread-insert-entity-sub): Likewise.
3445         (wl-thread-get-children-msgs-uncached): Likewise.
3446
3447         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3448         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3449         (wl-summary-sync-update): Likewise.
3450         (wl-summary-auto-select-msg-p): Likewise.
3451         (wl-summary-update-thread): Likewise.
3452         (wl-summary-mark-as-important): Likewise.
3453         (wl-summary-jump-to-msg-internal): Likewise.
3454         (wl-summary-redisplay-internal): Likewise.
3455         (wl-summary-print-message-with-ps-print): Likewise.
3456         (wl-summary-folder-info-update): Likewise.
3457
3458         * wl-folder.el (wl-folder-check-one-entity):
3459         elmo-folder-count-flags instead of wl-summary-count-unread.
3460
3461         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3462
3463         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3464
3465         * wl-summary.el (wl-summary-set-message-modified): 
3466         Call wl-summary-set-mark-modified.
3467         (wl-summary-delete-messages-on-buffer): Call
3468         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3469         (wl-summary-sync-update): Call elmo-folder-length instead of
3470         elmo-folder-messages.
3471         (wl-summary-insert-headers): Don't call
3472         elmo-folder-list-message-entities.
3473
3474 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3475
3476         * wl-action.el (wl-summary-define-mark-action): Call
3477         `wl-summary-set-mark' with argument `data'.
3478         (wl-summary-auto-refile): Fixed order of arguments when call
3479         `wl-summary-refile'.
3480
3481 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3482
3483         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3484
3485         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3486
3487         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3488         (Renamed from wl-highlight-summary-deleted-face).
3489         (wl-highlight-summary-resend-face): New face.
3490
3491         (wl-highlight-summary-deleted-face): Renamed from
3492         wl-highlight-summary-erased-face.
3493
3494         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3495
3496         * wl-action.el (wl-summary-get-resend-address): New function.
3497         (wl-summary-exec-action-resend): Ditto.
3498         (wl-summary-exec-action-resend-subr): Ditto.
3499
3500         * w-thread.el (wl-thread-copy): Removed definition.
3501         (wl-thread-refile): Ditto.
3502         (wl-thread-delete): Ditto.
3503         (wl-thread-target-mark): Ditto.
3504
3505         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3506         (wl-summary-target-mark-set-action): Fixed.
3507         (wl-summary-define-mark-action): Fixed quotation.
3508         (wl-summary-move-mark-list-messages): Display message.
3509         (wl-summary-define-mark-action): Define thread functions.
3510         (wl-summary-exec-action-refile): Changed message.
3511         (wl-summary-exec): Ditto.
3512
3513 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3514         
3515         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3516         '%%'.
3517
3518 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3519
3520         * wl.el (toplevel): Require wl-action.
3521         (wl-init): Call wl-summary-define-mark-action.
3522
3523         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3524
3525         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3526         wl-summary-delete and wl-summary-erase.
3527         (wl-summary-mode-map): Ditto.
3528
3529         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3530         wl-delete-folder-alist.
3531
3532         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3533         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3534         (toplevel): Moved mark & action related functions to the wl-action.el.
3535
3536         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3537         in wl-summary-mark-action-list.
3538         (wl-highlight-summary-current-line): Ditto.
3539
3540         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3541         empty lines.
3542
3543         * wl-action.el: New file. 
3544
3545 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3546
3547         * wl-summary.el (wl-summary-target-mark-replace): New function.
3548         (wl-summary-target-mark-prefetch): Use it.
3549         (wl-summary-target-mark-delete): Ditto.
3550         (toplevel): Rearranged definition order.
3551         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3552         (wl-summary-target-mark-erase): Rewrite.
3553         (wl-summary-erase-region): New function.
3554         (wl-summary-exec-action-erase): Changed message.
3555         (wl-summary-move-mark-list-messages): New function.
3556         (wl-summary-exec-action-delete): Use it.
3557         (wl-summary-exec-action-erase): Ditto.
3558
3559         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3560         (wl-summary-skip-mark-list): Added "d".
3561
3562         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3563         while searching.
3564
3565         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3566         and define using defcustom;
3567         Define 4th element as a face.
3568         
3569         * wl-summary.el (wl-summary-incorporate): Use 
3570         `wl-summary-prefetch-region-no-mark' instead of
3571         `wl-summary-prefetch-region'.
3572         (wl-summary-prefetch-region-no-mark): Revival of old
3573         `wl-summary-prefetch-region'.
3574         (wl-summary-mark-action-list): Moved to wl-vars.el
3575
3576         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3577         face according to the `wl-summary-mark-action-list'.
3578         (wl-highlight-summary-current-line): Ditto;
3579         Removed destination highlighting.
3580
3581         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3582         (wl-highlight-summary-line-string): Highlight for "i" mark.
3583         (wl-highlight-summary-current-line): Ditto.
3584
3585         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3586         no destination.
3587
3588         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3589         exists, just go ahead.
3590         (wl-summary-prefetch-region): Rewrite.
3591         (wl-summary-prefetch): Ditto.
3592         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3593         (wl-summary-exec-action-prefetch): New function.
3594         (wl-summary-target-mark-prefetch): Rewrite.
3595
3596 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3599         (wl-highlight-summary-line-string): Added "d" and "D".
3600         (wl-highlight-summary-current-line): Ditto.
3601
3602         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3603         in wl-summary.el.
3604         (wl-thread-insert-entity-sub): Ditto.
3605         (wl-thread-remove-destination-region): Ditto.
3606         (wl-thread-print-destination-region): Ditto.
3607
3608         * wl-summary.el (wl-summary-buffer-refile-list,
3609         wl-summary-buffer-delete-list,
3610         wl-summary-buffer-copy-list): Abolish.
3611         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3612         All other related portions are changed.
3613         (wl-summary-mark-action-list): New variable.
3614         (wl-summary-set-mark): New function.
3615         (wl-summary-register-target-mark): Ditto.
3616         (wl-summary-unregister-target-mark): Ditto.
3617         (wl-summary-have-target-mark-p): Ditto.
3618         (wl-summary-register-temp-mark): Ditto.
3619         (wl-summary-unregister-temp-mark): Ditto.
3620         (wl-summary-registered-temp-mark): Ditto.
3621         (wl-summary-collect-temp-mark): Ditto.
3622         (wl-summary-unset-mark): Ditto.
3623         (wl-summary-set-target-mark): Ditto.
3624         (wl-summary-unset-target-mark): Ditto.
3625         (wl-summary-set-action-generic): Ditto.
3626         (wl-summary-unset-action-generic): Ditto.
3627         (wl-summary-exec-action-delete): Ditto.
3628         (wl-summary-exec-action-erase): Ditto.
3629         (wl-summary-set-action-refile): Ditto.
3630         (wl-summary-set-action-refile-subr): Ditto.
3631         (wl-summary-unset-action-refile): Ditto.
3632         (wl-summary-make-destination-numbers-list): Ditto.
3633         (wl-summary-exec-action-refile): Ditto.
3634         (wl-summary-set-action-copy): Ditto.
3635         (wl-summary-unset-action-copy): Ditto.
3636         (wl-summary-exec-action-copy): Ditto.
3637         (wl-summary-collect-numbers-region): Ditto.
3638         (wl-summary-delete): Rewrite.
3639         (wl-summary-erase): Ditto.
3640         (wl-summary-remove-destination): Ditto.
3641         (wl-summary-exec): Ditto.
3642         (wl-summary-exec-region): Ditto.
3643         (wl-summary-target-mark-erase): Ditto.
3644         (wl-summary-refile): Ditto.
3645         (wl-summary-copy): Ditto.
3646         (wl-summary-unmark): Ditto.
3647         (wl-summary-delete-all-mark): Ditto.
3648         (wl-summary-mark-line): Don't highlight.
3649         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3650         (wl-summary-target-mark-refile-subr): Rewrite.
3651
3652         (wl-summary-copy-prev-destination): Abolish.
3653
3654 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3655
3656         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3657         default values along the value of wl-on-mule.
3658         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3659         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3660         It is not used anywhere.
3661
3662 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3663
3664         * wl-summary.el (wl-summary-print-destination): Keep position.
3665         (wl-summary-cursor-move-surface): Keep horizontal position.
3666
3667 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3668
3669         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3670         write sendlog.
3671
3672 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3673
3674         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3675         `wl-summary-highlight'.
3676
3677 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3678
3679         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3680         trivial condition for temp-mark.
3681
3682 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3683
3684         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3685         when it hits killed buffer.
3686
3687 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3688
3689         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3690         * wl-news.el.in: `message' and `error' take format string.
3691
3692 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3693
3694         * wl-folder (wl-folder-insert-entity): Display a message,
3695         `...done', when the work finish.
3696         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3697
3698 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3699
3700         * wl-message.el (wl-message-redisplay): Remove unused local
3701         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3702
3703 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3704
3705         * wl-summary.el (wl-summary-replace-status-marks): Disable
3706         interactive use.
3707         (wl-summary-reedit): Check message existence at first.
3708         (wl-summary-mark-line): Fix doc, return value is indefinite.
3709
3710         * wl-highlight.el (wl-highlight-message): Arranged.
3711
3712         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3713         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3714         check temp-mark by wl-summary-temp-mark always.
3715         (wl-highlight-summary): Change accordingly.
3716         * wl-summary.el (wl-summary-mark-as-read-all)
3717         (wl-summary-delete-cache, wl-summary-set-score-mark)
3718         (wl-summary-mark-as-unread, wl-summary-unmark)
3719         (wl-summary-mark-line, wl-summary-mark-as-read)
3720         (wl-summary-mark-as-important): Ditto.
3721
3722         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3723         end of the window if possible.
3724         * wl-summary.el (wl-summary-sync-update): Support lazy
3725         highlighting.
3726         (wl-summary-toggle-disp-msg): Ditto.
3727
3728 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3729
3730         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3731
3732 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3733
3734         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3735         change.
3736
3737 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3738
3739         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3740         API.
3741         (wl-summary-sync-update): Ditto.
3742
3743         * wl-score.el (wl-score-get-score-alist): Changed argument.
3744         (wl-summary-rescore-msgs): Likewise.
3745         (wl-summary-score-headers): Likewise.
3746         (wl-score-headers): Likewise;
3747         Use elmo-folder-do-each-message-entity, etc.
3748         (wl-summary-score-effect): Follow the changes above.
3749         (wl-summary-rescore): Ditto.
3750         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3751         (wl-score-get-overview): Abolish.
3752
3753         * wl-summary.el (wl-summary-default-from): Follow the API change in
3754         elmo-msgdb.
3755         (wl-summary-count-unread): Ditto.
3756         (wl-summary-detect-mark-position): Ditto.
3757         (wl-summary-overview-entity-compare-by-date): Ditto.
3758         (wl-summary-overview-entity-compare-by-number): Ditto.
3759         (wl-summary-overview-entity-compare-by-from): Ditto.
3760         (wl-summary-overview-entity-compare-by-subject): Ditto.
3761         (wl-summary-get-list-info): Ditto.
3762         (wl-summary-rescan): Ditto.
3763         (wl-summary-jump-to-msg-by-message-id): Ditto.
3764         (wl-summary-sync-update): Ditto; Removed comment.
3765         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3766         (wl-summary-insert-message): Use wl-summary-insert
3767         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3768         (wl-summary-insert-headers): Changed argument overview to folder.
3769         (wl-summary-search-by-subject): Likewise.
3770         (wl-summary-insert-thread): Renamed from 
3771         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3772
3773         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3774         too.
3775
3776         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3777         wl-string-member.
3778
3779 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3780
3781         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3782         elmo-folder-append-buffer.
3783         (wl-draft-queue-append): Likewise.
3784
3785         * wl-mime.el (wl-message-delete-current-part): Ditto.
3786         (wl-summary-burst-subr): Ditto.
3787
3788         * wl-news.el.in (wl-news-send-news): Ditto.
3789
3790 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3791
3792         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3793         function.
3794         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3795         (wl-summary-update-mark): Enclose with save-excursion.
3796         (wl-summary-mark-as-read-internal): Fixed last change.
3797         (wl-summary-mark-as-important): Use 3rd argument of
3798         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3799         Don't use elmo-msgdb-set-mark.
3800         (wl-summary-redisplay-internal): If msgdb flag is already read,
3801         just update the mark on buffer.
3802
3803 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3804
3805         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3806         cut visible folder when elmo-folder-delete returns non-nil value.
3807
3808 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3809
3810         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3811         by Kenichi OKADA <okada@opaopa.org>).
3812
3813 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3814
3815         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3816
3817 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3818
3819         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3820         Fixed the last change, search group entity by its real name.
3821         (Thanks to: KOBAYASHI Shinji)
3822
3823 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3824
3825         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3826         (wl-fldmgr-access-display-all): Don't refer visible name.
3827         * wl-expire.el (wl-folder-archive-current-entity)
3828         (wl-folder-expire-current-entity): Ditto.
3829         * wl-folder.el (wl-folder-jump-to-current-entity)
3830         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3831         (wl-folder-open-folder-sub,wl-folder-open-all)
3832         (wl-folder-write-current-folder): Ditto.
3833         (wl-folder-insert-entity): Don't use petname for normal group.
3834         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3835         is the real name.
3836         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3837         Abolished.
3838
3839 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3840
3841         * wl-draft.el (wl-draft-create-buffer): Add
3842         `wl-summary-reply-with-citation'
3843
3844 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3845
3846         * wl-draft.el (wl-draft-reply): Fixed.
3847
3848 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3849
3850         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3851         when `wl-draft-send-confirm-with-preview' is non-nil.
3852         You can scroll up/down by j/k.
3853         (wl-draft-send-confirm-with-preview): New variable (default=t).
3854
3855 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3856
3857         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3858         (wl-fldmgr-save-folders): Fix comment.
3859
3860 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3861
3862         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3863         along the last change in `wl-folder-buffer-group-p'.
3864
3865 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3866
3867         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3868         folder.
3869
3870         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3871         the default value.
3872
3873         * wl-mime.el (wl-summary-burst): Update summary only when target
3874         folder equals current folder.
3875
3876 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3877
3878         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3879
3880 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3881
3882         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3883         value.
3884
3885 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3888         `map-extents' instead of `extent-at' repeatedly.
3889         (wl-highlight-folder-current-line): Ditto.
3890
3891         * wl-highlight.el: Remove useless dummy functions.
3892
3893 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3894
3895         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3896         (wl-folder-put-folder-property): New function to put text property.
3897         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3898         (wl-folder-insert-entity, wl-folder-update-diff-line)
3899         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3900         * wl-e21.el, wl-xmas.el, wl-mule.el
3901         (wl-highlight-folder-current-line): Ditto.
3902         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3903         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3904         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3905         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3906
3907 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3908
3909         * Version number is increased to 2.11.3.
3910
3911 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3912
3913         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3914         Resume current-buffer since it is assumed by remaining tasks.
3915
3916 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3917
3918         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3919         (wl-folder-completion-function): Abolished.
3920         (wl-folder-complete-folder): New function.
3921         (wl-folder-complete-filter-condition): Ditto.
3922         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3923         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3924
3925 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3926
3927         * wl-draft.el (wl-draft-send-confirm): New function.
3928         (wl-draft-send): Use it.
3929
3930         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3931         cursor-in-echo-area while confirming.
3932
3933         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3934
3935         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3936         searching via nntp if wl-summary-search-via-nntp is 'force.
3937         Otherwise, invoke searching in nntp folder only.
3938         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3939
3940         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3941         explicitly for mime-make-text-tag.
3942
3943 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3944
3945         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3946         `mime-make-text-tag' instead of `mime-create-tag'.
3947
3948 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3951         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3952
3953 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-score.el (wl-score-save): Bind print-length and print-level.
3956         (wl-score-pretty-print): Ditto.
3957         (wl-score-edit-insert-header-entry): Ditto.
3958
3959         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3960         "From" entry to be treated with wl-draft-eword-encode-address-list.
3961         * wl-mime.el (wl-draft-preview-message): Ditto.
3962
3963         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3964         (wl-summary-mark-as-unread): Ditto.
3965         (wl-summary-mark-as-read-region): Change accordingly.
3966         (wl-summary-mark-as-unread-region): Ditto.
3967         (wl-summary-target-mark-mark-as-read): Ditto.
3968         (wl-summary-target-mark-mark-as-unread): Ditto.
3969
3970 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3971
3972         * Version number is increased to 2.11.2.
3973
3974 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3975
3976         * wl-news.el.in (wl-news-previous-version-save): Bind
3977         print-length and print-level.
3978         * wl-thread.el (wl-thread-save-entities): Ditto.
3979         (wl-thread-save-top-list): Bind print-length.
3980
3981 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3982
3983         * wl-highlight.el (wl-highlight-summary-line-string): Use
3984         wl-summary-score-below-mark, wl-summary-score-over-mark.
3985         (wl-highlight-summary-current-line): Ditto.
3986
3987 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3990         insert it.
3991
3992 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3993
3994         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3995
3996 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3997
3998         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3999         message without msgid.
4000         Rewrite with elmo-folder-move-messages.
4001         Set wl-message-buffer to nil.
4002
4003         * wl-summary.el (wl-summary-erase-subr): New function. Use
4004         elmo-folder-move-messages.
4005         (wl-summary-erase): Call it.
4006         (wl-summary-target-mark-erase): Ditto.
4007
4008 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4009
4010         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4011         it is not up-tp-date.
4012
4013 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4016         buffer after calling `wl-summary-goto-folder-subr' without the
4017         argument `interactive'.
4018         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4019
4020 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4021
4022         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4023         `mime-create-tag'. Use `string=' instead of `looking-at'.
4024
4025 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4026
4027         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4028         to avoid compile warning.
4029
4030         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4031         entity-id when folder is given.
4032         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4033         save-excursion, use save-selected-window instead.
4034         Select folder buffer window if exists.
4035         (To correct behavior with wl-folder-move-cur-folder.)
4036
4037 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4038
4039         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4040
4041 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4042
4043         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4044         list-count instead of %d.
4045
4046 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4047
4048         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4049         (wl-news): Set it.
4050         (wl-news-append-to-folder): Use it.
4051
4052         * wl-news.el.in (wl-news-send-news): Append to specified folder
4053         instead of wl-default-folder.
4054         (wl-news-append-to-folder): Show error message with specified folder.
4055
4056         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4057                 In most major modes, Emacs assumes that any opening
4058                 delimiter found at the left margin is the start of a
4059                 top-level definition, or defun. Therefore, *never put an
4060                 opening delimiter at the left margin unless it should have
4061                 that significance.*
4062
4063         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4064
4065 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4066
4067         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4068
4069 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4070
4071         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4072
4073 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4074
4075         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4076         for sequential numbering case.
4077
4078 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4079
4080         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4081         value.
4082         (wl-draft-reply-without-argument-list): Ditto.
4083         (wl-draft-reply-myself-with-argument-list): Abolish.
4084         (wl-draft-reply-myself-without-argument-list): Ditto.
4085         * wl-draft.el (wl-draft-self-reply-p): New function.
4086         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4087
4088 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4089
4090         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4091         (avoid error for the case without byte-compiling)
4092
4093 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4094
4095         * wl-news.el.in (wl-news-append-to-folder): New function.
4096         (wl-news-exit): Rewrite.
4097         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4098
4099 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4100
4101         * wl-draft.el (wl-draft-reply-position): New function.
4102         (wl-draft-reply-position): Fix.
4103         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4104         (wl-summary-target-mark-reply-with-citation): Ditto.
4105         (wl-summary-reply-with-citation): Ditto.
4106         * wl-vars.el (wl-draft-reply-default-position): New variable.
4107
4108 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4109
4110         * wl-draft.el (wl-draft-send): Preview when interactive send.
4111
4112 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4113
4114         * wl-draft.el (wl-draft-reply): Set default position.
4115         * wl-summary.el (wl-summary-reply): Ditto.
4116         (wl-summary-reply-with-citation): Ditto.
4117         (wl-summary-target-mark-reply-with-citation): Ditto.
4118
4119 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4120
4121         * wl-news.el.in (wl-news-lang): Set default value according to
4122         current-language-environment.
4123         (wl-news-append-news): Do nothing when news-list is nil.
4124
4125 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4126
4127         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4128         (wl-news): Change message.
4129         (wl-news-exit): Check buffer.
4130         (wl-news-force-exit): New function.
4131         (wl-news-show-all): New function.
4132         (wl-news-discard-and-exit): Fix.
4133
4134 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4135
4136         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4137         according to current-language-environment.
4138
4139         * wl-news.el.in (wl-news): If arg, show all NEWS after
4140         wl-news-default-previous-version.
4141
4142 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4143
4144         * wl-news.el.in (wl-news-check): Rewritten.
4145         (wl-news-previous-version-load): Change data type.
4146         (wl-news-previous-version-save): Change data type.
4147         (wl-news-append-news): Add return value.
4148         (wl-news-check-news): New function.
4149         (wl-news-already-current-p): New function.
4150         (wl-news-send-news): Rewritten.
4151         (wl-news-mode-map): Add new keybind.
4152         (wl-news): Rewritten.
4153         (wl-news-exit): Rewritten.
4154         (wl-news-discard-and-mail): New function.
4155         (wl-news-send-to-address): Abolished.
4156         * wl.el (wl-init): Delete a message.
4157
4158 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4159
4160         * wl-news.el.in (wl-news-exit): Update previous version.
4161         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4162
4163 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4164
4165         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4166
4167 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4168
4169         * wl-news.el.in (wl-news): New function.
4170         (wl-news-mode): New function.
4171         (wl-news-next-line): New function.
4172         (wl-news-next-page): New function.
4173         (wl-news-exit): New function.
4174         (wl-news-buf-name): New variable.
4175         (wl-news-mode-map): New variable.
4176         (wl-news-winconf): New variable.
4177         (wl-news-append-news): Add an option.
4178
4179 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4180
4181         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4182
4183 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4184
4185         * wl-news.el.in (wl-news-send-to-address): New variable.
4186         (wl-news-send-news): Use it.
4187         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4188         Return updating status.
4189         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4190
4191 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4192
4193         * wl-news.el.in (wl-news-send-news): Delete
4194         Organization and X-Face.
4195
4196 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4197
4198         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4199         (wl-news-append-news): New function.
4200         (wl-news-send-news): New function.
4201
4202 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4203
4204         * Version number is increased to 2.11.1.
4205
4206 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4207
4208         * wl-news.el.in : New file.
4209
4210 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4211
4212         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4213         default value.
4214         (wl-draft-reply-without-argument-list): Ditto.
4215
4216 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4217
4218         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4219         (wl-message-buffer-prefetch-idle-time): Ditto.
4220         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4221
4222 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4223
4224         * wl-thread.el (wl-thread-insert-message): Use
4225         wl-summary-max-thread-depth.
4226
4227         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4228         loop detection.
4229
4230         * wl-message.el (wl-message-buffer-display): Back to the first page
4231         when cache is hit.
4232
4233 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4236
4237         * wl-summary.el (wl-summary-insert-thread-entity):
4238         If the thread depth is reached to wl-summary-max-thread-depth,
4239         divide the thread.
4240
4241 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4242
4243         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4244         for elmo-remove-passwd.
4245
4246 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4249         folder is sticky.
4250         (wl-folder-mark-as-read-all-entity): Ditto.
4251         (wl-folder-prefetch-entity): Ditto.
4252
4253 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4254
4255         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4256
4257 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4258
4259         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4260         Delete messages on buffer for unplugged operation.
4261         (wl-summary-erase): Ditto.
4262
4263 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4266         take nil so as not to search parent by subject.
4267
4268 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4269
4270         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4271         (wl-folder-get-next-folder): Ditto.
4272         (wl-folder-get-path): Ditto.
4273
4274 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4277         system and encode the region with it before verifying.
4278
4279 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4280
4281         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4282         system of the echo buffer before decoding.
4283
4284 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4285
4286         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4287         original contents.
4288
4289 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4290
4291         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4292         with argument 'any-exists.
4293
4294 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4297         Use `wl-cs-autoconv'.
4298
4299 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4300
4301         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4302         by `mime-view-automatic-conversion'.
4303
4304         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4305         (wl-message-verify-pgp-nonmime): Ditto.
4306         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4307         Bind them to C-c:d and C-c:v respectively.
4308
4309         Merge following code by Teranishi-san from [wl-en:00167].
4310         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4311         (wl-mime-preview-application/pgp-encrypted): Ditto.
4312         (wl-mime-setup): Add entry.
4313
4314 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4315
4316         * wl-summary.el (wl-summary-target-mark-erase): New function.
4317         Bind it to "mD".
4318
4319 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4320
4321         * wl-vars.el (wl-draft-write-file-function): Fix.
4322         (wl-draft-reedit-hook): Changed default value.
4323
4324         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4325         wl-draft-reedit-hook.
4326         (wl-draft-remove-text-plain-tag): New function.
4327         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4328
4329         * wl-vars.el (wl-draft-write-file-function): New user option.
4330
4331         * wl-draft.el (wl-draft-prepare-edit): Use it for
4332         local-write-file-hooks.
4333         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4334
4335         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4336         (wl-draft-insert-mail-header-separator): Return the body beginning
4337         point.
4338         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4339         text/plain.
4340         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4341
4342 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4343
4344         * wl-summary.el (wl-summary-erase): New function to erase message
4345         without moving it to trash. Bind to "D".
4346
4347         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4348         as `keep' unless switch-function.
4349
4350 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4353         message buffer by using `wl-summary-toggle-disp-msg'.
4354         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4355         buffer window.
4356         (wl-summary-supresedes-message): Ditto.
4357
4358         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4359         Do not delete other windows.
4360         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4361         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4362         (wl-draft-create-buffer): Set reply-or-forward also for target
4363         mark commands.
4364
4365 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4366
4367         * wl-draft.el (wl-user-agent-compose): Delete special case for
4368         switch-to-buffer-other-window.
4369
4370         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4371         (wl-summary-forward): Ditto.
4372
4373         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4374         function.
4375         (wl-draft-buffer-style): New use option.
4376
4377         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4378         (wl-draft): Follow the change above.
4379         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4380         wl-draft-buffer-style.
4381         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4382         switch-function.
4383
4384 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4385
4386         * wl-address.el (wl-address-make-completion-entry): Extracted from
4387         `wl-address-make-completion-list'.
4388         (wl-address-enable-strict-loading): New variable.
4389         (wl-address-make-completion-list): Revive petname duplication
4390         inquiry, and enable it if `wl-address-enable-strict-loading'.
4391         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4392
4393 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4394
4395         * wl-message.el (wl-message-get-original-buffer): Avoid
4396         'Selecting deleted buffer' error when original buffer is killed.
4397
4398 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4399
4400         * wl-summary.el (wl-summary-next-message): Use
4401         elmo-message-accessible-p instead of elmo-message-cached-p.
4402
4403 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4404
4405         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4406
4407         * wl-thread.el (wl-thread-open-all-unread): Use
4408         elmo-folder-list-flagged instead of
4409         elmo-folder-list-messages-mark-match.
4410
4411         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4412         instead of elmo-folder-list-messages-mark-match.
4413         (wl-summary-move-spec-alist): New variable.
4414         (wl-summary-move-spec-plugged-alist,
4415         wl-summary-move-spec-unplugged-alist): Abolish.
4416         (wl-summary-next-message): Follow the change above.
4417         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4418         with 'no-msg' argument.
4419
4420         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4421         variable.
4422         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4423         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4424         (wl-message-buffer-prefetch-get-next): Follow the change above.
4425
4426 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-version.el (wl-version): Changed codename.
4429
4430         * Version number is increased to 2.11.0.
4431
4432 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4433
4434         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4435         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4436         `wl-draft-config-variables'.
4437         (wl-draft-kill): Fixed problem when the draft is reedit.
4438
4439 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4440
4441         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4442         buffer-modified status (Thanks to
4443         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4444
4445 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4446
4447         * wl-util.el (wl-region-exists-p): New function.
4448
4449         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4450         Remove defvars for byte-compile warnings.
4451
4452 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4453
4454         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4455         defvar-maybe. Removed unused bind.
4456
4457 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4460         summary buffer window before creating new frame.
4461         (wl-draft-reply): Ditto.
4462
4463 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4464
4465         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4466
4467 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4470
4471 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4472
4473         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4474         instead of `kill-region'.
4475
4476 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4479         (wl-highlight-summary-line-string): Use it.
4480         (wl-highlight-summary-current-line): Ditto.
4481
4482         * wl-mime.el (wl-message-delete-current-part): Check the class of
4483         mime-entity.
4484
4485         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4486
4487         * wl-summary.el (wl-summary-make-number-list): Initialize.
4488         (wl-summary-update-mark): New function.
4489         (wl-summary-reply): Put `answered' mark on the message.
4490         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4491
4492         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4493         (wl-draft-reply): Added optional argument `number';
4494         Set wl-draft-parent-number.
4495         (wl-draft-kill): Delete answered mark if it is a reply.
4496
4497 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4500         that originates in mime-preview-follow-current-entity.
4501         (wl-draft-yank-current-message-entity): Use it if region is active.
4502
4503         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4504         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4505         `wl-message-delete-current-part'.
4506         * wl-mule.el (wl-message-define-keymap): Ditto.
4507         * wl-xmas.el (wl-message-define-keymap): Ditto.
4508
4509 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4510
4511         * wl-mime.el (wl-message-delete-current-part): New function.
4512         (wl-mime-node-id-to-string): Ditto.
4513
4514         * wl-mime.el (wl-message-delete-current-part): Use existing
4515         original buffer which corresponds current mime-view buffer.
4516         (fetched buffer might have different structure, possibly)
4517
4518         * wl-mime.el (wl-message-delete-current-part): Quit if the
4519         message content differs from the actual message.
4520
4521 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4522
4523         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4524         order.
4525         (wl-summary-search-by-subject): Search parent message from tail;
4526         Check the existence of the parent message on the current thread tree.
4527         (wl-summary-update-thread): Check whether the line is inserted.
4528
4529 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-vars.el (wl-summary-line-format): Undo last change.
4532         * wl-summary.el (wl-summary-print-destination): Do not put
4533         invisible property when `wl-summary-width' is nil.
4534         (wl-summary-line-subject-minimum-length): Abolished.
4535         (wl-summary-line-subject): Ditto.
4536
4537 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4538
4539         * wl-vars.el (wl-summary-line-format): Change default value.
4540         (wl-summary-subject-length-limit): Abolished.
4541         * wl-summary.el (wl-summary-line-subject): Ditto.
4542
4543 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4544
4545         * wl-template.el (wl-template-select): Added optional argument.
4546         If optional argument is specified, reverse
4547         `wl-template-visible-select'.
4548
4549 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4550
4551         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4552         Take prefix argument to force asking the destination folder.
4553
4554 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4555
4556         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4557         count and update status.
4558
4559 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4560
4561         * wl-summary.el (wl-summary-redisplay-internal): If
4562         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4563         after fetching.
4564
4565 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4566
4567         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4568         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4569
4570         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4571
4572 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4573
4574         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4575         (All other related portions are changed).
4576         (wl-summary-mark-as-read-all): Rewrite.
4577
4578 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4581         `wl-summary-mark-as-read'.
4582         (wl-summary-mark-as-unread): Rewrite.
4583         (wl-summary-mark-as-read): Added no-modeline argument.
4584         (wl-summary-resume-cache-status): Rewrite.
4585         (wl-summary-exec-subr): Remove unused local variable.
4586
4587 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4588
4589         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4590         logic to call `wl-summary-buffer-prev-folder-function'.
4591         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4592
4593 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4594
4595         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4596         is nil.
4597
4598 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4601         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4602         (wl-mime-setup): Add its entry.
4603
4604 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4607         (wl-summary-delete-cache): Likewise.
4608         (wl-summary-mark-as-read): Rewrite.
4609
4610 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4611
4612         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4613         `wl-summary-count-unread'.
4614
4615         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4616
4617         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4618
4619 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4622         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4623         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4624         Renamed to the elmo-msgdb-*-mark.
4625         (wl-summary-score-marks): Follow the change above.
4626         (wl-summary-auto-refile-skip-marks): Ditto.
4627         (wl-summary-incorporate-marks): Ditto.
4628         (wl-summary-expire-reserve-marks): Ditto.
4629
4630         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4631         changes.
4632         (wl-thread-insert-top): Changed updating message.
4633
4634         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4635         variable.
4636         (wl-summary-count-unread): Count answered marks.
4637         (wl-summary-rescan): Call wl-summary-insert-message instead of
4638         wl-summary-append-message-func-internal.
4639         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4640         (wl-summary-prefetch-msg): Follow the variable name changes.
4641         (wl-summary-prefetch-region): Ditto.
4642         (wl-summary-mark-as-read-all): Follow the API changes;
4643         Don't call elmo-folder-replace-marks.
4644         (wl-summary-delete-cache): Follow the variable name changes.
4645         (wl-summary-resume-cache-status): Ditto.
4646         (wl-summary-update-status-marks): New function.
4647         (wl-summary-insert-message): New function.
4648         (wl-summary-sync-marks): Follow the variable name changes.
4649         (wl-summary-sync-update): Synchronize to the msgdb, too;
4650         Changed update messages.
4651         (wl-summary-make-number-list): Rewrite.
4652         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4653         (wl-summary-mark-as-unread): Follow the API changes.
4654         (wl-summary-exec-subr): Follow the variable name changes.
4655         (wl-summary-mark-as-read): Ditto.
4656         (wl-summary-move-spec-plugged-alist): Ditto.
4657         (wl-summary-move-spec-unplugged-alist): Ditto.
4658         (wl-summary-cursor-move-surface): Ditto.
4659
4660         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4661         variable name changes.
4662         (wl-highlight-summary-current-line): Ditto.
4663
4664         * wl-expire.el (wl-expire-refile): Follow the API change in
4665         elmo-folder-move-messages.
4666         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4667         (wl-summary-archive): Use elmo-folder-msgdb instead of
4668         elmo-msgdb-load.
4669
4670 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4671
4672         * wl-mime.el (wl-draft-preview-message): Restore the position
4673         before evaluating wl-draft-send-hook in preview buffer.
4674
4675 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4676
4677         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4678         when it creates new draft buffer.
4679
4680         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4681         without argument.
4682
4683         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4684         Evaluate content and if the value is string, insert it.
4685         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4686         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4687         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4688         wl-draft-config-sub-part-bottom): Use it.
4689
4690         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4691         with the folder name. The question was unintelligible when it is
4692         called from wl-save-status.
4693
4694 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695
4696         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4697         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4698         cannot take second argument).
4699
4700 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4703         as t. Since type and subtype are not case sensitive (RFC 2045).
4704
4705 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-vars.el (wl-message-mode-line-format): New variable.
4708         (wl-message-mode-line-format-spec-alist): Ditto.
4709         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4710         (wl-message-redisplay): Use wl-message-mode-line-format.
4711
4712 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4713
4714         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4715
4716 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4717
4718         * wl-summary.el (wl-summary-default-from): Write description.
4719
4720 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4721
4722         * wl-vars.el (wl-ldap-objectclass): Abolish.
4723
4724         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4725         (wl-ldap-make-filter): Removed condition for objectclass.
4726         (wl-ldap-make-matched-value-list): Remove meaningless process.
4727         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4728         (wl-address-ldap-search): Don't add `*' to `pat' string;
4729         use ignore-errors; added `email';
4730         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4731         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4732         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4733
4734
4735 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-draft.el (wl-draft-parent-folder): Write description.
4738         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4739
4740 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4741
4742         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4743         as "" (zero-length string) if no parent.
4744         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4745
4746 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-address.el (wl-address-make-completion-list): Skip duplication
4749         checking.
4750         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4751         `append'.
4752
4753 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4754
4755         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4756         instead of `beginning-of-buffer'.
4757
4758 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4761
4762 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4763
4764         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4765         Refer wl-message-buffer-name.
4766         (wl-message-wheel-down): Ditto.
4767
4768 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4769
4770         * wl-vars.el (wl-message-buffer-name): New user option.
4771
4772         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4773         directly instead of making alist dinamically.
4774
4775         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4776         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4777         wl-message-buffer-cache-name.
4778         (wl-message-buffer-cache-clean-up): Ditto.
4779
4780         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4781
4782         * Version number is increased to 2.9.15.
4783
4784 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * wl-vars.el (wl-summary-default-view-alist): New user option.
4787
4788         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4789
4790         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4791         while deleting address.
4792         (wl-draft-delete-myself-from-cc): Ditto.
4793
4794         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4795         If optional argument is specified, reverse sort order.
4796
4797         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4798
4799 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-thread.el (wl-thread-insert-message): Return parent number if
4802         exists.
4803         (wl-thread-update-indent-string-region): Use
4804         wl-thread-update-line-on-buffer-sub instead of
4805         wl-thread-update-line-on-buffer.
4806
4807 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4808
4809         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4810         (wl-folder-close-all): Ditto.
4811
4812 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4813
4814         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4815         and mailing-list:.
4816         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4817         value.
4818         (wl-summary-line-list-info): Print mailing-list name even when 
4819         list-number is empty.
4820
4821 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4824
4825         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4826         (wl-draft-open-file): Ditto.
4827         (wl-draft-random-alphabet): Ditto.
4828
4829         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4830         bindings.
4831
4832 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4835         * wl-vars.el (wl-draft-config-alist): Ditto.
4836
4837 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4838
4839         * Version number is increased to 2.9.14.
4840
4841         * wl.el (wl): Don't set wl-init as nil when error occured while
4842         auto-checking folders.
4843
4844         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4845         `elmo-expand-newtext'.
4846
4847 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4848
4849         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4850         `this-command' so that `wl-folder-goto-folder' contained in
4851         `wl-summary-keep-cursor-command' work.
4852
4853 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4856         message buffer displaying state.
4857
4858 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4859
4860         * wl-vars.el (wl-summary-default-view): New variable to specify
4861         default value for `wl-summary-buffer-view' instead of using
4862         set-default.
4863         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4864
4865 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4868
4869         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4870
4871 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4872
4873         * wl-vars.el (wl-forward-subject-prefix): New variable.
4874         * wl-draft.el (wl-draft-forward): Use it.
4875
4876 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-message.el (wl-message-prev-page): When it is called without
4879         lines argument, scroll down by wl-message-scroll-amount lines.
4880         (wl-message-next-page): Ditto.
4881         * wl-vars.el (wl-message-scroll-amount): Change default value
4882         to preserve current behavior.
4883
4884 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4885
4886         * wl-summary.el (wl-summary-prefetch-msg): Bind
4887         `wl-message-entity' to call `wl-summary-from-function'.
4888
4889 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4890
4891         * wl-message.el (wl-message-buffer-create): Run
4892         wl-message-buffer-created-hook.
4893
4894 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4895
4896         * wl-summary.el (wl-summary-sort-specs): New variable.
4897         (wl-summary-default-sort-spec): Ditto.
4898         (wl-summary-sort): Rewrite.
4899         (wl-summary-sort-by-list-info): New function.
4900
4901 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4902
4903         * wl-summary.el (wl-summary-get-list-info): New function.
4904         (wl-summary-sort): Rewrite.
4905         (wl-summary-line-list-info): Ditto.
4906         (wl-summary-line-list-count): Ditto.
4907         (wl-summary-refile-region): Fixed docstring.
4908
4909 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4912         `wl-folder-entity-hashtb' as completion table.
4913
4914 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4917         only when this command is called interactively; silence the byte-
4918         compiler.
4919
4920 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4921
4922         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4923         active in XEmacs.
4924
4925 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4926
4927         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4928         plural lines.
4929
4930 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4933         of current line when the cursor is on the header name.
4934         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4935
4936 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4937
4938         * wl-util.el (wl-read-directory-name): Return displayed directory
4939         as the default value also on XEmacs.
4940
4941 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4942
4943         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4944         formatting.
4945
4946 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4947
4948         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4949         argument and when it is non-nil, check face property before
4950         highlighting for each line.
4951         (wl-highlight-summary-window): Set it.
4952
4953 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4954
4955         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4956         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4957
4958         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4959         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4960         (wl-draft-get-fcc-list): Likewise.
4961
4962 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4963
4964         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4965         (wl-thread-entity-cur): Ditto.
4966         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4967         wl-thread-indent-regexp setting.
4968         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4969
4970         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4971         wl-summary-lazy-highlight.
4972         (wl-summary-display-bottom): Ditto.
4973
4974         * wl-thread.el (wl-thread-open-close): Likewise.
4975
4976         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4977         from and subject;
4978         Bind wl-draft-use-frame;
4979         Enclose with save-window-excursion;
4980         Use wl-draft-create-buffer instead of with-temp-buffer;
4981         Use wl-draft-prepare-edit;
4982         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4983         Use wl-draft-send instead of wl-draft-raw-send.
4984
4985 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4988         of using wl-from.
4989
4990 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4993         insert-buffer instead of clone-buffer.
4994         (wl-draft-doing-mime-bcc): New variable.
4995         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4996         infinite loop.
4997         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4998
4999         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5000         (wl-draft-mime-bcc-body): Ditto.
5001
5002         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5003         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5004         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5005         wl-draft-do-mime-bcc.
5006         (wl-draft-mime-bcc-field): New function.
5007         (wl-draft-do-mime-bcc): Ditto.
5008
5009         * wl-address.el (wl-address-complete-header-list): New variable.
5010         (wl-address-complete-header-regexp): Changed default value.
5011
5012         * Version number is increased to 2.9.13.
5013
5014 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5015
5016         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5017         it is differed.
5018
5019 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5020
5021         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5022         (wl-summary-line-list-count): Ditto.
5023
5024 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5025
5026         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5027         (wl-nntp-posting-function): New variable.
5028         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5029         `wl-nntp-posting-config-alist'.
5030
5031 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5032
5033         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5034         FLIM.
5035
5036 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5037
5038         * wl-summary.el (wl-summary-target-mark-refile-sub):
5039         Remove a nuisance funcall.
5040
5041 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5044         as t for `try-completion'.
5045
5046 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-summary.el (wl-summary-default-from): Use
5049         wl-address-header-extract-address instead of
5050         std11-extract-address-components.
5051         (wl-summary-simple-from): Ditto.
5052         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5053         (wl-summary-insert-headers): Show message.
5054         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5055         for whole line.
5056         (wl-summary-default-from): Revert last change.
5057         (wl-summary-simple-from): Ditto.
5058         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5059         (wl-summary-mark-as-read-region): Follow the change above.
5060         (wl-summary-sync-marks): Ditto.
5061         (wl-summary-target-mark-mark-as-read): Ditto.
5062         (wl-summary-redisplay-internal): Ditto.
5063         (wl-summary-redisplay-no-mime-internal): Ditto.
5064         (wl-summary-redisplay-all-header): Ditto.
5065         (wl-summary-mark-as-read): Removed argument `cached';
5066         Use current cache status to set cache mark.
5067         (wl-summary-redisplay-internal): Follow the change above.
5068         (wl-summary-redisplay-no-mime-internal): Ditto.
5069         (wl-summary-redisplay-all-header): Ditto.
5070
5071         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5072
5073         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5074         Don't call itself recursively (Adviced by Yamaoka-san).
5075
5076 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5079         bind wl-summary-highlight as nil to avoid error caused by missing
5080         local variables.
5081
5082 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-vars.el (wl-invalid-character-message): New user option.
5085
5086         * wl-util.el (wl-set-string-width): If truncated string-width is
5087         larger than specified width, use `wl-invalid-character-message'.
5088
5089 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5090
5091         * wl-summary.el (wl-summary-prefetch-msg): 
5092         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5093
5094 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5095
5096         * wl-vars.el (wl-summary-check-line-format): New user option.
5097         (wl-summary-line-format-file): Ditto.
5098
5099         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5100         variable.
5101         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5102         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5103         and `wl-summary-view-old-p' to check whether do a rescan or not.
5104         (wl-summary-view-old-p): New function.
5105         (wl-summary-line-format-changed-p): Ditto.
5106         (wl-summary-line-format-save): Ditto.
5107         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5108
5109         * wl-util.el (wl-set-string-width): Avoid using negative number
5110         for make-string.
5111
5112 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5113
5114         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5115         return value.
5116
5117         * wl-util.el (wl-set-string-width): Added optional argument
5118         `padding' (All other related portions are changed).
5119         (wl-line-parse-format): If the first letter of column number is
5120         `0', zero-padding the result (ex: "%05l").
5121
5122         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5123
5124 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5127         sequential summary view.
5128
5129 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5132         if it doesn't have a -unix version.
5133
5134 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5137
5138 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5141         content.
5142         (wl-draft): Follow the change above.
5143
5144         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5145
5146         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5147         and wl-folder-summary-line-format-alist contain %T and %P.
5148
5149         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5150         (wl-summary-mode-line-format): New user option.
5151         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5152         (wl-summary-line-format): Changed default value.
5153         (wl-summary-lazy-highlight): Changed default value.
5154
5155         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5156         change in wl-summary-create-line.
5157         (wl-thread-insert-entity-sub): Ditto.
5158
5159         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5160         (wl-summary-buffer-unread-status): Ditto.
5161         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5162         (wl-summary-buffer-persistent-mark-column): Ditto.
5163         (wl-summary-buffer-mode-line-formatter): Ditto.
5164         (wl-summary-buffer-mode-line): Ditto.
5165         (wl-summary-message-regexp): Abolished.
5166         (All other related portions are changed.)
5167         (wl-summary-detect-mark-position): New function.
5168         (wl-summary-buffer-set-folder): Setup
5169         wl-summary-buffer-mode-line-formatter.
5170         (wl-summary-mode): Setup selective-display;
5171         Setup pre-idle-hook when xemacs.
5172         (wl-summary-update-modeline): Rewrite.
5173         (wl-summary-jump-to-msg): Define as function;
5174         Changed regexp for searching messages.
5175         (wl-summary-message-number): Rewrite.
5176         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5177         Do rescan when old type summary cache.
5178         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5179         (wl-summary-remove-destination): Use '\r' to detect EOL.
5180         (wl-summary-print-destination): Ditto.
5181         (wl-summary-temp-mark): New inline function.
5182         (wl-summary-persistent-mark): Ditto.
5183         (wl-summary-line-number): New function.
5184         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5185         (wl-summary-line-list-count): New function.
5186         (wl-summary-create-line): Added argument persistent-mark.
5187         (All other related portions are changed)
5188         (wl-summary-create-line): Insert '\r'.
5189         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5190         (wl-summary-cursor-move-surface): New inline function.
5191         (wl-summary-prev): Use it.
5192         (wl-summary-next): Ditto.
5193
5194         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5195         wl-summary-message-regexp.
5196         (wl-highlight-summary): Delete progress message.
5197         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5198
5199         * Version number is increased to 2.9.12.
5200
5201 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5202
5203         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5204         variable (nil: no minimum).
5205         (wl-summary-line-subject): Add some spaces after subject by
5206         wl-summary-line-subject-minimum-length.
5207
5208 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5209
5210         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5211         and removed `F'.
5212         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5213         change above).
5214
5215 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5216
5217         * wl-summary.el (wl-summary-line-list-count): Reverted.
5218         (example setting in samples/*/dot.wl is also updated)
5219
5220 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5221
5222         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5223
5224         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5225
5226         * wl-vars.el (wl-summary-line-format): Addes some description to the
5227         docstring.
5228
5229         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5230         (wl-summary-line-close-bracket): Ditto.
5231         (wl-summary-line-children-number): Ditto.
5232         (wl-summary-line-thread-indent): Ditto.
5233         (wl-summary-line-children-and-from): Ditto.
5234
5235         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5236         't', 'c', 'F' and added 'C'.
5237
5238         * wl-util.el (wl-set-string-width): Accept negative value.
5239         (wl-line-parse-format): Added "%number(" and "%)".
5240
5241 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl-summary.el (wl-summary-line-list-count): Change format of the
5244         return value.
5245
5246 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5247
5248         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5249         from the recent message.el.
5250         (wl-draft-point-in-header-p): Ditto.
5251         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5252         wl-draft-beginning-of-line.
5253         * wl-e21.el (wl-draft-mode-map): Ditto.
5254         * wl-xmas.el (wl-draft-mode-map): Ditto.
5255
5256         * wl-folder.el: Sort macrodefs by dependencies.
5257
5258 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5259
5260         * wl-summary.el (wl-summary-prev): Fixed regexp.
5261         (wl-summary-next): Ditto.
5262
5263 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5264
5265         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5266
5267 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5268
5269         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5270         for backward compatibility.
5271
5272 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5273
5274         * wl-summary.el (wl-summary-line-list-count): New function, merged
5275         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5276         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5277         list counts.
5278
5279 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5280
5281         * wl-summary.el (wl-summary-create-line): Ignore errors while
5282         timezone-fix-time.
5283
5284         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5285
5286         * wl-summary.el (wl-summary-sync-update): Ditto.
5287         (wl-summary-default-from): Use wl-message-entity
5288         instead of entity.
5289
5290         * wl-summary.el (wl-summary-create-line): Fix.
5291
5292         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5293         (wl-summary-line-format): New user option.
5294         (wl-folder-summary-line-format-alist): Ditto.
5295         (wl-summary-from-width): Abolished.
5296
5297         * wl-util.el (toplevel): Require 'bytecomp.
5298         (wl-line-parse-format): New function.
5299         (wl-line-formatter-setup): New macro.
5300
5301         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5302         (wl-summary-buffer-line-formatter): New buffer local variable.
5303         (wl-summary-switch-to-clone-buffer): Follow the change above.
5304         (wl-summary-message-regexp): Fix.
5305         (wl-summary-from-func-internal): Abolished.
5306         (wl-summary-subject-func-internal): Ditto.
5307         (wl-summary-subject-filter-func-internal): Ditto.
5308         (All other related portions are changed.)
5309         (wl-summary-buffer-set-folder):
5310         Set up wl-summary-buffer-number-column and 
5311         wl-summary-buffer-line-formatter
5312         (All other related portions are changed.)
5313         (wl-summary-buffer-number-column-detect): Abolished.
5314         (All other related portions are changed.)
5315         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5316         (wl-summary-delete-all-temp-marks-on-buffer): Use
5317         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5318         (wl-summary-target-mark-delete): Ditto.
5319         (wl-summary-target-mark-refile-subr): Ditto.
5320         (wl-summary-target-mark-mark-as-read): Ditto.
5321         (wl-summary-target-mark-mark-as-unread): Ditto.
5322         (wl-summary-target-mark-mark-as-important): Ditto.
5323         (wl-summary-target-mark-save): Ditto.
5324         (wl-summary-replace-status-marks): Renamed from
5325         wl-summary-set-status-marks-on-buffer;
5326         Use wl-summary-message-regexp instead of
5327         wl-summary-buffer-number-regexp.
5328         (wl-summary-sync-update): Follow the change above.
5329         (wl-summary-goto-previous-message-beginning): New function.
5330         (wl-summary-mark-as-unread): Use it.
5331         (wl-summary-mark-as-important): Ditto.
5332         (wl-summary-line-formatter): New variable.
5333         (wl-summary-line-year): New function.
5334         (wl-summary-line-day): Ditto.
5335         (wl-summary-line-day-of-week): Ditto.
5336         (wl-summary-line-hour): Ditto.
5337         (wl-summary-line-minute): Ditto.
5338         (wl-summary-line-open-bracket): Ditto.
5339         (wl-summary-line-close-bracket): Ditto.
5340         (wl-summary-line-children-number): Ditto.
5341         (wl-summary-line-thread-indent): Ditto.
5342         (wl-summary-line-size): Ditto.
5343         (wl-summary-line-subject): Ditto.
5344         (wl-summary-line-from): Ditto.
5345         (wl-summary-line-children-and-from): Ditto.
5346         (wl-summary-create-line): Rewritten.
5347         (wl-summary-format-date): Abolished.
5348
5349         * wl-highlight.el (wl-highlight-summary-current-line): Use
5350         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5351         Use thread structure to detect thread top message.
5352
5353         * wl-draft.el (wl-default-draft-cite): Don't use
5354         wl-summary-from-func-internal.
5355
5356         * wl-refile.el (wl-refile-subject-learn): Don't use
5357         wl-summary-subject-filter-func-internal.
5358         (wl-refile-guess-by-subject): Ditto.
5359
5360         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5361         parameters.
5362
5363         * wl-thread.el (wl-thread-update-indent-string-region):
5364         Use wl-thread-update-line-on-buffer instead of
5365         wl-thread-update-indent-string.
5366         (wl-thread-update-children-number): Redefine using
5367         wl-thread-update-line-on-buffer.
5368         (wl-thread-update-indent-string): Abolished.
5369
5370         * Version number is increased to 2.9.11.
5371
5372 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5375         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5376         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5377
5378         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5379         as nil.
5380
5381         * wl-thread.el (wl-thread-open-all-unread): Use 
5382         elmo-folder-list-messages-mark-match.
5383         (wl-thread-insert-message): Removed argument `mark-alist'.
5384         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5385         elmo-msgdb-set-mark.
5386         (wl-thread-get-children-msgs-uncached): Likewise.
5387         (wl-thread-get-exist-children): Added argument include-self.
5388         (wl-thread-delete-message): Follow the change above.
5389
5390         * wl-summary.el (wl-summary-count-unread): Removed argument.
5391         (wl-summary-rescan): Follow the change above.
5392         (wl-summary-mark-as-read-region): Ditto
5393         (wl-summary-mark-as-unread-region): Ditto.
5394         (wl-summary-delete-messages-on-buffer): Ditto.
5395         (wl-summary-sync-update): Ditto.
5396         (wl-summary-switch-to-clone-buffer): Ditto.
5397         (wl-summary-goto-folder-subr): Ditto.
5398         (wl-summary-target-mark-mark-as-read): Ditto.
5399         (wl-summary-target-mark-mark-as-unread): Ditto.
5400         (wl-summary-target-mark-mark-as-important): Ditto.
5401         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5402         (wl-summary-update-thread): Removed argument `mark-alist'.
5403         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5404         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5405         (wl-summary-resume-cache-status): Likewise.
5406         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5407         elmo-msgdb-set-mark.
5408         (wl-summary-mark-as-read-all): Likewise.
5409         (wl-summary-delete-cache): Ditto.
5410         (wl-summary-auto-select-msg-p): Ditto.
5411         (wl-summary-mark-as-unread): Ditto.
5412         (wl-summary-no-auto-refile-message-p): Ditto.
5413         (wl-summary-mark-as-read): Ditto.
5414         (wl-summary-mark-as-important): Ditto.
5415         (wl-summary-auto-refile): Follow the change above.
5416         (wl-summary-delete-all-marks): Removed.
5417         (wl-summary-resume-marks-and-highlight): Ditto.
5418         (wl-summary-resume-marks): Ditto.
5419         (wl-summary-delete-important-msgs-from-list): Ditto.
5420         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5421
5422         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5423         wl-summary-count-unread.
5424
5425         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5426         (wl-summary-score-update-all-lines): Use
5427         elmo-msgdb-set-mark.
5428
5429 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5432         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5433         (wl-summary-create-line): Renamed from
5434         wl-summary-overview-create-summary-line;
5435         Argument rearrangement.
5436         (wl-summary-update-thread): Follow the change above.
5437
5438         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5439         (wl-thread-insert-entity-sub): Likewise.
5440
5441         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5442         argument `overview', `mark-alist' and added `msgdb'.
5443
5444         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5445
5446         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5447         (wl-summary-rescan): Follow the change above.
5448         (wl-summary-sync-update): Ditto.
5449         (wl-summary-insert-thread-entity): Ditto;
5450         Don't use `let*' in every while loop;
5451         Detect infinite loop of threads.
5452         (wl-summary-update-thread): Removed argument `overview'.
5453
5454         * wl-thread.el (wl-thread-insert-message): Ditto.
5455
5456         * Version number is increased to 2.9.10.
5457
5458         * wl-message.el (wl-message-redisplay): Ignore errors while
5459         wl-message-redisplay-hook.
5460
5461 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5462
5463         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5464
5465 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5466
5467         * wl.el (wl): inhibit-quit while wl-folder.
5468
5469 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5472         while msgdb access.
5473
5474 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5475
5476         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5477         even if no folder is not created.
5478
5479 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5480
5481         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5482
5483         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5484         implementation.
5485         (wl-summary-target-mark-thread): Ditto.
5486
5487         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5488
5489 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5490
5491         * wl-util.el (wl-display-bytes): Remove unused function.
5492
5493 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5494
5495         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5496         seems critical one (partially reverse the change in 2002/03/17).
5497
5498 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5499
5500         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5501         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5502
5503 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5504
5505         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5506         is not writable.
5507         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5508         plugged status instead of `'force' as 2nd argument.
5509
5510         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5511         is not creatable.
5512
5513         * Version number is increased to 2.9.9.
5514
5515 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5516
5517         * wl-summary.el (wl-summary-suspend): New function.
5518
5519 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5520
5521         * wl.el (wl): Do not check variables if check is nil.
5522         * wl-utils.el (wl-collect-draft): New function.
5523         * wl-folder.el (wl-folder-suspend): Put summary buffers
5524         and draft buffers at the end of buffer list.
5525         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5526
5527 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5528
5529         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5530         loop instead of recursive call.
5531
5532         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5533         2nd argument.
5534
5535 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5536
5537         * wl-draft.el (wl-draft-create-contents): Don't take neither
5538         (function . args) nor (string . something) any more.
5539
5540         * wl-version.el (wl-generate-user-agent-string): Return string
5541         without header symbol.
5542         * wl-draft.el (wl-draft-default-headers): Use it.
5543
5544         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5545         `wl-draft-insert-ccs' and return field value instead of inserting
5546         the header. Abolish cc argument.
5547         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5548
5549         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5550         rather than one with string car.
5551
5552         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5553         * wl-draft.el (wl-draft-create-contents): Add it after the default
5554         headers.
5555
5556         * wl-draft.el (wl-draft-create-contents): For the case of
5557         (symbol-or-string . function) insert header only when the function
5558         returns string value.
5559
5560 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5561
5562         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5563         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5564
5565 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl.el (wl-check-environment): Don't check Message-ID when
5568         `wl-insert-message-id' is nil.
5569         Revive checking if `wl-message-id-domain' contains "@".
5570
5571 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5572
5573         * wl.el (wl-check-environment): Merge examination for "@" at
5574         inappropriate position into the first string-match.
5575
5576         * wl-summary.el (wl-summary-target-mark-print): New function.
5577         (wl-summary-pipe-message-subr): Extracted from
5578         `wl-summary-pipe-message'.
5579         (wl-summary-target-mark-pipe): New function.
5580         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5581         `wl-summary-target-mark-pipe'.
5582
5583 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5584
5585         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5586
5587 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5588
5589         * wl.el (wl-check-environment): Use elmo-warning instead of
5590         error for non-critical ones.
5591         Remove trash folder check.
5592         (wl): Don't ignore error in wl-check-environment.
5593
5594         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5595         check, which is moved from `wl-check-environment'.
5596         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5597
5598 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5599
5600         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5601         guess anything, call wl-summary-write.
5602         (wl-summary-write): Create draft with blank To field.
5603         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5604
5605 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5606
5607         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5608         argument full as well for wl-folder-write-current-folder.
5609         If wl-*-write-current-folder cannot guess addressee, add blank
5610         To header.
5611         Rewrite condition for positioning cursor.
5612
5613 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5614
5615         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5616         summary buffer is present, use it.
5617         (wl-folder-jump-to-previous-summary): Ditto.
5618
5619 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5620
5621         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5622
5623         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5624         wl-summary-previous-buffer and wl-summary-next-buffer.
5625
5626         * wl-folder.el (wl-folder-mode-map): Bind
5627         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5628         (wl-folder-jump-to-next-summary): New function.
5629         (wl-folder-jump-to-previous-summary): Ditto.
5630
5631         * wl-draft.el (wl-draft): Rearranged.
5632
5633 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5634
5635         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5636         of header.
5637         (wl-draft): Collect arguments for the header as header-alist.
5638         (wl-draft-forward): Arrange arguments for wl-draft.
5639         (wl-draft-reply): Ditto.
5640         (wl-draft-edit-string): Ditto.
5641         * wl-summary.el (wl-summary-write): Ditto.
5642         (wl-summary-write-current-folder): Ditto.
5643
5644         * Version number is increased to 2.9.8.
5645
5646 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5647
5648         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5649
5650         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5651
5652         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5653         even if the guess failed.
5654
5655         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5656         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5657         wl-summary-write-current-folder.
5658         * wl-xmas.el: Ditto.
5659
5660 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5661
5662         * wl-summary.el (wl-summary-next-page): Force display message if
5663         message is not displayed yet.
5664         (wl-summary-prev-page): Ditto.
5665
5666 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5667
5668         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5669
5670 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5671
5672         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5673         add "Preview Message" and "Save Draft and Exit".
5674
5675 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5676
5677         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5678         if addrmgr is called from draft in splitted window.
5679
5680         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5681         * wl-mule.el: Ditto.
5682         * wl-xmas.el: Ditto.
5683
5684 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5685
5686         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5687
5688         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5689         * wl-xmas.el (wl-folder-toolbar): Ditto.
5690
5691 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5694         and wl-draft-save-and-exit.
5695         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5696         * wl-xmas.el: Ditto.
5697         * wl-mule.el: Ditto.
5698
5699         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5700         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5701
5702 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5705         lists for saving buffer.
5706
5707 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5708
5709         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5710         parent-folder argument instead of it.
5711         (wl-draft-create-buffer): Ditto.
5712         (wl-draft-forward): Ditto.
5713         (wl-draft-reply): Ditto.
5714         * wl-summary.el (wl-summary-write): Ditto.
5715         (wl-summary-write-current-folder): Ditto.
5716
5717         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5718         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5719         Folder buffer after composing.
5720
5721 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5724         header if the file `wl-x-face-file' already contains it.
5725
5726 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5727
5728         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5729         folder" entry.
5730         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5731         * wl-e21.el (wl-folder-toolbar): Ditto.
5732         * wl-xmas.el (wl-folder-toolbar): Ditto.
5733
5734 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5735
5736         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5737         wl-folder-goto-folder with sticky argument.
5738         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5739
5740 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5743         and wl-summary-previous-buffer.
5744         (wl-summary-next-buffer): New function.
5745         (wl-summary-previous-buffer): Ditto.
5746
5747 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5748
5749         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5750         wl-folder-jump-to-current-entity-with-arg.
5751         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5752         `wl-folder-jump-to-current-entity'.
5753         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5754         `wl-summary-goto-folder-sticky'.
5755         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5756         `wl-summary-goto-folder'.
5757         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5758         Unless force-exit, do not clean temp. marks for sticky summary.
5759         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5760
5761 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5764         not entire.
5765
5766 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5767
5768         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5769         to `C-x C-s'.
5770         (wl-summary-save-status): New command.
5771         (wl-summary-exit): Don't clean-up temp marks when sticky.
5772         (Applied patch from Nakayama-san [wl: 09548])
5773         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5774         Do nothing when no mark data.
5775         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5776         Call `wl-summary-delete-all-temp-marks' before saving.
5777
5778 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5779
5780         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5781
5782 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5783
5784         * wl.el (wl-check-environment): Also cause error when (system-name)
5785         returns "localhost.localdomain". (Although it doesn't affect because
5786         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5787
5788 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5789
5790         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5791         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5792
5793         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5794         value.
5795
5796 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5797
5798         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5799         Likewise r-cc-list and r-ng-list.
5800
5801 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5802
5803         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5804         only if it is bound as variable.
5805
5806         * wl-mime.el (wl-draft-preview-message): Ditto.
5807
5808 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5809
5810         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5811         needless `goto-char'.
5812
5813         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5814         `wl-summary-redisplay-no-mime-internal' instead of
5815         `wl-summary-redisplay-no-mime'.
5816         (wl-summary-redisplay-no-mime): Changed argument;
5817         Call `wl-summary-redisplay-no-mime-internal'.
5818
5819         * wl-mime.el (wl-draft-preview-message): Bind
5820         `mime-header-encode-method-alist' locally.
5821
5822         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5823         (wl-draft-std11-parse-addresses): Added the first address check.
5824         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5825
5826         * Version number is increased to 2.9.7.
5827
5828 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5829
5830         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5831
5832 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5833
5834         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5835         related to scrollbar support, if there is no such a feature
5836         compiled in.
5837
5838 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5839
5840         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5841         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5842         for prefetch.
5843
5844 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5845
5846         * wl-summary.el (wl-summary-pick): Fix for no match.
5847
5848 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5849
5850         * wl-draft.el (wl-draft-save):
5851         Override `mime-header-encode-method-alist'.
5852
5853 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5854
5855         * wl-folder.el (wl-folder-pick): New function.
5856         Define key as "?".
5857
5858 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5859
5860         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5861         Fix for unplugged.
5862
5863 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5864
5865         * wl-folder.el (wl-folder-virtual): New function.
5866         Define key as "V".
5867
5868 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5869
5870         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5871         multi folder if entity is group.
5872
5873 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5874
5875         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5876         is nil.
5877
5878 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5879
5880         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5881         (wl-summary-target-mark-msgs): Return the number of marked messages.
5882
5883 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5884
5885         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5886         "first:" is specified.
5887
5888 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5889
5890         * wl-vars.el (wl-from): Use return value of function
5891         user-full-name instead of the variable user-full-name since
5892         XEmacs-20.4 doesn't set this variable.
5893
5894 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5895
5896         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5897         call `wl' directly.
5898
5899 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5900
5901         * wl-draft.el (wl-draft-reedit): Removed duplicated
5902         switch-to-buffers.
5903
5904 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * wl.el (wl-other-frame): Removed garbages.
5907
5908 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5909
5910         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5911
5912         * wl-xmas.el (wl-draft-key-setup): Ditto.
5913
5914         * wl-mule.el (wl-draft-key-setup): Ditto.
5915
5916         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5917         (wl-draft-reedit): Ditto.
5918         (wl-draft-prepare-edit): Add `wl-draft-save' to
5919         `local-write-file-hooks'.
5920         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5921         (wl-draft-reedit): Set buffer-file-name.
5922         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5923
5924
5925         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5926         call it.
5927         (wl-delete-startup-frame-function): New variable.
5928         (wl-other-frame): New function
5929         (Original was written by Yamaoka san [wl: 09239]).
5930
5931         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5932         if `wl-folder-use-frame'.
5933
5934 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5935
5936         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5937
5938 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5939
5940         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5941         New variable.
5942         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5943         (wl-message-buffer-prefetch-get-next): Use them.
5944         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5945
5946 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5947
5948         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5949         with unwind-protect.
5950
5951         * wl-draft.el (wl-draft-reedit): Rewrite.
5952         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5953         (wl-draft-save): Insert header separator if it does not exist;
5954         Removed condition-case.
5955
5956         * wl-summary.el (wl-summary-reedit): Revert last change.
5957
5958         * wl-draft.el (wl-draft-save): Rewrite.
5959         (wl-draft-create-buffer): Set buffer-file-name as nil.
5960
5961         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5962
5963         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5964
5965         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5966         nil.
5967
5968 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5969
5970         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5971         If count is nil, do not prefetch.
5972         (wl-message-buffer-prefetch-next): Next.
5973
5974 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5975
5976         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5977
5978 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5979
5980         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5981         `delete-backward-char'
5982         (wl-draft-prepare-edit): Check major-mode.
5983         (wl-draft-decode-header): Rewrite.
5984         (wl-draft): Fix.
5985
5986 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5987
5988         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5989
5990 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5991
5992         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5993         (wl-message-buffer-prefetch-get-next): Remove size checking.
5994         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5995
5996 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5997
5998         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5999         (wl-draft-default-headers): Fix.
6000
6001 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6002
6003         * wl-draft.el (wl-draft-default-headers): Insert return value of
6004         `wl-generate-mailer-string-function'.
6005
6006 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6009         (wl-draft-insert-mail-header-separator): Ditto.
6010
6011         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6012         again (Reverted the change on 2002-01-17 by OKADA san).
6013
6014 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6015
6016         * wl-draft.el (wl-draft): Rewrite.
6017         (wl-draft-create-buffer): New function.
6018         (wl-draft-create-contents): Ditto.
6019         (wl-draft-prepare-edit): Ditto.
6020         (wl-draft-decode-header): Ditto.
6021         (wl-draft-decode-body): Ditto.
6022         (wl-draft-check-new-line): Ditto.
6023         (wl-draft-default-headers): Ditto.
6024         (wl-draft-insert-mail-header-separator): Ditto.
6025
6026 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6027
6028         * Version number is increased to 2.9.6.
6029
6030 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6031
6032         * wl-draft.el (wl-draft-delete-field): Optional argument.
6033         (wl-draft-delete-fields): Ditto.
6034
6035 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl-message.el (toplevel): Eliminated byte-compile warning.
6038         for `itimer-function', `delete-timer' and `itimer-list'.
6039
6040 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6041
6042         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6043         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6044         `wl-message-buffer-prefetch-threshold'.
6045         * wl-summary.el (wl-summary-redisplay-internal): Remove
6046         the check of `wl-message-buffer-prefetch-depth'.
6047
6048 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6049
6050         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6051         size of article.
6052         (wl-message-buffer-prefetch-subr): Remove size check.
6053
6054 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6055
6056         * wl-vars.el (wl-plugged): Make customizable.
6057
6058 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6059
6060         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6061         (wl-message-buffer-prefetch-set-timer): New function.
6062         (wl-message-buffer-prefetch-get-next): New function.
6063         (wl-message-buffer-prefetch): New function.
6064         (wl-message-buffer-prefetch-next): Rewrite.
6065         (wl-message-buffer-prefetch-subr): Rewrite.
6066         * wl-vars.el (wl-auto-prefetch-first): New variable.
6067         * wl-summary.el (wl-summary-goto-folder-subr): Call
6068         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6069
6070 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6071
6072         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6073         `wl-summary-unread-message-hook'.
6074
6075 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6076
6077         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6078         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6079         if range is `cache-status'.
6080
6081 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6082
6083         * wl-message.el (wl-message-buffer-prefetch-subr):
6084         Improve debug message.
6085
6086 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6087
6088         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6089         `wl-mail-send-pre-hook'.
6090         (wl-draft-send-mail-with-qmail): Ditto.
6091         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6092
6093 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6094
6095         * wl-message.el (wl-message-buffer-prefetch-subr):
6096         Fix for cancel-function-timers bug.
6097         (wl-message-buffer-prefetch-debug): Default value is t.
6098
6099 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6100
6101         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6102         (wl-message-buffer-prefetch-subr): Rewrite.
6103         Rename from `wl-message-buffer-prefetch'.
6104
6105 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6106
6107         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6108         (wl-default-draft-cite-decorate-author): Ditto.
6109
6110         * wl-draft.el (wl-draft-cite-function): Removed.
6111         (wl-default-draft-cite-decorate-author): Ditto.
6112
6113 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6114
6115         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6116         (wl-default-draft-cite): Do not arrange author name if the value of
6117         `wl-default-draft-cite-decorate-author' is nil.
6118
6119 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6120
6121         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6122
6123         * wl-folder.el (wl-folder-check-one-entity): Don't care
6124         `elmo-folder-use-flag-p'.
6125
6126 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6127
6128         * wl-folder (wl-folder-check-one-entity): Fix
6129         problem if unread is nil.
6130
6131 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6132
6133         * wl-address.el (wl-address-make-completion-list): Check whether
6134         the address is a group list.
6135         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6136
6137 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6138
6139         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6140         The number of the messages of new and unread does not count
6141         correctly.
6142
6143         * wl-summary.el (wl-summary-count-unread): Changed to return
6144         `(new . unread)' instead of total.
6145         (wl-summary-sync-update): Follow the change above.
6146
6147         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6148
6149 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-address.el (wl-address-make-completion-list): Do not enclose
6152         address by " <" and ">" if associated realname is "".
6153         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6154         This is against the promblem with group list in .addresses pointed
6155         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6156
6157 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6158
6159         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6160         message is a format control string.
6161         * wl-expire.el (wl-expire-append-log): Ditto.
6162         * wl-mime.el (wl-summary-burst-subr): Ditto.
6163         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6164         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6165
6166 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6167
6168         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6169         wl.el (wl-check-variables): Rename from `wl-check-type'.
6170         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6171         (wl-check-variables-2): New function.
6172         (wl): Call `wl-check-variables-2'.
6173
6174 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6175
6176         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6177         after renaming folder in access group.
6178
6179 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6180
6181         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6182         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6183         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6184         (wl-message-buffer-prefetch): Rewrite.
6185         (wl-message-buffer-prefetch-idle-time): Removed.
6186         * wl-summary.el (wl-summary-redisplay-internal):
6187         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6188         Error check for `wl-message-buffer-prefetch-depht'.
6189
6190 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6191
6192         * Version number is increased to 2.9.5.
6193         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6194
6195 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6196
6197         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6198         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6199         Based on the patch written by
6200         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6201
6202 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-draft.el (wl-draft-raw-send): Fix for
6205         `wl-news-send-pre-hook'
6206
6207 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl-utils.el (wl-message-id-function): New variable.
6210         * wl-draft.el (wl-draft-insert-required-fields):
6211         Use `wl-message-id-function'.
6212
6213 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6214
6215         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6216         * wl-utils.el (wl-draft-make-message-id-string):
6217         Use `wl-from' for domain part of Message-ID
6218         if `wl-message-id-use-wl-from' if non-nil.
6219         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6220
6221 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6222
6223         * wl.el (wl): Call `wl-check-type'
6224         Do not 'condition-case'.
6225
6226 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6227
6228         * wl.el (wl-check-type): New function.
6229         (wl-check-type-variables): New variable.
6230
6231 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6232
6233         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6234
6235 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6236
6237         * wl-draft.el (wl-smtp-password-key): New function.
6238         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6239         (wl-draft-send-mail-with-smtp): Ditto.
6240         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6241
6242 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6243
6244         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6245         * wl-utils.el (wl-unique-id-suffix): Remove.
6246
6247 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6248
6249         * Version number is increased to 2.9.4.
6250
6251 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6252
6253         * wl-utils.el (wl-unique-id-suffix): New variable.
6254         (wl-unique-id): Use `wl-unique-id-suffix'
6255
6256 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6257
6258         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6259         instead of `elmo-msgdb-search'.
6260
6261         * Version number is increased to 2.9.3.
6262
6263 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6264
6265         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6266
6267 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6268
6269         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6270         (wl-draft-dispatch-message): Changed for send-later.
6271         (wl-draft-queue-flush): Ditto.
6272         (wl-draft): Clear `wl-sent-message-queued'.
6273         (wl-draft-reedit): Ditto.
6274         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6275         * wl-vars.el (wl-draft-force-queuing): New variable.
6276         (wl-draft-force-queuing-mail): New variable.
6277         (wl-draft-force-queuing-news): New variable.
6278
6279 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6282         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6283
6284 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6285
6286         * Version number is increased to 2.9.2.
6287
6288 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * wl-draft.el (wl-draft-elide-region): New user command.
6291         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6292
6293         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6294         command `wl-draft-elide-region'.
6295         * wl-mule.el: Ditto.
6296         * wl-xmas.el: Ditto.
6297
6298 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6301         (wl-biff-check-folder-async): Removed needless let.
6302
6303 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6306         wl-folder-get-elmo-folder.
6307         (wl-biff-check-folder): Set `biff' argument of
6308         `wl-folder-check-one-entity'.
6309         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6310
6311         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6312         (wl-folder-check-one-entity): Added `biff' argument;
6313         Setup `biff' slot of folder.
6314
6315         * Version number is increased to 2.9.1.
6316
6317 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6320         comment out and fixed.
6321         (wl-fldmgr-add-completion-subr): Ditto.
6322
6323         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6324         and msgdb.
6325
6326         * wl.el (wl-toggle-plugged): Save summary view.
6327
6328 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6329
6330         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6331
6332 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6333
6334         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6335
6336 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6339         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6340         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6341
6342         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6343         if it was failed.
6344         (wl-demo): Disable undo in the demo buffer.
6345
6346 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-version.el (wl-version): Changed codename.
6349
6350         * Version number is increased to 2.9.0.
6351
6352 2001-12-14  Takuo KITAME <kitame@northeye.org>
6353
6354         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6355         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6356         (wl-folder-mark-as-read-all-current-entity): Ditto.
6357
6358 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl-vars.el (wl-from-width): Define as obsolete variable.
6361         (wl-subject-length-limit): Ditto.
6362
6363         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6364
6365         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6366         wl-summary-save-view.
6367
6368         * wl.el (wl-save-status): Ditto.
6369         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6370
6371         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6372         (wl-summary-exit): Follow the change above.
6373         (wl-summary-goto-folder-subr): Ditto.
6374
6375         * wl-folder.el (wl-folder-create-subr): Don't use
6376         `elmo-folder-creatable-p'.
6377
6378 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6381
6382 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6385         rather than bitmap on Emacs 21.
6386         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6387         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6388         for xbm if the new redisplay engine is not available.
6389
6390 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl-folder.el (wl-folder-init-hook): New hook.
6393         (wl-folder-init): Run `wl-folder-init-hook'.
6394
6395 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6398
6399 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-acap.el (wl-acap-cache-filename): New variable.
6402         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6403         (wl-acap-init): Use cache if no ACAP server found.
6404
6405 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6406
6407         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6408         `wl-acap-original-msgdb-dir'.
6409
6410         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6411         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6412
6413         * wl-mime.el (wl-mime-save-directory): Renamed from
6414         `wl-mime-save-dir'.
6415
6416 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6419
6420         * wl-demo.el: Require `path-util'.
6421         (wl-demo-bitmap-mule-available-p): New internal variable.
6422         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6423         `module-installed-p' instead.
6424         (wl-demo-insert-image): Use *.img file for a bitmap image.
6425         (wl-demo): Don't call the ascii demo recursively.
6426
6427 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6428
6429         * Version number is increased to 2.7.7.
6430
6431 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl.el (wl-exit): Eliminated byte-compile warning.
6434
6435 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6436
6437         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6438         obsolete variable using `elmo-define-obsolete-variable'.
6439         (wl-fetch-confirm-threshold): Ditto.
6440         (wl-cache-prefetch-folder-type-list): Ditto.
6441         (wl-cache-prefetch-folder-list): Ditto.
6442
6443 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6446         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6447         (wl-demo-insert-image): New function.
6448         (wl-demo-insert-text): New function.
6449         (wl-demo-image-type-alist): Redefine as a function.
6450         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6451         (wl-demo-with-temp-file-buffer): Removed.
6452         (wl-logo-xpm): Removed.
6453         (wl-logo-xbm): Removed.
6454         (wl-logo-bitmap): Removed.
6455
6456 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6457
6458         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6459         (wl-expire-localdir-get-folder-function): New user option.
6460         (wl-expire-localdir-get-folder): New function.
6461         (wl-expire-localdir-date): Ditto.
6462
6463 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6464
6465         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6466         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6467         Fixed unread number mismatch when all-unread < unread.
6468
6469 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6472         (wl-fetch-confirm-threshold): Ditto.
6473
6474         * wl-summary.el (wl-summary-confirm-appends): Removed.
6475         (wl-summary-sync-update): Don't refer
6476         `wl-summary-update-confirm-threshold' (It is now abolished).
6477
6478         * wl-message.el (wl-message-display-internal): Don't refer
6479         `wl-fetch-confirm-threshold' (It is now abolished).
6480
6481 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6484
6485 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6486
6487         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6488         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6489         Change default value to nil.
6490         (wl-summary-indent-length-limit): The value can be nil, nil means
6491         unlimited.
6492
6493         * wl-summary.el: Don't set limit for indent length if the value of
6494         wl-summary-indent-length-limit is nil.
6495         If the value of wl-summary-width is nil, it means only that the width
6496         of summary is unlimited (nil doesn't mean that the indent length is
6497         unlimited).
6498
6499         * wl-thread.el: Ditto.
6500
6501 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6502
6503         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6504         be nil, nil means never confirm.
6505         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6506
6507 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6508
6509         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6510         means unlimited).
6511
6512 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6515         Use `with-temp-buffer'.
6516
6517 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6520         with new backquote style).
6521         (wl-folder-get-entity-from-buffer): Ditto.
6522
6523 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6524
6525         * wl-version.el (nemacs-version): Eliminated.
6526         (wl-extended-emacs-version2): Ignore nemacs.
6527         (wl-extended-emacs-version3): Ditto.
6528
6529 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6530
6531         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6532         (wl-draft-add-in-reply-to): New variable.
6533         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6534         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6535         (wl-draft-yank-from-mail-reply-buffer): Use
6536         `wl-draft-add-in-reply-to'.
6537         (wl-draft-insert-current-message): Ditto.
6538
6539 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6540
6541         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6542         typo (kill->hide).
6543         (wl-message-buffer-prefetch-folder-type-list): Added elements
6544         `mark' and `cache' instead of `internal'.
6545
6546 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6549         resume msgdb directory.
6550
6551 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl.el (wl-exit): Call `wl-acap-exit'.
6554
6555         * wl-summary.el (wl-summary-message-string): New function.
6556         (wl-summary-reedit): Use it.
6557         (wl-summary-resend-bounced-mail): Remove needless let.
6558         (wl-summary-supersedes-message): Ditto.
6559         (wl-summary-save): Ditto.
6560
6561         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6562         (wl-acap-init): Set it.
6563         (wl-acap-exit): New function.
6564
6565 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6566
6567         * wl.el (wl-init): Revert (require 'mime-setup). move from
6568         toplevel.
6569
6570 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6571
6572         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6573         local variables.  Add error when guess function return invalid
6574         value.
6575
6576 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6577
6578         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6579         Change local variable name.
6580         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6581         (wl-folder-get-newsgroups): Return nil when non-news folder.
6582         * wl-summary.el (wl-summary-write-current-folder): State through
6583         when guess-list return nil.
6584         (wl-summary-write-current-folder-functions): Fixed docstring.
6585
6586         * wl.el (wl-exit): Changed confirm message.
6587
6588         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6589         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6590
6591         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6592
6593 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6594
6595         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6596         user option (Renamed from wl-cache-prefetch-folder-type-list).
6597         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6598         from wl-cache-prefetch-folder-list).
6599
6600         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6601         Move to wl-vars.el.
6602         (wl-message-buffer-prefetch-p): Changed to enable
6603         `wl-message-buffer-prefetch-folder-list'.
6604
6605         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6606         `ignore-cache'.
6607
6608 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6609
6610         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6611         `part-top' and `part-bottom'.
6612         (wl-draft-config-sub-part-top): New function.
6613         (wl-draft-config-sub-part-bottom): New function.
6614
6615 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6616
6617         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6618
6619 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6620
6621         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6622
6623 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6624
6625         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6626
6627         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6628         (wl-summary-write-current-folder): Ditto.
6629
6630 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6631
6632         * wl-folder.el (wl-folder-get-newsgroups): Use
6633         `elmo-folder-newsgroups'.
6634
6635 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6638         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6639         `wl-draft-config-sub-header-bottom'.
6640
6641 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6642
6643         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6644         localnews folder.
6645
6646 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6647
6648         * wl-summary.el (wl-summary-mode): Undo last change.
6649
6650         * wl-folder.el (wl-folder-mode): Ditto.
6651
6652 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6653
6654         * wl-summary.el (wl-summary-mode): Locally set
6655         truncate-partial-window-width to nil.
6656         (for XEmacs)
6657
6658         * wl-folder.el (wl-folder-mode): Ditto.
6659
6660 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6663
6664 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6665
6666         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6667         number.
6668
6669         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6670
6671         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6672
6673         * Version number is increased to 2.7.6.
6674
6675 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6676
6677         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6678
6679 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6680
6681         * wl-summary.el (wl-summary-sync-update): Enclose network
6682         related portion with `unwind-protect'.
6683
6684 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6685
6686         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6687
6688 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6691         element.
6692         * wl-vars.el (wl-message-body-button-alist): Ditto.
6693
6694         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6695         max match length.
6696         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6697
6698         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6699         for the max match length;
6700         Use 4th element value for the button string regexp group.
6701
6702         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6703         candidate exists, prompt to select.
6704
6705 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6706
6707         * wl-summary.el (wl-summary-jump-to-msg): Search before
6708         calibration point by `beginning-of-line'.
6709
6710 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6711
6712         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6713         for access group.
6714
6715 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl-message.el (wl-message-display-internal): Bind
6718         `default-mime-charset'.
6719
6720         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6721
6722         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6723
6724         * Version number is increased to 2.7.5.
6725
6726 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6727
6728         * wl-expire.el (wl-summary-archive): Fixed;
6729         Use `elmo-folder-name-internal'.
6730
6731 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6732
6733         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6734         from `elmo-folder-move-messages' caller.
6735         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6736
6737         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6738         related portions are changed).
6739
6740 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6741
6742         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6743         counter.
6744
6745 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6746
6747         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6748         buffer local and set it to nil.
6749
6750         * wl-message.el (wl-message-redisplay): Ditto.
6751
6752 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6753
6754         * wl-summary.el (wl-summary-mark-as-important): If message is
6755         already cached, set messag as read, otherwise encache and mark as read.
6756
6757 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6758
6759         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6760         point-min.
6761
6762 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6765         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6766         a keymap.
6767
6768 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6769
6770         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6771         parent.
6772
6773         * wl-mule.el (wl-message-define-keymap): Ditto.
6774
6775         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6776
6777         * wl-xmas.el (wl-message-display-internal-hook): Define.
6778         (wl-xmas-setup-message-toolbar): Define as function.
6779         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6780         (wl-message-overload-functions): Abolished.
6781         (wl-message-define-keymap): New function.
6782
6783         * wl-vars.el (wl-message-display-internal-hook): New variable.
6784         (wl-message-header-button-alist): New variable (Renamed from
6785         wl-highlight-message-header-button-alist).
6786         (wl-message-body-button-alist): Ditto.
6787
6788         * wl-mule.el (wl-message-define-keymap): New function.
6789         (wl-message-overload-functions): Abolished.
6790
6791         * wl-message.el (wl-message-add-buttons-to-body): New function.
6792         (wl-message-redisplay): Don't call wl-message-overload-functions;
6793         Call wl-message-add-buttons-to-header and
6794         wl-message-add-buttons-to-body.
6795         (wl-message-display-internal): Set keymap argument for
6796         elmo-mime-display-as-is, elmo-mime-message-display;
6797         Run wl-message-display-internal-hook.
6798         (wl-message-refer-article-or-url): Abolished.
6799
6800         * wl-highlight.el (wl-highlight-headers): Don't call
6801         wl-highlight-message-add-buttons-to-header.
6802         (wl-highlight-message-add-buttons-to-header): Abolished.
6803
6804
6805         * wl-e21.el (wl-message-display-internal-hook): Define.
6806         (wl-e21-setup-toolbar): Deleted duplicated binding.
6807         (wl-e21-setup-message-toolbar): Define as function.
6808         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6809         (wl-message-define-keymap): New function.
6810         (wl-message-overload-functions): Abolished.
6811
6812 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6815         and elmo-folder-close.
6816
6817         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6818
6819 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6820
6821         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6822         boolean value.
6823         * wl-draft.el (wl-draft-do-fcc): Ditto.
6824
6825 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6826
6827         * wl-vars.el (wl-fcc-force-as-read): New variable.
6828         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6829         mark copied message as read.
6830
6831 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6832
6833         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6834
6835 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6836
6837         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6838         `wl-summary-target-above' instead of obsolete variable
6839         `wl-summary-temp-above'.
6840
6841         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6842         instead of `make-obsolete-variable'.
6843         * wl-refile.el (toplevel): Ditto.
6844
6845 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6848         with third argument t.
6849         (wl-draft): Set first argument for wl-plugged-init as t.
6850
6851         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6852         definition.
6853
6854 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6855
6856         * wl-vars.el: Tabify.
6857         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6858
6859         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6860         message.
6861
6862 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6863
6864         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6865         and set default to beep.
6866
6867 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6868
6869         * wl-vars.el (wl-draft-truncate-lines): New variable.
6870
6871         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6872         instead of wl-message-truncate-lines for truncate-lines.
6873
6874 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-message.el (wl-message-display-internal): Call
6877         `wl-highlight-message' after `elmo-mime-display-as-is'.
6878
6879         * wl-mime.el (wl-mime-display-text/plain): New function.
6880         (wl-mime-display-header): Ditto.
6881         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6882         body-presentation-method for text/plain;
6883         Register `wl-mime-display-header' as a header-presentation-method;
6884         Don't set up `elmo-message-text-content-inserted-hook' and
6885         `elmo-message-header-inserted-hook'.
6886
6887         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6888         variable.
6889         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6890         as t if flag is 'all-header;
6891         Don't bind `elmo-message-ignored-field-list',
6892         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6893
6894 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6897         for xemacs with non-mule environment.
6898
6899 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6900
6901         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6902         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6903         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6904
6905 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6906
6907         * wl-vars.el (wl-interactive-send): Set default value as t.
6908
6909 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6912         (wl-addrmgr-method-list): Abolished.
6913         (wl-addrmgr-change-method): Follow above change.
6914
6915         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6916
6917 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6918
6919         * wl-vars.el (wl-message-truncate-lines): Change default value
6920         to default-truncate-lines.
6921
6922         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6923
6924 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6925
6926         * wl-vars.el (wl-message-truncate-lines): New variable.
6927
6928         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6929         wl-message-truncate-lines.
6930
6931 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6932
6933         * wl-acap.el (wl-acap-init): Remove period from error message.
6934         (wl-acap-find-acap-service): Remove period from message.
6935
6936 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl.el (wl-check-environment): Undo last change.
6939
6940         * wl-vars.el (wl-from): Changed default value.
6941
6942         * wl-util.el (toplevel): Don't require tm-edit.
6943
6944         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6945         `wl-folder-init';
6946         Don't set mark on mail body.
6947         (wl-draft-reedit): Ditto.
6948
6949         * wl-address.el (wl-address-quote-specials): Define as an alias for
6950         elmo-address-quote-specials.
6951
6952 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6955
6956         * wl-vars.el (wl-from): Set default value as nil.
6957         (wl-organization): Set default value as ORGANIZATION environment
6958         variable.
6959
6960         * wl-draft.el (wl-smtp-extension-bind): Check value of
6961         wl-smtp-connection-type.
6962
6963         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6964         error.
6965
6966 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6967
6968         * Version number is increased to 2.7.4.
6969
6970         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6971         arguments from `wl-highlight-x-face-function' caller.
6972         Use x-face-1.3.6.12 or later.
6973
6974 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6975
6976         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6977
6978 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6979
6980         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6981         (wl-fcc): Fix to accept function.
6982         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6983
6984 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6985
6986         * wl-acap.el (toplevel): Added `product-provide' declare.
6987         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6988
6989 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6990
6991         * wl.el (wl): Changed order of calling `elmo-init'
6992         and `elmo-folder-init'.
6993
6994 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6995
6996         * wl-mime.el (wl-summary-burst): Extract message when content-type
6997         of root entity is not only `multipart' but also `message/rfc822'.
6998         (wl-summary-burst-subr): Ditto.
6999
7000 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7001
7002         * wl-vars.el (toplevel): Require 'custom.
7003         (wl-trash-folder): Added to `wl-setting' group.
7004
7005         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7006         exists.
7007         (wl-addrmgr-draw): Insert empty line when no entry exists.
7008
7009         * wl-mule.el (wl-message-wheel-up): Fixed.
7010         (wl-message-wheel-down): Ditto.
7011
7012 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7013
7014         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7015         config is an anonymous lambda expression.
7016
7017 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7020         when Mule 2 is running.
7021
7022 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7023
7024         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7025
7026 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7027
7028         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7029         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7030
7031         * wl-address.el (wl-address-specials-regexp): Eliminated.
7032         (wl-address-quote-specials): Rewrite.
7033
7034 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7037         shy-groups for regexp.
7038
7039         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7040         character classes and Perl style shy-groups for regexp.
7041         (wl-highlight-plugged-current-line): Use Posix style character
7042         classes for regexp.
7043         (wl-e21-highlight-folder-by-numbers): Ditto.
7044         (wl-e21-display-image-p): Use `display-images-p' instead of
7045         `display-graphic-p'.
7046         (display-images-p): Make an alias to `display-graphic-p' if it is
7047         not available.  It is for Emacs version prior to 21.0.105.
7048
7049         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7050         `display-graphic-p'.
7051         (wl-demo-image-type-alist): Ditto.
7052         (display-images-p): Make an alias to `display-graphic-p' if it is
7053         not available.  It is for Emacs version prior to 21.0.105.
7054
7055 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7056
7057         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7058         support.
7059         (wl-generate-user-agent-string): Ditto.
7060
7061         * wl-version.el (wl-version): Update docsting.
7062         (wl-version-status): Ditto.
7063
7064 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7065
7066         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7067         21.0.105.  For Emacs 21.0.104 or earlier.
7068
7069 2001-09-03  Takuo KITAME <kitame@northeye.org>
7070
7071         * wl-e21.el (wl-plugged-init-icons): Use
7072         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7073         (wl-biff-init-icons): Ditto.
7074
7075 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7076
7077         * wl-highlight.el (wl-highlight-summary-current-line):
7078         Fixed highlighting refile/copy destination.
7079
7080         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7081         (wl-acap-store): Encode string by wl-acap-coding-system.
7082
7083 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl-acap.el (toplevel): Check and require 'un-define before
7086         'xemacs-ucs;
7087          Added checking for UTF-2000.
7088
7089 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7092         Don't enclose with `eval-and-compile'.
7093
7094         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7095         wl-init is non-nil.
7096
7097         * wl-draft.el (wl-draft): Ditto.
7098
7099         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7100
7101         * wl-acap.el (toplevel): Require 'wl.
7102         (wl-acap-store): Call `elmo-init'.
7103
7104         * wl.el (wl): Changed position of `wl-check-environment'.
7105         (toplevel): Added autoload setting for wl-acap.
7106
7107         * wl-vars.el (wl-setting): New custom group.
7108         (wl-from): Added wl-setting group.
7109         (wl-user-mail-address-list): Ditto.
7110         (wl-organization): Ditto.
7111         (wl-subscribed-mailing-list): Ditto.
7112         (wl-envelope-from): Ditto.
7113         (wl-smtp-posting-user): Ditto.
7114         (wl-smtp-posting-server): Ditto.
7115         (wl-smtp-posting-port): Ditto.
7116         (wl-smtp-authenticate-type): Ditto.
7117         (wl-pop-before-smtp-user): Ditto.
7118         (wl-pop-before-smtp-server): Ditto.
7119         (wl-pop-before-smtp-port): Ditto.
7120         (wl-pop-before-smtp-authenticate-type): Ditto.
7121         (wl-nntp-posting-server): Ditto.
7122         (wl-nntp-posting-user): Ditto.
7123         (wl-nntp-posting-port): Ditto.
7124         (wl-fetch-confirm-threshold): Ditto.
7125         (wl-prefetch-threshold): Ditto.
7126         (wl-thread-insert-opened): Ditto.
7127         (wl-ldap-server): Ditto.
7128         (wl-ldap-port): Ditto.
7129         (wl-ldap-base): Ditto.
7130         (wl-ldap-objectclass): Ditto.
7131         (wl-use-ldap): Ditto.
7132         (wl-draft-config-alist): Ditto.
7133         (wl-draft-config-matchone): Ditto.
7134         (wl-template-alist): Ditto.
7135         (wl-message-sort-field-list): Ditto.
7136         (wl-message-ignored-field-list): Ditto.
7137         (wl-message-visible-field-list): Ditto.
7138         (wl-interactive-send): Ditto.
7139         (wl-summary-move-order): Ditto.
7140         (wl-auto-select-first): Ditto.
7141         (wl-auto-select-next): Ditto.
7142         (wl-interactive-save-folders): Ditto.
7143
7144         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7145         Initialization codes are moved from wl-local-folder-init.
7146         (wl-local-folder-init): Follow the change above.
7147         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7148
7149         * wl-acap.el: New file.
7150
7151         * Version number is increased to 2.7.3.
7152
7153 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7154
7155         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7156
7157 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7158
7159         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7160         (wl-addrmgr-address-entry-list): Ditto.
7161
7162 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-e21.el (wl-draft-mode-map): Removed binding for
7165         `wl-draft-insert-x-face-field'.
7166
7167         * wl-mule.el (wl-draft-mode-map): Ditto.
7168
7169         * wl-xmas.el (wl-draft-mode-map): Ditto.
7170
7171         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7172         (wl-cs-autoconv): Ditto.
7173         (wl-cs-local): Ditto.
7174         (wl-use-scoring): Ditto.
7175         (wl-mime-charset): Ditto.
7176         (wl-folder-check-async): Ditto.
7177
7178         * wl.el (toplevel): Ignore nemacs and tm.
7179         (wl-exit): Ditto.
7180
7181         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7182         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7183         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7184         instead of wl-address-petname-add-or-change.
7185         (wl-summary-edit-addresses-subr): Use wl-address-delete
7186         instead of wl-address-petname-delete.
7187
7188         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7189
7190         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7191         if error occured.
7192
7193         * wl-message.el (require): Remove tm support.
7194
7195         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7196
7197         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7198         (wl-folder-jump-to-current-entity): Ditto.
7199         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7200
7201         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7202         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7203         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7204
7205         * wl-mule.el (wl-draft-key-setup): Ditto.
7206
7207         * wl-xmas.el (wl-draft-key-setup): Ditto.
7208
7209         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7210         (wl-draft-std11-parse-addresses): New function.
7211         (wl-draft-parse-mailbox-list): Use it.
7212         (wl-draft): Ignore nemacs.
7213         (wl-draft-reedit): Ditto.
7214
7215         * wl-addrmgr.el: New file.
7216         (Original is wl-rcpt.el written by
7217         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7218         Thanks Kitamoto-san.)
7219
7220         * wl-address.el (wl-address-make-address-list): Modified parsing
7221         process.
7222         (wl-address-delete): Renamed from `wl-address-petname-delete';
7223         Modify wl-address-list too.
7224         (wl-address-add-or-change): Renamed from
7225         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7226
7227 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7228
7229         * wl-highlight.el (wl-highlight-summary-current-line):
7230           Work with transient-mark-mode
7231
7232 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7233
7234         * Version number is increased to 2.7.2.
7235
7236         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7237         instead of elmo-dop-queue-method.
7238
7239 2001-08-06  SAITO Atsunori <sai@yedo.com>
7240
7241         * wl-vars.el (wl-ldap-objectclass): New user option.
7242
7243         * wl-address.el (wl-ldap-make-filter): Use it.
7244
7245 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7248
7249 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-folder.el (wl-folder): redisplay after folder insertion.
7252
7253         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7254
7255         * wl-summary.el (wl-summary-sync-update):
7256         Change status mark only when new-msgdb exists.
7257         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7258
7259 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * wl-summary.el (wl-summary-open-folder): New function.
7262         (wl-summary-goto-folder-subr): Use it.
7263         (wl-summary-mark-as-important): Fix;
7264         Encache only when no cache exists.
7265
7266 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7267
7268         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7269         Use with-current-buffer.
7270
7271 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7272
7273         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7274         before call `get-buffer'. Fixed parenthesis.
7275         (wl-score-get-header-entry): Clear message and help window when
7276         keyboard quit.
7277         (wl-score-edit-insert-header): Ditto.
7278
7279 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7280
7281         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7282         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7283         (wl-default-draft-cite): Fix.
7284
7285         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7286         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7287
7288 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7289
7290         * wl-message.el (wl-message-prev-page): Do same bahavior
7291         as summary when it is called in the message buffer.
7292         (wl-message-next-page): Ditto.
7293
7294 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * wl-summary.el (wl-summary-forward): Use cache if it is not
7297         section cache.
7298
7299 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7302         Removed redundant require of elmo-vars.
7303         (wl-biff-state-indicator-on): Changed default value for
7304         xemacs with non-mule environment.
7305
7306         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7307         wl-message-buffer is nil;
7308         Hide progress bar after moving messages.
7309
7310 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7313         message at cursor point is deleted.
7314
7315 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * wl-vars.el: Changed file coding system to euc-japan.
7318         Added -*-coding:-*- magic to the first line.
7319
7320         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7321         Search parent from the first message.
7322
7323         * Version number is increased to 2.7.1.
7324
7325 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7326
7327         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7328
7329 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7330
7331         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7332         refile/delete execution.
7333
7334         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7335         Fixed docstring.
7336
7337 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7340         do update process;
7341         Don't update marks when update process is interrupted.
7342
7343 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7344
7345         * wl-summary.el (wl-summary-reply): Fixed problem when
7346         wl-draft-use-frame is non-nil.
7347         (wl-summary-forward): Ditto.
7348
7349         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7350         as nil.
7351         (wl-folder-mark-as-read-all-entity): Ditto.
7352         (wl-folder-prefetch-entity): Ditto.
7353
7354         * wl.el (wl): Check environment before wl-init.
7355
7356         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7357         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7358         instead of wl-summary-collect-unread.
7359         (wl-summary-reply): Split message window.
7360
7361 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7364         only if current language environment is japanese,
7365
7366         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7367         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7368         (wl-folder-goto-folder-subr): Ditto.
7369
7370         * wl-draft.el (wl-draft-dispatch-message): Call
7371         `elmo-file-cache-get-path'.
7372
7373 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-summary.el (wl-summary-cursor-move): If return value of
7376         wl-summary-next-message is not number, don't jump.
7377
7378 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7379
7380         * wl-summary.el (wl-summary-buffer-next-message-function): New
7381         variable.
7382         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7383         if it is bound.
7384
7385         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7386         string.
7387
7388         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7389         (wl-plugged-drawing): Ditto.
7390
7391 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7394         process.
7395         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7396         with unwind-protect.
7397
7398         * wl.el (wl-init): Require mime-setup.
7399         (wl-check-environment): Don't require mime-setup.
7400
7401         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7402         instead of elmo-folder-type.
7403
7404         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7405         value as nil.
7406
7407 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7408
7409         * Version number is increased to 2.7.0.
7410
7411         * wl-version.el (wl-version): Changed codename.
7412
7413         * wl-summary.el (wl-summary-delete-cache): Fixed.
7414
7415         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7416         Workaround for net folders.
7417         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7418
7419         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7420         value to nil (According to the patch from
7421         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7422
7423         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7424         of elmo-folder-close.
7425
7426 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7427
7428         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7429         for postfix.
7430
7431 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-summary.el (wl-summary-resend-message): Fixed.
7434
7435         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7436         Call wl-draft with `from' argument if its address is included in
7437         `wl-user-mail-address-list'.
7438         (wl-draft): Added `from' argument.
7439
7440         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7441         non-nil.
7442         (wl): Don't show demo if wl-demo is nil.
7443
7444         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7445         wl-summary-use-frame.
7446
7447         * wl-vars.el (wl-summary-use-frame): New user option.
7448         (wl-folder-use-frame): Changed docstring.
7449
7450         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7451         non-nil.
7452         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7453         wl-summary-use-frame.
7454
7455         * wl-vars.el (wl-folder-use-frame): New user option.
7456
7457         * wl-summary.el (wl-summary-exit): Back to folder frame if
7458         wl-folder-use-frame is non-nil.
7459         (wl-summary-redisplay-internal): Ignore cache if current folder
7460         is draft folder,
7461         (wl-summary-redisplay-no-mime): Ditto.
7462         (wl-summary-redisplay-all-header): Ditto.
7463
7464         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7465         if wl-folder-use-frame is non-nil.
7466
7467 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * wl-summary.el (wl-summary-sync-update): Bind
7470         elmo-folder-update-threshold.
7471         (wl-summary-mark-as-important): Enclosed server mark processing
7472         with `save-match-data'.
7473
7474         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7475         only when it is already defined.
7476
7477 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7478
7479         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7480         name of folder exclude localdir is wrong.
7481         * wl-folder.el (wl-folder-sync-entity):
7482         Set `wl-summary-always-sticky-folder-list' as nil.
7483         (wl-folder-mark-as-read-all-entity): Ditto.
7484         (wl-folder-prefetch-entity): Ditto.
7485
7486 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7487
7488         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7489         instead of `wl-summary-write-current-newsgroup'.
7490
7491 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7492
7493         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7494         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7495         non-nil and selected message is important, do not display.
7496
7497 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7498
7499         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7500
7501 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7502
7503         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7504
7505         * wl-summary.el (wl-summary-mark-as-important): Set message number
7506         using wl-summary-message-number.
7507
7508 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7509
7510         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7511         destination folder is 'null.
7512
7513 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7514
7515         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7516         New function.
7517         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7518         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7519         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7520
7521 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl-mime.el (wl-mime-setup): Added setting for
7524         `mime-setup-signature-key-alist' to avoid overriding key bind for
7525         `wl-draft-send'.
7526
7527         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7528         for `wl-draft-send'.
7529         * wl-mule.el (wl-draft-overload-functions): Ditto.
7530         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7531         * wl-draft.el (wl-draft-send): Ditto.
7532
7533         * wl-message.el (wl-message-display-internal):
7534         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7535         (Patch is provided by <kita@coe.nttdata.co.jp>).
7536
7537 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7538
7539         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7540
7541 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7542
7543         * wl.el (wl): Fix for wl-demo.
7544
7545 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7546
7547         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7548
7549 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7550
7551         * wl-folder.el (wl-folder-prefetch-entity): Use
7552         `wl-folder-get-elmo-folder'.
7553         (wl-folder-count-incorporates): Do not use
7554         `wl-folder-get-elmo-folder'.
7555
7556 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7557
7558         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7559         instead of `elmo-folder-get-type'.
7560
7561 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7562
7563         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7564         position on Subject: field.
7565         (Advised by Mito <mit@nines.nec.co.jp>)
7566
7567 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7568
7569         * wl-folder.el (wl-folder-prefetch-entity): Use
7570         `wl-folder-get-elmo-folder'.
7571
7572 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7575
7576         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7577         `process-duplicates' slot.
7578
7579         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7580         if detection failed.
7581
7582 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7583
7584         * wl-version.el (wl-version-status): Set to "alpha".
7585
7586 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7587
7588         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7589         Check wl-message-buffer lives before set-buffer.
7590
7591 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7592
7593         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7594         called in folder mode.
7595         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7596         * wl-summary.el (wl-summary-exit-pre-hook): Run
7597         `wl-summary-exit-pre-hook' before exit summary mode.
7598
7599 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7600
7601         * wl-version.el (wl-version-status): New variable.
7602         (wl-version-status-alist): Removed.
7603         (wl-version-status): Rule included.
7604
7605 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7608         @sponichi.
7609
7610         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7611         when `mail-reply-buffer' is buffer-local variable.
7612         (Reported by <kita@coe.nttdata.co.jp>).
7613
7614 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7615
7616         * wl-vars.el (toplevel): Require 'elmo-util.
7617
7618 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7621         (All other related portions are changed)
7622
7623         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7624
7625         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7626
7627 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7628
7629         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7630
7631 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7634         Delete other windows to avoid an error.
7635         Use `point-marker' instead of `point' to remember the start point
7636         of body.
7637
7638         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7639
7640         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7641         number not to exceed all message number.
7642
7643 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7644
7645         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7646         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7647
7648 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * wl-summary.el (wl-summary-sync-force-update): Added argument
7651         no-check.
7652         (wl-summary-sync-update): Ditto.
7653         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7654         with `no-check'.
7655
7656         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7657         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7658         already running.
7659
7660 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7661
7662         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7663         `dst-folder-arg'.
7664         (wl-expire-archive-number1): Diito.
7665         (wl-expire-archive-number2): Diito.
7666         (wl-expire-archive-Date): Diito.
7667         (wl-archive-number1): Diito.
7668         (wl-archive-number2): Diito.
7669         (wl-archive-date): Diito.
7670         (wl-archive-folder-p): New function.
7671         (wl-summary-expire): Support of expand folder name at
7672         wl-expire-alist.
7673         * wl-util.el (wl-expand-newtext): Renamed from
7674         `wl-refile-expand-newtext'.
7675
7676 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7677
7678         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7679         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7680         `(elmo-msgdb-get-overview msgdb)'.
7681         (wl-summary-prefetch): Bind match data before call
7682         `wl-summay-prefetch-msg'.
7683         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7684         'off if `wl-summary-buffer-disp-msg' is non-nil.
7685         Fixed problem that couldn't show only one new or unread message when
7686         enter folder.
7687         (wl-summary-reply): Don't call `split-window-vertically' and other
7688         window.
7689
7690 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * wl-expire.el (wl-expire-refile): Fixed.
7693
7694 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7697
7698         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7699         biff notification is removed.
7700
7701         * wl.el (wl): Changed position of `elmo-init'.
7702
7703         * wl-draft.el (wl-default-draft-cite): Use date field
7704         on the citation buffer.
7705
7706         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7707
7708         * wl-xmas.el (wl-folder-internal-icon-list): Added
7709         `wl-folder-shimbun-image'.
7710
7711         * wl-e21.el (wl-folder-internal-icon-list): Added
7712         `wl-folder-shimbun-image'.
7713
7714 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl.el (wl-init): Eliminated argument.
7717         (wl): Rewrite.
7718
7719         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7720         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7721         instead of `elmo-folder-msgdb-internal'.
7722         (wl-summary-sync-update): Ditto.
7723         (wl-summary-flush-pending-append-operations): Eliminated.
7724         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7725         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7726         `elmo-folder-open'.
7727
7728         * wl-mime.el (wl-summary-burst): Fixed.
7729
7730         * wl-folder.el (wl-folder-info-save): Check data type.
7731
7732         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7733         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7734         instead of `elmo-folder-msgdb-internal'.
7735         (wl-expire-hide): Ditto.
7736
7737
7738         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7739
7740 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7741
7742         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7743
7744 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7745
7746         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7747
7748 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7749
7750         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7751         Fixed `match-beginning' argument mismatch.
7752
7753 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7754
7755         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7756         the default value.
7757
7758 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7759
7760         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7761         instead of `elmo-nntp-default-port'.
7762
7763         * wl-vars.el: Fixed some doc strings.
7764
7765 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7766
7767         * wl-summary.el (wl-summary-prefetch-msg): Use
7768         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7769
7770         * wl-vars.el: Define *-func as obsolete variable using
7771         `elmo-define-obsolete-variable'.
7772
7773         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7774         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7775         instead of `wl-message-buffer-prefetch-threshold'.
7776
7777         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7778
7779         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7780
7781         * wl-draft.el (wl-caesar-region-func): Ditto.
7782
7783         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7784         Keep unread status in elmo-folder-move-messages.
7785         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7786
7787 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7788
7789         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7790         `wl-summary-buffer-exit-func'
7791         (wl-summary-buffer-message-redisplay-function): Renamed from
7792         `wl-summary-buffer-message-redisplay-func'
7793         (wl-summary-buffer-next-folder-function): Renamed from
7794         `wl-summary-buffer-next-folder-func'.
7795         (wl-summary-buffer-prev-folder-function): Renamed from
7796         `wl-summary-buffer-prev-folder-func'.
7797         (wl-summary-get-petname-function): Renamed from
7798         `wl-summary-get-petname-func'.
7799
7800         * wl-score.el (wl-score-edit-exit-function): Renamed from
7801         `wl-score-edit-exit-func'.
7802
7803         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7804         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7805
7806         * wl-util.el (wl-load-profile-function): Renamed from
7807         `wl-load-profile-func'.
7808
7809         * wl-folder.el (wl-folder-completion-function): Renamed from
7810         `wl-folder-completion-func'.
7811         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7812
7813         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7814         `wl-expire-archive-get-folder-func'.
7815         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7816         (wl-draft-send-mail-function): Renamed from
7817         `wl-draft-send-mail-func'.
7818         (wl-draft-send-news-function): Renamed from
7819         `wl-draft-send-news-func'.
7820         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7821         (wl-generate-mailer-string-function): Renamed from
7822         `wl-generate-mailer-string-func'.
7823         (wl-highlight-signature-search-function): Renamed from
7824         `wl-highlight-signature-search-func'.
7825         (wl-highlight-x-face-function): Renamed from
7826         `wl-highlight-x-face-func'
7827         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7828         (wl-ps-print-buffer-function): Renamed from
7829         `wl-ps-print-buffer-func'
7830         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7831         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7832         (wl-summary-subject-filter-function): Renamed from
7833         `wl-summary-subject-filter-func'.
7834
7835         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7836         `wl-draft-queue-flush-send-func'
7837         (wl-draft-cite-function): Renamed from
7838         `wl-draft-cite-func'
7839
7840         * wl-address.el (wl-address-init-function): Renamed from
7841         `wl-address-init-func'.
7842
7843 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7844
7845         * wl-draft.el (wl-draft-queue-flush): Don't call
7846         `elmo-dop-unlock-message'.
7847         * wl-draft.el (wl-draft-queue-append): Don't call
7848         `elmo-dop-lock-message'.
7849
7850         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7851         (wl-summary-buffer-folder-name): Ditto.
7852         (wl-summary-message-regexp): Added '-' (all other related portions
7853         are changed).
7854         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7855         wl-summary-buffer-folder-name.
7856
7857 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7858
7859         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7860         the number of mails in the folder buffer is not updated by wl-biff.
7861
7862 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7863
7864         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7865         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7866
7867 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-summary.el (wl-summary-next-message):
7870         Return next message number when wl-summary-move-order is nil.
7871
7872 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7873
7874         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7875         `wl-summary-move-spec-alist'.
7876         (wl-summary-move-spec-unplugged-alist): New variable
7877         (Move spec for unplugged status).
7878         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7879         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7880
7881 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7882
7883         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7884         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7885
7886 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7887
7888         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7889         simple quotation to quote the anonymous function.
7890         * tm-wl.el (wl-draft-preview-message): Ditto.
7891
7892 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7893
7894         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7895         Eliminate redundant `save-excursion'.
7896         (wl-highlight-summary-current-line): Ditto.
7897
7898         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7899         accessing match data when `looking-at' failed.
7900
7901         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7902         `elmo-match-string' where users don't care about the speed.
7903         (wl-draft-save): Ditto.
7904
7905 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-util.el (wl-regexp-opt): New function.
7908
7909         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7910         number from `wl-summary-buffer-number-list'.
7911         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7912         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7913         (wl-summary-move-spec-alist): Changed default setting.
7914
7915 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7916
7917         * wl-vars.el (wl-biff-notify-hook): New hook.
7918         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7919         the arrival of new mail.
7920         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7921         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7922
7923 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7924
7925         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7926
7927 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7930
7931         * Version number is increased to 2.5.8.
7932
7933         * wl-thread.el (toplevel): require 'cl.
7934         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7935         (wl-thread-make-number-list): New function.
7936         (wl-thread-entity-make-number-list-from-children): Ditto.
7937         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7938         (wl-thread-entity-insert-as-children): Likewise.
7939         (wl-thread-delete-message): Likewise.
7940         (wl-meaning-of-mark): Eliminated.
7941         (wl-thread-next-failure-mark-p): Ditto.
7942         (wl-thread-entity-get-mark): Ditto.
7943         (wl-thread-meaning-alist-get-result): Ditto.
7944         (wl-thread-entity-check-prev-mark): Ditto.
7945         (wl-thread-entity-check-next-mark): Ditto.
7946         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7947         (wl-thread-entity-get-prev-marked-entity): Ditto.
7948         (wl-thread-get-prev-unread): Ditto.
7949         (wl-thread-jump-to-prev-unread): Ditto.
7950         (wl-thread-get-next-unread): Ditto.
7951         (wl-thread-jump-to-next-unread): Ditto.
7952         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7953         (wl-thread-entity-get-next-marked-entity): Ditto.
7954
7955         * wl-summary.el (wl-summary-buffer-number-list):
7956         New bufer-local variable.
7957         (wl-summary-switch-to-clone-buffer): Clone
7958         `wl-summary-buffer-number-list'.
7959         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7960         (wl-summary-cursor-move-regex): Eliminated.
7961         (wl-summary-cursor-up): Rewrite.
7962         (wl-summary-cursor-down): Ditto.
7963         (wl-summary-mode-spec-alist): New variable.
7964         (wl-summary-next-message): New inline function.
7965         (wl-summary-cursor-move): New function.
7966         (wl-summary-default-get-next-msg): Rewrite.
7967         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7968         (wl-summary-rescan): Ditto.
7969         (wl-summary-sync-all-init): Ditto.
7970         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7971         summary is not thread view.
7972         (wl-summary-sync-update): Ditto.
7973         (wl-summary-rescan): Ditto.
7974         (wl-summary-make-number-list): New function.
7975
7976         * wl-draft.el: "FCC" -> "Fcc".
7977
7978 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl-highlight.el (wl-highlight-summary-window):
7981         Call `set-buffer-modified-p'.
7982
7983         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7984         (wl): Call `elmo-init' and fix.
7985
7986         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7987         Use new variables.
7988
7989         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7990
7991 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7994
7995 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7996
7997         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7998
7999 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8000
8001         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8002         `wl-use-toolbar' nor `display-graphic-p'.
8003         (wl-e21-setup-message-toolbar): Ditto.
8004         (wl-e21-setup-summary-toolbar): Ditto.
8005         (wl-e21-setup-folder-toolbar): Ditto.
8006
8007         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8008         (wl-plugged-init-icons): Ditto.
8009
8010         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8011         `display-graphic-p'.
8012         (wl-plugged-set-folder-icon): Ditto.
8013         (wl-highlight-plugged-current-line): Ditto.
8014         (wl-highlight-folder-current-line): Ditto.
8015         (wl-e21-highlight-folder-group-line): Ditto.
8016         (wl-e21-setup-toolbar): Ditto.
8017         (wl-e21-display-image-p): New macro.
8018
8019         * wl-demo.el (wl-demo): Simplified.
8020         (wl-demo-image-type-alist): Use `image-type-available-p' for
8021         checking whether the image type `xbm' is available.
8022
8023 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8026         (wl-summary-input-range): Ditto.
8027
8028 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-summary.el (wl-summary-edit-addresses): Use
8031         `wl-summary-get-original-buffer'
8032         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8033         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8034         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8035         (wl-summary-get-newsgroups): Eliminated.
8036         (wl-summary-set-crosspost): Ditto.
8037         (wl-summary-is-crosspost-folder): Ditto.
8038         (wl-crosspost-alist-load): Ditto.
8039         (wl-crosspost-alist-save): Ditto.
8040
8041         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8042         `elmo-setup-subscribed-newsgroups' instead of
8043         `elmo-nntp-make-groups-hashtb'.
8044         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8045         instead of `wl-crosspost-alist-save'.
8046
8047         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8048         of `elmo-folder-message-appendable-p'.
8049         (wl-mime-header-presentation-method): Eliminated.
8050
8051         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8052         (Error occurs in emacs21).
8053
8054         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8055         the current buffer).
8056
8057         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8058         instead of `wl-crosspost-alist-save'.
8059         (wl-init): `elmo-crosspost-message-alist-load'
8060         instead of `wl-crosspost-alist-load'
8061
8062         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8063         (wl-parse-newsgroups): Likewise.
8064         (wl-biff-notify): Run `wl-biff-notify-hook'.
8065
8066 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8069
8070         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8071         when `wl-summary-lazy-highlight' is non-nil.
8072         (wl-summary-goto-folder-subr): Highlight only when
8073         `wl-summary-lazy-highlight' is non-nil.
8074
8075         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8076         Don't display progress and highlight temp-mark when
8077         `wl-summary-lazy-highlight' is non-nil.
8078         (wl-highlight-summary-window): New function.
8079         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8080
8081 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8082
8083         * wl-summary.el (wl-summary-sync): Change `all-visible'
8084         from `all-shown'
8085         (wl-summary-input-range): Ditto.
8086
8087 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8088
8089         * wl-e21.el (wl-highlight-folder-current-line): Call
8090         `wl-folder-init-icons' when folder icons have not been initialized.
8091
8092         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8093
8094         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8095         (wl-demo-image-type-alist): New macro.
8096
8097 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8098
8099         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8100         display does not support graphics.
8101         (wl-plugged-init-icons): Ditto.
8102         (wl-folder-init-icons): Ditto.
8103
8104         * wl-demo.el (wl-demo): Chech closely whether the display
8105         supports graphics.
8106
8107 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-summary.el (wl-summary-get-original-buffer): New function.
8110         (wl-summary-set-crosspost): Use it.
8111         (wl-summary-target-mark-uudecode): Ditto.
8112         (wl-summary-reedit): Ditto.
8113         (wl-summary-resend-bounced-mail): Ditto.
8114         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8115         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8116
8117         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8118         (wl-message-display-internal): Ditto.
8119
8120 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8123
8124 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * wl-summary.el (wl-summary-save-view): Renamed from
8127         `wl-summary-save-status'.
8128
8129 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8130
8131         * wl-summary.el (wl-summary-sync): Added `all-shown'
8132
8133 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8134
8135         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8136
8137 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8138
8139         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8140
8141 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8142
8143         * wl-highlight.el (wl-highlight-summary-line-string): Use
8144         `zerop' instead of `= 0'.
8145         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8146
8147         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8148         for comparing numbers.
8149         (wl-template-prev): Use `zerop' instead of `eq 0'.
8150
8151         * wl-draft.el (wl-draft-insert-current-message): Use
8152         `with-current-buffer' instead of `save-excursion'.
8153         Use `zerop' instead of `eq 0'.
8154
8155 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8156
8157         * wl-draft.el (wl-draft-insert-ccs): New function.
8158         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8159         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8160
8161 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8164
8165 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8166
8167         * wl-expire.el (wl-expire-refile): Don't call
8168         elmo-msgdb-add-msgs-to-seen-list;
8169         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8170         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8171
8172 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-message.el (wl-message-prev-page): Ignore errors while
8175         scroll-down.
8176
8177 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * wl-mime.el: Use elmo-original-message-mode instead of
8180         mmelmo-original-mode.
8181
8182         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8183         `elmo-folder-get-spec';
8184         (wl-fldmgr-add-completion-all-completions):
8185         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8186
8187         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8188         of `elmo-folder-get-type'.
8189
8190         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8191         `elmo-folder-get-spec';
8192         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8193         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8194         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8195         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8196         `elmo-read-msg-no-cache';
8197         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8198         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8199         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8200         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8201         `elmo-cache-save';
8202         (wl-draft-reedit): Use `elmo-message-file-name'.
8203
8204         * wl-expire.el: Use `elmo-folder-name-internal';
8205         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8206         Use macro `wl-summary-buffer-msgdb' instead of variable
8207         `wl-summary-buffer-msgdb';
8208         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8209         Use macro `wl-summary-buffer-folder-name' instead of variable
8210         `wl-summary-buffer-folder-name'.
8211         * wl-score.el: Likewise.
8212
8213         * wl-message.el: Rewrite for new message buffer cache mechanism.
8214         (wl-message-buffer-cache-buffer-get): New macro.
8215         (wl-message-buffer-cache-folder-get): Ditto.
8216         (wl-message-buffer-cache-message-get): Ditto.
8217         (wl-message-buffer-cache-entry-make): Ditto.
8218         (wl-message-buffer-cache-hit): Ditto.
8219         (wl-message-buffer-cache-sort): New function.
8220         (wl-message-buffer-cache-add): Ditto.
8221         (wl-message-buffer-cache-delete): Ditto.
8222         (wl-message-buffer-cache-clean-up): Ditto.
8223         (wl-message-buffer-window): Rewrite.
8224         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8225         (wl-message-buffer-display): New function.
8226         (wl-message-display-internal): New function.
8227
8228 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8229
8230         * wl-folder.el: Use `elmo-folder-name-internal';
8231         Use `wl-folder-get-elmo-folder';
8232         Use `elmo-folder-list-messages' instead of
8233         `elmo-list-folder';
8234         Use `elmo-folder-get-primitive-list' instead of
8235         `elmo-folder-get-primitive-spec-list';
8236         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8237         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8238         Use `elmo-folder-create' instead of `elmo-create-folder'.
8239         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8240         (wl-folder-get-elmo-folder): New macro.
8241         (wl-folder-elmo-folder-cache-get): Ditto.
8242         (wl-folder-elmo-folder-cache-put): Ditto.
8243         (wl-folder-suspend): Call `elmo-quit'.
8244
8245         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8246         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8247         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8248         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8249         (toplevel): require 'cl.
8250         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8251
8252         * wl-summary.el: Rewrite to use new elmo interface.
8253
8254 \f
8255 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-mime.el (wl-draft-preview-message):
8258         Run `wl-draft-send-hook' before collecting recipients information;
8259         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8260
8261         * tm-wl.el (wl-draft-preview-message): Ditto.
8262
8263 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8264
8265         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8266         wrong recipients are displayed when forwarded message.
8267
8268 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8269
8270         * Version number is increased to 2.5.7.
8271
8272 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8273
8274         * wl-message.el (wl-message-next-page): Bind
8275         `window-pixel-scroll-increment' to nil while scrolling up.
8276
8277 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8278
8279         * wl-vars.el (wl-save-hook): New hook.
8280         * wl.el (wl-save): Call `wl-save-hook'.
8281
8282 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8283
8284         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8285         Argument WITH-ARG instead of NO-ARG (negative mean).
8286         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8287         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8288         * wl-message.el (wl-message-follow-current-entity): Likewise.
8289
8290 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8291
8292         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8293         FROM was optional argument.
8294         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8295
8296 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8297
8298         * Version number is increased to 2.5.6.
8299
8300 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8301
8302         * wl-version.el (wl-version-show): Removed.
8303         (wl-version): Add `interactive'.
8304
8305 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8306
8307         * wl-summary.el (wl-summary-get-petname-func): New variable.
8308         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8309         instead of `wl-address-get-petname-1'.
8310         (wl-summary-simple-from): Ditto.
8311
8312         * wl-address.el (wl-address-get-petname-1): Define as function.
8313
8314 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8315
8316         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8317         field in the original message.
8318         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8319
8320 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8321
8322         * wl-expire.el (wl-expire-hide):
8323         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8324
8325 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8328         find decoder for To, Cc, and Subject.
8329
8330 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8331
8332         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8333         for checking `elmo-use-buffer-cache'.
8334         (wl-summary-mark-as-important): Fixed typo in comment.
8335
8336 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8337
8338         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8339         field in the original message.
8340         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8341
8342 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8343
8344         * wl-expire.el (wl-expire-hide):
8345         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8346
8347 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8350         find decoder for To, Cc, and Subject.
8351
8352 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8353
8354         * Version number is increased to 2.5.5.
8355
8356         * wl-address.el (wl-address-specials-regexp): New constant.
8357         (wl-address-quote-specials): Use it.
8358
8359 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-summary.el (wl-summary-rescan):
8362         Call `wl-summary-buffer-number-column-detect'.
8363         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8364
8365         * wl-message.el (wl-message-mode-map): Define.
8366         (wl-message-decode): Use it as local-map.
8367
8368 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8369
8370         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8371         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8372
8373 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8376
8377         * wl-mule.el (wl-read-event-char): Ditto.
8378
8379         * wl-e21.el (wl-read-event-char): Ditto.
8380
8381         * wl-nemacs.el (wl-read-event-char): Ditto.
8382         (read-event): Removed.
8383
8384         * wl-util.el (toplevel): Removed dummy definition of
8385         `read-event'.
8386         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8387
8388 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8389
8390         * wl-nemacs.el (elmo-archive-call-process): Moved to
8391         elmo-archive.el.
8392
8393 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8394
8395         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8396         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8397
8398         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8399         instead of magic-number 6.  Use `not' instead of `null' for symbol
8400         `nil' check (not empty list).
8401         (wl-draft-insert-x-face-field): Fixed paren style.
8402
8403         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8404         one-branch conditional statement, instead of `and' and `if'.
8405         (wl-draft-forward): Likewise.
8406         (wl-draft-add-references): Likewise.
8407         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8408
8409         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8410         conditional steatment.  Use `cond' instead of `if'.
8411         (wl-draft-confirm): Likewise.
8412
8413 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8414
8415         * wl-version.el (wl-version-show): Use `product-string-1'
8416         instead of `wl-version'.
8417         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8418
8419         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8420
8421 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8422
8423         * wl-highlight.el (wl-highlight-headers): Revert
8424         `wl-highlight-x-face-func' argument (`beg' and `end').
8425
8426 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8427
8428         * wl.el (toplevel): Move `product-provide' declare.
8429         * wl-demo.el (toplevel): Ditto.
8430         * wl-dnd.el (toplevel): Ditto.
8431         * wl-highlight.el (toplevel): Ditto.
8432         * wl-message.el (toplevel): Ditto.
8433         * wl-refile.el (toplevel): Ditto.
8434         * wl-util.el (toplevel): Ditto.
8435
8436 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8437
8438         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8439         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8440         (wl-thread-close-all): keep cursor position.
8441
8442 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8443
8444         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8445         (eq x 0).
8446         (wl-generate-user-agent-string-1): Fix conditional statement.
8447
8448 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8449
8450         * wl.el (wl-check-environment): Additional check for
8451         'wl-local-domain' and `wl-message-id-domain'.
8452
8453 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8454
8455         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8456
8457 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8458
8459         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8460         instead of `smtp-sasl-user-realm'.
8461
8462 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8463
8464         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8465
8466 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8467
8468         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8469         to the default value as well as `eword-lexical-analyzer'.
8470
8471 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8472
8473         * wl-version.el (wl-extended-emacs-version,
8474         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8475         `elmo-match-string' instead of `wl-match-string'.
8476
8477 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8478
8479         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8480         docstring.
8481
8482 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8483
8484         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8485
8486 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8487
8488         * wl-highlight.el (wl-highlight-headers): Remove
8489         `wl-highlight-x-face-func' argument (`beg' and `end').
8490
8491 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8492
8493         * wl-summary.el (wl-summary-mark-as-important):
8494         Remove cache if folder is local.
8495
8496 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8497
8498         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8499         to get existing e-mail address string.
8500
8501 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8502
8503         * wl-version.el (wl-generate-user-agent-string): Commentary.
8504         (wl-generate-user-agent-string-1): Use `when' for
8505         one-branch conditional statement, instead of `and' and `if'.
8506         (wl-extended-emacs-version, wl-extended-emacs-version2,
8507         wl-extended-emacs-version3): Ditto.
8508
8509 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8510
8511         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8512         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8513         condition-case; Remove initialization.
8514         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8515         (wl-summary-sync-update3): Added argument `sync-all';
8516         Eliminated local variable `msgdb';
8517         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8518         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8519         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8520
8521 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8522
8523         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8524         connection before call `wl-draft-send-mail-with-smtp'.
8525
8526 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8527
8528         * Version number is increased to 2.5.4.
8529
8530 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8531
8532         * wl.el (wl-check-environment): Additional check for
8533         'wl-local-domain' and `wl-message-id-domain'.
8534
8535 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8538         buffer as command specific.
8539         (wl-folder-mark-as-read-all-entity): Ditto.
8540         (wl-folder-prefetch-entity): Ditto.
8541         (wl-folder-drop-unsync-entity): Ditto.
8542
8543         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8544         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8545         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8546
8547         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8548         save-excursion.
8549
8550 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * Version number is increased to 2.5.3.
8553
8554         * wl-summary.el (wl-summary-save-view-cache):
8555         Delete duplicated `write-region';
8556         Use `write-region-as-binary' instead of `as-binary-output-file' and
8557         `write-region'.
8558
8559 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8560
8561         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8562
8563 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8566         instead of `smtp-via-smtp'.
8567
8568 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8569
8570         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8571
8572 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8573
8574         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8575         instead of `smtp-sasl-user-realm'.
8576
8577 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8578
8579         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8580
8581 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8582
8583         * Version number is increased to 2.5.2.
8584
8585 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8586
8587         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8588         does not exist.
8589         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8590         (wl-biff-start): Call `timer-activate' if timer already exists.
8591
8592         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8593         only when it is bound as function.
8594
8595 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * Version number is increased to 2.5.1.
8598
8599 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8600
8601         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8602         Print refile/copy destination.
8603
8604 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8605
8606         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8607         queue-flush-only is non-nil.
8608
8609         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8610
8611         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8612         checking cache folder.
8613
8614 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8615
8616         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8617         `regexp-quote'.
8618
8619 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8620
8621         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8622         function.
8623         * wl-summary.el (wl-summary-write-current-folder-functions):
8624         Change default value.  Use it.
8625
8626 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8627
8628         * Version number is increased to 2.5.0.
8629
8630         * wl-version.el (wl-version): Changed codename.
8631
8632 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8633
8634         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8635         (wl-summary-supersedes-message): Ditto.
8636
8637 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8638
8639         * wl-refile.el (wl-refile-guess-functions): Renamed from
8640         `wl-refile-guess-func-list'.
8641
8642 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8643
8644         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8645         Fixed problem when no rule was matched.
8646
8647 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8648
8649         * wl-summary.el (wl-summary-get-mark): Fixed
8650         `wl-summary-buffer-target-mark' check logic.
8651
8652 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8653
8654         * wl-folder.el (wl-folder-write-current-folder): Added group
8655         folder check.
8656
8657         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8658         `wl-summary-write-current-newsgroup'.
8659         (wl-summary-write-current-folder-functions): New variable.
8660         * wl-folder.el (wl-folder-get-newsgroups): New function.
8661         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8662         (wl-folder-write-current-folder): Renamed from
8663         `wl-folder-write-current-newsgroup'.
8664
8665 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8666
8667         * Version number is increased to 2.3.93.
8668
8669 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8672         (wl-ldap-make-matched-value-list): Ditto.
8673         (wl-ldap-alias-safe-string): Split e-mail address.
8674
8675         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8676         petname folder default was selected.
8677         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8678         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8679
8680 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8683         to `wl-draft-config-exec'.
8684
8685         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8686         instead of calling `wl-draft-config-exec';
8687         Process group-list and show recipients in minibuffer.
8688
8689         * tm-wl.el (wl-draft-preview-message): Ditto.
8690
8691 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8692
8693         * wl.el (toplevel): Added (C) to copyright notice, and
8694         sync Author header.
8695         * tm-wl.el (toplevel): Ditto.
8696         * wl-address.el (toplevel): Ditto.
8697         * wl-demo.el (toplevel): Ditto.
8698         * wl-dnd.el (toplevel): Ditto.
8699         * wl-draft.el (toplevel): Ditto.
8700         * wl-e21.el (toplevel): Ditto.
8701         * wl-expire.el (toplevel): Ditto.
8702         * wl-folder.el (toplevel): Ditto.
8703         * wl-highlight.el (toplevel): Ditto.
8704         * wl-message.el (toplevel): Ditto.
8705         * wl-mime.el (toplevel): Ditto.
8706         * wl-mule.el (toplevel): Ditto.
8707         * wl-nemacs.el (toplevel): Ditto.
8708         * wl-refile.el (toplevel): Ditto.
8709         * wl-score.el (toplevel): Ditto.
8710         * wl-summary.el (toplevel): Ditto.
8711         * wl-template.el (toplevel): Ditto.
8712         * wl-thread.el (toplevel): Ditto.
8713         * wl-util.el (toplevel): Ditto.
8714         * wl-vars.el (toplevel): Ditto.
8715         * wl-xmas.el (toplevel): Ditto.
8716
8717 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8718
8719         * wl.el (wl-init): Added comment about `wl-init-hook'.
8720         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8721         * wl-vars.el (wl-init-hook): Added docs.
8722         (wl-make-plugged-hook): Removed useless docs.
8723         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8724         * wl-xmas.el (toplevel): Ditto.
8725
8726 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8727
8728         * wl-address.el (toplevel): Fixed multiple Author header format.
8729         * wl-demo.el (toplevel): Ditto.
8730         * wl-draft.el (toplevel): Ditto.
8731         * wl-folder.el (toplevel): Ditto.
8732         * wl-summary.el (toplevel): Ditto.
8733         * wl-thread.el (toplevel): Ditto.
8734         * wl-util.el (toplevel): Ditto.
8735         * wl-vars.el (toplevel): Ditto.
8736         * wl-version.el (toplevel): Ditto.
8737         * wl-xmas.el (toplevel): Ditto.
8738         * wl.el (toplevel): Ditto.
8739
8740         * wl-version.el (toplevel): Added require `elmo-version' for
8741         `product-version-as-string'.
8742
8743 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * wl-vars.el (wl-draft-send-hook): Changed default value to
8746         '(wl-draft-config-exec).
8747
8748         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8749         explicitly.
8750         (wl-draft): Set `wl-draft-config-exec-flag' before running
8751         `wl-mail-setup-hook'.
8752
8753         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8754         `wl-biff-init-icons' to `wl-init-hook' instead of
8755         `wl-make-plugged-hook'.
8756         (Because if `wl-draft' command is invoked at first,
8757         they are not initialized)
8758         Updated copyright notice.
8759
8760         * wl-e21.el (toplevel): Ditto;
8761
8762         * wl-demo.el (toplevel): Updated copyright notice.
8763         * wl-address.el (toplevel): Ditto.
8764         * wl-draft.el (toplevel): Ditto.
8765         * wl-version.el (toplevel): Ditto.
8766         * wl-folder.el (toplevel): Ditto.
8767         * wl-summary.el (toplevel): Ditto.
8768         * wl-thread.el (toplevel): Ditto.
8769         * wl-util.el (toplevel): Ditto.
8770         * wl-vars.el (toplevel): Ditto.
8771         * wl.el (toplevel): Ditto.
8772
8773 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8774
8775         * wl-highlight.el (wl-highlight-message): Fixed problem of
8776         highlighting failure which occured when the last field contains
8777         multiple lines in the draft buffer.
8778
8779         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8780         `wl-biff-start' if plugged.
8781
8782         * wl-util.el (wl-biff-check-folder): New function.
8783         (wl-biff-check-folders): Don't set session name prefix.
8784         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8785         (wl-biff-check-folder-async): Ditto.
8786
8787         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8788         in email address.
8789
8790 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8791
8792         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8793
8794         * wl-draft.el (wl-draft-strip-subject-re): New function.
8795
8796         * wl-draft.el (wl-draft-reply): Use it.
8797
8798 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * wl-message.el (wl-mmelmo-message-redisplay): Use
8801         `mime-display-message' instead of `wl-mime-display-message'.
8802
8803         * wl-mime.el (toplevel): Removed compatibility workaround
8804         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8805         (wl-mime-display-message): Abolished.
8806         (wl-mime-entity-read-field): Ditto.
8807         (wl-mime-combine-message/partial-pieces): Use
8808         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8809
8810 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8811
8812         * wl-template.el: Doc fixes.
8813
8814 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8815
8816         * wl-e21.el (wl-message-overload-functions): Do nothing if
8817         `current-local-map' is not available.
8818         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8819
8820 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8821
8822         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8823         representation.
8824
8825         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8826         number.
8827         (wl-fldmgr-save-folders): Don't use `format' when insert
8828         `wl-fldmgr-folders-header'.
8829
8830 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8831
8832         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8833
8834 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8835
8836         * wl-highlight.el (wl-highlight-message):
8837         Use `std11-field-end' to detect end point of the header field.
8838         Refer `wl-highlight-max-header-size'.
8839
8840         * wl-vars.el (wl-highlight-max-header-size): New variable.
8841
8842         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8843
8844         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8845         Set `for-draft' argument of wl-highlight-headers.
8846         (wl-draft): Ditto.
8847         (wl-draft-reedit): Ditto.
8848         (wl-user-agent-compose-internal): Ditto.
8849
8850 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8851
8852         * wl-message.el (wl-message-add-button): Use overlay.
8853
8854 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8855
8856         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8857
8858         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8859         problem when group-list content is nothing.
8860         (Reported by Mito <mit@nines.nec.co.jp>)
8861
8862 2000-10-18  SAITO Atsunori <sai@yedo.com>
8863
8864         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8865
8866 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8867
8868         * tm-wl.el (toplevel): Use product-provide.
8869
8870 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * Version number is increased to 2.3.92.
8873
8874 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8875
8876         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8877         title text, use `display' property for left margin under Emacs 21.
8878
8879         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8880         properties.
8881         (wl-plugged-init-icons): Ditto.
8882
8883 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8884
8885         * wl.el (wl-save-status, wl-init): Remove last period in
8886         "...done." message.
8887         * tm-wl.el (wl-summary-burst): Ditto.
8888         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8889         wl-summary-resume-cache-status,
8890         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8891         wl-summary-sync-update3, wl-summary-highlight-msgs,
8892         wl-summary-flush-pending-append-operations,
8893         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8894         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8895         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8896         wl-thread-open-all): Ditto.
8897         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8898         * wl-mime.el (wl-summary-burst): Ditto.
8899         * wl-highlight.el (wl-highlight-summary): Ditto.
8900         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8901         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8902         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8903         * wl-address.el (wl-local-address-init): Ditto.
8904
8905 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8906
8907         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8908         `add-text-properties'.
8909         (wl-plugged-init-icons): Ditto.
8910         (wl-folder-init-icons): Use `propertize' instead of
8911         `put-text-property'.
8912         (wl-plugged-set-folder-icon): Ditto.
8913         (wl-e21-highlight-folder-group-line): Ditto.
8914
8915 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8916
8917         * wl-version.el (wl-version-status-alist): New variable.
8918         (wl-version-status): New function.
8919
8920         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8921         "Cc" part of the case "Reply-To".
8922
8923         * wl-draft.el (wl-draft-reply): Use result of
8924         `eword-extract-address-components'.
8925
8926         * wl-demo.el (wl-demo-icon-name): New constant.
8927         (wl-logo-xpm): Use it.
8928         (wl-logo-xbm): Ditto.
8929         (wl-logo-bitmap): Ditto.
8930
8931         * Version number is increased to 2.3.91.
8932
8933 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8934
8935         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8936         (wl-extended-emacs-version, wl-extended-emacs-version2,
8937         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8938         docstring.
8939
8940         * wl-version.el (wl-generate-user-agent-string-1): New function.
8941         (wl-generate-user-agent-string): Use it.
8942
8943         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8944         `mime-edit-insert-user-agent-field'.
8945         (wl-generate-user-agent-string): Check
8946         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8947
8948         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8949         instead of `if', when verbose case.
8950
8951 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8952
8953         * wl-expire.el (wl-summary-expire): Fix.
8954
8955 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8956
8957         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8958         and `elmo-lost+found-folder' if 'wl-draft.
8959         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8960
8961 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8962
8963         * wl-expire.el (wl-summary-expire): Change messages.
8964         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8965         `deleing-info' instead of "Deleting..."
8966
8967 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8968
8969         * wl-summary.el (wl-summary-refile-subr): Fix.
8970
8971 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8972
8973         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8974         if pipe folder.
8975
8976 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8977
8978         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8979
8980 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8981
8982         * wl-expire.el (wl-expire-hide): New function.
8983         (wl-summary-expire): Add `hide'.
8984
8985 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8986
8987         * wl-vars.el (wl-draft-reply-without-argument-list):
8988         Changed default value to consider `Reply-To:'.
8989         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8990
8991         * Version number is increased to 2.3.90.
8992
8993         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8994         elmo-imap4-get-session with unwind-protect.
8995         Don't cause error.
8996         (wl-summary-sync-marks): Don't check plugged nor folder type.
8997         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8998         (Always keep current buffer).
8999
9000 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9001
9002         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9003         Enclose with `save-excursion'.
9004
9005 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9006
9007         * wl-version.el (wl-version): Remove interactive.
9008
9009 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9010
9011         * wl-version.el (wl-generate-user-agent-string): Use
9012         `product-string-verbose' instead of `product-string-1'.
9013
9014 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9015
9016         * wl-vars.el (wl-draft-use-cache): New variable.
9017         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9018         if wl-draft-use-cache is non-nil.
9019
9020 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9021
9022         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9023         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9024
9025 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9028         (wl-thread-msg-mark-as-unread): Ditto.
9029
9030         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9031         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9032         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9033         Don't set mark in summary if return value of `elmo-mark-as-read'
9034         is nil.
9035         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9036         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9037         instead of `wl-thread-msg-mark-as-read'.
9038         (wl-summary-mark-as-unread-region): Ditto.
9039         (wl-summary-target-mark-mark-as-read): Ditto.
9040
9041         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9042
9043 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9046
9047         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9048
9049 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9050
9051         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9052         face.
9053
9054 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9055
9056         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9057         `running-xemacs'.
9058
9059 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9060
9061         * wl-version.el (toplevel): Use `product-version-as-string' for
9062         set verstion-string, if defined.
9063
9064         * wl-version.el (wl-version-show): Insert string at point, when
9065         call with argument.
9066
9067         * wl-version.el (wl-generate-user-agent-string): Use
9068         `product-string-1' instead of `wl-appname', `wl-version' and
9069         `wl-codename'.
9070
9071 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9072
9073         * wl-address.el (toplevel): Use product-provide.
9074         * wl-demo.el (toplevel): Ditto.
9075         * wl-dnd.el (toplevel): Ditto.
9076         * wl-draft.el (toplevel): Ditto.
9077         * wl-e21.el (toplevel): Ditto.
9078         * wl-expire.el (toplevel): Ditto.
9079         * wl-fldmgr.el (toplevel): Ditto.
9080         * wl-folder.el (toplevel): Ditto.
9081         * wl-highlight.el (toplevel): Ditto.
9082         * wl-message.el (toplevel): Ditto.
9083         * wl-mime.el (toplevel): Ditto.
9084         * wl-mule.el (toplevel): Ditto.
9085         * wl-nemacs.el (toplevel): Ditto.
9086         * wl-refile.el (toplevel): Ditto.
9087         * wl-score.el (toplevel): Ditto.
9088         * wl-summary.el (toplevel): Ditto.
9089         * wl-template.el (toplevel): Ditto.
9090         * wl-thread.el (toplevel): Ditto.
9091         * wl-util.el (toplevel): Ditto.
9092         * wl-vars.el (toplevel): Ditto.
9093         * wl-xmas.el (toplevel): Ditto.
9094         * wl.el (toplevel): Ditto.
9095
9096 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9097
9098         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9099         instead of product.
9100
9101         * wl-version.el (wl-version): Compile time evalution elmo-version.
9102
9103 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9104
9105         * wl-summary.el (wl-summary-sync-force-update): Append queue
9106         `mark-as-read'if unplugged.
9107
9108 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9109
9110         * wl-version.el: New file.  Use product.el.
9111         * wl.el: add (require 'wl-version).
9112         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9113         for ~/.folders header.
9114         (wl-fldmgr-folders-header): Changed.
9115         * wl-demo.el (wl-demo): Use product.el.
9116
9117         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9118         wl-version.el.
9119         * wl-util.el (wl-version, wl-version-show): Ditto.
9120
9121         * wl-util.el (wl-generate-user-agent-string,
9122         wl-extended-emacs-version, wl-extended-emacs-version2,
9123         wl-extended-emacs-version3): Move to wl-version.el.
9124         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9125         xemacs-codename, mime-edit-insert-user-agent-field,
9126         mime-edit-user-agent-value, mime-editor/version,
9127         mime-editor/codename): Compile warning killer move to
9128         wl-version.el
9129
9130 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9131
9132         * wl-summary.el (wl-summary-refile-subr): Fix.
9133
9134 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9137         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9138
9139 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9140
9141         * wl.el (wl-check-environment): Check too many `@'.
9142
9143 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9144
9145         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9146
9147 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9148
9149         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9150         wl-draft-reply-myself-without-argument-list): Add variables.
9151         * wl-draft.el (wl-draft-reply): Use it.
9152
9153 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9154
9155         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9156         the 5th argument of `elmo-network-get-spec'.
9157
9158         * wl-thread.el (wl-thread-reparent-children): New inline function.
9159         (wl-thread-delete-message): Use it.
9160
9161         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9162         (wl-summary-score-update-all-lines): Don't use `dolist'.
9163
9164 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9165
9166         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9167         (require 'elmo-msgdb) for inline function.
9168
9169 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9170
9171         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9172
9173 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9174
9175         * wl-score.el (wl-score-headers): Fix for the confusing macro
9176         `elmo-kill-buffer'.
9177
9178 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9179
9180         * wl-summary.el: Don't use the 3rd argument of `require' because
9181         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9182         * wl-util.el: Ditto.
9183         * wl-draft.el: Ditto.
9184
9185 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9186
9187         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9188         window system is not used.
9189
9190 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9191
9192         * wl-thread.el: Don't use `mapcar' only for iteration.
9193         (wl-thread-resume-entity): Ditto.
9194         (wl-thread-delete-message): Ditto.
9195
9196         * wl-summary.el: Bind `dragdrop-drop-functions',
9197         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9198         of `require' for `timezone', `easymenu' and `ps-print';
9199         don't use `mapcar' only for iteration.
9200
9201         * wl-util.el: Bind `mule-version', `nemacs-version',
9202         `emacs-beta-version', `xemacs-codename',
9203         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9204         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9205         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9206         only for iteration.
9207
9208         * wl-score.el: Don't use `mapcar' only for iteration.
9209         (wl-score-simplify-buffer-fuzzy): Ditto.
9210         (wl-score-simplify-subject): Ditto.
9211         (wl-score-headers): Ditto.
9212         (wl-summary-score-update-all-lines): Ditto.
9213
9214         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9215         `enable-multibyte-characters' and `mule-version'.
9216
9217         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9218         `mapcar' only for iteration.
9219
9220         * wl-demo.el: Don't use `mapcar' only for iteration.
9221
9222         * wl-folder.el: Don't use `mapcar' only for iteration.
9223         (wl-folder-open-all): Ditto.
9224         (wl-folder-count-incorporates): Ditto.
9225
9226         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9227         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9228
9229         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9230         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9231         `smtp-connection-type'; specify 3rd argument of `require' for
9232         `timezone'; don't use `mapcar' only for iteration.
9233         (wl-draft-clone-local-variables): Don't use `mapcar'.
9234         (wl-draft-generate-clone-buffer): Ditto.
9235         (wl-user-agent-compose-internal): Ditto.
9236
9237         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9238
9239         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9240         (wl-save-status): Ditto.
9241
9242         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9243         for iteration.
9244
9245 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9246
9247         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9248         removed `Date'.
9249         (wl-fldmgr-make-filter-default): New user option.
9250
9251         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9252         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9253         (wl-fldmgr-filter-completion-alist): Abolish.
9254
9255         * wl.el (wl): Don't check servers if arg is non-nil.
9256
9257         * wl-draft.el (wl-draft-reply): Set only message-id string to
9258         In-Reply-To field.
9259
9260 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * wl-summary.el (wl-summary-pick): Rewrite.
9263
9264         * wl-draft.el (wl-draft-forward): Get references field from
9265         original buffer.
9266         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9267
9268 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9269
9270         * wl-draft.el (wl-draft-forward): Add references field.
9271
9272 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9273
9274         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9275         (wl-draft-reply): Use it.
9276
9277 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9278
9279         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9280         when Emacs 21 is running.
9281
9282         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9283         bindings.
9284
9285 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9286
9287         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9288         XPM icons transparent.
9289
9290         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9291         Emacs 21.
9292
9293 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9294
9295         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9296         nil.
9297
9298         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9299         when it is persistent.
9300         (wl-summary-sync-marks): Changed argument for
9301         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9302         (wl-summary-virtual): Use `elmo-read-search-condition'.
9303         (wl-summary-redisplay-internal): If folder is local, mark as read
9304         even when folder is plugged.
9305
9306 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9307
9308         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9309         of `tool-bar-lines' in the frame parameters.
9310         (after-make-frame-functions, post-command-hook): Don't modify the
9311         value.
9312         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9313         wl-e21-tool-bar-lines): Removed.
9314
9315 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9316
9317         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9318         properties `evaporate' and `wl-momentary-overlay' as well.
9319         (wl-highlight-summary-displaying): Ditto.
9320         (wl-delete-all-overlays): Don't delete overlay which does not have
9321         a property `wl-momentary-overlay'.
9322
9323         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9324         `display-mouse-p' and `display-graphic-p'.
9325         (wl-folder-init-icons): Don't search for XBM or the other files.
9326         (wl-plugged-set-folder-icon): Make icons if and only if
9327         `display-graphic-p' returns non-nil.
9328         (wl-highlight-plugged-current-line): Use `before-string' overlay
9329         property to show icon images.
9330         (wl-highlight-folder-current-line): Ditto.
9331         (wl-e21-highlight-folder-group-line): Ditto.
9332         (wl-e21-highlight-folder-by-numbers): Ditto.
9333         (wl-e21-insert-image): Removed.
9334         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9335         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9336         said.
9337         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9338         `wl-e21-force-switch-toolbar'.
9339         (wl-e21-make-icon-image): Removed.
9340         (wl-e21-setup-toolbar): Don't search for XBM files.
9341         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9342         the default value.
9343
9344 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9345
9346         * wl-util.el (wl-biff-check-folder-async): Set
9347         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9348
9349 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9350
9351         * wl-e21.el (after-make-frame-functions): Add
9352         `wl-e21-force-switch-toolbar'.
9353         (wl-e21-force-switch-toolbar): New function force to switch the
9354         toolbar appearance automatically.
9355         (post-command-hook): Add `wl-e21-switch-toolbar'.
9356         (wl-e21-switch-toolbar): New function to switch the toolbar
9357         appearance automatically.
9358         (wl-e21-tool-bar-lines): New buffer local variable.
9359
9360 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9361
9362         * wl-util.el (wl-biff-check-folders-running): New variable.
9363         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9364         (wl-biff-check-folder-async-callback):
9365         Set `wl-biff-check-folders-running'.
9366         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9367         with unwind-protect.
9368
9369         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9370         Enclose `wl-folder-auto-check' with unwind-protect.
9371
9372         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9373         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9374
9375         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9376
9377         * wl-util.el (wl-biff-notify): New inline function.
9378         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9379         locally.
9380         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9381         folder-list' is 1.
9382         Use `wl-biff-notify'.
9383         (wl-biff-check-folder-async-callback): New function.
9384         (wl-biff-check-folder-async): Ditto.
9385
9386         * wl-folder.el (wl-folder): Don't check folders.
9387         (wl-folder-auto-check): New function.
9388
9389 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9390
9391         * wl-util.el (wl-biff-start) [Emacs19+]:
9392         Use `timer-next-integral-multiple-of-time'.
9393         (wl-biff-check-folders): Use `wl-default-folder'
9394         if `wl-biff-check-folder-list' is nil.
9395
9396 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9397
9398         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9399         instead of `elmo-delete-lists'.
9400
9401 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9402
9403         * wl.el (wl-plugged-toggle-all): Set the value of
9404         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9405         (wl-plugged-toggle): Ditto.
9406         (wl-toggle-plugged): Ditto.
9407         (wl-plugged-init): Ditto.
9408
9409         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9410         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9411         instead of `wl-biff-state-indicator-off' and
9412         `wl-biff-state-indicator-on'; don't modify the value and the type
9413         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9414         (wl-plugged-init-icons): Set icons data to
9415         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9416         instead of `wl-plug-state-indicator-off' and
9417         `wl-plug-state-indicator-on'; don't modify the value and the type
9418         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9419
9420         * wl-vars.el (wl-modeline-biff-state-off,
9421         wl-modeline-biff-state-on, wl-modeline-biff-status,
9422         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9423         wl-modeline-plug-status): New internal variables.
9424         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9425         wl-biff-check-interval, wl-biff-check-folder-list): Change
9426         customization group from `wl-folder' to `wl-highlight'.
9427         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9428         wl-show-plug-status-on-modeline): Defcustomized.
9429
9430         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9431         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9432         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9433         a flag to `mode-line-buffer-identification'.
9434
9435         * wl-e21.el (wl-biff-init-icons): Set icons data to
9436         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9437         instead of `wl-biff-state-indicator-off' and
9438         `wl-biff-state-indicator-on'.
9439         (wl-plugged-init-icons): Set icons data to
9440         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9441         instead of `wl-plug-state-indicator-off' and
9442         `wl-plug-state-indicator-on'.
9443
9444 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9445
9446         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9447         excessive titles.
9448
9449 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9450
9451         * wl.el (wl-plugged-mode): Use revised
9452         `wl-mode-line-buffer-identification'.
9453         (wl-plugged-init): Don't use `force-mode-line-update'.
9454
9455         * wl-xmas.el (wl-draft-overload-functions): Use revised
9456         `wl-mode-line-buffer-identification'.
9457         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9458         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9459         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9460         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9461         `wl-make-plugged-hook';
9462         add `wl-folder-init-icons' and `wl-setup-folder' to
9463         `wl-folder-mode-hook'.
9464
9465         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9466         19 as well.
9467         (wl-mode-line-display-priority-list): New user option.
9468         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9469         Defcustomized.
9470         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9471         Add docs.
9472
9473         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9474         start.
9475         (wl-mode-line-buffer-identification): Revised as a function.
9476
9477         * wl-summary.el (wl-summary-mode): Use revised
9478         `wl-mode-line-buffer-identification'; don't call
9479         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9480         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9481         `wl-xmas-setup-summary'.
9482
9483         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9484         `wl-mode-line-buffer-identification'.
9485
9486         * wl-mule.el (wl-draft-overload-functions): Use revised
9487         `wl-mode-line-buffer-identification'.
9488
9489         * wl-folder.el (wl-make-plugged-alist): Don't call
9490         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9491         (wl-folder): Don't call `wl-folder-init-icons' directly.
9492         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9493         `wl-xmas-setup-folder' directly;
9494         use revised `wl-mode-line-buffer-identification'.
9495         (TopLevel): Don't bind `wl-biff-init-icons',
9496         `wl-plugged-init-icons', `wl-folder-init-icons',
9497         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9498
9499         * wl-e21.el (wl-draft-overload-functions): Use revised
9500         `wl-mode-line-buffer-identification'.
9501         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9502         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9503         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9504         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9505         `wl-make-plugged-hook';
9506         add `wl-folder-init-icons' and `wl-setup-folder' to
9507         `wl-folder-mode-hook'.
9508
9509 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9510             Katsumi Yamaoka    <yamaoka@jpl.org>
9511
9512         * wl.el (wl): Call `wl-biff-start'.
9513         (wl-exit): Call `wl-biff-stop'.
9514         (wl-plugged-mode): Show biff in modeline.
9515         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9516
9517         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9518         (wl-biff-init-icons): New function.
9519         (wl-plugged-init-icons): Don't make too much keymaps.
9520         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9521
9522         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9523         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9524         variables.
9525         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9526         options.
9527
9528         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9529         wl-biff-start, wl-biff-stop): New functions.
9530         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9531         (wl-biff-timer-name): New variable.
9532
9533         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9534
9535         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9536         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9537
9538         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9539         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9540
9541         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9542         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9543         `wl-folder-init-icons' to `ignore' if they are not available.
9544         (wl-folder-mode): Show biff in modeline.
9545
9546         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9547         (wl-biff-init-icons): New function.
9548         (wl-plugged-init-icons): Don't make too much keymaps.
9549         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9550
9551 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9552
9553         * wl-vars.el (wl-strict-diff-folders): Customization Type
9554         and doc fix.  Define as a list of regular expressions for
9555         folders or nil.
9556         * wl-folder.el (wl-folder-check-one-entity): Use
9557         `wl-string-match-member' instead of `wl-string-member' for
9558         `wl-strict-diff-folders'.
9559
9560 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9561
9562         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9563         (wl-highlight-folder-current-line): Use it; new implementation.
9564         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9565         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9566         `defsubst' instead of `defun'.
9567
9568         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9569         `wl-highlight-group-folder-by-numbers'; made it can also be a
9570         number.  See info for more details.
9571
9572         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9573         running.
9574
9575         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9576         to bind them.
9577
9578         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9579         (wl-highlight-folder-current-line): New implementation.
9580
9581         * wl-highlight.el (wl-highlight-folder-group-line): New
9582         implementation.
9583         (wl-delete-all-overlays): Rewrite as a marco.
9584         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9585
9586         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9587         running.
9588         (wl-folder-*-glyph): No need to bind them.
9589
9590         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9591         `wl-e21-highlight-folder-group-icon'; rewrite.
9592         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9593         `defsubst' instead of `defun'.
9594         (wl-folder-mode-map): Bind it when compiling.
9595
9596 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9597
9598         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9599
9600         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9601
9602 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9603
9604         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9605
9606 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9607
9608         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9609         (wl-highlight-folder-current-line): Use it.
9610
9611         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9612         in `id-name'.
9613
9614 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9615
9616         * wl.el: Require `wl-e21' when Emacs 21 is running.
9617
9618         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9619         default when Emacs 21 is running.
9620         (wl-use-highlight-mouse-line): Ditto.
9621         (wl-on-emacs21): New constant.
9622         (wl-on-emacs20): Removed.
9623
9624         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9625         Emacs 21 is running.
9626
9627         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9628         Emacs 21 is running.
9629
9630         * wl-e21.el: New file.
9631
9632 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9633
9634         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9635         (wl-toggle-plugged): Ditto.
9636         (wl-plugged-toggle): Ditto.
9637         (wl-plugged-toggle-all): Ditto.
9638
9639         * wl-vars.el (wl-plug-state-indicator): Refer
9640         `wl-plug-state-indicator-on' indirectly.
9641
9642 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9643
9644         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9645         Call `wl-folder-confirm-existence'.
9646
9647         * wl-folder.el (wl-folder-confirm-existence): Added optional
9648         argument `force'.
9649
9650 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9651
9652         * wl-summary.el (wl-summary-refile-subr): Assume
9653         `copy-or-refile' as symbol.
9654         (wl-summary-refile): Follow up above change.
9655         (wl-summary-copy): Ditto.  Doc fix.
9656
9657 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9658
9659         * wl-summary.el (wl-summary-pick): Don't bind
9660         `elmo-search-mime-charset'.
9661
9662         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9663         default using old backquote style.
9664         (wl-search-mime-charset): Abolished.
9665
9666         * wl-highlight.el (wl-highlight-headers):
9667         Call `point' after `re-search-forward'(for Nemacs).
9668
9669         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9670         for elmo-imap4.el.
9671
9672 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9673
9674         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9675         `wl-message-ignored-field-list' instead of
9676         `mime-view-ignored-field-list'.
9677
9678         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9679         Add interactive spec.
9680         (wl-folder-goto-bottom-of-current-folder): Ditto.
9681         (wl-folder-mode-map): Bind them.
9682
9683         * wl-vars.el (wl-message-ignored-field-list): New variable.
9684         (wl-message-visible-field-list): New variable.
9685
9686         * wl-mime.el (wl-mime-header-presentation-method): New function.
9687         (wl-mime-setup): Set header-presentation-method.
9688
9689 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9690
9691         * wl-nemacs.el (wl-draft-overload-functions): Set
9692         `mode-line-buffer-identification' instead of using
9693         `wl-make-modeline'.
9694
9695         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9696         instead of using `wl-make-modeline'.
9697
9698         * wl-xmas.el (wl-plugged-init-icons): Set up
9699         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9700         (wl-make-modeline): Abolish.
9701         (wl-draft-overload-functions): Set
9702         `mode-line-buffer-identification' instead of using
9703         `wl-make-modeline'.
9704
9705         * wl-util.el (wl-make-modeline-subr): Abolish.
9706         (wl-mode-line-buffer-identification): New alias.
9707
9708         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9709         (wl-summary-make-modeline): Abolish.
9710         (wl-summary-buffer-set-folder): Set
9711         `wl-summary-buffer-folder-indicator'.
9712         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9713         of using `wl-make-modeline'.
9714         (wl-summary-switch-to-clone-buffer): Don't set
9715         `mode-line-buffer-identification'.
9716         (wl-summary-goto-folder-subr): Ditto.
9717
9718         * wl-mule.el (wl-draft-overload-functions): Set
9719         `mode-line-buffer-identification' instead of using
9720         `wl-make-modeline'.
9721
9722         * wl-folder.el (wl-folder-mode): Set
9723         `mode-line-buffer-identification' instead of using
9724         `wl-make-modeline'.
9725         (wl-folder): Don't set `mode-line-buffer-identification'.
9726
9727 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9728
9729         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9730         instead of `member' for `wl-refile-guess-func-list' look-ups.
9731         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9732
9733 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9734
9735         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9736         `wl-message-button-dispatcher'.
9737
9738         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9739
9740         * wl-message.el (wl-message-button-dispatcher): Use it.
9741
9742         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9743         "In-Reply-To".
9744
9745         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9746         Bind `case-fold-search' to t.
9747
9748 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9749
9750         * wl-xmas.el (wl-message-overload-functions): Initialize
9751         `wl-message-button-map'.
9752
9753         * wl-mule.el (wl-message-overload-functions): Initialize
9754         `wl-message-button-map'.
9755
9756         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9757
9758         * wl-message.el (wl-message-button-map): New keymap.
9759         (wl-message-add-button): New function.
9760         (wl-message-button-dispatcher): New function.
9761         (wl-message-button-refer-article): New function.
9762
9763         * wl-highlight.el
9764         (wl-highlight-message-add-buttons-to-header): New function.
9765         (wl-highlight-headers): Use it.
9766
9767 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9768
9769         * wl-summary.el (wl-summary-default-from): Use
9770         `wl-address-get-petname-1'.
9771         (wl-summary-simple-from): Ditto.
9772
9773         * wl-address.el (wl-address-get-petname-1): New inline function.
9774         (wl-address-get-petname): Use it.
9775
9776 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9777
9778         * wl-summary.el (wl-summary-default-from): Return full-name part
9779         from the address if no petname was found.
9780         (wl-summary-simple-from): Ditto.
9781
9782         * wl-address.el (wl-address-get-petname): Return nil if no petname
9783         associated with the address was found.
9784
9785 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9786
9787         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9788         display is finished.
9789
9790 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9791
9792         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9793         `elmo-folder-exists-p' argument.
9794
9795 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9796
9797         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9798         the folder.
9799
9800 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9801
9802         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9803
9804         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9805         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9806
9807 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9808
9809         * wl-folder.el (wl-folder-create-subr): New function.
9810         (wl-folder-confirm-existence): Use it.
9811         (wl-folder-check-one-entity): Use it.
9812         Check the error symbol is derived from 'elmo-open-error.
9813
9814         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9815         `ignore-error'.
9816
9817 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9818
9819         * wl-util.el (toplevel): Add (eval-when-compile (require
9820         'elmo-util)).  (Maybe `provide' is typo.)
9821
9822 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9823
9824         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9825         (I don't know why this was needed.)
9826
9827         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9828         Follow up changes for stream-type.
9829
9830         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9831         (wl-draft-elmo-nntp-send): Ditto.
9832
9833         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9834         (wl-nntp-posting-stream-type): Ditto.
9835         (wl-pop-before-smtp-ssl): Abolished.
9836         (wl-nntp-posting-ssl): Ditto.
9837
9838         * wl-address.el (wl-address-quote-specials): New function.
9839         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9840
9841         * wl-draft.el (wl-draft-reply): Ditto.
9842
9843 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9844
9845         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9846         use function `wl-string-match-assoc'.
9847
9848 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9849
9850         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9851
9852         * wl-draft.el (wl-draft-deduce-address-list): New function.
9853         (wl-draft-parse-mailbox-list): Ditto.
9854         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9855         instead of `smtp-deduce-address-list'.
9856         (wl-draft-on-field-p): Follow group list.
9857
9858         * wl-address.el (wl-address-concat-token): New function.
9859         (wl-address-string-without-group-list-contents): Ditto.
9860         (wl-complete-field-body): Fixed problem of completion
9861         by japanese petname.
9862         (wl-address-make-completion-list): Rewrite.
9863
9864 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9865
9866         * wl-address.el (wl-address-make-completion-list): Completion by
9867         petname.
9868         (wl-complete-field-body): Likewise.
9869
9870 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9871
9872         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9873         contains invalid address syntax.
9874
9875 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9876
9877         * wl-folder.el (wl-folder-check-entity-async): Use
9878         `elmo-nntp-spec-hostname'.
9879
9880 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9881
9882         * wl-summary.el (wl-summary-msgdb-load-async): Use
9883         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9884
9885 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9886
9887         * wl-draft.el (wl-draft-reply): Set argument
9888         `content-transfer-encoding' as nil.
9889
9890 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9891
9892         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9893         `wl-refile-alist'.
9894
9895 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9896
9897         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9898         (wl-draft-edit-string): Ditto.
9899         (wl-draft-forward): Ditto.
9900         * wl-summary.el (wl-summary-write): Ditto.
9901
9902 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9903
9904         * wl-summary.el (wl-summary-sync-update3): Call
9905         `wl-summary-buffer-number-column-detect'.
9906         (wl-summary-buffer-number-column-detect): Search from point-min.
9907
9908 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9909
9910         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9911         contains an address which is not included in original to or cc.
9912
9913 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9914
9915         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9916         begin-line does not exist.
9917         * wl-message.el (wl-message-uu-substring): Ditto.
9918
9919 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9920
9921         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9922         clear local variables.
9923         (wl-summary-exit): Call `elmo-commit'.
9924         (wl-summary-switch-to-clone-buffer): Call
9925         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9926         (wl-summary-goto-folder-subr): Ditto.
9927
9928         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9929         POP folder.
9930
9931 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9932
9933         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9934         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9935         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9936         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9937         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9938         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9939
9940         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9941
9942 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9943
9944         * wl-summary.el (wl-summary-search-by-subject):
9945         Search parent message from the latest one.
9946
9947 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9948
9949         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9950         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9951
9952         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9953         New user option.
9954
9955         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9956         if elmo-nntp-use-killed-list is nil.
9957         Use `elmo-msgdb-append-to-killed-list'.
9958         (Append numbers confirmed as disappeared to the killed list.)
9959         (wl-summary-confirm-appends): Don't display negative number.
9960
9961 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9962
9963         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9964
9965 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9966
9967         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9968         range is `all'.
9969         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9970         `elmo-list-bigger-diff'.
9971
9972 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9973
9974         * wl-summary.el (wl-summary-buffer-exit-func):
9975         New buffer local variable.
9976         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9977
9978 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9979
9980         * wl-demo.el (wl-demo): Fix the last change.
9981
9982 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9983
9984         * wl-demo.el (wl-demo): Don't use `eval'.
9985
9986 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9987
9988         * wl-summary.el (wl-summary-buffer-thread-modified):
9989         New buffer-local variable.
9990         (wl-summary-set-thread-modified): New function.
9991         (wl-summary-thread-modified-p): New function.
9992         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9993         (wl-summary-yank-saved-message): Use function
9994         `wl-summary-set-thread-modified'
9995         (wl-summary-switch-to-clone-buffer): Add
9996         `wl-summary-buffer-thread-modified'.
9997
9998         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9999         (wl-summary-buffer-mark-saved-hook): Ditto.
10000         * wl-summary.el (wl-summary-msgdb-save): New hook
10001         `wl-summary-buffer-message-saved-hook' and
10002         `wl-summary-buffer-mark-saved-hook'.
10003
10004 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10005
10006         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10007
10008 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10009
10010         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10011         don't hide scroll bars under FSF Emacsen because it may incur an
10012         undesirable redrawing.
10013
10014 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10015
10016         * wl-draft.el (wl-draft-edit-string): Call
10017         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10018
10019 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10020
10021         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10022
10023 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10024
10025         * wl-summary.el (wl-summary-msgdb-load-async): Call
10026         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10027
10028 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10029
10030         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10031         fringes in demo buffer; center bitmap logo correctly even if old
10032         Mule is used.
10033
10034 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10035
10036         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10037
10038         * wl-refile.el (wl-refile-subject-alist): New variable.
10039         (wl-refile-subject-alist-file-name): Ditto.
10040         (wl-refile-alist-setup): Rewrite.
10041         (wl-refile-alist-save): Use `elmo-object-save'.
10042         Eliminated arguments.
10043         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10044         (wl-refile-guess-by-subject): New function.
10045         (wl-refile-guess-func-list): Added it.
10046
10047 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10048
10049         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10050         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10051
10052 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10053
10054         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10055         New buffer-local variable.
10056         (wl-summary-buffer-next-folder-func): Ditto.
10057         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10058         if non-nil.
10059         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10060         if non-nil.
10061         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10062         if non-nil.
10063         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10064         if non-nil.
10065
10066 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10067
10068         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10069         permanently in the demo buffer.
10070
10071 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10072
10073         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10074         `mime-entity-fetch-field'.
10075
10076         * wl.el (wl-exit): Delete plugged buffer.
10077
10078         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10079         XEmacs has menubar feature.
10080
10081 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10082
10083         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10084         cannot arrive at the beginning of the buffer under old Emacsen.
10085
10086 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10087
10088         * wl-address.el (wl-address-ldap-search):
10089         Call `ldap-search-entries' with `withdn' argument t.
10090         (wl-complete-field-body): Bind completion-ignore-case as t.
10091         Clear ldap search hash when it was sole completion.
10092         Use elmo-string for pattern string.
10093         (wl-ldap-alias-safe-string): Eliminated needless let.
10094
10095 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10096
10097         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10098         (wl-ldap-alias-sep): New constant.
10099         (wl-ldap-search-attribute-type-list): Ditto.
10100         (wl-ldap-get-value): New function.
10101         (wl-ldap-make-filter): Ditto.
10102         (wl-ldap-make-matched-value-list): Ditto.
10103         (wl-ldap-alias-safe-string): Ditto.
10104         (wl-ldap-register-dn-string): Ditto.
10105         (wl-address-ldap-search): Rewrite.
10106
10107 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10108
10109         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10110         thread is deleted.
10111         (wl-thread-delete-line-from-buffer): Ditto.
10112         (wl-thread-get-exist-children): New function.
10113
10114 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10115
10116         * wl-demo.el (wl-demo): Made it to select various image types.
10117         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10118         from `wl-title-logo'.
10119         (wl-logo-ascii): New variable.
10120         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10121         (wl-demo-copyright-notice): New constant.
10122
10123         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10124
10125 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10126
10127         * wl-vars.el (wl-summary-target-above): Renamed from
10128         wl-summary-temp-above.
10129         * wl-score.el (wl-score-get-score-alist): Use it.
10130         (wl-summary-score-update-all-lines): Use it.
10131         * wl-summary.el: Ditto. (make-variable-buffer-local).
10132
10133 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10134
10135         * wl-vars.el (wl-ldap-port): New user option.
10136
10137         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10138         Rewite whole implementation.
10139         (wl-complete-field-body): Fixed.
10140
10141 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10142
10143         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10144         Choose implementation at compile time.
10145
10146 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10147
10148         * wl-address.el (wl-ldap-search-internal): New function.
10149         (wl-complete-field-to): Use it.
10150
10151 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10152
10153         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10154         Use `let' instead of `let*'.
10155         Require 'wl-vars.
10156
10157         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10158         Define as defcustom.
10159         (wl-ldap-base): Ditto.
10160         (wl-use-ldap): Ditto.
10161
10162 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10163
10164         * wl-address.el (wl-ldap-search): New function.
10165         (wl-complete-field-body): Use `wl-ldap-search'.
10166         (wl-ldap-server): New variable.
10167         (wl-ldap-base): Ditto.
10168         (wl-use-ldap): Ditto.
10169
10170 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10171
10172         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10173         (Pointed out by Mito <mit@nines.nec.co.jp>).
10174         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10175         buffer-local variables like `wl-summary-redisplay-internal'.
10176         (wl-summary-redisplay-all-header): Likewise.  Update
10177         Summary view too.
10178
10179 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10180
10181         * wl-summary.el (wl-summary-jump-to-parent-message):
10182         Consider prefix argument.
10183
10184         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10185         when closed thread is deleted.
10186
10187 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10188
10189         * wl-summary.el (wl-summary-jump-to-parent-message):
10190         Consider thread modification.
10191
10192 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10193
10194         * wl-message.el (wl-message-normal-get-original-buffer): Use
10195         `save-excursion'.
10196
10197         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10198         (wl-summary-showto-folder-regexp): Ditto.
10199
10200 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10201
10202         * wl-util.el (wl-delete-alist): Doc fix.
10203         (wl-delete-associations): New function.
10204         (wl-inverse-alist): New function.
10205         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10206         Split temporary variables. Use `wl-delete-associations'
10207         and `wl-inverse-alist'.
10208         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10209
10210 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10211
10212         * wl-folder.el (wl-folder-prefetch-entity):
10213         Execute prefetching if new count is unknown.
10214
10215 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10216
10217         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10218
10219         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10220         delete entity.
10221         (wl-thread-set-parent): If insert as top, set linked as nil.
10222
10223         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10224         `wl-thread-cleanup-symbols' when view mode is thread.
10225
10226 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10227
10228         * wl-folder.el (wl-folder-create-folder-entity): Use
10229         with-current-buffer.
10230         (wl-local-folder-init): Call set-buffer to make sure we are in
10231         the Folder buffer. Don't touch buffer-local variables here.
10232         (wl-folder-mode): Initialize buffer-local variables here.
10233
10234         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10235         (wl-folder-entity-assign-id): Ditto.
10236         (wl-folder-create-entity-hashtb): Ditto.
10237         (wl-local-folder-init): Ditto.
10238         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10239
10240 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10241
10242         * wl-summary.el (wl-summary-default-from): Fix probrem when
10243         std11-extract-address-components return (nil "foo@bar").
10244
10245 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10246
10247         * wl-draft.el (wl-draft-clone-local-variables):
10248         Remove redundant `setq'.
10249
10250 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10251
10252         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10253         Bind wl-highlight-x-face-func as nil while highlighting header.
10254
10255 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10256
10257         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10258
10259 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10260
10261         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10262         elmo-msgdb-overview-hashtb from copy-variables.
10263         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10264         instead of `elmo-msgdb-overview-get-entity-by-number'.
10265         (wl-summary-auto-refile): Ditto.
10266
10267         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10268         `elmo-msgdb-overview-get-entity' instead of
10269         `elmo-msgdb-search-overview-entity'.  Use
10270         `elmo-msgdb-overview-get-entity' instead of
10271         `elmo-msgdb-overview-get-entity-by-number'.
10272         (wl-thread-insert-entity-sub): Ditto.
10273         (wl-thread-insert-message): Ditto.
10274
10275         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10276         `elmo-msgdb-overview-get-entity'.
10277         (wl-normal-message-redisplay): Ditto.
10278
10279 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10280
10281         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10282         `wl-thread-entities'.
10283         (wl-thread-delete-message): Fix remove top message from
10284         `wl-thread-entity-list'.
10285
10286         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10287         wl-append(nconc), because update-list is broken on Meadow.
10288
10289         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10290         updating process.
10291         (wl-summary-rescan): Ditto.
10292         (wl-summary-sync-update3): Ditto.
10293         * wl-thread.el (wl-thread-set-parent): Renamed from
10294         `wl-summary-set-parent'.
10295         (wl-thread-insert-message): Updating buffer faster.
10296         (wl-thread-delete-message): Updating buffer faster.
10297
10298         * wl-score.el (wl-summary-score-update-all-lines): Changed
10299         interval for display progress gauge.
10300
10301 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10302
10303         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10304         folder always-sticky.
10305         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10306         defmacro.
10307
10308 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10309
10310         * wl-vars.el (wl-draft-add-references): New user option.
10311
10312         * wl-draft.el (wl-draft-add-references): New function.
10313         (wl-draft-yank-from-mail-reply-buffer): Use it.
10314         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10315         as nil.
10316
10317 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10318
10319         * wl-thread.el (wl-thread-update-line-msgs): Called
10320         `wl-thread-update-line-on-buffer-sub'.
10321         (wl-thread-update-line-on-buffer): Delete routine of inserting
10322         thread.
10323         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10324         moved from `wl-thread-update-line-on-buffer'.
10325         Add threshold for displaying progress gauge.
10326         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10327         argument of `wl-thread-update-line-msgs'.
10328         Add threshold for displaying progress gauge.
10329         * wl-folder.el:
10330         Add threshold for displaying progress gauge.
10331         * wl-score.el: Ditto.
10332
10333         * wl-expire.el (wl-summary-expire): Display deleting info.
10334
10335 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10336
10337         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10338         `no-msg'.
10339         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10340         argument of `wl-thread-update-line-msgs'.
10341         (wl-summary-set-parent): Added optional argument `parent-number'.
10342         (wl-summary-buffer-saved-message): New buffer local variable.
10343         (wl-summary-save-current-message): New command.
10344         (wl-summary-yank-saved-message): Ditto.
10345         (wl-summary-mode-map): Added key binding for
10346         `wl-summary-save-current-message' (\ew) and
10347         `wl-summary-yank-saved-message' (\C-y).
10348         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10349
10350 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10351
10352         * wl-summary.el (wl-summary-mode-map): Added key binding for
10353         `wl-summary-set-parent' (ts).
10354
10355 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10356
10357         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10358         subject faster. If thread number is reverse, delayed updating
10359         thread.
10360         (wl-summary-search-by-subject): Ditto.
10361         (wl-summary-put-alike): Ditto.
10362         (wl-summary-get-alike): Ditto.
10363         (wl-summary-insert-headers): Insert header of all overview in
10364         buffer.
10365         (wl-summary-rescan): Delayed updating thread. Kill search subject
10366         buffer for wl-summary-search-by-subject.
10367         (wl-summary-sync-update3): Ditto.
10368         (wl-summary-exit): Ditto.
10369         (wl-summary-goto-bottom-of-current-thread): Change for linked
10370         thread.
10371         (wl-summary-overview-create-summary-line): Change line for linked
10372         thread.
10373
10374         * wl-summary.el (wl-summary-update-thread): Use
10375         wl-thread-maybe-get-children-num.
10376         (wl-summary-set-parent): If change parent, move sub thread.
10377         (wl-summary-redisplay-internal): Add horizontal recenter.
10378         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10379
10380         * wl-thread.el (wl-thread-entity-get-linked): New function.
10381         (wl-thread-entity-set-linked): New function.
10382         (wl-thread-create-entity): Add linked element.
10383         (wl-thread-entity-insert-as-top): Use wl-append.
10384         (wl-thread-maybe-get-children-num): If closing thread, return
10385         children msgs.
10386         (wl-thread-update-line-msgs): Displaying progress message.
10387         (wl-thread-update-line-on-buffer-sub): Use
10388         wl-thread-maybe-get-children-num.
10389         (wl-thread-update-line-on-buffer): If update line is not exists,
10390         insert thread.
10391         (wl-thread-delete-message): If delete top msg of thread, search
10392         parent by subject.
10393         (wl-thread-insert-entity): Use
10394         wl-thread-maybe-get-children-num.
10395
10396         * wl-highlight.el (wl-highlight-summary-current-line): change
10397         sregexp for linked thread.
10398         * wl-util.el (wl-count-lines): Count lines.
10399         (wl-horizontal-recenter): horizontal recenter.
10400         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10401         (wl-score-get-alike): Ditto.
10402         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10403         (wl-subject-length-limit): New variable.
10404         (wl-highlight-thread-indent-string-regexp): Changed for linked
10405         thread.
10406
10407 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10408
10409         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10410         New variable (revival).
10411         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10412         by subject matching if there's no in-reply-to nor references field
10413         (revival).
10414
10415 \f
10416 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10417
10418         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10419         message.
10420
10421 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10422
10423         * wl-summary.el (wl-summary-reply): Return t if there was a
10424         message at cursor point.
10425         Added unwind-protect.
10426         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10427         returns t.
10428         (wl-summary-cancel-message): Do nothing when there's no message at
10429         cursor point.
10430         (wl-summary-forward): Ditto.
10431         (wl-summary-jump-to-parent-message): Ditto.
10432         (wl-summary-reedit): Ditto.
10433         (wl-summary-edit-addresses): Ditto.
10434         (wl-summary-pipe-message): Ditto.
10435         (wl-summary-print-message-with-ps-print): Ditto.
10436         (wl-summary-print-message): Ditto.
10437         (wl-summary-mark-as-important): Ditto.
10438         (wl-summary-mark-as-unread): Ditto.
10439
10440         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10441         message at cursor point.
10442         (wl-summary-reply-with-citation): Remove unwind-protect.
10443
10444         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10445         subject searching feature.
10446         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10447         Eliminated.
10448
10449 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10450
10451         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10452         New variable.
10453         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10454         by subject matching if there's no in-reply-to nor references field.
10455
10456         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10457
10458         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10459         when display is finished.
10460         (wl-folder-open-all): Ditto.
10461         (wl-folder-update-access-group): Ditto.
10462         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10463         * wl-thread.el (wl-thread-close-all): Ditto.
10464
10465         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10466         progress gauge only when it was displayed.
10467         * wl-folder.el (wl-folder-insert-entity): Ditto.
10468
10469 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10470
10471         * wl-summary.el (wl-summary-incorporate): Enclose
10472         `wl-summary-sync-force-update' with save-excursion.
10473
10474 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10475
10476         * wl-summary.el (wl-summary-prefetch-region):
10477         Pass current cursor point to `pos-visible-in-window-p' after
10478         moving cursor to the started point.
10479
10480 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10481
10482         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10483
10484         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10485         fields from the forwarding message.
10486         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10487         `ignored-fields'.
10488
10489 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10490
10491         * wl-mime.el (wl-message-request-partial):
10492         Eliminated argument `msgdb'.
10493         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10494         (wl-mime-combine-message/partial-pieces): Likewise.
10495         * tm-wl.el (wl-message-request-partial): Likewise.
10496         (wl-mime-combine-message/partial-pieces): Likewise.
10497
10498 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10499
10500         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10501         when display is finished.
10502
10503 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10504
10505         * wl-summary.el (wl-summary-goto-folder-subr):
10506         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10507
10508 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10509
10510         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10511         when cursor point is visible.
10512
10513 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10514
10515         * wl-expire.el (wl-expire-archive-get-max-number):
10516         Don't use `file-name-directory'.
10517
10518 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10519
10520         * wl-expire.el (wl-expire-archive-get-max-number):
10521         Use `file-name-directory'.
10522
10523 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10524
10525         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10526         only when there is progress.
10527
10528 2000-04-13  Mito <mit@nines.nec.co.jp>
10529
10530         * wl-summary.el (wl-summary-sync-marks): Display progress.
10531
10532 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10533
10534         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10535         (wl-summary-prev): Move cursor regardless of unread status.
10536         (wl-summary-next): Ditto.
10537
10538 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10539
10540         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10541         Added argument `target' and `number'.
10542         * tm-wl.el (wl-summary-burst-subr): New function.
10543         (wl-summary-burst): Use it.
10544
10545 2000-04-10  Mito <mit@nines.nec.co.jp>
10546
10547         * wl-mime.el (wl-burst): New function.
10548         (wl-summary-burst): Use it.
10549
10550 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10551
10552         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10553         as petname when there's no candidate.
10554
10555 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10556
10557         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10558         New variable.
10559         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10560
10561         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10562
10563         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10564
10565 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10566
10567         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10568         Use substring of `original' instead of buffer-substring.
10569         (wl-refile-evaluate-rule):
10570         Set `original' argument of wl-refile-expand-newtext.
10571
10572         * wl-summary.el
10573         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10574         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10575         (wl-summary-auto-refile): Check existence of destination folder just
10576         before marking.
10577
10578 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10579
10580         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10581         when wl-refile-get-field-value return nil.
10582
10583 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10584
10585         * wl-refile.el
10586         (wl-refile-expand-newtext): New function imported from Gnus.
10587         (wl-refile-evaluate-rule): Use it.
10588
10589 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10590
10591         * wl-summary.el (wl-summary-print-destination):
10592         Duplicate folder string to avoid putting text-property on
10593         original string.
10594
10595         * wl-refile.el (wl-refile-get-field-value): New function.
10596         (wl-refile-evaluate-rule): New function;
10597         Evaluate refile rule recursively.
10598         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10599         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10600         New function; Check existence of a target folder recursively.
10601         (wl-summary-auto-refile-check-refile-rule-alist):
10602         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10603
10604 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10605
10606         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10607
10608         * wl-folder.el (wl-create-folder-entity-from-buffer):
10609         Fixed problem when '}' character is contained in folder name.
10610
10611         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10612
10613 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10614
10615         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10616         (wl-fldmgr-add-completion-all-completions):
10617         Use wl-fldmgr-add-completion-hashtb.
10618
10619 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10620
10621         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10622         wl-fldmgr-add-completion-subr): New functions.
10623         * wl-folder.el (wl-folder-completion-func): New variable.
10624         * wl-summary.el (wl-summary-read-folder):
10625         Use wl-folder-completion-func.
10626
10627         * wl-refile.el: Eliminate throw & catch.
10628
10629         * wl.el (wl-plugged-sending-queue-status): Fixed.
10630
10631 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10632
10633         * wl-draft.el (wl-draft): Put category property on
10634         mail-header-separator.