* wl-vars.el (wl-access-folder-icon): New user option.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-vars.el (wl-access-folder-icon): New user option.
4
5         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
6         `Access folder'.
7
8 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9
10         * wl-summary.el (wl-summary-buffer-set-folder): Use
11         `wl-folder-mime-charset'.
12
13         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
14         `mime-charset'.
15         (wl-folder-get-elmo-folder): Ditto.
16         (wl-folder-mime-charset): New function.
17
18 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
19
20         * wl-util.el (wl-parse-addresses): Define alias of
21         `elmo-parse-addresses' (move to `elmo-util.el').
22
23         * wl-summary.el (wl-summary-default-from): Follow the API change.
24         (wl-summary-overview-entity-compare-by-date): Ditto.
25         (wl-summary-overview-entity-compare-by-from): Ditto.
26         (wl-summary-get-list-info): Get value of `ml-info' field from
27         entity at first.
28         (wl-summary-rescan-message): Treat prefix argument.
29         (wl-summary-prefetch-msg): Follow the API change.
30         (wl-summary-search-by-subject): Ditto.
31         (wl-summary-insert-thread): Ditto.
32         (wl-summary-line-subject): Ditto.
33         (wl-summary-line-from): Ditto.
34         (wl-summary-create-line): Ditto.
35         (wl-summary-print-message-with-ps-print): Ditto.
36
37         * wl-score.el (wl-score-ov-entity-get): Ditto.
38         (wl-score-followup): Ditto.
39         (wl-score-add-followups): Use `elmo-message-entity-field' instead
40         of `car'.
41         (wl-score-get-latest-msgs): Follow the API change.
42         (wl-score-get-header): Ditto.
43
44         * wl-refile.el (wl-refile-learn): Ditto.
45         (wl-refile-subject-learn): Ditto.
46         (wl-refile-get-field-value): Ditto.
47         (wl-refile-guess-by-history): Ditto.
48         (wl-refile-guess-by-subject): Ditto.
49
50         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
51
52         * wl-expire.el (wl-expire-date-p): Removed.
53         (wl-expire-archive-date): Follow the API change.
54         (wl-expire-localdir-date): Ditto.
55         (wl-summary-expire): Ditto.
56
57         * Version number is increased to 2.15.1.
58
59 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
60
61         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
62         group is access or not (it is not strict, like wl-fldmgr-rename).
63
64 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
65
66         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
67         duplicate call of `wl-summary-print-argument' on the wrong line.
68
69 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
72         even if argument `number' is nil.
73         (wl-summary-insert-line): Print action argument if current message
74         has it.
75
76 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
79         (wl-draft-reply): Ditto.
80         (wl-draft): Add optional argument `parent-number' and call
81         `wl-draft-create-buffer' with it.
82         (wl-draft-create-buffer): Add optional argument
83         `parent-number'. Set wl-draft-parent-number as it.
84
85 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-folder.el (wl-folder-set-persistent-mark): If summary
88         buffer is not for given folder, don't use it.
89
90 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
91
92         * Version number is increased to 2.15.0.
93
94 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
95
96         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
97
98         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
99         (wl-highlight-get-face-by-name): New internal function.
100         (wl-highlight-summary-line-face-spec): Use it and fixed.
101
102 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
103
104         * wl-summary.el (wl-summary-sync-update): Use
105         `elmo-message-entity-field' instead of `car' to get message-id
106         from overview entity.
107
108         * wl-summary.el (wl-summary-rescan-message): Call
109         `wl-highlight-summary-displaying' when displaying a message.
110
111 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
112
113         * wl-draft.el (wl-draft-config-info-filename): Extracted from
114         `wl-draft-config-info-operation'.
115         (wl-draft-buffer-change-number): New function.
116         (wl-draft-rename-saved-config): Ditto.
117         * wl.el (wl-init): Connect slot for message-number-changed.
118         (toplevel): Add autoload for wl-draft-rename-saved-config.
119
120 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
121
122         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
123         `update-overview'
124         (wl-summary-buffer-detach): Disconnect from it.
125         (wl-summary-rescan-message): Use command.
126
127         * wl-message.el (wl-message-buffer-display): Use
128         `with-current-buffer' instead of `save-excursion'.
129
130 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * wl-mime.el (wl-draft-preview-attributes-list): Protect
133         wl-draft-preview-attributes-list from distraction.
134
135 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
136
137         * wl-summary.el (wl-summary-sync-update): Sort the return value of
138         `elmo-list-diff'.
139
140 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * wl-summary.el
143         (wl-summary-edit-addresses-collect-candidate-fields): Use
144         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
145
146         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
147         instead of `elmo-set-work-buf'.
148
149         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
150         (wl-address-make-address-list): Ditto.
151
152         * Version number is increased to 2.13.3.
153
154 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
155
156         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
157         user option.
158
159         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
160         argument `5'.
161
162         * wl-message.el (wl-message-display-no-merge-p): New function.
163         (wl-message-buffer-display): Check whether the message is
164         reassembled and follow the API change.
165
166 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
169         multibyte on working buffer and removed unnecessary
170         `buffer-disable-undo'.
171
172 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
173
174         * wl-util.el (wl-read-search-condition-internal): Fixed the last
175         change.
176
177 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
178
179         * wl-util.el (wl-read-search-condition-internal): Protect
180         elmo-global-flags from distraction.
181
182 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
185
186         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
187         (wl-summary-event-handler): Ditto.
188         (wl-summary-update-persistent-mark-on-event): New
189         function (renamed from `elmo-event-handler-flag-changed').
190         (wl-summary-buffer-attach): New function.
191         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
192         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
193         instead of `elmo-folder-add-handler'.
194
195         * Version number is increased to 2.13.2.
196
197 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
200         and "\177" to the `wl-news-previous-page'.
201         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
202         (wl-news-previous-page): New function.
203
204 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
207         instead of `write-region' and simplify.
208
209 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-template.el (wl-template-select): Cause error if
212         `wl-template-alist' is nil.
213
214 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
215
216         * wl-news.el.in: Set file variable `no-byte-compile'.
217
218 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
221         whether a target message is within displaying area.
222         (elmo-event-handler-cache-changed): Ditto.
223
224 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
225
226         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
227         to `defun'.  Use `nconc' instead of `append' to collect descendant
228         message numbers.
229
230 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
231
232         * wl-thread.el (wl-thread-save-top-list)
233         (wl-thread-save-entities): Use `with-temp-buffer'.
234         * wl-news.el.in (wl-news-previous-version-load):
235         (wl-news-previous-version-save): Ditto.
236         * wl-summary.el (wl-summary-load-file-object)
237         (wl-summary-save-view-cache): Ditto.
238
239 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-util.el (toplevel): Require 'elmo-flag'.
242         (wl-read-search-condition): New function (Renamed from
243         `elmo-read-search-condition').
244         (wl-read-search-condition-internal): Likewise.
245
246         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
247         invalid.
248         (wl-summary-pick): Use `wl-read-search-condition' instead of
249         `elmo-read-search-condition'.
250         (wl-summary-virtual): Ditto.
251
252         * wl-folder.el (wl-folder-virtual): Ditto.
253         (wl-folder-pick): Ditto.
254
255         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
256
257 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-summary.el (wl-summary-reedit): Call
260         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
261
262 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * wl-mime.el (toplevel): Require wl-vars.
265
266         * wl-message.el (toplevel): Require cl at compile.
267
268         * wl-draft.el (toplevel): Require elmo.
269
270 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
271
272         * wl-message.el (wl-message-buffer-prefetch): Count is a number
273         and do nothing when it is not positive.
274         (wl-message-buffer-prefetch-next): Ditto.
275
276 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
277
278         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
279         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
280         (wl-summary-redisplay-internal): Ditto.
281
282         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
283         message (the condition is borrowed from `wl-check-variables-2').
284         (wl-summary-redisplay-internal): Ditto.
285
286 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-mime.el (wl-draft-nntp-attribute): New function.
289         (wl-draft-attribute-nntp-posting-server): Use it.
290         (wl-draft-attribute-nntp-posting-port): Ditto.
291
292         * wl-mime.el (wl-draft-preview-attributes-list): New function.
293         (wl-draft-show-attributes-buffer): Ditto.
294         (wl-draft-hide-attributes-buffer): Ditto.
295         (wl-draft-attribute-newsgroups): Ditto.
296         (wl-draft-attribute-nntp-posting-server): Ditto.
297         (wl-draft-attribute-nntp-posting-port): Ditto.
298         (wl-draft-preview-message): Use there functions.
299
300         * wl-vars.el (wl-draft-preview-attributes-list): Change default
301         value.
302
303 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
306         (wl-draft-reedit): Ditto.
307         (wl-draft-queue-flush): Ditto.
308
309         * wl-mime.el (wl-message-request-partial): Ditto.
310         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
311         instead of `elmo-message-fetch'.
312
313         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
314
315         * wl-summary.el (wl-summary-message-string): Ditto.
316
317 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-util.el (wl-current-message-buffer): Follow the API change.
320
321         * wl-summary.el (wl-summary-redisplay-internal): Call
322         `wl-summary-mark-as-read' with 2nd argument as nil and update
323         unread count instead of persistent mark.
324
325         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
326         variable.
327         (wl-message-redisplay): Follow the API change.
328         (wl-message-buffer-display): Managed mime-entity directly and
329         return preview buffer only.
330         (wl-message-display-internal): Rewrite.
331         (wl-message-buffer-prefetch-subr): Not save return value of
332         `wl-message-buffer-display'.
333
334         * Version number is increased to 2.13.1.
335
336 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
337
338         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
339         'elmo-multiple-fields-body-list' with boundary specified.
340
341 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-vars.el (wl-summary-resend-use-cache): New variable.
344         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
345         cache if `wl-summary-resend-use-cache' is non-nil.
346
347 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
350         (wl-nntp-posting-stream-type): Ditto.
351
352 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
353
354         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
355
356 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
357
358         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
359         message.
360
361 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
364         Abolish.
365         (wl-summary-buffer-persistent-mark-version): New internal
366         variable.
367         (wl-summary-update-mark-and-highlight-window): Check by
368         wl-summary-persistent-mark-invalid-p.
369         (wl-summary-update-status-marks): Ditto.
370         (elmo-event-handler-flag-changed): Rewrite.
371         (elmo-event-handler-cache-changed): Define.
372         (wl-summary-prefetch-msg): Does not update persistent mark here.
373         (wl-summary-delete-cache): Ditto.
374         (wl-summary-resume-cache-status): Ditto.
375         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
376         (wl-summary-persistent-mark-invalid-p): New function.
377         (wl-summary-validate-persistent-mark): Ditto.
378         (wl-summary-validate-persistent-mark-string): Ditto.
379         (wl-summary-invalidate-persistent-mark): Ditto.
380         (wl-summary-update-persistent-mark): Call
381         `wl-summary-validate-persistent-mark'.
382         (wl-summary-create-line): Call
383         `wl-summary-validate-persistent-mark-string'.
384
385         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
386         status as t if cache used.
387
388 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
391         only if the target is group.
392         * wl-folder.el (wl-folder-append-petname): Don't check group name.
393
394 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
395
396         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
397
398 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
399
400         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
401
402         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
403
404 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
405
406         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
407         (Thanks to Yoichi NAKAYAMA).
408
409 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-util.el (wl-save-drafts): Restore echo area.
412
413 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
414
415         * Version number is increased to 2.13.0.
416
417         * wl-util.el (wl-biff-check-folder-async): Use
418         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
419
420 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * wl-message.el (wl-message-display-internal): Does not put
423         wl-message-display-type property on message buffer.
424         (wl-message-buffer-display-type): New function.
425
426         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
427
428         * wl-summary.el (wl-summary-mode): Use `dolist' to add
429         `wl-summary-buffer-detach'.
430         (wl-summary-message-display-type): Use
431         `wl-summary-buffer-display-type'.
432
433 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
434
435         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
436         buffer-local.
437
438         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
439         kill-buffer-hook instead of make-local-variable.
440         (wl-draft-preview-message): Set `local' argument of add-hook as t.
441
442 2004-12-12  Scott Renfro <scott@renfro.org>
443
444         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
445         regex for square-branket.
446
447 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
450         `wl-message-mime-analysis-p' with argument `header'.
451
452 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
453
454         * wl-mime.el (wl-draft-yank-current-message-entity): 
455         Switch to no-mime following method according to wl-message-display-type
456         property.
457         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
458
459         * wl-message.el (wl-message-display-internal): 
460         Put wl-message-display-type property on message buffer.
461
462         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
463         (wl-message-display-internal): Ditto;
464
465         * wl-summary.el (wl-summary-toggle-mime): Ditto.
466
467 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-message.el (wl-message-make-display-type): New function.
470         (wl-message-display-type-property): Ditto.
471         (wl-message-mime-analysys-p): Ditto.
472         (wl-message-display-all-header-p): Ditto.
473         (wl-message-redisplay): Removed argument `as-is', `all-header' and
474         added `display-type'.
475         (wl-message-buffer-display): Likewise.
476         (wl-message-display-internal): Likewise.
477         (wl-message-buffer-display-type): Abolish.
478         (wl-message-buffer-prefetch-subr): Follow the API changed.
479
480         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
481         from wl-summary-buffer-display-all-header and changed default value.
482         (wl-summary-message-display-type): New function.
483         (wl-summary-buffer-display-mime-mode): Ditto.
484         (wl-summary-buffer-display-header-mode): Ditto.
485         (wl-summary-toggle-mime): Rewrite with above functions.
486         (wl-summary-toggle-all-header): Ditto.
487         (wl-summary-redisplay): Force redisplay with default mode.
488         (wl-summary-redisplay-internal): Renamed argument from `mode',
489         `all-header' to `mime-mode', `header-mode'.
490         Use `wl-message-make-display-type'.
491
492         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
493         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
494
495 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
496
497         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
498
499 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
502         in original message buffer.
503         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
504         buffer.
505
506 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
509
510 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
511
512         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
513
514 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
515
516         * wl-action.el (wl-summary-exec-action-refile): Display a done message
517         when actions succeeded.
518         (wl-summary-exec-action-copy): Likewise.
519
520 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
523         there is switch-to-buffer at the end of wl-message-select-buffer.
524         (wl-summary-reply): Ditto.
525
526 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
527
528         * wl-summary.el (wl-summary-forward): Put subject in original
529         message buffer as argument of wl-draft-forward.
530         * wl-draft.el (wl-draft-forward): Decode subject as in
531         wl-draft-reply.
532
533 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
536         a folder under access group.
537
538 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
541         wl-message-buffer-display.
542
543         * wl-util.el (wl-set-save-drafts): Fix typo.
544
545 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
548         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
549         wl-highlight-logo-face to set the bg color of an xbm image; fixed
550         the way to measure the width of a bitmap image; don't put face on
551         ascii and bitmap images; put the mark which should not use the
552         variable-pitch face on ascii and bitmap images.
553         (wl-demo-setup-properties): Don't use the variable-pitch face on
554         ascii and bitmap images; made it work on Emacs 20 and earlier.
555         (wl-demo-insert-text): End with a newline at the bottom; don't put
556         face on text.
557
558         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
559
560 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
561
562         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
563
564         * wl-util.el (wl-save-drafts): Moved from sample setting.
565         (wl-set-save-drafts): New function to set idle timer.
566         * wl-draft.el (wl-draft): Call it.
567         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
568
569 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
570
571         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
572         a summary which has toggle display status off.
573
574 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-draft.el (wl-draft-do-fcc): No cache save.
577
578 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-summary.el (elmo-event-handler-flag-changed): Use
581         `set-buffer' instead of `with-current-buffer'.
582
583 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-summary.el (wl-summary-after-resize-function): New function.
586         (wl-summary-mode): Add `wl-summary-after-resize-function' to
587         window-size-change-functions.
588
589 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * wl-draft.el (wl-draft-create-buffer): Bind
592         `change-major-mode-hook' after current buffer is changed.
593
594         * wl-summary.el (wl-summary-buffer-detach): New function.
595         (wl-summary-buffer-set-folder): Call it.
596         (wl-summary-mode): Add `wl-summary-buffer-detach' to
597         change-major-mode-hook and kill-buffer-hook.
598         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
599         (wl-summary-switch-to-clone-buffer): Ditto.
600         (wl-summary-goto-folder-subr): Ditto.
601
602 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
603
604         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
605         after boundp check.
606
607 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
610         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
611         for `kill-buffer'.
612
613         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
614         handler of current buffer from elmo-folder.
615
616 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
617
618         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
619
620 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-summary.el (wl-summary-buffer-event-handler): New internal
623         variable.
624         (wl-summary-event-handler): New class.
625         (elmo-event-handler-flag-changed): Define to update persistent
626         mark.
627         (wl-summary-buffer-set-folder): Register event handler to
628         elmo-folder.
629         (wl-summary-exit): Unregister event handler.
630         (wl-summary-goto-folder-subr): Ditto.
631         (wl-summary-mark-as-read-all): Does not call
632         `wl-summary-update-persistent-mark' directly.
633         (wl-summary-mark-as-read-internal): Ditto.
634         (wl-summary-set-persistent-mark-internal): Ditto.
635         (wl-summary-set-flags-internal): Ditto.
636
637         * Version number is increased to 2.11.33.
638
639 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
640
641         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
642         to nil.
643
644 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-spam.el (wl-spam-setup): Add hook
647         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
648         instead of `wl-summary-prepare-hook'.
649
650         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
651         if folder type is `'flag'.
652         (wl-summary-mark-as-important): Ditto.
653
654 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * wl-address.el (wl-address-minibuffer-history): New variable.
657         (wl-address-minibuffer-local-map): New keymap.
658         (wl-address-read-from-minibuffer): New function.
659
660         * wl-action.el (wl-summary-get-resend-address): Use
661         `wl-address-read-from-minibuffer' instead of `completing-read'.
662
663 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * Version number is increased to 2.11.32.
666
667 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
670         without mule to iso-8859-1.
671         (wl-draft-add-in-reply-to): Add note in description.
672         (wl-draft-add-references): Ditto.
673
674 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
675
676         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
677         definition for `m'.
678         (wl-summary-mode-line-format): Add '[%m]'.
679         (wl-message-mode-line-format-spec-alist): Ditto.
680         (wl-summary-display-mime-mode-list): New variable.
681
682         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
683         from wl-summary-buffer-display-as-is.
684         (wl-summary-buffer-display-all-header): New buffer local variable.
685         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
686         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
687         instead of wl-summary-buffer-display-as-is.
688         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
689         (wl-summary-set-persistent-mark): Ditto.
690         (wl-summary-set-message-buffer-or-redisplay): Just call
691         `wl-summary-redisplay-internal' without optional arguments.
692         (wl-summary-toggle-mime): Rewrite.
693         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
694         (wl-summary-toggle-all-header): New function.
695         (wl-summary-redisplay-internal): Treat mime mode.
696
697         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
698         to wl-mime-preview-follow-no-mime.
699         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
700         accodring to the display-mode.
701
702         * wl-message.el (wl-message-buffer-display-type): Rewrite.
703         (wl-message-buffer-display): Changed argument name from `as-is' to
704         `mode'.
705         (wl-message-display-internal): Ditto;
706         Bind elmo-mime-display-header-analysis according to the mode.
707         (wl-message-display-internal): Put wl-message-display-mime-mode
708         property on entire buffer.
709
710 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
711
712         * wl-draft.el (wl-draft-do-fcc): Undo last change.
713
714 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
715
716         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
717         Don't extract mail address.
718         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
719
720         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
721
722         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
723
724 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
727         wl-fldmgr-cut-entity-list on confirmation.
728
729 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
732         (wl-mime-quit-preview): Check existence of
733         mime-edit-temp-message-buffer here.
734
735 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
736
737         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
738         after deletion.
739
740         * wl-draft.el (wl-draft-send-confirm): Check major-mode
741         before calling wl-mime-quit-preview.
742
743 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-summary.el (wl-summary-pick): If call it with prefix
746         argument, set `delete-marks' as non-nil. Pick from only visible
747         messages.
748         (wl-summary-check-target-mark): New function.
749         (wl-summary-target-mark-mark-as-read): Use it.
750         (wl-summary-target-mark-mark-as-unread): Ditto.
751         (wl-summary-target-mark-operation): Ditto.
752         (wl-summary-target-mark-set-flags): Ditto.
753         (wl-summary-target-mark-save): Ditto.
754         (wl-summary-target-mark-pick): Ditto.
755         (wl-summary-target-mark-forward): Ditto.
756         (wl-summary-target-mark-reply-with-citation): Ditto.
757         (wl-summary-target-mark-print): Ditto.
758         (wl-summary-target-mark-uudecode): Ditto.
759
760         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
761         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
762         with `ask-coding' is non-nil.
763
764 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-thread.el (wl-thread-set-parent): If parent is a message
767         which is identified by references, set linked as nil.
768
769 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
770
771         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
772         (wl-message-mode-line-format-spec-alist): Ditto.
773         (wl-message-mode-line-format): Ditto.
774         (wl-summary-mode-line-format): Ditto for docstring.
775         (wl-summary-no-mime-folder-list): Fix typo.
776
777         * wl-util.el (wl-current-message-buffer): Call
778         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
779
780         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
781         variable.
782         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
783         of `wl-summary-redisplay-no-mime'.
784         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
785         (wl-summary-toggle-mime): New function.
786         (wl-summary-redisplay-all-header): Rewrite.
787         (wl-summary-redisplay-no-mime): Ditto.
788         (wl-summary-redisplay-internal): Added argument `as-is' and
789         `all-header'.
790
791         * wl-refile.el (wl-refile-default-from-folder-path-separator):
792         New variable.
793         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
794         bottom.
795         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
796         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
797         "/" unconditionally.
798
799         * wl-mime.el (wl-draft-yank-current-message-entity): Use
800         wl-mime-preview-follow-no-mime for as-is content.
801         (wl-mime-preview-follow-no-mime): New function.
802         (wl-mime-preview-follow-current-region): Fixed parenthesis.
803
804         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
805         and added `as-is', `all-header'.
806         (wl-message-buffer-display): Ditto.
807         (wl-message-buffer-display-type): New function.
808
809 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
810
811         * wl-vars.el (wl-message-header-button-alist): Change default
812         value.
813         (wl-message-body-button-alist): Ditto.
814
815 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
818
819 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
822
823 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
824
825         * wl-summary.el (wl-summary-sync-marks): Remove condition which
826         is always true.
827
828 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
831         on null entity.
832
833 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
834
835         * wl-vars.el (wl-draft-reply-default-position): Fix range.
836
837 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838
839         * wl-vars.el (wl-summary-resend-hook): New hook.
840
841         * wl-action.el (wl-summary-exec-action-resend-subr): Run
842         `wl-summary-resend-hook'.
843
844 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
845
846         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
847         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
848         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
849         (wl-summary-new-cached-mark): Changed default value to 'n'.
850         (wl-summary-unread-cached-mark): Changed default value to 'u'.
851         (wl-summary-answered-cached-mark): Changed default value to 'a'.
852         (wl-folder-sync-range-alist): Remove spec for 'flag.
853         (wl-summary-force-prefetch-folder-list): New user option.
854
855         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
856         `wl-summary-toggle-persistent-mark'.
857         (wl-summary-update-mark-and-highlight-window): Don't highlight when
858         number is nil.
859         (wl-summary-mark-as-answered-region): Set interactive argument of
860         `wl-summary-set-persistent-mark-internal'.
861         (wl-summary-mark-as-important-region): Ditto.
862         (wl-summary-unset-persistent-mark): Ditto.
863         (wl-summary-set-persistent-mark): Ditto.
864         (wl-summary-mark-as-answered): Ditto.
865         (wl-summary-mark-as-important): Ditto.
866         (wl-summary-set-persistent-mark-internal): Do nothing
867         when `elmo-message-flag-available-p' is nil.
868         (wl-summary-toggle-persistent-mark): New function.
869         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
870         when the folder matches `wl-summary-force-prefetch-folder-list'.
871
872
873         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
874         when number is nil.
875         (wl-highlight-summary-forwarded-face): New face.
876
877 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
878
879         * Version number is increased to 2.11.31.
880
881 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
882
883         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
884         (wl-biff-check-folder-async): Ditto.
885         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
886
887 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
888
889         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
890         Add an argument `reverse'.  All callers are updated.
891         (wl-summary-sort): Add a prefix argument `reverse' to specify
892         reverse sorting.
893         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
894         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
895         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
896
897 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-message.el (wl-message-redisplay): Does not narrow header if
900         disply-type is all-header or as-is.
901
902         * wl-summary.el (wl-summary-enter-handler): Use
903         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
904
905 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
908         after adding wl-draft-parent-variables.
909         (wl-draft-forward): Ditto.
910
911 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-summary.el (wl-summary-sync-marks): Call
914         `wl-summary-set-persistent-mark' and
915         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
916         (wl-summary-set-persistent-mark-internal): Add 4th argument
917         `no-server'.
918         (wl-summary-unset-persistent-mark): Ditto.
919         (wl-summary-set-persistent-mark): Ditto.
920         (wl-summary-add-flags-internal): Abolish.
921         (wl-summary-remove-flags-internal): Ditto.
922         (wl-summary-mark-as-important-internal): Ditto.
923         (wl-summary-mark-as-important): Use
924         `wl-summary-set-persistent-mark' instead of
925         `wl-summary-add-flags-internal'.
926         (wl-summary-mark-as-important-region): Ditto.
927
928         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
929
930         * wl-summary.el (wl-summary-get-available-flags): New function.
931         (wl-summary-sync-marks): Use it and simplified.
932         (wl-summary-unset-persistent-mark): Use
933         `wl-summary-get-available-flags'.
934         (wl-summary-set-persistent-mark): Ditto.
935
936 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
937
938         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
939         id.
940
941 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-summary.el (wl-summary-enter-handler): If argument is not a
944         number, call `wl-summary-prev-line-content'. Show message when the
945         message is not found.
946
947 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
948
949         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
950         wl-summary-enter-handler.
951         (wl-summary-enter-handler): New command.
952
953         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
954         docstring and custom spec.
955
956         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
957         flags too; Don't treat Cached and New.
958         (wl-summary-set-persistent-mark): Ditto.
959
960         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
961         `wl-folder-set-flag'.
962
963         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
964         instead of `wl-folder-set-flag'.
965
966         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
967         for completion.
968         (wl-summary-set-persistent-mark): Ditto.
969
970         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
971         instead of `wl-draft-quit-preview'.
972
973         * wl-mime.el (toplevel): Avoid compile warning.
974         (wl-mime-quit-preview): New function
975         (formarly defined as `wl-draft-quit-preview').
976         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
977         quitting method.
978
979         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
980
981         * wl-folder.el (wl-folder-set-flag): Renamed from
982         `wl-draft-set-flag-on-parent'.
983
984         * wl-draft.el (wl-draft-quit-preview): New function.
985         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
986         (wl-draft-send): Call `wl-folder-set-flag' instead of
987         `wl-draft-set-flag-on-parent'.
988         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
989
990 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
991
992         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
993         (wl-draft-send): Ditto.
994
995 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
996
997         * wl-vars.el (wl-draft-reply-hook): Changed default value.
998         (wl-draft-kill-pre-hook): Set default value as nil.
999         (wl-summary-reply-hook): Ditto.
1000         (wl-draft-kill-flags): Abolish.
1001
1002         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1003         (wl-draft-parent-variables): Renamed from
1004         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1005         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1006         argument; Add wl-draft-parent-variables to
1007         wl-draft-config-variables.
1008         (wl-draft-reply): Likewise.
1009         (wl-draft-kill-flags): Abolish.
1010         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1011         (wl-draft-set-flag-on-parent): New function.
1012         (wl-draft-setup-parent-flag): Ditto.
1013
1014 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1015
1016         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1017         `wl-draft-parent-folder' is "".
1018
1019 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1020
1021         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1022         (wl-summary-digit-jump): New function.
1023         (Adviced by John Owens and Hiroya Murata)
1024
1025         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1026         (Adviced by John Owens)
1027
1028         * wl-xmas.el (wl-message-define-keymap): Ditto.
1029
1030         * wl-mule.el (wl-message-define-keymap): Ditto.
1031
1032 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1035         change of return value of elmo-folder-count-flags.
1036
1037         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1038         (wl-summary-mark-as-read-internal): Ditto.
1039         (wl-summary-set-persistent-mark-internal): Ditto.
1040         (wl-summary-folder-info-update): Ditto.
1041         (wl-summary-sync-update): Fixed the last change.
1042
1043         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1044
1045 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1046
1047         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1048         (wl-draft-kill-flags): Fixed docstring.
1049
1050         * wl-draft.el (wl-draft-kill-flags): New function.
1051         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1052
1053 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1054
1055         * wl-vars.el (wl-reply-hook): Abolish.
1056         (wl-draft-reply-hook): New hook.
1057         (wl-summary-reply-hook): Ditto.
1058         (wl-draft-forward-hook): Ditto.
1059         (wl-summary-forward-hook): Ditto.
1060         (wl-draft-kill-flags): New variable.
1061
1062         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1063         wl-summary-set-persistent-mark-internal.
1064         (wl-summary-sync-marks): Use elmo-preserved-flags.
1065         (wl-summary-update-persistent-mark): Make it interactive.
1066         (wl-summary-set-persistent-mark-internal): New inline function.
1067         (wl-summary-mark-as-answered): Use it.
1068         (wl-summary-mark-as-unanswered): Ditto.
1069         (wl-summary-unset-persistent-mark): New function.
1070         (wl-summary-set-persistent-mark): Ditto.
1071         (wl-summary-reply): Don't set answered flag;
1072         Run wl-summary-reply-hook instead.
1073         (wl-summary-forward): Call wl-draft-forward with number.
1074         Run wl-summary-forward-hook.
1075
1076         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1077         (wl-highlight-summary-line-face-spec): Use it as a default
1078         persistent mark face.
1079
1080         * wl-draft.el (wl-draft-forward): Added optional argument number;
1081         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1082         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1083         (wl-draft-kill): Use wl-draft-kill-flags.
1084
1085         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1086
1087         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1088         of return value of elmo-folder-count-flags.
1089
1090         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1091
1092         * wl-summary.el (wl-summary-count-unread): Ditto.
1093         (wl-summary-sync-update): Follow the change above.
1094         (wl-summary-force-prefetch): New function.
1095
1096 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1097
1098         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1099         variable `buf' with `let' instead of `setq'.
1100
1101 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1102
1103         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1104         add Content-Disposition heaeder on the deleted part.
1105
1106 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1107
1108         * wl-draft.el (wl-draft-save): Encode address list under edit by
1109         `eword-encode-unstructured-field-body'.
1110
1111         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1112
1113 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1116         wl-current-summary-buffer.
1117
1118 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1119
1120         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1121         `numbers' is ignored.
1122
1123 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-folder.el (wl-folder-open-folder): Avoid error.
1126         Reported by John Owens, [wl-en:815]
1127
1128         * wl.el (wl): Set timer for biff process even if prefix argument
1129         is given or auto-checking is quitted.
1130
1131         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1132         immediately.
1133         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1134         (wl-toggle-plugged): Ditto.
1135
1136         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1137         * wl-util.el (wl-biff-start): Use idle timer if
1138         `wl-biff-use-idle-timer' is non-nil.
1139
1140 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1141
1142         * wl-highlight.el (wl-highlight-message): Fix description.
1143
1144 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1145
1146         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1147         tty.
1148
1149 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1150
1151         * wl-action.el (wl-summary-exec): Print failure count.
1152
1153 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1154
1155         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1156         to `defun', remove interactive form.
1157         Set elmo-message-fetch-confirm when force-reload is non-nil.
1158
1159 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-summary.el (toplevel): Removed unnecessary autoload.
1162
1163 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1164
1165         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1166         the buffer is generated from another message buffer.
1167
1168 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1169
1170         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1171         extracted from `wl-fldmgr-save-folders'.
1172         (wl-fldmgr-delete): Call it after deletion.
1173
1174 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1175
1176         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1177         multi-tty support.
1178
1179 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1180
1181         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1182
1183 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1184
1185         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1186         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1187
1188 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1189
1190         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1191         unsubscribe list only if argument CLEAR is nil.
1192
1193 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1194
1195         * wl-draft.el (wl-draft-reply): Decode subject before removing
1196         Re: prefix.
1197
1198 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1199
1200         * wl-summary.el (wl-summary-sort-by-size): New command.
1201
1202 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-summary.el (wl-summary-number-list-from-region): New
1205         function.
1206         (wl-summary-mark-as-read-region): Use it.
1207         (wl-summary-mark-as-unread-region): Ditto.
1208         (wl-summary-set-flags-region): Ditto and add optional argument
1209         remove.
1210         (wl-summary-mark-as-answered-region): Ditto.
1211         (wl-summary-mark-as-important-region): Ditto.
1212         (wl-summary-target-mark-mark-as-important): Added optional
1213         argument remove.
1214         (wl-summary-target-mark-mark-as-answered): Ditto.
1215         (wl-summary-target-mark-set-flags): Ditto.
1216
1217 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-summary.el (wl-summary-set-flags-region): Call
1220         `wl-summary-set-flags-internal' with number list instead of call
1221         one by each message.
1222         (wl-summary-target-mark-set-flags): Likewise.
1223
1224 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1225
1226         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1227         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1228         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1229         (wl-summary-target-mark-mark-as-answered): Likewise.
1230
1231 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1232
1233         * wl-summary.el (wl-summary-target-mark-forward): Use
1234         `wl-summary-delete-all-target-marks' instead of
1235         `wl-summary-delete-all-temp-marks'.
1236         (wl-summary-target-mark-reply-with-citation): Ditto.
1237         (wl-summary-target-mark-uudecode): Ditto.
1238         (wl-summary-target-mark-set-flags): Ditto and remove needless
1239         cursor move.
1240
1241 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1242
1243         * wl-summary.el (wl-summary-target-mark-forward): Protect
1244         wl-summary-buffer-target-mark-list from nreverse.
1245         (wl-summary-target-mark-reply-with-citation): Ditto.
1246
1247 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1248
1249         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1250         `elmo-display-progress-threshold'.
1251
1252 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1253
1254         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1255         check `wl-summary-highlight'.
1256         (wl-summary-window-scroll-functions): Respect value of
1257         `wl-summary-highlight'.
1258         (wl-summary-sync-update): Run hooks
1259         `wl-summary-buffer-window-scroll-functions' at any time.
1260
1261 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1262
1263         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1264         from `wl-summary-cleanup-temp-marks'.
1265         (wl-summary-cleanup-temp-marks): Abolish argument.
1266         * wl.el (wl-save-status): Revert previous change.
1267         (wl-execute-temp-marks): New function, call
1268         `wl-summary-exec-with-confirmation'.
1269         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1270         (wl-folder-save-and-exec-marks): Abolished.
1271
1272 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1273
1274         * wl-e21.el (wl-e21-display-image-p): Respect
1275         `wl-highlight-folder-with-icon'.
1276         (wl-e21-highlight-folder-group-line): Highlight mouse line
1277         even if wl-e21-display-image-p is nil.
1278
1279         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1280         Respect value of `wl-summary-highlight'.
1281
1282         * wl.el (wl-save-status): Remove unused variable.
1283
1284         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1285         (wl-folder-mode-map): Bind it to "x".
1286
1287 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1288
1289         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1290
1291         * wl-thread.el (wl-thread-get-parent-list): Don't check
1292         disconnected ancestors, neglecting needless work in
1293         `wl-thread-update-indent-string-thread'.
1294
1295         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1296         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1297         argument, add argument default-keep to keep marks by default.
1298
1299         * Version number is increased to 2.11.30.
1300
1301         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1302         customization type and docstring.
1303         (wl-draft-reply-without-argument-list): Ditto.
1304
1305 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1308
1309         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1310
1311 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1312
1313         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1314
1315 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1316
1317         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1318         save-excursion so as not to include run-hooks.
1319
1320 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1323         Clarify that marks are going to be cleared.
1324
1325 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1328         according to 3rd element of wl-summary-flag-mark.
1329
1330         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1331
1332 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1333
1334         * wl-action.el (wl-summary-target-mark-all): Don't set
1335         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1336
1337 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1338
1339         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1340         (wl-forward-subject-prefix): Ditto.
1341         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1342         (wl-draft-reply-make-subject): Ditto.
1343
1344         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1345         `wl-draft-forward'.
1346         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1347
1348 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1349
1350         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1351         target message does not exist.
1352
1353 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1354
1355         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1356         `wl-subject-prefix-regexp'.
1357         (wl-subject-forward-prefix-regexp): New variable.
1358         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1359         `wl-draft-strip-subject-re' and take regexp as argument.
1360         (wl-draft-forward): Use it.
1361         (wl-draft-reply): Ditto.
1362
1363 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1364
1365         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1366         emacs multi-tty support.
1367
1368 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1369
1370         * wl-e21.el (wl-e21-display-image-p): Don't call
1371         `display-images-p'.
1372         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1373         support.
1374         (wl-highlight-folder-current-line): Ditto.
1375         (wl-folder-init-icons): Ditto.
1376
1377 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1378
1379         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1380         the last line of summary in unplugged mode.
1381
1382 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1383
1384         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1385
1386 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1387
1388         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1389         * wl-address.el (wl-address-user-mail-address-p): Use it.
1390         (wl-address-delete-user-mail-addresses): Ditto.
1391         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1392
1393         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1394         (wl-address-delete-user-mail-addresses): Ditto.
1395
1396         * wl-address.el (wl-address-delete-user-mail-addresses): New
1397         function.
1398         * wl-refile.el (wl-refile-guess-by-history): Use it.
1399         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1400         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1401
1402         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1403         use wl-address-user-mail-address-p.
1404
1405 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1406
1407         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1408         after opening group.
1409
1410 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1413         of elmo-set-buffer-multibyte.
1414
1415         * wl-message.el (wl-original-message-mode): Ditto.
1416
1417         * wl-score.el (wl-score-insert-header): Ditto.
1418
1419         * wl-summary.el
1420         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1421         (wl-summary-goto-folder-subr): Ditto.
1422         (wl-summary-insert-headers): Ditto.
1423
1424         * wl-util.el (wl-set-string-width): Ditto.
1425
1426         * Version number is increased to 2.11.29.
1427
1428 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1431         (wl-highlight-summary-line-help-echo-alist): New variable.
1432         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1433         into `wl-highlight-summary-line-help-echo' and
1434         `wl-highlight-flag-folder-help-echo'.
1435         (wl-highlight-summary-line-string): Change accordingly.
1436         (wl-highlight-summary-current-line): Ditto.
1437
1438 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1441         at the beginning of field body (Thanks to Markus Knittig).
1442
1443         * wl-draft.el (wl-draft-insert-current-message): Also check
1444         summary buffer, remove unnecessary tag.
1445
1446 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1447
1448         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1449         when wl-message-buffer is nil.
1450
1451         * wl-folder.el (wl-folder): Abolish unused argument.
1452         Call wl-folder-init when wl-folder-entity is nil.
1453         * wl.el (wl): Change accordingly.
1454
1455 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456
1457         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1458         multibyte string before insert into draft buffer.
1459         (wl-draft-create-buffer): Always enable multibyte characters for
1460         draft buffer.
1461
1462         * Version number is increased to 2.11.28.
1463
1464 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1465
1466         * wl-folder.el (wl-folder-open-close): Handle blank line.
1467         (wl-folder-jump-to-current-entity): Ditto.
1468
1469 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * Version number is increased to 2.11.27.
1472
1473 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1474
1475         * wl-thread.el (wl-thread-insert-message): When the thread is
1476         devided by wl-summary-max-thread-depth, insert line at the end of
1477         buffer.
1478
1479 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * Version number is increased to 2.11.26.
1482
1483 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1484
1485         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1486
1487 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1488
1489         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1490         value of stream-type and session.
1491
1492 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * Version number is increased to 2.11.25.
1495
1496 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1497
1498         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1499         in a quit message.
1500
1501 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1502
1503         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1504         (wl-summary-redisplay-no-mime-internal): Ditto.
1505
1506 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1509         * wl-vars.el (wl-smtp-connection-type): Ditto.
1510
1511 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1512
1513         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1514         for the separator line and quote mail-header-separator.
1515
1516 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1519         result message.
1520
1521         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1522         `elmo-multiple-fields-body-list' with boundary as
1523         mail-header-separator.
1524
1525 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1526
1527         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1528
1529 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1530
1531         * wl-util.el (wl-list-diff): Remove unused function.
1532
1533         * wl-draft.el (wl-draft-send-confirm): Discard input before
1534         confirmation.
1535
1536 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1537
1538         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1539         order of flag and new.
1540
1541 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1542
1543         * wl-vars.el (wl-refile-policy-alist): Abolished.
1544
1545         * wl-action.el (wl-summary-set-action-refile): Follow the change
1546         above.
1547
1548 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * wl-highlight.el (wl-highlight-signature-search): Don't use
1551         re-search-backward for a long word since it is possible to crash
1552         XEmacs because of a bug.
1553
1554 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1555
1556         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1557
1558 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1559
1560         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1561         argument for wl-summary-sync-force-update.
1562
1563 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1564
1565         * wl-summary.el (wl-summary-mode-map): Revival of
1566         wl-summary-mark-as-important related bindings;
1567         Bind 'F','tF','mF','rF','m&'.
1568         (wl-summary-mark-as-important-region): Revival.
1569         (wl-summary-target-mark-mark-as-important): Ditto.
1570         (wl-summary-target-mark-operation): New function.
1571         (wl-summary-target-mark-mark-as-answered): Use it.
1572         (wl-summary-decide-flag): Don't set Important as default.
1573         (wl-summary-mark-as-important-internal): Revival.
1574         (wl-summary-mark-as-important): Ditto.
1575
1576         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1577
1578         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1579         instead of facep.
1580
1581 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1582
1583         * wl-dnd.el (wl-dnd-drop-func): Fix.
1584
1585         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1586         mouse-set-point instead of posn-point.
1587
1588         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1589
1590         * wl-mule.el (wl-completing-read-multiple): Ditto.
1591
1592 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1593
1594         * wl-demo.el (face-background-name): Defalias to avoid compile
1595         warning.
1596
1597 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1598
1599         * wl-summary.el (wl-summary-decide-flag): Use
1600         wl-completing-read-multiple instead of completing-read-multiple.
1601
1602         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1603         New alias.
1604
1605         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1606         Use face-background-name instead of face-background.
1607
1608         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1609
1610         * wl-summary.el (wl-summary-save): Use it.
1611         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1612
1613         * wl-mime.el (wl-mime-save-content): Fix last change.
1614
1615 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1616
1617         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1618         New function.
1619         (wl-summary-sort-specs): Added sort.
1620         * wl-mime.el (wl-mime-save-content): Expand file name.
1621
1622 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1625
1626         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1627
1628 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1629
1630         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1631         for flag if it is not defined.
1632
1633 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1634
1635         * wl-e21.el (wl-highlight-folder-current-line): Use
1636         elmo-folder-type-internal when elmo-folder-type returns nil.
1637
1638         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1639
1640         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1641
1642         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1643
1644         * wl-e21.el (wl-summary-toolbar): Ditto.
1645
1646         * wl-vars.el (wl-demo-background-color): Abolished.
1647         (wl-summary-persistent-mark-priority-list): Renamed from
1648         wl-summary-flag-priority-list.
1649         (wl-summary-flag-alist): New user option.
1650         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1651         (wl-message-mode-line-format-spec-alist): Added 'F'.
1652         (wl-message-mode-line-format): Likewise.
1653         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1654         instead of wl-summary-important-mark.
1655         (wl-file-folder-icon): New variable.
1656
1657         * wl-thread.el (wl-thread-set-flags): Renamed from
1658         wl-thread-mark-as-important.
1659
1660         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1661         warning.
1662         (wl-summary-mode-menu-spec): Follow the change of 
1663         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1664         (wl-summary-mode-map): Follow the change of
1665         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1666         (wl-summary-detect-mark-position): Follow the variable name change.
1667         (wl-summary-set-flags-region): New function for the replacement of
1668         wl-summary-mark-as-important-region.
1669         (wl-summary-sync-marks): Sync all global-flags.
1670         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1671         instead of elmo-message-flagged-p.
1672         (wl-summary-persistent-mark-string): Follow the variable name change;
1673         Put wl-summary-flag-mark if the message has global-flag.
1674         (wl-summary-target-mark-set-flags): Renamed from 
1675         wl-summary-target-mark-mark-as-important.
1676         (wl-summary-decide-flag): New function.
1677         (wl-summary-set-flags-internal): Renamed from
1678         wl-summary-mark-as-important-internal.
1679         (wl-summary-add-flags-internal): New function.
1680         (wl-summary-remove-flags-internal): Ditto.
1681         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1682         (wl-summary-mark-as-unimportant): Abolish.
1683         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1684         (wl-summary-next-message): List flagged messages in the msgdb.
1685
1686         * wl-score.el (wl-summary-score-update-all-lines): Use
1687         wl-summary-add-flags-internal instead of 
1688
1689         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1690
1691         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1692         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1693         (wl-message-buffer-require-all-header): Renamed from
1694         wl-message-buffer-all-header-flag (Ditto).
1695         (wl-message-buffer-flag-indicator): New variable.
1696         (wl-message-redisplay): Changed local varibale name from `flag' to
1697         `display-type'; Set up wl-message-buffer-flag-indicator.
1698         (wl-message-buffer-display): Changed varibale name from `flag' to
1699         `display-type'.
1700         (wl-message-display-internal): Likewise.
1701
1702         * wl-highlight.el (wl-highlight-demo-face): Define default background
1703         color.
1704         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1705
1706         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1707
1708         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1709         (wl-demo-setup-properties): Renamed from
1710         `wl-demo-set-background-color'.
1711         (wl-demo): Follow the change above.
1712         
1713         * Version number is increased to 2.11.24.
1714
1715 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1716
1717         * wl-summary.el (wl-summary-toggle-thread): Call
1718         `wl-summary-rescan' with disable-thread as non-nil.
1719         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1720
1721 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1722
1723         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1724         foreground property of the face.
1725         (wl-demo-insert-text): Don't set up face property here.
1726         (wl-demo): Call wl-demo-set-background-color, anyway.
1727
1728 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-vars.el (wl-demo-background-color): The value can be nil.
1731
1732 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1733
1734         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1735         to wl-summary-wheel-dispatcher.
1736
1737         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1738         wl-message-wheel-dispatcher.
1739         (wl-message-wheel-dispatcher): New function.
1740         (wl-summary-wheel-dispatcher): Ditto.
1741
1742 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1743
1744         * wl-action.el (wl-summary-target-mark-all): List messages which are
1745         not in the killed-list.
1746
1747         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1748         only when the folder is 'flag/important.
1749
1750         * wl-address.el (wl-complete-field-body): Complete if the last
1751         character is a space.
1752
1753 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754
1755         * wl-folder.el (wl-folder-clear-entity-info): Use
1756         elmo-clear-hash-val.
1757
1758         * wl-fldmgr.el (wl-fldmgr-rename): Set
1759         wl-folder-info-alist-modified as t.
1760
1761 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1762
1763         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1764
1765 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1766
1767         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1768         (wl-folder-buffer-last-visited-entity-id): New buffer local
1769         variable.
1770         (wl-folder-revisit-last-visited-folder): New function.
1771         (wl-folder-mode-map): Bind it to "C-i".
1772         (wl-folder-set-current-entity-id): Set last visited folder.
1773         * wl-summary.el (wl-summary-exit): Ditto.
1774
1775 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1778         before calling `recenter' in order to cope with an XEmacs bug.
1779
1780 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1781
1782         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1783         to the default value.
1784
1785 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1788         change.
1789         (wl-summary-sync-marks): Ditto.
1790         (wl-summary-mark-as-read-internal): Ditto.
1791         (wl-summary-mark-as-answered-internal): Ditto.
1792         (wl-summary-mark-as-important-internal): Ditto.
1793         (wl-summary-reply): Ditto.
1794
1795         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1796         instead of `elmo-folder-unflag-answered'.
1797
1798         * Version number is increased to 2.11.23.
1799
1800         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1801         the last change.
1802
1803 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1804
1805         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1806         Specify "spam" or "good".
1807
1808 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1809
1810         * wl-spam.el (wl-summary-exec-action-spam): Call
1811         wl-folder-confirm-existence for spam folder.
1812         (wl-spam-setup): Bind "mk".
1813
1814 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1815
1816         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1817
1818 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1819
1820         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1821         destination folder is empty.
1822
1823 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1824
1825         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1826         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1827
1828         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1829         (wl-summary-refile-prev-destination-region): New function.
1830         (wl-thread-refile-prev-destination): Ditto.
1831         (wl-summary-target-mark-refile-prev-destination): Ditto.
1832
1833 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1834
1835         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1836         (wl-demo-background-color): Changed default value.
1837
1838         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1839         color.
1840
1841         * wl-demo.el (wl-demo-set-background-color): New function.
1842         (wl-demo): Call it.
1843
1844 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1845
1846         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1847         * wl-address.el (wl-address-add-or-change): Don't add empty
1848         address.
1849
1850 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1851
1852         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1853
1854 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1855
1856         * wl-vars.el (wl-demo-image-filter-alist): New variable
1857         (wl-demo-background-color): Ditto.
1858
1859         * wl-demo.el (wl-demo-xpm-set-background): New function.
1860         (wl-demo-image-filter): Ditto.
1861         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1862
1863         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1864
1865         * wl-demo.el (wl-demo-icon-name): Define as function.
1866         (wl-demo-insert-image): Use it.
1867
1868 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1869
1870         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1871
1872 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1873
1874         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1875
1876 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1877
1878         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1879
1880 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1881
1882         * wl-thread.el (wl-thread-mark-as-answered): New function.
1883
1884         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1885         answered" entry.
1886         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1887         "r&" and wl-thread-mark-as-answered to "t&".
1888         (wl-summary-mark-as-important-region): Refine to toggle mark.
1889         (wl-summary-mark-as-answered-region): New function.
1890         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1891         and 3rd argument.
1892         (wl-summary-mark-as-important-internal): Likewise.
1893
1894 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1895
1896         * wl-template.el (wl-template-preview): New internal variable.
1897         (wl-template-preview-p): New function.
1898         (wl-template-show): Bind `wl-template-preview' as t.
1899
1900 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1901
1902         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1903         `elmo-message-entity-field' with 3rd argument which is non-nil.
1904
1905 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1906
1907         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1908         Removed duplicate local bind `folder'.
1909
1910 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1913
1914 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1917         duplicate definition.
1918
1919 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1920
1921         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1922         non-nil, use it; Don't fetch message if there's no message in the
1923         current cursor position.
1924
1925 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926
1927         * wl-util.el (wl-region-exists-p): Use region-active-p.
1928         (wl-deactivate-region): New function.
1929         * wl-message.el (wl-message-redisplay): Deactivate region.
1930
1931         * wl-summary.el (wl-summary-reply): Call
1932         `wl-summary-set-message-buffer-or-redisplay' instead of
1933         `wl-summary-redisplay-internal', don't move point.
1934
1935 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1936
1937         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1938         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1939         by regexp.
1940
1941 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1944         if no need.
1945
1946 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1947
1948         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1949         default value to nil.
1950         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1951         `wl-summary-prepare-hook'; Replace refile action to
1952         `wl-summary-exec-action-refile-with-register'.
1953
1954         * Version number is increased to 2.11.22.
1955
1956 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1957
1958         * wl-summary.el (wl-summary-detect-mark-position): Set
1959         `wl-summary-buffer-weekday-name-lang'.
1960
1961 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1962
1963         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1964         (wl-summary-mark-as-read-all): Ditto.
1965         (wl-summary-delete-messages-on-buffer): Ditto.
1966         (wl-summary-sync-update): Ditto.
1967         (wl-summary-mark-as-read-internal): Ditto.
1968         (wl-summary-mark-as-answered-internal): Ditto.
1969         (wl-summary-update-folder-info): Abolished.
1970
1971 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * wl-summary.el (wl-summary-mark-as-read-all): Use
1974         `wl-summary-update-folder-info' instead of
1975         `wl-folder-update-unread'.
1976
1977 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1978
1979         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1980         `wl-summary-folder-info-update'.
1981         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1982         instead of `wl-summary-folder-info-update'.
1983         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1984         `wl-folder-set-folder-updated'.
1985         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1986         instead of `wl-folder-update-unread'.
1987         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1988         the value of `wl-summary-buffer-unread-count' for the second parameter of
1989         `wl-folder-update-unread'.
1990
1991         * Version number is increased to 2.11.21.
1992
1993 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1994
1995         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1996         a local variable.
1997
1998 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1999
2000         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2001         interactively.
2002
2003         * wl-summary.el (wl-summary-mark-as-important-internal): New
2004         internal function.
2005         (wl-summary-mark-as-important): Use it.
2006         (wl-summary-mark-as-unimportant): New function.
2007         (wl-summary-sync-marks): Follow the API change.
2008
2009         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2010
2011         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2012
2013 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2014
2015         * wl-folder.el (wl-folder-update-unread): Re-indent.
2016         Narrow the scope of a local variable.
2017
2018 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2019
2020         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2021         (wl-addrmgr-merge-entries): Ditto.
2022         (wl-addrmgr): Added to address entry which exists in draft buffer
2023         if no entry is in original.
2024
2025 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2026
2027         * wl-batch.el: New file.
2028
2029 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2030
2031         * wl-vars.el (wl-use-semi): Remove unused variable.
2032
2033 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2034
2035         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2036         "?".
2037
2038 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2039
2040         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2041         wl-summary-new-mark.
2042         (wl-summary-new-cached-mark): New user option.
2043         (wl-summary-score-marks): Follow the change above.
2044         (wl-summary-auto-refile-skip-marks): Ditto.
2045         (wl-summary-incorporate-marks): Ditto.
2046         (wl-summary-expire-reserve-marks): Ditto.
2047
2048         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2049
2050         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2051         (wl-summary-persistent-mark-string): Distinguished between cached
2052         and uncached mark when the message is new.
2053
2054 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2055
2056         * wl-spam.el (wl-spam-domain): Renamed from
2057         `wl-spam-folder-guess-domain'.
2058         (wl-summary-exec-action-spam): Register as spam if domain of the
2059         source folder is good.
2060         (wl-summary-exec-action-refile-with-register): Register message if
2061         domain of the source folder is not undecided.
2062
2063 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2066         detect thread loop.
2067
2068 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2071         and wl-summary-skip-mark-list.
2072
2073 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2074
2075         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2076
2077         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2078
2079         * wl-spam.el (toplevel): Require wl-highlight.
2080         (wl-spam-auto-check-policy-alist): Abolish.
2081         (wl-spam-auto-check-folder-regexp-list): New user option.
2082         (wl-spam-auto-check-marks): Ditto.
2083         (wl-spam-mark-action-list): Ditto.
2084         (wl-highlight-summary-spam-face): New face.
2085         (wl-spam-auto-check-message-p): New function.
2086         (wl-spam-map-spam-messages): Fixed message.
2087         (wl-spam-register-spam-messages): Ditto.
2088         (wl-spam-register-good-messages): Ditto.
2089         (wl-summary-spam-map): Add and remove keybind.
2090         (wl-summary-target-mark-spam): Abolish.
2091         (wl-summary-refile-spam): Ditto.
2092         (wl-summary-test-spam): New function.
2093         (wl-summary-mark-spam): Ditto.
2094         (wl-summary-auto-check-spam): Follow the above change.
2095         (wl-summary-exec-action-spam): New function.
2096         (wl-summary-exec-action-refile-with-register): Fixed message.
2097         (wl-message-check-spam): New function.
2098         (wl-spam-setup): Ditto.
2099         (toplevel): Call it if this file is loaded interactivity.
2100
2101         * Version number is increased to 2.11.20.
2102
2103 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2104
2105         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2106         when new optional argument `force' is non nil or modified.
2107
2108 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * wl.el (toplevel): Require wl-spam when compile.
2111         (wl-save-status): Call wl-spam-save-status.
2112
2113         * wl-spam.el (wl-spam-register-spam-messages): New function.
2114         (wl-spam-register-good-messages): Ditto.
2115         (wl-spam-save-status): Ditto.
2116         (wl-summary-mode-map): Bind
2117         wl-summary-target-mark-register-as-spam to "ms" and
2118         wl-summary-target-mark-register-as-good to "mn".
2119         (wl-summary-register-as-spam): Abolish optional argument; Use
2120         wl-spam-register-spam-messages.
2121         (wl-summary-register-as-spam-all): Use
2122         wl-spam-register-spam-messages.
2123         (wl-summary-register-as-good): Abolish optional argument; Use
2124         wl-spam-register-good-messages.
2125         (wl-summary-register-as-good-all): Use
2126         wl-spam-register-good-messages.
2127         (wl-summary-target-mark-register-as-spam): New funtion.
2128         (wl-summary-target-mark-register-as-good): Ditto.
2129
2130 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2131
2132         * wl-spam.el: New file.
2133
2134 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2135
2136         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2137
2138         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2139         (wl-summary-auto-refile): Call wl-refile-guess with
2140         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2141
2142 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2143
2144         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2145         with disable-thread argument non-nil.
2146
2147 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * wl-summary.el (wl-summary-rescan): Added optional argument
2150         disable-thread.
2151         (wl-summary-sync): Call wl-summary-rescan with argument
2152         disable-thread.
2153         (wl-summary-input-range): Added new range `rescan-thread'.
2154
2155 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2156
2157         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2158
2159 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2162         internal variable.
2163         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2164         wl-summary-search-parent-by-subject-regexp and
2165         wl-summary-divide-thread-when-subject-changed as nil.
2166         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2167         (wl-summary-insert-thread): Search parent entity from
2168         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2169         thread loop.
2170
2171 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2172
2173         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2174
2175         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2176
2177         * wl-util.el (wl-require-update-all-folder-p): New function.
2178         (wl-get-assoc-list-value): Added `function' to match directive.
2179         (wl-collect-draft): Rewrite.
2180
2181         * wl-summary.el (wl-summary-sync-update): Clear faces
2182         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2183         are non-nil.
2184         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2185         argument as function.
2186         (wl-summary-input-range): Ditto.
2187
2188         * wl-folder.el (wl-draft-get-folder): New function.
2189         (wl-folder-get-elmo-folder): Consider draft folder.
2190
2191         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2192         (wl-draft-buffer-message-number): New buffer local variable.
2193         (wl-draft-folder-internal): New internal variable.
2194         (wl-draft-delete): Rewrite.
2195         (wl-draft-save): Ditto.
2196         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2197         wl-folder-get-elmo-folder.
2198         (wl-draft-config-info-operation): Ditto.
2199         (wl-jump-to-draft-folder): Ditto.
2200         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2201         (wl-draft-reedit): Rewrite.
2202
2203         * Version number is increased to 2.11.19.
2204         
2205 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2206
2207         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2208         variable.
2209
2210 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2211
2212         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2213         Use ignore-errors instead of unwind-protect.
2214
2215 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2216
2217         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2218         for updating `wl-thread-entity-list'.
2219
2220 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2221
2222         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2223         parameter from calling `wl-thread-entity-get-older-brothers' and
2224         `wl-thread-entity-get-younger-brothers'.
2225         Replace nested `append' with a single one.
2226
2227 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-summary.el (wl-summary-mode): Don't use the return value of
2230         `make-local-hook'.
2231
2232 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2233
2234         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2235         instead of `let*'.
2236         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2237         of local variables.
2238
2239 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2242         Renamed from wl-summary-window-scroll-functions.
2243         (wl-summary-window-scroll-functions): Don't set to variable.
2244         (wl-summary-display-top): Use run-hooks.
2245         (wl-summary-display-bottom): Ditto.
2246         (wl-summary-toggle-disp-msg): Ditto.
2247         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2248         Use it instead of wl-summary-window-scroll-functions.
2249         (wl-summary-goto-folder-subr): Don't call
2250         wl-summary-window-scroll-functions, use
2251         wl-summary-buffer-window-scroll-functions instead.
2252
2253 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2256         make-local-variable.
2257
2258 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2259
2260         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2261         set-buffer-modified-p.
2262         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2263         (wl-summary-display-bottom): Ditto.
2264         (wl-summary-toggle-disp-msg): Ditto.
2265
2266 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2267
2268         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2269
2270         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2271         (wl-summary-forward): Use elmo-message-entity-field instead of
2272         elmo-message-field.
2273
2274         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2275
2276 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2277
2278         * wl-summary.el (wl-summary-window-scroll-functions): No use
2279         `append'.
2280
2281 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2282
2283         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2284         function.
2285         (wl-summary-window-scroll-functions): Call it when both
2286         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2287         (wl-summary-temp-mark): Added optional argument number.
2288         (wl-summary-message-mark): Added optional argument flag.
2289         (wl-summary-persistent-mark): Added optional argument number and flag.
2290         (wl-summary-update-persistent-mark): Ditto.
2291         (wl-summary-update-status-marks): Set "r" for interactive spec.
2292
2293         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2294         argument number and flag.
2295
2296         * wl-action.el (wl-summary-registered-temp-mark): 
2297         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2298
2299 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2300
2301         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2302         internal variable (buffer local).
2303         (wl-summary-window-scroll-functions): New function.
2304         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2305         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2306         as nil.
2307         (wl-summary-update-status-marks): Added arguments beg, end and
2308         check.
2309         (wl-summary-update-mark-window): Use function.
2310         (wl-summary-sync-update): Follow the change above.
2311         (wl-summary-switch-to-clone-buffer): Copy
2312         wl-summary-buffer-unsync-mark-number-list.
2313         (wl-summary-goto-folder-subr): Set
2314         wl-summary-buffer-unsync-mark-number-list and
2315         use wl-summary-window-scroll-functions instead of
2316         wl-summary-lazy-highlight.
2317
2318         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2319
2320 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2321
2322         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2323
2324         * wl-summary.el (wl-summary-update-persistent-mark): Call
2325         wl-summary-set-message-modified.
2326
2327         * wl-summary.el (wl-summary-sync-update): Don't call
2328         wl-summary-update-status-marks.
2329
2330         * Version number is increased to 2.11.18.
2331
2332 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2333
2334         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2335         (wl-message-next-page): Ditto.
2336
2337 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2338
2339         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2340         local variable.  Change the order of a collected list into the
2341         same as the specified range.  Remove nil from a collected list.
2342
2343 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2346         argument for elmo-folder-list-messages.
2347
2348 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2351         change (wl-summary-count-unreads return a list instead of a cons
2352         cell).
2353
2354 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2355
2356         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2357         `wl-summary-folder-info-update'.
2358
2359 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2360
2361         * wl-summary.el (wl-summary-set-message-modified): No use
2362         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2363         (wl-summary-set-mark-modified): Abolish.
2364         (wl-summary-mark-modified-p): Ditto.
2365         (wl-summary-save-view): Follow the change above.
2366
2367         * wl-expire.el (wl-summary-expire): Likewise.
2368
2369 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2370
2371         * wl-summary.el (wl-summary-detect-mark-position): Use
2372         modb-entity-handler.
2373         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2374
2375         * Version number is increased to 2.11.17.
2376
2377 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2378
2379         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2380         entity field value.
2381         (wl-summary-prefetch-msg): Ditto.
2382         (wl-summary-print-message-with-ps-print): Ditto.
2383
2384 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2385
2386         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2387         for dummy entity.
2388         (wl-summary-insert-thread): Use elmo-message-entity-field.
2389         (wl-summary-update-thread): Use elmo-message-entity-field and
2390         elmo-message-entity-number.
2391         (wl-summary-line-number):  Use elmo-message-entity-number.
2392         (wl-summary-line-size): Use elmo-message-entity-field.
2393         (wl-summary-line-subject): Ditto.
2394         (wl-summary-line-from): Ditto.
2395         (wl-summary-line-attached): Ditto.
2396         (wl-summary-create-line): Ditto.
2397         (wl-summary-create-line): Use elmo-message-entity-number.
2398         (wl-summary-print-message-with-ps-print): Use
2399         elmo-message-entity-field.
2400
2401 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2404         change in elmo-msgdb-make-message-entity.
2405         (wl-summary-buffer-set-folder): Don't call
2406         wl-summary-detect-mark-position here.
2407         (wl-summary-rescan): Call elmo-message-entity-number.
2408         (wl-summary-sync-update): Ditto.
2409         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2410
2411         * wl-score.el (wl-score-header-index): Redefine 2th element.
2412         (wl-score-overview-entity-get-extra): Abolish.
2413         (wl-score-ov-entity-get): Rewrite.
2414         (wl-score-string-index<, wl-score-string-func<): Abolish.
2415         (wl-score-string<): New function.
2416         (wl-score-string-sort): Use it.
2417
2418         * wl-refile.el (wl-refile-guess-by-history): Use
2419         elmo-message-entity-field.
2420         (wl-refile-guess-by-from): Ditto.
2421         (wl-refile-guess-by-msgid): Ditto.
2422
2423         * Version number is increased to 2.11.16.
2424
2425 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2426
2427         * wl-folder.el (wl-folder-confirm-existence): Don't call
2428         file-exists-p if msgdb-path is nil.
2429         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2430         `wl-read-folder-hist' to `wl-read-folder-history'.
2431
2432 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2433
2434         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2435         `y-or-n-p'.
2436
2437 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2438
2439         * wl-score.el (wl-score-headers): Don't use
2440         elmo-folder-do-each-message-entity.
2441
2442         * Version number is increased to 2.11.15.
2443
2444 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2445
2446         * wl-summary.el (wl-summary-delete-all-msgs): Use
2447         elmo-folder-move-messages instead of elmo-folder-delete-messages
2448         and elmo-folder-detach-messages.
2449         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2450
2451         * wl-expire.el (wl-expire-delete): Ditto.
2452         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2453
2454 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2455
2456         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2457         (wl-message-header-narrowing-fields): Ditto.
2458         (wl-message-header-narrowing-lines): Ditto.
2459         (wl-message-header-narrowing-string): Ditto.
2460
2461         * wl-summary.el (wl-summary-mode-map): Bind
2462         wl-summary-toggle-header-narrowing to "C-cC-f".
2463         (wl-summary-toggle-header-narrowing): New function.
2464
2465         * wl-message.el (wl-message-buffer-create): Call
2466         wl-message-header-narrowing-setup.
2467         (wl-message-redisplay): Call wl-message-header-narrowing.
2468         (wl-message-header-narrowing): New function.
2469         (wl-message-header-narrowing-map): New keymap.
2470         (wl-message-header-narrowing-widen-map): New keymap.
2471         (wl-message-header-narrowing-again-at-mouse): New function.
2472         (wl-message-header-narrowing-1): Ditto.
2473         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2474         (wl-message-header-narrowing-setup): Ditto.
2475         (wl-message-header-narrowing-toggle): Ditto.
2476         
2477         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2478
2479         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2480         'flag as all.
2481         (wl-use-flag-folder-help-echo): New user option.
2482
2483         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2484         wl-summary-highlight as nil.
2485         (wl-summary-set-mark-modified): Follow the API change.
2486         (wl-summary-mark-modified-p): Ditto.
2487         (wl-summary-mark-as-read-all): Ditto.
2488         (wl-summary-sync-marks): Don't call
2489         elmo-folder-list-messages-with-global-mark.
2490         (wl-summary-mark-as-read-internal): Follow the API change.
2491         (wl-summary-mark-as-answered-internal): Ditto.
2492         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2493         Follow the API change.
2494         (wl-summary-create-line): Call with number argument.
2495         (wl-summary-reply): Follow the API change.
2496
2497         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2498         function.
2499         (wl-highlight-summary-line-string): Call it when
2500         wl-use-flag-folder-help-echo is non-nil.
2501         (wl-highlight-summary-current-line): Ditto.
2502         (elmo-flag-folder-referrer): Added autoload setting.
2503
2504         * wl-draft.el (wl-draft-kill): Follow the API change.
2505
2506         * Version number is increased to 2.11.14.
2507         
2508 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2509
2510         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2511
2512 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2513
2514         * Version number is increased to 2.11.13.
2515
2516 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2517
2518         * wl-draft.el (wl-draft-previous-history-element): Fixed
2519         unbalanced parenthesis and bind unbound local variables.
2520
2521 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2522
2523         * wl-draft.el (wl-draft-previous-history-element): New function.
2524         (wl-draft-next-history-element): Ditto.
2525         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2526         them to M-p and M-n.
2527
2528 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2529
2530         * Version number is increased to 2.11.12.
2531
2532 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2533
2534         * wl-draft.el (wl-draft-hide): Select buffer-window.
2535
2536 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2537
2538         * wl-summary.el (wl-summary-narrow-to-region): New function.
2539         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2540         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2541         (wl-summary-save-region): Use it.
2542         * wl-action.el (wl-summary-collect-numbers-region)
2543         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2544
2545 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2546
2547         * wl-folder.el (wl-folder-count-incorporates): Don't use
2548         `elmo-msgdb-mark-load'
2549
2550         * Version number is increased to 2.11.11.
2551
2552 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2553
2554         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2555         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2556
2557 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2560
2561 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2562
2563         * Version number is increased to 2.11.10.
2564
2565 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * wl-mime.el (wl-draft-attribute-value): Fixed.
2568
2569 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-util.el (wl-copy-local-variables): New function.
2572
2573         * wl-mime.el (wl-draft-attribute-recipients): New function.
2574         (wl-draft-attribute-envelope-from): Ditto.
2575         (wl-draft-attribute-smtp-posting-server): Ditto.
2576         (wl-draft-attribute-smtp-posting-port): Ditto.
2577         (wl-draft-attribute-value): Ditto.
2578         (wl-draft-preview-message): Use it to get value for
2579         attributes. Reflect result of `wl-draft-config'.
2580
2581         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2582         and call `wl-summary-mark-as-read' before to call
2583         `wl-summary-unset-mark'.
2584         (wl-summary-target-mark-mark-as-unread): Likewise.
2585         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2586
2587 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2588
2589         * wl-mime.el (wl-draft-preview-message): Use actual value for
2590         attributes; Fix for small window.
2591
2592 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-refile.el (wl-refile-get-field-value): Call
2595         `elmo-message-entity-field' with 3rd argument is non-nil.
2596
2597 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2598
2599         * wl-vars.el (wl-draft-preview-attributes): New user option.
2600         (wl-draft-preview-attributes-list): Ditto.
2601         (wl-draft-preview-attributes-buffer-lines): Ditto.
2602         (wl-draft-preview-attributes-buffer-name): Ditto.
2603
2604         * wl-mime.el (wl-draft-preview-message): Display attributes.
2605
2606 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-summary.el (wl-summary-detect-mark-position): Bind
2609         wl-summary-flag-priority-list to '(new).
2610
2611 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2612
2613         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2614         funtion.
2615         (wl-highlight-summary-line-string): Use it.
2616         (wl-highlight-summary-current-line): Ditto.
2617
2618 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2619
2620         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2621         line even when the mark string is not changed.
2622
2623         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2624         argument change in the wl-summary-create-line.
2625         (wl-thread-insert-entity-sub): Ditto.
2626
2627         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2628         argument change in the wl-summary-create-line.
2629         (wl-summary-insert-sequential): Ditto.
2630         (wl-summary-update-thread): Ditto.
2631         (wl-summary-persistent-mark-string): New inline function.
2632         (wl-summary-message-mark): Use it.
2633         (wl-summary-create-line): Abolish argument wl-persistent-mark
2634         and added wl-flags, wl-cached.
2635
2636         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2637         mark to flags.
2638         (wl-highlight-summary-current-line): Decide the face not by the 
2639         persistent mark but flags.
2640
2641 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2644         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2645         wl-summary-read-uncached-mark): Revive.
2646         (wl-summary-answered-cached-mark,
2647         wl-summary-answered-uncached-mark): New user option.
2648         (wl-summary-score-marks): Follow the change above.
2649         (wl-summary-auto-refile-skip-marks): Ditto.
2650         (wl-summary-incorporate-marks): Ditto.
2651         (wl-summary-expire-reserve-marks): Ditto.
2652         (wl-summary-flag-priority-list): New user option.
2653
2654         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2655         changes.
2656         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2657         of elmo-message-mark.
2658         (wl-summary-mark-as-read-internal): Ditto.
2659         (wl-summary-mark-as-answered): Ditto.
2660         (wl-summary-mark-as-important): Ditto.
2661         (wl-summary-redisplay-internal): Ditto.
2662         (wl-summary-redisplay-no-mime-internal): Ditto.
2663         (wl-summary-message-mark): New function.
2664         (wl-summary-insert-sequential): Use wl-summary-message-mark
2665         instead of elmo-message-mark.
2666         (wl-summary-update-thread): Ditto.
2667         (wl-summary-persistent-mark): Ditto.
2668         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2669         instead of elmo-message-mark.
2670
2671         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2672         wl-summary-message-mark instead of elmo-message-mark.
2673         (wl-thread-insert-entity-sub): Ditto.
2674         (wl-thread-get-children-msgs-uncached): Ditto.
2675
2676         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2677         variable name changes.
2678         (wl-highlight-summary-current-line): Ditto.
2679
2680         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2681         wl-summary-message-mark instead of elmo-message-mark.
2682
2683         * wl-expire.el (wl-expire-message-p): Ditto.
2684
2685         * wl-score.el (wl-score-headers): Ditto.
2686
2687         * Version number is increased to 2.11.9.
2688
2689         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2690         (wl-summary-sync-update): Follow the change above.
2691         (wl-summary-switch-to-clone-buffer): Ditto.
2692         (wl-summary-open-folder): Ditto.
2693
2694 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2695
2696         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2697         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2698
2699         * Version number is increased to 2.11.8.
2700
2701         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2702
2703         * wl-expire.el (wl-expire-refile): Follow the API change on
2704         `elmo-folder-move-messages'.
2705         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2706
2707         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2708         (wl-summary-exec-action-refile): Ditto.
2709         (wl-summary-exec-action-copy): Ditto.
2710         (wl-summary-no-auto-refile-message-p): No use
2711         `wl-summary-buffer-msgdb'.
2712         (wl-summary-auto-refile): Ditto.
2713
2714 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2715
2716         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2717
2718 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-summary.el (wl-summary-sync): Treat no-sync.
2721
2722         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2723         (wl-default-sync-range): Ditto.
2724
2725 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-refile.el (wl-refile-subject-learn): Call
2728         `elmo-message-entity-field' with 3rd argument is non-nil.
2729         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2730         instead of `elmo-msgdb-overview-entity-get-subject'.
2731
2732 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2735         scan-type is rescan.
2736         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2737         new optional argument force is non-nil.
2738         (wl-summary-save-view-cache): Call it with force argument non-nil.
2739
2740         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2741
2742 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2743
2744         * wl-action.el (wl-summary-print-argument): Fixed last change.
2745
2746 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2747
2748         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2749         simplified.
2750         (wl-summary-target-mark-mark-as-unread): Likewise.
2751         (wl-summary-target-mark-mark-as-important): Likewise.
2752
2753 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2754
2755         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2756         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2757         (wl-summary-mark-as-important-region): Change accordingly.
2758         (wl-summary-target-mark-mark-as-important): Ditto.
2759
2760 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761
2762         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2763
2764         * wl-action.el (wl-summary-print-argument): Print argument to
2765         right side of window if `wl-summary-print-argument-within-window'
2766         is non-nil.
2767
2768 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2769
2770         * wl-action.el (wl-summary-set-mark): Use
2771         `wl-summary-message-visible-p' to check visibility of the message
2772         and jump to message only when the message line is visible and have
2773         different number; Call wl-summary-unset-mark with number argument.
2774         (wl-summary-unset-mark): 
2775         Use `wl-summary-message-visible-p'
2776         to check visibility of the message and jump to message only when
2777         the message line is visible and have different number;
2778
2779 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2780
2781         * Version number is increased to 2.11.7.
2782
2783         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2784         and wl-folder-summary-line-format.
2785
2786         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2787         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2788         (wl-summary-set-score-mark): Use it.
2789         (wl-summary-target-mark-mark-as-read): Ditto.
2790         (wl-summary-target-mark-mark-as-unread): Ditto.
2791         (wl-summary-target-mark-mark-as-important): Ditto.
2792         (wl-summary-target-mark-msgs): Simplified.
2793         (wl-summary-detect-mark-position): Fixed problem when
2794         summary-line-format no contain persisten/temp mark spec.
2795         (wl-summary-temp-mark): Ditto.
2796         (wl-summary-persistent-mark): Ditto.
2797         (wl-summary-update-persistent-mark): Ditto.
2798
2799         * wl-action.el (wl-summary-set-mark): Ditto.
2800         (wl-summary-unset-mark): Ditto.
2801         All other related portions are changed.
2802
2803 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2804
2805         * Version number is increased to 2.11.6.
2806
2807 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2808
2809         * wl-util.el (wl-current-message-buffer): Define as function;
2810         Don't use the value of wl-messge-buffer.
2811
2812         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2813         persistent mark.
2814
2815         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2816         no current message, cause an error.
2817
2818 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2819
2820         * wl-summary.el (wl-summary-set-message-modified): Use
2821         elmo-folder-set-message-modified instead of
2822         elmo-folder-set-message-modified-internal.
2823
2824 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2827         interactively.
2828         (wl-summary-sync): nokill->entirely.
2829         (wl-summary-sync-marks): Fixed message.
2830         (wl-summary-input-range): Added mark, nokill->entirely.
2831
2832         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2833         messages as read.
2834
2835 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2836
2837         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2838         update-noscore.
2839         (wl-summary-sync): Follow the change above.
2840
2841 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2842
2843         * wl-action.el (wl-summary-target-mark-all): Use
2844         elmo-folder-list-messages.
2845
2846 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2847
2848         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2849         (wl-summary-rescan): Set wl-summary-scored as nil.
2850         (wl-summary-sync-force-update): Follow the change above.
2851         (wl-summary-sync): Ditto.
2852         (wl-summary-sync-update): Added argument disable-killed.
2853         (wl-summary-insert-headers): Set visible-only argument for
2854         elmo-folder-list-messages.
2855         (wl-summary-input-range): Added update-nokill, update-noscore,
2856         all-nokill, all-noscore and mark.
2857
2858         * Version number is increased to 2.11.5.
2859
2860         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2861
2862 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2863
2864         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2865         (wl-summary-prefetch-region-no-mark): Change accordingly.
2866         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2867
2868 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2869
2870         * wl-address.el (wl-complete-field-to): Abolished.
2871         (wl-complete-address): Completion function for completing-read.
2872         * wl-action.el (wl-summary-get-resend-address): Use it.
2873
2874         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2875         wl-summary-update-mark and abolish unused argument.
2876         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2877         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2878         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2879         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2880         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2881         * wl-draft.el (wl-draft-kill): Ditto.
2882
2883         * wl-summary.el: Remove unused binding of case-fold-search.
2884         (wl-summary-replace-status-marks): Abolished.
2885
2886 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2887
2888         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2889         is specified or folder length is zero.
2890
2891 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2892
2893         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2894         (wl-folder-archive-current-entity): Ditto.
2895
2896 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2899         retrieving message mark.
2900         (wl-summary-redisplay-internal): Ditto.
2901
2902         * wl-message.el (wl-message-buffer-display): Ignore errors while
2903         retrieving message-id field.
2904
2905         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2906         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2907         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2908         order of the arguments for `wl-expire-message-p'.
2909         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2910
2911         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2912         Check return value of wl-summary-reply.
2913         (wl-summary-reply): Recover window configuration when an error occured.
2914
2915 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2916
2917         * wl-summary.el (wl-summary-resend-message): Abolished, the
2918         feature is inherited by wl-summary-resend (put resend mark).
2919
2920 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2921
2922         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2923         wl-message-buffer to nil when the message is hide.
2924
2925 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * .cvsignore: New file.
2928
2929 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2930
2931         * wl-action.el (wl-summary-action-docstring): Add more info.
2932         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2933         duplicate definition.
2934         (wl-summary-define-mark-action): Functions wl-summary-*-region
2935         keep current position.
2936         (wl-summary-unregister-target-mark): Store result to the variable.
2937
2938 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2939
2940         * Version number is increased to 2.11.4.
2941
2942 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2943
2944         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2945         wl-summary-delete-all-temp-marks.
2946         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2947
2948         * wl-action.el (wl-summary-set-mark): Changed terminology
2949         refile-destination -> action-argument.
2950         (wl-summary-unset-mark): Ditto.
2951         (wl-summary-remove-argument): Ditto.
2952         (wl-summary-print-argument): Ditto.
2953
2954         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2955         (wl-thread-remove-argument-region): Ditto.
2956         (wl-thread-print-argument-region): Ditto.
2957         (wl-thread-close): Ditto.
2958         (wl-thread-open): Ditto.
2959
2960         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2961         (wl-highlight-refile-destination-face is abolished)
2962         (wl-highlight-action-argument-string): Ditto.
2963         (wl-highlight-summary-current-line): Highlight action argument.
2964
2965         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2966         color for light backgrounds.
2967         (wl-highlight-summary-answered-face): Ditto.
2968
2969 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2970
2971         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2972
2973         * wl-score.el (wl-summary-score-update-all-lines): Use
2974         wl-summary-set-mark.
2975         (wl-summary-score-update-all-lines): Kill expunged messages.
2976
2977         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2978
2979 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2980
2981         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2982         directly.
2983         (wl-score-overview-entity-get-lines): Ditto.
2984         (wl-score-overview-entity-get-xref): Ditto.
2985         (wl-score-get-latest-msgs): Ditto.
2986         (wl-summary-rescore): Ditto.
2987
2988         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2989         to "&".
2990         (wl-summary-mark-as-answered-internal): New inline function.
2991         (wl-summary-mark-as-answered): New function.
2992         (wl-summary-mark-as-unanswered): Ditto.
2993         (wl-summary-sync-marks): Modified for answered-mark synching.
2994
2995 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2996
2997         * wl-action.el (wl-summary-set-mark): Fixed last change.
2998
2999 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3000
3001         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3002         behavior of wl-summary-unread-message-hook
3003         (Pointed out by akira yamada <akira@arika.org>).
3004
3005 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3008         wl-summary-delete.
3009         * wl-xmas.el (wl-summary-toolbar): Ditto.
3010
3011         * wl-action.el (wl-summary-set-mark): Don't override current
3012         temp-mark.
3013
3014         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3015
3016 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3017
3018         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3019         (wl-refile-msgid-learn): Ditto.
3020         (wl-refile-get-field-value): Ditto.
3021
3022         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3023
3024         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3025         (wl-expire-delete-reserved-messages): Renamed from
3026         wl-expire-reserve-marked-msgs-from-list.
3027         (wl-expire-delete): Removed argument `msgdb'.
3028         (wl-expire-refile): Ditto.
3029         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3030         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3031         mark-alist as argument.
3032         (wl-expire-archive-number1): Removed argument `msgdb'.
3033         (wl-expire-archive-number2): Ditto.
3034         (wl-expire-archive-date): Ditto.
3035         (wl-expire-localdir-date): Ditto.
3036         (wl-expire-hide): Ditto.
3037         (wl-archive-number1): Ditto.
3038         (wl-archive-number2): Ditto.
3039         (wl-archive-date): Ditto.
3040         (wl-archive-folder): Ditto.
3041         All other related portions are changed.
3042
3043 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3044
3045         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3046         mean move up and down. (suggested by Takashi Kawachi)
3047
3048 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3049
3050         * wl-acap.el (toplevel): Don't require un-define.
3051
3052 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3053
3054         * wl-thread.el (wl-thread-delete-message): Always update
3055         wl-summary-buffer-number-list.
3056
3057         * wl-action.el (wl-summary-print-destination): 
3058         Do nothing when folder is nil.
3059
3060 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3061
3062         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3063         persistent mark when prefetch is succeeded.
3064
3065 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3066
3067         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3068         instead of elmo-msgdb-delete-msgs.
3069         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3070         (wl-expire-hide): Ditto.
3071
3072         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3073
3074         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3075         elmo-msgdb interface.
3076         (wl-thread-get-exist-children): Likewise.
3077         (wl-thread-insert-message): Likewise.
3078         (wl-thread-msg-mark-as-important): Likewise.
3079         (wl-thread-insert-entity-sub): Likewise.
3080         (wl-thread-get-children-msgs-uncached): Likewise.
3081
3082         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3083         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3084         (wl-summary-sync-update): Likewise.
3085         (wl-summary-auto-select-msg-p): Likewise.
3086         (wl-summary-update-thread): Likewise.
3087         (wl-summary-mark-as-important): Likewise.
3088         (wl-summary-jump-to-msg-internal): Likewise.
3089         (wl-summary-redisplay-internal): Likewise.
3090         (wl-summary-print-message-with-ps-print): Likewise.
3091         (wl-summary-folder-info-update): Likewise.
3092
3093         * wl-folder.el (wl-folder-check-one-entity):
3094         elmo-folder-count-flags instead of wl-summary-count-unread.
3095
3096         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3097
3098         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3099
3100         * wl-summary.el (wl-summary-set-message-modified): 
3101         Call wl-summary-set-mark-modified.
3102         (wl-summary-delete-messages-on-buffer): Call
3103         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3104         (wl-summary-sync-update): Call elmo-folder-length instead of
3105         elmo-folder-messages.
3106         (wl-summary-insert-headers): Don't call
3107         elmo-folder-list-message-entities.
3108
3109 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3110
3111         * wl-action.el (wl-summary-define-mark-action): Call
3112         `wl-summary-set-mark' with argument `data'.
3113         (wl-summary-auto-refile): Fixed order of arguments when call
3114         `wl-summary-refile'.
3115
3116 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3117
3118         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3119
3120         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3121
3122         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3123         (Renamed from wl-highlight-summary-deleted-face).
3124         (wl-highlight-summary-resend-face): New face.
3125
3126         (wl-highlight-summary-deleted-face): Renamed from
3127         wl-highlight-summary-erased-face.
3128
3129         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3130
3131         * wl-action.el (wl-summary-get-resend-address): New function.
3132         (wl-summary-exec-action-resend): Ditto.
3133         (wl-summary-exec-action-resend-subr): Ditto.
3134
3135         * w-thread.el (wl-thread-copy): Removed definition.
3136         (wl-thread-refile): Ditto.
3137         (wl-thread-delete): Ditto.
3138         (wl-thread-target-mark): Ditto.
3139
3140         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3141         (wl-summary-target-mark-set-action): Fixed.
3142         (wl-summary-define-mark-action): Fixed quotation.
3143         (wl-summary-move-mark-list-messages): Display message.
3144         (wl-summary-define-mark-action): Define thread functions.
3145         (wl-summary-exec-action-refile): Changed message.
3146         (wl-summary-exec): Ditto.
3147
3148 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3149         
3150         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3151         '%%'.
3152
3153 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3154
3155         * wl.el (toplevel): Require wl-action.
3156         (wl-init): Call wl-summary-define-mark-action.
3157
3158         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3159
3160         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3161         wl-summary-delete and wl-summary-erase.
3162         (wl-summary-mode-map): Ditto.
3163
3164         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3165         wl-delete-folder-alist.
3166
3167         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3168         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3169         (toplevel): Moved mark & action related functions to the wl-action.el.
3170
3171         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3172         in wl-summary-mark-action-list.
3173         (wl-highlight-summary-current-line): Ditto.
3174
3175         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3176         empty lines.
3177
3178         * wl-action.el: New file. 
3179
3180 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-summary.el (wl-summary-target-mark-replace): New function.
3183         (wl-summary-target-mark-prefetch): Use it.
3184         (wl-summary-target-mark-delete): Ditto.
3185         (toplevel): Rearranged definition order.
3186         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3187         (wl-summary-target-mark-erase): Rewrite.
3188         (wl-summary-erase-region): New function.
3189         (wl-summary-exec-action-erase): Changed message.
3190         (wl-summary-move-mark-list-messages): New function.
3191         (wl-summary-exec-action-delete): Use it.
3192         (wl-summary-exec-action-erase): Ditto.
3193
3194         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3195         (wl-summary-skip-mark-list): Added "d".
3196
3197         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3198         while searching.
3199
3200         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3201         and define using defcustom;
3202         Define 4th element as a face.
3203         
3204         * wl-summary.el (wl-summary-incorporate): Use 
3205         `wl-summary-prefetch-region-no-mark' instead of
3206         `wl-summary-prefetch-region'.
3207         (wl-summary-prefetch-region-no-mark): Revival of old
3208         `wl-summary-prefetch-region'.
3209         (wl-summary-mark-action-list): Moved to wl-vars.el
3210
3211         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3212         face according to the `wl-summary-mark-action-list'.
3213         (wl-highlight-summary-current-line): Ditto;
3214         Removed destination highlighting.
3215
3216         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3217         (wl-highlight-summary-line-string): Highlight for "i" mark.
3218         (wl-highlight-summary-current-line): Ditto.
3219
3220         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3221         no destination.
3222
3223         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3224         exists, just go ahead.
3225         (wl-summary-prefetch-region): Rewrite.
3226         (wl-summary-prefetch): Ditto.
3227         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3228         (wl-summary-exec-action-prefetch): New function.
3229         (wl-summary-target-mark-prefetch): Rewrite.
3230
3231 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3232
3233         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3234         (wl-highlight-summary-line-string): Added "d" and "D".
3235         (wl-highlight-summary-current-line): Ditto.
3236
3237         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3238         in wl-summary.el.
3239         (wl-thread-insert-entity-sub): Ditto.
3240         (wl-thread-remove-destination-region): Ditto.
3241         (wl-thread-print-destination-region): Ditto.
3242
3243         * wl-summary.el (wl-summary-buffer-refile-list,
3244         wl-summary-buffer-delete-list,
3245         wl-summary-buffer-copy-list): Abolish.
3246         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3247         All other related portions are changed.
3248         (wl-summary-mark-action-list): New variable.
3249         (wl-summary-set-mark): New function.
3250         (wl-summary-register-target-mark): Ditto.
3251         (wl-summary-unregister-target-mark): Ditto.
3252         (wl-summary-have-target-mark-p): Ditto.
3253         (wl-summary-register-temp-mark): Ditto.
3254         (wl-summary-unregister-temp-mark): Ditto.
3255         (wl-summary-registered-temp-mark): Ditto.
3256         (wl-summary-collect-temp-mark): Ditto.
3257         (wl-summary-unset-mark): Ditto.
3258         (wl-summary-set-target-mark): Ditto.
3259         (wl-summary-unset-target-mark): Ditto.
3260         (wl-summary-set-action-generic): Ditto.
3261         (wl-summary-unset-action-generic): Ditto.
3262         (wl-summary-exec-action-delete): Ditto.
3263         (wl-summary-exec-action-erase): Ditto.
3264         (wl-summary-set-action-refile): Ditto.
3265         (wl-summary-set-action-refile-subr): Ditto.
3266         (wl-summary-unset-action-refile): Ditto.
3267         (wl-summary-make-destination-numbers-list): Ditto.
3268         (wl-summary-exec-action-refile): Ditto.
3269         (wl-summary-set-action-copy): Ditto.
3270         (wl-summary-unset-action-copy): Ditto.
3271         (wl-summary-exec-action-copy): Ditto.
3272         (wl-summary-collect-numbers-region): Ditto.
3273         (wl-summary-delete): Rewrite.
3274         (wl-summary-erase): Ditto.
3275         (wl-summary-remove-destination): Ditto.
3276         (wl-summary-exec): Ditto.
3277         (wl-summary-exec-region): Ditto.
3278         (wl-summary-target-mark-erase): Ditto.
3279         (wl-summary-refile): Ditto.
3280         (wl-summary-copy): Ditto.
3281         (wl-summary-unmark): Ditto.
3282         (wl-summary-delete-all-mark): Ditto.
3283         (wl-summary-mark-line): Don't highlight.
3284         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3285         (wl-summary-target-mark-refile-subr): Rewrite.
3286
3287         (wl-summary-copy-prev-destination): Abolish.
3288
3289 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3290
3291         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3292         default values along the value of wl-on-mule.
3293         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3294         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3295         It is not used anywhere.
3296
3297 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3298
3299         * wl-summary.el (wl-summary-print-destination): Keep position.
3300         (wl-summary-cursor-move-surface): Keep horizontal position.
3301
3302 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3303
3304         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3305         write sendlog.
3306
3307 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3308
3309         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3310         `wl-summary-highlight'.
3311
3312 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3313
3314         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3315         trivial condition for temp-mark.
3316
3317 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3318
3319         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3320         when it hits killed buffer.
3321
3322 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3323
3324         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3325         * wl-news.el.in: `message' and `error' take format string.
3326
3327 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3328
3329         * wl-folder (wl-folder-insert-entity): Display a message,
3330         `...done', when the work finish.
3331         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3332
3333 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3334
3335         * wl-message.el (wl-message-redisplay): Remove unused local
3336         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3337
3338 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3339
3340         * wl-summary.el (wl-summary-replace-status-marks): Disable
3341         interactive use.
3342         (wl-summary-reedit): Check message existence at first.
3343         (wl-summary-mark-line): Fix doc, return value is indefinite.
3344
3345         * wl-highlight.el (wl-highlight-message): Arranged.
3346
3347         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3348         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3349         check temp-mark by wl-summary-temp-mark always.
3350         (wl-highlight-summary): Change accordingly.
3351         * wl-summary.el (wl-summary-mark-as-read-all)
3352         (wl-summary-delete-cache, wl-summary-set-score-mark)
3353         (wl-summary-mark-as-unread, wl-summary-unmark)
3354         (wl-summary-mark-line, wl-summary-mark-as-read)
3355         (wl-summary-mark-as-important): Ditto.
3356
3357         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3358         end of the window if possible.
3359         * wl-summary.el (wl-summary-sync-update): Support lazy
3360         highlighting.
3361         (wl-summary-toggle-disp-msg): Ditto.
3362
3363 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3364
3365         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3366
3367 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3368
3369         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3370         change.
3371
3372 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3375         API.
3376         (wl-summary-sync-update): Ditto.
3377
3378         * wl-score.el (wl-score-get-score-alist): Changed argument.
3379         (wl-summary-rescore-msgs): Likewise.
3380         (wl-summary-score-headers): Likewise.
3381         (wl-score-headers): Likewise;
3382         Use elmo-folder-do-each-message-entity, etc.
3383         (wl-summary-score-effect): Follow the changes above.
3384         (wl-summary-rescore): Ditto.
3385         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3386         (wl-score-get-overview): Abolish.
3387
3388         * wl-summary.el (wl-summary-default-from): Follow the API change in
3389         elmo-msgdb.
3390         (wl-summary-count-unread): Ditto.
3391         (wl-summary-detect-mark-position): Ditto.
3392         (wl-summary-overview-entity-compare-by-date): Ditto.
3393         (wl-summary-overview-entity-compare-by-number): Ditto.
3394         (wl-summary-overview-entity-compare-by-from): Ditto.
3395         (wl-summary-overview-entity-compare-by-subject): Ditto.
3396         (wl-summary-get-list-info): Ditto.
3397         (wl-summary-rescan): Ditto.
3398         (wl-summary-jump-to-msg-by-message-id): Ditto.
3399         (wl-summary-sync-update): Ditto; Removed comment.
3400         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3401         (wl-summary-insert-message): Use wl-summary-insert
3402         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3403         (wl-summary-insert-headers): Changed argument overview to folder.
3404         (wl-summary-search-by-subject): Likewise.
3405         (wl-summary-insert-thread): Renamed from 
3406         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3407
3408         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3409         too.
3410
3411         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3412         wl-string-member.
3413
3414 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3415
3416         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3417         elmo-folder-append-buffer.
3418         (wl-draft-queue-append): Likewise.
3419
3420         * wl-mime.el (wl-message-delete-current-part): Ditto.
3421         (wl-summary-burst-subr): Ditto.
3422
3423         * wl-news.el.in (wl-news-send-news): Ditto.
3424
3425 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3426
3427         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3428         function.
3429         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3430         (wl-summary-update-mark): Enclose with save-excursion.
3431         (wl-summary-mark-as-read-internal): Fixed last change.
3432         (wl-summary-mark-as-important): Use 3rd argument of
3433         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3434         Don't use elmo-msgdb-set-mark.
3435         (wl-summary-redisplay-internal): If msgdb flag is already read,
3436         just update the mark on buffer.
3437
3438 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3439
3440         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3441         cut visible folder when elmo-folder-delete returns non-nil value.
3442
3443 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3444
3445         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3446         by Kenichi OKADA <okada@opaopa.org>).
3447
3448 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3449
3450         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3451
3452 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3453
3454         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3455         Fixed the last change, search group entity by its real name.
3456         (Thanks to: KOBAYASHI Shinji)
3457
3458 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3459
3460         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3461         (wl-fldmgr-access-display-all): Don't refer visible name.
3462         * wl-expire.el (wl-folder-archive-current-entity)
3463         (wl-folder-expire-current-entity): Ditto.
3464         * wl-folder.el (wl-folder-jump-to-current-entity)
3465         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3466         (wl-folder-open-folder-sub,wl-folder-open-all)
3467         (wl-folder-write-current-folder): Ditto.
3468         (wl-folder-insert-entity): Don't use petname for normal group.
3469         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3470         is the real name.
3471         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3472         Abolished.
3473
3474 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3475
3476         * wl-draft.el (wl-draft-create-buffer): Add
3477         `wl-summary-reply-with-citation'
3478
3479 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3480
3481         * wl-draft.el (wl-draft-reply): Fixed.
3482
3483 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3486         when `wl-draft-send-confirm-with-preview' is non-nil.
3487         You can scroll up/down by j/k.
3488         (wl-draft-send-confirm-with-preview): New variable (default=t).
3489
3490 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3491
3492         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3493         (wl-fldmgr-save-folders): Fix comment.
3494
3495 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3496
3497         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3498         along the last change in `wl-folder-buffer-group-p'.
3499
3500 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3503         folder.
3504
3505         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3506         the default value.
3507
3508         * wl-mime.el (wl-summary-burst): Update summary only when target
3509         folder equals current folder.
3510
3511 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3514
3515 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3516
3517         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3518         value.
3519
3520 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3523         `map-extents' instead of `extent-at' repeatedly.
3524         (wl-highlight-folder-current-line): Ditto.
3525
3526         * wl-highlight.el: Remove useless dummy functions.
3527
3528 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3529
3530         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3531         (wl-folder-put-folder-property): New function to put text property.
3532         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3533         (wl-folder-insert-entity, wl-folder-update-diff-line)
3534         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3535         * wl-e21.el, wl-xmas.el, wl-mule.el
3536         (wl-highlight-folder-current-line): Ditto.
3537         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3538         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3539         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3540         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3541
3542 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3543
3544         * Version number is increased to 2.11.3.
3545
3546 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3549         Resume current-buffer since it is assumed by remaining tasks.
3550
3551 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3554         (wl-folder-completion-function): Abolished.
3555         (wl-folder-complete-folder): New function.
3556         (wl-folder-complete-filter-condition): Ditto.
3557         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3558         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3559
3560 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3561
3562         * wl-draft.el (wl-draft-send-confirm): New function.
3563         (wl-draft-send): Use it.
3564
3565         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3566         cursor-in-echo-area while confirming.
3567
3568         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3569
3570         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3571         searching via nntp if wl-summary-search-via-nntp is 'force.
3572         Otherwise, invoke searching in nntp folder only.
3573         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3574
3575         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3576         explicitly for mime-make-text-tag.
3577
3578 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3579
3580         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3581         `mime-make-text-tag' instead of `mime-create-tag'.
3582
3583 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3586         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3587
3588 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3589
3590         * wl-score.el (wl-score-save): Bind print-length and print-level.
3591         (wl-score-pretty-print): Ditto.
3592         (wl-score-edit-insert-header-entry): Ditto.
3593
3594         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3595         "From" entry to be treated with wl-draft-eword-encode-address-list.
3596         * wl-mime.el (wl-draft-preview-message): Ditto.
3597
3598         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3599         (wl-summary-mark-as-unread): Ditto.
3600         (wl-summary-mark-as-read-region): Change accordingly.
3601         (wl-summary-mark-as-unread-region): Ditto.
3602         (wl-summary-target-mark-mark-as-read): Ditto.
3603         (wl-summary-target-mark-mark-as-unread): Ditto.
3604
3605 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3606
3607         * Version number is increased to 2.11.2.
3608
3609 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3610
3611         * wl-news.el.in (wl-news-previous-version-save): Bind
3612         print-length and print-level.
3613         * wl-thread.el (wl-thread-save-entities): Ditto.
3614         (wl-thread-save-top-list): Bind print-length.
3615
3616 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3617
3618         * wl-highlight.el (wl-highlight-summary-line-string): Use
3619         wl-summary-score-below-mark, wl-summary-score-over-mark.
3620         (wl-highlight-summary-current-line): Ditto.
3621
3622 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3623
3624         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3625         insert it.
3626
3627 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3628
3629         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3630
3631 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3632
3633         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3634         message without msgid.
3635         Rewrite with elmo-folder-move-messages.
3636         Set wl-message-buffer to nil.
3637
3638         * wl-summary.el (wl-summary-erase-subr): New function. Use
3639         elmo-folder-move-messages.
3640         (wl-summary-erase): Call it.
3641         (wl-summary-target-mark-erase): Ditto.
3642
3643 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3644
3645         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3646         it is not up-tp-date.
3647
3648 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3649
3650         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3651         buffer after calling `wl-summary-goto-folder-subr' without the
3652         argument `interactive'.
3653         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3654
3655 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3656
3657         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3658         `mime-create-tag'. Use `string=' instead of `looking-at'.
3659
3660 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3661
3662         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3663         to avoid compile warning.
3664
3665         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3666         entity-id when folder is given.
3667         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3668         save-excursion, use save-selected-window instead.
3669         Select folder buffer window if exists.
3670         (To correct behavior with wl-folder-move-cur-folder.)
3671
3672 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3673
3674         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3675
3676 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3677
3678         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3679         list-count instead of %d.
3680
3681 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3682
3683         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3684         (wl-news): Set it.
3685         (wl-news-append-to-folder): Use it.
3686
3687         * wl-news.el.in (wl-news-send-news): Append to specified folder
3688         instead of wl-default-folder.
3689         (wl-news-append-to-folder): Show error message with specified folder.
3690
3691         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3692                 In most major modes, Emacs assumes that any opening
3693                 delimiter found at the left margin is the start of a
3694                 top-level definition, or defun. Therefore, *never put an
3695                 opening delimiter at the left margin unless it should have
3696                 that significance.*
3697
3698         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3699
3700 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3701
3702         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3703
3704 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3705
3706         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3707
3708 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3709
3710         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3711         for sequential numbering case.
3712
3713 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3714
3715         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3716         value.
3717         (wl-draft-reply-without-argument-list): Ditto.
3718         (wl-draft-reply-myself-with-argument-list): Abolish.
3719         (wl-draft-reply-myself-without-argument-list): Ditto.
3720         * wl-draft.el (wl-draft-self-reply-p): New function.
3721         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3722
3723 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3724
3725         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3726         (avoid error for the case without byte-compiling)
3727
3728 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3729
3730         * wl-news.el.in (wl-news-append-to-folder): New function.
3731         (wl-news-exit): Rewrite.
3732         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3733
3734 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3735
3736         * wl-draft.el (wl-draft-reply-position): New function.
3737         (wl-draft-reply-position): Fix.
3738         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3739         (wl-summary-target-mark-reply-with-citation): Ditto.
3740         (wl-summary-reply-with-citation): Ditto.
3741         * wl-vars.el (wl-draft-reply-default-position): New variable.
3742
3743 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3744
3745         * wl-draft.el (wl-draft-send): Preview when interactive send.
3746
3747 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3748
3749         * wl-draft.el (wl-draft-reply): Set default position.
3750         * wl-summary.el (wl-summary-reply): Ditto.
3751         (wl-summary-reply-with-citation): Ditto.
3752         (wl-summary-target-mark-reply-with-citation): Ditto.
3753
3754 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3755
3756         * wl-news.el.in (wl-news-lang): Set default value according to
3757         current-language-environment.
3758         (wl-news-append-news): Do nothing when news-list is nil.
3759
3760 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3761
3762         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3763         (wl-news): Change message.
3764         (wl-news-exit): Check buffer.
3765         (wl-news-force-exit): New function.
3766         (wl-news-show-all): New function.
3767         (wl-news-discard-and-exit): Fix.
3768
3769 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3772         according to current-language-environment.
3773
3774         * wl-news.el.in (wl-news): If arg, show all NEWS after
3775         wl-news-default-previous-version.
3776
3777 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3778
3779         * wl-news.el.in (wl-news-check): Rewritten.
3780         (wl-news-previous-version-load): Change data type.
3781         (wl-news-previous-version-save): Change data type.
3782         (wl-news-append-news): Add return value.
3783         (wl-news-check-news): New function.
3784         (wl-news-already-current-p): New function.
3785         (wl-news-send-news): Rewritten.
3786         (wl-news-mode-map): Add new keybind.
3787         (wl-news): Rewritten.
3788         (wl-news-exit): Rewritten.
3789         (wl-news-discard-and-mail): New function.
3790         (wl-news-send-to-address): Abolished.
3791         * wl.el (wl-init): Delete a message.
3792
3793 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3794
3795         * wl-news.el.in (wl-news-exit): Update previous version.
3796         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3797
3798 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3799
3800         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3801
3802 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3803
3804         * wl-news.el.in (wl-news): New function.
3805         (wl-news-mode): New function.
3806         (wl-news-next-line): New function.
3807         (wl-news-next-page): New function.
3808         (wl-news-exit): New function.
3809         (wl-news-buf-name): New variable.
3810         (wl-news-mode-map): New variable.
3811         (wl-news-winconf): New variable.
3812         (wl-news-append-news): Add an option.
3813
3814 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3815
3816         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3817
3818 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3819
3820         * wl-news.el.in (wl-news-send-to-address): New variable.
3821         (wl-news-send-news): Use it.
3822         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3823         Return updating status.
3824         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3825
3826 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3827
3828         * wl-news.el.in (wl-news-send-news): Delete
3829         Organization and X-Face.
3830
3831 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3832
3833         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3834         (wl-news-append-news): New function.
3835         (wl-news-send-news): New function.
3836
3837 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3838
3839         * Version number is increased to 2.11.1.
3840
3841 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3842
3843         * wl-news.el.in : New file.
3844
3845 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3846
3847         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3848         default value.
3849         (wl-draft-reply-without-argument-list): Ditto.
3850
3851 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3852
3853         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3854         (wl-message-buffer-prefetch-idle-time): Ditto.
3855         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3856
3857 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * wl-thread.el (wl-thread-insert-message): Use
3860         wl-summary-max-thread-depth.
3861
3862         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3863         loop detection.
3864
3865         * wl-message.el (wl-message-buffer-display): Back to the first page
3866         when cache is hit.
3867
3868 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3871
3872         * wl-summary.el (wl-summary-insert-thread-entity):
3873         If the thread depth is reached to wl-summary-max-thread-depth,
3874         divide the thread.
3875
3876 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3877
3878         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3879         for elmo-remove-passwd.
3880
3881 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3882
3883         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3884         folder is sticky.
3885         (wl-folder-mark-as-read-all-entity): Ditto.
3886         (wl-folder-prefetch-entity): Ditto.
3887
3888 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3889
3890         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3891
3892 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3893
3894         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3895         Delete messages on buffer for unplugged operation.
3896         (wl-summary-erase): Ditto.
3897
3898 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3899
3900         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3901         take nil so as not to search parent by subject.
3902
3903 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3906         (wl-folder-get-next-folder): Ditto.
3907         (wl-folder-get-path): Ditto.
3908
3909 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3910
3911         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3912         system and encode the region with it before verifying.
3913
3914 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3915
3916         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3917         system of the echo buffer before decoding.
3918
3919 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3920
3921         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3922         original contents.
3923
3924 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3927         with argument 'any-exists.
3928
3929 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3930
3931         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3932         Use `wl-cs-autoconv'.
3933
3934 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3935
3936         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3937         by `mime-view-automatic-conversion'.
3938
3939         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3940         (wl-message-verify-pgp-nonmime): Ditto.
3941         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3942         Bind them to C-c:d and C-c:v respectively.
3943
3944         Merge following code by Teranishi-san from [wl-en:00167].
3945         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3946         (wl-mime-preview-application/pgp-encrypted): Ditto.
3947         (wl-mime-setup): Add entry.
3948
3949 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3950
3951         * wl-summary.el (wl-summary-target-mark-erase): New function.
3952         Bind it to "mD".
3953
3954 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3955
3956         * wl-vars.el (wl-draft-write-file-function): Fix.
3957         (wl-draft-reedit-hook): Changed default value.
3958
3959         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3960         wl-draft-reedit-hook.
3961         (wl-draft-remove-text-plain-tag): New function.
3962         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3963
3964         * wl-vars.el (wl-draft-write-file-function): New user option.
3965
3966         * wl-draft.el (wl-draft-prepare-edit): Use it for
3967         local-write-file-hooks.
3968         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3969
3970         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3971         (wl-draft-insert-mail-header-separator): Return the body beginning
3972         point.
3973         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3974         text/plain.
3975         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3976
3977 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3978
3979         * wl-summary.el (wl-summary-erase): New function to erase message
3980         without moving it to trash. Bind to "D".
3981
3982         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3983         as `keep' unless switch-function.
3984
3985 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3986
3987         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3988         message buffer by using `wl-summary-toggle-disp-msg'.
3989         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3990         buffer window.
3991         (wl-summary-supresedes-message): Ditto.
3992
3993         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3994         Do not delete other windows.
3995         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3996         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3997         (wl-draft-create-buffer): Set reply-or-forward also for target
3998         mark commands.
3999
4000 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4001
4002         * wl-draft.el (wl-user-agent-compose): Delete special case for
4003         switch-to-buffer-other-window.
4004
4005         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4006         (wl-summary-forward): Ditto.
4007
4008         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4009         function.
4010         (wl-draft-buffer-style): New use option.
4011
4012         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4013         (wl-draft): Follow the change above.
4014         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4015         wl-draft-buffer-style.
4016         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4017         switch-function.
4018
4019 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4020
4021         * wl-address.el (wl-address-make-completion-entry): Extracted from
4022         `wl-address-make-completion-list'.
4023         (wl-address-enable-strict-loading): New variable.
4024         (wl-address-make-completion-list): Revive petname duplication
4025         inquiry, and enable it if `wl-address-enable-strict-loading'.
4026         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4027
4028 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4029
4030         * wl-message.el (wl-message-get-original-buffer): Avoid
4031         'Selecting deleted buffer' error when original buffer is killed.
4032
4033 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4034
4035         * wl-summary.el (wl-summary-next-message): Use
4036         elmo-message-accessible-p instead of elmo-message-cached-p.
4037
4038 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4039
4040         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4041
4042         * wl-thread.el (wl-thread-open-all-unread): Use
4043         elmo-folder-list-flagged instead of
4044         elmo-folder-list-messages-mark-match.
4045
4046         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4047         instead of elmo-folder-list-messages-mark-match.
4048         (wl-summary-move-spec-alist): New variable.
4049         (wl-summary-move-spec-plugged-alist,
4050         wl-summary-move-spec-unplugged-alist): Abolish.
4051         (wl-summary-next-message): Follow the change above.
4052         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4053         with 'no-msg' argument.
4054
4055         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4056         variable.
4057         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4058         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4059         (wl-message-buffer-prefetch-get-next): Follow the change above.
4060
4061 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4062
4063         * wl-version.el (wl-version): Changed codename.
4064
4065         * Version number is increased to 2.11.0.
4066
4067 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4068
4069         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4070         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4071         `wl-draft-config-variables'.
4072         (wl-draft-kill): Fixed problem when the draft is reedit.
4073
4074 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4075
4076         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4077         buffer-modified status (Thanks to
4078         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4079
4080 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4081
4082         * wl-util.el (wl-region-exists-p): New function.
4083
4084         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4085         Remove defvars for byte-compile warnings.
4086
4087 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4088
4089         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4090         defvar-maybe. Removed unused bind.
4091
4092 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4093
4094         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4095         summary buffer window before creating new frame.
4096         (wl-draft-reply): Ditto.
4097
4098 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4099
4100         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4101
4102 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4103
4104         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4105
4106 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4107
4108         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4109         instead of `kill-region'.
4110
4111 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4112
4113         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4114         (wl-highlight-summary-line-string): Use it.
4115         (wl-highlight-summary-current-line): Ditto.
4116
4117         * wl-mime.el (wl-message-delete-current-part): Check the class of
4118         mime-entity.
4119
4120         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4121
4122         * wl-summary.el (wl-summary-make-number-list): Initialize.
4123         (wl-summary-update-mark): New function.
4124         (wl-summary-reply): Put `answered' mark on the message.
4125         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4126
4127         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4128         (wl-draft-reply): Added optional argument `number';
4129         Set wl-draft-parent-number.
4130         (wl-draft-kill): Delete answered mark if it is a reply.
4131
4132 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4133
4134         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4135         that originates in mime-preview-follow-current-entity.
4136         (wl-draft-yank-current-message-entity): Use it if region is active.
4137
4138         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4139         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4140         `wl-message-delete-current-part'.
4141         * wl-mule.el (wl-message-define-keymap): Ditto.
4142         * wl-xmas.el (wl-message-define-keymap): Ditto.
4143
4144 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4145
4146         * wl-mime.el (wl-message-delete-current-part): New function.
4147         (wl-mime-node-id-to-string): Ditto.
4148
4149         * wl-mime.el (wl-message-delete-current-part): Use existing
4150         original buffer which corresponds current mime-view buffer.
4151         (fetched buffer might have different structure, possibly)
4152
4153         * wl-mime.el (wl-message-delete-current-part): Quit if the
4154         message content differs from the actual message.
4155
4156 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4157
4158         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4159         order.
4160         (wl-summary-search-by-subject): Search parent message from tail;
4161         Check the existence of the parent message on the current thread tree.
4162         (wl-summary-update-thread): Check whether the line is inserted.
4163
4164 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4165
4166         * wl-vars.el (wl-summary-line-format): Undo last change.
4167         * wl-summary.el (wl-summary-print-destination): Do not put
4168         invisible property when `wl-summary-width' is nil.
4169         (wl-summary-line-subject-minimum-length): Abolished.
4170         (wl-summary-line-subject): Ditto.
4171
4172 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4173
4174         * wl-vars.el (wl-summary-line-format): Change default value.
4175         (wl-summary-subject-length-limit): Abolished.
4176         * wl-summary.el (wl-summary-line-subject): Ditto.
4177
4178 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4179
4180         * wl-template.el (wl-template-select): Added optional argument.
4181         If optional argument is specified, reverse
4182         `wl-template-visible-select'.
4183
4184 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4185
4186         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4187         Take prefix argument to force asking the destination folder.
4188
4189 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4190
4191         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4192         count and update status.
4193
4194 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4195
4196         * wl-summary.el (wl-summary-redisplay-internal): If
4197         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4198         after fetching.
4199
4200 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4201
4202         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4203         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4204
4205         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4206
4207 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4210         (All other related portions are changed).
4211         (wl-summary-mark-as-read-all): Rewrite.
4212
4213 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4214
4215         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4216         `wl-summary-mark-as-read'.
4217         (wl-summary-mark-as-unread): Rewrite.
4218         (wl-summary-mark-as-read): Added no-modeline argument.
4219         (wl-summary-resume-cache-status): Rewrite.
4220         (wl-summary-exec-subr): Remove unused local variable.
4221
4222 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4223
4224         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4225         logic to call `wl-summary-buffer-prev-folder-function'.
4226         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4227
4228 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4231         is nil.
4232
4233 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4234
4235         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4236         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4237         (wl-mime-setup): Add its entry.
4238
4239 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4240
4241         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4242         (wl-summary-delete-cache): Likewise.
4243         (wl-summary-mark-as-read): Rewrite.
4244
4245 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4246
4247         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4248         `wl-summary-count-unread'.
4249
4250         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4251
4252         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4253
4254 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4257         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4258         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4259         Renamed to the elmo-msgdb-*-mark.
4260         (wl-summary-score-marks): Follow the change above.
4261         (wl-summary-auto-refile-skip-marks): Ditto.
4262         (wl-summary-incorporate-marks): Ditto.
4263         (wl-summary-expire-reserve-marks): Ditto.
4264
4265         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4266         changes.
4267         (wl-thread-insert-top): Changed updating message.
4268
4269         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4270         variable.
4271         (wl-summary-count-unread): Count answered marks.
4272         (wl-summary-rescan): Call wl-summary-insert-message instead of
4273         wl-summary-append-message-func-internal.
4274         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4275         (wl-summary-prefetch-msg): Follow the variable name changes.
4276         (wl-summary-prefetch-region): Ditto.
4277         (wl-summary-mark-as-read-all): Follow the API changes;
4278         Don't call elmo-folder-replace-marks.
4279         (wl-summary-delete-cache): Follow the variable name changes.
4280         (wl-summary-resume-cache-status): Ditto.
4281         (wl-summary-update-status-marks): New function.
4282         (wl-summary-insert-message): New function.
4283         (wl-summary-sync-marks): Follow the variable name changes.
4284         (wl-summary-sync-update): Synchronize to the msgdb, too;
4285         Changed update messages.
4286         (wl-summary-make-number-list): Rewrite.
4287         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4288         (wl-summary-mark-as-unread): Follow the API changes.
4289         (wl-summary-exec-subr): Follow the variable name changes.
4290         (wl-summary-mark-as-read): Ditto.
4291         (wl-summary-move-spec-plugged-alist): Ditto.
4292         (wl-summary-move-spec-unplugged-alist): Ditto.
4293         (wl-summary-cursor-move-surface): Ditto.
4294
4295         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4296         variable name changes.
4297         (wl-highlight-summary-current-line): Ditto.
4298
4299         * wl-expire.el (wl-expire-refile): Follow the API change in
4300         elmo-folder-move-messages.
4301         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4302         (wl-summary-archive): Use elmo-folder-msgdb instead of
4303         elmo-msgdb-load.
4304
4305 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4306
4307         * wl-mime.el (wl-draft-preview-message): Restore the position
4308         before evaluating wl-draft-send-hook in preview buffer.
4309
4310 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4311
4312         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4313         when it creates new draft buffer.
4314
4315         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4316         without argument.
4317
4318         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4319         Evaluate content and if the value is string, insert it.
4320         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4321         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4322         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4323         wl-draft-config-sub-part-bottom): Use it.
4324
4325         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4326         with the folder name. The question was unintelligible when it is
4327         called from wl-save-status.
4328
4329 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4330
4331         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4332         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4333         cannot take second argument).
4334
4335 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4336
4337         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4338         as t. Since type and subtype are not case sensitive (RFC 2045).
4339
4340 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4341
4342         * wl-vars.el (wl-message-mode-line-format): New variable.
4343         (wl-message-mode-line-format-spec-alist): Ditto.
4344         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4345         (wl-message-redisplay): Use wl-message-mode-line-format.
4346
4347 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4348
4349         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4350
4351 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-summary.el (wl-summary-default-from): Write description.
4354
4355 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-vars.el (wl-ldap-objectclass): Abolish.
4358
4359         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4360         (wl-ldap-make-filter): Removed condition for objectclass.
4361         (wl-ldap-make-matched-value-list): Remove meaningless process.
4362         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4363         (wl-address-ldap-search): Don't add `*' to `pat' string;
4364         use ignore-errors; added `email';
4365         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4366         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4367         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4368
4369
4370 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl-draft.el (wl-draft-parent-folder): Write description.
4373         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4374
4375 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4376
4377         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4378         as "" (zero-length string) if no parent.
4379         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4380
4381 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4382
4383         * wl-address.el (wl-address-make-completion-list): Skip duplication
4384         checking.
4385         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4386         `append'.
4387
4388 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4389
4390         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4391         instead of `beginning-of-buffer'.
4392
4393 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4396
4397 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4398
4399         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4400         Refer wl-message-buffer-name.
4401         (wl-message-wheel-down): Ditto.
4402
4403 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4404
4405         * wl-vars.el (wl-message-buffer-name): New user option.
4406
4407         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4408         directly instead of making alist dinamically.
4409
4410         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4411         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4412         wl-message-buffer-cache-name.
4413         (wl-message-buffer-cache-clean-up): Ditto.
4414
4415         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4416
4417         * Version number is increased to 2.9.15.
4418
4419 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4420
4421         * wl-vars.el (wl-summary-default-view-alist): New user option.
4422
4423         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4424
4425         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4426         while deleting address.
4427         (wl-draft-delete-myself-from-cc): Ditto.
4428
4429         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4430         If optional argument is specified, reverse sort order.
4431
4432         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4433
4434 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4435
4436         * wl-thread.el (wl-thread-insert-message): Return parent number if
4437         exists.
4438         (wl-thread-update-indent-string-region): Use
4439         wl-thread-update-line-on-buffer-sub instead of
4440         wl-thread-update-line-on-buffer.
4441
4442 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4443
4444         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4445         (wl-folder-close-all): Ditto.
4446
4447 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4448
4449         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4450         and mailing-list:.
4451         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4452         value.
4453         (wl-summary-line-list-info): Print mailing-list name even when 
4454         list-number is empty.
4455
4456 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4459
4460         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4461         (wl-draft-open-file): Ditto.
4462         (wl-draft-random-alphabet): Ditto.
4463
4464         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4465         bindings.
4466
4467 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4470         * wl-vars.el (wl-draft-config-alist): Ditto.
4471
4472 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4473
4474         * Version number is increased to 2.9.14.
4475
4476         * wl.el (wl): Don't set wl-init as nil when error occured while
4477         auto-checking folders.
4478
4479         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4480         `elmo-expand-newtext'.
4481
4482 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4485         `this-command' so that `wl-folder-goto-folder' contained in
4486         `wl-summary-keep-cursor-command' work.
4487
4488 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4489
4490         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4491         message buffer displaying state.
4492
4493 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * wl-vars.el (wl-summary-default-view): New variable to specify
4496         default value for `wl-summary-buffer-view' instead of using
4497         set-default.
4498         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4499
4500 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501
4502         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4503
4504         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4505
4506 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4507
4508         * wl-vars.el (wl-forward-subject-prefix): New variable.
4509         * wl-draft.el (wl-draft-forward): Use it.
4510
4511 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-message.el (wl-message-prev-page): When it is called without
4514         lines argument, scroll down by wl-message-scroll-amount lines.
4515         (wl-message-next-page): Ditto.
4516         * wl-vars.el (wl-message-scroll-amount): Change default value
4517         to preserve current behavior.
4518
4519 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4520
4521         * wl-summary.el (wl-summary-prefetch-msg): Bind
4522         `wl-message-entity' to call `wl-summary-from-function'.
4523
4524 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-message.el (wl-message-buffer-create): Run
4527         wl-message-buffer-created-hook.
4528
4529 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-summary.el (wl-summary-sort-specs): New variable.
4532         (wl-summary-default-sort-spec): Ditto.
4533         (wl-summary-sort): Rewrite.
4534         (wl-summary-sort-by-list-info): New function.
4535
4536 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4537
4538         * wl-summary.el (wl-summary-get-list-info): New function.
4539         (wl-summary-sort): Rewrite.
4540         (wl-summary-line-list-info): Ditto.
4541         (wl-summary-line-list-count): Ditto.
4542         (wl-summary-refile-region): Fixed docstring.
4543
4544 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4545
4546         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4547         `wl-folder-entity-hashtb' as completion table.
4548
4549 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4552         only when this command is called interactively; silence the byte-
4553         compiler.
4554
4555 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4556
4557         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4558         active in XEmacs.
4559
4560 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4561
4562         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4563         plural lines.
4564
4565 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4568         of current line when the cursor is on the header name.
4569         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4570
4571 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4572
4573         * wl-util.el (wl-read-directory-name): Return displayed directory
4574         as the default value also on XEmacs.
4575
4576 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4579         formatting.
4580
4581 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4584         argument and when it is non-nil, check face property before
4585         highlighting for each line.
4586         (wl-highlight-summary-window): Set it.
4587
4588 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4591         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4592
4593         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4594         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4595         (wl-draft-get-fcc-list): Likewise.
4596
4597 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4598
4599         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4600         (wl-thread-entity-cur): Ditto.
4601         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4602         wl-thread-indent-regexp setting.
4603         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4604
4605         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4606         wl-summary-lazy-highlight.
4607         (wl-summary-display-bottom): Ditto.
4608
4609         * wl-thread.el (wl-thread-open-close): Likewise.
4610
4611         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4612         from and subject;
4613         Bind wl-draft-use-frame;
4614         Enclose with save-window-excursion;
4615         Use wl-draft-create-buffer instead of with-temp-buffer;
4616         Use wl-draft-prepare-edit;
4617         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4618         Use wl-draft-send instead of wl-draft-raw-send.
4619
4620 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4621
4622         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4623         of using wl-from.
4624
4625 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4626
4627         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4628         insert-buffer instead of clone-buffer.
4629         (wl-draft-doing-mime-bcc): New variable.
4630         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4631         infinite loop.
4632         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4633
4634         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4635         (wl-draft-mime-bcc-body): Ditto.
4636
4637         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4638         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4639         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4640         wl-draft-do-mime-bcc.
4641         (wl-draft-mime-bcc-field): New function.
4642         (wl-draft-do-mime-bcc): Ditto.
4643
4644         * wl-address.el (wl-address-complete-header-list): New variable.
4645         (wl-address-complete-header-regexp): Changed default value.
4646
4647         * Version number is increased to 2.9.13.
4648
4649 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4652         it is differed.
4653
4654 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4655
4656         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4657         (wl-summary-line-list-count): Ditto.
4658
4659 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4660
4661         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4662         (wl-nntp-posting-function): New variable.
4663         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4664         `wl-nntp-posting-config-alist'.
4665
4666 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4669         FLIM.
4670
4671 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4672
4673         * wl-summary.el (wl-summary-target-mark-refile-sub):
4674         Remove a nuisance funcall.
4675
4676 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4679         as t for `try-completion'.
4680
4681 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-summary.el (wl-summary-default-from): Use
4684         wl-address-header-extract-address instead of
4685         std11-extract-address-components.
4686         (wl-summary-simple-from): Ditto.
4687         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4688         (wl-summary-insert-headers): Show message.
4689         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4690         for whole line.
4691         (wl-summary-default-from): Revert last change.
4692         (wl-summary-simple-from): Ditto.
4693         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4694         (wl-summary-mark-as-read-region): Follow the change above.
4695         (wl-summary-sync-marks): Ditto.
4696         (wl-summary-target-mark-mark-as-read): Ditto.
4697         (wl-summary-redisplay-internal): Ditto.
4698         (wl-summary-redisplay-no-mime-internal): Ditto.
4699         (wl-summary-redisplay-all-header): Ditto.
4700         (wl-summary-mark-as-read): Removed argument `cached';
4701         Use current cache status to set cache mark.
4702         (wl-summary-redisplay-internal): Follow the change above.
4703         (wl-summary-redisplay-no-mime-internal): Ditto.
4704         (wl-summary-redisplay-all-header): Ditto.
4705
4706         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4707
4708         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4709         Don't call itself recursively (Adviced by Yamaoka-san).
4710
4711 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4714         bind wl-summary-highlight as nil to avoid error caused by missing
4715         local variables.
4716
4717 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * wl-vars.el (wl-invalid-character-message): New user option.
4720
4721         * wl-util.el (wl-set-string-width): If truncated string-width is
4722         larger than specified width, use `wl-invalid-character-message'.
4723
4724 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4725
4726         * wl-summary.el (wl-summary-prefetch-msg): 
4727         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4728
4729 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4730
4731         * wl-vars.el (wl-summary-check-line-format): New user option.
4732         (wl-summary-line-format-file): Ditto.
4733
4734         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4735         variable.
4736         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4737         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4738         and `wl-summary-view-old-p' to check whether do a rescan or not.
4739         (wl-summary-view-old-p): New function.
4740         (wl-summary-line-format-changed-p): Ditto.
4741         (wl-summary-line-format-save): Ditto.
4742         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4743
4744         * wl-util.el (wl-set-string-width): Avoid using negative number
4745         for make-string.
4746
4747 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4748
4749         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4750         return value.
4751
4752         * wl-util.el (wl-set-string-width): Added optional argument
4753         `padding' (All other related portions are changed).
4754         (wl-line-parse-format): If the first letter of column number is
4755         `0', zero-padding the result (ex: "%05l").
4756
4757         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4758
4759 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4762         sequential summary view.
4763
4764 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4767         if it doesn't have a -unix version.
4768
4769 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4770
4771         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4772
4773 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4774
4775         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4776         content.
4777         (wl-draft): Follow the change above.
4778
4779         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4780
4781         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4782         and wl-folder-summary-line-format-alist contain %T and %P.
4783
4784         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4785         (wl-summary-mode-line-format): New user option.
4786         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4787         (wl-summary-line-format): Changed default value.
4788         (wl-summary-lazy-highlight): Changed default value.
4789
4790         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4791         change in wl-summary-create-line.
4792         (wl-thread-insert-entity-sub): Ditto.
4793
4794         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4795         (wl-summary-buffer-unread-status): Ditto.
4796         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4797         (wl-summary-buffer-persistent-mark-column): Ditto.
4798         (wl-summary-buffer-mode-line-formatter): Ditto.
4799         (wl-summary-buffer-mode-line): Ditto.
4800         (wl-summary-message-regexp): Abolished.
4801         (All other related portions are changed.)
4802         (wl-summary-detect-mark-position): New function.
4803         (wl-summary-buffer-set-folder): Setup
4804         wl-summary-buffer-mode-line-formatter.
4805         (wl-summary-mode): Setup selective-display;
4806         Setup pre-idle-hook when xemacs.
4807         (wl-summary-update-modeline): Rewrite.
4808         (wl-summary-jump-to-msg): Define as function;
4809         Changed regexp for searching messages.
4810         (wl-summary-message-number): Rewrite.
4811         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4812         Do rescan when old type summary cache.
4813         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4814         (wl-summary-remove-destination): Use '\r' to detect EOL.
4815         (wl-summary-print-destination): Ditto.
4816         (wl-summary-temp-mark): New inline function.
4817         (wl-summary-persistent-mark): Ditto.
4818         (wl-summary-line-number): New function.
4819         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4820         (wl-summary-line-list-count): New function.
4821         (wl-summary-create-line): Added argument persistent-mark.
4822         (All other related portions are changed)
4823         (wl-summary-create-line): Insert '\r'.
4824         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4825         (wl-summary-cursor-move-surface): New inline function.
4826         (wl-summary-prev): Use it.
4827         (wl-summary-next): Ditto.
4828
4829         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4830         wl-summary-message-regexp.
4831         (wl-highlight-summary): Delete progress message.
4832         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4833
4834         * Version number is increased to 2.9.12.
4835
4836 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4837
4838         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4839         variable (nil: no minimum).
4840         (wl-summary-line-subject): Add some spaces after subject by
4841         wl-summary-line-subject-minimum-length.
4842
4843 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4844
4845         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4846         and removed `F'.
4847         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4848         change above).
4849
4850 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * wl-summary.el (wl-summary-line-list-count): Reverted.
4853         (example setting in samples/*/dot.wl is also updated)
4854
4855 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4856
4857         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4858
4859         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4860
4861         * wl-vars.el (wl-summary-line-format): Addes some description to the
4862         docstring.
4863
4864         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4865         (wl-summary-line-close-bracket): Ditto.
4866         (wl-summary-line-children-number): Ditto.
4867         (wl-summary-line-thread-indent): Ditto.
4868         (wl-summary-line-children-and-from): Ditto.
4869
4870         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4871         't', 'c', 'F' and added 'C'.
4872
4873         * wl-util.el (wl-set-string-width): Accept negative value.
4874         (wl-line-parse-format): Added "%number(" and "%)".
4875
4876 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-summary.el (wl-summary-line-list-count): Change format of the
4879         return value.
4880
4881 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4882
4883         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4884         from the recent message.el.
4885         (wl-draft-point-in-header-p): Ditto.
4886         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4887         wl-draft-beginning-of-line.
4888         * wl-e21.el (wl-draft-mode-map): Ditto.
4889         * wl-xmas.el (wl-draft-mode-map): Ditto.
4890
4891         * wl-folder.el: Sort macrodefs by dependencies.
4892
4893 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4894
4895         * wl-summary.el (wl-summary-prev): Fixed regexp.
4896         (wl-summary-next): Ditto.
4897
4898 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4901
4902 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4903
4904         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4905         for backward compatibility.
4906
4907 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-summary.el (wl-summary-line-list-count): New function, merged
4910         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4911         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4912         list counts.
4913
4914 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl-summary.el (wl-summary-create-line): Ignore errors while
4917         timezone-fix-time.
4918
4919         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4920
4921         * wl-summary.el (wl-summary-sync-update): Ditto.
4922         (wl-summary-default-from): Use wl-message-entity
4923         instead of entity.
4924
4925         * wl-summary.el (wl-summary-create-line): Fix.
4926
4927         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4928         (wl-summary-line-format): New user option.
4929         (wl-folder-summary-line-format-alist): Ditto.
4930         (wl-summary-from-width): Abolished.
4931
4932         * wl-util.el (toplevel): Require 'bytecomp.
4933         (wl-line-parse-format): New function.
4934         (wl-line-formatter-setup): New macro.
4935
4936         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4937         (wl-summary-buffer-line-formatter): New buffer local variable.
4938         (wl-summary-switch-to-clone-buffer): Follow the change above.
4939         (wl-summary-message-regexp): Fix.
4940         (wl-summary-from-func-internal): Abolished.
4941         (wl-summary-subject-func-internal): Ditto.
4942         (wl-summary-subject-filter-func-internal): Ditto.
4943         (All other related portions are changed.)
4944         (wl-summary-buffer-set-folder):
4945         Set up wl-summary-buffer-number-column and 
4946         wl-summary-buffer-line-formatter
4947         (All other related portions are changed.)
4948         (wl-summary-buffer-number-column-detect): Abolished.
4949         (All other related portions are changed.)
4950         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4951         (wl-summary-delete-all-temp-marks-on-buffer): Use
4952         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4953         (wl-summary-target-mark-delete): Ditto.
4954         (wl-summary-target-mark-refile-subr): Ditto.
4955         (wl-summary-target-mark-mark-as-read): Ditto.
4956         (wl-summary-target-mark-mark-as-unread): Ditto.
4957         (wl-summary-target-mark-mark-as-important): Ditto.
4958         (wl-summary-target-mark-save): Ditto.
4959         (wl-summary-replace-status-marks): Renamed from
4960         wl-summary-set-status-marks-on-buffer;
4961         Use wl-summary-message-regexp instead of
4962         wl-summary-buffer-number-regexp.
4963         (wl-summary-sync-update): Follow the change above.
4964         (wl-summary-goto-previous-message-beginning): New function.
4965         (wl-summary-mark-as-unread): Use it.
4966         (wl-summary-mark-as-important): Ditto.
4967         (wl-summary-line-formatter): New variable.
4968         (wl-summary-line-year): New function.
4969         (wl-summary-line-day): Ditto.
4970         (wl-summary-line-day-of-week): Ditto.
4971         (wl-summary-line-hour): Ditto.
4972         (wl-summary-line-minute): Ditto.
4973         (wl-summary-line-open-bracket): Ditto.
4974         (wl-summary-line-close-bracket): Ditto.
4975         (wl-summary-line-children-number): Ditto.
4976         (wl-summary-line-thread-indent): Ditto.
4977         (wl-summary-line-size): Ditto.
4978         (wl-summary-line-subject): Ditto.
4979         (wl-summary-line-from): Ditto.
4980         (wl-summary-line-children-and-from): Ditto.
4981         (wl-summary-create-line): Rewritten.
4982         (wl-summary-format-date): Abolished.
4983
4984         * wl-highlight.el (wl-highlight-summary-current-line): Use
4985         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4986         Use thread structure to detect thread top message.
4987
4988         * wl-draft.el (wl-default-draft-cite): Don't use
4989         wl-summary-from-func-internal.
4990
4991         * wl-refile.el (wl-refile-subject-learn): Don't use
4992         wl-summary-subject-filter-func-internal.
4993         (wl-refile-guess-by-subject): Ditto.
4994
4995         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4996         parameters.
4997
4998         * wl-thread.el (wl-thread-update-indent-string-region):
4999         Use wl-thread-update-line-on-buffer instead of
5000         wl-thread-update-indent-string.
5001         (wl-thread-update-children-number): Redefine using
5002         wl-thread-update-line-on-buffer.
5003         (wl-thread-update-indent-string): Abolished.
5004
5005         * Version number is increased to 2.9.11.
5006
5007 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5010         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5011         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5012
5013         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5014         as nil.
5015
5016         * wl-thread.el (wl-thread-open-all-unread): Use 
5017         elmo-folder-list-messages-mark-match.
5018         (wl-thread-insert-message): Removed argument `mark-alist'.
5019         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5020         elmo-msgdb-set-mark.
5021         (wl-thread-get-children-msgs-uncached): Likewise.
5022         (wl-thread-get-exist-children): Added argument include-self.
5023         (wl-thread-delete-message): Follow the change above.
5024
5025         * wl-summary.el (wl-summary-count-unread): Removed argument.
5026         (wl-summary-rescan): Follow the change above.
5027         (wl-summary-mark-as-read-region): Ditto
5028         (wl-summary-mark-as-unread-region): Ditto.
5029         (wl-summary-delete-messages-on-buffer): Ditto.
5030         (wl-summary-sync-update): Ditto.
5031         (wl-summary-switch-to-clone-buffer): Ditto.
5032         (wl-summary-goto-folder-subr): Ditto.
5033         (wl-summary-target-mark-mark-as-read): Ditto.
5034         (wl-summary-target-mark-mark-as-unread): Ditto.
5035         (wl-summary-target-mark-mark-as-important): Ditto.
5036         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5037         (wl-summary-update-thread): Removed argument `mark-alist'.
5038         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5039         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5040         (wl-summary-resume-cache-status): Likewise.
5041         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5042         elmo-msgdb-set-mark.
5043         (wl-summary-mark-as-read-all): Likewise.
5044         (wl-summary-delete-cache): Ditto.
5045         (wl-summary-auto-select-msg-p): Ditto.
5046         (wl-summary-mark-as-unread): Ditto.
5047         (wl-summary-no-auto-refile-message-p): Ditto.
5048         (wl-summary-mark-as-read): Ditto.
5049         (wl-summary-mark-as-important): Ditto.
5050         (wl-summary-auto-refile): Follow the change above.
5051         (wl-summary-delete-all-marks): Removed.
5052         (wl-summary-resume-marks-and-highlight): Ditto.
5053         (wl-summary-resume-marks): Ditto.
5054         (wl-summary-delete-important-msgs-from-list): Ditto.
5055         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5056
5057         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5058         wl-summary-count-unread.
5059
5060         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5061         (wl-summary-score-update-all-lines): Use
5062         elmo-msgdb-set-mark.
5063
5064 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5065
5066         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5067         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5068         (wl-summary-create-line): Renamed from
5069         wl-summary-overview-create-summary-line;
5070         Argument rearrangement.
5071         (wl-summary-update-thread): Follow the change above.
5072
5073         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5074         (wl-thread-insert-entity-sub): Likewise.
5075
5076         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5077         argument `overview', `mark-alist' and added `msgdb'.
5078
5079         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5080
5081         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5082         (wl-summary-rescan): Follow the change above.
5083         (wl-summary-sync-update): Ditto.
5084         (wl-summary-insert-thread-entity): Ditto;
5085         Don't use `let*' in every while loop;
5086         Detect infinite loop of threads.
5087         (wl-summary-update-thread): Removed argument `overview'.
5088
5089         * wl-thread.el (wl-thread-insert-message): Ditto.
5090
5091         * Version number is increased to 2.9.10.
5092
5093         * wl-message.el (wl-message-redisplay): Ignore errors while
5094         wl-message-redisplay-hook.
5095
5096 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5097
5098         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5099
5100 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl.el (wl): inhibit-quit while wl-folder.
5103
5104 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5107         while msgdb access.
5108
5109 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5110
5111         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5112         even if no folder is not created.
5113
5114 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5117
5118         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5119         implementation.
5120         (wl-summary-target-mark-thread): Ditto.
5121
5122         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5123
5124 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5125
5126         * wl-util.el (wl-display-bytes): Remove unused function.
5127
5128 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5129
5130         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5131         seems critical one (partially reverse the change in 2002/03/17).
5132
5133 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5136         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5137
5138 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5139
5140         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5141         is not writable.
5142         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5143         plugged status instead of `'force' as 2nd argument.
5144
5145         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5146         is not creatable.
5147
5148         * Version number is increased to 2.9.9.
5149
5150 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5151
5152         * wl-summary.el (wl-summary-suspend): New function.
5153
5154 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5155
5156         * wl.el (wl): Do not check variables if check is nil.
5157         * wl-utils.el (wl-collect-draft): New function.
5158         * wl-folder.el (wl-folder-suspend): Put summary buffers
5159         and draft buffers at the end of buffer list.
5160         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5161
5162 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5163
5164         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5165         loop instead of recursive call.
5166
5167         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5168         2nd argument.
5169
5170 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5171
5172         * wl-draft.el (wl-draft-create-contents): Don't take neither
5173         (function . args) nor (string . something) any more.
5174
5175         * wl-version.el (wl-generate-user-agent-string): Return string
5176         without header symbol.
5177         * wl-draft.el (wl-draft-default-headers): Use it.
5178
5179         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5180         `wl-draft-insert-ccs' and return field value instead of inserting
5181         the header. Abolish cc argument.
5182         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5183
5184         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5185         rather than one with string car.
5186
5187         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5188         * wl-draft.el (wl-draft-create-contents): Add it after the default
5189         headers.
5190
5191         * wl-draft.el (wl-draft-create-contents): For the case of
5192         (symbol-or-string . function) insert header only when the function
5193         returns string value.
5194
5195 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5196
5197         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5198         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5199
5200 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5201
5202         * wl.el (wl-check-environment): Don't check Message-ID when
5203         `wl-insert-message-id' is nil.
5204         Revive checking if `wl-message-id-domain' contains "@".
5205
5206 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5207
5208         * wl.el (wl-check-environment): Merge examination for "@" at
5209         inappropriate position into the first string-match.
5210
5211         * wl-summary.el (wl-summary-target-mark-print): New function.
5212         (wl-summary-pipe-message-subr): Extracted from
5213         `wl-summary-pipe-message'.
5214         (wl-summary-target-mark-pipe): New function.
5215         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5216         `wl-summary-target-mark-pipe'.
5217
5218 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5219
5220         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5221
5222 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5223
5224         * wl.el (wl-check-environment): Use elmo-warning instead of
5225         error for non-critical ones.
5226         Remove trash folder check.
5227         (wl): Don't ignore error in wl-check-environment.
5228
5229         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5230         check, which is moved from `wl-check-environment'.
5231         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5232
5233 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5236         guess anything, call wl-summary-write.
5237         (wl-summary-write): Create draft with blank To field.
5238         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5239
5240 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5241
5242         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5243         argument full as well for wl-folder-write-current-folder.
5244         If wl-*-write-current-folder cannot guess addressee, add blank
5245         To header.
5246         Rewrite condition for positioning cursor.
5247
5248 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5249
5250         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5251         summary buffer is present, use it.
5252         (wl-folder-jump-to-previous-summary): Ditto.
5253
5254 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5255
5256         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5257
5258         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5259         wl-summary-previous-buffer and wl-summary-next-buffer.
5260
5261         * wl-folder.el (wl-folder-mode-map): Bind
5262         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5263         (wl-folder-jump-to-next-summary): New function.
5264         (wl-folder-jump-to-previous-summary): Ditto.
5265
5266         * wl-draft.el (wl-draft): Rearranged.
5267
5268 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5269
5270         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5271         of header.
5272         (wl-draft): Collect arguments for the header as header-alist.
5273         (wl-draft-forward): Arrange arguments for wl-draft.
5274         (wl-draft-reply): Ditto.
5275         (wl-draft-edit-string): Ditto.
5276         * wl-summary.el (wl-summary-write): Ditto.
5277         (wl-summary-write-current-folder): Ditto.
5278
5279         * Version number is increased to 2.9.8.
5280
5281 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5282
5283         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5284
5285         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5286
5287         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5288         even if the guess failed.
5289
5290         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5291         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5292         wl-summary-write-current-folder.
5293         * wl-xmas.el: Ditto.
5294
5295 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5296
5297         * wl-summary.el (wl-summary-next-page): Force display message if
5298         message is not displayed yet.
5299         (wl-summary-prev-page): Ditto.
5300
5301 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5302
5303         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5304
5305 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5306
5307         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5308         add "Preview Message" and "Save Draft and Exit".
5309
5310 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5313         if addrmgr is called from draft in splitted window.
5314
5315         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5316         * wl-mule.el: Ditto.
5317         * wl-xmas.el: Ditto.
5318
5319 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5320
5321         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5322
5323         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5324         * wl-xmas.el (wl-folder-toolbar): Ditto.
5325
5326 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5327
5328         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5329         and wl-draft-save-and-exit.
5330         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5331         * wl-xmas.el: Ditto.
5332         * wl-mule.el: Ditto.
5333
5334         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5335         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5336
5337 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5338
5339         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5340         lists for saving buffer.
5341
5342 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5345         parent-folder argument instead of it.
5346         (wl-draft-create-buffer): Ditto.
5347         (wl-draft-forward): Ditto.
5348         (wl-draft-reply): Ditto.
5349         * wl-summary.el (wl-summary-write): Ditto.
5350         (wl-summary-write-current-folder): Ditto.
5351
5352         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5353         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5354         Folder buffer after composing.
5355
5356 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5359         header if the file `wl-x-face-file' already contains it.
5360
5361 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5362
5363         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5364         folder" entry.
5365         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5366         * wl-e21.el (wl-folder-toolbar): Ditto.
5367         * wl-xmas.el (wl-folder-toolbar): Ditto.
5368
5369 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5372         wl-folder-goto-folder with sticky argument.
5373         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5374
5375 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5378         and wl-summary-previous-buffer.
5379         (wl-summary-next-buffer): New function.
5380         (wl-summary-previous-buffer): Ditto.
5381
5382 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5383
5384         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5385         wl-folder-jump-to-current-entity-with-arg.
5386         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5387         `wl-folder-jump-to-current-entity'.
5388         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5389         `wl-summary-goto-folder-sticky'.
5390         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5391         `wl-summary-goto-folder'.
5392         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5393         Unless force-exit, do not clean temp. marks for sticky summary.
5394         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5395
5396 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5399         not entire.
5400
5401 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5402
5403         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5404         to `C-x C-s'.
5405         (wl-summary-save-status): New command.
5406         (wl-summary-exit): Don't clean-up temp marks when sticky.
5407         (Applied patch from Nakayama-san [wl: 09548])
5408         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5409         Do nothing when no mark data.
5410         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5411         Call `wl-summary-delete-all-temp-marks' before saving.
5412
5413 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5414
5415         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5416
5417 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5418
5419         * wl.el (wl-check-environment): Also cause error when (system-name)
5420         returns "localhost.localdomain". (Although it doesn't affect because
5421         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5422
5423 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5426         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5427
5428         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5429         value.
5430
5431 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5434         Likewise r-cc-list and r-ng-list.
5435
5436 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5439         only if it is bound as variable.
5440
5441         * wl-mime.el (wl-draft-preview-message): Ditto.
5442
5443 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5444
5445         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5446         needless `goto-char'.
5447
5448         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5449         `wl-summary-redisplay-no-mime-internal' instead of
5450         `wl-summary-redisplay-no-mime'.
5451         (wl-summary-redisplay-no-mime): Changed argument;
5452         Call `wl-summary-redisplay-no-mime-internal'.
5453
5454         * wl-mime.el (wl-draft-preview-message): Bind
5455         `mime-header-encode-method-alist' locally.
5456
5457         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5458         (wl-draft-std11-parse-addresses): Added the first address check.
5459         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5460
5461         * Version number is increased to 2.9.7.
5462
5463 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5464
5465         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5466
5467 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5468
5469         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5470         related to scrollbar support, if there is no such a feature
5471         compiled in.
5472
5473 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5474
5475         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5476         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5477         for prefetch.
5478
5479 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5480
5481         * wl-summary.el (wl-summary-pick): Fix for no match.
5482
5483 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl-draft.el (wl-draft-save):
5486         Override `mime-header-encode-method-alist'.
5487
5488 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5489
5490         * wl-folder.el (wl-folder-pick): New function.
5491         Define key as "?".
5492
5493 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5494
5495         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5496         Fix for unplugged.
5497
5498 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5499
5500         * wl-folder.el (wl-folder-virtual): New function.
5501         Define key as "V".
5502
5503 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5504
5505         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5506         multi folder if entity is group.
5507
5508 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5509
5510         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5511         is nil.
5512
5513 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5516         (wl-summary-target-mark-msgs): Return the number of marked messages.
5517
5518 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5519
5520         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5521         "first:" is specified.
5522
5523 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-vars.el (wl-from): Use return value of function
5526         user-full-name instead of the variable user-full-name since
5527         XEmacs-20.4 doesn't set this variable.
5528
5529 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5530
5531         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5532         call `wl' directly.
5533
5534 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5535
5536         * wl-draft.el (wl-draft-reedit): Removed duplicated
5537         switch-to-buffers.
5538
5539 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * wl.el (wl-other-frame): Removed garbages.
5542
5543 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5544
5545         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5546
5547         * wl-xmas.el (wl-draft-key-setup): Ditto.
5548
5549         * wl-mule.el (wl-draft-key-setup): Ditto.
5550
5551         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5552         (wl-draft-reedit): Ditto.
5553         (wl-draft-prepare-edit): Add `wl-draft-save' to
5554         `local-write-file-hooks'.
5555         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5556         (wl-draft-reedit): Set buffer-file-name.
5557         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5558
5559
5560         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5561         call it.
5562         (wl-delete-startup-frame-function): New variable.
5563         (wl-other-frame): New function
5564         (Original was written by Yamaoka san [wl: 09239]).
5565
5566         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5567         if `wl-folder-use-frame'.
5568
5569 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5570
5571         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5572
5573 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5574
5575         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5576         New variable.
5577         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5578         (wl-message-buffer-prefetch-get-next): Use them.
5579         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5580
5581 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5584         with unwind-protect.
5585
5586         * wl-draft.el (wl-draft-reedit): Rewrite.
5587         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5588         (wl-draft-save): Insert header separator if it does not exist;
5589         Removed condition-case.
5590
5591         * wl-summary.el (wl-summary-reedit): Revert last change.
5592
5593         * wl-draft.el (wl-draft-save): Rewrite.
5594         (wl-draft-create-buffer): Set buffer-file-name as nil.
5595
5596         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5597
5598         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5599
5600         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5601         nil.
5602
5603 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5604
5605         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5606         If count is nil, do not prefetch.
5607         (wl-message-buffer-prefetch-next): Next.
5608
5609 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5610
5611         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5612
5613 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5614
5615         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5616         `delete-backward-char'
5617         (wl-draft-prepare-edit): Check major-mode.
5618         (wl-draft-decode-header): Rewrite.
5619         (wl-draft): Fix.
5620
5621 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5622
5623         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5624
5625 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5626
5627         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5628         (wl-message-buffer-prefetch-get-next): Remove size checking.
5629         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5630
5631 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5632
5633         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5634         (wl-draft-default-headers): Fix.
5635
5636 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5637
5638         * wl-draft.el (wl-draft-default-headers): Insert return value of
5639         `wl-generate-mailer-string-function'.
5640
5641 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5644         (wl-draft-insert-mail-header-separator): Ditto.
5645
5646         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5647         again (Reverted the change on 2002-01-17 by OKADA san).
5648
5649 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5650
5651         * wl-draft.el (wl-draft): Rewrite.
5652         (wl-draft-create-buffer): New function.
5653         (wl-draft-create-contents): Ditto.
5654         (wl-draft-prepare-edit): Ditto.
5655         (wl-draft-decode-header): Ditto.
5656         (wl-draft-decode-body): Ditto.
5657         (wl-draft-check-new-line): Ditto.
5658         (wl-draft-default-headers): Ditto.
5659         (wl-draft-insert-mail-header-separator): Ditto.
5660
5661 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5662
5663         * Version number is increased to 2.9.6.
5664
5665 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5666
5667         * wl-draft.el (wl-draft-delete-field): Optional argument.
5668         (wl-draft-delete-fields): Ditto.
5669
5670 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5671
5672         * wl-message.el (toplevel): Eliminated byte-compile warning.
5673         for `itimer-function', `delete-timer' and `itimer-list'.
5674
5675 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5676
5677         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5678         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5679         `wl-message-buffer-prefetch-threshold'.
5680         * wl-summary.el (wl-summary-redisplay-internal): Remove
5681         the check of `wl-message-buffer-prefetch-depth'.
5682
5683 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5684
5685         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5686         size of article.
5687         (wl-message-buffer-prefetch-subr): Remove size check.
5688
5689 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5690
5691         * wl-vars.el (wl-plugged): Make customizable.
5692
5693 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5694
5695         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5696         (wl-message-buffer-prefetch-set-timer): New function.
5697         (wl-message-buffer-prefetch-get-next): New function.
5698         (wl-message-buffer-prefetch): New function.
5699         (wl-message-buffer-prefetch-next): Rewrite.
5700         (wl-message-buffer-prefetch-subr): Rewrite.
5701         * wl-vars.el (wl-auto-prefetch-first): New variable.
5702         * wl-summary.el (wl-summary-goto-folder-subr): Call
5703         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5704
5705 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5706
5707         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5708         `wl-summary-unread-message-hook'.
5709
5710 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5711
5712         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5713         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5714         if range is `cache-status'.
5715
5716 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5717
5718         * wl-message.el (wl-message-buffer-prefetch-subr):
5719         Improve debug message.
5720
5721 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5722
5723         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5724         `wl-mail-send-pre-hook'.
5725         (wl-draft-send-mail-with-qmail): Ditto.
5726         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5727
5728 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5729
5730         * wl-message.el (wl-message-buffer-prefetch-subr):
5731         Fix for cancel-function-timers bug.
5732         (wl-message-buffer-prefetch-debug): Default value is t.
5733
5734 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5735
5736         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5737         (wl-message-buffer-prefetch-subr): Rewrite.
5738         Rename from `wl-message-buffer-prefetch'.
5739
5740 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5741
5742         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5743         (wl-default-draft-cite-decorate-author): Ditto.
5744
5745         * wl-draft.el (wl-draft-cite-function): Removed.
5746         (wl-default-draft-cite-decorate-author): Ditto.
5747
5748 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5749
5750         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5751         (wl-default-draft-cite): Do not arrange author name if the value of
5752         `wl-default-draft-cite-decorate-author' is nil.
5753
5754 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5757
5758         * wl-folder.el (wl-folder-check-one-entity): Don't care
5759         `elmo-folder-use-flag-p'.
5760
5761 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5762
5763         * wl-folder (wl-folder-check-one-entity): Fix
5764         problem if unread is nil.
5765
5766 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5767
5768         * wl-address.el (wl-address-make-completion-list): Check whether
5769         the address is a group list.
5770         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5771
5772 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5773
5774         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5775         The number of the messages of new and unread does not count
5776         correctly.
5777
5778         * wl-summary.el (wl-summary-count-unread): Changed to return
5779         `(new . unread)' instead of total.
5780         (wl-summary-sync-update): Follow the change above.
5781
5782         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5783
5784 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5785
5786         * wl-address.el (wl-address-make-completion-list): Do not enclose
5787         address by " <" and ">" if associated realname is "".
5788         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5789         This is against the promblem with group list in .addresses pointed
5790         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5791
5792 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5793
5794         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5795         message is a format control string.
5796         * wl-expire.el (wl-expire-append-log): Ditto.
5797         * wl-mime.el (wl-summary-burst-subr): Ditto.
5798         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5799         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5800
5801 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5802
5803         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5804         wl.el (wl-check-variables): Rename from `wl-check-type'.
5805         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5806         (wl-check-variables-2): New function.
5807         (wl): Call `wl-check-variables-2'.
5808
5809 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5810
5811         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5812         after renaming folder in access group.
5813
5814 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5815
5816         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5817         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5818         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5819         (wl-message-buffer-prefetch): Rewrite.
5820         (wl-message-buffer-prefetch-idle-time): Removed.
5821         * wl-summary.el (wl-summary-redisplay-internal):
5822         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5823         Error check for `wl-message-buffer-prefetch-depht'.
5824
5825 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5826
5827         * Version number is increased to 2.9.5.
5828         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5829
5830 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5831
5832         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5833         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5834         Based on the patch written by
5835         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5838
5839         * wl-draft.el (wl-draft-raw-send): Fix for
5840         `wl-news-send-pre-hook'
5841
5842 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5843
5844         * wl-utils.el (wl-message-id-function): New variable.
5845         * wl-draft.el (wl-draft-insert-required-fields):
5846         Use `wl-message-id-function'.
5847
5848 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5849
5850         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5851         * wl-utils.el (wl-draft-make-message-id-string):
5852         Use `wl-from' for domain part of Message-ID
5853         if `wl-message-id-use-wl-from' if non-nil.
5854         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5855
5856 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5857
5858         * wl.el (wl): Call `wl-check-type'
5859         Do not 'condition-case'.
5860
5861 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5862
5863         * wl.el (wl-check-type): New function.
5864         (wl-check-type-variables): New variable.
5865
5866 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5867
5868         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5869
5870 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5871
5872         * wl-draft.el (wl-smtp-password-key): New function.
5873         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5874         (wl-draft-send-mail-with-smtp): Ditto.
5875         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5876
5877 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5878
5879         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5880         * wl-utils.el (wl-unique-id-suffix): Remove.
5881
5882 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5883
5884         * Version number is increased to 2.9.4.
5885
5886 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5887
5888         * wl-utils.el (wl-unique-id-suffix): New variable.
5889         (wl-unique-id): Use `wl-unique-id-suffix'
5890
5891 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5892
5893         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5894         instead of `elmo-msgdb-search'.
5895
5896         * Version number is increased to 2.9.3.
5897
5898 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5899
5900         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5901
5902 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5903
5904         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5905         (wl-draft-dispatch-message): Changed for send-later.
5906         (wl-draft-queue-flush): Ditto.
5907         (wl-draft): Clear `wl-sent-message-queued'.
5908         (wl-draft-reedit): Ditto.
5909         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5910         * wl-vars.el (wl-draft-force-queuing): New variable.
5911         (wl-draft-force-queuing-mail): New variable.
5912         (wl-draft-force-queuing-news): New variable.
5913
5914 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5915
5916         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5917         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5918
5919 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5920
5921         * Version number is increased to 2.9.2.
5922
5923 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * wl-draft.el (wl-draft-elide-region): New user command.
5926         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5927
5928         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5929         command `wl-draft-elide-region'.
5930         * wl-mule.el: Ditto.
5931         * wl-xmas.el: Ditto.
5932
5933 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5936         (wl-biff-check-folder-async): Removed needless let.
5937
5938 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5939
5940         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5941         wl-folder-get-elmo-folder.
5942         (wl-biff-check-folder): Set `biff' argument of
5943         `wl-folder-check-one-entity'.
5944         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5945
5946         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5947         (wl-folder-check-one-entity): Added `biff' argument;
5948         Setup `biff' slot of folder.
5949
5950         * Version number is increased to 2.9.1.
5951
5952 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5955         comment out and fixed.
5956         (wl-fldmgr-add-completion-subr): Ditto.
5957
5958         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5959         and msgdb.
5960
5961         * wl.el (wl-toggle-plugged): Save summary view.
5962
5963 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5964
5965         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5966
5967 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5968
5969         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5970
5971 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5974         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5975         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5976
5977         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5978         if it was failed.
5979         (wl-demo): Disable undo in the demo buffer.
5980
5981 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5982
5983         * wl-version.el (wl-version): Changed codename.
5984
5985         * Version number is increased to 2.9.0.
5986
5987 2001-12-14  Takuo KITAME <kitame@northeye.org>
5988
5989         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5990         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5991         (wl-folder-mark-as-read-all-current-entity): Ditto.
5992
5993 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5994
5995         * wl-vars.el (wl-from-width): Define as obsolete variable.
5996         (wl-subject-length-limit): Ditto.
5997
5998         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5999
6000         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6001         wl-summary-save-view.
6002
6003         * wl.el (wl-save-status): Ditto.
6004         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6005
6006         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6007         (wl-summary-exit): Follow the change above.
6008         (wl-summary-goto-folder-subr): Ditto.
6009
6010         * wl-folder.el (wl-folder-create-subr): Don't use
6011         `elmo-folder-creatable-p'.
6012
6013 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6016
6017 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6020         rather than bitmap on Emacs 21.
6021         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6022         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6023         for xbm if the new redisplay engine is not available.
6024
6025 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6026
6027         * wl-folder.el (wl-folder-init-hook): New hook.
6028         (wl-folder-init): Run `wl-folder-init-hook'.
6029
6030 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6033
6034 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-acap.el (wl-acap-cache-filename): New variable.
6037         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6038         (wl-acap-init): Use cache if no ACAP server found.
6039
6040 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6041
6042         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6043         `wl-acap-original-msgdb-dir'.
6044
6045         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6046         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6047
6048         * wl-mime.el (wl-mime-save-directory): Renamed from
6049         `wl-mime-save-dir'.
6050
6051 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6054
6055         * wl-demo.el: Require `path-util'.
6056         (wl-demo-bitmap-mule-available-p): New internal variable.
6057         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6058         `module-installed-p' instead.
6059         (wl-demo-insert-image): Use *.img file for a bitmap image.
6060         (wl-demo): Don't call the ascii demo recursively.
6061
6062 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6063
6064         * Version number is increased to 2.7.7.
6065
6066 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl.el (wl-exit): Eliminated byte-compile warning.
6069
6070 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6071
6072         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6073         obsolete variable using `elmo-define-obsolete-variable'.
6074         (wl-fetch-confirm-threshold): Ditto.
6075         (wl-cache-prefetch-folder-type-list): Ditto.
6076         (wl-cache-prefetch-folder-list): Ditto.
6077
6078 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6081         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6082         (wl-demo-insert-image): New function.
6083         (wl-demo-insert-text): New function.
6084         (wl-demo-image-type-alist): Redefine as a function.
6085         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6086         (wl-demo-with-temp-file-buffer): Removed.
6087         (wl-logo-xpm): Removed.
6088         (wl-logo-xbm): Removed.
6089         (wl-logo-bitmap): Removed.
6090
6091 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6092
6093         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6094         (wl-expire-localdir-get-folder-function): New user option.
6095         (wl-expire-localdir-get-folder): New function.
6096         (wl-expire-localdir-date): Ditto.
6097
6098 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6099
6100         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6101         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6102         Fixed unread number mismatch when all-unread < unread.
6103
6104 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6105
6106         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6107         (wl-fetch-confirm-threshold): Ditto.
6108
6109         * wl-summary.el (wl-summary-confirm-appends): Removed.
6110         (wl-summary-sync-update): Don't refer
6111         `wl-summary-update-confirm-threshold' (It is now abolished).
6112
6113         * wl-message.el (wl-message-display-internal): Don't refer
6114         `wl-fetch-confirm-threshold' (It is now abolished).
6115
6116 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6119
6120 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6121
6122         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6123         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6124         Change default value to nil.
6125         (wl-summary-indent-length-limit): The value can be nil, nil means
6126         unlimited.
6127
6128         * wl-summary.el: Don't set limit for indent length if the value of
6129         wl-summary-indent-length-limit is nil.
6130         If the value of wl-summary-width is nil, it means only that the width
6131         of summary is unlimited (nil doesn't mean that the indent length is
6132         unlimited).
6133
6134         * wl-thread.el: Ditto.
6135
6136 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6137
6138         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6139         be nil, nil means never confirm.
6140         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6141
6142 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6145         means unlimited).
6146
6147 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6148
6149         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6150         Use `with-temp-buffer'.
6151
6152 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6153
6154         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6155         with new backquote style).
6156         (wl-folder-get-entity-from-buffer): Ditto.
6157
6158 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6159
6160         * wl-version.el (nemacs-version): Eliminated.
6161         (wl-extended-emacs-version2): Ignore nemacs.
6162         (wl-extended-emacs-version3): Ditto.
6163
6164 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6165
6166         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6167         (wl-draft-add-in-reply-to): New variable.
6168         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6169         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6170         (wl-draft-yank-from-mail-reply-buffer): Use
6171         `wl-draft-add-in-reply-to'.
6172         (wl-draft-insert-current-message): Ditto.
6173
6174 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6175
6176         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6177         typo (kill->hide).
6178         (wl-message-buffer-prefetch-folder-type-list): Added elements
6179         `mark' and `cache' instead of `internal'.
6180
6181 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6184         resume msgdb directory.
6185
6186 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6187
6188         * wl.el (wl-exit): Call `wl-acap-exit'.
6189
6190         * wl-summary.el (wl-summary-message-string): New function.
6191         (wl-summary-reedit): Use it.
6192         (wl-summary-resend-bounced-mail): Remove needless let.
6193         (wl-summary-supersedes-message): Ditto.
6194         (wl-summary-save): Ditto.
6195
6196         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6197         (wl-acap-init): Set it.
6198         (wl-acap-exit): New function.
6199
6200 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6201
6202         * wl.el (wl-init): Revert (require 'mime-setup). move from
6203         toplevel.
6204
6205 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6206
6207         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6208         local variables.  Add error when guess function return invalid
6209         value.
6210
6211 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6212
6213         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6214         Change local variable name.
6215         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6216         (wl-folder-get-newsgroups): Return nil when non-news folder.
6217         * wl-summary.el (wl-summary-write-current-folder): State through
6218         when guess-list return nil.
6219         (wl-summary-write-current-folder-functions): Fixed docstring.
6220
6221         * wl.el (wl-exit): Changed confirm message.
6222
6223         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6224         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6225
6226         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6227
6228 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6229
6230         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6231         user option (Renamed from wl-cache-prefetch-folder-type-list).
6232         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6233         from wl-cache-prefetch-folder-list).
6234
6235         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6236         Move to wl-vars.el.
6237         (wl-message-buffer-prefetch-p): Changed to enable
6238         `wl-message-buffer-prefetch-folder-list'.
6239
6240         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6241         `ignore-cache'.
6242
6243 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6244
6245         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6246         `part-top' and `part-bottom'.
6247         (wl-draft-config-sub-part-top): New function.
6248         (wl-draft-config-sub-part-bottom): New function.
6249
6250 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6251
6252         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6253
6254 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6255
6256         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6257
6258 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6259
6260         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6261
6262         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6263         (wl-summary-write-current-folder): Ditto.
6264
6265 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * wl-folder.el (wl-folder-get-newsgroups): Use
6268         `elmo-folder-newsgroups'.
6269
6270 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6271
6272         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6273         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6274         `wl-draft-config-sub-header-bottom'.
6275
6276 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6277
6278         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6279         localnews folder.
6280
6281 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-summary.el (wl-summary-mode): Undo last change.
6284
6285         * wl-folder.el (wl-folder-mode): Ditto.
6286
6287 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6288
6289         * wl-summary.el (wl-summary-mode): Locally set
6290         truncate-partial-window-width to nil.
6291         (for XEmacs)
6292
6293         * wl-folder.el (wl-folder-mode): Ditto.
6294
6295 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6298
6299 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6302         number.
6303
6304         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6305
6306         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6307
6308         * Version number is increased to 2.7.6.
6309
6310 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6313
6314 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * wl-summary.el (wl-summary-sync-update): Enclose network
6317         related portion with `unwind-protect'.
6318
6319 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6320
6321         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6322
6323 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6324
6325         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6326         element.
6327         * wl-vars.el (wl-message-body-button-alist): Ditto.
6328
6329         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6330         max match length.
6331         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6332
6333         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6334         for the max match length;
6335         Use 4th element value for the button string regexp group.
6336
6337         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6338         candidate exists, prompt to select.
6339
6340 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6341
6342         * wl-summary.el (wl-summary-jump-to-msg): Search before
6343         calibration point by `beginning-of-line'.
6344
6345 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6346
6347         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6348         for access group.
6349
6350 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6351
6352         * wl-message.el (wl-message-display-internal): Bind
6353         `default-mime-charset'.
6354
6355         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6356
6357         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6358
6359         * Version number is increased to 2.7.5.
6360
6361 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6362
6363         * wl-expire.el (wl-summary-archive): Fixed;
6364         Use `elmo-folder-name-internal'.
6365
6366 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6367
6368         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6369         from `elmo-folder-move-messages' caller.
6370         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6371
6372         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6373         related portions are changed).
6374
6375 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6376
6377         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6378         counter.
6379
6380 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6381
6382         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6383         buffer local and set it to nil.
6384
6385         * wl-message.el (wl-message-redisplay): Ditto.
6386
6387 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * wl-summary.el (wl-summary-mark-as-important): If message is
6390         already cached, set messag as read, otherwise encache and mark as read.
6391
6392 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6393
6394         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6395         point-min.
6396
6397 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6400         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6401         a keymap.
6402
6403 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6406         parent.
6407
6408         * wl-mule.el (wl-message-define-keymap): Ditto.
6409
6410         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6411
6412         * wl-xmas.el (wl-message-display-internal-hook): Define.
6413         (wl-xmas-setup-message-toolbar): Define as function.
6414         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6415         (wl-message-overload-functions): Abolished.
6416         (wl-message-define-keymap): New function.
6417
6418         * wl-vars.el (wl-message-display-internal-hook): New variable.
6419         (wl-message-header-button-alist): New variable (Renamed from
6420         wl-highlight-message-header-button-alist).
6421         (wl-message-body-button-alist): Ditto.
6422
6423         * wl-mule.el (wl-message-define-keymap): New function.
6424         (wl-message-overload-functions): Abolished.
6425
6426         * wl-message.el (wl-message-add-buttons-to-body): New function.
6427         (wl-message-redisplay): Don't call wl-message-overload-functions;
6428         Call wl-message-add-buttons-to-header and
6429         wl-message-add-buttons-to-body.
6430         (wl-message-display-internal): Set keymap argument for
6431         elmo-mime-display-as-is, elmo-mime-message-display;
6432         Run wl-message-display-internal-hook.
6433         (wl-message-refer-article-or-url): Abolished.
6434
6435         * wl-highlight.el (wl-highlight-headers): Don't call
6436         wl-highlight-message-add-buttons-to-header.
6437         (wl-highlight-message-add-buttons-to-header): Abolished.
6438
6439
6440         * wl-e21.el (wl-message-display-internal-hook): Define.
6441         (wl-e21-setup-toolbar): Deleted duplicated binding.
6442         (wl-e21-setup-message-toolbar): Define as function.
6443         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6444         (wl-message-define-keymap): New function.
6445         (wl-message-overload-functions): Abolished.
6446
6447 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6450         and elmo-folder-close.
6451
6452         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6453
6454 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6455
6456         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6457         boolean value.
6458         * wl-draft.el (wl-draft-do-fcc): Ditto.
6459
6460 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6461
6462         * wl-vars.el (wl-fcc-force-as-read): New variable.
6463         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6464         mark copied message as read.
6465
6466 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6467
6468         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6469
6470 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6471
6472         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6473         `wl-summary-target-above' instead of obsolete variable
6474         `wl-summary-temp-above'.
6475
6476         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6477         instead of `make-obsolete-variable'.
6478         * wl-refile.el (toplevel): Ditto.
6479
6480 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6483         with third argument t.
6484         (wl-draft): Set first argument for wl-plugged-init as t.
6485
6486         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6487         definition.
6488
6489 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6490
6491         * wl-vars.el: Tabify.
6492         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6493
6494         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6495         message.
6496
6497 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6498
6499         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6500         and set default to beep.
6501
6502 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6503
6504         * wl-vars.el (wl-draft-truncate-lines): New variable.
6505
6506         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6507         instead of wl-message-truncate-lines for truncate-lines.
6508
6509 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6510
6511         * wl-message.el (wl-message-display-internal): Call
6512         `wl-highlight-message' after `elmo-mime-display-as-is'.
6513
6514         * wl-mime.el (wl-mime-display-text/plain): New function.
6515         (wl-mime-display-header): Ditto.
6516         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6517         body-presentation-method for text/plain;
6518         Register `wl-mime-display-header' as a header-presentation-method;
6519         Don't set up `elmo-message-text-content-inserted-hook' and
6520         `elmo-message-header-inserted-hook'.
6521
6522         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6523         variable.
6524         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6525         as t if flag is 'all-header;
6526         Don't bind `elmo-message-ignored-field-list',
6527         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6528
6529 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6532         for xemacs with non-mule environment.
6533
6534 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6535
6536         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6537         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6538         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6539
6540 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6541
6542         * wl-vars.el (wl-interactive-send): Set default value as t.
6543
6544 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6547         (wl-addrmgr-method-list): Abolished.
6548         (wl-addrmgr-change-method): Follow above change.
6549
6550         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6551
6552 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6553
6554         * wl-vars.el (wl-message-truncate-lines): Change default value
6555         to default-truncate-lines.
6556
6557         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6558
6559 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6560
6561         * wl-vars.el (wl-message-truncate-lines): New variable.
6562
6563         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6564         wl-message-truncate-lines.
6565
6566 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6567
6568         * wl-acap.el (wl-acap-init): Remove period from error message.
6569         (wl-acap-find-acap-service): Remove period from message.
6570
6571 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6572
6573         * wl.el (wl-check-environment): Undo last change.
6574
6575         * wl-vars.el (wl-from): Changed default value.
6576
6577         * wl-util.el (toplevel): Don't require tm-edit.
6578
6579         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6580         `wl-folder-init';
6581         Don't set mark on mail body.
6582         (wl-draft-reedit): Ditto.
6583
6584         * wl-address.el (wl-address-quote-specials): Define as an alias for
6585         elmo-address-quote-specials.
6586
6587 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6590
6591         * wl-vars.el (wl-from): Set default value as nil.
6592         (wl-organization): Set default value as ORGANIZATION environment
6593         variable.
6594
6595         * wl-draft.el (wl-smtp-extension-bind): Check value of
6596         wl-smtp-connection-type.
6597
6598         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6599         error.
6600
6601 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6602
6603         * Version number is increased to 2.7.4.
6604
6605         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6606         arguments from `wl-highlight-x-face-function' caller.
6607         Use x-face-1.3.6.12 or later.
6608
6609 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6610
6611         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6612
6613 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6614
6615         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6616         (wl-fcc): Fix to accept function.
6617         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6618
6619 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6620
6621         * wl-acap.el (toplevel): Added `product-provide' declare.
6622         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6623
6624 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * wl.el (wl): Changed order of calling `elmo-init'
6627         and `elmo-folder-init'.
6628
6629 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6630
6631         * wl-mime.el (wl-summary-burst): Extract message when content-type
6632         of root entity is not only `multipart' but also `message/rfc822'.
6633         (wl-summary-burst-subr): Ditto.
6634
6635 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * wl-vars.el (toplevel): Require 'custom.
6638         (wl-trash-folder): Added to `wl-setting' group.
6639
6640         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6641         exists.
6642         (wl-addrmgr-draw): Insert empty line when no entry exists.
6643
6644         * wl-mule.el (wl-message-wheel-up): Fixed.
6645         (wl-message-wheel-down): Ditto.
6646
6647 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6648
6649         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6650         config is an anonymous lambda expression.
6651
6652 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6655         when Mule 2 is running.
6656
6657 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6658
6659         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6660
6661 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6662
6663         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6664         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6665
6666         * wl-address.el (wl-address-specials-regexp): Eliminated.
6667         (wl-address-quote-specials): Rewrite.
6668
6669 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6672         shy-groups for regexp.
6673
6674         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6675         character classes and Perl style shy-groups for regexp.
6676         (wl-highlight-plugged-current-line): Use Posix style character
6677         classes for regexp.
6678         (wl-e21-highlight-folder-by-numbers): Ditto.
6679         (wl-e21-display-image-p): Use `display-images-p' instead of
6680         `display-graphic-p'.
6681         (display-images-p): Make an alias to `display-graphic-p' if it is
6682         not available.  It is for Emacs version prior to 21.0.105.
6683
6684         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6685         `display-graphic-p'.
6686         (wl-demo-image-type-alist): Ditto.
6687         (display-images-p): Make an alias to `display-graphic-p' if it is
6688         not available.  It is for Emacs version prior to 21.0.105.
6689
6690 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6691
6692         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6693         support.
6694         (wl-generate-user-agent-string): Ditto.
6695
6696         * wl-version.el (wl-version): Update docsting.
6697         (wl-version-status): Ditto.
6698
6699 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6700
6701         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6702         21.0.105.  For Emacs 21.0.104 or earlier.
6703
6704 2001-09-03  Takuo KITAME <kitame@northeye.org>
6705
6706         * wl-e21.el (wl-plugged-init-icons): Use
6707         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6708         (wl-biff-init-icons): Ditto.
6709
6710 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6711
6712         * wl-highlight.el (wl-highlight-summary-current-line):
6713         Fixed highlighting refile/copy destination.
6714
6715         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6716         (wl-acap-store): Encode string by wl-acap-coding-system.
6717
6718 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6719
6720         * wl-acap.el (toplevel): Check and require 'un-define before
6721         'xemacs-ucs;
6722          Added checking for UTF-2000.
6723
6724 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6727         Don't enclose with `eval-and-compile'.
6728
6729         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6730         wl-init is non-nil.
6731
6732         * wl-draft.el (wl-draft): Ditto.
6733
6734         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6735
6736         * wl-acap.el (toplevel): Require 'wl.
6737         (wl-acap-store): Call `elmo-init'.
6738
6739         * wl.el (wl): Changed position of `wl-check-environment'.
6740         (toplevel): Added autoload setting for wl-acap.
6741
6742         * wl-vars.el (wl-setting): New custom group.
6743         (wl-from): Added wl-setting group.
6744         (wl-user-mail-address-list): Ditto.
6745         (wl-organization): Ditto.
6746         (wl-subscribed-mailing-list): Ditto.
6747         (wl-envelope-from): Ditto.
6748         (wl-smtp-posting-user): Ditto.
6749         (wl-smtp-posting-server): Ditto.
6750         (wl-smtp-posting-port): Ditto.
6751         (wl-smtp-authenticate-type): Ditto.
6752         (wl-pop-before-smtp-user): Ditto.
6753         (wl-pop-before-smtp-server): Ditto.
6754         (wl-pop-before-smtp-port): Ditto.
6755         (wl-pop-before-smtp-authenticate-type): Ditto.
6756         (wl-nntp-posting-server): Ditto.
6757         (wl-nntp-posting-user): Ditto.
6758         (wl-nntp-posting-port): Ditto.
6759         (wl-fetch-confirm-threshold): Ditto.
6760         (wl-prefetch-threshold): Ditto.
6761         (wl-thread-insert-opened): Ditto.
6762         (wl-ldap-server): Ditto.
6763         (wl-ldap-port): Ditto.
6764         (wl-ldap-base): Ditto.
6765         (wl-ldap-objectclass): Ditto.
6766         (wl-use-ldap): Ditto.
6767         (wl-draft-config-alist): Ditto.
6768         (wl-draft-config-matchone): Ditto.
6769         (wl-template-alist): Ditto.
6770         (wl-message-sort-field-list): Ditto.
6771         (wl-message-ignored-field-list): Ditto.
6772         (wl-message-visible-field-list): Ditto.
6773         (wl-interactive-send): Ditto.
6774         (wl-summary-move-order): Ditto.
6775         (wl-auto-select-first): Ditto.
6776         (wl-auto-select-next): Ditto.
6777         (wl-interactive-save-folders): Ditto.
6778
6779         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6780         Initialization codes are moved from wl-local-folder-init.
6781         (wl-local-folder-init): Follow the change above.
6782         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6783
6784         * wl-acap.el: New file.
6785
6786         * Version number is increased to 2.7.3.
6787
6788 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6791
6792 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6795         (wl-addrmgr-address-entry-list): Ditto.
6796
6797 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-e21.el (wl-draft-mode-map): Removed binding for
6800         `wl-draft-insert-x-face-field'.
6801
6802         * wl-mule.el (wl-draft-mode-map): Ditto.
6803
6804         * wl-xmas.el (wl-draft-mode-map): Ditto.
6805
6806         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6807         (wl-cs-autoconv): Ditto.
6808         (wl-cs-local): Ditto.
6809         (wl-use-scoring): Ditto.
6810         (wl-mime-charset): Ditto.
6811         (wl-folder-check-async): Ditto.
6812
6813         * wl.el (toplevel): Ignore nemacs and tm.
6814         (wl-exit): Ditto.
6815
6816         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6817         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6818         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6819         instead of wl-address-petname-add-or-change.
6820         (wl-summary-edit-addresses-subr): Use wl-address-delete
6821         instead of wl-address-petname-delete.
6822
6823         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6824
6825         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6826         if error occured.
6827
6828         * wl-message.el (require): Remove tm support.
6829
6830         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6831
6832         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6833         (wl-folder-jump-to-current-entity): Ditto.
6834         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6835
6836         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6837         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6838         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6839
6840         * wl-mule.el (wl-draft-key-setup): Ditto.
6841
6842         * wl-xmas.el (wl-draft-key-setup): Ditto.
6843
6844         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6845         (wl-draft-std11-parse-addresses): New function.
6846         (wl-draft-parse-mailbox-list): Use it.
6847         (wl-draft): Ignore nemacs.
6848         (wl-draft-reedit): Ditto.
6849
6850         * wl-addrmgr.el: New file.
6851         (Original is wl-rcpt.el written by
6852         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6853         Thanks Kitamoto-san.)
6854
6855         * wl-address.el (wl-address-make-address-list): Modified parsing
6856         process.
6857         (wl-address-delete): Renamed from `wl-address-petname-delete';
6858         Modify wl-address-list too.
6859         (wl-address-add-or-change): Renamed from
6860         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6861
6862 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6863
6864         * wl-highlight.el (wl-highlight-summary-current-line):
6865           Work with transient-mark-mode
6866
6867 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6868
6869         * Version number is increased to 2.7.2.
6870
6871         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6872         instead of elmo-dop-queue-method.
6873
6874 2001-08-06  SAITO Atsunori <sai@yedo.com>
6875
6876         * wl-vars.el (wl-ldap-objectclass): New user option.
6877
6878         * wl-address.el (wl-ldap-make-filter): Use it.
6879
6880 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6881
6882         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6883
6884 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6885
6886         * wl-folder.el (wl-folder): redisplay after folder insertion.
6887
6888         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6889
6890         * wl-summary.el (wl-summary-sync-update):
6891         Change status mark only when new-msgdb exists.
6892         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6893
6894 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6895
6896         * wl-summary.el (wl-summary-open-folder): New function.
6897         (wl-summary-goto-folder-subr): Use it.
6898         (wl-summary-mark-as-important): Fix;
6899         Encache only when no cache exists.
6900
6901 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6902
6903         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6904         Use with-current-buffer.
6905
6906 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6907
6908         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6909         before call `get-buffer'. Fixed parenthesis.
6910         (wl-score-get-header-entry): Clear message and help window when
6911         keyboard quit.
6912         (wl-score-edit-insert-header): Ditto.
6913
6914 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6915
6916         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6917         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6918         (wl-default-draft-cite): Fix.
6919
6920         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6921         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6922
6923 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl-message.el (wl-message-prev-page): Do same bahavior
6926         as summary when it is called in the message buffer.
6927         (wl-message-next-page): Ditto.
6928
6929 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6930
6931         * wl-summary.el (wl-summary-forward): Use cache if it is not
6932         section cache.
6933
6934 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6937         Removed redundant require of elmo-vars.
6938         (wl-biff-state-indicator-on): Changed default value for
6939         xemacs with non-mule environment.
6940
6941         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6942         wl-message-buffer is nil;
6943         Hide progress bar after moving messages.
6944
6945 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6948         message at cursor point is deleted.
6949
6950 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6951
6952         * wl-vars.el: Changed file coding system to euc-japan.
6953         Added -*-coding:-*- magic to the first line.
6954
6955         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6956         Search parent from the first message.
6957
6958         * Version number is increased to 2.7.1.
6959
6960 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6961
6962         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6963
6964 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6967         refile/delete execution.
6968
6969         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6970         Fixed docstring.
6971
6972 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6975         do update process;
6976         Don't update marks when update process is interrupted.
6977
6978 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6979
6980         * wl-summary.el (wl-summary-reply): Fixed problem when
6981         wl-draft-use-frame is non-nil.
6982         (wl-summary-forward): Ditto.
6983
6984         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6985         as nil.
6986         (wl-folder-mark-as-read-all-entity): Ditto.
6987         (wl-folder-prefetch-entity): Ditto.
6988
6989         * wl.el (wl): Check environment before wl-init.
6990
6991         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6992         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6993         instead of wl-summary-collect-unread.
6994         (wl-summary-reply): Split message window.
6995
6996 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6999         only if current language environment is japanese,
7000
7001         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7002         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7003         (wl-folder-goto-folder-subr): Ditto.
7004
7005         * wl-draft.el (wl-draft-dispatch-message): Call
7006         `elmo-file-cache-get-path'.
7007
7008 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl-summary.el (wl-summary-cursor-move): If return value of
7011         wl-summary-next-message is not number, don't jump.
7012
7013 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-summary.el (wl-summary-buffer-next-message-function): New
7016         variable.
7017         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7018         if it is bound.
7019
7020         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7021         string.
7022
7023         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7024         (wl-plugged-drawing): Ditto.
7025
7026 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7027
7028         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7029         process.
7030         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7031         with unwind-protect.
7032
7033         * wl.el (wl-init): Require mime-setup.
7034         (wl-check-environment): Don't require mime-setup.
7035
7036         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7037         instead of elmo-folder-type.
7038
7039         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7040         value as nil.
7041
7042 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7043
7044         * Version number is increased to 2.7.0.
7045
7046         * wl-version.el (wl-version): Changed codename.
7047
7048         * wl-summary.el (wl-summary-delete-cache): Fixed.
7049
7050         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7051         Workaround for net folders.
7052         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7053
7054         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7055         value to nil (According to the patch from
7056         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7057
7058         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7059         of elmo-folder-close.
7060
7061 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7062
7063         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7064         for postfix.
7065
7066 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl-summary.el (wl-summary-resend-message): Fixed.
7069
7070         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7071         Call wl-draft with `from' argument if its address is included in
7072         `wl-user-mail-address-list'.
7073         (wl-draft): Added `from' argument.
7074
7075         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7076         non-nil.
7077         (wl): Don't show demo if wl-demo is nil.
7078
7079         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7080         wl-summary-use-frame.
7081
7082         * wl-vars.el (wl-summary-use-frame): New user option.
7083         (wl-folder-use-frame): Changed docstring.
7084
7085         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7086         non-nil.
7087         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7088         wl-summary-use-frame.
7089
7090         * wl-vars.el (wl-folder-use-frame): New user option.
7091
7092         * wl-summary.el (wl-summary-exit): Back to folder frame if
7093         wl-folder-use-frame is non-nil.
7094         (wl-summary-redisplay-internal): Ignore cache if current folder
7095         is draft folder,
7096         (wl-summary-redisplay-no-mime): Ditto.
7097         (wl-summary-redisplay-all-header): Ditto.
7098
7099         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7100         if wl-folder-use-frame is non-nil.
7101
7102 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl-summary.el (wl-summary-sync-update): Bind
7105         elmo-folder-update-threshold.
7106         (wl-summary-mark-as-important): Enclosed server mark processing
7107         with `save-match-data'.
7108
7109         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7110         only when it is already defined.
7111
7112 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7113
7114         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7115         name of folder exclude localdir is wrong.
7116         * wl-folder.el (wl-folder-sync-entity):
7117         Set `wl-summary-always-sticky-folder-list' as nil.
7118         (wl-folder-mark-as-read-all-entity): Ditto.
7119         (wl-folder-prefetch-entity): Ditto.
7120
7121 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7122
7123         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7124         instead of `wl-summary-write-current-newsgroup'.
7125
7126 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7127
7128         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7129         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7130         non-nil and selected message is important, do not display.
7131
7132 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7133
7134         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7135
7136 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7139
7140         * wl-summary.el (wl-summary-mark-as-important): Set message number
7141         using wl-summary-message-number.
7142
7143 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7144
7145         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7146         destination folder is 'null.
7147
7148 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7149
7150         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7151         New function.
7152         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7153         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7154         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7155
7156 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7157
7158         * wl-mime.el (wl-mime-setup): Added setting for
7159         `mime-setup-signature-key-alist' to avoid overriding key bind for
7160         `wl-draft-send'.
7161
7162         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7163         for `wl-draft-send'.
7164         * wl-mule.el (wl-draft-overload-functions): Ditto.
7165         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7166         * wl-draft.el (wl-draft-send): Ditto.
7167
7168         * wl-message.el (wl-message-display-internal):
7169         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7170         (Patch is provided by <kita@coe.nttdata.co.jp>).
7171
7172 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7173
7174         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7175
7176 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7177
7178         * wl.el (wl): Fix for wl-demo.
7179
7180 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7181
7182         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7183
7184 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7185
7186         * wl-folder.el (wl-folder-prefetch-entity): Use
7187         `wl-folder-get-elmo-folder'.
7188         (wl-folder-count-incorporates): Do not use
7189         `wl-folder-get-elmo-folder'.
7190
7191 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7192
7193         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7194         instead of `elmo-folder-get-type'.
7195
7196 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7197
7198         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7199         position on Subject: field.
7200         (Advised by Mito <mit@nines.nec.co.jp>)
7201
7202 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7203
7204         * wl-folder.el (wl-folder-prefetch-entity): Use
7205         `wl-folder-get-elmo-folder'.
7206
7207 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7210
7211         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7212         `process-duplicates' slot.
7213
7214         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7215         if detection failed.
7216
7217 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7218
7219         * wl-version.el (wl-version-status): Set to "alpha".
7220
7221 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7222
7223         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7224         Check wl-message-buffer lives before set-buffer.
7225
7226 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7227
7228         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7229         called in folder mode.
7230         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7231         * wl-summary.el (wl-summary-exit-pre-hook): Run
7232         `wl-summary-exit-pre-hook' before exit summary mode.
7233
7234 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7235
7236         * wl-version.el (wl-version-status): New variable.
7237         (wl-version-status-alist): Removed.
7238         (wl-version-status): Rule included.
7239
7240 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7243         @sponichi.
7244
7245         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7246         when `mail-reply-buffer' is buffer-local variable.
7247         (Reported by <kita@coe.nttdata.co.jp>).
7248
7249 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-vars.el (toplevel): Require 'elmo-util.
7252
7253 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7256         (All other related portions are changed)
7257
7258         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7259
7260         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7261
7262 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7263
7264         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7265
7266 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7267
7268         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7269         Delete other windows to avoid an error.
7270         Use `point-marker' instead of `point' to remember the start point
7271         of body.
7272
7273         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7274
7275         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7276         number not to exceed all message number.
7277
7278 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7279
7280         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7281         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7282
7283 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7284
7285         * wl-summary.el (wl-summary-sync-force-update): Added argument
7286         no-check.
7287         (wl-summary-sync-update): Ditto.
7288         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7289         with `no-check'.
7290
7291         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7292         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7293         already running.
7294
7295 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7296
7297         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7298         `dst-folder-arg'.
7299         (wl-expire-archive-number1): Diito.
7300         (wl-expire-archive-number2): Diito.
7301         (wl-expire-archive-Date): Diito.
7302         (wl-archive-number1): Diito.
7303         (wl-archive-number2): Diito.
7304         (wl-archive-date): Diito.
7305         (wl-archive-folder-p): New function.
7306         (wl-summary-expire): Support of expand folder name at
7307         wl-expire-alist.
7308         * wl-util.el (wl-expand-newtext): Renamed from
7309         `wl-refile-expand-newtext'.
7310
7311 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7312
7313         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7314         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7315         `(elmo-msgdb-get-overview msgdb)'.
7316         (wl-summary-prefetch): Bind match data before call
7317         `wl-summay-prefetch-msg'.
7318         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7319         'off if `wl-summary-buffer-disp-msg' is non-nil.
7320         Fixed problem that couldn't show only one new or unread message when
7321         enter folder.
7322         (wl-summary-reply): Don't call `split-window-vertically' and other
7323         window.
7324
7325 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * wl-expire.el (wl-expire-refile): Fixed.
7328
7329 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7330
7331         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7332
7333         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7334         biff notification is removed.
7335
7336         * wl.el (wl): Changed position of `elmo-init'.
7337
7338         * wl-draft.el (wl-default-draft-cite): Use date field
7339         on the citation buffer.
7340
7341         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7342
7343         * wl-xmas.el (wl-folder-internal-icon-list): Added
7344         `wl-folder-shimbun-image'.
7345
7346         * wl-e21.el (wl-folder-internal-icon-list): Added
7347         `wl-folder-shimbun-image'.
7348
7349 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl.el (wl-init): Eliminated argument.
7352         (wl): Rewrite.
7353
7354         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7355         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7356         instead of `elmo-folder-msgdb-internal'.
7357         (wl-summary-sync-update): Ditto.
7358         (wl-summary-flush-pending-append-operations): Eliminated.
7359         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7360         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7361         `elmo-folder-open'.
7362
7363         * wl-mime.el (wl-summary-burst): Fixed.
7364
7365         * wl-folder.el (wl-folder-info-save): Check data type.
7366
7367         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7368         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7369         instead of `elmo-folder-msgdb-internal'.
7370         (wl-expire-hide): Ditto.
7371
7372
7373         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7374
7375 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7376
7377         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7378
7379 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7380
7381         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7382
7383 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7384
7385         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7386         Fixed `match-beginning' argument mismatch.
7387
7388 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7389
7390         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7391         the default value.
7392
7393 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7396         instead of `elmo-nntp-default-port'.
7397
7398         * wl-vars.el: Fixed some doc strings.
7399
7400 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7401
7402         * wl-summary.el (wl-summary-prefetch-msg): Use
7403         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7404
7405         * wl-vars.el: Define *-func as obsolete variable using
7406         `elmo-define-obsolete-variable'.
7407
7408         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7409         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7410         instead of `wl-message-buffer-prefetch-threshold'.
7411
7412         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7413
7414         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7415
7416         * wl-draft.el (wl-caesar-region-func): Ditto.
7417
7418         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7419         Keep unread status in elmo-folder-move-messages.
7420         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7421
7422 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7423
7424         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7425         `wl-summary-buffer-exit-func'
7426         (wl-summary-buffer-message-redisplay-function): Renamed from
7427         `wl-summary-buffer-message-redisplay-func'
7428         (wl-summary-buffer-next-folder-function): Renamed from
7429         `wl-summary-buffer-next-folder-func'.
7430         (wl-summary-buffer-prev-folder-function): Renamed from
7431         `wl-summary-buffer-prev-folder-func'.
7432         (wl-summary-get-petname-function): Renamed from
7433         `wl-summary-get-petname-func'.
7434
7435         * wl-score.el (wl-score-edit-exit-function): Renamed from
7436         `wl-score-edit-exit-func'.
7437
7438         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7439         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7440
7441         * wl-util.el (wl-load-profile-function): Renamed from
7442         `wl-load-profile-func'.
7443
7444         * wl-folder.el (wl-folder-completion-function): Renamed from
7445         `wl-folder-completion-func'.
7446         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7447
7448         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7449         `wl-expire-archive-get-folder-func'.
7450         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7451         (wl-draft-send-mail-function): Renamed from
7452         `wl-draft-send-mail-func'.
7453         (wl-draft-send-news-function): Renamed from
7454         `wl-draft-send-news-func'.
7455         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7456         (wl-generate-mailer-string-function): Renamed from
7457         `wl-generate-mailer-string-func'.
7458         (wl-highlight-signature-search-function): Renamed from
7459         `wl-highlight-signature-search-func'.
7460         (wl-highlight-x-face-function): Renamed from
7461         `wl-highlight-x-face-func'
7462         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7463         (wl-ps-print-buffer-function): Renamed from
7464         `wl-ps-print-buffer-func'
7465         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7466         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7467         (wl-summary-subject-filter-function): Renamed from
7468         `wl-summary-subject-filter-func'.
7469
7470         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7471         `wl-draft-queue-flush-send-func'
7472         (wl-draft-cite-function): Renamed from
7473         `wl-draft-cite-func'
7474
7475         * wl-address.el (wl-address-init-function): Renamed from
7476         `wl-address-init-func'.
7477
7478 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-draft.el (wl-draft-queue-flush): Don't call
7481         `elmo-dop-unlock-message'.
7482         * wl-draft.el (wl-draft-queue-append): Don't call
7483         `elmo-dop-lock-message'.
7484
7485         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7486         (wl-summary-buffer-folder-name): Ditto.
7487         (wl-summary-message-regexp): Added '-' (all other related portions
7488         are changed).
7489         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7490         wl-summary-buffer-folder-name.
7491
7492 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7493
7494         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7495         the number of mails in the folder buffer is not updated by wl-biff.
7496
7497 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7498
7499         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7500         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7501
7502 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7503
7504         * wl-summary.el (wl-summary-next-message):
7505         Return next message number when wl-summary-move-order is nil.
7506
7507 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7508
7509         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7510         `wl-summary-move-spec-alist'.
7511         (wl-summary-move-spec-unplugged-alist): New variable
7512         (Move spec for unplugged status).
7513         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7514         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7515
7516 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7517
7518         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7519         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7520
7521 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7522
7523         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7524         simple quotation to quote the anonymous function.
7525         * tm-wl.el (wl-draft-preview-message): Ditto.
7526
7527 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7528
7529         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7530         Eliminate redundant `save-excursion'.
7531         (wl-highlight-summary-current-line): Ditto.
7532
7533         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7534         accessing match data when `looking-at' failed.
7535
7536         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7537         `elmo-match-string' where users don't care about the speed.
7538         (wl-draft-save): Ditto.
7539
7540 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * wl-util.el (wl-regexp-opt): New function.
7543
7544         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7545         number from `wl-summary-buffer-number-list'.
7546         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7547         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7548         (wl-summary-move-spec-alist): Changed default setting.
7549
7550 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7551
7552         * wl-vars.el (wl-biff-notify-hook): New hook.
7553         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7554         the arrival of new mail.
7555         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7556         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7557
7558 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7561
7562 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7565
7566         * Version number is increased to 2.5.8.
7567
7568         * wl-thread.el (toplevel): require 'cl.
7569         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7570         (wl-thread-make-number-list): New function.
7571         (wl-thread-entity-make-number-list-from-children): Ditto.
7572         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7573         (wl-thread-entity-insert-as-children): Likewise.
7574         (wl-thread-delete-message): Likewise.
7575         (wl-meaning-of-mark): Eliminated.
7576         (wl-thread-next-failure-mark-p): Ditto.
7577         (wl-thread-entity-get-mark): Ditto.
7578         (wl-thread-meaning-alist-get-result): Ditto.
7579         (wl-thread-entity-check-prev-mark): Ditto.
7580         (wl-thread-entity-check-next-mark): Ditto.
7581         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7582         (wl-thread-entity-get-prev-marked-entity): Ditto.
7583         (wl-thread-get-prev-unread): Ditto.
7584         (wl-thread-jump-to-prev-unread): Ditto.
7585         (wl-thread-get-next-unread): Ditto.
7586         (wl-thread-jump-to-next-unread): Ditto.
7587         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7588         (wl-thread-entity-get-next-marked-entity): Ditto.
7589
7590         * wl-summary.el (wl-summary-buffer-number-list):
7591         New bufer-local variable.
7592         (wl-summary-switch-to-clone-buffer): Clone
7593         `wl-summary-buffer-number-list'.
7594         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7595         (wl-summary-cursor-move-regex): Eliminated.
7596         (wl-summary-cursor-up): Rewrite.
7597         (wl-summary-cursor-down): Ditto.
7598         (wl-summary-mode-spec-alist): New variable.
7599         (wl-summary-next-message): New inline function.
7600         (wl-summary-cursor-move): New function.
7601         (wl-summary-default-get-next-msg): Rewrite.
7602         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7603         (wl-summary-rescan): Ditto.
7604         (wl-summary-sync-all-init): Ditto.
7605         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7606         summary is not thread view.
7607         (wl-summary-sync-update): Ditto.
7608         (wl-summary-rescan): Ditto.
7609         (wl-summary-make-number-list): New function.
7610
7611         * wl-draft.el: "FCC" -> "Fcc".
7612
7613 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * wl-highlight.el (wl-highlight-summary-window):
7616         Call `set-buffer-modified-p'.
7617
7618         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7619         (wl): Call `elmo-init' and fix.
7620
7621         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7622         Use new variables.
7623
7624         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7625
7626 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7629
7630 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7631
7632         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7633
7634 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7635
7636         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7637         `wl-use-toolbar' nor `display-graphic-p'.
7638         (wl-e21-setup-message-toolbar): Ditto.
7639         (wl-e21-setup-summary-toolbar): Ditto.
7640         (wl-e21-setup-folder-toolbar): Ditto.
7641
7642         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7643         (wl-plugged-init-icons): Ditto.
7644
7645         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7646         `display-graphic-p'.
7647         (wl-plugged-set-folder-icon): Ditto.
7648         (wl-highlight-plugged-current-line): Ditto.
7649         (wl-highlight-folder-current-line): Ditto.
7650         (wl-e21-highlight-folder-group-line): Ditto.
7651         (wl-e21-setup-toolbar): Ditto.
7652         (wl-e21-display-image-p): New macro.
7653
7654         * wl-demo.el (wl-demo): Simplified.
7655         (wl-demo-image-type-alist): Use `image-type-available-p' for
7656         checking whether the image type `xbm' is available.
7657
7658 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7659
7660         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7661         (wl-summary-input-range): Ditto.
7662
7663 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-summary.el (wl-summary-edit-addresses): Use
7666         `wl-summary-get-original-buffer'
7667         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7668         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7669         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7670         (wl-summary-get-newsgroups): Eliminated.
7671         (wl-summary-set-crosspost): Ditto.
7672         (wl-summary-is-crosspost-folder): Ditto.
7673         (wl-crosspost-alist-load): Ditto.
7674         (wl-crosspost-alist-save): Ditto.
7675
7676         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7677         `elmo-setup-subscribed-newsgroups' instead of
7678         `elmo-nntp-make-groups-hashtb'.
7679         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7680         instead of `wl-crosspost-alist-save'.
7681
7682         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7683         of `elmo-folder-message-appendable-p'.
7684         (wl-mime-header-presentation-method): Eliminated.
7685
7686         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7687         (Error occurs in emacs21).
7688
7689         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7690         the current buffer).
7691
7692         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7693         instead of `wl-crosspost-alist-save'.
7694         (wl-init): `elmo-crosspost-message-alist-load'
7695         instead of `wl-crosspost-alist-load'
7696
7697         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7698         (wl-parse-newsgroups): Likewise.
7699         (wl-biff-notify): Run `wl-biff-notify-hook'.
7700
7701 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7704
7705         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7706         when `wl-summary-lazy-highlight' is non-nil.
7707         (wl-summary-goto-folder-subr): Highlight only when
7708         `wl-summary-lazy-highlight' is non-nil.
7709
7710         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7711         Don't display progress and highlight temp-mark when
7712         `wl-summary-lazy-highlight' is non-nil.
7713         (wl-highlight-summary-window): New function.
7714         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7715
7716 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7717
7718         * wl-summary.el (wl-summary-sync): Change `all-visible'
7719         from `all-shown'
7720         (wl-summary-input-range): Ditto.
7721
7722 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7723
7724         * wl-e21.el (wl-highlight-folder-current-line): Call
7725         `wl-folder-init-icons' when folder icons have not been initialized.
7726
7727         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7728
7729         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7730         (wl-demo-image-type-alist): New macro.
7731
7732 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7733
7734         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7735         display does not support graphics.
7736         (wl-plugged-init-icons): Ditto.
7737         (wl-folder-init-icons): Ditto.
7738
7739         * wl-demo.el (wl-demo): Chech closely whether the display
7740         supports graphics.
7741
7742 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-summary.el (wl-summary-get-original-buffer): New function.
7745         (wl-summary-set-crosspost): Use it.
7746         (wl-summary-target-mark-uudecode): Ditto.
7747         (wl-summary-reedit): Ditto.
7748         (wl-summary-resend-bounced-mail): Ditto.
7749         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7750         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7751
7752         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7753         (wl-message-display-internal): Ditto.
7754
7755 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7758
7759 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7760
7761         * wl-summary.el (wl-summary-save-view): Renamed from
7762         `wl-summary-save-status'.
7763
7764 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7765
7766         * wl-summary.el (wl-summary-sync): Added `all-shown'
7767
7768 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7769
7770         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7771
7772 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7773
7774         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7775
7776 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7777
7778         * wl-highlight.el (wl-highlight-summary-line-string): Use
7779         `zerop' instead of `= 0'.
7780         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7781
7782         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7783         for comparing numbers.
7784         (wl-template-prev): Use `zerop' instead of `eq 0'.
7785
7786         * wl-draft.el (wl-draft-insert-current-message): Use
7787         `with-current-buffer' instead of `save-excursion'.
7788         Use `zerop' instead of `eq 0'.
7789
7790 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7791
7792         * wl-draft.el (wl-draft-insert-ccs): New function.
7793         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7794         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7795
7796 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7799
7800 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-expire.el (wl-expire-refile): Don't call
7803         elmo-msgdb-add-msgs-to-seen-list;
7804         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7805         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7806
7807 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-message.el (wl-message-prev-page): Ignore errors while
7810         scroll-down.
7811
7812 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7813
7814         * wl-mime.el: Use elmo-original-message-mode instead of
7815         mmelmo-original-mode.
7816
7817         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7818         `elmo-folder-get-spec';
7819         (wl-fldmgr-add-completion-all-completions):
7820         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7821
7822         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7823         of `elmo-folder-get-type'.
7824
7825         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7826         `elmo-folder-get-spec';
7827         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7828         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7829         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7830         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7831         `elmo-read-msg-no-cache';
7832         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7833         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7834         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7835         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7836         `elmo-cache-save';
7837         (wl-draft-reedit): Use `elmo-message-file-name'.
7838
7839         * wl-expire.el: Use `elmo-folder-name-internal';
7840         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7841         Use macro `wl-summary-buffer-msgdb' instead of variable
7842         `wl-summary-buffer-msgdb';
7843         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7844         Use macro `wl-summary-buffer-folder-name' instead of variable
7845         `wl-summary-buffer-folder-name'.
7846         * wl-score.el: Likewise.
7847
7848         * wl-message.el: Rewrite for new message buffer cache mechanism.
7849         (wl-message-buffer-cache-buffer-get): New macro.
7850         (wl-message-buffer-cache-folder-get): Ditto.
7851         (wl-message-buffer-cache-message-get): Ditto.
7852         (wl-message-buffer-cache-entry-make): Ditto.
7853         (wl-message-buffer-cache-hit): Ditto.
7854         (wl-message-buffer-cache-sort): New function.
7855         (wl-message-buffer-cache-add): Ditto.
7856         (wl-message-buffer-cache-delete): Ditto.
7857         (wl-message-buffer-cache-clean-up): Ditto.
7858         (wl-message-buffer-window): Rewrite.
7859         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7860         (wl-message-buffer-display): New function.
7861         (wl-message-display-internal): New function.
7862
7863 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-folder.el: Use `elmo-folder-name-internal';
7866         Use `wl-folder-get-elmo-folder';
7867         Use `elmo-folder-list-messages' instead of
7868         `elmo-list-folder';
7869         Use `elmo-folder-get-primitive-list' instead of
7870         `elmo-folder-get-primitive-spec-list';
7871         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7872         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7873         Use `elmo-folder-create' instead of `elmo-create-folder'.
7874         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7875         (wl-folder-get-elmo-folder): New macro.
7876         (wl-folder-elmo-folder-cache-get): Ditto.
7877         (wl-folder-elmo-folder-cache-put): Ditto.
7878         (wl-folder-suspend): Call `elmo-quit'.
7879
7880         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7881         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7882         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7883         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7884         (toplevel): require 'cl.
7885         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7886
7887         * wl-summary.el: Rewrite to use new elmo interface.
7888
7889 \f
7890 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * wl-mime.el (wl-draft-preview-message):
7893         Run `wl-draft-send-hook' before collecting recipients information;
7894         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7895
7896         * tm-wl.el (wl-draft-preview-message): Ditto.
7897
7898 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7899
7900         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7901         wrong recipients are displayed when forwarded message.
7902
7903 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * Version number is increased to 2.5.7.
7906
7907 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7908
7909         * wl-message.el (wl-message-next-page): Bind
7910         `window-pixel-scroll-increment' to nil while scrolling up.
7911
7912 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7913
7914         * wl-vars.el (wl-save-hook): New hook.
7915         * wl.el (wl-save): Call `wl-save-hook'.
7916
7917 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7918
7919         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7920         Argument WITH-ARG instead of NO-ARG (negative mean).
7921         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7922         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7923         * wl-message.el (wl-message-follow-current-entity): Likewise.
7924
7925 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7926
7927         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7928         FROM was optional argument.
7929         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7930
7931 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7932
7933         * Version number is increased to 2.5.6.
7934
7935 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7936
7937         * wl-version.el (wl-version-show): Removed.
7938         (wl-version): Add `interactive'.
7939
7940 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7941
7942         * wl-summary.el (wl-summary-get-petname-func): New variable.
7943         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7944         instead of `wl-address-get-petname-1'.
7945         (wl-summary-simple-from): Ditto.
7946
7947         * wl-address.el (wl-address-get-petname-1): Define as function.
7948
7949 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7952         field in the original message.
7953         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7954
7955 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7956
7957         * wl-expire.el (wl-expire-hide):
7958         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7959
7960 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7963         find decoder for To, Cc, and Subject.
7964
7965 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7968         for checking `elmo-use-buffer-cache'.
7969         (wl-summary-mark-as-important): Fixed typo in comment.
7970
7971 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7974         field in the original message.
7975         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7976
7977 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7978
7979         * wl-expire.el (wl-expire-hide):
7980         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7981
7982 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7985         find decoder for To, Cc, and Subject.
7986
7987 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * Version number is increased to 2.5.5.
7990
7991         * wl-address.el (wl-address-specials-regexp): New constant.
7992         (wl-address-quote-specials): Use it.
7993
7994 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-summary.el (wl-summary-rescan):
7997         Call `wl-summary-buffer-number-column-detect'.
7998         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7999
8000         * wl-message.el (wl-message-mode-map): Define.
8001         (wl-message-decode): Use it as local-map.
8002
8003 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8006         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8007
8008 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8009
8010         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8011
8012         * wl-mule.el (wl-read-event-char): Ditto.
8013
8014         * wl-e21.el (wl-read-event-char): Ditto.
8015
8016         * wl-nemacs.el (wl-read-event-char): Ditto.
8017         (read-event): Removed.
8018
8019         * wl-util.el (toplevel): Removed dummy definition of
8020         `read-event'.
8021         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8022
8023 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8024
8025         * wl-nemacs.el (elmo-archive-call-process): Moved to
8026         elmo-archive.el.
8027
8028 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8029
8030         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8031         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8032
8033         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8034         instead of magic-number 6.  Use `not' instead of `null' for symbol
8035         `nil' check (not empty list).
8036         (wl-draft-insert-x-face-field): Fixed paren style.
8037
8038         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8039         one-branch conditional statement, instead of `and' and `if'.
8040         (wl-draft-forward): Likewise.
8041         (wl-draft-add-references): Likewise.
8042         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8043
8044         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8045         conditional steatment.  Use `cond' instead of `if'.
8046         (wl-draft-confirm): Likewise.
8047
8048 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8049
8050         * wl-version.el (wl-version-show): Use `product-string-1'
8051         instead of `wl-version'.
8052         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8053
8054         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8055
8056 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8057
8058         * wl-highlight.el (wl-highlight-headers): Revert
8059         `wl-highlight-x-face-func' argument (`beg' and `end').
8060
8061 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8062
8063         * wl.el (toplevel): Move `product-provide' declare.
8064         * wl-demo.el (toplevel): Ditto.
8065         * wl-dnd.el (toplevel): Ditto.
8066         * wl-highlight.el (toplevel): Ditto.
8067         * wl-message.el (toplevel): Ditto.
8068         * wl-refile.el (toplevel): Ditto.
8069         * wl-util.el (toplevel): Ditto.
8070
8071 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8072
8073         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8074         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8075         (wl-thread-close-all): keep cursor position.
8076
8077 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8078
8079         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8080         (eq x 0).
8081         (wl-generate-user-agent-string-1): Fix conditional statement.
8082
8083 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8084
8085         * wl.el (wl-check-environment): Additional check for
8086         'wl-local-domain' and `wl-message-id-domain'.
8087
8088 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8089
8090         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8091
8092 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8093
8094         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8095         instead of `smtp-sasl-user-realm'.
8096
8097 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8098
8099         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8100
8101 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8102
8103         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8104         to the default value as well as `eword-lexical-analyzer'.
8105
8106 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8107
8108         * wl-version.el (wl-extended-emacs-version,
8109         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8110         `elmo-match-string' instead of `wl-match-string'.
8111
8112 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8113
8114         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8115         docstring.
8116
8117 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8118
8119         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8120
8121 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8122
8123         * wl-highlight.el (wl-highlight-headers): Remove
8124         `wl-highlight-x-face-func' argument (`beg' and `end').
8125
8126 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * wl-summary.el (wl-summary-mark-as-important):
8129         Remove cache if folder is local.
8130
8131 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8132
8133         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8134         to get existing e-mail address string.
8135
8136 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8137
8138         * wl-version.el (wl-generate-user-agent-string): Commentary.
8139         (wl-generate-user-agent-string-1): Use `when' for
8140         one-branch conditional statement, instead of `and' and `if'.
8141         (wl-extended-emacs-version, wl-extended-emacs-version2,
8142         wl-extended-emacs-version3): Ditto.
8143
8144 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8147         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8148         condition-case; Remove initialization.
8149         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8150         (wl-summary-sync-update3): Added argument `sync-all';
8151         Eliminated local variable `msgdb';
8152         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8153         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8154         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8155
8156 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8157
8158         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8159         connection before call `wl-draft-send-mail-with-smtp'.
8160
8161 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * Version number is increased to 2.5.4.
8164
8165 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8166
8167         * wl.el (wl-check-environment): Additional check for
8168         'wl-local-domain' and `wl-message-id-domain'.
8169
8170 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8171
8172         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8173         buffer as command specific.
8174         (wl-folder-mark-as-read-all-entity): Ditto.
8175         (wl-folder-prefetch-entity): Ditto.
8176         (wl-folder-drop-unsync-entity): Ditto.
8177
8178         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8179         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8180         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8181
8182         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8183         save-excursion.
8184
8185 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * Version number is increased to 2.5.3.
8188
8189         * wl-summary.el (wl-summary-save-view-cache):
8190         Delete duplicated `write-region';
8191         Use `write-region-as-binary' instead of `as-binary-output-file' and
8192         `write-region'.
8193
8194 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8195
8196         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8197
8198 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8199
8200         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8201         instead of `smtp-via-smtp'.
8202
8203 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8204
8205         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8206
8207 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8208
8209         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8210         instead of `smtp-sasl-user-realm'.
8211
8212 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8213
8214         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8215
8216 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8217
8218         * Version number is increased to 2.5.2.
8219
8220 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8223         does not exist.
8224         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8225         (wl-biff-start): Call `timer-activate' if timer already exists.
8226
8227         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8228         only when it is bound as function.
8229
8230 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * Version number is increased to 2.5.1.
8233
8234 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8237         Print refile/copy destination.
8238
8239 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8242         queue-flush-only is non-nil.
8243
8244         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8245
8246         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8247         checking cache folder.
8248
8249 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8250
8251         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8252         `regexp-quote'.
8253
8254 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8255
8256         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8257         function.
8258         * wl-summary.el (wl-summary-write-current-folder-functions):
8259         Change default value.  Use it.
8260
8261 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * Version number is increased to 2.5.0.
8264
8265         * wl-version.el (wl-version): Changed codename.
8266
8267 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8268
8269         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8270         (wl-summary-supersedes-message): Ditto.
8271
8272 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8273
8274         * wl-refile.el (wl-refile-guess-functions): Renamed from
8275         `wl-refile-guess-func-list'.
8276
8277 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8280         Fixed problem when no rule was matched.
8281
8282 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8283
8284         * wl-summary.el (wl-summary-get-mark): Fixed
8285         `wl-summary-buffer-target-mark' check logic.
8286
8287 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8288
8289         * wl-folder.el (wl-folder-write-current-folder): Added group
8290         folder check.
8291
8292         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8293         `wl-summary-write-current-newsgroup'.
8294         (wl-summary-write-current-folder-functions): New variable.
8295         * wl-folder.el (wl-folder-get-newsgroups): New function.
8296         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8297         (wl-folder-write-current-folder): Renamed from
8298         `wl-folder-write-current-newsgroup'.
8299
8300 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8301
8302         * Version number is increased to 2.3.93.
8303
8304 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8307         (wl-ldap-make-matched-value-list): Ditto.
8308         (wl-ldap-alias-safe-string): Split e-mail address.
8309
8310         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8311         petname folder default was selected.
8312         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8313         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8314
8315 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8316
8317         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8318         to `wl-draft-config-exec'.
8319
8320         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8321         instead of calling `wl-draft-config-exec';
8322         Process group-list and show recipients in minibuffer.
8323
8324         * tm-wl.el (wl-draft-preview-message): Ditto.
8325
8326 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8327
8328         * wl.el (toplevel): Added (C) to copyright notice, and
8329         sync Author header.
8330         * tm-wl.el (toplevel): Ditto.
8331         * wl-address.el (toplevel): Ditto.
8332         * wl-demo.el (toplevel): Ditto.
8333         * wl-dnd.el (toplevel): Ditto.
8334         * wl-draft.el (toplevel): Ditto.
8335         * wl-e21.el (toplevel): Ditto.
8336         * wl-expire.el (toplevel): Ditto.
8337         * wl-folder.el (toplevel): Ditto.
8338         * wl-highlight.el (toplevel): Ditto.
8339         * wl-message.el (toplevel): Ditto.
8340         * wl-mime.el (toplevel): Ditto.
8341         * wl-mule.el (toplevel): Ditto.
8342         * wl-nemacs.el (toplevel): Ditto.
8343         * wl-refile.el (toplevel): Ditto.
8344         * wl-score.el (toplevel): Ditto.
8345         * wl-summary.el (toplevel): Ditto.
8346         * wl-template.el (toplevel): Ditto.
8347         * wl-thread.el (toplevel): Ditto.
8348         * wl-util.el (toplevel): Ditto.
8349         * wl-vars.el (toplevel): Ditto.
8350         * wl-xmas.el (toplevel): Ditto.
8351
8352 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8353
8354         * wl.el (wl-init): Added comment about `wl-init-hook'.
8355         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8356         * wl-vars.el (wl-init-hook): Added docs.
8357         (wl-make-plugged-hook): Removed useless docs.
8358         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8359         * wl-xmas.el (toplevel): Ditto.
8360
8361 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8362
8363         * wl-address.el (toplevel): Fixed multiple Author header format.
8364         * wl-demo.el (toplevel): Ditto.
8365         * wl-draft.el (toplevel): Ditto.
8366         * wl-folder.el (toplevel): Ditto.
8367         * wl-summary.el (toplevel): Ditto.
8368         * wl-thread.el (toplevel): Ditto.
8369         * wl-util.el (toplevel): Ditto.
8370         * wl-vars.el (toplevel): Ditto.
8371         * wl-version.el (toplevel): Ditto.
8372         * wl-xmas.el (toplevel): Ditto.
8373         * wl.el (toplevel): Ditto.
8374
8375         * wl-version.el (toplevel): Added require `elmo-version' for
8376         `product-version-as-string'.
8377
8378 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-vars.el (wl-draft-send-hook): Changed default value to
8381         '(wl-draft-config-exec).
8382
8383         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8384         explicitly.
8385         (wl-draft): Set `wl-draft-config-exec-flag' before running
8386         `wl-mail-setup-hook'.
8387
8388         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8389         `wl-biff-init-icons' to `wl-init-hook' instead of
8390         `wl-make-plugged-hook'.
8391         (Because if `wl-draft' command is invoked at first,
8392         they are not initialized)
8393         Updated copyright notice.
8394
8395         * wl-e21.el (toplevel): Ditto;
8396
8397         * wl-demo.el (toplevel): Updated copyright notice.
8398         * wl-address.el (toplevel): Ditto.
8399         * wl-draft.el (toplevel): Ditto.
8400         * wl-version.el (toplevel): Ditto.
8401         * wl-folder.el (toplevel): Ditto.
8402         * wl-summary.el (toplevel): Ditto.
8403         * wl-thread.el (toplevel): Ditto.
8404         * wl-util.el (toplevel): Ditto.
8405         * wl-vars.el (toplevel): Ditto.
8406         * wl.el (toplevel): Ditto.
8407
8408 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-highlight.el (wl-highlight-message): Fixed problem of
8411         highlighting failure which occured when the last field contains
8412         multiple lines in the draft buffer.
8413
8414         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8415         `wl-biff-start' if plugged.
8416
8417         * wl-util.el (wl-biff-check-folder): New function.
8418         (wl-biff-check-folders): Don't set session name prefix.
8419         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8420         (wl-biff-check-folder-async): Ditto.
8421
8422         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8423         in email address.
8424
8425 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8426
8427         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8428
8429         * wl-draft.el (wl-draft-strip-subject-re): New function.
8430
8431         * wl-draft.el (wl-draft-reply): Use it.
8432
8433 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * wl-message.el (wl-mmelmo-message-redisplay): Use
8436         `mime-display-message' instead of `wl-mime-display-message'.
8437
8438         * wl-mime.el (toplevel): Removed compatibility workaround
8439         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8440         (wl-mime-display-message): Abolished.
8441         (wl-mime-entity-read-field): Ditto.
8442         (wl-mime-combine-message/partial-pieces): Use
8443         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8444
8445 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8446
8447         * wl-template.el: Doc fixes.
8448
8449 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8450
8451         * wl-e21.el (wl-message-overload-functions): Do nothing if
8452         `current-local-map' is not available.
8453         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8454
8455 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8458         representation.
8459
8460         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8461         number.
8462         (wl-fldmgr-save-folders): Don't use `format' when insert
8463         `wl-fldmgr-folders-header'.
8464
8465 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8466
8467         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8468
8469 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * wl-highlight.el (wl-highlight-message):
8472         Use `std11-field-end' to detect end point of the header field.
8473         Refer `wl-highlight-max-header-size'.
8474
8475         * wl-vars.el (wl-highlight-max-header-size): New variable.
8476
8477         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8478
8479         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8480         Set `for-draft' argument of wl-highlight-headers.
8481         (wl-draft): Ditto.
8482         (wl-draft-reedit): Ditto.
8483         (wl-user-agent-compose-internal): Ditto.
8484
8485 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8486
8487         * wl-message.el (wl-message-add-button): Use overlay.
8488
8489 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8492
8493         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8494         problem when group-list content is nothing.
8495         (Reported by Mito <mit@nines.nec.co.jp>)
8496
8497 2000-10-18  SAITO Atsunori <sai@yedo.com>
8498
8499         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8500
8501 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8502
8503         * tm-wl.el (toplevel): Use product-provide.
8504
8505 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8506
8507         * Version number is increased to 2.3.92.
8508
8509 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8510
8511         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8512         title text, use `display' property for left margin under Emacs 21.
8513
8514         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8515         properties.
8516         (wl-plugged-init-icons): Ditto.
8517
8518 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8519
8520         * wl.el (wl-save-status, wl-init): Remove last period in
8521         "...done." message.
8522         * tm-wl.el (wl-summary-burst): Ditto.
8523         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8524         wl-summary-resume-cache-status,
8525         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8526         wl-summary-sync-update3, wl-summary-highlight-msgs,
8527         wl-summary-flush-pending-append-operations,
8528         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8529         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8530         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8531         wl-thread-open-all): Ditto.
8532         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8533         * wl-mime.el (wl-summary-burst): Ditto.
8534         * wl-highlight.el (wl-highlight-summary): Ditto.
8535         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8536         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8537         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8538         * wl-address.el (wl-local-address-init): Ditto.
8539
8540 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8541
8542         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8543         `add-text-properties'.
8544         (wl-plugged-init-icons): Ditto.
8545         (wl-folder-init-icons): Use `propertize' instead of
8546         `put-text-property'.
8547         (wl-plugged-set-folder-icon): Ditto.
8548         (wl-e21-highlight-folder-group-line): Ditto.
8549
8550 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl-version.el (wl-version-status-alist): New variable.
8553         (wl-version-status): New function.
8554
8555         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8556         "Cc" part of the case "Reply-To".
8557
8558         * wl-draft.el (wl-draft-reply): Use result of
8559         `eword-extract-address-components'.
8560
8561         * wl-demo.el (wl-demo-icon-name): New constant.
8562         (wl-logo-xpm): Use it.
8563         (wl-logo-xbm): Ditto.
8564         (wl-logo-bitmap): Ditto.
8565
8566         * Version number is increased to 2.3.91.
8567
8568 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8569
8570         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8571         (wl-extended-emacs-version, wl-extended-emacs-version2,
8572         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8573         docstring.
8574
8575         * wl-version.el (wl-generate-user-agent-string-1): New function.
8576         (wl-generate-user-agent-string): Use it.
8577
8578         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8579         `mime-edit-insert-user-agent-field'.
8580         (wl-generate-user-agent-string): Check
8581         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8582
8583         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8584         instead of `if', when verbose case.
8585
8586 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8587
8588         * wl-expire.el (wl-summary-expire): Fix.
8589
8590 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8591
8592         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8593         and `elmo-lost+found-folder' if 'wl-draft.
8594         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8595
8596 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8597
8598         * wl-expire.el (wl-summary-expire): Change messages.
8599         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8600         `deleing-info' instead of "Deleting..."
8601
8602 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8603
8604         * wl-summary.el (wl-summary-refile-subr): Fix.
8605
8606 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8607
8608         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8609         if pipe folder.
8610
8611 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8612
8613         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8614
8615 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8616
8617         * wl-expire.el (wl-expire-hide): New function.
8618         (wl-summary-expire): Add `hide'.
8619
8620 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8621
8622         * wl-vars.el (wl-draft-reply-without-argument-list):
8623         Changed default value to consider `Reply-To:'.
8624         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8625
8626         * Version number is increased to 2.3.90.
8627
8628         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8629         elmo-imap4-get-session with unwind-protect.
8630         Don't cause error.
8631         (wl-summary-sync-marks): Don't check plugged nor folder type.
8632         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8633         (Always keep current buffer).
8634
8635 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8636
8637         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8638         Enclose with `save-excursion'.
8639
8640 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8641
8642         * wl-version.el (wl-version): Remove interactive.
8643
8644 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8645
8646         * wl-version.el (wl-generate-user-agent-string): Use
8647         `product-string-verbose' instead of `product-string-1'.
8648
8649 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8650
8651         * wl-vars.el (wl-draft-use-cache): New variable.
8652         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8653         if wl-draft-use-cache is non-nil.
8654
8655 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8656
8657         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8658         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8659
8660 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8661
8662         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8663         (wl-thread-msg-mark-as-unread): Ditto.
8664
8665         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8666         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8667         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8668         Don't set mark in summary if return value of `elmo-mark-as-read'
8669         is nil.
8670         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8671         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8672         instead of `wl-thread-msg-mark-as-read'.
8673         (wl-summary-mark-as-unread-region): Ditto.
8674         (wl-summary-target-mark-mark-as-read): Ditto.
8675
8676         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8677
8678 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8681
8682         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8683
8684 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8687         face.
8688
8689 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8690
8691         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8692         `running-xemacs'.
8693
8694 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8695
8696         * wl-version.el (toplevel): Use `product-version-as-string' for
8697         set verstion-string, if defined.
8698
8699         * wl-version.el (wl-version-show): Insert string at point, when
8700         call with argument.
8701
8702         * wl-version.el (wl-generate-user-agent-string): Use
8703         `product-string-1' instead of `wl-appname', `wl-version' and
8704         `wl-codename'.
8705
8706 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8707
8708         * wl-address.el (toplevel): Use product-provide.
8709         * wl-demo.el (toplevel): Ditto.
8710         * wl-dnd.el (toplevel): Ditto.
8711         * wl-draft.el (toplevel): Ditto.
8712         * wl-e21.el (toplevel): Ditto.
8713         * wl-expire.el (toplevel): Ditto.
8714         * wl-fldmgr.el (toplevel): Ditto.
8715         * wl-folder.el (toplevel): Ditto.
8716         * wl-highlight.el (toplevel): Ditto.
8717         * wl-message.el (toplevel): Ditto.
8718         * wl-mime.el (toplevel): Ditto.
8719         * wl-mule.el (toplevel): Ditto.
8720         * wl-nemacs.el (toplevel): Ditto.
8721         * wl-refile.el (toplevel): Ditto.
8722         * wl-score.el (toplevel): Ditto.
8723         * wl-summary.el (toplevel): Ditto.
8724         * wl-template.el (toplevel): Ditto.
8725         * wl-thread.el (toplevel): Ditto.
8726         * wl-util.el (toplevel): Ditto.
8727         * wl-vars.el (toplevel): Ditto.
8728         * wl-xmas.el (toplevel): Ditto.
8729         * wl.el (toplevel): Ditto.
8730
8731 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8732
8733         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8734         instead of product.
8735
8736         * wl-version.el (wl-version): Compile time evalution elmo-version.
8737
8738 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8739
8740         * wl-summary.el (wl-summary-sync-force-update): Append queue
8741         `mark-as-read'if unplugged.
8742
8743 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8744
8745         * wl-version.el: New file.  Use product.el.
8746         * wl.el: add (require 'wl-version).
8747         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8748         for ~/.folders header.
8749         (wl-fldmgr-folders-header): Changed.
8750         * wl-demo.el (wl-demo): Use product.el.
8751
8752         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8753         wl-version.el.
8754         * wl-util.el (wl-version, wl-version-show): Ditto.
8755
8756         * wl-util.el (wl-generate-user-agent-string,
8757         wl-extended-emacs-version, wl-extended-emacs-version2,
8758         wl-extended-emacs-version3): Move to wl-version.el.
8759         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8760         xemacs-codename, mime-edit-insert-user-agent-field,
8761         mime-edit-user-agent-value, mime-editor/version,
8762         mime-editor/codename): Compile warning killer move to
8763         wl-version.el
8764
8765 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8766
8767         * wl-summary.el (wl-summary-refile-subr): Fix.
8768
8769 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8770
8771         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8772         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8773
8774 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8775
8776         * wl.el (wl-check-environment): Check too many `@'.
8777
8778 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8779
8780         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8781
8782 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8783
8784         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8785         wl-draft-reply-myself-without-argument-list): Add variables.
8786         * wl-draft.el (wl-draft-reply): Use it.
8787
8788 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8789
8790         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8791         the 5th argument of `elmo-network-get-spec'.
8792
8793         * wl-thread.el (wl-thread-reparent-children): New inline function.
8794         (wl-thread-delete-message): Use it.
8795
8796         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8797         (wl-summary-score-update-all-lines): Don't use `dolist'.
8798
8799 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8800
8801         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8802         (require 'elmo-msgdb) for inline function.
8803
8804 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8805
8806         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8807
8808 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8809
8810         * wl-score.el (wl-score-headers): Fix for the confusing macro
8811         `elmo-kill-buffer'.
8812
8813 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8814
8815         * wl-summary.el: Don't use the 3rd argument of `require' because
8816         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8817         * wl-util.el: Ditto.
8818         * wl-draft.el: Ditto.
8819
8820 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8821
8822         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8823         window system is not used.
8824
8825 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8826
8827         * wl-thread.el: Don't use `mapcar' only for iteration.
8828         (wl-thread-resume-entity): Ditto.
8829         (wl-thread-delete-message): Ditto.
8830
8831         * wl-summary.el: Bind `dragdrop-drop-functions',
8832         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8833         of `require' for `timezone', `easymenu' and `ps-print';
8834         don't use `mapcar' only for iteration.
8835
8836         * wl-util.el: Bind `mule-version', `nemacs-version',
8837         `emacs-beta-version', `xemacs-codename',
8838         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8839         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8840         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8841         only for iteration.
8842
8843         * wl-score.el: Don't use `mapcar' only for iteration.
8844         (wl-score-simplify-buffer-fuzzy): Ditto.
8845         (wl-score-simplify-subject): Ditto.
8846         (wl-score-headers): Ditto.
8847         (wl-summary-score-update-all-lines): Ditto.
8848
8849         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8850         `enable-multibyte-characters' and `mule-version'.
8851
8852         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8853         `mapcar' only for iteration.
8854
8855         * wl-demo.el: Don't use `mapcar' only for iteration.
8856
8857         * wl-folder.el: Don't use `mapcar' only for iteration.
8858         (wl-folder-open-all): Ditto.
8859         (wl-folder-count-incorporates): Ditto.
8860
8861         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8862         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8863
8864         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8865         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8866         `smtp-connection-type'; specify 3rd argument of `require' for
8867         `timezone'; don't use `mapcar' only for iteration.
8868         (wl-draft-clone-local-variables): Don't use `mapcar'.
8869         (wl-draft-generate-clone-buffer): Ditto.
8870         (wl-user-agent-compose-internal): Ditto.
8871
8872         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8873
8874         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8875         (wl-save-status): Ditto.
8876
8877         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8878         for iteration.
8879
8880 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8883         removed `Date'.
8884         (wl-fldmgr-make-filter-default): New user option.
8885
8886         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8887         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8888         (wl-fldmgr-filter-completion-alist): Abolish.
8889
8890         * wl.el (wl): Don't check servers if arg is non-nil.
8891
8892         * wl-draft.el (wl-draft-reply): Set only message-id string to
8893         In-Reply-To field.
8894
8895 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * wl-summary.el (wl-summary-pick): Rewrite.
8898
8899         * wl-draft.el (wl-draft-forward): Get references field from
8900         original buffer.
8901         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8902
8903 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8904
8905         * wl-draft.el (wl-draft-forward): Add references field.
8906
8907 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8910         (wl-draft-reply): Use it.
8911
8912 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8913
8914         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8915         when Emacs 21 is running.
8916
8917         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8918         bindings.
8919
8920 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8921
8922         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8923         XPM icons transparent.
8924
8925         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8926         Emacs 21.
8927
8928 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8929
8930         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8931         nil.
8932
8933         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8934         when it is persistent.
8935         (wl-summary-sync-marks): Changed argument for
8936         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8937         (wl-summary-virtual): Use `elmo-read-search-condition'.
8938         (wl-summary-redisplay-internal): If folder is local, mark as read
8939         even when folder is plugged.
8940
8941 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8942
8943         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8944         of `tool-bar-lines' in the frame parameters.
8945         (after-make-frame-functions, post-command-hook): Don't modify the
8946         value.
8947         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8948         wl-e21-tool-bar-lines): Removed.
8949
8950 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8951
8952         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8953         properties `evaporate' and `wl-momentary-overlay' as well.
8954         (wl-highlight-summary-displaying): Ditto.
8955         (wl-delete-all-overlays): Don't delete overlay which does not have
8956         a property `wl-momentary-overlay'.
8957
8958         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8959         `display-mouse-p' and `display-graphic-p'.
8960         (wl-folder-init-icons): Don't search for XBM or the other files.
8961         (wl-plugged-set-folder-icon): Make icons if and only if
8962         `display-graphic-p' returns non-nil.
8963         (wl-highlight-plugged-current-line): Use `before-string' overlay
8964         property to show icon images.
8965         (wl-highlight-folder-current-line): Ditto.
8966         (wl-e21-highlight-folder-group-line): Ditto.
8967         (wl-e21-highlight-folder-by-numbers): Ditto.
8968         (wl-e21-insert-image): Removed.
8969         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8970         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8971         said.
8972         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8973         `wl-e21-force-switch-toolbar'.
8974         (wl-e21-make-icon-image): Removed.
8975         (wl-e21-setup-toolbar): Don't search for XBM files.
8976         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8977         the default value.
8978
8979 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8980
8981         * wl-util.el (wl-biff-check-folder-async): Set
8982         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8983
8984 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8985
8986         * wl-e21.el (after-make-frame-functions): Add
8987         `wl-e21-force-switch-toolbar'.
8988         (wl-e21-force-switch-toolbar): New function force to switch the
8989         toolbar appearance automatically.
8990         (post-command-hook): Add `wl-e21-switch-toolbar'.
8991         (wl-e21-switch-toolbar): New function to switch the toolbar
8992         appearance automatically.
8993         (wl-e21-tool-bar-lines): New buffer local variable.
8994
8995 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8996
8997         * wl-util.el (wl-biff-check-folders-running): New variable.
8998         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8999         (wl-biff-check-folder-async-callback):
9000         Set `wl-biff-check-folders-running'.
9001         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9002         with unwind-protect.
9003
9004         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9005         Enclose `wl-folder-auto-check' with unwind-protect.
9006
9007         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9008         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9009
9010         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9011
9012         * wl-util.el (wl-biff-notify): New inline function.
9013         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9014         locally.
9015         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9016         folder-list' is 1.
9017         Use `wl-biff-notify'.
9018         (wl-biff-check-folder-async-callback): New function.
9019         (wl-biff-check-folder-async): Ditto.
9020
9021         * wl-folder.el (wl-folder): Don't check folders.
9022         (wl-folder-auto-check): New function.
9023
9024 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9025
9026         * wl-util.el (wl-biff-start) [Emacs19+]:
9027         Use `timer-next-integral-multiple-of-time'.
9028         (wl-biff-check-folders): Use `wl-default-folder'
9029         if `wl-biff-check-folder-list' is nil.
9030
9031 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9032
9033         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9034         instead of `elmo-delete-lists'.
9035
9036 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9037
9038         * wl.el (wl-plugged-toggle-all): Set the value of
9039         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9040         (wl-plugged-toggle): Ditto.
9041         (wl-toggle-plugged): Ditto.
9042         (wl-plugged-init): Ditto.
9043
9044         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9045         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9046         instead of `wl-biff-state-indicator-off' and
9047         `wl-biff-state-indicator-on'; don't modify the value and the type
9048         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9049         (wl-plugged-init-icons): Set icons data to
9050         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9051         instead of `wl-plug-state-indicator-off' and
9052         `wl-plug-state-indicator-on'; don't modify the value and the type
9053         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9054
9055         * wl-vars.el (wl-modeline-biff-state-off,
9056         wl-modeline-biff-state-on, wl-modeline-biff-status,
9057         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9058         wl-modeline-plug-status): New internal variables.
9059         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9060         wl-biff-check-interval, wl-biff-check-folder-list): Change
9061         customization group from `wl-folder' to `wl-highlight'.
9062         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9063         wl-show-plug-status-on-modeline): Defcustomized.
9064
9065         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9066         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9067         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9068         a flag to `mode-line-buffer-identification'.
9069
9070         * wl-e21.el (wl-biff-init-icons): Set icons data to
9071         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9072         instead of `wl-biff-state-indicator-off' and
9073         `wl-biff-state-indicator-on'.
9074         (wl-plugged-init-icons): Set icons data to
9075         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9076         instead of `wl-plug-state-indicator-off' and
9077         `wl-plug-state-indicator-on'.
9078
9079 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9080
9081         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9082         excessive titles.
9083
9084 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9085
9086         * wl.el (wl-plugged-mode): Use revised
9087         `wl-mode-line-buffer-identification'.
9088         (wl-plugged-init): Don't use `force-mode-line-update'.
9089
9090         * wl-xmas.el (wl-draft-overload-functions): Use revised
9091         `wl-mode-line-buffer-identification'.
9092         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9093         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9094         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9095         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9096         `wl-make-plugged-hook';
9097         add `wl-folder-init-icons' and `wl-setup-folder' to
9098         `wl-folder-mode-hook'.
9099
9100         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9101         19 as well.
9102         (wl-mode-line-display-priority-list): New user option.
9103         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9104         Defcustomized.
9105         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9106         Add docs.
9107
9108         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9109         start.
9110         (wl-mode-line-buffer-identification): Revised as a function.
9111
9112         * wl-summary.el (wl-summary-mode): Use revised
9113         `wl-mode-line-buffer-identification'; don't call
9114         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9115         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9116         `wl-xmas-setup-summary'.
9117
9118         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9119         `wl-mode-line-buffer-identification'.
9120
9121         * wl-mule.el (wl-draft-overload-functions): Use revised
9122         `wl-mode-line-buffer-identification'.
9123
9124         * wl-folder.el (wl-make-plugged-alist): Don't call
9125         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9126         (wl-folder): Don't call `wl-folder-init-icons' directly.
9127         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9128         `wl-xmas-setup-folder' directly;
9129         use revised `wl-mode-line-buffer-identification'.
9130         (TopLevel): Don't bind `wl-biff-init-icons',
9131         `wl-plugged-init-icons', `wl-folder-init-icons',
9132         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9133
9134         * wl-e21.el (wl-draft-overload-functions): Use revised
9135         `wl-mode-line-buffer-identification'.
9136         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9137         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9138         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9139         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9140         `wl-make-plugged-hook';
9141         add `wl-folder-init-icons' and `wl-setup-folder' to
9142         `wl-folder-mode-hook'.
9143
9144 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9145             Katsumi Yamaoka    <yamaoka@jpl.org>
9146
9147         * wl.el (wl): Call `wl-biff-start'.
9148         (wl-exit): Call `wl-biff-stop'.
9149         (wl-plugged-mode): Show biff in modeline.
9150         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9151
9152         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9153         (wl-biff-init-icons): New function.
9154         (wl-plugged-init-icons): Don't make too much keymaps.
9155         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9156
9157         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9158         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9159         variables.
9160         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9161         options.
9162
9163         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9164         wl-biff-start, wl-biff-stop): New functions.
9165         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9166         (wl-biff-timer-name): New variable.
9167
9168         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9169
9170         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9171         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9172
9173         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9174         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9175
9176         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9177         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9178         `wl-folder-init-icons' to `ignore' if they are not available.
9179         (wl-folder-mode): Show biff in modeline.
9180
9181         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9182         (wl-biff-init-icons): New function.
9183         (wl-plugged-init-icons): Don't make too much keymaps.
9184         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9185
9186 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9187
9188         * wl-vars.el (wl-strict-diff-folders): Customization Type
9189         and doc fix.  Define as a list of regular expressions for
9190         folders or nil.
9191         * wl-folder.el (wl-folder-check-one-entity): Use
9192         `wl-string-match-member' instead of `wl-string-member' for
9193         `wl-strict-diff-folders'.
9194
9195 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9196
9197         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9198         (wl-highlight-folder-current-line): Use it; new implementation.
9199         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9200         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9201         `defsubst' instead of `defun'.
9202
9203         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9204         `wl-highlight-group-folder-by-numbers'; made it can also be a
9205         number.  See info for more details.
9206
9207         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9208         running.
9209
9210         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9211         to bind them.
9212
9213         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9214         (wl-highlight-folder-current-line): New implementation.
9215
9216         * wl-highlight.el (wl-highlight-folder-group-line): New
9217         implementation.
9218         (wl-delete-all-overlays): Rewrite as a marco.
9219         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9220
9221         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9222         running.
9223         (wl-folder-*-glyph): No need to bind them.
9224
9225         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9226         `wl-e21-highlight-folder-group-icon'; rewrite.
9227         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9228         `defsubst' instead of `defun'.
9229         (wl-folder-mode-map): Bind it when compiling.
9230
9231 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9232
9233         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9234
9235         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9236
9237 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9238
9239         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9240
9241 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9242
9243         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9244         (wl-highlight-folder-current-line): Use it.
9245
9246         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9247         in `id-name'.
9248
9249 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9250
9251         * wl.el: Require `wl-e21' when Emacs 21 is running.
9252
9253         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9254         default when Emacs 21 is running.
9255         (wl-use-highlight-mouse-line): Ditto.
9256         (wl-on-emacs21): New constant.
9257         (wl-on-emacs20): Removed.
9258
9259         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9260         Emacs 21 is running.
9261
9262         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9263         Emacs 21 is running.
9264
9265         * wl-e21.el: New file.
9266
9267 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9268
9269         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9270         (wl-toggle-plugged): Ditto.
9271         (wl-plugged-toggle): Ditto.
9272         (wl-plugged-toggle-all): Ditto.
9273
9274         * wl-vars.el (wl-plug-state-indicator): Refer
9275         `wl-plug-state-indicator-on' indirectly.
9276
9277 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9278
9279         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9280         Call `wl-folder-confirm-existence'.
9281
9282         * wl-folder.el (wl-folder-confirm-existence): Added optional
9283         argument `force'.
9284
9285 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9286
9287         * wl-summary.el (wl-summary-refile-subr): Assume
9288         `copy-or-refile' as symbol.
9289         (wl-summary-refile): Follow up above change.
9290         (wl-summary-copy): Ditto.  Doc fix.
9291
9292 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * wl-summary.el (wl-summary-pick): Don't bind
9295         `elmo-search-mime-charset'.
9296
9297         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9298         default using old backquote style.
9299         (wl-search-mime-charset): Abolished.
9300
9301         * wl-highlight.el (wl-highlight-headers):
9302         Call `point' after `re-search-forward'(for Nemacs).
9303
9304         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9305         for elmo-imap4.el.
9306
9307 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9308
9309         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9310         `wl-message-ignored-field-list' instead of
9311         `mime-view-ignored-field-list'.
9312
9313         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9314         Add interactive spec.
9315         (wl-folder-goto-bottom-of-current-folder): Ditto.
9316         (wl-folder-mode-map): Bind them.
9317
9318         * wl-vars.el (wl-message-ignored-field-list): New variable.
9319         (wl-message-visible-field-list): New variable.
9320
9321         * wl-mime.el (wl-mime-header-presentation-method): New function.
9322         (wl-mime-setup): Set header-presentation-method.
9323
9324 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9325
9326         * wl-nemacs.el (wl-draft-overload-functions): Set
9327         `mode-line-buffer-identification' instead of using
9328         `wl-make-modeline'.
9329
9330         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9331         instead of using `wl-make-modeline'.
9332
9333         * wl-xmas.el (wl-plugged-init-icons): Set up
9334         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9335         (wl-make-modeline): Abolish.
9336         (wl-draft-overload-functions): Set
9337         `mode-line-buffer-identification' instead of using
9338         `wl-make-modeline'.
9339
9340         * wl-util.el (wl-make-modeline-subr): Abolish.
9341         (wl-mode-line-buffer-identification): New alias.
9342
9343         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9344         (wl-summary-make-modeline): Abolish.
9345         (wl-summary-buffer-set-folder): Set
9346         `wl-summary-buffer-folder-indicator'.
9347         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9348         of using `wl-make-modeline'.
9349         (wl-summary-switch-to-clone-buffer): Don't set
9350         `mode-line-buffer-identification'.
9351         (wl-summary-goto-folder-subr): Ditto.
9352
9353         * wl-mule.el (wl-draft-overload-functions): Set
9354         `mode-line-buffer-identification' instead of using
9355         `wl-make-modeline'.
9356
9357         * wl-folder.el (wl-folder-mode): Set
9358         `mode-line-buffer-identification' instead of using
9359         `wl-make-modeline'.
9360         (wl-folder): Don't set `mode-line-buffer-identification'.
9361
9362 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9363
9364         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9365         instead of `member' for `wl-refile-guess-func-list' look-ups.
9366         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9367
9368 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9369
9370         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9371         `wl-message-button-dispatcher'.
9372
9373         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9374
9375         * wl-message.el (wl-message-button-dispatcher): Use it.
9376
9377         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9378         "In-Reply-To".
9379
9380         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9381         Bind `case-fold-search' to t.
9382
9383 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9384
9385         * wl-xmas.el (wl-message-overload-functions): Initialize
9386         `wl-message-button-map'.
9387
9388         * wl-mule.el (wl-message-overload-functions): Initialize
9389         `wl-message-button-map'.
9390
9391         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9392
9393         * wl-message.el (wl-message-button-map): New keymap.
9394         (wl-message-add-button): New function.
9395         (wl-message-button-dispatcher): New function.
9396         (wl-message-button-refer-article): New function.
9397
9398         * wl-highlight.el
9399         (wl-highlight-message-add-buttons-to-header): New function.
9400         (wl-highlight-headers): Use it.
9401
9402 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9403
9404         * wl-summary.el (wl-summary-default-from): Use
9405         `wl-address-get-petname-1'.
9406         (wl-summary-simple-from): Ditto.
9407
9408         * wl-address.el (wl-address-get-petname-1): New inline function.
9409         (wl-address-get-petname): Use it.
9410
9411 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9412
9413         * wl-summary.el (wl-summary-default-from): Return full-name part
9414         from the address if no petname was found.
9415         (wl-summary-simple-from): Ditto.
9416
9417         * wl-address.el (wl-address-get-petname): Return nil if no petname
9418         associated with the address was found.
9419
9420 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9421
9422         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9423         display is finished.
9424
9425 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9426
9427         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9428         `elmo-folder-exists-p' argument.
9429
9430 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9431
9432         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9433         the folder.
9434
9435 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9436
9437         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9438
9439         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9440         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9441
9442 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9443
9444         * wl-folder.el (wl-folder-create-subr): New function.
9445         (wl-folder-confirm-existence): Use it.
9446         (wl-folder-check-one-entity): Use it.
9447         Check the error symbol is derived from 'elmo-open-error.
9448
9449         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9450         `ignore-error'.
9451
9452 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9453
9454         * wl-util.el (toplevel): Add (eval-when-compile (require
9455         'elmo-util)).  (Maybe `provide' is typo.)
9456
9457 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9458
9459         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9460         (I don't know why this was needed.)
9461
9462         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9463         Follow up changes for stream-type.
9464
9465         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9466         (wl-draft-elmo-nntp-send): Ditto.
9467
9468         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9469         (wl-nntp-posting-stream-type): Ditto.
9470         (wl-pop-before-smtp-ssl): Abolished.
9471         (wl-nntp-posting-ssl): Ditto.
9472
9473         * wl-address.el (wl-address-quote-specials): New function.
9474         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9475
9476         * wl-draft.el (wl-draft-reply): Ditto.
9477
9478 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9479
9480         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9481         use function `wl-string-match-assoc'.
9482
9483 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9484
9485         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9486
9487         * wl-draft.el (wl-draft-deduce-address-list): New function.
9488         (wl-draft-parse-mailbox-list): Ditto.
9489         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9490         instead of `smtp-deduce-address-list'.
9491         (wl-draft-on-field-p): Follow group list.
9492
9493         * wl-address.el (wl-address-concat-token): New function.
9494         (wl-address-string-without-group-list-contents): Ditto.
9495         (wl-complete-field-body): Fixed problem of completion
9496         by japanese petname.
9497         (wl-address-make-completion-list): Rewrite.
9498
9499 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9500
9501         * wl-address.el (wl-address-make-completion-list): Completion by
9502         petname.
9503         (wl-complete-field-body): Likewise.
9504
9505 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9506
9507         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9508         contains invalid address syntax.
9509
9510 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9511
9512         * wl-folder.el (wl-folder-check-entity-async): Use
9513         `elmo-nntp-spec-hostname'.
9514
9515 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9516
9517         * wl-summary.el (wl-summary-msgdb-load-async): Use
9518         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9519
9520 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9521
9522         * wl-draft.el (wl-draft-reply): Set argument
9523         `content-transfer-encoding' as nil.
9524
9525 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9526
9527         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9528         `wl-refile-alist'.
9529
9530 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9531
9532         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9533         (wl-draft-edit-string): Ditto.
9534         (wl-draft-forward): Ditto.
9535         * wl-summary.el (wl-summary-write): Ditto.
9536
9537 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9538
9539         * wl-summary.el (wl-summary-sync-update3): Call
9540         `wl-summary-buffer-number-column-detect'.
9541         (wl-summary-buffer-number-column-detect): Search from point-min.
9542
9543 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9544
9545         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9546         contains an address which is not included in original to or cc.
9547
9548 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9549
9550         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9551         begin-line does not exist.
9552         * wl-message.el (wl-message-uu-substring): Ditto.
9553
9554 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9555
9556         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9557         clear local variables.
9558         (wl-summary-exit): Call `elmo-commit'.
9559         (wl-summary-switch-to-clone-buffer): Call
9560         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9561         (wl-summary-goto-folder-subr): Ditto.
9562
9563         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9564         POP folder.
9565
9566 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9569         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9570         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9571         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9572         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9573         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9574
9575         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9576
9577 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9578
9579         * wl-summary.el (wl-summary-search-by-subject):
9580         Search parent message from the latest one.
9581
9582 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9583
9584         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9585         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9586
9587         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9588         New user option.
9589
9590         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9591         if elmo-nntp-use-killed-list is nil.
9592         Use `elmo-msgdb-append-to-killed-list'.
9593         (Append numbers confirmed as disappeared to the killed list.)
9594         (wl-summary-confirm-appends): Don't display negative number.
9595
9596 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9597
9598         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9599
9600 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9601
9602         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9603         range is `all'.
9604         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9605         `elmo-list-bigger-diff'.
9606
9607 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9608
9609         * wl-summary.el (wl-summary-buffer-exit-func):
9610         New buffer local variable.
9611         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9612
9613 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9614
9615         * wl-demo.el (wl-demo): Fix the last change.
9616
9617 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9618
9619         * wl-demo.el (wl-demo): Don't use `eval'.
9620
9621 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9622
9623         * wl-summary.el (wl-summary-buffer-thread-modified):
9624         New buffer-local variable.
9625         (wl-summary-set-thread-modified): New function.
9626         (wl-summary-thread-modified-p): New function.
9627         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9628         (wl-summary-yank-saved-message): Use function
9629         `wl-summary-set-thread-modified'
9630         (wl-summary-switch-to-clone-buffer): Add
9631         `wl-summary-buffer-thread-modified'.
9632
9633         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9634         (wl-summary-buffer-mark-saved-hook): Ditto.
9635         * wl-summary.el (wl-summary-msgdb-save): New hook
9636         `wl-summary-buffer-message-saved-hook' and
9637         `wl-summary-buffer-mark-saved-hook'.
9638
9639 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9640
9641         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9642
9643 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9644
9645         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9646         don't hide scroll bars under FSF Emacsen because it may incur an
9647         undesirable redrawing.
9648
9649 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9650
9651         * wl-draft.el (wl-draft-edit-string): Call
9652         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9653
9654 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9655
9656         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9657
9658 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9659
9660         * wl-summary.el (wl-summary-msgdb-load-async): Call
9661         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9662
9663 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9664
9665         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9666         fringes in demo buffer; center bitmap logo correctly even if old
9667         Mule is used.
9668
9669 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9670
9671         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9672
9673         * wl-refile.el (wl-refile-subject-alist): New variable.
9674         (wl-refile-subject-alist-file-name): Ditto.
9675         (wl-refile-alist-setup): Rewrite.
9676         (wl-refile-alist-save): Use `elmo-object-save'.
9677         Eliminated arguments.
9678         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9679         (wl-refile-guess-by-subject): New function.
9680         (wl-refile-guess-func-list): Added it.
9681
9682 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9683
9684         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9685         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9686
9687 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9688
9689         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9690         New buffer-local variable.
9691         (wl-summary-buffer-next-folder-func): Ditto.
9692         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9693         if non-nil.
9694         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9695         if non-nil.
9696         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9697         if non-nil.
9698         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9699         if non-nil.
9700
9701 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9702
9703         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9704         permanently in the demo buffer.
9705
9706 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9707
9708         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9709         `mime-entity-fetch-field'.
9710
9711         * wl.el (wl-exit): Delete plugged buffer.
9712
9713         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9714         XEmacs has menubar feature.
9715
9716 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9717
9718         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9719         cannot arrive at the beginning of the buffer under old Emacsen.
9720
9721 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9722
9723         * wl-address.el (wl-address-ldap-search):
9724         Call `ldap-search-entries' with `withdn' argument t.
9725         (wl-complete-field-body): Bind completion-ignore-case as t.
9726         Clear ldap search hash when it was sole completion.
9727         Use elmo-string for pattern string.
9728         (wl-ldap-alias-safe-string): Eliminated needless let.
9729
9730 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9731
9732         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9733         (wl-ldap-alias-sep): New constant.
9734         (wl-ldap-search-attribute-type-list): Ditto.
9735         (wl-ldap-get-value): New function.
9736         (wl-ldap-make-filter): Ditto.
9737         (wl-ldap-make-matched-value-list): Ditto.
9738         (wl-ldap-alias-safe-string): Ditto.
9739         (wl-ldap-register-dn-string): Ditto.
9740         (wl-address-ldap-search): Rewrite.
9741
9742 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9743
9744         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9745         thread is deleted.
9746         (wl-thread-delete-line-from-buffer): Ditto.
9747         (wl-thread-get-exist-children): New function.
9748
9749 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9750
9751         * wl-demo.el (wl-demo): Made it to select various image types.
9752         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9753         from `wl-title-logo'.
9754         (wl-logo-ascii): New variable.
9755         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9756         (wl-demo-copyright-notice): New constant.
9757
9758         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9759
9760 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9761
9762         * wl-vars.el (wl-summary-target-above): Renamed from
9763         wl-summary-temp-above.
9764         * wl-score.el (wl-score-get-score-alist): Use it.
9765         (wl-summary-score-update-all-lines): Use it.
9766         * wl-summary.el: Ditto. (make-variable-buffer-local).
9767
9768 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9769
9770         * wl-vars.el (wl-ldap-port): New user option.
9771
9772         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9773         Rewite whole implementation.
9774         (wl-complete-field-body): Fixed.
9775
9776 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9777
9778         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9779         Choose implementation at compile time.
9780
9781 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9782
9783         * wl-address.el (wl-ldap-search-internal): New function.
9784         (wl-complete-field-to): Use it.
9785
9786 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9787
9788         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9789         Use `let' instead of `let*'.
9790         Require 'wl-vars.
9791
9792         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9793         Define as defcustom.
9794         (wl-ldap-base): Ditto.
9795         (wl-use-ldap): Ditto.
9796
9797 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9798
9799         * wl-address.el (wl-ldap-search): New function.
9800         (wl-complete-field-body): Use `wl-ldap-search'.
9801         (wl-ldap-server): New variable.
9802         (wl-ldap-base): Ditto.
9803         (wl-use-ldap): Ditto.
9804
9805 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9806
9807         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9808         (Pointed out by Mito <mit@nines.nec.co.jp>).
9809         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9810         buffer-local variables like `wl-summary-redisplay-internal'.
9811         (wl-summary-redisplay-all-header): Likewise.  Update
9812         Summary view too.
9813
9814 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9815
9816         * wl-summary.el (wl-summary-jump-to-parent-message):
9817         Consider prefix argument.
9818
9819         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9820         when closed thread is deleted.
9821
9822 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9823
9824         * wl-summary.el (wl-summary-jump-to-parent-message):
9825         Consider thread modification.
9826
9827 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9828
9829         * wl-message.el (wl-message-normal-get-original-buffer): Use
9830         `save-excursion'.
9831
9832         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9833         (wl-summary-showto-folder-regexp): Ditto.
9834
9835 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9836
9837         * wl-util.el (wl-delete-alist): Doc fix.
9838         (wl-delete-associations): New function.
9839         (wl-inverse-alist): New function.
9840         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9841         Split temporary variables. Use `wl-delete-associations'
9842         and `wl-inverse-alist'.
9843         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9844
9845 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9846
9847         * wl-folder.el (wl-folder-prefetch-entity):
9848         Execute prefetching if new count is unknown.
9849
9850 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9851
9852         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9853
9854         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9855         delete entity.
9856         (wl-thread-set-parent): If insert as top, set linked as nil.
9857
9858         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9859         `wl-thread-cleanup-symbols' when view mode is thread.
9860
9861 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9862
9863         * wl-folder.el (wl-folder-create-folder-entity): Use
9864         with-current-buffer.
9865         (wl-local-folder-init): Call set-buffer to make sure we are in
9866         the Folder buffer. Don't touch buffer-local variables here.
9867         (wl-folder-mode): Initialize buffer-local variables here.
9868
9869         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9870         (wl-folder-entity-assign-id): Ditto.
9871         (wl-folder-create-entity-hashtb): Ditto.
9872         (wl-local-folder-init): Ditto.
9873         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9874
9875 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9876
9877         * wl-summary.el (wl-summary-default-from): Fix probrem when
9878         std11-extract-address-components return (nil "foo@bar").
9879
9880 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9881
9882         * wl-draft.el (wl-draft-clone-local-variables):
9883         Remove redundant `setq'.
9884
9885 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9886
9887         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9888         Bind wl-highlight-x-face-func as nil while highlighting header.
9889
9890 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9891
9892         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9893
9894 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9895
9896         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9897         elmo-msgdb-overview-hashtb from copy-variables.
9898         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9899         instead of `elmo-msgdb-overview-get-entity-by-number'.
9900         (wl-summary-auto-refile): Ditto.
9901
9902         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9903         `elmo-msgdb-overview-get-entity' instead of
9904         `elmo-msgdb-search-overview-entity'.  Use
9905         `elmo-msgdb-overview-get-entity' instead of
9906         `elmo-msgdb-overview-get-entity-by-number'.
9907         (wl-thread-insert-entity-sub): Ditto.
9908         (wl-thread-insert-message): Ditto.
9909
9910         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9911         `elmo-msgdb-overview-get-entity'.
9912         (wl-normal-message-redisplay): Ditto.
9913
9914 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9915
9916         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9917         `wl-thread-entities'.
9918         (wl-thread-delete-message): Fix remove top message from
9919         `wl-thread-entity-list'.
9920
9921         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9922         wl-append(nconc), because update-list is broken on Meadow.
9923
9924         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9925         updating process.
9926         (wl-summary-rescan): Ditto.
9927         (wl-summary-sync-update3): Ditto.
9928         * wl-thread.el (wl-thread-set-parent): Renamed from
9929         `wl-summary-set-parent'.
9930         (wl-thread-insert-message): Updating buffer faster.
9931         (wl-thread-delete-message): Updating buffer faster.
9932
9933         * wl-score.el (wl-summary-score-update-all-lines): Changed
9934         interval for display progress gauge.
9935
9936 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9937
9938         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9939         folder always-sticky.
9940         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9941         defmacro.
9942
9943 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9944
9945         * wl-vars.el (wl-draft-add-references): New user option.
9946
9947         * wl-draft.el (wl-draft-add-references): New function.
9948         (wl-draft-yank-from-mail-reply-buffer): Use it.
9949         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9950         as nil.
9951
9952 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9953
9954         * wl-thread.el (wl-thread-update-line-msgs): Called
9955         `wl-thread-update-line-on-buffer-sub'.
9956         (wl-thread-update-line-on-buffer): Delete routine of inserting
9957         thread.
9958         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9959         moved from `wl-thread-update-line-on-buffer'.
9960         Add threshold for displaying progress gauge.
9961         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9962         argument of `wl-thread-update-line-msgs'.
9963         Add threshold for displaying progress gauge.
9964         * wl-folder.el:
9965         Add threshold for displaying progress gauge.
9966         * wl-score.el: Ditto.
9967
9968         * wl-expire.el (wl-summary-expire): Display deleting info.
9969
9970 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9971
9972         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9973         `no-msg'.
9974         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9975         argument of `wl-thread-update-line-msgs'.
9976         (wl-summary-set-parent): Added optional argument `parent-number'.
9977         (wl-summary-buffer-saved-message): New buffer local variable.
9978         (wl-summary-save-current-message): New command.
9979         (wl-summary-yank-saved-message): Ditto.
9980         (wl-summary-mode-map): Added key binding for
9981         `wl-summary-save-current-message' (\ew) and
9982         `wl-summary-yank-saved-message' (\C-y).
9983         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9984
9985 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9986
9987         * wl-summary.el (wl-summary-mode-map): Added key binding for
9988         `wl-summary-set-parent' (ts).
9989
9990 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9991
9992         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9993         subject faster. If thread number is reverse, delayed updating
9994         thread.
9995         (wl-summary-search-by-subject): Ditto.
9996         (wl-summary-put-alike): Ditto.
9997         (wl-summary-get-alike): Ditto.
9998         (wl-summary-insert-headers): Insert header of all overview in
9999         buffer.
10000         (wl-summary-rescan): Delayed updating thread. Kill search subject
10001         buffer for wl-summary-search-by-subject.
10002         (wl-summary-sync-update3): Ditto.
10003         (wl-summary-exit): Ditto.
10004         (wl-summary-goto-bottom-of-current-thread): Change for linked
10005         thread.
10006         (wl-summary-overview-create-summary-line): Change line for linked
10007         thread.
10008
10009         * wl-summary.el (wl-summary-update-thread): Use
10010         wl-thread-maybe-get-children-num.
10011         (wl-summary-set-parent): If change parent, move sub thread.
10012         (wl-summary-redisplay-internal): Add horizontal recenter.
10013         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10014
10015         * wl-thread.el (wl-thread-entity-get-linked): New function.
10016         (wl-thread-entity-set-linked): New function.
10017         (wl-thread-create-entity): Add linked element.
10018         (wl-thread-entity-insert-as-top): Use wl-append.
10019         (wl-thread-maybe-get-children-num): If closing thread, return
10020         children msgs.
10021         (wl-thread-update-line-msgs): Displaying progress message.
10022         (wl-thread-update-line-on-buffer-sub): Use
10023         wl-thread-maybe-get-children-num.
10024         (wl-thread-update-line-on-buffer): If update line is not exists,
10025         insert thread.
10026         (wl-thread-delete-message): If delete top msg of thread, search
10027         parent by subject.
10028         (wl-thread-insert-entity): Use
10029         wl-thread-maybe-get-children-num.
10030
10031         * wl-highlight.el (wl-highlight-summary-current-line): change
10032         sregexp for linked thread.
10033         * wl-util.el (wl-count-lines): Count lines.
10034         (wl-horizontal-recenter): horizontal recenter.
10035         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10036         (wl-score-get-alike): Ditto.
10037         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10038         (wl-subject-length-limit): New variable.
10039         (wl-highlight-thread-indent-string-regexp): Changed for linked
10040         thread.
10041
10042 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10043
10044         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10045         New variable (revival).
10046         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10047         by subject matching if there's no in-reply-to nor references field
10048         (revival).
10049
10050 \f
10051 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10052
10053         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10054         message.
10055
10056 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10057
10058         * wl-summary.el (wl-summary-reply): Return t if there was a
10059         message at cursor point.
10060         Added unwind-protect.
10061         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10062         returns t.
10063         (wl-summary-cancel-message): Do nothing when there's no message at
10064         cursor point.
10065         (wl-summary-forward): Ditto.
10066         (wl-summary-jump-to-parent-message): Ditto.
10067         (wl-summary-reedit): Ditto.
10068         (wl-summary-edit-addresses): Ditto.
10069         (wl-summary-pipe-message): Ditto.
10070         (wl-summary-print-message-with-ps-print): Ditto.
10071         (wl-summary-print-message): Ditto.
10072         (wl-summary-mark-as-important): Ditto.
10073         (wl-summary-mark-as-unread): Ditto.
10074
10075         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10076         message at cursor point.
10077         (wl-summary-reply-with-citation): Remove unwind-protect.
10078
10079         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10080         subject searching feature.
10081         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10082         Eliminated.
10083
10084 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10087         New variable.
10088         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10089         by subject matching if there's no in-reply-to nor references field.
10090
10091         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10092
10093         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10094         when display is finished.
10095         (wl-folder-open-all): Ditto.
10096         (wl-folder-update-access-group): Ditto.
10097         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10098         * wl-thread.el (wl-thread-close-all): Ditto.
10099
10100         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10101         progress gauge only when it was displayed.
10102         * wl-folder.el (wl-folder-insert-entity): Ditto.
10103
10104 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10105
10106         * wl-summary.el (wl-summary-incorporate): Enclose
10107         `wl-summary-sync-force-update' with save-excursion.
10108
10109 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10110
10111         * wl-summary.el (wl-summary-prefetch-region):
10112         Pass current cursor point to `pos-visible-in-window-p' after
10113         moving cursor to the started point.
10114
10115 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10116
10117         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10118
10119         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10120         fields from the forwarding message.
10121         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10122         `ignored-fields'.
10123
10124 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10125
10126         * wl-mime.el (wl-message-request-partial):
10127         Eliminated argument `msgdb'.
10128         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10129         (wl-mime-combine-message/partial-pieces): Likewise.
10130         * tm-wl.el (wl-message-request-partial): Likewise.
10131         (wl-mime-combine-message/partial-pieces): Likewise.
10132
10133 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10134
10135         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10136         when display is finished.
10137
10138 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10139
10140         * wl-summary.el (wl-summary-goto-folder-subr):
10141         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10142
10143 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10144
10145         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10146         when cursor point is visible.
10147
10148 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10149
10150         * wl-expire.el (wl-expire-archive-get-max-number):
10151         Don't use `file-name-directory'.
10152
10153 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10154
10155         * wl-expire.el (wl-expire-archive-get-max-number):
10156         Use `file-name-directory'.
10157
10158 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10159
10160         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10161         only when there is progress.
10162
10163 2000-04-13  Mito <mit@nines.nec.co.jp>
10164
10165         * wl-summary.el (wl-summary-sync-marks): Display progress.
10166
10167 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10168
10169         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10170         (wl-summary-prev): Move cursor regardless of unread status.
10171         (wl-summary-next): Ditto.
10172
10173 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10174
10175         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10176         Added argument `target' and `number'.
10177         * tm-wl.el (wl-summary-burst-subr): New function.
10178         (wl-summary-burst): Use it.
10179
10180 2000-04-10  Mito <mit@nines.nec.co.jp>
10181
10182         * wl-mime.el (wl-burst): New function.
10183         (wl-summary-burst): Use it.
10184
10185 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10186
10187         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10188         as petname when there's no candidate.
10189
10190 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10191
10192         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10193         New variable.
10194         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10195
10196         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10197
10198         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10199
10200 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10201
10202         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10203         Use substring of `original' instead of buffer-substring.
10204         (wl-refile-evaluate-rule):
10205         Set `original' argument of wl-refile-expand-newtext.
10206
10207         * wl-summary.el
10208         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10209         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10210         (wl-summary-auto-refile): Check existence of destination folder just
10211         before marking.
10212
10213 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10214
10215         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10216         when wl-refile-get-field-value return nil.
10217
10218 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10219
10220         * wl-refile.el
10221         (wl-refile-expand-newtext): New function imported from Gnus.
10222         (wl-refile-evaluate-rule): Use it.
10223
10224 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10225
10226         * wl-summary.el (wl-summary-print-destination):
10227         Duplicate folder string to avoid putting text-property on
10228         original string.
10229
10230         * wl-refile.el (wl-refile-get-field-value): New function.
10231         (wl-refile-evaluate-rule): New function;
10232         Evaluate refile rule recursively.
10233         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10234         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10235         New function; Check existence of a target folder recursively.
10236         (wl-summary-auto-refile-check-refile-rule-alist):
10237         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10238
10239 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10240
10241         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10242
10243         * wl-folder.el (wl-create-folder-entity-from-buffer):
10244         Fixed problem when '}' character is contained in folder name.
10245
10246         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10247
10248 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10249
10250         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10251         (wl-fldmgr-add-completion-all-completions):
10252         Use wl-fldmgr-add-completion-hashtb.
10253
10254 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10255
10256         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10257         wl-fldmgr-add-completion-subr): New functions.
10258         * wl-folder.el (wl-folder-completion-func): New variable.
10259         * wl-summary.el (wl-summary-read-folder):
10260         Use wl-folder-completion-func.
10261
10262         * wl-refile.el: Eliminate throw & catch.
10263
10264         * wl.el (wl-plugged-sending-queue-status): Fixed.
10265
10266 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10267
10268         * wl-draft.el (wl-draft): Put category property on
10269         mail-header-separator.