703c49c70c974d8f91e072c7e29e7d2ac71d5586
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-buffer-set-folder): Use
4         `wl-folder-mime-charset'.
5
6         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
7         `mime-charset'.
8         (wl-folder-get-elmo-folder): Ditto.
9         (wl-folder-mime-charset): New function.
10
11 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-util.el (wl-parse-addresses): Define alias of
14         `elmo-parse-addresses' (move to `elmo-util.el').
15
16         * wl-summary.el (wl-summary-default-from): Follow the API change.
17         (wl-summary-overview-entity-compare-by-date): Ditto.
18         (wl-summary-overview-entity-compare-by-from): Ditto.
19         (wl-summary-get-list-info): Get value of `ml-info' field from
20         entity at first.
21         (wl-summary-rescan-message): Treat prefix argument.
22         (wl-summary-prefetch-msg): Follow the API change.
23         (wl-summary-search-by-subject): Ditto.
24         (wl-summary-insert-thread): Ditto.
25         (wl-summary-line-subject): Ditto.
26         (wl-summary-line-from): Ditto.
27         (wl-summary-create-line): Ditto.
28         (wl-summary-print-message-with-ps-print): Ditto.
29
30         * wl-score.el (wl-score-ov-entity-get): Ditto.
31         (wl-score-followup): Ditto.
32         (wl-score-add-followups): Use `elmo-message-entity-field' instead
33         of `car'.
34         (wl-score-get-latest-msgs): Follow the API change.
35         (wl-score-get-header): Ditto.
36
37         * wl-refile.el (wl-refile-learn): Ditto.
38         (wl-refile-subject-learn): Ditto.
39         (wl-refile-get-field-value): Ditto.
40         (wl-refile-guess-by-history): Ditto.
41         (wl-refile-guess-by-subject): Ditto.
42
43         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
44
45         * wl-expire.el (wl-expire-date-p): Removed.
46         (wl-expire-archive-date): Follow the API change.
47         (wl-expire-localdir-date): Ditto.
48         (wl-summary-expire): Ditto.
49
50         * Version number is increased to 2.15.1.
51
52 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
53
54         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
55         group is access or not (it is not strict, like wl-fldmgr-rename).
56
57 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
58
59         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
60         duplicate call of `wl-summary-print-argument' on the wrong line.
61
62 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
65         even if argument `number' is nil.
66         (wl-summary-insert-line): Print action argument if current message
67         has it.
68
69 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
70
71         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
72         (wl-draft-reply): Ditto.
73         (wl-draft): Add optional argument `parent-number' and call
74         `wl-draft-create-buffer' with it.
75         (wl-draft-create-buffer): Add optional argument
76         `parent-number'. Set wl-draft-parent-number as it.
77
78 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * wl-folder.el (wl-folder-set-persistent-mark): If summary
81         buffer is not for given folder, don't use it.
82
83 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
84
85         * Version number is increased to 2.15.0.
86
87 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
88
89         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
90
91         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
92         (wl-highlight-get-face-by-name): New internal function.
93         (wl-highlight-summary-line-face-spec): Use it and fixed.
94
95 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-summary.el (wl-summary-sync-update): Use
98         `elmo-message-entity-field' instead of `car' to get message-id
99         from overview entity.
100
101         * wl-summary.el (wl-summary-rescan-message): Call
102         `wl-highlight-summary-displaying' when displaying a message.
103
104 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
105
106         * wl-draft.el (wl-draft-config-info-filename): Extracted from
107         `wl-draft-config-info-operation'.
108         (wl-draft-buffer-change-number): New function.
109         (wl-draft-rename-saved-config): Ditto.
110         * wl.el (wl-init): Connect slot for message-number-changed.
111         (toplevel): Add autoload for wl-draft-rename-saved-config.
112
113 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
114
115         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
116         `update-overview'
117         (wl-summary-buffer-detach): Disconnect from it.
118         (wl-summary-rescan-message): Use command.
119
120         * wl-message.el (wl-message-buffer-display): Use
121         `with-current-buffer' instead of `save-excursion'.
122
123 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * wl-mime.el (wl-draft-preview-attributes-list): Protect
126         wl-draft-preview-attributes-list from distraction.
127
128 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
129
130         * wl-summary.el (wl-summary-sync-update): Sort the return value of
131         `elmo-list-diff'.
132
133 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-summary.el
136         (wl-summary-edit-addresses-collect-candidate-fields): Use
137         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
138
139         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
140         instead of `elmo-set-work-buf'.
141
142         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
143         (wl-address-make-address-list): Ditto.
144
145         * Version number is increased to 2.13.3.
146
147 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
150         user option.
151
152         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
153         argument `5'.
154
155         * wl-message.el (wl-message-display-no-merge-p): New function.
156         (wl-message-buffer-display): Check whether the message is
157         reassembled and follow the API change.
158
159 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
160
161         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
162         multibyte on working buffer and removed unnecessary
163         `buffer-disable-undo'.
164
165 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * wl-util.el (wl-read-search-condition-internal): Fixed the last
168         change.
169
170 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
171
172         * wl-util.el (wl-read-search-condition-internal): Protect
173         elmo-global-flags from distraction.
174
175 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
178
179         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
180         (wl-summary-event-handler): Ditto.
181         (wl-summary-update-persistent-mark-on-event): New
182         function (renamed from `elmo-event-handler-flag-changed').
183         (wl-summary-buffer-attach): New function.
184         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
185         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
186         instead of `elmo-folder-add-handler'.
187
188         * Version number is increased to 2.13.2.
189
190 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
193         and "\177" to the `wl-news-previous-page'.
194         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
195         (wl-news-previous-page): New function.
196
197 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
200         instead of `write-region' and simplify.
201
202 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203
204         * wl-template.el (wl-template-select): Cause error if
205         `wl-template-alist' is nil.
206
207 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
208
209         * wl-news.el.in: Set file variable `no-byte-compile'.
210
211 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
212
213         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
214         whether a target message is within displaying area.
215         (elmo-event-handler-cache-changed): Ditto.
216
217 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
218
219         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
220         to `defun'.  Use `nconc' instead of `append' to collect descendant
221         message numbers.
222
223 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
224
225         * wl-thread.el (wl-thread-save-top-list)
226         (wl-thread-save-entities): Use `with-temp-buffer'.
227         * wl-news.el.in (wl-news-previous-version-load):
228         (wl-news-previous-version-save): Ditto.
229         * wl-summary.el (wl-summary-load-file-object)
230         (wl-summary-save-view-cache): Ditto.
231
232 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-util.el (toplevel): Require 'elmo-flag'.
235         (wl-read-search-condition): New function (Renamed from
236         `elmo-read-search-condition').
237         (wl-read-search-condition-internal): Likewise.
238
239         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
240         invalid.
241         (wl-summary-pick): Use `wl-read-search-condition' instead of
242         `elmo-read-search-condition'.
243         (wl-summary-virtual): Ditto.
244
245         * wl-folder.el (wl-folder-virtual): Ditto.
246         (wl-folder-pick): Ditto.
247
248         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
249
250 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-summary.el (wl-summary-reedit): Call
253         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
254
255 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * wl-mime.el (toplevel): Require wl-vars.
258
259         * wl-message.el (toplevel): Require cl at compile.
260
261         * wl-draft.el (toplevel): Require elmo.
262
263 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-message.el (wl-message-buffer-prefetch): Count is a number
266         and do nothing when it is not positive.
267         (wl-message-buffer-prefetch-next): Ditto.
268
269 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
272         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
273         (wl-summary-redisplay-internal): Ditto.
274
275         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
276         message (the condition is borrowed from `wl-check-variables-2').
277         (wl-summary-redisplay-internal): Ditto.
278
279 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * wl-mime.el (wl-draft-nntp-attribute): New function.
282         (wl-draft-attribute-nntp-posting-server): Use it.
283         (wl-draft-attribute-nntp-posting-port): Ditto.
284
285         * wl-mime.el (wl-draft-preview-attributes-list): New function.
286         (wl-draft-show-attributes-buffer): Ditto.
287         (wl-draft-hide-attributes-buffer): Ditto.
288         (wl-draft-attribute-newsgroups): Ditto.
289         (wl-draft-attribute-nntp-posting-server): Ditto.
290         (wl-draft-attribute-nntp-posting-port): Ditto.
291         (wl-draft-preview-message): Use there functions.
292
293         * wl-vars.el (wl-draft-preview-attributes-list): Change default
294         value.
295
296 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
297
298         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
299         (wl-draft-reedit): Ditto.
300         (wl-draft-queue-flush): Ditto.
301
302         * wl-mime.el (wl-message-request-partial): Ditto.
303         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
304         instead of `elmo-message-fetch'.
305
306         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
307
308         * wl-summary.el (wl-summary-message-string): Ditto.
309
310 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
311
312         * wl-util.el (wl-current-message-buffer): Follow the API change.
313
314         * wl-summary.el (wl-summary-redisplay-internal): Call
315         `wl-summary-mark-as-read' with 2nd argument as nil and update
316         unread count instead of persistent mark.
317
318         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
319         variable.
320         (wl-message-redisplay): Follow the API change.
321         (wl-message-buffer-display): Managed mime-entity directly and
322         return preview buffer only.
323         (wl-message-display-internal): Rewrite.
324         (wl-message-buffer-prefetch-subr): Not save return value of
325         `wl-message-buffer-display'.
326
327         * Version number is increased to 2.13.1.
328
329 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
332         'elmo-multiple-fields-body-list' with boundary specified.
333
334 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * wl-vars.el (wl-summary-resend-use-cache): New variable.
337         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
338         cache if `wl-summary-resend-use-cache' is non-nil.
339
340 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
341
342         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
343         (wl-nntp-posting-stream-type): Ditto.
344
345 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
346
347         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
348
349 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
350
351         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
352         message.
353
354 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
357         Abolish.
358         (wl-summary-buffer-persistent-mark-version): New internal
359         variable.
360         (wl-summary-update-mark-and-highlight-window): Check by
361         wl-summary-persistent-mark-invalid-p.
362         (wl-summary-update-status-marks): Ditto.
363         (elmo-event-handler-flag-changed): Rewrite.
364         (elmo-event-handler-cache-changed): Define.
365         (wl-summary-prefetch-msg): Does not update persistent mark here.
366         (wl-summary-delete-cache): Ditto.
367         (wl-summary-resume-cache-status): Ditto.
368         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
369         (wl-summary-persistent-mark-invalid-p): New function.
370         (wl-summary-validate-persistent-mark): Ditto.
371         (wl-summary-validate-persistent-mark-string): Ditto.
372         (wl-summary-invalidate-persistent-mark): Ditto.
373         (wl-summary-update-persistent-mark): Call
374         `wl-summary-validate-persistent-mark'.
375         (wl-summary-create-line): Call
376         `wl-summary-validate-persistent-mark-string'.
377
378         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
379         status as t if cache used.
380
381 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
384         only if the target is group.
385         * wl-folder.el (wl-folder-append-petname): Don't check group name.
386
387 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
390
391 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
392
393         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
394
395         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
396
397 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
398
399         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
400         (Thanks to Yoichi NAKAYAMA).
401
402 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
403
404         * wl-util.el (wl-save-drafts): Restore echo area.
405
406 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
407
408         * Version number is increased to 2.13.0.
409
410         * wl-util.el (wl-biff-check-folder-async): Use
411         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
412
413 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-message.el (wl-message-display-internal): Does not put
416         wl-message-display-type property on message buffer.
417         (wl-message-buffer-display-type): New function.
418
419         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
420
421         * wl-summary.el (wl-summary-mode): Use `dolist' to add
422         `wl-summary-buffer-detach'.
423         (wl-summary-message-display-type): Use
424         `wl-summary-buffer-display-type'.
425
426 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
427
428         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
429         buffer-local.
430
431         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
432         kill-buffer-hook instead of make-local-variable.
433         (wl-draft-preview-message): Set `local' argument of add-hook as t.
434
435 2004-12-12  Scott Renfro <scott@renfro.org>
436
437         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
438         regex for square-branket.
439
440 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
443         `wl-message-mime-analysis-p' with argument `header'.
444
445 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
446
447         * wl-mime.el (wl-draft-yank-current-message-entity): 
448         Switch to no-mime following method according to wl-message-display-type
449         property.
450         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
451
452         * wl-message.el (wl-message-display-internal): 
453         Put wl-message-display-type property on message buffer.
454
455         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
456         (wl-message-display-internal): Ditto;
457
458         * wl-summary.el (wl-summary-toggle-mime): Ditto.
459
460 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * wl-message.el (wl-message-make-display-type): New function.
463         (wl-message-display-type-property): Ditto.
464         (wl-message-mime-analysys-p): Ditto.
465         (wl-message-display-all-header-p): Ditto.
466         (wl-message-redisplay): Removed argument `as-is', `all-header' and
467         added `display-type'.
468         (wl-message-buffer-display): Likewise.
469         (wl-message-display-internal): Likewise.
470         (wl-message-buffer-display-type): Abolish.
471         (wl-message-buffer-prefetch-subr): Follow the API changed.
472
473         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
474         from wl-summary-buffer-display-all-header and changed default value.
475         (wl-summary-message-display-type): New function.
476         (wl-summary-buffer-display-mime-mode): Ditto.
477         (wl-summary-buffer-display-header-mode): Ditto.
478         (wl-summary-toggle-mime): Rewrite with above functions.
479         (wl-summary-toggle-all-header): Ditto.
480         (wl-summary-redisplay): Force redisplay with default mode.
481         (wl-summary-redisplay-internal): Renamed argument from `mode',
482         `all-header' to `mime-mode', `header-mode'.
483         Use `wl-message-make-display-type'.
484
485         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
486         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
487
488 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
489
490         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
491
492 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
495         in original message buffer.
496         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
497         buffer.
498
499 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
502
503 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
504
505         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
506
507 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
508
509         * wl-action.el (wl-summary-exec-action-refile): Display a done message
510         when actions succeeded.
511         (wl-summary-exec-action-copy): Likewise.
512
513 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
514
515         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
516         there is switch-to-buffer at the end of wl-message-select-buffer.
517         (wl-summary-reply): Ditto.
518
519 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-summary.el (wl-summary-forward): Put subject in original
522         message buffer as argument of wl-draft-forward.
523         * wl-draft.el (wl-draft-forward): Decode subject as in
524         wl-draft-reply.
525
526 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
527
528         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
529         a folder under access group.
530
531 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
532
533         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
534         wl-message-buffer-display.
535
536         * wl-util.el (wl-set-save-drafts): Fix typo.
537
538 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
541         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
542         wl-highlight-logo-face to set the bg color of an xbm image; fixed
543         the way to measure the width of a bitmap image; don't put face on
544         ascii and bitmap images; put the mark which should not use the
545         variable-pitch face on ascii and bitmap images.
546         (wl-demo-setup-properties): Don't use the variable-pitch face on
547         ascii and bitmap images; made it work on Emacs 20 and earlier.
548         (wl-demo-insert-text): End with a newline at the bottom; don't put
549         face on text.
550
551         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
552
553 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
554
555         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
556
557         * wl-util.el (wl-save-drafts): Moved from sample setting.
558         (wl-set-save-drafts): New function to set idle timer.
559         * wl-draft.el (wl-draft): Call it.
560         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
561
562 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
563
564         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
565         a summary which has toggle display status off.
566
567 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-draft.el (wl-draft-do-fcc): No cache save.
570
571 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * wl-summary.el (elmo-event-handler-flag-changed): Use
574         `set-buffer' instead of `with-current-buffer'.
575
576 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-summary.el (wl-summary-after-resize-function): New function.
579         (wl-summary-mode): Add `wl-summary-after-resize-function' to
580         window-size-change-functions.
581
582 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-draft.el (wl-draft-create-buffer): Bind
585         `change-major-mode-hook' after current buffer is changed.
586
587         * wl-summary.el (wl-summary-buffer-detach): New function.
588         (wl-summary-buffer-set-folder): Call it.
589         (wl-summary-mode): Add `wl-summary-buffer-detach' to
590         change-major-mode-hook and kill-buffer-hook.
591         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
592         (wl-summary-switch-to-clone-buffer): Ditto.
593         (wl-summary-goto-folder-subr): Ditto.
594
595 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
596
597         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
598         after boundp check.
599
600 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
603         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
604         for `kill-buffer'.
605
606         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
607         handler of current buffer from elmo-folder.
608
609 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
612
613 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl-summary.el (wl-summary-buffer-event-handler): New internal
616         variable.
617         (wl-summary-event-handler): New class.
618         (elmo-event-handler-flag-changed): Define to update persistent
619         mark.
620         (wl-summary-buffer-set-folder): Register event handler to
621         elmo-folder.
622         (wl-summary-exit): Unregister event handler.
623         (wl-summary-goto-folder-subr): Ditto.
624         (wl-summary-mark-as-read-all): Does not call
625         `wl-summary-update-persistent-mark' directly.
626         (wl-summary-mark-as-read-internal): Ditto.
627         (wl-summary-set-persistent-mark-internal): Ditto.
628         (wl-summary-set-flags-internal): Ditto.
629
630         * Version number is increased to 2.11.33.
631
632 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
633
634         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
635         to nil.
636
637 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-spam.el (wl-spam-setup): Add hook
640         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
641         instead of `wl-summary-prepare-hook'.
642
643         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
644         if folder type is `'flag'.
645         (wl-summary-mark-as-important): Ditto.
646
647 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-address.el (wl-address-minibuffer-history): New variable.
650         (wl-address-minibuffer-local-map): New keymap.
651         (wl-address-read-from-minibuffer): New function.
652
653         * wl-action.el (wl-summary-get-resend-address): Use
654         `wl-address-read-from-minibuffer' instead of `completing-read'.
655
656 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * Version number is increased to 2.11.32.
659
660 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
661
662         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
663         without mule to iso-8859-1.
664         (wl-draft-add-in-reply-to): Add note in description.
665         (wl-draft-add-references): Ditto.
666
667 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
668
669         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
670         definition for `m'.
671         (wl-summary-mode-line-format): Add '[%m]'.
672         (wl-message-mode-line-format-spec-alist): Ditto.
673         (wl-summary-display-mime-mode-list): New variable.
674
675         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
676         from wl-summary-buffer-display-as-is.
677         (wl-summary-buffer-display-all-header): New buffer local variable.
678         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
679         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
680         instead of wl-summary-buffer-display-as-is.
681         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
682         (wl-summary-set-persistent-mark): Ditto.
683         (wl-summary-set-message-buffer-or-redisplay): Just call
684         `wl-summary-redisplay-internal' without optional arguments.
685         (wl-summary-toggle-mime): Rewrite.
686         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
687         (wl-summary-toggle-all-header): New function.
688         (wl-summary-redisplay-internal): Treat mime mode.
689
690         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
691         to wl-mime-preview-follow-no-mime.
692         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
693         accodring to the display-mode.
694
695         * wl-message.el (wl-message-buffer-display-type): Rewrite.
696         (wl-message-buffer-display): Changed argument name from `as-is' to
697         `mode'.
698         (wl-message-display-internal): Ditto;
699         Bind elmo-mime-display-header-analysis according to the mode.
700         (wl-message-display-internal): Put wl-message-display-mime-mode
701         property on entire buffer.
702
703 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
704
705         * wl-draft.el (wl-draft-do-fcc): Undo last change.
706
707 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
710         Don't extract mail address.
711         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
712
713         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
714
715         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
716
717 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
720         wl-fldmgr-cut-entity-list on confirmation.
721
722 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
725         (wl-mime-quit-preview): Check existence of
726         mime-edit-temp-message-buffer here.
727
728 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
729
730         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
731         after deletion.
732
733         * wl-draft.el (wl-draft-send-confirm): Check major-mode
734         before calling wl-mime-quit-preview.
735
736 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-summary.el (wl-summary-pick): If call it with prefix
739         argument, set `delete-marks' as non-nil. Pick from only visible
740         messages.
741         (wl-summary-check-target-mark): New function.
742         (wl-summary-target-mark-mark-as-read): Use it.
743         (wl-summary-target-mark-mark-as-unread): Ditto.
744         (wl-summary-target-mark-operation): Ditto.
745         (wl-summary-target-mark-set-flags): Ditto.
746         (wl-summary-target-mark-save): Ditto.
747         (wl-summary-target-mark-pick): Ditto.
748         (wl-summary-target-mark-forward): Ditto.
749         (wl-summary-target-mark-reply-with-citation): Ditto.
750         (wl-summary-target-mark-print): Ditto.
751         (wl-summary-target-mark-uudecode): Ditto.
752
753         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
754         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
755         with `ask-coding' is non-nil.
756
757 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-thread.el (wl-thread-set-parent): If parent is a message
760         which is identified by references, set linked as nil.
761
762 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
763
764         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
765         (wl-message-mode-line-format-spec-alist): Ditto.
766         (wl-message-mode-line-format): Ditto.
767         (wl-summary-mode-line-format): Ditto for docstring.
768         (wl-summary-no-mime-folder-list): Fix typo.
769
770         * wl-util.el (wl-current-message-buffer): Call
771         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
772
773         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
774         variable.
775         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
776         of `wl-summary-redisplay-no-mime'.
777         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
778         (wl-summary-toggle-mime): New function.
779         (wl-summary-redisplay-all-header): Rewrite.
780         (wl-summary-redisplay-no-mime): Ditto.
781         (wl-summary-redisplay-internal): Added argument `as-is' and
782         `all-header'.
783
784         * wl-refile.el (wl-refile-default-from-folder-path-separator):
785         New variable.
786         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
787         bottom.
788         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
789         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
790         "/" unconditionally.
791
792         * wl-mime.el (wl-draft-yank-current-message-entity): Use
793         wl-mime-preview-follow-no-mime for as-is content.
794         (wl-mime-preview-follow-no-mime): New function.
795         (wl-mime-preview-follow-current-region): Fixed parenthesis.
796
797         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
798         and added `as-is', `all-header'.
799         (wl-message-buffer-display): Ditto.
800         (wl-message-buffer-display-type): New function.
801
802 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
803
804         * wl-vars.el (wl-message-header-button-alist): Change default
805         value.
806         (wl-message-body-button-alist): Ditto.
807
808 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
809
810         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
811
812 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
815
816 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
817
818         * wl-summary.el (wl-summary-sync-marks): Remove condition which
819         is always true.
820
821 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
824         on null entity.
825
826 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * wl-vars.el (wl-draft-reply-default-position): Fix range.
829
830 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * wl-vars.el (wl-summary-resend-hook): New hook.
833
834         * wl-action.el (wl-summary-exec-action-resend-subr): Run
835         `wl-summary-resend-hook'.
836
837 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
838
839         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
840         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
841         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
842         (wl-summary-new-cached-mark): Changed default value to 'n'.
843         (wl-summary-unread-cached-mark): Changed default value to 'u'.
844         (wl-summary-answered-cached-mark): Changed default value to 'a'.
845         (wl-folder-sync-range-alist): Remove spec for 'flag.
846         (wl-summary-force-prefetch-folder-list): New user option.
847
848         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
849         `wl-summary-toggle-persistent-mark'.
850         (wl-summary-update-mark-and-highlight-window): Don't highlight when
851         number is nil.
852         (wl-summary-mark-as-answered-region): Set interactive argument of
853         `wl-summary-set-persistent-mark-internal'.
854         (wl-summary-mark-as-important-region): Ditto.
855         (wl-summary-unset-persistent-mark): Ditto.
856         (wl-summary-set-persistent-mark): Ditto.
857         (wl-summary-mark-as-answered): Ditto.
858         (wl-summary-mark-as-important): Ditto.
859         (wl-summary-set-persistent-mark-internal): Do nothing
860         when `elmo-message-flag-available-p' is nil.
861         (wl-summary-toggle-persistent-mark): New function.
862         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
863         when the folder matches `wl-summary-force-prefetch-folder-list'.
864
865
866         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
867         when number is nil.
868         (wl-highlight-summary-forwarded-face): New face.
869
870 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
871
872         * Version number is increased to 2.11.31.
873
874 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
877         (wl-biff-check-folder-async): Ditto.
878         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
879
880 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
881
882         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
883         Add an argument `reverse'.  All callers are updated.
884         (wl-summary-sort): Add a prefix argument `reverse' to specify
885         reverse sorting.
886         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
887         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
888         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
889
890 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
891
892         * wl-message.el (wl-message-redisplay): Does not narrow header if
893         disply-type is all-header or as-is.
894
895         * wl-summary.el (wl-summary-enter-handler): Use
896         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
897
898 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
901         after adding wl-draft-parent-variables.
902         (wl-draft-forward): Ditto.
903
904 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905
906         * wl-summary.el (wl-summary-sync-marks): Call
907         `wl-summary-set-persistent-mark' and
908         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
909         (wl-summary-set-persistent-mark-internal): Add 4th argument
910         `no-server'.
911         (wl-summary-unset-persistent-mark): Ditto.
912         (wl-summary-set-persistent-mark): Ditto.
913         (wl-summary-add-flags-internal): Abolish.
914         (wl-summary-remove-flags-internal): Ditto.
915         (wl-summary-mark-as-important-internal): Ditto.
916         (wl-summary-mark-as-important): Use
917         `wl-summary-set-persistent-mark' instead of
918         `wl-summary-add-flags-internal'.
919         (wl-summary-mark-as-important-region): Ditto.
920
921         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
922
923         * wl-summary.el (wl-summary-get-available-flags): New function.
924         (wl-summary-sync-marks): Use it and simplified.
925         (wl-summary-unset-persistent-mark): Use
926         `wl-summary-get-available-flags'.
927         (wl-summary-set-persistent-mark): Ditto.
928
929 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
930
931         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
932         id.
933
934 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-summary.el (wl-summary-enter-handler): If argument is not a
937         number, call `wl-summary-prev-line-content'. Show message when the
938         message is not found.
939
940 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
941
942         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
943         wl-summary-enter-handler.
944         (wl-summary-enter-handler): New command.
945
946         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
947         docstring and custom spec.
948
949         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
950         flags too; Don't treat Cached and New.
951         (wl-summary-set-persistent-mark): Ditto.
952
953         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
954         `wl-folder-set-flag'.
955
956         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
957         instead of `wl-folder-set-flag'.
958
959         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
960         for completion.
961         (wl-summary-set-persistent-mark): Ditto.
962
963         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
964         instead of `wl-draft-quit-preview'.
965
966         * wl-mime.el (toplevel): Avoid compile warning.
967         (wl-mime-quit-preview): New function
968         (formarly defined as `wl-draft-quit-preview').
969         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
970         quitting method.
971
972         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
973
974         * wl-folder.el (wl-folder-set-flag): Renamed from
975         `wl-draft-set-flag-on-parent'.
976
977         * wl-draft.el (wl-draft-quit-preview): New function.
978         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
979         (wl-draft-send): Call `wl-folder-set-flag' instead of
980         `wl-draft-set-flag-on-parent'.
981         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
982
983 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
986         (wl-draft-send): Ditto.
987
988 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
989
990         * wl-vars.el (wl-draft-reply-hook): Changed default value.
991         (wl-draft-kill-pre-hook): Set default value as nil.
992         (wl-summary-reply-hook): Ditto.
993         (wl-draft-kill-flags): Abolish.
994
995         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
996         (wl-draft-parent-variables): Renamed from
997         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
998         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
999         argument; Add wl-draft-parent-variables to
1000         wl-draft-config-variables.
1001         (wl-draft-reply): Likewise.
1002         (wl-draft-kill-flags): Abolish.
1003         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1004         (wl-draft-set-flag-on-parent): New function.
1005         (wl-draft-setup-parent-flag): Ditto.
1006
1007 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1008
1009         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1010         `wl-draft-parent-folder' is "".
1011
1012 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1013
1014         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1015         (wl-summary-digit-jump): New function.
1016         (Adviced by John Owens and Hiroya Murata)
1017
1018         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1019         (Adviced by John Owens)
1020
1021         * wl-xmas.el (wl-message-define-keymap): Ditto.
1022
1023         * wl-mule.el (wl-message-define-keymap): Ditto.
1024
1025 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1028         change of return value of elmo-folder-count-flags.
1029
1030         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1031         (wl-summary-mark-as-read-internal): Ditto.
1032         (wl-summary-set-persistent-mark-internal): Ditto.
1033         (wl-summary-folder-info-update): Ditto.
1034         (wl-summary-sync-update): Fixed the last change.
1035
1036         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1037
1038 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1039
1040         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1041         (wl-draft-kill-flags): Fixed docstring.
1042
1043         * wl-draft.el (wl-draft-kill-flags): New function.
1044         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1045
1046 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1047
1048         * wl-vars.el (wl-reply-hook): Abolish.
1049         (wl-draft-reply-hook): New hook.
1050         (wl-summary-reply-hook): Ditto.
1051         (wl-draft-forward-hook): Ditto.
1052         (wl-summary-forward-hook): Ditto.
1053         (wl-draft-kill-flags): New variable.
1054
1055         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1056         wl-summary-set-persistent-mark-internal.
1057         (wl-summary-sync-marks): Use elmo-preserved-flags.
1058         (wl-summary-update-persistent-mark): Make it interactive.
1059         (wl-summary-set-persistent-mark-internal): New inline function.
1060         (wl-summary-mark-as-answered): Use it.
1061         (wl-summary-mark-as-unanswered): Ditto.
1062         (wl-summary-unset-persistent-mark): New function.
1063         (wl-summary-set-persistent-mark): Ditto.
1064         (wl-summary-reply): Don't set answered flag;
1065         Run wl-summary-reply-hook instead.
1066         (wl-summary-forward): Call wl-draft-forward with number.
1067         Run wl-summary-forward-hook.
1068
1069         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1070         (wl-highlight-summary-line-face-spec): Use it as a default
1071         persistent mark face.
1072
1073         * wl-draft.el (wl-draft-forward): Added optional argument number;
1074         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1075         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1076         (wl-draft-kill): Use wl-draft-kill-flags.
1077
1078         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1079
1080         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1081         of return value of elmo-folder-count-flags.
1082
1083         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1084
1085         * wl-summary.el (wl-summary-count-unread): Ditto.
1086         (wl-summary-sync-update): Follow the change above.
1087         (wl-summary-force-prefetch): New function.
1088
1089 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1090
1091         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1092         variable `buf' with `let' instead of `setq'.
1093
1094 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1095
1096         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1097         add Content-Disposition heaeder on the deleted part.
1098
1099 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1100
1101         * wl-draft.el (wl-draft-save): Encode address list under edit by
1102         `eword-encode-unstructured-field-body'.
1103
1104         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1105
1106 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1107
1108         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1109         wl-current-summary-buffer.
1110
1111 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1112
1113         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1114         `numbers' is ignored.
1115
1116 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1117
1118         * wl-folder.el (wl-folder-open-folder): Avoid error.
1119         Reported by John Owens, [wl-en:815]
1120
1121         * wl.el (wl): Set timer for biff process even if prefix argument
1122         is given or auto-checking is quitted.
1123
1124         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1125         immediately.
1126         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1127         (wl-toggle-plugged): Ditto.
1128
1129         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1130         * wl-util.el (wl-biff-start): Use idle timer if
1131         `wl-biff-use-idle-timer' is non-nil.
1132
1133 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1134
1135         * wl-highlight.el (wl-highlight-message): Fix description.
1136
1137 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1138
1139         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1140         tty.
1141
1142 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1143
1144         * wl-action.el (wl-summary-exec): Print failure count.
1145
1146 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1149         to `defun', remove interactive form.
1150         Set elmo-message-fetch-confirm when force-reload is non-nil.
1151
1152 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-summary.el (toplevel): Removed unnecessary autoload.
1155
1156 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1157
1158         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1159         the buffer is generated from another message buffer.
1160
1161 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1162
1163         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1164         extracted from `wl-fldmgr-save-folders'.
1165         (wl-fldmgr-delete): Call it after deletion.
1166
1167 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1170         multi-tty support.
1171
1172 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1173
1174         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1175
1176 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1177
1178         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1179         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1180
1181 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1184         unsubscribe list only if argument CLEAR is nil.
1185
1186 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1187
1188         * wl-draft.el (wl-draft-reply): Decode subject before removing
1189         Re: prefix.
1190
1191 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1192
1193         * wl-summary.el (wl-summary-sort-by-size): New command.
1194
1195 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-summary.el (wl-summary-number-list-from-region): New
1198         function.
1199         (wl-summary-mark-as-read-region): Use it.
1200         (wl-summary-mark-as-unread-region): Ditto.
1201         (wl-summary-set-flags-region): Ditto and add optional argument
1202         remove.
1203         (wl-summary-mark-as-answered-region): Ditto.
1204         (wl-summary-mark-as-important-region): Ditto.
1205         (wl-summary-target-mark-mark-as-important): Added optional
1206         argument remove.
1207         (wl-summary-target-mark-mark-as-answered): Ditto.
1208         (wl-summary-target-mark-set-flags): Ditto.
1209
1210 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * wl-summary.el (wl-summary-set-flags-region): Call
1213         `wl-summary-set-flags-internal' with number list instead of call
1214         one by each message.
1215         (wl-summary-target-mark-set-flags): Likewise.
1216
1217 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1220         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1221         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1222         (wl-summary-target-mark-mark-as-answered): Likewise.
1223
1224 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1225
1226         * wl-summary.el (wl-summary-target-mark-forward): Use
1227         `wl-summary-delete-all-target-marks' instead of
1228         `wl-summary-delete-all-temp-marks'.
1229         (wl-summary-target-mark-reply-with-citation): Ditto.
1230         (wl-summary-target-mark-uudecode): Ditto.
1231         (wl-summary-target-mark-set-flags): Ditto and remove needless
1232         cursor move.
1233
1234 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1235
1236         * wl-summary.el (wl-summary-target-mark-forward): Protect
1237         wl-summary-buffer-target-mark-list from nreverse.
1238         (wl-summary-target-mark-reply-with-citation): Ditto.
1239
1240 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1241
1242         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1243         `elmo-display-progress-threshold'.
1244
1245 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1248         check `wl-summary-highlight'.
1249         (wl-summary-window-scroll-functions): Respect value of
1250         `wl-summary-highlight'.
1251         (wl-summary-sync-update): Run hooks
1252         `wl-summary-buffer-window-scroll-functions' at any time.
1253
1254 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1255
1256         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1257         from `wl-summary-cleanup-temp-marks'.
1258         (wl-summary-cleanup-temp-marks): Abolish argument.
1259         * wl.el (wl-save-status): Revert previous change.
1260         (wl-execute-temp-marks): New function, call
1261         `wl-summary-exec-with-confirmation'.
1262         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1263         (wl-folder-save-and-exec-marks): Abolished.
1264
1265 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1266
1267         * wl-e21.el (wl-e21-display-image-p): Respect
1268         `wl-highlight-folder-with-icon'.
1269         (wl-e21-highlight-folder-group-line): Highlight mouse line
1270         even if wl-e21-display-image-p is nil.
1271
1272         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1273         Respect value of `wl-summary-highlight'.
1274
1275         * wl.el (wl-save-status): Remove unused variable.
1276
1277         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1278         (wl-folder-mode-map): Bind it to "x".
1279
1280 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1281
1282         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1283
1284         * wl-thread.el (wl-thread-get-parent-list): Don't check
1285         disconnected ancestors, neglecting needless work in
1286         `wl-thread-update-indent-string-thread'.
1287
1288         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1289         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1290         argument, add argument default-keep to keep marks by default.
1291
1292         * Version number is increased to 2.11.30.
1293
1294         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1295         customization type and docstring.
1296         (wl-draft-reply-without-argument-list): Ditto.
1297
1298 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1301
1302         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1303
1304 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1305
1306         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1307
1308 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1309
1310         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1311         save-excursion so as not to include run-hooks.
1312
1313 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1314
1315         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1316         Clarify that marks are going to be cleared.
1317
1318 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1319
1320         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1321         according to 3rd element of wl-summary-flag-mark.
1322
1323         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1324
1325 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-action.el (wl-summary-target-mark-all): Don't set
1328         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1329
1330 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1331
1332         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1333         (wl-forward-subject-prefix): Ditto.
1334         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1335         (wl-draft-reply-make-subject): Ditto.
1336
1337         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1338         `wl-draft-forward'.
1339         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1340
1341 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1342
1343         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1344         target message does not exist.
1345
1346 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1347
1348         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1349         `wl-subject-prefix-regexp'.
1350         (wl-subject-forward-prefix-regexp): New variable.
1351         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1352         `wl-draft-strip-subject-re' and take regexp as argument.
1353         (wl-draft-forward): Use it.
1354         (wl-draft-reply): Ditto.
1355
1356 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1357
1358         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1359         emacs multi-tty support.
1360
1361 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1362
1363         * wl-e21.el (wl-e21-display-image-p): Don't call
1364         `display-images-p'.
1365         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1366         support.
1367         (wl-highlight-folder-current-line): Ditto.
1368         (wl-folder-init-icons): Ditto.
1369
1370 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1371
1372         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1373         the last line of summary in unplugged mode.
1374
1375 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1376
1377         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1378
1379 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1380
1381         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1382         * wl-address.el (wl-address-user-mail-address-p): Use it.
1383         (wl-address-delete-user-mail-addresses): Ditto.
1384         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1385
1386         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1387         (wl-address-delete-user-mail-addresses): Ditto.
1388
1389         * wl-address.el (wl-address-delete-user-mail-addresses): New
1390         function.
1391         * wl-refile.el (wl-refile-guess-by-history): Use it.
1392         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1393         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1394
1395         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1396         use wl-address-user-mail-address-p.
1397
1398 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1399
1400         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1401         after opening group.
1402
1403 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1406         of elmo-set-buffer-multibyte.
1407
1408         * wl-message.el (wl-original-message-mode): Ditto.
1409
1410         * wl-score.el (wl-score-insert-header): Ditto.
1411
1412         * wl-summary.el
1413         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1414         (wl-summary-goto-folder-subr): Ditto.
1415         (wl-summary-insert-headers): Ditto.
1416
1417         * wl-util.el (wl-set-string-width): Ditto.
1418
1419         * Version number is increased to 2.11.29.
1420
1421 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1422
1423         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1424         (wl-highlight-summary-line-help-echo-alist): New variable.
1425         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1426         into `wl-highlight-summary-line-help-echo' and
1427         `wl-highlight-flag-folder-help-echo'.
1428         (wl-highlight-summary-line-string): Change accordingly.
1429         (wl-highlight-summary-current-line): Ditto.
1430
1431 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1432
1433         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1434         at the beginning of field body (Thanks to Markus Knittig).
1435
1436         * wl-draft.el (wl-draft-insert-current-message): Also check
1437         summary buffer, remove unnecessary tag.
1438
1439 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1440
1441         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1442         when wl-message-buffer is nil.
1443
1444         * wl-folder.el (wl-folder): Abolish unused argument.
1445         Call wl-folder-init when wl-folder-entity is nil.
1446         * wl.el (wl): Change accordingly.
1447
1448 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1451         multibyte string before insert into draft buffer.
1452         (wl-draft-create-buffer): Always enable multibyte characters for
1453         draft buffer.
1454
1455         * Version number is increased to 2.11.28.
1456
1457 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1458
1459         * wl-folder.el (wl-folder-open-close): Handle blank line.
1460         (wl-folder-jump-to-current-entity): Ditto.
1461
1462 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * Version number is increased to 2.11.27.
1465
1466 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1467
1468         * wl-thread.el (wl-thread-insert-message): When the thread is
1469         devided by wl-summary-max-thread-depth, insert line at the end of
1470         buffer.
1471
1472 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * Version number is increased to 2.11.26.
1475
1476 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1477
1478         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1479
1480 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1483         value of stream-type and session.
1484
1485 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * Version number is increased to 2.11.25.
1488
1489 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1490
1491         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1492         in a quit message.
1493
1494 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1495
1496         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1497         (wl-summary-redisplay-no-mime-internal): Ditto.
1498
1499 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1500
1501         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1502         * wl-vars.el (wl-smtp-connection-type): Ditto.
1503
1504 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1505
1506         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1507         for the separator line and quote mail-header-separator.
1508
1509 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1510
1511         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1512         result message.
1513
1514         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1515         `elmo-multiple-fields-body-list' with boundary as
1516         mail-header-separator.
1517
1518 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1519
1520         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1521
1522 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1523
1524         * wl-util.el (wl-list-diff): Remove unused function.
1525
1526         * wl-draft.el (wl-draft-send-confirm): Discard input before
1527         confirmation.
1528
1529 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1532         order of flag and new.
1533
1534 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * wl-vars.el (wl-refile-policy-alist): Abolished.
1537
1538         * wl-action.el (wl-summary-set-action-refile): Follow the change
1539         above.
1540
1541 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * wl-highlight.el (wl-highlight-signature-search): Don't use
1544         re-search-backward for a long word since it is possible to crash
1545         XEmacs because of a bug.
1546
1547 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1548
1549         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1550
1551 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1552
1553         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1554         argument for wl-summary-sync-force-update.
1555
1556 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1557
1558         * wl-summary.el (wl-summary-mode-map): Revival of
1559         wl-summary-mark-as-important related bindings;
1560         Bind 'F','tF','mF','rF','m&'.
1561         (wl-summary-mark-as-important-region): Revival.
1562         (wl-summary-target-mark-mark-as-important): Ditto.
1563         (wl-summary-target-mark-operation): New function.
1564         (wl-summary-target-mark-mark-as-answered): Use it.
1565         (wl-summary-decide-flag): Don't set Important as default.
1566         (wl-summary-mark-as-important-internal): Revival.
1567         (wl-summary-mark-as-important): Ditto.
1568
1569         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1570
1571         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1572         instead of facep.
1573
1574 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1575
1576         * wl-dnd.el (wl-dnd-drop-func): Fix.
1577
1578         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1579         mouse-set-point instead of posn-point.
1580
1581         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1582
1583         * wl-mule.el (wl-completing-read-multiple): Ditto.
1584
1585 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1586
1587         * wl-demo.el (face-background-name): Defalias to avoid compile
1588         warning.
1589
1590 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1591
1592         * wl-summary.el (wl-summary-decide-flag): Use
1593         wl-completing-read-multiple instead of completing-read-multiple.
1594
1595         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1596         New alias.
1597
1598         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1599         Use face-background-name instead of face-background.
1600
1601         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1602
1603         * wl-summary.el (wl-summary-save): Use it.
1604         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1605
1606         * wl-mime.el (wl-mime-save-content): Fix last change.
1607
1608 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1609
1610         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1611         New function.
1612         (wl-summary-sort-specs): Added sort.
1613         * wl-mime.el (wl-mime-save-content): Expand file name.
1614
1615 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1616
1617         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1618
1619         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1620
1621 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1624         for flag if it is not defined.
1625
1626 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1627
1628         * wl-e21.el (wl-highlight-folder-current-line): Use
1629         elmo-folder-type-internal when elmo-folder-type returns nil.
1630
1631         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1632
1633         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1634
1635         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1636
1637         * wl-e21.el (wl-summary-toolbar): Ditto.
1638
1639         * wl-vars.el (wl-demo-background-color): Abolished.
1640         (wl-summary-persistent-mark-priority-list): Renamed from
1641         wl-summary-flag-priority-list.
1642         (wl-summary-flag-alist): New user option.
1643         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1644         (wl-message-mode-line-format-spec-alist): Added 'F'.
1645         (wl-message-mode-line-format): Likewise.
1646         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1647         instead of wl-summary-important-mark.
1648         (wl-file-folder-icon): New variable.
1649
1650         * wl-thread.el (wl-thread-set-flags): Renamed from
1651         wl-thread-mark-as-important.
1652
1653         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1654         warning.
1655         (wl-summary-mode-menu-spec): Follow the change of 
1656         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1657         (wl-summary-mode-map): Follow the change of
1658         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1659         (wl-summary-detect-mark-position): Follow the variable name change.
1660         (wl-summary-set-flags-region): New function for the replacement of
1661         wl-summary-mark-as-important-region.
1662         (wl-summary-sync-marks): Sync all global-flags.
1663         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1664         instead of elmo-message-flagged-p.
1665         (wl-summary-persistent-mark-string): Follow the variable name change;
1666         Put wl-summary-flag-mark if the message has global-flag.
1667         (wl-summary-target-mark-set-flags): Renamed from 
1668         wl-summary-target-mark-mark-as-important.
1669         (wl-summary-decide-flag): New function.
1670         (wl-summary-set-flags-internal): Renamed from
1671         wl-summary-mark-as-important-internal.
1672         (wl-summary-add-flags-internal): New function.
1673         (wl-summary-remove-flags-internal): Ditto.
1674         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1675         (wl-summary-mark-as-unimportant): Abolish.
1676         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1677         (wl-summary-next-message): List flagged messages in the msgdb.
1678
1679         * wl-score.el (wl-summary-score-update-all-lines): Use
1680         wl-summary-add-flags-internal instead of 
1681
1682         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1683
1684         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1685         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1686         (wl-message-buffer-require-all-header): Renamed from
1687         wl-message-buffer-all-header-flag (Ditto).
1688         (wl-message-buffer-flag-indicator): New variable.
1689         (wl-message-redisplay): Changed local varibale name from `flag' to
1690         `display-type'; Set up wl-message-buffer-flag-indicator.
1691         (wl-message-buffer-display): Changed varibale name from `flag' to
1692         `display-type'.
1693         (wl-message-display-internal): Likewise.
1694
1695         * wl-highlight.el (wl-highlight-demo-face): Define default background
1696         color.
1697         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1698
1699         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1700
1701         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1702         (wl-demo-setup-properties): Renamed from
1703         `wl-demo-set-background-color'.
1704         (wl-demo): Follow the change above.
1705         
1706         * Version number is increased to 2.11.24.
1707
1708 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1709
1710         * wl-summary.el (wl-summary-toggle-thread): Call
1711         `wl-summary-rescan' with disable-thread as non-nil.
1712         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1713
1714 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1715
1716         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1717         foreground property of the face.
1718         (wl-demo-insert-text): Don't set up face property here.
1719         (wl-demo): Call wl-demo-set-background-color, anyway.
1720
1721 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1722
1723         * wl-vars.el (wl-demo-background-color): The value can be nil.
1724
1725 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1726
1727         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1728         to wl-summary-wheel-dispatcher.
1729
1730         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1731         wl-message-wheel-dispatcher.
1732         (wl-message-wheel-dispatcher): New function.
1733         (wl-summary-wheel-dispatcher): Ditto.
1734
1735 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1736
1737         * wl-action.el (wl-summary-target-mark-all): List messages which are
1738         not in the killed-list.
1739
1740         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1741         only when the folder is 'flag/important.
1742
1743         * wl-address.el (wl-complete-field-body): Complete if the last
1744         character is a space.
1745
1746 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747
1748         * wl-folder.el (wl-folder-clear-entity-info): Use
1749         elmo-clear-hash-val.
1750
1751         * wl-fldmgr.el (wl-fldmgr-rename): Set
1752         wl-folder-info-alist-modified as t.
1753
1754 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1755
1756         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1757
1758 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1759
1760         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1761         (wl-folder-buffer-last-visited-entity-id): New buffer local
1762         variable.
1763         (wl-folder-revisit-last-visited-folder): New function.
1764         (wl-folder-mode-map): Bind it to "C-i".
1765         (wl-folder-set-current-entity-id): Set last visited folder.
1766         * wl-summary.el (wl-summary-exit): Ditto.
1767
1768 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1771         before calling `recenter' in order to cope with an XEmacs bug.
1772
1773 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1774
1775         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1776         to the default value.
1777
1778 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1779
1780         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1781         change.
1782         (wl-summary-sync-marks): Ditto.
1783         (wl-summary-mark-as-read-internal): Ditto.
1784         (wl-summary-mark-as-answered-internal): Ditto.
1785         (wl-summary-mark-as-important-internal): Ditto.
1786         (wl-summary-reply): Ditto.
1787
1788         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1789         instead of `elmo-folder-unflag-answered'.
1790
1791         * Version number is increased to 2.11.23.
1792
1793         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1794         the last change.
1795
1796 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1797
1798         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1799         Specify "spam" or "good".
1800
1801 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1802
1803         * wl-spam.el (wl-summary-exec-action-spam): Call
1804         wl-folder-confirm-existence for spam folder.
1805         (wl-spam-setup): Bind "mk".
1806
1807 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1810
1811 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1814         destination folder is empty.
1815
1816 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1817
1818         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1819         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1820
1821         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1822         (wl-summary-refile-prev-destination-region): New function.
1823         (wl-thread-refile-prev-destination): Ditto.
1824         (wl-summary-target-mark-refile-prev-destination): Ditto.
1825
1826 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1827
1828         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1829         (wl-demo-background-color): Changed default value.
1830
1831         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1832         color.
1833
1834         * wl-demo.el (wl-demo-set-background-color): New function.
1835         (wl-demo): Call it.
1836
1837 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1838
1839         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1840         * wl-address.el (wl-address-add-or-change): Don't add empty
1841         address.
1842
1843 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1844
1845         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1846
1847 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1848
1849         * wl-vars.el (wl-demo-image-filter-alist): New variable
1850         (wl-demo-background-color): Ditto.
1851
1852         * wl-demo.el (wl-demo-xpm-set-background): New function.
1853         (wl-demo-image-filter): Ditto.
1854         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1855
1856         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1857
1858         * wl-demo.el (wl-demo-icon-name): Define as function.
1859         (wl-demo-insert-image): Use it.
1860
1861 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1862
1863         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1864
1865 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1866
1867         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1868
1869 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1870
1871         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1872
1873 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-thread.el (wl-thread-mark-as-answered): New function.
1876
1877         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1878         answered" entry.
1879         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1880         "r&" and wl-thread-mark-as-answered to "t&".
1881         (wl-summary-mark-as-important-region): Refine to toggle mark.
1882         (wl-summary-mark-as-answered-region): New function.
1883         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1884         and 3rd argument.
1885         (wl-summary-mark-as-important-internal): Likewise.
1886
1887 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1888
1889         * wl-template.el (wl-template-preview): New internal variable.
1890         (wl-template-preview-p): New function.
1891         (wl-template-show): Bind `wl-template-preview' as t.
1892
1893 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1896         `elmo-message-entity-field' with 3rd argument which is non-nil.
1897
1898 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1901         Removed duplicate local bind `folder'.
1902
1903 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1906
1907 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1908
1909         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1910         duplicate definition.
1911
1912 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1913
1914         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1915         non-nil, use it; Don't fetch message if there's no message in the
1916         current cursor position.
1917
1918 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1919
1920         * wl-util.el (wl-region-exists-p): Use region-active-p.
1921         (wl-deactivate-region): New function.
1922         * wl-message.el (wl-message-redisplay): Deactivate region.
1923
1924         * wl-summary.el (wl-summary-reply): Call
1925         `wl-summary-set-message-buffer-or-redisplay' instead of
1926         `wl-summary-redisplay-internal', don't move point.
1927
1928 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1931         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1932         by regexp.
1933
1934 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1937         if no need.
1938
1939 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1940
1941         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1942         default value to nil.
1943         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1944         `wl-summary-prepare-hook'; Replace refile action to
1945         `wl-summary-exec-action-refile-with-register'.
1946
1947         * Version number is increased to 2.11.22.
1948
1949 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * wl-summary.el (wl-summary-detect-mark-position): Set
1952         `wl-summary-buffer-weekday-name-lang'.
1953
1954 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1955
1956         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1957         (wl-summary-mark-as-read-all): Ditto.
1958         (wl-summary-delete-messages-on-buffer): Ditto.
1959         (wl-summary-sync-update): Ditto.
1960         (wl-summary-mark-as-read-internal): Ditto.
1961         (wl-summary-mark-as-answered-internal): Ditto.
1962         (wl-summary-update-folder-info): Abolished.
1963
1964 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1965
1966         * wl-summary.el (wl-summary-mark-as-read-all): Use
1967         `wl-summary-update-folder-info' instead of
1968         `wl-folder-update-unread'.
1969
1970 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1971
1972         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1973         `wl-summary-folder-info-update'.
1974         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1975         instead of `wl-summary-folder-info-update'.
1976         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1977         `wl-folder-set-folder-updated'.
1978         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1979         instead of `wl-folder-update-unread'.
1980         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1981         the value of `wl-summary-buffer-unread-count' for the second parameter of
1982         `wl-folder-update-unread'.
1983
1984         * Version number is increased to 2.11.21.
1985
1986 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1987
1988         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1989         a local variable.
1990
1991 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1994         interactively.
1995
1996         * wl-summary.el (wl-summary-mark-as-important-internal): New
1997         internal function.
1998         (wl-summary-mark-as-important): Use it.
1999         (wl-summary-mark-as-unimportant): New function.
2000         (wl-summary-sync-marks): Follow the API change.
2001
2002         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2003
2004         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2005
2006 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2007
2008         * wl-folder.el (wl-folder-update-unread): Re-indent.
2009         Narrow the scope of a local variable.
2010
2011 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2012
2013         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2014         (wl-addrmgr-merge-entries): Ditto.
2015         (wl-addrmgr): Added to address entry which exists in draft buffer
2016         if no entry is in original.
2017
2018 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2019
2020         * wl-batch.el: New file.
2021
2022 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2023
2024         * wl-vars.el (wl-use-semi): Remove unused variable.
2025
2026 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2027
2028         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2029         "?".
2030
2031 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2032
2033         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2034         wl-summary-new-mark.
2035         (wl-summary-new-cached-mark): New user option.
2036         (wl-summary-score-marks): Follow the change above.
2037         (wl-summary-auto-refile-skip-marks): Ditto.
2038         (wl-summary-incorporate-marks): Ditto.
2039         (wl-summary-expire-reserve-marks): Ditto.
2040
2041         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2042
2043         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2044         (wl-summary-persistent-mark-string): Distinguished between cached
2045         and uncached mark when the message is new.
2046
2047 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-spam.el (wl-spam-domain): Renamed from
2050         `wl-spam-folder-guess-domain'.
2051         (wl-summary-exec-action-spam): Register as spam if domain of the
2052         source folder is good.
2053         (wl-summary-exec-action-refile-with-register): Register message if
2054         domain of the source folder is not undecided.
2055
2056 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2057
2058         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2059         detect thread loop.
2060
2061 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2064         and wl-summary-skip-mark-list.
2065
2066 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2067
2068         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2069
2070         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2071
2072         * wl-spam.el (toplevel): Require wl-highlight.
2073         (wl-spam-auto-check-policy-alist): Abolish.
2074         (wl-spam-auto-check-folder-regexp-list): New user option.
2075         (wl-spam-auto-check-marks): Ditto.
2076         (wl-spam-mark-action-list): Ditto.
2077         (wl-highlight-summary-spam-face): New face.
2078         (wl-spam-auto-check-message-p): New function.
2079         (wl-spam-map-spam-messages): Fixed message.
2080         (wl-spam-register-spam-messages): Ditto.
2081         (wl-spam-register-good-messages): Ditto.
2082         (wl-summary-spam-map): Add and remove keybind.
2083         (wl-summary-target-mark-spam): Abolish.
2084         (wl-summary-refile-spam): Ditto.
2085         (wl-summary-test-spam): New function.
2086         (wl-summary-mark-spam): Ditto.
2087         (wl-summary-auto-check-spam): Follow the above change.
2088         (wl-summary-exec-action-spam): New function.
2089         (wl-summary-exec-action-refile-with-register): Fixed message.
2090         (wl-message-check-spam): New function.
2091         (wl-spam-setup): Ditto.
2092         (toplevel): Call it if this file is loaded interactivity.
2093
2094         * Version number is increased to 2.11.20.
2095
2096 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2097
2098         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2099         when new optional argument `force' is non nil or modified.
2100
2101 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2102
2103         * wl.el (toplevel): Require wl-spam when compile.
2104         (wl-save-status): Call wl-spam-save-status.
2105
2106         * wl-spam.el (wl-spam-register-spam-messages): New function.
2107         (wl-spam-register-good-messages): Ditto.
2108         (wl-spam-save-status): Ditto.
2109         (wl-summary-mode-map): Bind
2110         wl-summary-target-mark-register-as-spam to "ms" and
2111         wl-summary-target-mark-register-as-good to "mn".
2112         (wl-summary-register-as-spam): Abolish optional argument; Use
2113         wl-spam-register-spam-messages.
2114         (wl-summary-register-as-spam-all): Use
2115         wl-spam-register-spam-messages.
2116         (wl-summary-register-as-good): Abolish optional argument; Use
2117         wl-spam-register-good-messages.
2118         (wl-summary-register-as-good-all): Use
2119         wl-spam-register-good-messages.
2120         (wl-summary-target-mark-register-as-spam): New funtion.
2121         (wl-summary-target-mark-register-as-good): Ditto.
2122
2123 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124
2125         * wl-spam.el: New file.
2126
2127 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2128
2129         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2130
2131         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2132         (wl-summary-auto-refile): Call wl-refile-guess with
2133         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2134
2135 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2138         with disable-thread argument non-nil.
2139
2140 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2141
2142         * wl-summary.el (wl-summary-rescan): Added optional argument
2143         disable-thread.
2144         (wl-summary-sync): Call wl-summary-rescan with argument
2145         disable-thread.
2146         (wl-summary-input-range): Added new range `rescan-thread'.
2147
2148 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2149
2150         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2151
2152 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2153
2154         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2155         internal variable.
2156         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2157         wl-summary-search-parent-by-subject-regexp and
2158         wl-summary-divide-thread-when-subject-changed as nil.
2159         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2160         (wl-summary-insert-thread): Search parent entity from
2161         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2162         thread loop.
2163
2164 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2165
2166         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2167
2168         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2169
2170         * wl-util.el (wl-require-update-all-folder-p): New function.
2171         (wl-get-assoc-list-value): Added `function' to match directive.
2172         (wl-collect-draft): Rewrite.
2173
2174         * wl-summary.el (wl-summary-sync-update): Clear faces
2175         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2176         are non-nil.
2177         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2178         argument as function.
2179         (wl-summary-input-range): Ditto.
2180
2181         * wl-folder.el (wl-draft-get-folder): New function.
2182         (wl-folder-get-elmo-folder): Consider draft folder.
2183
2184         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2185         (wl-draft-buffer-message-number): New buffer local variable.
2186         (wl-draft-folder-internal): New internal variable.
2187         (wl-draft-delete): Rewrite.
2188         (wl-draft-save): Ditto.
2189         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2190         wl-folder-get-elmo-folder.
2191         (wl-draft-config-info-operation): Ditto.
2192         (wl-jump-to-draft-folder): Ditto.
2193         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2194         (wl-draft-reedit): Rewrite.
2195
2196         * Version number is increased to 2.11.19.
2197         
2198 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2199
2200         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2201         variable.
2202
2203 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2206         Use ignore-errors instead of unwind-protect.
2207
2208 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2209
2210         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2211         for updating `wl-thread-entity-list'.
2212
2213 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2214
2215         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2216         parameter from calling `wl-thread-entity-get-older-brothers' and
2217         `wl-thread-entity-get-younger-brothers'.
2218         Replace nested `append' with a single one.
2219
2220 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2221
2222         * wl-summary.el (wl-summary-mode): Don't use the return value of
2223         `make-local-hook'.
2224
2225 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2226
2227         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2228         instead of `let*'.
2229         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2230         of local variables.
2231
2232 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2235         Renamed from wl-summary-window-scroll-functions.
2236         (wl-summary-window-scroll-functions): Don't set to variable.
2237         (wl-summary-display-top): Use run-hooks.
2238         (wl-summary-display-bottom): Ditto.
2239         (wl-summary-toggle-disp-msg): Ditto.
2240         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2241         Use it instead of wl-summary-window-scroll-functions.
2242         (wl-summary-goto-folder-subr): Don't call
2243         wl-summary-window-scroll-functions, use
2244         wl-summary-buffer-window-scroll-functions instead.
2245
2246 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2247
2248         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2249         make-local-variable.
2250
2251 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2252
2253         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2254         set-buffer-modified-p.
2255         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2256         (wl-summary-display-bottom): Ditto.
2257         (wl-summary-toggle-disp-msg): Ditto.
2258
2259 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2262
2263         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2264         (wl-summary-forward): Use elmo-message-entity-field instead of
2265         elmo-message-field.
2266
2267         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2268
2269 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2270
2271         * wl-summary.el (wl-summary-window-scroll-functions): No use
2272         `append'.
2273
2274 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2275
2276         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2277         function.
2278         (wl-summary-window-scroll-functions): Call it when both
2279         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2280         (wl-summary-temp-mark): Added optional argument number.
2281         (wl-summary-message-mark): Added optional argument flag.
2282         (wl-summary-persistent-mark): Added optional argument number and flag.
2283         (wl-summary-update-persistent-mark): Ditto.
2284         (wl-summary-update-status-marks): Set "r" for interactive spec.
2285
2286         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2287         argument number and flag.
2288
2289         * wl-action.el (wl-summary-registered-temp-mark): 
2290         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2291
2292 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2293
2294         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2295         internal variable (buffer local).
2296         (wl-summary-window-scroll-functions): New function.
2297         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2298         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2299         as nil.
2300         (wl-summary-update-status-marks): Added arguments beg, end and
2301         check.
2302         (wl-summary-update-mark-window): Use function.
2303         (wl-summary-sync-update): Follow the change above.
2304         (wl-summary-switch-to-clone-buffer): Copy
2305         wl-summary-buffer-unsync-mark-number-list.
2306         (wl-summary-goto-folder-subr): Set
2307         wl-summary-buffer-unsync-mark-number-list and
2308         use wl-summary-window-scroll-functions instead of
2309         wl-summary-lazy-highlight.
2310
2311         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2312
2313 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2316
2317         * wl-summary.el (wl-summary-update-persistent-mark): Call
2318         wl-summary-set-message-modified.
2319
2320         * wl-summary.el (wl-summary-sync-update): Don't call
2321         wl-summary-update-status-marks.
2322
2323         * Version number is increased to 2.11.18.
2324
2325 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2326
2327         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2328         (wl-message-next-page): Ditto.
2329
2330 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2331
2332         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2333         local variable.  Change the order of a collected list into the
2334         same as the specified range.  Remove nil from a collected list.
2335
2336 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2339         argument for elmo-folder-list-messages.
2340
2341 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2342
2343         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2344         change (wl-summary-count-unreads return a list instead of a cons
2345         cell).
2346
2347 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2348
2349         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2350         `wl-summary-folder-info-update'.
2351
2352 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * wl-summary.el (wl-summary-set-message-modified): No use
2355         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2356         (wl-summary-set-mark-modified): Abolish.
2357         (wl-summary-mark-modified-p): Ditto.
2358         (wl-summary-save-view): Follow the change above.
2359
2360         * wl-expire.el (wl-summary-expire): Likewise.
2361
2362 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2363
2364         * wl-summary.el (wl-summary-detect-mark-position): Use
2365         modb-entity-handler.
2366         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2367
2368         * Version number is increased to 2.11.17.
2369
2370 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2371
2372         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2373         entity field value.
2374         (wl-summary-prefetch-msg): Ditto.
2375         (wl-summary-print-message-with-ps-print): Ditto.
2376
2377 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2378
2379         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2380         for dummy entity.
2381         (wl-summary-insert-thread): Use elmo-message-entity-field.
2382         (wl-summary-update-thread): Use elmo-message-entity-field and
2383         elmo-message-entity-number.
2384         (wl-summary-line-number):  Use elmo-message-entity-number.
2385         (wl-summary-line-size): Use elmo-message-entity-field.
2386         (wl-summary-line-subject): Ditto.
2387         (wl-summary-line-from): Ditto.
2388         (wl-summary-line-attached): Ditto.
2389         (wl-summary-create-line): Ditto.
2390         (wl-summary-create-line): Use elmo-message-entity-number.
2391         (wl-summary-print-message-with-ps-print): Use
2392         elmo-message-entity-field.
2393
2394 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2397         change in elmo-msgdb-make-message-entity.
2398         (wl-summary-buffer-set-folder): Don't call
2399         wl-summary-detect-mark-position here.
2400         (wl-summary-rescan): Call elmo-message-entity-number.
2401         (wl-summary-sync-update): Ditto.
2402         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2403
2404         * wl-score.el (wl-score-header-index): Redefine 2th element.
2405         (wl-score-overview-entity-get-extra): Abolish.
2406         (wl-score-ov-entity-get): Rewrite.
2407         (wl-score-string-index<, wl-score-string-func<): Abolish.
2408         (wl-score-string<): New function.
2409         (wl-score-string-sort): Use it.
2410
2411         * wl-refile.el (wl-refile-guess-by-history): Use
2412         elmo-message-entity-field.
2413         (wl-refile-guess-by-from): Ditto.
2414         (wl-refile-guess-by-msgid): Ditto.
2415
2416         * Version number is increased to 2.11.16.
2417
2418 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2419
2420         * wl-folder.el (wl-folder-confirm-existence): Don't call
2421         file-exists-p if msgdb-path is nil.
2422         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2423         `wl-read-folder-hist' to `wl-read-folder-history'.
2424
2425 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2426
2427         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2428         `y-or-n-p'.
2429
2430 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * wl-score.el (wl-score-headers): Don't use
2433         elmo-folder-do-each-message-entity.
2434
2435         * Version number is increased to 2.11.15.
2436
2437 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2438
2439         * wl-summary.el (wl-summary-delete-all-msgs): Use
2440         elmo-folder-move-messages instead of elmo-folder-delete-messages
2441         and elmo-folder-detach-messages.
2442         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2443
2444         * wl-expire.el (wl-expire-delete): Ditto.
2445         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2446
2447 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2450         (wl-message-header-narrowing-fields): Ditto.
2451         (wl-message-header-narrowing-lines): Ditto.
2452         (wl-message-header-narrowing-string): Ditto.
2453
2454         * wl-summary.el (wl-summary-mode-map): Bind
2455         wl-summary-toggle-header-narrowing to "C-cC-f".
2456         (wl-summary-toggle-header-narrowing): New function.
2457
2458         * wl-message.el (wl-message-buffer-create): Call
2459         wl-message-header-narrowing-setup.
2460         (wl-message-redisplay): Call wl-message-header-narrowing.
2461         (wl-message-header-narrowing): New function.
2462         (wl-message-header-narrowing-map): New keymap.
2463         (wl-message-header-narrowing-widen-map): New keymap.
2464         (wl-message-header-narrowing-again-at-mouse): New function.
2465         (wl-message-header-narrowing-1): Ditto.
2466         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2467         (wl-message-header-narrowing-setup): Ditto.
2468         (wl-message-header-narrowing-toggle): Ditto.
2469         
2470         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2471
2472         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2473         'flag as all.
2474         (wl-use-flag-folder-help-echo): New user option.
2475
2476         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2477         wl-summary-highlight as nil.
2478         (wl-summary-set-mark-modified): Follow the API change.
2479         (wl-summary-mark-modified-p): Ditto.
2480         (wl-summary-mark-as-read-all): Ditto.
2481         (wl-summary-sync-marks): Don't call
2482         elmo-folder-list-messages-with-global-mark.
2483         (wl-summary-mark-as-read-internal): Follow the API change.
2484         (wl-summary-mark-as-answered-internal): Ditto.
2485         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2486         Follow the API change.
2487         (wl-summary-create-line): Call with number argument.
2488         (wl-summary-reply): Follow the API change.
2489
2490         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2491         function.
2492         (wl-highlight-summary-line-string): Call it when
2493         wl-use-flag-folder-help-echo is non-nil.
2494         (wl-highlight-summary-current-line): Ditto.
2495         (elmo-flag-folder-referrer): Added autoload setting.
2496
2497         * wl-draft.el (wl-draft-kill): Follow the API change.
2498
2499         * Version number is increased to 2.11.14.
2500         
2501 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2504
2505 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2506
2507         * Version number is increased to 2.11.13.
2508
2509 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2510
2511         * wl-draft.el (wl-draft-previous-history-element): Fixed
2512         unbalanced parenthesis and bind unbound local variables.
2513
2514 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2515
2516         * wl-draft.el (wl-draft-previous-history-element): New function.
2517         (wl-draft-next-history-element): Ditto.
2518         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2519         them to M-p and M-n.
2520
2521 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * Version number is increased to 2.11.12.
2524
2525 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2526
2527         * wl-draft.el (wl-draft-hide): Select buffer-window.
2528
2529 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2530
2531         * wl-summary.el (wl-summary-narrow-to-region): New function.
2532         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2533         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2534         (wl-summary-save-region): Use it.
2535         * wl-action.el (wl-summary-collect-numbers-region)
2536         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2537
2538 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2539
2540         * wl-folder.el (wl-folder-count-incorporates): Don't use
2541         `elmo-msgdb-mark-load'
2542
2543         * Version number is increased to 2.11.11.
2544
2545 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2546
2547         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2548         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2549
2550 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2553
2554 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * Version number is increased to 2.11.10.
2557
2558 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2559
2560         * wl-mime.el (wl-draft-attribute-value): Fixed.
2561
2562 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2563
2564         * wl-util.el (wl-copy-local-variables): New function.
2565
2566         * wl-mime.el (wl-draft-attribute-recipients): New function.
2567         (wl-draft-attribute-envelope-from): Ditto.
2568         (wl-draft-attribute-smtp-posting-server): Ditto.
2569         (wl-draft-attribute-smtp-posting-port): Ditto.
2570         (wl-draft-attribute-value): Ditto.
2571         (wl-draft-preview-message): Use it to get value for
2572         attributes. Reflect result of `wl-draft-config'.
2573
2574         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2575         and call `wl-summary-mark-as-read' before to call
2576         `wl-summary-unset-mark'.
2577         (wl-summary-target-mark-mark-as-unread): Likewise.
2578         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2579
2580 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2581
2582         * wl-mime.el (wl-draft-preview-message): Use actual value for
2583         attributes; Fix for small window.
2584
2585 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2586
2587         * wl-refile.el (wl-refile-get-field-value): Call
2588         `elmo-message-entity-field' with 3rd argument is non-nil.
2589
2590 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2591
2592         * wl-vars.el (wl-draft-preview-attributes): New user option.
2593         (wl-draft-preview-attributes-list): Ditto.
2594         (wl-draft-preview-attributes-buffer-lines): Ditto.
2595         (wl-draft-preview-attributes-buffer-name): Ditto.
2596
2597         * wl-mime.el (wl-draft-preview-message): Display attributes.
2598
2599 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2600
2601         * wl-summary.el (wl-summary-detect-mark-position): Bind
2602         wl-summary-flag-priority-list to '(new).
2603
2604 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605
2606         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2607         funtion.
2608         (wl-highlight-summary-line-string): Use it.
2609         (wl-highlight-summary-current-line): Ditto.
2610
2611 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2614         line even when the mark string is not changed.
2615
2616         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2617         argument change in the wl-summary-create-line.
2618         (wl-thread-insert-entity-sub): Ditto.
2619
2620         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2621         argument change in the wl-summary-create-line.
2622         (wl-summary-insert-sequential): Ditto.
2623         (wl-summary-update-thread): Ditto.
2624         (wl-summary-persistent-mark-string): New inline function.
2625         (wl-summary-message-mark): Use it.
2626         (wl-summary-create-line): Abolish argument wl-persistent-mark
2627         and added wl-flags, wl-cached.
2628
2629         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2630         mark to flags.
2631         (wl-highlight-summary-current-line): Decide the face not by the 
2632         persistent mark but flags.
2633
2634 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2635
2636         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2637         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2638         wl-summary-read-uncached-mark): Revive.
2639         (wl-summary-answered-cached-mark,
2640         wl-summary-answered-uncached-mark): New user option.
2641         (wl-summary-score-marks): Follow the change above.
2642         (wl-summary-auto-refile-skip-marks): Ditto.
2643         (wl-summary-incorporate-marks): Ditto.
2644         (wl-summary-expire-reserve-marks): Ditto.
2645         (wl-summary-flag-priority-list): New user option.
2646
2647         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2648         changes.
2649         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2650         of elmo-message-mark.
2651         (wl-summary-mark-as-read-internal): Ditto.
2652         (wl-summary-mark-as-answered): Ditto.
2653         (wl-summary-mark-as-important): Ditto.
2654         (wl-summary-redisplay-internal): Ditto.
2655         (wl-summary-redisplay-no-mime-internal): Ditto.
2656         (wl-summary-message-mark): New function.
2657         (wl-summary-insert-sequential): Use wl-summary-message-mark
2658         instead of elmo-message-mark.
2659         (wl-summary-update-thread): Ditto.
2660         (wl-summary-persistent-mark): Ditto.
2661         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2662         instead of elmo-message-mark.
2663
2664         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2665         wl-summary-message-mark instead of elmo-message-mark.
2666         (wl-thread-insert-entity-sub): Ditto.
2667         (wl-thread-get-children-msgs-uncached): Ditto.
2668
2669         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2670         variable name changes.
2671         (wl-highlight-summary-current-line): Ditto.
2672
2673         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2674         wl-summary-message-mark instead of elmo-message-mark.
2675
2676         * wl-expire.el (wl-expire-message-p): Ditto.
2677
2678         * wl-score.el (wl-score-headers): Ditto.
2679
2680         * Version number is increased to 2.11.9.
2681
2682         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2683         (wl-summary-sync-update): Follow the change above.
2684         (wl-summary-switch-to-clone-buffer): Ditto.
2685         (wl-summary-open-folder): Ditto.
2686
2687 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2690         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2691
2692         * Version number is increased to 2.11.8.
2693
2694         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2695
2696         * wl-expire.el (wl-expire-refile): Follow the API change on
2697         `elmo-folder-move-messages'.
2698         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2699
2700         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2701         (wl-summary-exec-action-refile): Ditto.
2702         (wl-summary-exec-action-copy): Ditto.
2703         (wl-summary-no-auto-refile-message-p): No use
2704         `wl-summary-buffer-msgdb'.
2705         (wl-summary-auto-refile): Ditto.
2706
2707 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2708
2709         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2710
2711 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2712
2713         * wl-summary.el (wl-summary-sync): Treat no-sync.
2714
2715         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2716         (wl-default-sync-range): Ditto.
2717
2718 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2719
2720         * wl-refile.el (wl-refile-subject-learn): Call
2721         `elmo-message-entity-field' with 3rd argument is non-nil.
2722         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2723         instead of `elmo-msgdb-overview-entity-get-subject'.
2724
2725 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2726
2727         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2728         scan-type is rescan.
2729         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2730         new optional argument force is non-nil.
2731         (wl-summary-save-view-cache): Call it with force argument non-nil.
2732
2733         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2734
2735 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2736
2737         * wl-action.el (wl-summary-print-argument): Fixed last change.
2738
2739 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2742         simplified.
2743         (wl-summary-target-mark-mark-as-unread): Likewise.
2744         (wl-summary-target-mark-mark-as-important): Likewise.
2745
2746 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2747
2748         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2749         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2750         (wl-summary-mark-as-important-region): Change accordingly.
2751         (wl-summary-target-mark-mark-as-important): Ditto.
2752
2753 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2756
2757         * wl-action.el (wl-summary-print-argument): Print argument to
2758         right side of window if `wl-summary-print-argument-within-window'
2759         is non-nil.
2760
2761 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2762
2763         * wl-action.el (wl-summary-set-mark): Use
2764         `wl-summary-message-visible-p' to check visibility of the message
2765         and jump to message only when the message line is visible and have
2766         different number; Call wl-summary-unset-mark with number argument.
2767         (wl-summary-unset-mark): 
2768         Use `wl-summary-message-visible-p'
2769         to check visibility of the message and jump to message only when
2770         the message line is visible and have different number;
2771
2772 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * Version number is increased to 2.11.7.
2775
2776         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2777         and wl-folder-summary-line-format.
2778
2779         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2780         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2781         (wl-summary-set-score-mark): Use it.
2782         (wl-summary-target-mark-mark-as-read): Ditto.
2783         (wl-summary-target-mark-mark-as-unread): Ditto.
2784         (wl-summary-target-mark-mark-as-important): Ditto.
2785         (wl-summary-target-mark-msgs): Simplified.
2786         (wl-summary-detect-mark-position): Fixed problem when
2787         summary-line-format no contain persisten/temp mark spec.
2788         (wl-summary-temp-mark): Ditto.
2789         (wl-summary-persistent-mark): Ditto.
2790         (wl-summary-update-persistent-mark): Ditto.
2791
2792         * wl-action.el (wl-summary-set-mark): Ditto.
2793         (wl-summary-unset-mark): Ditto.
2794         All other related portions are changed.
2795
2796 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * Version number is increased to 2.11.6.
2799
2800 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2801
2802         * wl-util.el (wl-current-message-buffer): Define as function;
2803         Don't use the value of wl-messge-buffer.
2804
2805         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2806         persistent mark.
2807
2808         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2809         no current message, cause an error.
2810
2811 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * wl-summary.el (wl-summary-set-message-modified): Use
2814         elmo-folder-set-message-modified instead of
2815         elmo-folder-set-message-modified-internal.
2816
2817 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2818
2819         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2820         interactively.
2821         (wl-summary-sync): nokill->entirely.
2822         (wl-summary-sync-marks): Fixed message.
2823         (wl-summary-input-range): Added mark, nokill->entirely.
2824
2825         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2826         messages as read.
2827
2828 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2831         update-noscore.
2832         (wl-summary-sync): Follow the change above.
2833
2834 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * wl-action.el (wl-summary-target-mark-all): Use
2837         elmo-folder-list-messages.
2838
2839 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2842         (wl-summary-rescan): Set wl-summary-scored as nil.
2843         (wl-summary-sync-force-update): Follow the change above.
2844         (wl-summary-sync): Ditto.
2845         (wl-summary-sync-update): Added argument disable-killed.
2846         (wl-summary-insert-headers): Set visible-only argument for
2847         elmo-folder-list-messages.
2848         (wl-summary-input-range): Added update-nokill, update-noscore,
2849         all-nokill, all-noscore and mark.
2850
2851         * Version number is increased to 2.11.5.
2852
2853         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2854
2855 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2856
2857         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2858         (wl-summary-prefetch-region-no-mark): Change accordingly.
2859         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2860
2861 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2862
2863         * wl-address.el (wl-complete-field-to): Abolished.
2864         (wl-complete-address): Completion function for completing-read.
2865         * wl-action.el (wl-summary-get-resend-address): Use it.
2866
2867         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2868         wl-summary-update-mark and abolish unused argument.
2869         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2870         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2871         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2872         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2873         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2874         * wl-draft.el (wl-draft-kill): Ditto.
2875
2876         * wl-summary.el: Remove unused binding of case-fold-search.
2877         (wl-summary-replace-status-marks): Abolished.
2878
2879 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2882         is specified or folder length is zero.
2883
2884 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2885
2886         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2887         (wl-folder-archive-current-entity): Ditto.
2888
2889 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2890
2891         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2892         retrieving message mark.
2893         (wl-summary-redisplay-internal): Ditto.
2894
2895         * wl-message.el (wl-message-buffer-display): Ignore errors while
2896         retrieving message-id field.
2897
2898         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2899         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2900         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2901         order of the arguments for `wl-expire-message-p'.
2902         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2903
2904         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2905         Check return value of wl-summary-reply.
2906         (wl-summary-reply): Recover window configuration when an error occured.
2907
2908 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2909
2910         * wl-summary.el (wl-summary-resend-message): Abolished, the
2911         feature is inherited by wl-summary-resend (put resend mark).
2912
2913 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2916         wl-message-buffer to nil when the message is hide.
2917
2918 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919
2920         * .cvsignore: New file.
2921
2922 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2923
2924         * wl-action.el (wl-summary-action-docstring): Add more info.
2925         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2926         duplicate definition.
2927         (wl-summary-define-mark-action): Functions wl-summary-*-region
2928         keep current position.
2929         (wl-summary-unregister-target-mark): Store result to the variable.
2930
2931 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * Version number is increased to 2.11.4.
2934
2935 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2938         wl-summary-delete-all-temp-marks.
2939         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2940
2941         * wl-action.el (wl-summary-set-mark): Changed terminology
2942         refile-destination -> action-argument.
2943         (wl-summary-unset-mark): Ditto.
2944         (wl-summary-remove-argument): Ditto.
2945         (wl-summary-print-argument): Ditto.
2946
2947         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2948         (wl-thread-remove-argument-region): Ditto.
2949         (wl-thread-print-argument-region): Ditto.
2950         (wl-thread-close): Ditto.
2951         (wl-thread-open): Ditto.
2952
2953         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2954         (wl-highlight-refile-destination-face is abolished)
2955         (wl-highlight-action-argument-string): Ditto.
2956         (wl-highlight-summary-current-line): Highlight action argument.
2957
2958         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2959         color for light backgrounds.
2960         (wl-highlight-summary-answered-face): Ditto.
2961
2962 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2963
2964         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2965
2966         * wl-score.el (wl-summary-score-update-all-lines): Use
2967         wl-summary-set-mark.
2968         (wl-summary-score-update-all-lines): Kill expunged messages.
2969
2970         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2971
2972 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2973
2974         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2975         directly.
2976         (wl-score-overview-entity-get-lines): Ditto.
2977         (wl-score-overview-entity-get-xref): Ditto.
2978         (wl-score-get-latest-msgs): Ditto.
2979         (wl-summary-rescore): Ditto.
2980
2981         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2982         to "&".
2983         (wl-summary-mark-as-answered-internal): New inline function.
2984         (wl-summary-mark-as-answered): New function.
2985         (wl-summary-mark-as-unanswered): Ditto.
2986         (wl-summary-sync-marks): Modified for answered-mark synching.
2987
2988 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2989
2990         * wl-action.el (wl-summary-set-mark): Fixed last change.
2991
2992 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2993
2994         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2995         behavior of wl-summary-unread-message-hook
2996         (Pointed out by akira yamada <akira@arika.org>).
2997
2998 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3001         wl-summary-delete.
3002         * wl-xmas.el (wl-summary-toolbar): Ditto.
3003
3004         * wl-action.el (wl-summary-set-mark): Don't override current
3005         temp-mark.
3006
3007         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3008
3009 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3010
3011         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3012         (wl-refile-msgid-learn): Ditto.
3013         (wl-refile-get-field-value): Ditto.
3014
3015         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3016
3017         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3018         (wl-expire-delete-reserved-messages): Renamed from
3019         wl-expire-reserve-marked-msgs-from-list.
3020         (wl-expire-delete): Removed argument `msgdb'.
3021         (wl-expire-refile): Ditto.
3022         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3023         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3024         mark-alist as argument.
3025         (wl-expire-archive-number1): Removed argument `msgdb'.
3026         (wl-expire-archive-number2): Ditto.
3027         (wl-expire-archive-date): Ditto.
3028         (wl-expire-localdir-date): Ditto.
3029         (wl-expire-hide): Ditto.
3030         (wl-archive-number1): Ditto.
3031         (wl-archive-number2): Ditto.
3032         (wl-archive-date): Ditto.
3033         (wl-archive-folder): Ditto.
3034         All other related portions are changed.
3035
3036 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3037
3038         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3039         mean move up and down. (suggested by Takashi Kawachi)
3040
3041 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3042
3043         * wl-acap.el (toplevel): Don't require un-define.
3044
3045 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3046
3047         * wl-thread.el (wl-thread-delete-message): Always update
3048         wl-summary-buffer-number-list.
3049
3050         * wl-action.el (wl-summary-print-destination): 
3051         Do nothing when folder is nil.
3052
3053 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3056         persistent mark when prefetch is succeeded.
3057
3058 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3059
3060         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3061         instead of elmo-msgdb-delete-msgs.
3062         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3063         (wl-expire-hide): Ditto.
3064
3065         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3066
3067         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3068         elmo-msgdb interface.
3069         (wl-thread-get-exist-children): Likewise.
3070         (wl-thread-insert-message): Likewise.
3071         (wl-thread-msg-mark-as-important): Likewise.
3072         (wl-thread-insert-entity-sub): Likewise.
3073         (wl-thread-get-children-msgs-uncached): Likewise.
3074
3075         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3076         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3077         (wl-summary-sync-update): Likewise.
3078         (wl-summary-auto-select-msg-p): Likewise.
3079         (wl-summary-update-thread): Likewise.
3080         (wl-summary-mark-as-important): Likewise.
3081         (wl-summary-jump-to-msg-internal): Likewise.
3082         (wl-summary-redisplay-internal): Likewise.
3083         (wl-summary-print-message-with-ps-print): Likewise.
3084         (wl-summary-folder-info-update): Likewise.
3085
3086         * wl-folder.el (wl-folder-check-one-entity):
3087         elmo-folder-count-flags instead of wl-summary-count-unread.
3088
3089         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3090
3091         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3092
3093         * wl-summary.el (wl-summary-set-message-modified): 
3094         Call wl-summary-set-mark-modified.
3095         (wl-summary-delete-messages-on-buffer): Call
3096         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3097         (wl-summary-sync-update): Call elmo-folder-length instead of
3098         elmo-folder-messages.
3099         (wl-summary-insert-headers): Don't call
3100         elmo-folder-list-message-entities.
3101
3102 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * wl-action.el (wl-summary-define-mark-action): Call
3105         `wl-summary-set-mark' with argument `data'.
3106         (wl-summary-auto-refile): Fixed order of arguments when call
3107         `wl-summary-refile'.
3108
3109 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3110
3111         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3112
3113         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3114
3115         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3116         (Renamed from wl-highlight-summary-deleted-face).
3117         (wl-highlight-summary-resend-face): New face.
3118
3119         (wl-highlight-summary-deleted-face): Renamed from
3120         wl-highlight-summary-erased-face.
3121
3122         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3123
3124         * wl-action.el (wl-summary-get-resend-address): New function.
3125         (wl-summary-exec-action-resend): Ditto.
3126         (wl-summary-exec-action-resend-subr): Ditto.
3127
3128         * w-thread.el (wl-thread-copy): Removed definition.
3129         (wl-thread-refile): Ditto.
3130         (wl-thread-delete): Ditto.
3131         (wl-thread-target-mark): Ditto.
3132
3133         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3134         (wl-summary-target-mark-set-action): Fixed.
3135         (wl-summary-define-mark-action): Fixed quotation.
3136         (wl-summary-move-mark-list-messages): Display message.
3137         (wl-summary-define-mark-action): Define thread functions.
3138         (wl-summary-exec-action-refile): Changed message.
3139         (wl-summary-exec): Ditto.
3140
3141 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3142         
3143         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3144         '%%'.
3145
3146 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3147
3148         * wl.el (toplevel): Require wl-action.
3149         (wl-init): Call wl-summary-define-mark-action.
3150
3151         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3152
3153         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3154         wl-summary-delete and wl-summary-erase.
3155         (wl-summary-mode-map): Ditto.
3156
3157         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3158         wl-delete-folder-alist.
3159
3160         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3161         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3162         (toplevel): Moved mark & action related functions to the wl-action.el.
3163
3164         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3165         in wl-summary-mark-action-list.
3166         (wl-highlight-summary-current-line): Ditto.
3167
3168         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3169         empty lines.
3170
3171         * wl-action.el: New file. 
3172
3173 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl-summary.el (wl-summary-target-mark-replace): New function.
3176         (wl-summary-target-mark-prefetch): Use it.
3177         (wl-summary-target-mark-delete): Ditto.
3178         (toplevel): Rearranged definition order.
3179         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3180         (wl-summary-target-mark-erase): Rewrite.
3181         (wl-summary-erase-region): New function.
3182         (wl-summary-exec-action-erase): Changed message.
3183         (wl-summary-move-mark-list-messages): New function.
3184         (wl-summary-exec-action-delete): Use it.
3185         (wl-summary-exec-action-erase): Ditto.
3186
3187         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3188         (wl-summary-skip-mark-list): Added "d".
3189
3190         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3191         while searching.
3192
3193         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3194         and define using defcustom;
3195         Define 4th element as a face.
3196         
3197         * wl-summary.el (wl-summary-incorporate): Use 
3198         `wl-summary-prefetch-region-no-mark' instead of
3199         `wl-summary-prefetch-region'.
3200         (wl-summary-prefetch-region-no-mark): Revival of old
3201         `wl-summary-prefetch-region'.
3202         (wl-summary-mark-action-list): Moved to wl-vars.el
3203
3204         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3205         face according to the `wl-summary-mark-action-list'.
3206         (wl-highlight-summary-current-line): Ditto;
3207         Removed destination highlighting.
3208
3209         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3210         (wl-highlight-summary-line-string): Highlight for "i" mark.
3211         (wl-highlight-summary-current-line): Ditto.
3212
3213         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3214         no destination.
3215
3216         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3217         exists, just go ahead.
3218         (wl-summary-prefetch-region): Rewrite.
3219         (wl-summary-prefetch): Ditto.
3220         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3221         (wl-summary-exec-action-prefetch): New function.
3222         (wl-summary-target-mark-prefetch): Rewrite.
3223
3224 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3225
3226         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3227         (wl-highlight-summary-line-string): Added "d" and "D".
3228         (wl-highlight-summary-current-line): Ditto.
3229
3230         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3231         in wl-summary.el.
3232         (wl-thread-insert-entity-sub): Ditto.
3233         (wl-thread-remove-destination-region): Ditto.
3234         (wl-thread-print-destination-region): Ditto.
3235
3236         * wl-summary.el (wl-summary-buffer-refile-list,
3237         wl-summary-buffer-delete-list,
3238         wl-summary-buffer-copy-list): Abolish.
3239         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3240         All other related portions are changed.
3241         (wl-summary-mark-action-list): New variable.
3242         (wl-summary-set-mark): New function.
3243         (wl-summary-register-target-mark): Ditto.
3244         (wl-summary-unregister-target-mark): Ditto.
3245         (wl-summary-have-target-mark-p): Ditto.
3246         (wl-summary-register-temp-mark): Ditto.
3247         (wl-summary-unregister-temp-mark): Ditto.
3248         (wl-summary-registered-temp-mark): Ditto.
3249         (wl-summary-collect-temp-mark): Ditto.
3250         (wl-summary-unset-mark): Ditto.
3251         (wl-summary-set-target-mark): Ditto.
3252         (wl-summary-unset-target-mark): Ditto.
3253         (wl-summary-set-action-generic): Ditto.
3254         (wl-summary-unset-action-generic): Ditto.
3255         (wl-summary-exec-action-delete): Ditto.
3256         (wl-summary-exec-action-erase): Ditto.
3257         (wl-summary-set-action-refile): Ditto.
3258         (wl-summary-set-action-refile-subr): Ditto.
3259         (wl-summary-unset-action-refile): Ditto.
3260         (wl-summary-make-destination-numbers-list): Ditto.
3261         (wl-summary-exec-action-refile): Ditto.
3262         (wl-summary-set-action-copy): Ditto.
3263         (wl-summary-unset-action-copy): Ditto.
3264         (wl-summary-exec-action-copy): Ditto.
3265         (wl-summary-collect-numbers-region): Ditto.
3266         (wl-summary-delete): Rewrite.
3267         (wl-summary-erase): Ditto.
3268         (wl-summary-remove-destination): Ditto.
3269         (wl-summary-exec): Ditto.
3270         (wl-summary-exec-region): Ditto.
3271         (wl-summary-target-mark-erase): Ditto.
3272         (wl-summary-refile): Ditto.
3273         (wl-summary-copy): Ditto.
3274         (wl-summary-unmark): Ditto.
3275         (wl-summary-delete-all-mark): Ditto.
3276         (wl-summary-mark-line): Don't highlight.
3277         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3278         (wl-summary-target-mark-refile-subr): Rewrite.
3279
3280         (wl-summary-copy-prev-destination): Abolish.
3281
3282 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3283
3284         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3285         default values along the value of wl-on-mule.
3286         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3287         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3288         It is not used anywhere.
3289
3290 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3291
3292         * wl-summary.el (wl-summary-print-destination): Keep position.
3293         (wl-summary-cursor-move-surface): Keep horizontal position.
3294
3295 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3296
3297         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3298         write sendlog.
3299
3300 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3301
3302         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3303         `wl-summary-highlight'.
3304
3305 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3306
3307         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3308         trivial condition for temp-mark.
3309
3310 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3311
3312         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3313         when it hits killed buffer.
3314
3315 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3316
3317         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3318         * wl-news.el.in: `message' and `error' take format string.
3319
3320 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3321
3322         * wl-folder (wl-folder-insert-entity): Display a message,
3323         `...done', when the work finish.
3324         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3325
3326 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-message.el (wl-message-redisplay): Remove unused local
3329         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3330
3331 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3332
3333         * wl-summary.el (wl-summary-replace-status-marks): Disable
3334         interactive use.
3335         (wl-summary-reedit): Check message existence at first.
3336         (wl-summary-mark-line): Fix doc, return value is indefinite.
3337
3338         * wl-highlight.el (wl-highlight-message): Arranged.
3339
3340         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3341         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3342         check temp-mark by wl-summary-temp-mark always.
3343         (wl-highlight-summary): Change accordingly.
3344         * wl-summary.el (wl-summary-mark-as-read-all)
3345         (wl-summary-delete-cache, wl-summary-set-score-mark)
3346         (wl-summary-mark-as-unread, wl-summary-unmark)
3347         (wl-summary-mark-line, wl-summary-mark-as-read)
3348         (wl-summary-mark-as-important): Ditto.
3349
3350         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3351         end of the window if possible.
3352         * wl-summary.el (wl-summary-sync-update): Support lazy
3353         highlighting.
3354         (wl-summary-toggle-disp-msg): Ditto.
3355
3356 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3357
3358         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3359
3360 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3361
3362         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3363         change.
3364
3365 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3366
3367         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3368         API.
3369         (wl-summary-sync-update): Ditto.
3370
3371         * wl-score.el (wl-score-get-score-alist): Changed argument.
3372         (wl-summary-rescore-msgs): Likewise.
3373         (wl-summary-score-headers): Likewise.
3374         (wl-score-headers): Likewise;
3375         Use elmo-folder-do-each-message-entity, etc.
3376         (wl-summary-score-effect): Follow the changes above.
3377         (wl-summary-rescore): Ditto.
3378         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3379         (wl-score-get-overview): Abolish.
3380
3381         * wl-summary.el (wl-summary-default-from): Follow the API change in
3382         elmo-msgdb.
3383         (wl-summary-count-unread): Ditto.
3384         (wl-summary-detect-mark-position): Ditto.
3385         (wl-summary-overview-entity-compare-by-date): Ditto.
3386         (wl-summary-overview-entity-compare-by-number): Ditto.
3387         (wl-summary-overview-entity-compare-by-from): Ditto.
3388         (wl-summary-overview-entity-compare-by-subject): Ditto.
3389         (wl-summary-get-list-info): Ditto.
3390         (wl-summary-rescan): Ditto.
3391         (wl-summary-jump-to-msg-by-message-id): Ditto.
3392         (wl-summary-sync-update): Ditto; Removed comment.
3393         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3394         (wl-summary-insert-message): Use wl-summary-insert
3395         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3396         (wl-summary-insert-headers): Changed argument overview to folder.
3397         (wl-summary-search-by-subject): Likewise.
3398         (wl-summary-insert-thread): Renamed from 
3399         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3400
3401         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3402         too.
3403
3404         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3405         wl-string-member.
3406
3407 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3408
3409         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3410         elmo-folder-append-buffer.
3411         (wl-draft-queue-append): Likewise.
3412
3413         * wl-mime.el (wl-message-delete-current-part): Ditto.
3414         (wl-summary-burst-subr): Ditto.
3415
3416         * wl-news.el.in (wl-news-send-news): Ditto.
3417
3418 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3421         function.
3422         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3423         (wl-summary-update-mark): Enclose with save-excursion.
3424         (wl-summary-mark-as-read-internal): Fixed last change.
3425         (wl-summary-mark-as-important): Use 3rd argument of
3426         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3427         Don't use elmo-msgdb-set-mark.
3428         (wl-summary-redisplay-internal): If msgdb flag is already read,
3429         just update the mark on buffer.
3430
3431 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3432
3433         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3434         cut visible folder when elmo-folder-delete returns non-nil value.
3435
3436 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3437
3438         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3439         by Kenichi OKADA <okada@opaopa.org>).
3440
3441 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3442
3443         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3444
3445 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3446
3447         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3448         Fixed the last change, search group entity by its real name.
3449         (Thanks to: KOBAYASHI Shinji)
3450
3451 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3452
3453         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3454         (wl-fldmgr-access-display-all): Don't refer visible name.
3455         * wl-expire.el (wl-folder-archive-current-entity)
3456         (wl-folder-expire-current-entity): Ditto.
3457         * wl-folder.el (wl-folder-jump-to-current-entity)
3458         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3459         (wl-folder-open-folder-sub,wl-folder-open-all)
3460         (wl-folder-write-current-folder): Ditto.
3461         (wl-folder-insert-entity): Don't use petname for normal group.
3462         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3463         is the real name.
3464         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3465         Abolished.
3466
3467 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3468
3469         * wl-draft.el (wl-draft-create-buffer): Add
3470         `wl-summary-reply-with-citation'
3471
3472 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3473
3474         * wl-draft.el (wl-draft-reply): Fixed.
3475
3476 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3477
3478         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3479         when `wl-draft-send-confirm-with-preview' is non-nil.
3480         You can scroll up/down by j/k.
3481         (wl-draft-send-confirm-with-preview): New variable (default=t).
3482
3483 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3486         (wl-fldmgr-save-folders): Fix comment.
3487
3488 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3489
3490         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3491         along the last change in `wl-folder-buffer-group-p'.
3492
3493 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3496         folder.
3497
3498         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3499         the default value.
3500
3501         * wl-mime.el (wl-summary-burst): Update summary only when target
3502         folder equals current folder.
3503
3504 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3505
3506         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3507
3508 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3511         value.
3512
3513 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3516         `map-extents' instead of `extent-at' repeatedly.
3517         (wl-highlight-folder-current-line): Ditto.
3518
3519         * wl-highlight.el: Remove useless dummy functions.
3520
3521 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3522
3523         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3524         (wl-folder-put-folder-property): New function to put text property.
3525         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3526         (wl-folder-insert-entity, wl-folder-update-diff-line)
3527         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3528         * wl-e21.el, wl-xmas.el, wl-mule.el
3529         (wl-highlight-folder-current-line): Ditto.
3530         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3531         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3532         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3533         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3534
3535 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3536
3537         * Version number is increased to 2.11.3.
3538
3539 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3540
3541         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3542         Resume current-buffer since it is assumed by remaining tasks.
3543
3544 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3545
3546         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3547         (wl-folder-completion-function): Abolished.
3548         (wl-folder-complete-folder): New function.
3549         (wl-folder-complete-filter-condition): Ditto.
3550         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3551         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3552
3553 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3554
3555         * wl-draft.el (wl-draft-send-confirm): New function.
3556         (wl-draft-send): Use it.
3557
3558         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3559         cursor-in-echo-area while confirming.
3560
3561         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3562
3563         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3564         searching via nntp if wl-summary-search-via-nntp is 'force.
3565         Otherwise, invoke searching in nntp folder only.
3566         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3567
3568         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3569         explicitly for mime-make-text-tag.
3570
3571 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3572
3573         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3574         `mime-make-text-tag' instead of `mime-create-tag'.
3575
3576 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3577
3578         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3579         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3580
3581 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3582
3583         * wl-score.el (wl-score-save): Bind print-length and print-level.
3584         (wl-score-pretty-print): Ditto.
3585         (wl-score-edit-insert-header-entry): Ditto.
3586
3587         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3588         "From" entry to be treated with wl-draft-eword-encode-address-list.
3589         * wl-mime.el (wl-draft-preview-message): Ditto.
3590
3591         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3592         (wl-summary-mark-as-unread): Ditto.
3593         (wl-summary-mark-as-read-region): Change accordingly.
3594         (wl-summary-mark-as-unread-region): Ditto.
3595         (wl-summary-target-mark-mark-as-read): Ditto.
3596         (wl-summary-target-mark-mark-as-unread): Ditto.
3597
3598 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * Version number is increased to 2.11.2.
3601
3602 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3603
3604         * wl-news.el.in (wl-news-previous-version-save): Bind
3605         print-length and print-level.
3606         * wl-thread.el (wl-thread-save-entities): Ditto.
3607         (wl-thread-save-top-list): Bind print-length.
3608
3609 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3610
3611         * wl-highlight.el (wl-highlight-summary-line-string): Use
3612         wl-summary-score-below-mark, wl-summary-score-over-mark.
3613         (wl-highlight-summary-current-line): Ditto.
3614
3615 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3616
3617         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3618         insert it.
3619
3620 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3621
3622         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3623
3624 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3627         message without msgid.
3628         Rewrite with elmo-folder-move-messages.
3629         Set wl-message-buffer to nil.
3630
3631         * wl-summary.el (wl-summary-erase-subr): New function. Use
3632         elmo-folder-move-messages.
3633         (wl-summary-erase): Call it.
3634         (wl-summary-target-mark-erase): Ditto.
3635
3636 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3637
3638         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3639         it is not up-tp-date.
3640
3641 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3642
3643         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3644         buffer after calling `wl-summary-goto-folder-subr' without the
3645         argument `interactive'.
3646         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3647
3648 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3649
3650         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3651         `mime-create-tag'. Use `string=' instead of `looking-at'.
3652
3653 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3654
3655         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3656         to avoid compile warning.
3657
3658         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3659         entity-id when folder is given.
3660         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3661         save-excursion, use save-selected-window instead.
3662         Select folder buffer window if exists.
3663         (To correct behavior with wl-folder-move-cur-folder.)
3664
3665 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3666
3667         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3668
3669 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3670
3671         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3672         list-count instead of %d.
3673
3674 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3675
3676         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3677         (wl-news): Set it.
3678         (wl-news-append-to-folder): Use it.
3679
3680         * wl-news.el.in (wl-news-send-news): Append to specified folder
3681         instead of wl-default-folder.
3682         (wl-news-append-to-folder): Show error message with specified folder.
3683
3684         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3685                 In most major modes, Emacs assumes that any opening
3686                 delimiter found at the left margin is the start of a
3687                 top-level definition, or defun. Therefore, *never put an
3688                 opening delimiter at the left margin unless it should have
3689                 that significance.*
3690
3691         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3692
3693 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3694
3695         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3696
3697 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3698
3699         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3700
3701 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3702
3703         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3704         for sequential numbering case.
3705
3706 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3709         value.
3710         (wl-draft-reply-without-argument-list): Ditto.
3711         (wl-draft-reply-myself-with-argument-list): Abolish.
3712         (wl-draft-reply-myself-without-argument-list): Ditto.
3713         * wl-draft.el (wl-draft-self-reply-p): New function.
3714         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3715
3716 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3719         (avoid error for the case without byte-compiling)
3720
3721 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3722
3723         * wl-news.el.in (wl-news-append-to-folder): New function.
3724         (wl-news-exit): Rewrite.
3725         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3726
3727 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3728
3729         * wl-draft.el (wl-draft-reply-position): New function.
3730         (wl-draft-reply-position): Fix.
3731         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3732         (wl-summary-target-mark-reply-with-citation): Ditto.
3733         (wl-summary-reply-with-citation): Ditto.
3734         * wl-vars.el (wl-draft-reply-default-position): New variable.
3735
3736 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3737
3738         * wl-draft.el (wl-draft-send): Preview when interactive send.
3739
3740 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3741
3742         * wl-draft.el (wl-draft-reply): Set default position.
3743         * wl-summary.el (wl-summary-reply): Ditto.
3744         (wl-summary-reply-with-citation): Ditto.
3745         (wl-summary-target-mark-reply-with-citation): Ditto.
3746
3747 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3748
3749         * wl-news.el.in (wl-news-lang): Set default value according to
3750         current-language-environment.
3751         (wl-news-append-news): Do nothing when news-list is nil.
3752
3753 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3754
3755         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3756         (wl-news): Change message.
3757         (wl-news-exit): Check buffer.
3758         (wl-news-force-exit): New function.
3759         (wl-news-show-all): New function.
3760         (wl-news-discard-and-exit): Fix.
3761
3762 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3763
3764         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3765         according to current-language-environment.
3766
3767         * wl-news.el.in (wl-news): If arg, show all NEWS after
3768         wl-news-default-previous-version.
3769
3770 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3771
3772         * wl-news.el.in (wl-news-check): Rewritten.
3773         (wl-news-previous-version-load): Change data type.
3774         (wl-news-previous-version-save): Change data type.
3775         (wl-news-append-news): Add return value.
3776         (wl-news-check-news): New function.
3777         (wl-news-already-current-p): New function.
3778         (wl-news-send-news): Rewritten.
3779         (wl-news-mode-map): Add new keybind.
3780         (wl-news): Rewritten.
3781         (wl-news-exit): Rewritten.
3782         (wl-news-discard-and-mail): New function.
3783         (wl-news-send-to-address): Abolished.
3784         * wl.el (wl-init): Delete a message.
3785
3786 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3787
3788         * wl-news.el.in (wl-news-exit): Update previous version.
3789         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3790
3791 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3792
3793         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3794
3795 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3796
3797         * wl-news.el.in (wl-news): New function.
3798         (wl-news-mode): New function.
3799         (wl-news-next-line): New function.
3800         (wl-news-next-page): New function.
3801         (wl-news-exit): New function.
3802         (wl-news-buf-name): New variable.
3803         (wl-news-mode-map): New variable.
3804         (wl-news-winconf): New variable.
3805         (wl-news-append-news): Add an option.
3806
3807 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3808
3809         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3810
3811 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-news.el.in (wl-news-send-to-address): New variable.
3814         (wl-news-send-news): Use it.
3815         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3816         Return updating status.
3817         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3818
3819 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3820
3821         * wl-news.el.in (wl-news-send-news): Delete
3822         Organization and X-Face.
3823
3824 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3825
3826         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3827         (wl-news-append-news): New function.
3828         (wl-news-send-news): New function.
3829
3830 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3831
3832         * Version number is increased to 2.11.1.
3833
3834 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3835
3836         * wl-news.el.in : New file.
3837
3838 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3839
3840         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3841         default value.
3842         (wl-draft-reply-without-argument-list): Ditto.
3843
3844 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3845
3846         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3847         (wl-message-buffer-prefetch-idle-time): Ditto.
3848         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3849
3850 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3851
3852         * wl-thread.el (wl-thread-insert-message): Use
3853         wl-summary-max-thread-depth.
3854
3855         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3856         loop detection.
3857
3858         * wl-message.el (wl-message-buffer-display): Back to the first page
3859         when cache is hit.
3860
3861 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3864
3865         * wl-summary.el (wl-summary-insert-thread-entity):
3866         If the thread depth is reached to wl-summary-max-thread-depth,
3867         divide the thread.
3868
3869 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3870
3871         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3872         for elmo-remove-passwd.
3873
3874 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3877         folder is sticky.
3878         (wl-folder-mark-as-read-all-entity): Ditto.
3879         (wl-folder-prefetch-entity): Ditto.
3880
3881 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3882
3883         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3884
3885 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3886
3887         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3888         Delete messages on buffer for unplugged operation.
3889         (wl-summary-erase): Ditto.
3890
3891 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3892
3893         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3894         take nil so as not to search parent by subject.
3895
3896 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3897
3898         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3899         (wl-folder-get-next-folder): Ditto.
3900         (wl-folder-get-path): Ditto.
3901
3902 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3903
3904         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3905         system and encode the region with it before verifying.
3906
3907 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3908
3909         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3910         system of the echo buffer before decoding.
3911
3912 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3913
3914         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3915         original contents.
3916
3917 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3918
3919         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3920         with argument 'any-exists.
3921
3922 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3923
3924         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3925         Use `wl-cs-autoconv'.
3926
3927 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3930         by `mime-view-automatic-conversion'.
3931
3932         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3933         (wl-message-verify-pgp-nonmime): Ditto.
3934         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3935         Bind them to C-c:d and C-c:v respectively.
3936
3937         Merge following code by Teranishi-san from [wl-en:00167].
3938         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3939         (wl-mime-preview-application/pgp-encrypted): Ditto.
3940         (wl-mime-setup): Add entry.
3941
3942 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-summary.el (wl-summary-target-mark-erase): New function.
3945         Bind it to "mD".
3946
3947 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-vars.el (wl-draft-write-file-function): Fix.
3950         (wl-draft-reedit-hook): Changed default value.
3951
3952         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3953         wl-draft-reedit-hook.
3954         (wl-draft-remove-text-plain-tag): New function.
3955         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3956
3957         * wl-vars.el (wl-draft-write-file-function): New user option.
3958
3959         * wl-draft.el (wl-draft-prepare-edit): Use it for
3960         local-write-file-hooks.
3961         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3962
3963         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3964         (wl-draft-insert-mail-header-separator): Return the body beginning
3965         point.
3966         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3967         text/plain.
3968         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3969
3970 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3971
3972         * wl-summary.el (wl-summary-erase): New function to erase message
3973         without moving it to trash. Bind to "D".
3974
3975         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3976         as `keep' unless switch-function.
3977
3978 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3979
3980         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3981         message buffer by using `wl-summary-toggle-disp-msg'.
3982         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3983         buffer window.
3984         (wl-summary-supresedes-message): Ditto.
3985
3986         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3987         Do not delete other windows.
3988         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3989         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3990         (wl-draft-create-buffer): Set reply-or-forward also for target
3991         mark commands.
3992
3993 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-draft.el (wl-user-agent-compose): Delete special case for
3996         switch-to-buffer-other-window.
3997
3998         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3999         (wl-summary-forward): Ditto.
4000
4001         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4002         function.
4003         (wl-draft-buffer-style): New use option.
4004
4005         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4006         (wl-draft): Follow the change above.
4007         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4008         wl-draft-buffer-style.
4009         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4010         switch-function.
4011
4012 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4013
4014         * wl-address.el (wl-address-make-completion-entry): Extracted from
4015         `wl-address-make-completion-list'.
4016         (wl-address-enable-strict-loading): New variable.
4017         (wl-address-make-completion-list): Revive petname duplication
4018         inquiry, and enable it if `wl-address-enable-strict-loading'.
4019         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4020
4021 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4022
4023         * wl-message.el (wl-message-get-original-buffer): Avoid
4024         'Selecting deleted buffer' error when original buffer is killed.
4025
4026 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * wl-summary.el (wl-summary-next-message): Use
4029         elmo-message-accessible-p instead of elmo-message-cached-p.
4030
4031 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4032
4033         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4034
4035         * wl-thread.el (wl-thread-open-all-unread): Use
4036         elmo-folder-list-flagged instead of
4037         elmo-folder-list-messages-mark-match.
4038
4039         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4040         instead of elmo-folder-list-messages-mark-match.
4041         (wl-summary-move-spec-alist): New variable.
4042         (wl-summary-move-spec-plugged-alist,
4043         wl-summary-move-spec-unplugged-alist): Abolish.
4044         (wl-summary-next-message): Follow the change above.
4045         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4046         with 'no-msg' argument.
4047
4048         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4049         variable.
4050         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4051         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4052         (wl-message-buffer-prefetch-get-next): Follow the change above.
4053
4054 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4055
4056         * wl-version.el (wl-version): Changed codename.
4057
4058         * Version number is increased to 2.11.0.
4059
4060 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4061
4062         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4063         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4064         `wl-draft-config-variables'.
4065         (wl-draft-kill): Fixed problem when the draft is reedit.
4066
4067 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4068
4069         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4070         buffer-modified status (Thanks to
4071         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4072
4073 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4074
4075         * wl-util.el (wl-region-exists-p): New function.
4076
4077         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4078         Remove defvars for byte-compile warnings.
4079
4080 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4081
4082         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4083         defvar-maybe. Removed unused bind.
4084
4085 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4086
4087         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4088         summary buffer window before creating new frame.
4089         (wl-draft-reply): Ditto.
4090
4091 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4092
4093         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4094
4095 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4096
4097         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4098
4099 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4100
4101         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4102         instead of `kill-region'.
4103
4104 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4107         (wl-highlight-summary-line-string): Use it.
4108         (wl-highlight-summary-current-line): Ditto.
4109
4110         * wl-mime.el (wl-message-delete-current-part): Check the class of
4111         mime-entity.
4112
4113         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4114
4115         * wl-summary.el (wl-summary-make-number-list): Initialize.
4116         (wl-summary-update-mark): New function.
4117         (wl-summary-reply): Put `answered' mark on the message.
4118         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4119
4120         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4121         (wl-draft-reply): Added optional argument `number';
4122         Set wl-draft-parent-number.
4123         (wl-draft-kill): Delete answered mark if it is a reply.
4124
4125 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4126
4127         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4128         that originates in mime-preview-follow-current-entity.
4129         (wl-draft-yank-current-message-entity): Use it if region is active.
4130
4131         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4132         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4133         `wl-message-delete-current-part'.
4134         * wl-mule.el (wl-message-define-keymap): Ditto.
4135         * wl-xmas.el (wl-message-define-keymap): Ditto.
4136
4137 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-mime.el (wl-message-delete-current-part): New function.
4140         (wl-mime-node-id-to-string): Ditto.
4141
4142         * wl-mime.el (wl-message-delete-current-part): Use existing
4143         original buffer which corresponds current mime-view buffer.
4144         (fetched buffer might have different structure, possibly)
4145
4146         * wl-mime.el (wl-message-delete-current-part): Quit if the
4147         message content differs from the actual message.
4148
4149 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4150
4151         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4152         order.
4153         (wl-summary-search-by-subject): Search parent message from tail;
4154         Check the existence of the parent message on the current thread tree.
4155         (wl-summary-update-thread): Check whether the line is inserted.
4156
4157 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4158
4159         * wl-vars.el (wl-summary-line-format): Undo last change.
4160         * wl-summary.el (wl-summary-print-destination): Do not put
4161         invisible property when `wl-summary-width' is nil.
4162         (wl-summary-line-subject-minimum-length): Abolished.
4163         (wl-summary-line-subject): Ditto.
4164
4165 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4166
4167         * wl-vars.el (wl-summary-line-format): Change default value.
4168         (wl-summary-subject-length-limit): Abolished.
4169         * wl-summary.el (wl-summary-line-subject): Ditto.
4170
4171 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4172
4173         * wl-template.el (wl-template-select): Added optional argument.
4174         If optional argument is specified, reverse
4175         `wl-template-visible-select'.
4176
4177 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4178
4179         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4180         Take prefix argument to force asking the destination folder.
4181
4182 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4183
4184         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4185         count and update status.
4186
4187 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * wl-summary.el (wl-summary-redisplay-internal): If
4190         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4191         after fetching.
4192
4193 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4194
4195         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4196         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4197
4198         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4199
4200 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4203         (All other related portions are changed).
4204         (wl-summary-mark-as-read-all): Rewrite.
4205
4206 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4207
4208         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4209         `wl-summary-mark-as-read'.
4210         (wl-summary-mark-as-unread): Rewrite.
4211         (wl-summary-mark-as-read): Added no-modeline argument.
4212         (wl-summary-resume-cache-status): Rewrite.
4213         (wl-summary-exec-subr): Remove unused local variable.
4214
4215 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4218         logic to call `wl-summary-buffer-prev-folder-function'.
4219         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4220
4221 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4222
4223         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4224         is nil.
4225
4226 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4227
4228         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4229         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4230         (wl-mime-setup): Add its entry.
4231
4232 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4235         (wl-summary-delete-cache): Likewise.
4236         (wl-summary-mark-as-read): Rewrite.
4237
4238 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4239
4240         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4241         `wl-summary-count-unread'.
4242
4243         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4244
4245         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4246
4247 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4248
4249         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4250         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4251         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4252         Renamed to the elmo-msgdb-*-mark.
4253         (wl-summary-score-marks): Follow the change above.
4254         (wl-summary-auto-refile-skip-marks): Ditto.
4255         (wl-summary-incorporate-marks): Ditto.
4256         (wl-summary-expire-reserve-marks): Ditto.
4257
4258         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4259         changes.
4260         (wl-thread-insert-top): Changed updating message.
4261
4262         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4263         variable.
4264         (wl-summary-count-unread): Count answered marks.
4265         (wl-summary-rescan): Call wl-summary-insert-message instead of
4266         wl-summary-append-message-func-internal.
4267         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4268         (wl-summary-prefetch-msg): Follow the variable name changes.
4269         (wl-summary-prefetch-region): Ditto.
4270         (wl-summary-mark-as-read-all): Follow the API changes;
4271         Don't call elmo-folder-replace-marks.
4272         (wl-summary-delete-cache): Follow the variable name changes.
4273         (wl-summary-resume-cache-status): Ditto.
4274         (wl-summary-update-status-marks): New function.
4275         (wl-summary-insert-message): New function.
4276         (wl-summary-sync-marks): Follow the variable name changes.
4277         (wl-summary-sync-update): Synchronize to the msgdb, too;
4278         Changed update messages.
4279         (wl-summary-make-number-list): Rewrite.
4280         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4281         (wl-summary-mark-as-unread): Follow the API changes.
4282         (wl-summary-exec-subr): Follow the variable name changes.
4283         (wl-summary-mark-as-read): Ditto.
4284         (wl-summary-move-spec-plugged-alist): Ditto.
4285         (wl-summary-move-spec-unplugged-alist): Ditto.
4286         (wl-summary-cursor-move-surface): Ditto.
4287
4288         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4289         variable name changes.
4290         (wl-highlight-summary-current-line): Ditto.
4291
4292         * wl-expire.el (wl-expire-refile): Follow the API change in
4293         elmo-folder-move-messages.
4294         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4295         (wl-summary-archive): Use elmo-folder-msgdb instead of
4296         elmo-msgdb-load.
4297
4298 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4299
4300         * wl-mime.el (wl-draft-preview-message): Restore the position
4301         before evaluating wl-draft-send-hook in preview buffer.
4302
4303 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4304
4305         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4306         when it creates new draft buffer.
4307
4308         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4309         without argument.
4310
4311         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4312         Evaluate content and if the value is string, insert it.
4313         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4314         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4315         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4316         wl-draft-config-sub-part-bottom): Use it.
4317
4318         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4319         with the folder name. The question was unintelligible when it is
4320         called from wl-save-status.
4321
4322 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4325         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4326         cannot take second argument).
4327
4328 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4329
4330         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4331         as t. Since type and subtype are not case sensitive (RFC 2045).
4332
4333 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-vars.el (wl-message-mode-line-format): New variable.
4336         (wl-message-mode-line-format-spec-alist): Ditto.
4337         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4338         (wl-message-redisplay): Use wl-message-mode-line-format.
4339
4340 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4341
4342         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4343
4344 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * wl-summary.el (wl-summary-default-from): Write description.
4347
4348 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4349
4350         * wl-vars.el (wl-ldap-objectclass): Abolish.
4351
4352         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4353         (wl-ldap-make-filter): Removed condition for objectclass.
4354         (wl-ldap-make-matched-value-list): Remove meaningless process.
4355         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4356         (wl-address-ldap-search): Don't add `*' to `pat' string;
4357         use ignore-errors; added `email';
4358         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4359         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4360         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4361
4362
4363 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-draft.el (wl-draft-parent-folder): Write description.
4366         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4367
4368 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4369
4370         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4371         as "" (zero-length string) if no parent.
4372         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4373
4374 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * wl-address.el (wl-address-make-completion-list): Skip duplication
4377         checking.
4378         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4379         `append'.
4380
4381 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4382
4383         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4384         instead of `beginning-of-buffer'.
4385
4386 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4389
4390 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4391
4392         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4393         Refer wl-message-buffer-name.
4394         (wl-message-wheel-down): Ditto.
4395
4396 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4397
4398         * wl-vars.el (wl-message-buffer-name): New user option.
4399
4400         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4401         directly instead of making alist dinamically.
4402
4403         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4404         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4405         wl-message-buffer-cache-name.
4406         (wl-message-buffer-cache-clean-up): Ditto.
4407
4408         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4409
4410         * Version number is increased to 2.9.15.
4411
4412 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4413
4414         * wl-vars.el (wl-summary-default-view-alist): New user option.
4415
4416         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4417
4418         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4419         while deleting address.
4420         (wl-draft-delete-myself-from-cc): Ditto.
4421
4422         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4423         If optional argument is specified, reverse sort order.
4424
4425         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4426
4427 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4428
4429         * wl-thread.el (wl-thread-insert-message): Return parent number if
4430         exists.
4431         (wl-thread-update-indent-string-region): Use
4432         wl-thread-update-line-on-buffer-sub instead of
4433         wl-thread-update-line-on-buffer.
4434
4435 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4436
4437         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4438         (wl-folder-close-all): Ditto.
4439
4440 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4441
4442         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4443         and mailing-list:.
4444         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4445         value.
4446         (wl-summary-line-list-info): Print mailing-list name even when 
4447         list-number is empty.
4448
4449 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4452
4453         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4454         (wl-draft-open-file): Ditto.
4455         (wl-draft-random-alphabet): Ditto.
4456
4457         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4458         bindings.
4459
4460 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4461
4462         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4463         * wl-vars.el (wl-draft-config-alist): Ditto.
4464
4465 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4466
4467         * Version number is increased to 2.9.14.
4468
4469         * wl.el (wl): Don't set wl-init as nil when error occured while
4470         auto-checking folders.
4471
4472         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4473         `elmo-expand-newtext'.
4474
4475 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4476
4477         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4478         `this-command' so that `wl-folder-goto-folder' contained in
4479         `wl-summary-keep-cursor-command' work.
4480
4481 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4482
4483         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4484         message buffer displaying state.
4485
4486 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4487
4488         * wl-vars.el (wl-summary-default-view): New variable to specify
4489         default value for `wl-summary-buffer-view' instead of using
4490         set-default.
4491         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4492
4493 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4496
4497         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4498
4499 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4500
4501         * wl-vars.el (wl-forward-subject-prefix): New variable.
4502         * wl-draft.el (wl-draft-forward): Use it.
4503
4504 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-message.el (wl-message-prev-page): When it is called without
4507         lines argument, scroll down by wl-message-scroll-amount lines.
4508         (wl-message-next-page): Ditto.
4509         * wl-vars.el (wl-message-scroll-amount): Change default value
4510         to preserve current behavior.
4511
4512 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4513
4514         * wl-summary.el (wl-summary-prefetch-msg): Bind
4515         `wl-message-entity' to call `wl-summary-from-function'.
4516
4517 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4518
4519         * wl-message.el (wl-message-buffer-create): Run
4520         wl-message-buffer-created-hook.
4521
4522 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-summary.el (wl-summary-sort-specs): New variable.
4525         (wl-summary-default-sort-spec): Ditto.
4526         (wl-summary-sort): Rewrite.
4527         (wl-summary-sort-by-list-info): New function.
4528
4529 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4530
4531         * wl-summary.el (wl-summary-get-list-info): New function.
4532         (wl-summary-sort): Rewrite.
4533         (wl-summary-line-list-info): Ditto.
4534         (wl-summary-line-list-count): Ditto.
4535         (wl-summary-refile-region): Fixed docstring.
4536
4537 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4540         `wl-folder-entity-hashtb' as completion table.
4541
4542 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4545         only when this command is called interactively; silence the byte-
4546         compiler.
4547
4548 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4549
4550         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4551         active in XEmacs.
4552
4553 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4554
4555         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4556         plural lines.
4557
4558 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4559
4560         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4561         of current line when the cursor is on the header name.
4562         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4563
4564 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4565
4566         * wl-util.el (wl-read-directory-name): Return displayed directory
4567         as the default value also on XEmacs.
4568
4569 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4570
4571         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4572         formatting.
4573
4574 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4575
4576         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4577         argument and when it is non-nil, check face property before
4578         highlighting for each line.
4579         (wl-highlight-summary-window): Set it.
4580
4581 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4584         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4585
4586         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4587         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4588         (wl-draft-get-fcc-list): Likewise.
4589
4590 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4591
4592         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4593         (wl-thread-entity-cur): Ditto.
4594         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4595         wl-thread-indent-regexp setting.
4596         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4597
4598         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4599         wl-summary-lazy-highlight.
4600         (wl-summary-display-bottom): Ditto.
4601
4602         * wl-thread.el (wl-thread-open-close): Likewise.
4603
4604         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4605         from and subject;
4606         Bind wl-draft-use-frame;
4607         Enclose with save-window-excursion;
4608         Use wl-draft-create-buffer instead of with-temp-buffer;
4609         Use wl-draft-prepare-edit;
4610         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4611         Use wl-draft-send instead of wl-draft-raw-send.
4612
4613 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4614
4615         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4616         of using wl-from.
4617
4618 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4621         insert-buffer instead of clone-buffer.
4622         (wl-draft-doing-mime-bcc): New variable.
4623         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4624         infinite loop.
4625         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4626
4627         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4628         (wl-draft-mime-bcc-body): Ditto.
4629
4630         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4631         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4632         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4633         wl-draft-do-mime-bcc.
4634         (wl-draft-mime-bcc-field): New function.
4635         (wl-draft-do-mime-bcc): Ditto.
4636
4637         * wl-address.el (wl-address-complete-header-list): New variable.
4638         (wl-address-complete-header-regexp): Changed default value.
4639
4640         * Version number is increased to 2.9.13.
4641
4642 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4643
4644         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4645         it is differed.
4646
4647 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4648
4649         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4650         (wl-summary-line-list-count): Ditto.
4651
4652 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4655         (wl-nntp-posting-function): New variable.
4656         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4657         `wl-nntp-posting-config-alist'.
4658
4659 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4660
4661         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4662         FLIM.
4663
4664 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4665
4666         * wl-summary.el (wl-summary-target-mark-refile-sub):
4667         Remove a nuisance funcall.
4668
4669 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4670
4671         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4672         as t for `try-completion'.
4673
4674 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4675
4676         * wl-summary.el (wl-summary-default-from): Use
4677         wl-address-header-extract-address instead of
4678         std11-extract-address-components.
4679         (wl-summary-simple-from): Ditto.
4680         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4681         (wl-summary-insert-headers): Show message.
4682         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4683         for whole line.
4684         (wl-summary-default-from): Revert last change.
4685         (wl-summary-simple-from): Ditto.
4686         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4687         (wl-summary-mark-as-read-region): Follow the change above.
4688         (wl-summary-sync-marks): Ditto.
4689         (wl-summary-target-mark-mark-as-read): Ditto.
4690         (wl-summary-redisplay-internal): Ditto.
4691         (wl-summary-redisplay-no-mime-internal): Ditto.
4692         (wl-summary-redisplay-all-header): Ditto.
4693         (wl-summary-mark-as-read): Removed argument `cached';
4694         Use current cache status to set cache mark.
4695         (wl-summary-redisplay-internal): Follow the change above.
4696         (wl-summary-redisplay-no-mime-internal): Ditto.
4697         (wl-summary-redisplay-all-header): Ditto.
4698
4699         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4700
4701         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4702         Don't call itself recursively (Adviced by Yamaoka-san).
4703
4704 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4707         bind wl-summary-highlight as nil to avoid error caused by missing
4708         local variables.
4709
4710 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * wl-vars.el (wl-invalid-character-message): New user option.
4713
4714         * wl-util.el (wl-set-string-width): If truncated string-width is
4715         larger than specified width, use `wl-invalid-character-message'.
4716
4717 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4718
4719         * wl-summary.el (wl-summary-prefetch-msg): 
4720         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4721
4722 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-vars.el (wl-summary-check-line-format): New user option.
4725         (wl-summary-line-format-file): Ditto.
4726
4727         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4728         variable.
4729         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4730         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4731         and `wl-summary-view-old-p' to check whether do a rescan or not.
4732         (wl-summary-view-old-p): New function.
4733         (wl-summary-line-format-changed-p): Ditto.
4734         (wl-summary-line-format-save): Ditto.
4735         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4736
4737         * wl-util.el (wl-set-string-width): Avoid using negative number
4738         for make-string.
4739
4740 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4741
4742         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4743         return value.
4744
4745         * wl-util.el (wl-set-string-width): Added optional argument
4746         `padding' (All other related portions are changed).
4747         (wl-line-parse-format): If the first letter of column number is
4748         `0', zero-padding the result (ex: "%05l").
4749
4750         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4751
4752 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4755         sequential summary view.
4756
4757 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4760         if it doesn't have a -unix version.
4761
4762 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4763
4764         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4765
4766 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4767
4768         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4769         content.
4770         (wl-draft): Follow the change above.
4771
4772         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4773
4774         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4775         and wl-folder-summary-line-format-alist contain %T and %P.
4776
4777         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4778         (wl-summary-mode-line-format): New user option.
4779         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4780         (wl-summary-line-format): Changed default value.
4781         (wl-summary-lazy-highlight): Changed default value.
4782
4783         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4784         change in wl-summary-create-line.
4785         (wl-thread-insert-entity-sub): Ditto.
4786
4787         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4788         (wl-summary-buffer-unread-status): Ditto.
4789         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4790         (wl-summary-buffer-persistent-mark-column): Ditto.
4791         (wl-summary-buffer-mode-line-formatter): Ditto.
4792         (wl-summary-buffer-mode-line): Ditto.
4793         (wl-summary-message-regexp): Abolished.
4794         (All other related portions are changed.)
4795         (wl-summary-detect-mark-position): New function.
4796         (wl-summary-buffer-set-folder): Setup
4797         wl-summary-buffer-mode-line-formatter.
4798         (wl-summary-mode): Setup selective-display;
4799         Setup pre-idle-hook when xemacs.
4800         (wl-summary-update-modeline): Rewrite.
4801         (wl-summary-jump-to-msg): Define as function;
4802         Changed regexp for searching messages.
4803         (wl-summary-message-number): Rewrite.
4804         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4805         Do rescan when old type summary cache.
4806         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4807         (wl-summary-remove-destination): Use '\r' to detect EOL.
4808         (wl-summary-print-destination): Ditto.
4809         (wl-summary-temp-mark): New inline function.
4810         (wl-summary-persistent-mark): Ditto.
4811         (wl-summary-line-number): New function.
4812         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4813         (wl-summary-line-list-count): New function.
4814         (wl-summary-create-line): Added argument persistent-mark.
4815         (All other related portions are changed)
4816         (wl-summary-create-line): Insert '\r'.
4817         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4818         (wl-summary-cursor-move-surface): New inline function.
4819         (wl-summary-prev): Use it.
4820         (wl-summary-next): Ditto.
4821
4822         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4823         wl-summary-message-regexp.
4824         (wl-highlight-summary): Delete progress message.
4825         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4826
4827         * Version number is increased to 2.9.12.
4828
4829 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4832         variable (nil: no minimum).
4833         (wl-summary-line-subject): Add some spaces after subject by
4834         wl-summary-line-subject-minimum-length.
4835
4836 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4837
4838         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4839         and removed `F'.
4840         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4841         change above).
4842
4843 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4844
4845         * wl-summary.el (wl-summary-line-list-count): Reverted.
4846         (example setting in samples/*/dot.wl is also updated)
4847
4848 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4849
4850         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4851
4852         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4853
4854         * wl-vars.el (wl-summary-line-format): Addes some description to the
4855         docstring.
4856
4857         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4858         (wl-summary-line-close-bracket): Ditto.
4859         (wl-summary-line-children-number): Ditto.
4860         (wl-summary-line-thread-indent): Ditto.
4861         (wl-summary-line-children-and-from): Ditto.
4862
4863         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4864         't', 'c', 'F' and added 'C'.
4865
4866         * wl-util.el (wl-set-string-width): Accept negative value.
4867         (wl-line-parse-format): Added "%number(" and "%)".
4868
4869 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4870
4871         * wl-summary.el (wl-summary-line-list-count): Change format of the
4872         return value.
4873
4874 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4875
4876         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4877         from the recent message.el.
4878         (wl-draft-point-in-header-p): Ditto.
4879         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4880         wl-draft-beginning-of-line.
4881         * wl-e21.el (wl-draft-mode-map): Ditto.
4882         * wl-xmas.el (wl-draft-mode-map): Ditto.
4883
4884         * wl-folder.el: Sort macrodefs by dependencies.
4885
4886 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4887
4888         * wl-summary.el (wl-summary-prev): Fixed regexp.
4889         (wl-summary-next): Ditto.
4890
4891 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4894
4895 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4896
4897         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4898         for backward compatibility.
4899
4900 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4901
4902         * wl-summary.el (wl-summary-line-list-count): New function, merged
4903         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4904         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4905         list counts.
4906
4907 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4908
4909         * wl-summary.el (wl-summary-create-line): Ignore errors while
4910         timezone-fix-time.
4911
4912         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4913
4914         * wl-summary.el (wl-summary-sync-update): Ditto.
4915         (wl-summary-default-from): Use wl-message-entity
4916         instead of entity.
4917
4918         * wl-summary.el (wl-summary-create-line): Fix.
4919
4920         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4921         (wl-summary-line-format): New user option.
4922         (wl-folder-summary-line-format-alist): Ditto.
4923         (wl-summary-from-width): Abolished.
4924
4925         * wl-util.el (toplevel): Require 'bytecomp.
4926         (wl-line-parse-format): New function.
4927         (wl-line-formatter-setup): New macro.
4928
4929         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4930         (wl-summary-buffer-line-formatter): New buffer local variable.
4931         (wl-summary-switch-to-clone-buffer): Follow the change above.
4932         (wl-summary-message-regexp): Fix.
4933         (wl-summary-from-func-internal): Abolished.
4934         (wl-summary-subject-func-internal): Ditto.
4935         (wl-summary-subject-filter-func-internal): Ditto.
4936         (All other related portions are changed.)
4937         (wl-summary-buffer-set-folder):
4938         Set up wl-summary-buffer-number-column and 
4939         wl-summary-buffer-line-formatter
4940         (All other related portions are changed.)
4941         (wl-summary-buffer-number-column-detect): Abolished.
4942         (All other related portions are changed.)
4943         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4944         (wl-summary-delete-all-temp-marks-on-buffer): Use
4945         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4946         (wl-summary-target-mark-delete): Ditto.
4947         (wl-summary-target-mark-refile-subr): Ditto.
4948         (wl-summary-target-mark-mark-as-read): Ditto.
4949         (wl-summary-target-mark-mark-as-unread): Ditto.
4950         (wl-summary-target-mark-mark-as-important): Ditto.
4951         (wl-summary-target-mark-save): Ditto.
4952         (wl-summary-replace-status-marks): Renamed from
4953         wl-summary-set-status-marks-on-buffer;
4954         Use wl-summary-message-regexp instead of
4955         wl-summary-buffer-number-regexp.
4956         (wl-summary-sync-update): Follow the change above.
4957         (wl-summary-goto-previous-message-beginning): New function.
4958         (wl-summary-mark-as-unread): Use it.
4959         (wl-summary-mark-as-important): Ditto.
4960         (wl-summary-line-formatter): New variable.
4961         (wl-summary-line-year): New function.
4962         (wl-summary-line-day): Ditto.
4963         (wl-summary-line-day-of-week): Ditto.
4964         (wl-summary-line-hour): Ditto.
4965         (wl-summary-line-minute): Ditto.
4966         (wl-summary-line-open-bracket): Ditto.
4967         (wl-summary-line-close-bracket): Ditto.
4968         (wl-summary-line-children-number): Ditto.
4969         (wl-summary-line-thread-indent): Ditto.
4970         (wl-summary-line-size): Ditto.
4971         (wl-summary-line-subject): Ditto.
4972         (wl-summary-line-from): Ditto.
4973         (wl-summary-line-children-and-from): Ditto.
4974         (wl-summary-create-line): Rewritten.
4975         (wl-summary-format-date): Abolished.
4976
4977         * wl-highlight.el (wl-highlight-summary-current-line): Use
4978         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4979         Use thread structure to detect thread top message.
4980
4981         * wl-draft.el (wl-default-draft-cite): Don't use
4982         wl-summary-from-func-internal.
4983
4984         * wl-refile.el (wl-refile-subject-learn): Don't use
4985         wl-summary-subject-filter-func-internal.
4986         (wl-refile-guess-by-subject): Ditto.
4987
4988         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4989         parameters.
4990
4991         * wl-thread.el (wl-thread-update-indent-string-region):
4992         Use wl-thread-update-line-on-buffer instead of
4993         wl-thread-update-indent-string.
4994         (wl-thread-update-children-number): Redefine using
4995         wl-thread-update-line-on-buffer.
4996         (wl-thread-update-indent-string): Abolished.
4997
4998         * Version number is increased to 2.9.11.
4999
5000 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5003         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5004         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5005
5006         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5007         as nil.
5008
5009         * wl-thread.el (wl-thread-open-all-unread): Use 
5010         elmo-folder-list-messages-mark-match.
5011         (wl-thread-insert-message): Removed argument `mark-alist'.
5012         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5013         elmo-msgdb-set-mark.
5014         (wl-thread-get-children-msgs-uncached): Likewise.
5015         (wl-thread-get-exist-children): Added argument include-self.
5016         (wl-thread-delete-message): Follow the change above.
5017
5018         * wl-summary.el (wl-summary-count-unread): Removed argument.
5019         (wl-summary-rescan): Follow the change above.
5020         (wl-summary-mark-as-read-region): Ditto
5021         (wl-summary-mark-as-unread-region): Ditto.
5022         (wl-summary-delete-messages-on-buffer): Ditto.
5023         (wl-summary-sync-update): Ditto.
5024         (wl-summary-switch-to-clone-buffer): Ditto.
5025         (wl-summary-goto-folder-subr): Ditto.
5026         (wl-summary-target-mark-mark-as-read): Ditto.
5027         (wl-summary-target-mark-mark-as-unread): Ditto.
5028         (wl-summary-target-mark-mark-as-important): Ditto.
5029         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5030         (wl-summary-update-thread): Removed argument `mark-alist'.
5031         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5032         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5033         (wl-summary-resume-cache-status): Likewise.
5034         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5035         elmo-msgdb-set-mark.
5036         (wl-summary-mark-as-read-all): Likewise.
5037         (wl-summary-delete-cache): Ditto.
5038         (wl-summary-auto-select-msg-p): Ditto.
5039         (wl-summary-mark-as-unread): Ditto.
5040         (wl-summary-no-auto-refile-message-p): Ditto.
5041         (wl-summary-mark-as-read): Ditto.
5042         (wl-summary-mark-as-important): Ditto.
5043         (wl-summary-auto-refile): Follow the change above.
5044         (wl-summary-delete-all-marks): Removed.
5045         (wl-summary-resume-marks-and-highlight): Ditto.
5046         (wl-summary-resume-marks): Ditto.
5047         (wl-summary-delete-important-msgs-from-list): Ditto.
5048         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5049
5050         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5051         wl-summary-count-unread.
5052
5053         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5054         (wl-summary-score-update-all-lines): Use
5055         elmo-msgdb-set-mark.
5056
5057 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5058
5059         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5060         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5061         (wl-summary-create-line): Renamed from
5062         wl-summary-overview-create-summary-line;
5063         Argument rearrangement.
5064         (wl-summary-update-thread): Follow the change above.
5065
5066         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5067         (wl-thread-insert-entity-sub): Likewise.
5068
5069         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5070         argument `overview', `mark-alist' and added `msgdb'.
5071
5072         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5073
5074         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5075         (wl-summary-rescan): Follow the change above.
5076         (wl-summary-sync-update): Ditto.
5077         (wl-summary-insert-thread-entity): Ditto;
5078         Don't use `let*' in every while loop;
5079         Detect infinite loop of threads.
5080         (wl-summary-update-thread): Removed argument `overview'.
5081
5082         * wl-thread.el (wl-thread-insert-message): Ditto.
5083
5084         * Version number is increased to 2.9.10.
5085
5086         * wl-message.el (wl-message-redisplay): Ignore errors while
5087         wl-message-redisplay-hook.
5088
5089 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5090
5091         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5092
5093 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5094
5095         * wl.el (wl): inhibit-quit while wl-folder.
5096
5097 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5100         while msgdb access.
5101
5102 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5103
5104         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5105         even if no folder is not created.
5106
5107 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5110
5111         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5112         implementation.
5113         (wl-summary-target-mark-thread): Ditto.
5114
5115         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5116
5117 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5118
5119         * wl-util.el (wl-display-bytes): Remove unused function.
5120
5121 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5122
5123         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5124         seems critical one (partially reverse the change in 2002/03/17).
5125
5126 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5127
5128         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5129         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5130
5131 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5132
5133         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5134         is not writable.
5135         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5136         plugged status instead of `'force' as 2nd argument.
5137
5138         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5139         is not creatable.
5140
5141         * Version number is increased to 2.9.9.
5142
5143 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5144
5145         * wl-summary.el (wl-summary-suspend): New function.
5146
5147 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5148
5149         * wl.el (wl): Do not check variables if check is nil.
5150         * wl-utils.el (wl-collect-draft): New function.
5151         * wl-folder.el (wl-folder-suspend): Put summary buffers
5152         and draft buffers at the end of buffer list.
5153         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5154
5155 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5156
5157         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5158         loop instead of recursive call.
5159
5160         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5161         2nd argument.
5162
5163 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5164
5165         * wl-draft.el (wl-draft-create-contents): Don't take neither
5166         (function . args) nor (string . something) any more.
5167
5168         * wl-version.el (wl-generate-user-agent-string): Return string
5169         without header symbol.
5170         * wl-draft.el (wl-draft-default-headers): Use it.
5171
5172         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5173         `wl-draft-insert-ccs' and return field value instead of inserting
5174         the header. Abolish cc argument.
5175         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5176
5177         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5178         rather than one with string car.
5179
5180         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5181         * wl-draft.el (wl-draft-create-contents): Add it after the default
5182         headers.
5183
5184         * wl-draft.el (wl-draft-create-contents): For the case of
5185         (symbol-or-string . function) insert header only when the function
5186         returns string value.
5187
5188 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5191         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5192
5193 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5194
5195         * wl.el (wl-check-environment): Don't check Message-ID when
5196         `wl-insert-message-id' is nil.
5197         Revive checking if `wl-message-id-domain' contains "@".
5198
5199 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5200
5201         * wl.el (wl-check-environment): Merge examination for "@" at
5202         inappropriate position into the first string-match.
5203
5204         * wl-summary.el (wl-summary-target-mark-print): New function.
5205         (wl-summary-pipe-message-subr): Extracted from
5206         `wl-summary-pipe-message'.
5207         (wl-summary-target-mark-pipe): New function.
5208         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5209         `wl-summary-target-mark-pipe'.
5210
5211 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5212
5213         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5214
5215 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5216
5217         * wl.el (wl-check-environment): Use elmo-warning instead of
5218         error for non-critical ones.
5219         Remove trash folder check.
5220         (wl): Don't ignore error in wl-check-environment.
5221
5222         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5223         check, which is moved from `wl-check-environment'.
5224         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5225
5226 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5229         guess anything, call wl-summary-write.
5230         (wl-summary-write): Create draft with blank To field.
5231         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5232
5233 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5236         argument full as well for wl-folder-write-current-folder.
5237         If wl-*-write-current-folder cannot guess addressee, add blank
5238         To header.
5239         Rewrite condition for positioning cursor.
5240
5241 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5244         summary buffer is present, use it.
5245         (wl-folder-jump-to-previous-summary): Ditto.
5246
5247 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5250
5251         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5252         wl-summary-previous-buffer and wl-summary-next-buffer.
5253
5254         * wl-folder.el (wl-folder-mode-map): Bind
5255         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5256         (wl-folder-jump-to-next-summary): New function.
5257         (wl-folder-jump-to-previous-summary): Ditto.
5258
5259         * wl-draft.el (wl-draft): Rearranged.
5260
5261 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5262
5263         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5264         of header.
5265         (wl-draft): Collect arguments for the header as header-alist.
5266         (wl-draft-forward): Arrange arguments for wl-draft.
5267         (wl-draft-reply): Ditto.
5268         (wl-draft-edit-string): Ditto.
5269         * wl-summary.el (wl-summary-write): Ditto.
5270         (wl-summary-write-current-folder): Ditto.
5271
5272         * Version number is increased to 2.9.8.
5273
5274 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5275
5276         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5277
5278         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5279
5280         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5281         even if the guess failed.
5282
5283         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5284         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5285         wl-summary-write-current-folder.
5286         * wl-xmas.el: Ditto.
5287
5288 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5289
5290         * wl-summary.el (wl-summary-next-page): Force display message if
5291         message is not displayed yet.
5292         (wl-summary-prev-page): Ditto.
5293
5294 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5295
5296         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5297
5298 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5301         add "Preview Message" and "Save Draft and Exit".
5302
5303 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5304
5305         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5306         if addrmgr is called from draft in splitted window.
5307
5308         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5309         * wl-mule.el: Ditto.
5310         * wl-xmas.el: Ditto.
5311
5312 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5313
5314         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5315
5316         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5317         * wl-xmas.el (wl-folder-toolbar): Ditto.
5318
5319 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5320
5321         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5322         and wl-draft-save-and-exit.
5323         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5324         * wl-xmas.el: Ditto.
5325         * wl-mule.el: Ditto.
5326
5327         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5328         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5329
5330 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5333         lists for saving buffer.
5334
5335 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5336
5337         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5338         parent-folder argument instead of it.
5339         (wl-draft-create-buffer): Ditto.
5340         (wl-draft-forward): Ditto.
5341         (wl-draft-reply): Ditto.
5342         * wl-summary.el (wl-summary-write): Ditto.
5343         (wl-summary-write-current-folder): Ditto.
5344
5345         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5346         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5347         Folder buffer after composing.
5348
5349 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5352         header if the file `wl-x-face-file' already contains it.
5353
5354 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5355
5356         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5357         folder" entry.
5358         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5359         * wl-e21.el (wl-folder-toolbar): Ditto.
5360         * wl-xmas.el (wl-folder-toolbar): Ditto.
5361
5362 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5363
5364         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5365         wl-folder-goto-folder with sticky argument.
5366         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5367
5368 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5371         and wl-summary-previous-buffer.
5372         (wl-summary-next-buffer): New function.
5373         (wl-summary-previous-buffer): Ditto.
5374
5375 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5378         wl-folder-jump-to-current-entity-with-arg.
5379         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5380         `wl-folder-jump-to-current-entity'.
5381         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5382         `wl-summary-goto-folder-sticky'.
5383         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5384         `wl-summary-goto-folder'.
5385         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5386         Unless force-exit, do not clean temp. marks for sticky summary.
5387         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5388
5389 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5392         not entire.
5393
5394 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5395
5396         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5397         to `C-x C-s'.
5398         (wl-summary-save-status): New command.
5399         (wl-summary-exit): Don't clean-up temp marks when sticky.
5400         (Applied patch from Nakayama-san [wl: 09548])
5401         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5402         Do nothing when no mark data.
5403         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5404         Call `wl-summary-delete-all-temp-marks' before saving.
5405
5406 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5407
5408         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5409
5410 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5411
5412         * wl.el (wl-check-environment): Also cause error when (system-name)
5413         returns "localhost.localdomain". (Although it doesn't affect because
5414         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5415
5416 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5417
5418         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5419         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5420
5421         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5422         value.
5423
5424 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5427         Likewise r-cc-list and r-ng-list.
5428
5429 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5432         only if it is bound as variable.
5433
5434         * wl-mime.el (wl-draft-preview-message): Ditto.
5435
5436 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5439         needless `goto-char'.
5440
5441         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5442         `wl-summary-redisplay-no-mime-internal' instead of
5443         `wl-summary-redisplay-no-mime'.
5444         (wl-summary-redisplay-no-mime): Changed argument;
5445         Call `wl-summary-redisplay-no-mime-internal'.
5446
5447         * wl-mime.el (wl-draft-preview-message): Bind
5448         `mime-header-encode-method-alist' locally.
5449
5450         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5451         (wl-draft-std11-parse-addresses): Added the first address check.
5452         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5453
5454         * Version number is increased to 2.9.7.
5455
5456 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5457
5458         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5459
5460 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5461
5462         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5463         related to scrollbar support, if there is no such a feature
5464         compiled in.
5465
5466 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5467
5468         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5469         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5470         for prefetch.
5471
5472 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5473
5474         * wl-summary.el (wl-summary-pick): Fix for no match.
5475
5476 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5477
5478         * wl-draft.el (wl-draft-save):
5479         Override `mime-header-encode-method-alist'.
5480
5481 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5482
5483         * wl-folder.el (wl-folder-pick): New function.
5484         Define key as "?".
5485
5486 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5487
5488         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5489         Fix for unplugged.
5490
5491 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5492
5493         * wl-folder.el (wl-folder-virtual): New function.
5494         Define key as "V".
5495
5496 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5497
5498         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5499         multi folder if entity is group.
5500
5501 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5502
5503         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5504         is nil.
5505
5506 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5507
5508         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5509         (wl-summary-target-mark-msgs): Return the number of marked messages.
5510
5511 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5512
5513         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5514         "first:" is specified.
5515
5516 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5517
5518         * wl-vars.el (wl-from): Use return value of function
5519         user-full-name instead of the variable user-full-name since
5520         XEmacs-20.4 doesn't set this variable.
5521
5522 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5525         call `wl' directly.
5526
5527 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5528
5529         * wl-draft.el (wl-draft-reedit): Removed duplicated
5530         switch-to-buffers.
5531
5532 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * wl.el (wl-other-frame): Removed garbages.
5535
5536 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5539
5540         * wl-xmas.el (wl-draft-key-setup): Ditto.
5541
5542         * wl-mule.el (wl-draft-key-setup): Ditto.
5543
5544         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5545         (wl-draft-reedit): Ditto.
5546         (wl-draft-prepare-edit): Add `wl-draft-save' to
5547         `local-write-file-hooks'.
5548         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5549         (wl-draft-reedit): Set buffer-file-name.
5550         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5551
5552
5553         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5554         call it.
5555         (wl-delete-startup-frame-function): New variable.
5556         (wl-other-frame): New function
5557         (Original was written by Yamaoka san [wl: 09239]).
5558
5559         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5560         if `wl-folder-use-frame'.
5561
5562 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5563
5564         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5565
5566 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5567
5568         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5569         New variable.
5570         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5571         (wl-message-buffer-prefetch-get-next): Use them.
5572         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5573
5574 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5577         with unwind-protect.
5578
5579         * wl-draft.el (wl-draft-reedit): Rewrite.
5580         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5581         (wl-draft-save): Insert header separator if it does not exist;
5582         Removed condition-case.
5583
5584         * wl-summary.el (wl-summary-reedit): Revert last change.
5585
5586         * wl-draft.el (wl-draft-save): Rewrite.
5587         (wl-draft-create-buffer): Set buffer-file-name as nil.
5588
5589         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5590
5591         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5592
5593         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5594         nil.
5595
5596 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5597
5598         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5599         If count is nil, do not prefetch.
5600         (wl-message-buffer-prefetch-next): Next.
5601
5602 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5603
5604         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5605
5606 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5607
5608         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5609         `delete-backward-char'
5610         (wl-draft-prepare-edit): Check major-mode.
5611         (wl-draft-decode-header): Rewrite.
5612         (wl-draft): Fix.
5613
5614 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5615
5616         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5617
5618 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5619
5620         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5621         (wl-message-buffer-prefetch-get-next): Remove size checking.
5622         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5623
5624 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5625
5626         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5627         (wl-draft-default-headers): Fix.
5628
5629 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5630
5631         * wl-draft.el (wl-draft-default-headers): Insert return value of
5632         `wl-generate-mailer-string-function'.
5633
5634 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5637         (wl-draft-insert-mail-header-separator): Ditto.
5638
5639         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5640         again (Reverted the change on 2002-01-17 by OKADA san).
5641
5642 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5643
5644         * wl-draft.el (wl-draft): Rewrite.
5645         (wl-draft-create-buffer): New function.
5646         (wl-draft-create-contents): Ditto.
5647         (wl-draft-prepare-edit): Ditto.
5648         (wl-draft-decode-header): Ditto.
5649         (wl-draft-decode-body): Ditto.
5650         (wl-draft-check-new-line): Ditto.
5651         (wl-draft-default-headers): Ditto.
5652         (wl-draft-insert-mail-header-separator): Ditto.
5653
5654 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5655
5656         * Version number is increased to 2.9.6.
5657
5658 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5659
5660         * wl-draft.el (wl-draft-delete-field): Optional argument.
5661         (wl-draft-delete-fields): Ditto.
5662
5663 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5664
5665         * wl-message.el (toplevel): Eliminated byte-compile warning.
5666         for `itimer-function', `delete-timer' and `itimer-list'.
5667
5668 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5669
5670         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5671         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5672         `wl-message-buffer-prefetch-threshold'.
5673         * wl-summary.el (wl-summary-redisplay-internal): Remove
5674         the check of `wl-message-buffer-prefetch-depth'.
5675
5676 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5677
5678         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5679         size of article.
5680         (wl-message-buffer-prefetch-subr): Remove size check.
5681
5682 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5683
5684         * wl-vars.el (wl-plugged): Make customizable.
5685
5686 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5687
5688         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5689         (wl-message-buffer-prefetch-set-timer): New function.
5690         (wl-message-buffer-prefetch-get-next): New function.
5691         (wl-message-buffer-prefetch): New function.
5692         (wl-message-buffer-prefetch-next): Rewrite.
5693         (wl-message-buffer-prefetch-subr): Rewrite.
5694         * wl-vars.el (wl-auto-prefetch-first): New variable.
5695         * wl-summary.el (wl-summary-goto-folder-subr): Call
5696         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5697
5698 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5699
5700         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5701         `wl-summary-unread-message-hook'.
5702
5703 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5704
5705         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5706         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5707         if range is `cache-status'.
5708
5709 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5710
5711         * wl-message.el (wl-message-buffer-prefetch-subr):
5712         Improve debug message.
5713
5714 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5715
5716         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5717         `wl-mail-send-pre-hook'.
5718         (wl-draft-send-mail-with-qmail): Ditto.
5719         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5720
5721 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5722
5723         * wl-message.el (wl-message-buffer-prefetch-subr):
5724         Fix for cancel-function-timers bug.
5725         (wl-message-buffer-prefetch-debug): Default value is t.
5726
5727 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5728
5729         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5730         (wl-message-buffer-prefetch-subr): Rewrite.
5731         Rename from `wl-message-buffer-prefetch'.
5732
5733 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5734
5735         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5736         (wl-default-draft-cite-decorate-author): Ditto.
5737
5738         * wl-draft.el (wl-draft-cite-function): Removed.
5739         (wl-default-draft-cite-decorate-author): Ditto.
5740
5741 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5744         (wl-default-draft-cite): Do not arrange author name if the value of
5745         `wl-default-draft-cite-decorate-author' is nil.
5746
5747 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5748
5749         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5750
5751         * wl-folder.el (wl-folder-check-one-entity): Don't care
5752         `elmo-folder-use-flag-p'.
5753
5754 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5755
5756         * wl-folder (wl-folder-check-one-entity): Fix
5757         problem if unread is nil.
5758
5759 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5760
5761         * wl-address.el (wl-address-make-completion-list): Check whether
5762         the address is a group list.
5763         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5764
5765 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5766
5767         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5768         The number of the messages of new and unread does not count
5769         correctly.
5770
5771         * wl-summary.el (wl-summary-count-unread): Changed to return
5772         `(new . unread)' instead of total.
5773         (wl-summary-sync-update): Follow the change above.
5774
5775         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5776
5777 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5778
5779         * wl-address.el (wl-address-make-completion-list): Do not enclose
5780         address by " <" and ">" if associated realname is "".
5781         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5782         This is against the promblem with group list in .addresses pointed
5783         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5784
5785 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5786
5787         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5788         message is a format control string.
5789         * wl-expire.el (wl-expire-append-log): Ditto.
5790         * wl-mime.el (wl-summary-burst-subr): Ditto.
5791         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5792         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5793
5794 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5795
5796         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5797         wl.el (wl-check-variables): Rename from `wl-check-type'.
5798         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5799         (wl-check-variables-2): New function.
5800         (wl): Call `wl-check-variables-2'.
5801
5802 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5803
5804         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5805         after renaming folder in access group.
5806
5807 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5808
5809         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5810         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5811         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5812         (wl-message-buffer-prefetch): Rewrite.
5813         (wl-message-buffer-prefetch-idle-time): Removed.
5814         * wl-summary.el (wl-summary-redisplay-internal):
5815         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5816         Error check for `wl-message-buffer-prefetch-depht'.
5817
5818 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5819
5820         * Version number is increased to 2.9.5.
5821         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5822
5823 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5824
5825         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5826         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5827         Based on the patch written by
5828         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5829
5830 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5831
5832         * wl-draft.el (wl-draft-raw-send): Fix for
5833         `wl-news-send-pre-hook'
5834
5835 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5836
5837         * wl-utils.el (wl-message-id-function): New variable.
5838         * wl-draft.el (wl-draft-insert-required-fields):
5839         Use `wl-message-id-function'.
5840
5841 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5842
5843         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5844         * wl-utils.el (wl-draft-make-message-id-string):
5845         Use `wl-from' for domain part of Message-ID
5846         if `wl-message-id-use-wl-from' if non-nil.
5847         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5848
5849 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5850
5851         * wl.el (wl): Call `wl-check-type'
5852         Do not 'condition-case'.
5853
5854 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5855
5856         * wl.el (wl-check-type): New function.
5857         (wl-check-type-variables): New variable.
5858
5859 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5860
5861         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5862
5863 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5864
5865         * wl-draft.el (wl-smtp-password-key): New function.
5866         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5867         (wl-draft-send-mail-with-smtp): Ditto.
5868         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5869
5870 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5871
5872         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5873         * wl-utils.el (wl-unique-id-suffix): Remove.
5874
5875 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5876
5877         * Version number is increased to 2.9.4.
5878
5879 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5880
5881         * wl-utils.el (wl-unique-id-suffix): New variable.
5882         (wl-unique-id): Use `wl-unique-id-suffix'
5883
5884 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5885
5886         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5887         instead of `elmo-msgdb-search'.
5888
5889         * Version number is increased to 2.9.3.
5890
5891 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5892
5893         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5894
5895 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5896
5897         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5898         (wl-draft-dispatch-message): Changed for send-later.
5899         (wl-draft-queue-flush): Ditto.
5900         (wl-draft): Clear `wl-sent-message-queued'.
5901         (wl-draft-reedit): Ditto.
5902         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5903         * wl-vars.el (wl-draft-force-queuing): New variable.
5904         (wl-draft-force-queuing-mail): New variable.
5905         (wl-draft-force-queuing-news): New variable.
5906
5907 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5910         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5911
5912 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5913
5914         * Version number is increased to 2.9.2.
5915
5916 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * wl-draft.el (wl-draft-elide-region): New user command.
5919         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5920
5921         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5922         command `wl-draft-elide-region'.
5923         * wl-mule.el: Ditto.
5924         * wl-xmas.el: Ditto.
5925
5926 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5929         (wl-biff-check-folder-async): Removed needless let.
5930
5931 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5934         wl-folder-get-elmo-folder.
5935         (wl-biff-check-folder): Set `biff' argument of
5936         `wl-folder-check-one-entity'.
5937         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5938
5939         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5940         (wl-folder-check-one-entity): Added `biff' argument;
5941         Setup `biff' slot of folder.
5942
5943         * Version number is increased to 2.9.1.
5944
5945 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5946
5947         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5948         comment out and fixed.
5949         (wl-fldmgr-add-completion-subr): Ditto.
5950
5951         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5952         and msgdb.
5953
5954         * wl.el (wl-toggle-plugged): Save summary view.
5955
5956 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5957
5958         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5959
5960 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5961
5962         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5963
5964 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5967         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5968         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5969
5970         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5971         if it was failed.
5972         (wl-demo): Disable undo in the demo buffer.
5973
5974 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-version.el (wl-version): Changed codename.
5977
5978         * Version number is increased to 2.9.0.
5979
5980 2001-12-14  Takuo KITAME <kitame@northeye.org>
5981
5982         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5983         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5984         (wl-folder-mark-as-read-all-current-entity): Ditto.
5985
5986 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-vars.el (wl-from-width): Define as obsolete variable.
5989         (wl-subject-length-limit): Ditto.
5990
5991         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5992
5993         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5994         wl-summary-save-view.
5995
5996         * wl.el (wl-save-status): Ditto.
5997         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5998
5999         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6000         (wl-summary-exit): Follow the change above.
6001         (wl-summary-goto-folder-subr): Ditto.
6002
6003         * wl-folder.el (wl-folder-create-subr): Don't use
6004         `elmo-folder-creatable-p'.
6005
6006 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6009
6010 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6013         rather than bitmap on Emacs 21.
6014         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6015         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6016         for xbm if the new redisplay engine is not available.
6017
6018 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6019
6020         * wl-folder.el (wl-folder-init-hook): New hook.
6021         (wl-folder-init): Run `wl-folder-init-hook'.
6022
6023 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6026
6027 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl-acap.el (wl-acap-cache-filename): New variable.
6030         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6031         (wl-acap-init): Use cache if no ACAP server found.
6032
6033 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6034
6035         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6036         `wl-acap-original-msgdb-dir'.
6037
6038         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6039         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6040
6041         * wl-mime.el (wl-mime-save-directory): Renamed from
6042         `wl-mime-save-dir'.
6043
6044 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6047
6048         * wl-demo.el: Require `path-util'.
6049         (wl-demo-bitmap-mule-available-p): New internal variable.
6050         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6051         `module-installed-p' instead.
6052         (wl-demo-insert-image): Use *.img file for a bitmap image.
6053         (wl-demo): Don't call the ascii demo recursively.
6054
6055 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6056
6057         * Version number is increased to 2.7.7.
6058
6059 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6060
6061         * wl.el (wl-exit): Eliminated byte-compile warning.
6062
6063 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6064
6065         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6066         obsolete variable using `elmo-define-obsolete-variable'.
6067         (wl-fetch-confirm-threshold): Ditto.
6068         (wl-cache-prefetch-folder-type-list): Ditto.
6069         (wl-cache-prefetch-folder-list): Ditto.
6070
6071 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6074         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6075         (wl-demo-insert-image): New function.
6076         (wl-demo-insert-text): New function.
6077         (wl-demo-image-type-alist): Redefine as a function.
6078         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6079         (wl-demo-with-temp-file-buffer): Removed.
6080         (wl-logo-xpm): Removed.
6081         (wl-logo-xbm): Removed.
6082         (wl-logo-bitmap): Removed.
6083
6084 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6085
6086         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6087         (wl-expire-localdir-get-folder-function): New user option.
6088         (wl-expire-localdir-get-folder): New function.
6089         (wl-expire-localdir-date): Ditto.
6090
6091 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6092
6093         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6094         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6095         Fixed unread number mismatch when all-unread < unread.
6096
6097 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6100         (wl-fetch-confirm-threshold): Ditto.
6101
6102         * wl-summary.el (wl-summary-confirm-appends): Removed.
6103         (wl-summary-sync-update): Don't refer
6104         `wl-summary-update-confirm-threshold' (It is now abolished).
6105
6106         * wl-message.el (wl-message-display-internal): Don't refer
6107         `wl-fetch-confirm-threshold' (It is now abolished).
6108
6109 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6112
6113 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6114
6115         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6116         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6117         Change default value to nil.
6118         (wl-summary-indent-length-limit): The value can be nil, nil means
6119         unlimited.
6120
6121         * wl-summary.el: Don't set limit for indent length if the value of
6122         wl-summary-indent-length-limit is nil.
6123         If the value of wl-summary-width is nil, it means only that the width
6124         of summary is unlimited (nil doesn't mean that the indent length is
6125         unlimited).
6126
6127         * wl-thread.el: Ditto.
6128
6129 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6130
6131         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6132         be nil, nil means never confirm.
6133         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6134
6135 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6136
6137         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6138         means unlimited).
6139
6140 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6141
6142         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6143         Use `with-temp-buffer'.
6144
6145 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6148         with new backquote style).
6149         (wl-folder-get-entity-from-buffer): Ditto.
6150
6151 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6152
6153         * wl-version.el (nemacs-version): Eliminated.
6154         (wl-extended-emacs-version2): Ignore nemacs.
6155         (wl-extended-emacs-version3): Ditto.
6156
6157 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6158
6159         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6160         (wl-draft-add-in-reply-to): New variable.
6161         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6162         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6163         (wl-draft-yank-from-mail-reply-buffer): Use
6164         `wl-draft-add-in-reply-to'.
6165         (wl-draft-insert-current-message): Ditto.
6166
6167 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6168
6169         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6170         typo (kill->hide).
6171         (wl-message-buffer-prefetch-folder-type-list): Added elements
6172         `mark' and `cache' instead of `internal'.
6173
6174 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6177         resume msgdb directory.
6178
6179 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6180
6181         * wl.el (wl-exit): Call `wl-acap-exit'.
6182
6183         * wl-summary.el (wl-summary-message-string): New function.
6184         (wl-summary-reedit): Use it.
6185         (wl-summary-resend-bounced-mail): Remove needless let.
6186         (wl-summary-supersedes-message): Ditto.
6187         (wl-summary-save): Ditto.
6188
6189         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6190         (wl-acap-init): Set it.
6191         (wl-acap-exit): New function.
6192
6193 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6194
6195         * wl.el (wl-init): Revert (require 'mime-setup). move from
6196         toplevel.
6197
6198 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6199
6200         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6201         local variables.  Add error when guess function return invalid
6202         value.
6203
6204 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6205
6206         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6207         Change local variable name.
6208         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6209         (wl-folder-get-newsgroups): Return nil when non-news folder.
6210         * wl-summary.el (wl-summary-write-current-folder): State through
6211         when guess-list return nil.
6212         (wl-summary-write-current-folder-functions): Fixed docstring.
6213
6214         * wl.el (wl-exit): Changed confirm message.
6215
6216         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6217         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6218
6219         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6220
6221 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6222
6223         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6224         user option (Renamed from wl-cache-prefetch-folder-type-list).
6225         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6226         from wl-cache-prefetch-folder-list).
6227
6228         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6229         Move to wl-vars.el.
6230         (wl-message-buffer-prefetch-p): Changed to enable
6231         `wl-message-buffer-prefetch-folder-list'.
6232
6233         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6234         `ignore-cache'.
6235
6236 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6237
6238         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6239         `part-top' and `part-bottom'.
6240         (wl-draft-config-sub-part-top): New function.
6241         (wl-draft-config-sub-part-bottom): New function.
6242
6243 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6244
6245         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6246
6247 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6248
6249         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6250
6251 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6252
6253         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6254
6255         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6256         (wl-summary-write-current-folder): Ditto.
6257
6258 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-folder.el (wl-folder-get-newsgroups): Use
6261         `elmo-folder-newsgroups'.
6262
6263 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6266         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6267         `wl-draft-config-sub-header-bottom'.
6268
6269 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6270
6271         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6272         localnews folder.
6273
6274 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6275
6276         * wl-summary.el (wl-summary-mode): Undo last change.
6277
6278         * wl-folder.el (wl-folder-mode): Ditto.
6279
6280 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6281
6282         * wl-summary.el (wl-summary-mode): Locally set
6283         truncate-partial-window-width to nil.
6284         (for XEmacs)
6285
6286         * wl-folder.el (wl-folder-mode): Ditto.
6287
6288 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6289
6290         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6291
6292 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6295         number.
6296
6297         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6298
6299         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6300
6301         * Version number is increased to 2.7.6.
6302
6303 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6306
6307 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * wl-summary.el (wl-summary-sync-update): Enclose network
6310         related portion with `unwind-protect'.
6311
6312 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6313
6314         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6315
6316 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6317
6318         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6319         element.
6320         * wl-vars.el (wl-message-body-button-alist): Ditto.
6321
6322         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6323         max match length.
6324         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6325
6326         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6327         for the max match length;
6328         Use 4th element value for the button string regexp group.
6329
6330         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6331         candidate exists, prompt to select.
6332
6333 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6334
6335         * wl-summary.el (wl-summary-jump-to-msg): Search before
6336         calibration point by `beginning-of-line'.
6337
6338 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6339
6340         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6341         for access group.
6342
6343 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6344
6345         * wl-message.el (wl-message-display-internal): Bind
6346         `default-mime-charset'.
6347
6348         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6349
6350         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6351
6352         * Version number is increased to 2.7.5.
6353
6354 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6355
6356         * wl-expire.el (wl-summary-archive): Fixed;
6357         Use `elmo-folder-name-internal'.
6358
6359 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6360
6361         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6362         from `elmo-folder-move-messages' caller.
6363         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6364
6365         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6366         related portions are changed).
6367
6368 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6369
6370         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6371         counter.
6372
6373 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6374
6375         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6376         buffer local and set it to nil.
6377
6378         * wl-message.el (wl-message-redisplay): Ditto.
6379
6380 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6381
6382         * wl-summary.el (wl-summary-mark-as-important): If message is
6383         already cached, set messag as read, otherwise encache and mark as read.
6384
6385 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6386
6387         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6388         point-min.
6389
6390 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6393         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6394         a keymap.
6395
6396 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6397
6398         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6399         parent.
6400
6401         * wl-mule.el (wl-message-define-keymap): Ditto.
6402
6403         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6404
6405         * wl-xmas.el (wl-message-display-internal-hook): Define.
6406         (wl-xmas-setup-message-toolbar): Define as function.
6407         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6408         (wl-message-overload-functions): Abolished.
6409         (wl-message-define-keymap): New function.
6410
6411         * wl-vars.el (wl-message-display-internal-hook): New variable.
6412         (wl-message-header-button-alist): New variable (Renamed from
6413         wl-highlight-message-header-button-alist).
6414         (wl-message-body-button-alist): Ditto.
6415
6416         * wl-mule.el (wl-message-define-keymap): New function.
6417         (wl-message-overload-functions): Abolished.
6418
6419         * wl-message.el (wl-message-add-buttons-to-body): New function.
6420         (wl-message-redisplay): Don't call wl-message-overload-functions;
6421         Call wl-message-add-buttons-to-header and
6422         wl-message-add-buttons-to-body.
6423         (wl-message-display-internal): Set keymap argument for
6424         elmo-mime-display-as-is, elmo-mime-message-display;
6425         Run wl-message-display-internal-hook.
6426         (wl-message-refer-article-or-url): Abolished.
6427
6428         * wl-highlight.el (wl-highlight-headers): Don't call
6429         wl-highlight-message-add-buttons-to-header.
6430         (wl-highlight-message-add-buttons-to-header): Abolished.
6431
6432
6433         * wl-e21.el (wl-message-display-internal-hook): Define.
6434         (wl-e21-setup-toolbar): Deleted duplicated binding.
6435         (wl-e21-setup-message-toolbar): Define as function.
6436         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6437         (wl-message-define-keymap): New function.
6438         (wl-message-overload-functions): Abolished.
6439
6440 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6443         and elmo-folder-close.
6444
6445         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6446
6447 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6448
6449         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6450         boolean value.
6451         * wl-draft.el (wl-draft-do-fcc): Ditto.
6452
6453 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6454
6455         * wl-vars.el (wl-fcc-force-as-read): New variable.
6456         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6457         mark copied message as read.
6458
6459 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6462
6463 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6464
6465         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6466         `wl-summary-target-above' instead of obsolete variable
6467         `wl-summary-temp-above'.
6468
6469         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6470         instead of `make-obsolete-variable'.
6471         * wl-refile.el (toplevel): Ditto.
6472
6473 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6474
6475         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6476         with third argument t.
6477         (wl-draft): Set first argument for wl-plugged-init as t.
6478
6479         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6480         definition.
6481
6482 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6483
6484         * wl-vars.el: Tabify.
6485         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6486
6487         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6488         message.
6489
6490 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6491
6492         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6493         and set default to beep.
6494
6495 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6496
6497         * wl-vars.el (wl-draft-truncate-lines): New variable.
6498
6499         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6500         instead of wl-message-truncate-lines for truncate-lines.
6501
6502 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl-message.el (wl-message-display-internal): Call
6505         `wl-highlight-message' after `elmo-mime-display-as-is'.
6506
6507         * wl-mime.el (wl-mime-display-text/plain): New function.
6508         (wl-mime-display-header): Ditto.
6509         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6510         body-presentation-method for text/plain;
6511         Register `wl-mime-display-header' as a header-presentation-method;
6512         Don't set up `elmo-message-text-content-inserted-hook' and
6513         `elmo-message-header-inserted-hook'.
6514
6515         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6516         variable.
6517         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6518         as t if flag is 'all-header;
6519         Don't bind `elmo-message-ignored-field-list',
6520         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6521
6522 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6525         for xemacs with non-mule environment.
6526
6527 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6528
6529         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6530         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6531         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6532
6533 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6534
6535         * wl-vars.el (wl-interactive-send): Set default value as t.
6536
6537 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6538
6539         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6540         (wl-addrmgr-method-list): Abolished.
6541         (wl-addrmgr-change-method): Follow above change.
6542
6543         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6544
6545 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6546
6547         * wl-vars.el (wl-message-truncate-lines): Change default value
6548         to default-truncate-lines.
6549
6550         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6551
6552 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6553
6554         * wl-vars.el (wl-message-truncate-lines): New variable.
6555
6556         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6557         wl-message-truncate-lines.
6558
6559 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6560
6561         * wl-acap.el (wl-acap-init): Remove period from error message.
6562         (wl-acap-find-acap-service): Remove period from message.
6563
6564 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl.el (wl-check-environment): Undo last change.
6567
6568         * wl-vars.el (wl-from): Changed default value.
6569
6570         * wl-util.el (toplevel): Don't require tm-edit.
6571
6572         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6573         `wl-folder-init';
6574         Don't set mark on mail body.
6575         (wl-draft-reedit): Ditto.
6576
6577         * wl-address.el (wl-address-quote-specials): Define as an alias for
6578         elmo-address-quote-specials.
6579
6580 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6583
6584         * wl-vars.el (wl-from): Set default value as nil.
6585         (wl-organization): Set default value as ORGANIZATION environment
6586         variable.
6587
6588         * wl-draft.el (wl-smtp-extension-bind): Check value of
6589         wl-smtp-connection-type.
6590
6591         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6592         error.
6593
6594 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6595
6596         * Version number is increased to 2.7.4.
6597
6598         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6599         arguments from `wl-highlight-x-face-function' caller.
6600         Use x-face-1.3.6.12 or later.
6601
6602 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6603
6604         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6605
6606 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6607
6608         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6609         (wl-fcc): Fix to accept function.
6610         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6611
6612 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6613
6614         * wl-acap.el (toplevel): Added `product-provide' declare.
6615         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6616
6617 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6618
6619         * wl.el (wl): Changed order of calling `elmo-init'
6620         and `elmo-folder-init'.
6621
6622 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6623
6624         * wl-mime.el (wl-summary-burst): Extract message when content-type
6625         of root entity is not only `multipart' but also `message/rfc822'.
6626         (wl-summary-burst-subr): Ditto.
6627
6628 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl-vars.el (toplevel): Require 'custom.
6631         (wl-trash-folder): Added to `wl-setting' group.
6632
6633         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6634         exists.
6635         (wl-addrmgr-draw): Insert empty line when no entry exists.
6636
6637         * wl-mule.el (wl-message-wheel-up): Fixed.
6638         (wl-message-wheel-down): Ditto.
6639
6640 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6641
6642         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6643         config is an anonymous lambda expression.
6644
6645 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6648         when Mule 2 is running.
6649
6650 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6651
6652         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6653
6654 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6657         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6658
6659         * wl-address.el (wl-address-specials-regexp): Eliminated.
6660         (wl-address-quote-specials): Rewrite.
6661
6662 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6665         shy-groups for regexp.
6666
6667         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6668         character classes and Perl style shy-groups for regexp.
6669         (wl-highlight-plugged-current-line): Use Posix style character
6670         classes for regexp.
6671         (wl-e21-highlight-folder-by-numbers): Ditto.
6672         (wl-e21-display-image-p): Use `display-images-p' instead of
6673         `display-graphic-p'.
6674         (display-images-p): Make an alias to `display-graphic-p' if it is
6675         not available.  It is for Emacs version prior to 21.0.105.
6676
6677         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6678         `display-graphic-p'.
6679         (wl-demo-image-type-alist): Ditto.
6680         (display-images-p): Make an alias to `display-graphic-p' if it is
6681         not available.  It is for Emacs version prior to 21.0.105.
6682
6683 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6684
6685         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6686         support.
6687         (wl-generate-user-agent-string): Ditto.
6688
6689         * wl-version.el (wl-version): Update docsting.
6690         (wl-version-status): Ditto.
6691
6692 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6693
6694         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6695         21.0.105.  For Emacs 21.0.104 or earlier.
6696
6697 2001-09-03  Takuo KITAME <kitame@northeye.org>
6698
6699         * wl-e21.el (wl-plugged-init-icons): Use
6700         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6701         (wl-biff-init-icons): Ditto.
6702
6703 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-highlight.el (wl-highlight-summary-current-line):
6706         Fixed highlighting refile/copy destination.
6707
6708         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6709         (wl-acap-store): Encode string by wl-acap-coding-system.
6710
6711 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * wl-acap.el (toplevel): Check and require 'un-define before
6714         'xemacs-ucs;
6715          Added checking for UTF-2000.
6716
6717 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6720         Don't enclose with `eval-and-compile'.
6721
6722         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6723         wl-init is non-nil.
6724
6725         * wl-draft.el (wl-draft): Ditto.
6726
6727         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6728
6729         * wl-acap.el (toplevel): Require 'wl.
6730         (wl-acap-store): Call `elmo-init'.
6731
6732         * wl.el (wl): Changed position of `wl-check-environment'.
6733         (toplevel): Added autoload setting for wl-acap.
6734
6735         * wl-vars.el (wl-setting): New custom group.
6736         (wl-from): Added wl-setting group.
6737         (wl-user-mail-address-list): Ditto.
6738         (wl-organization): Ditto.
6739         (wl-subscribed-mailing-list): Ditto.
6740         (wl-envelope-from): Ditto.
6741         (wl-smtp-posting-user): Ditto.
6742         (wl-smtp-posting-server): Ditto.
6743         (wl-smtp-posting-port): Ditto.
6744         (wl-smtp-authenticate-type): Ditto.
6745         (wl-pop-before-smtp-user): Ditto.
6746         (wl-pop-before-smtp-server): Ditto.
6747         (wl-pop-before-smtp-port): Ditto.
6748         (wl-pop-before-smtp-authenticate-type): Ditto.
6749         (wl-nntp-posting-server): Ditto.
6750         (wl-nntp-posting-user): Ditto.
6751         (wl-nntp-posting-port): Ditto.
6752         (wl-fetch-confirm-threshold): Ditto.
6753         (wl-prefetch-threshold): Ditto.
6754         (wl-thread-insert-opened): Ditto.
6755         (wl-ldap-server): Ditto.
6756         (wl-ldap-port): Ditto.
6757         (wl-ldap-base): Ditto.
6758         (wl-ldap-objectclass): Ditto.
6759         (wl-use-ldap): Ditto.
6760         (wl-draft-config-alist): Ditto.
6761         (wl-draft-config-matchone): Ditto.
6762         (wl-template-alist): Ditto.
6763         (wl-message-sort-field-list): Ditto.
6764         (wl-message-ignored-field-list): Ditto.
6765         (wl-message-visible-field-list): Ditto.
6766         (wl-interactive-send): Ditto.
6767         (wl-summary-move-order): Ditto.
6768         (wl-auto-select-first): Ditto.
6769         (wl-auto-select-next): Ditto.
6770         (wl-interactive-save-folders): Ditto.
6771
6772         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6773         Initialization codes are moved from wl-local-folder-init.
6774         (wl-local-folder-init): Follow the change above.
6775         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6776
6777         * wl-acap.el: New file.
6778
6779         * Version number is increased to 2.7.3.
6780
6781 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6784
6785 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6788         (wl-addrmgr-address-entry-list): Ditto.
6789
6790 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6791
6792         * wl-e21.el (wl-draft-mode-map): Removed binding for
6793         `wl-draft-insert-x-face-field'.
6794
6795         * wl-mule.el (wl-draft-mode-map): Ditto.
6796
6797         * wl-xmas.el (wl-draft-mode-map): Ditto.
6798
6799         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6800         (wl-cs-autoconv): Ditto.
6801         (wl-cs-local): Ditto.
6802         (wl-use-scoring): Ditto.
6803         (wl-mime-charset): Ditto.
6804         (wl-folder-check-async): Ditto.
6805
6806         * wl.el (toplevel): Ignore nemacs and tm.
6807         (wl-exit): Ditto.
6808
6809         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6810         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6811         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6812         instead of wl-address-petname-add-or-change.
6813         (wl-summary-edit-addresses-subr): Use wl-address-delete
6814         instead of wl-address-petname-delete.
6815
6816         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6817
6818         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6819         if error occured.
6820
6821         * wl-message.el (require): Remove tm support.
6822
6823         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6824
6825         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6826         (wl-folder-jump-to-current-entity): Ditto.
6827         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6828
6829         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6830         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6831         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6832
6833         * wl-mule.el (wl-draft-key-setup): Ditto.
6834
6835         * wl-xmas.el (wl-draft-key-setup): Ditto.
6836
6837         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6838         (wl-draft-std11-parse-addresses): New function.
6839         (wl-draft-parse-mailbox-list): Use it.
6840         (wl-draft): Ignore nemacs.
6841         (wl-draft-reedit): Ditto.
6842
6843         * wl-addrmgr.el: New file.
6844         (Original is wl-rcpt.el written by
6845         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6846         Thanks Kitamoto-san.)
6847
6848         * wl-address.el (wl-address-make-address-list): Modified parsing
6849         process.
6850         (wl-address-delete): Renamed from `wl-address-petname-delete';
6851         Modify wl-address-list too.
6852         (wl-address-add-or-change): Renamed from
6853         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6854
6855 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6856
6857         * wl-highlight.el (wl-highlight-summary-current-line):
6858           Work with transient-mark-mode
6859
6860 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6861
6862         * Version number is increased to 2.7.2.
6863
6864         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6865         instead of elmo-dop-queue-method.
6866
6867 2001-08-06  SAITO Atsunori <sai@yedo.com>
6868
6869         * wl-vars.el (wl-ldap-objectclass): New user option.
6870
6871         * wl-address.el (wl-ldap-make-filter): Use it.
6872
6873 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6876
6877 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl-folder.el (wl-folder): redisplay after folder insertion.
6880
6881         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6882
6883         * wl-summary.el (wl-summary-sync-update):
6884         Change status mark only when new-msgdb exists.
6885         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6886
6887 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * wl-summary.el (wl-summary-open-folder): New function.
6890         (wl-summary-goto-folder-subr): Use it.
6891         (wl-summary-mark-as-important): Fix;
6892         Encache only when no cache exists.
6893
6894 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6895
6896         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6897         Use with-current-buffer.
6898
6899 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6900
6901         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6902         before call `get-buffer'. Fixed parenthesis.
6903         (wl-score-get-header-entry): Clear message and help window when
6904         keyboard quit.
6905         (wl-score-edit-insert-header): Ditto.
6906
6907 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6910         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6911         (wl-default-draft-cite): Fix.
6912
6913         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6914         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6915
6916 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6917
6918         * wl-message.el (wl-message-prev-page): Do same bahavior
6919         as summary when it is called in the message buffer.
6920         (wl-message-next-page): Ditto.
6921
6922 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-summary.el (wl-summary-forward): Use cache if it is not
6925         section cache.
6926
6927 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6930         Removed redundant require of elmo-vars.
6931         (wl-biff-state-indicator-on): Changed default value for
6932         xemacs with non-mule environment.
6933
6934         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6935         wl-message-buffer is nil;
6936         Hide progress bar after moving messages.
6937
6938 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6939
6940         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6941         message at cursor point is deleted.
6942
6943 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-vars.el: Changed file coding system to euc-japan.
6946         Added -*-coding:-*- magic to the first line.
6947
6948         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6949         Search parent from the first message.
6950
6951         * Version number is increased to 2.7.1.
6952
6953 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6954
6955         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6956
6957 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6960         refile/delete execution.
6961
6962         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6963         Fixed docstring.
6964
6965 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6968         do update process;
6969         Don't update marks when update process is interrupted.
6970
6971 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-summary.el (wl-summary-reply): Fixed problem when
6974         wl-draft-use-frame is non-nil.
6975         (wl-summary-forward): Ditto.
6976
6977         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6978         as nil.
6979         (wl-folder-mark-as-read-all-entity): Ditto.
6980         (wl-folder-prefetch-entity): Ditto.
6981
6982         * wl.el (wl): Check environment before wl-init.
6983
6984         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6985         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6986         instead of wl-summary-collect-unread.
6987         (wl-summary-reply): Split message window.
6988
6989 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6990
6991         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6992         only if current language environment is japanese,
6993
6994         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6995         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6996         (wl-folder-goto-folder-subr): Ditto.
6997
6998         * wl-draft.el (wl-draft-dispatch-message): Call
6999         `elmo-file-cache-get-path'.
7000
7001 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-summary.el (wl-summary-cursor-move): If return value of
7004         wl-summary-next-message is not number, don't jump.
7005
7006 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-summary.el (wl-summary-buffer-next-message-function): New
7009         variable.
7010         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7011         if it is bound.
7012
7013         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7014         string.
7015
7016         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7017         (wl-plugged-drawing): Ditto.
7018
7019 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7020
7021         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7022         process.
7023         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7024         with unwind-protect.
7025
7026         * wl.el (wl-init): Require mime-setup.
7027         (wl-check-environment): Don't require mime-setup.
7028
7029         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7030         instead of elmo-folder-type.
7031
7032         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7033         value as nil.
7034
7035 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * Version number is increased to 2.7.0.
7038
7039         * wl-version.el (wl-version): Changed codename.
7040
7041         * wl-summary.el (wl-summary-delete-cache): Fixed.
7042
7043         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7044         Workaround for net folders.
7045         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7046
7047         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7048         value to nil (According to the patch from
7049         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7050
7051         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7052         of elmo-folder-close.
7053
7054 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7055
7056         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7057         for postfix.
7058
7059 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7060
7061         * wl-summary.el (wl-summary-resend-message): Fixed.
7062
7063         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7064         Call wl-draft with `from' argument if its address is included in
7065         `wl-user-mail-address-list'.
7066         (wl-draft): Added `from' argument.
7067
7068         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7069         non-nil.
7070         (wl): Don't show demo if wl-demo is nil.
7071
7072         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7073         wl-summary-use-frame.
7074
7075         * wl-vars.el (wl-summary-use-frame): New user option.
7076         (wl-folder-use-frame): Changed docstring.
7077
7078         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7079         non-nil.
7080         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7081         wl-summary-use-frame.
7082
7083         * wl-vars.el (wl-folder-use-frame): New user option.
7084
7085         * wl-summary.el (wl-summary-exit): Back to folder frame if
7086         wl-folder-use-frame is non-nil.
7087         (wl-summary-redisplay-internal): Ignore cache if current folder
7088         is draft folder,
7089         (wl-summary-redisplay-no-mime): Ditto.
7090         (wl-summary-redisplay-all-header): Ditto.
7091
7092         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7093         if wl-folder-use-frame is non-nil.
7094
7095 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl-summary.el (wl-summary-sync-update): Bind
7098         elmo-folder-update-threshold.
7099         (wl-summary-mark-as-important): Enclosed server mark processing
7100         with `save-match-data'.
7101
7102         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7103         only when it is already defined.
7104
7105 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7106
7107         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7108         name of folder exclude localdir is wrong.
7109         * wl-folder.el (wl-folder-sync-entity):
7110         Set `wl-summary-always-sticky-folder-list' as nil.
7111         (wl-folder-mark-as-read-all-entity): Ditto.
7112         (wl-folder-prefetch-entity): Ditto.
7113
7114 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7115
7116         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7117         instead of `wl-summary-write-current-newsgroup'.
7118
7119 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7120
7121         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7122         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7123         non-nil and selected message is important, do not display.
7124
7125 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7126
7127         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7128
7129 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7132
7133         * wl-summary.el (wl-summary-mark-as-important): Set message number
7134         using wl-summary-message-number.
7135
7136 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7137
7138         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7139         destination folder is 'null.
7140
7141 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7142
7143         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7144         New function.
7145         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7146         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7147         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7148
7149 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-mime.el (wl-mime-setup): Added setting for
7152         `mime-setup-signature-key-alist' to avoid overriding key bind for
7153         `wl-draft-send'.
7154
7155         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7156         for `wl-draft-send'.
7157         * wl-mule.el (wl-draft-overload-functions): Ditto.
7158         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7159         * wl-draft.el (wl-draft-send): Ditto.
7160
7161         * wl-message.el (wl-message-display-internal):
7162         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7163         (Patch is provided by <kita@coe.nttdata.co.jp>).
7164
7165 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7166
7167         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7168
7169 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7170
7171         * wl.el (wl): Fix for wl-demo.
7172
7173 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7174
7175         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7176
7177 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7178
7179         * wl-folder.el (wl-folder-prefetch-entity): Use
7180         `wl-folder-get-elmo-folder'.
7181         (wl-folder-count-incorporates): Do not use
7182         `wl-folder-get-elmo-folder'.
7183
7184 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7185
7186         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7187         instead of `elmo-folder-get-type'.
7188
7189 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7190
7191         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7192         position on Subject: field.
7193         (Advised by Mito <mit@nines.nec.co.jp>)
7194
7195 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7196
7197         * wl-folder.el (wl-folder-prefetch-entity): Use
7198         `wl-folder-get-elmo-folder'.
7199
7200 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7203
7204         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7205         `process-duplicates' slot.
7206
7207         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7208         if detection failed.
7209
7210 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7211
7212         * wl-version.el (wl-version-status): Set to "alpha".
7213
7214 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7217         Check wl-message-buffer lives before set-buffer.
7218
7219 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7220
7221         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7222         called in folder mode.
7223         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7224         * wl-summary.el (wl-summary-exit-pre-hook): Run
7225         `wl-summary-exit-pre-hook' before exit summary mode.
7226
7227 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7228
7229         * wl-version.el (wl-version-status): New variable.
7230         (wl-version-status-alist): Removed.
7231         (wl-version-status): Rule included.
7232
7233 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7236         @sponichi.
7237
7238         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7239         when `mail-reply-buffer' is buffer-local variable.
7240         (Reported by <kita@coe.nttdata.co.jp>).
7241
7242 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7243
7244         * wl-vars.el (toplevel): Require 'elmo-util.
7245
7246 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7247
7248         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7249         (All other related portions are changed)
7250
7251         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7252
7253         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7254
7255 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7256
7257         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7258
7259 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7262         Delete other windows to avoid an error.
7263         Use `point-marker' instead of `point' to remember the start point
7264         of body.
7265
7266         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7267
7268         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7269         number not to exceed all message number.
7270
7271 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7272
7273         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7274         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7275
7276 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7277
7278         * wl-summary.el (wl-summary-sync-force-update): Added argument
7279         no-check.
7280         (wl-summary-sync-update): Ditto.
7281         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7282         with `no-check'.
7283
7284         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7285         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7286         already running.
7287
7288 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7289
7290         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7291         `dst-folder-arg'.
7292         (wl-expire-archive-number1): Diito.
7293         (wl-expire-archive-number2): Diito.
7294         (wl-expire-archive-Date): Diito.
7295         (wl-archive-number1): Diito.
7296         (wl-archive-number2): Diito.
7297         (wl-archive-date): Diito.
7298         (wl-archive-folder-p): New function.
7299         (wl-summary-expire): Support of expand folder name at
7300         wl-expire-alist.
7301         * wl-util.el (wl-expand-newtext): Renamed from
7302         `wl-refile-expand-newtext'.
7303
7304 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7305
7306         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7307         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7308         `(elmo-msgdb-get-overview msgdb)'.
7309         (wl-summary-prefetch): Bind match data before call
7310         `wl-summay-prefetch-msg'.
7311         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7312         'off if `wl-summary-buffer-disp-msg' is non-nil.
7313         Fixed problem that couldn't show only one new or unread message when
7314         enter folder.
7315         (wl-summary-reply): Don't call `split-window-vertically' and other
7316         window.
7317
7318 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-expire.el (wl-expire-refile): Fixed.
7321
7322 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7323
7324         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7325
7326         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7327         biff notification is removed.
7328
7329         * wl.el (wl): Changed position of `elmo-init'.
7330
7331         * wl-draft.el (wl-default-draft-cite): Use date field
7332         on the citation buffer.
7333
7334         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7335
7336         * wl-xmas.el (wl-folder-internal-icon-list): Added
7337         `wl-folder-shimbun-image'.
7338
7339         * wl-e21.el (wl-folder-internal-icon-list): Added
7340         `wl-folder-shimbun-image'.
7341
7342 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl.el (wl-init): Eliminated argument.
7345         (wl): Rewrite.
7346
7347         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7348         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7349         instead of `elmo-folder-msgdb-internal'.
7350         (wl-summary-sync-update): Ditto.
7351         (wl-summary-flush-pending-append-operations): Eliminated.
7352         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7353         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7354         `elmo-folder-open'.
7355
7356         * wl-mime.el (wl-summary-burst): Fixed.
7357
7358         * wl-folder.el (wl-folder-info-save): Check data type.
7359
7360         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7361         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7362         instead of `elmo-folder-msgdb-internal'.
7363         (wl-expire-hide): Ditto.
7364
7365
7366         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7367
7368 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7369
7370         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7371
7372 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7373
7374         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7375
7376 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7377
7378         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7379         Fixed `match-beginning' argument mismatch.
7380
7381 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7382
7383         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7384         the default value.
7385
7386 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7389         instead of `elmo-nntp-default-port'.
7390
7391         * wl-vars.el: Fixed some doc strings.
7392
7393 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-summary.el (wl-summary-prefetch-msg): Use
7396         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7397
7398         * wl-vars.el: Define *-func as obsolete variable using
7399         `elmo-define-obsolete-variable'.
7400
7401         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7402         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7403         instead of `wl-message-buffer-prefetch-threshold'.
7404
7405         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7406
7407         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7408
7409         * wl-draft.el (wl-caesar-region-func): Ditto.
7410
7411         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7412         Keep unread status in elmo-folder-move-messages.
7413         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7414
7415 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7416
7417         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7418         `wl-summary-buffer-exit-func'
7419         (wl-summary-buffer-message-redisplay-function): Renamed from
7420         `wl-summary-buffer-message-redisplay-func'
7421         (wl-summary-buffer-next-folder-function): Renamed from
7422         `wl-summary-buffer-next-folder-func'.
7423         (wl-summary-buffer-prev-folder-function): Renamed from
7424         `wl-summary-buffer-prev-folder-func'.
7425         (wl-summary-get-petname-function): Renamed from
7426         `wl-summary-get-petname-func'.
7427
7428         * wl-score.el (wl-score-edit-exit-function): Renamed from
7429         `wl-score-edit-exit-func'.
7430
7431         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7432         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7433
7434         * wl-util.el (wl-load-profile-function): Renamed from
7435         `wl-load-profile-func'.
7436
7437         * wl-folder.el (wl-folder-completion-function): Renamed from
7438         `wl-folder-completion-func'.
7439         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7440
7441         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7442         `wl-expire-archive-get-folder-func'.
7443         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7444         (wl-draft-send-mail-function): Renamed from
7445         `wl-draft-send-mail-func'.
7446         (wl-draft-send-news-function): Renamed from
7447         `wl-draft-send-news-func'.
7448         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7449         (wl-generate-mailer-string-function): Renamed from
7450         `wl-generate-mailer-string-func'.
7451         (wl-highlight-signature-search-function): Renamed from
7452         `wl-highlight-signature-search-func'.
7453         (wl-highlight-x-face-function): Renamed from
7454         `wl-highlight-x-face-func'
7455         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7456         (wl-ps-print-buffer-function): Renamed from
7457         `wl-ps-print-buffer-func'
7458         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7459         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7460         (wl-summary-subject-filter-function): Renamed from
7461         `wl-summary-subject-filter-func'.
7462
7463         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7464         `wl-draft-queue-flush-send-func'
7465         (wl-draft-cite-function): Renamed from
7466         `wl-draft-cite-func'
7467
7468         * wl-address.el (wl-address-init-function): Renamed from
7469         `wl-address-init-func'.
7470
7471 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7472
7473         * wl-draft.el (wl-draft-queue-flush): Don't call
7474         `elmo-dop-unlock-message'.
7475         * wl-draft.el (wl-draft-queue-append): Don't call
7476         `elmo-dop-lock-message'.
7477
7478         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7479         (wl-summary-buffer-folder-name): Ditto.
7480         (wl-summary-message-regexp): Added '-' (all other related portions
7481         are changed).
7482         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7483         wl-summary-buffer-folder-name.
7484
7485 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7486
7487         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7488         the number of mails in the folder buffer is not updated by wl-biff.
7489
7490 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7491
7492         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7493         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7494
7495 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-summary.el (wl-summary-next-message):
7498         Return next message number when wl-summary-move-order is nil.
7499
7500 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7501
7502         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7503         `wl-summary-move-spec-alist'.
7504         (wl-summary-move-spec-unplugged-alist): New variable
7505         (Move spec for unplugged status).
7506         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7507         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7508
7509 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7510
7511         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7512         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7513
7514 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7515
7516         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7517         simple quotation to quote the anonymous function.
7518         * tm-wl.el (wl-draft-preview-message): Ditto.
7519
7520 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7521
7522         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7523         Eliminate redundant `save-excursion'.
7524         (wl-highlight-summary-current-line): Ditto.
7525
7526         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7527         accessing match data when `looking-at' failed.
7528
7529         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7530         `elmo-match-string' where users don't care about the speed.
7531         (wl-draft-save): Ditto.
7532
7533 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7534
7535         * wl-util.el (wl-regexp-opt): New function.
7536
7537         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7538         number from `wl-summary-buffer-number-list'.
7539         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7540         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7541         (wl-summary-move-spec-alist): Changed default setting.
7542
7543 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7544
7545         * wl-vars.el (wl-biff-notify-hook): New hook.
7546         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7547         the arrival of new mail.
7548         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7549         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7550
7551 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7554
7555 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7556
7557         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7558
7559         * Version number is increased to 2.5.8.
7560
7561         * wl-thread.el (toplevel): require 'cl.
7562         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7563         (wl-thread-make-number-list): New function.
7564         (wl-thread-entity-make-number-list-from-children): Ditto.
7565         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7566         (wl-thread-entity-insert-as-children): Likewise.
7567         (wl-thread-delete-message): Likewise.
7568         (wl-meaning-of-mark): Eliminated.
7569         (wl-thread-next-failure-mark-p): Ditto.
7570         (wl-thread-entity-get-mark): Ditto.
7571         (wl-thread-meaning-alist-get-result): Ditto.
7572         (wl-thread-entity-check-prev-mark): Ditto.
7573         (wl-thread-entity-check-next-mark): Ditto.
7574         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7575         (wl-thread-entity-get-prev-marked-entity): Ditto.
7576         (wl-thread-get-prev-unread): Ditto.
7577         (wl-thread-jump-to-prev-unread): Ditto.
7578         (wl-thread-get-next-unread): Ditto.
7579         (wl-thread-jump-to-next-unread): Ditto.
7580         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7581         (wl-thread-entity-get-next-marked-entity): Ditto.
7582
7583         * wl-summary.el (wl-summary-buffer-number-list):
7584         New bufer-local variable.
7585         (wl-summary-switch-to-clone-buffer): Clone
7586         `wl-summary-buffer-number-list'.
7587         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7588         (wl-summary-cursor-move-regex): Eliminated.
7589         (wl-summary-cursor-up): Rewrite.
7590         (wl-summary-cursor-down): Ditto.
7591         (wl-summary-mode-spec-alist): New variable.
7592         (wl-summary-next-message): New inline function.
7593         (wl-summary-cursor-move): New function.
7594         (wl-summary-default-get-next-msg): Rewrite.
7595         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7596         (wl-summary-rescan): Ditto.
7597         (wl-summary-sync-all-init): Ditto.
7598         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7599         summary is not thread view.
7600         (wl-summary-sync-update): Ditto.
7601         (wl-summary-rescan): Ditto.
7602         (wl-summary-make-number-list): New function.
7603
7604         * wl-draft.el: "FCC" -> "Fcc".
7605
7606 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7607
7608         * wl-highlight.el (wl-highlight-summary-window):
7609         Call `set-buffer-modified-p'.
7610
7611         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7612         (wl): Call `elmo-init' and fix.
7613
7614         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7615         Use new variables.
7616
7617         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7618
7619 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7622
7623 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7624
7625         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7626
7627 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7628
7629         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7630         `wl-use-toolbar' nor `display-graphic-p'.
7631         (wl-e21-setup-message-toolbar): Ditto.
7632         (wl-e21-setup-summary-toolbar): Ditto.
7633         (wl-e21-setup-folder-toolbar): Ditto.
7634
7635         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7636         (wl-plugged-init-icons): Ditto.
7637
7638         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7639         `display-graphic-p'.
7640         (wl-plugged-set-folder-icon): Ditto.
7641         (wl-highlight-plugged-current-line): Ditto.
7642         (wl-highlight-folder-current-line): Ditto.
7643         (wl-e21-highlight-folder-group-line): Ditto.
7644         (wl-e21-setup-toolbar): Ditto.
7645         (wl-e21-display-image-p): New macro.
7646
7647         * wl-demo.el (wl-demo): Simplified.
7648         (wl-demo-image-type-alist): Use `image-type-available-p' for
7649         checking whether the image type `xbm' is available.
7650
7651 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7654         (wl-summary-input-range): Ditto.
7655
7656 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7657
7658         * wl-summary.el (wl-summary-edit-addresses): Use
7659         `wl-summary-get-original-buffer'
7660         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7661         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7662         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7663         (wl-summary-get-newsgroups): Eliminated.
7664         (wl-summary-set-crosspost): Ditto.
7665         (wl-summary-is-crosspost-folder): Ditto.
7666         (wl-crosspost-alist-load): Ditto.
7667         (wl-crosspost-alist-save): Ditto.
7668
7669         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7670         `elmo-setup-subscribed-newsgroups' instead of
7671         `elmo-nntp-make-groups-hashtb'.
7672         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7673         instead of `wl-crosspost-alist-save'.
7674
7675         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7676         of `elmo-folder-message-appendable-p'.
7677         (wl-mime-header-presentation-method): Eliminated.
7678
7679         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7680         (Error occurs in emacs21).
7681
7682         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7683         the current buffer).
7684
7685         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7686         instead of `wl-crosspost-alist-save'.
7687         (wl-init): `elmo-crosspost-message-alist-load'
7688         instead of `wl-crosspost-alist-load'
7689
7690         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7691         (wl-parse-newsgroups): Likewise.
7692         (wl-biff-notify): Run `wl-biff-notify-hook'.
7693
7694 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7697
7698         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7699         when `wl-summary-lazy-highlight' is non-nil.
7700         (wl-summary-goto-folder-subr): Highlight only when
7701         `wl-summary-lazy-highlight' is non-nil.
7702
7703         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7704         Don't display progress and highlight temp-mark when
7705         `wl-summary-lazy-highlight' is non-nil.
7706         (wl-highlight-summary-window): New function.
7707         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7708
7709 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7710
7711         * wl-summary.el (wl-summary-sync): Change `all-visible'
7712         from `all-shown'
7713         (wl-summary-input-range): Ditto.
7714
7715 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7716
7717         * wl-e21.el (wl-highlight-folder-current-line): Call
7718         `wl-folder-init-icons' when folder icons have not been initialized.
7719
7720         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7721
7722         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7723         (wl-demo-image-type-alist): New macro.
7724
7725 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7726
7727         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7728         display does not support graphics.
7729         (wl-plugged-init-icons): Ditto.
7730         (wl-folder-init-icons): Ditto.
7731
7732         * wl-demo.el (wl-demo): Chech closely whether the display
7733         supports graphics.
7734
7735 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * wl-summary.el (wl-summary-get-original-buffer): New function.
7738         (wl-summary-set-crosspost): Use it.
7739         (wl-summary-target-mark-uudecode): Ditto.
7740         (wl-summary-reedit): Ditto.
7741         (wl-summary-resend-bounced-mail): Ditto.
7742         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7743         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7744
7745         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7746         (wl-message-display-internal): Ditto.
7747
7748 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7751
7752 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-summary.el (wl-summary-save-view): Renamed from
7755         `wl-summary-save-status'.
7756
7757 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7758
7759         * wl-summary.el (wl-summary-sync): Added `all-shown'
7760
7761 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7764
7765 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7766
7767         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7768
7769 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7770
7771         * wl-highlight.el (wl-highlight-summary-line-string): Use
7772         `zerop' instead of `= 0'.
7773         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7774
7775         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7776         for comparing numbers.
7777         (wl-template-prev): Use `zerop' instead of `eq 0'.
7778
7779         * wl-draft.el (wl-draft-insert-current-message): Use
7780         `with-current-buffer' instead of `save-excursion'.
7781         Use `zerop' instead of `eq 0'.
7782
7783 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7784
7785         * wl-draft.el (wl-draft-insert-ccs): New function.
7786         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7787         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7788
7789 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7792
7793 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-expire.el (wl-expire-refile): Don't call
7796         elmo-msgdb-add-msgs-to-seen-list;
7797         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7798         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7799
7800 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-message.el (wl-message-prev-page): Ignore errors while
7803         scroll-down.
7804
7805 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7806
7807         * wl-mime.el: Use elmo-original-message-mode instead of
7808         mmelmo-original-mode.
7809
7810         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7811         `elmo-folder-get-spec';
7812         (wl-fldmgr-add-completion-all-completions):
7813         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7814
7815         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7816         of `elmo-folder-get-type'.
7817
7818         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7819         `elmo-folder-get-spec';
7820         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7821         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7822         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7823         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7824         `elmo-read-msg-no-cache';
7825         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7826         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7827         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7828         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7829         `elmo-cache-save';
7830         (wl-draft-reedit): Use `elmo-message-file-name'.
7831
7832         * wl-expire.el: Use `elmo-folder-name-internal';
7833         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7834         Use macro `wl-summary-buffer-msgdb' instead of variable
7835         `wl-summary-buffer-msgdb';
7836         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7837         Use macro `wl-summary-buffer-folder-name' instead of variable
7838         `wl-summary-buffer-folder-name'.
7839         * wl-score.el: Likewise.
7840
7841         * wl-message.el: Rewrite for new message buffer cache mechanism.
7842         (wl-message-buffer-cache-buffer-get): New macro.
7843         (wl-message-buffer-cache-folder-get): Ditto.
7844         (wl-message-buffer-cache-message-get): Ditto.
7845         (wl-message-buffer-cache-entry-make): Ditto.
7846         (wl-message-buffer-cache-hit): Ditto.
7847         (wl-message-buffer-cache-sort): New function.
7848         (wl-message-buffer-cache-add): Ditto.
7849         (wl-message-buffer-cache-delete): Ditto.
7850         (wl-message-buffer-cache-clean-up): Ditto.
7851         (wl-message-buffer-window): Rewrite.
7852         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7853         (wl-message-buffer-display): New function.
7854         (wl-message-display-internal): New function.
7855
7856 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-folder.el: Use `elmo-folder-name-internal';
7859         Use `wl-folder-get-elmo-folder';
7860         Use `elmo-folder-list-messages' instead of
7861         `elmo-list-folder';
7862         Use `elmo-folder-get-primitive-list' instead of
7863         `elmo-folder-get-primitive-spec-list';
7864         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7865         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7866         Use `elmo-folder-create' instead of `elmo-create-folder'.
7867         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7868         (wl-folder-get-elmo-folder): New macro.
7869         (wl-folder-elmo-folder-cache-get): Ditto.
7870         (wl-folder-elmo-folder-cache-put): Ditto.
7871         (wl-folder-suspend): Call `elmo-quit'.
7872
7873         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7874         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7875         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7876         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7877         (toplevel): require 'cl.
7878         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7879
7880         * wl-summary.el: Rewrite to use new elmo interface.
7881
7882 \f
7883 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-mime.el (wl-draft-preview-message):
7886         Run `wl-draft-send-hook' before collecting recipients information;
7887         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7888
7889         * tm-wl.el (wl-draft-preview-message): Ditto.
7890
7891 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7892
7893         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7894         wrong recipients are displayed when forwarded message.
7895
7896 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * Version number is increased to 2.5.7.
7899
7900 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7901
7902         * wl-message.el (wl-message-next-page): Bind
7903         `window-pixel-scroll-increment' to nil while scrolling up.
7904
7905 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7906
7907         * wl-vars.el (wl-save-hook): New hook.
7908         * wl.el (wl-save): Call `wl-save-hook'.
7909
7910 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7911
7912         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7913         Argument WITH-ARG instead of NO-ARG (negative mean).
7914         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7915         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7916         * wl-message.el (wl-message-follow-current-entity): Likewise.
7917
7918 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7919
7920         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7921         FROM was optional argument.
7922         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7923
7924 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7925
7926         * Version number is increased to 2.5.6.
7927
7928 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7929
7930         * wl-version.el (wl-version-show): Removed.
7931         (wl-version): Add `interactive'.
7932
7933 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7934
7935         * wl-summary.el (wl-summary-get-petname-func): New variable.
7936         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7937         instead of `wl-address-get-petname-1'.
7938         (wl-summary-simple-from): Ditto.
7939
7940         * wl-address.el (wl-address-get-petname-1): Define as function.
7941
7942 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7945         field in the original message.
7946         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7947
7948 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7949
7950         * wl-expire.el (wl-expire-hide):
7951         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7952
7953 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7954
7955         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7956         find decoder for To, Cc, and Subject.
7957
7958 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7961         for checking `elmo-use-buffer-cache'.
7962         (wl-summary-mark-as-important): Fixed typo in comment.
7963
7964 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7967         field in the original message.
7968         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7969
7970 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7971
7972         * wl-expire.el (wl-expire-hide):
7973         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7974
7975 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7978         find decoder for To, Cc, and Subject.
7979
7980 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * Version number is increased to 2.5.5.
7983
7984         * wl-address.el (wl-address-specials-regexp): New constant.
7985         (wl-address-quote-specials): Use it.
7986
7987 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * wl-summary.el (wl-summary-rescan):
7990         Call `wl-summary-buffer-number-column-detect'.
7991         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7992
7993         * wl-message.el (wl-message-mode-map): Define.
7994         (wl-message-decode): Use it as local-map.
7995
7996 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7999         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8000
8001 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8002
8003         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8004
8005         * wl-mule.el (wl-read-event-char): Ditto.
8006
8007         * wl-e21.el (wl-read-event-char): Ditto.
8008
8009         * wl-nemacs.el (wl-read-event-char): Ditto.
8010         (read-event): Removed.
8011
8012         * wl-util.el (toplevel): Removed dummy definition of
8013         `read-event'.
8014         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8015
8016 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8017
8018         * wl-nemacs.el (elmo-archive-call-process): Moved to
8019         elmo-archive.el.
8020
8021 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8022
8023         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8024         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8025
8026         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8027         instead of magic-number 6.  Use `not' instead of `null' for symbol
8028         `nil' check (not empty list).
8029         (wl-draft-insert-x-face-field): Fixed paren style.
8030
8031         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8032         one-branch conditional statement, instead of `and' and `if'.
8033         (wl-draft-forward): Likewise.
8034         (wl-draft-add-references): Likewise.
8035         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8036
8037         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8038         conditional steatment.  Use `cond' instead of `if'.
8039         (wl-draft-confirm): Likewise.
8040
8041 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8042
8043         * wl-version.el (wl-version-show): Use `product-string-1'
8044         instead of `wl-version'.
8045         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8046
8047         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8048
8049 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8050
8051         * wl-highlight.el (wl-highlight-headers): Revert
8052         `wl-highlight-x-face-func' argument (`beg' and `end').
8053
8054 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8055
8056         * wl.el (toplevel): Move `product-provide' declare.
8057         * wl-demo.el (toplevel): Ditto.
8058         * wl-dnd.el (toplevel): Ditto.
8059         * wl-highlight.el (toplevel): Ditto.
8060         * wl-message.el (toplevel): Ditto.
8061         * wl-refile.el (toplevel): Ditto.
8062         * wl-util.el (toplevel): Ditto.
8063
8064 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8067         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8068         (wl-thread-close-all): keep cursor position.
8069
8070 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8071
8072         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8073         (eq x 0).
8074         (wl-generate-user-agent-string-1): Fix conditional statement.
8075
8076 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8077
8078         * wl.el (wl-check-environment): Additional check for
8079         'wl-local-domain' and `wl-message-id-domain'.
8080
8081 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8082
8083         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8084
8085 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8086
8087         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8088         instead of `smtp-sasl-user-realm'.
8089
8090 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8091
8092         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8093
8094 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8095
8096         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8097         to the default value as well as `eword-lexical-analyzer'.
8098
8099 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8100
8101         * wl-version.el (wl-extended-emacs-version,
8102         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8103         `elmo-match-string' instead of `wl-match-string'.
8104
8105 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8106
8107         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8108         docstring.
8109
8110 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8111
8112         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8113
8114 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8115
8116         * wl-highlight.el (wl-highlight-headers): Remove
8117         `wl-highlight-x-face-func' argument (`beg' and `end').
8118
8119 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-summary.el (wl-summary-mark-as-important):
8122         Remove cache if folder is local.
8123
8124 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8125
8126         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8127         to get existing e-mail address string.
8128
8129 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8130
8131         * wl-version.el (wl-generate-user-agent-string): Commentary.
8132         (wl-generate-user-agent-string-1): Use `when' for
8133         one-branch conditional statement, instead of `and' and `if'.
8134         (wl-extended-emacs-version, wl-extended-emacs-version2,
8135         wl-extended-emacs-version3): Ditto.
8136
8137 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8140         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8141         condition-case; Remove initialization.
8142         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8143         (wl-summary-sync-update3): Added argument `sync-all';
8144         Eliminated local variable `msgdb';
8145         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8146         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8147         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8148
8149 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8150
8151         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8152         connection before call `wl-draft-send-mail-with-smtp'.
8153
8154 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8155
8156         * Version number is increased to 2.5.4.
8157
8158 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8159
8160         * wl.el (wl-check-environment): Additional check for
8161         'wl-local-domain' and `wl-message-id-domain'.
8162
8163 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8166         buffer as command specific.
8167         (wl-folder-mark-as-read-all-entity): Ditto.
8168         (wl-folder-prefetch-entity): Ditto.
8169         (wl-folder-drop-unsync-entity): Ditto.
8170
8171         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8172         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8173         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8174
8175         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8176         save-excursion.
8177
8178 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8179
8180         * Version number is increased to 2.5.3.
8181
8182         * wl-summary.el (wl-summary-save-view-cache):
8183         Delete duplicated `write-region';
8184         Use `write-region-as-binary' instead of `as-binary-output-file' and
8185         `write-region'.
8186
8187 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8188
8189         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8190
8191 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8192
8193         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8194         instead of `smtp-via-smtp'.
8195
8196 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8197
8198         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8199
8200 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8201
8202         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8203         instead of `smtp-sasl-user-realm'.
8204
8205 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8206
8207         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8208
8209 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8210
8211         * Version number is increased to 2.5.2.
8212
8213 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8214
8215         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8216         does not exist.
8217         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8218         (wl-biff-start): Call `timer-activate' if timer already exists.
8219
8220         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8221         only when it is bound as function.
8222
8223 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * Version number is increased to 2.5.1.
8226
8227 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8230         Print refile/copy destination.
8231
8232 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8235         queue-flush-only is non-nil.
8236
8237         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8238
8239         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8240         checking cache folder.
8241
8242 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8243
8244         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8245         `regexp-quote'.
8246
8247 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8248
8249         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8250         function.
8251         * wl-summary.el (wl-summary-write-current-folder-functions):
8252         Change default value.  Use it.
8253
8254 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * Version number is increased to 2.5.0.
8257
8258         * wl-version.el (wl-version): Changed codename.
8259
8260 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8261
8262         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8263         (wl-summary-supersedes-message): Ditto.
8264
8265 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8266
8267         * wl-refile.el (wl-refile-guess-functions): Renamed from
8268         `wl-refile-guess-func-list'.
8269
8270 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8271
8272         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8273         Fixed problem when no rule was matched.
8274
8275 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8276
8277         * wl-summary.el (wl-summary-get-mark): Fixed
8278         `wl-summary-buffer-target-mark' check logic.
8279
8280 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8281
8282         * wl-folder.el (wl-folder-write-current-folder): Added group
8283         folder check.
8284
8285         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8286         `wl-summary-write-current-newsgroup'.
8287         (wl-summary-write-current-folder-functions): New variable.
8288         * wl-folder.el (wl-folder-get-newsgroups): New function.
8289         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8290         (wl-folder-write-current-folder): Renamed from
8291         `wl-folder-write-current-newsgroup'.
8292
8293 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8294
8295         * Version number is increased to 2.3.93.
8296
8297 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8298
8299         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8300         (wl-ldap-make-matched-value-list): Ditto.
8301         (wl-ldap-alias-safe-string): Split e-mail address.
8302
8303         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8304         petname folder default was selected.
8305         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8306         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8307
8308 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8309
8310         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8311         to `wl-draft-config-exec'.
8312
8313         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8314         instead of calling `wl-draft-config-exec';
8315         Process group-list and show recipients in minibuffer.
8316
8317         * tm-wl.el (wl-draft-preview-message): Ditto.
8318
8319 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8320
8321         * wl.el (toplevel): Added (C) to copyright notice, and
8322         sync Author header.
8323         * tm-wl.el (toplevel): Ditto.
8324         * wl-address.el (toplevel): Ditto.
8325         * wl-demo.el (toplevel): Ditto.
8326         * wl-dnd.el (toplevel): Ditto.
8327         * wl-draft.el (toplevel): Ditto.
8328         * wl-e21.el (toplevel): Ditto.
8329         * wl-expire.el (toplevel): Ditto.
8330         * wl-folder.el (toplevel): Ditto.
8331         * wl-highlight.el (toplevel): Ditto.
8332         * wl-message.el (toplevel): Ditto.
8333         * wl-mime.el (toplevel): Ditto.
8334         * wl-mule.el (toplevel): Ditto.
8335         * wl-nemacs.el (toplevel): Ditto.
8336         * wl-refile.el (toplevel): Ditto.
8337         * wl-score.el (toplevel): Ditto.
8338         * wl-summary.el (toplevel): Ditto.
8339         * wl-template.el (toplevel): Ditto.
8340         * wl-thread.el (toplevel): Ditto.
8341         * wl-util.el (toplevel): Ditto.
8342         * wl-vars.el (toplevel): Ditto.
8343         * wl-xmas.el (toplevel): Ditto.
8344
8345 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8346
8347         * wl.el (wl-init): Added comment about `wl-init-hook'.
8348         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8349         * wl-vars.el (wl-init-hook): Added docs.
8350         (wl-make-plugged-hook): Removed useless docs.
8351         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8352         * wl-xmas.el (toplevel): Ditto.
8353
8354 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8355
8356         * wl-address.el (toplevel): Fixed multiple Author header format.
8357         * wl-demo.el (toplevel): Ditto.
8358         * wl-draft.el (toplevel): Ditto.
8359         * wl-folder.el (toplevel): Ditto.
8360         * wl-summary.el (toplevel): Ditto.
8361         * wl-thread.el (toplevel): Ditto.
8362         * wl-util.el (toplevel): Ditto.
8363         * wl-vars.el (toplevel): Ditto.
8364         * wl-version.el (toplevel): Ditto.
8365         * wl-xmas.el (toplevel): Ditto.
8366         * wl.el (toplevel): Ditto.
8367
8368         * wl-version.el (toplevel): Added require `elmo-version' for
8369         `product-version-as-string'.
8370
8371 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8372
8373         * wl-vars.el (wl-draft-send-hook): Changed default value to
8374         '(wl-draft-config-exec).
8375
8376         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8377         explicitly.
8378         (wl-draft): Set `wl-draft-config-exec-flag' before running
8379         `wl-mail-setup-hook'.
8380
8381         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8382         `wl-biff-init-icons' to `wl-init-hook' instead of
8383         `wl-make-plugged-hook'.
8384         (Because if `wl-draft' command is invoked at first,
8385         they are not initialized)
8386         Updated copyright notice.
8387
8388         * wl-e21.el (toplevel): Ditto;
8389
8390         * wl-demo.el (toplevel): Updated copyright notice.
8391         * wl-address.el (toplevel): Ditto.
8392         * wl-draft.el (toplevel): Ditto.
8393         * wl-version.el (toplevel): Ditto.
8394         * wl-folder.el (toplevel): Ditto.
8395         * wl-summary.el (toplevel): Ditto.
8396         * wl-thread.el (toplevel): Ditto.
8397         * wl-util.el (toplevel): Ditto.
8398         * wl-vars.el (toplevel): Ditto.
8399         * wl.el (toplevel): Ditto.
8400
8401 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-highlight.el (wl-highlight-message): Fixed problem of
8404         highlighting failure which occured when the last field contains
8405         multiple lines in the draft buffer.
8406
8407         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8408         `wl-biff-start' if plugged.
8409
8410         * wl-util.el (wl-biff-check-folder): New function.
8411         (wl-biff-check-folders): Don't set session name prefix.
8412         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8413         (wl-biff-check-folder-async): Ditto.
8414
8415         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8416         in email address.
8417
8418 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8419
8420         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8421
8422         * wl-draft.el (wl-draft-strip-subject-re): New function.
8423
8424         * wl-draft.el (wl-draft-reply): Use it.
8425
8426 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * wl-message.el (wl-mmelmo-message-redisplay): Use
8429         `mime-display-message' instead of `wl-mime-display-message'.
8430
8431         * wl-mime.el (toplevel): Removed compatibility workaround
8432         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8433         (wl-mime-display-message): Abolished.
8434         (wl-mime-entity-read-field): Ditto.
8435         (wl-mime-combine-message/partial-pieces): Use
8436         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8437
8438 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8439
8440         * wl-template.el: Doc fixes.
8441
8442 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8443
8444         * wl-e21.el (wl-message-overload-functions): Do nothing if
8445         `current-local-map' is not available.
8446         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8447
8448 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8449
8450         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8451         representation.
8452
8453         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8454         number.
8455         (wl-fldmgr-save-folders): Don't use `format' when insert
8456         `wl-fldmgr-folders-header'.
8457
8458 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8459
8460         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8461
8462 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * wl-highlight.el (wl-highlight-message):
8465         Use `std11-field-end' to detect end point of the header field.
8466         Refer `wl-highlight-max-header-size'.
8467
8468         * wl-vars.el (wl-highlight-max-header-size): New variable.
8469
8470         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8471
8472         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8473         Set `for-draft' argument of wl-highlight-headers.
8474         (wl-draft): Ditto.
8475         (wl-draft-reedit): Ditto.
8476         (wl-user-agent-compose-internal): Ditto.
8477
8478 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8479
8480         * wl-message.el (wl-message-add-button): Use overlay.
8481
8482 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8485
8486         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8487         problem when group-list content is nothing.
8488         (Reported by Mito <mit@nines.nec.co.jp>)
8489
8490 2000-10-18  SAITO Atsunori <sai@yedo.com>
8491
8492         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8493
8494 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8495
8496         * tm-wl.el (toplevel): Use product-provide.
8497
8498 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * Version number is increased to 2.3.92.
8501
8502 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8503
8504         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8505         title text, use `display' property for left margin under Emacs 21.
8506
8507         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8508         properties.
8509         (wl-plugged-init-icons): Ditto.
8510
8511 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8512
8513         * wl.el (wl-save-status, wl-init): Remove last period in
8514         "...done." message.
8515         * tm-wl.el (wl-summary-burst): Ditto.
8516         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8517         wl-summary-resume-cache-status,
8518         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8519         wl-summary-sync-update3, wl-summary-highlight-msgs,
8520         wl-summary-flush-pending-append-operations,
8521         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8522         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8523         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8524         wl-thread-open-all): Ditto.
8525         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8526         * wl-mime.el (wl-summary-burst): Ditto.
8527         * wl-highlight.el (wl-highlight-summary): Ditto.
8528         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8529         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8530         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8531         * wl-address.el (wl-local-address-init): Ditto.
8532
8533 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8534
8535         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8536         `add-text-properties'.
8537         (wl-plugged-init-icons): Ditto.
8538         (wl-folder-init-icons): Use `propertize' instead of
8539         `put-text-property'.
8540         (wl-plugged-set-folder-icon): Ditto.
8541         (wl-e21-highlight-folder-group-line): Ditto.
8542
8543 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8544
8545         * wl-version.el (wl-version-status-alist): New variable.
8546         (wl-version-status): New function.
8547
8548         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8549         "Cc" part of the case "Reply-To".
8550
8551         * wl-draft.el (wl-draft-reply): Use result of
8552         `eword-extract-address-components'.
8553
8554         * wl-demo.el (wl-demo-icon-name): New constant.
8555         (wl-logo-xpm): Use it.
8556         (wl-logo-xbm): Ditto.
8557         (wl-logo-bitmap): Ditto.
8558
8559         * Version number is increased to 2.3.91.
8560
8561 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8562
8563         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8564         (wl-extended-emacs-version, wl-extended-emacs-version2,
8565         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8566         docstring.
8567
8568         * wl-version.el (wl-generate-user-agent-string-1): New function.
8569         (wl-generate-user-agent-string): Use it.
8570
8571         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8572         `mime-edit-insert-user-agent-field'.
8573         (wl-generate-user-agent-string): Check
8574         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8575
8576         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8577         instead of `if', when verbose case.
8578
8579 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8580
8581         * wl-expire.el (wl-summary-expire): Fix.
8582
8583 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8584
8585         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8586         and `elmo-lost+found-folder' if 'wl-draft.
8587         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8588
8589 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8590
8591         * wl-expire.el (wl-summary-expire): Change messages.
8592         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8593         `deleing-info' instead of "Deleting..."
8594
8595 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8596
8597         * wl-summary.el (wl-summary-refile-subr): Fix.
8598
8599 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8600
8601         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8602         if pipe folder.
8603
8604 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8605
8606         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8607
8608 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8609
8610         * wl-expire.el (wl-expire-hide): New function.
8611         (wl-summary-expire): Add `hide'.
8612
8613 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-vars.el (wl-draft-reply-without-argument-list):
8616         Changed default value to consider `Reply-To:'.
8617         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8618
8619         * Version number is increased to 2.3.90.
8620
8621         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8622         elmo-imap4-get-session with unwind-protect.
8623         Don't cause error.
8624         (wl-summary-sync-marks): Don't check plugged nor folder type.
8625         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8626         (Always keep current buffer).
8627
8628 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8629
8630         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8631         Enclose with `save-excursion'.
8632
8633 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8634
8635         * wl-version.el (wl-version): Remove interactive.
8636
8637 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8638
8639         * wl-version.el (wl-generate-user-agent-string): Use
8640         `product-string-verbose' instead of `product-string-1'.
8641
8642 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8643
8644         * wl-vars.el (wl-draft-use-cache): New variable.
8645         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8646         if wl-draft-use-cache is non-nil.
8647
8648 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8649
8650         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8651         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8652
8653 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8654
8655         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8656         (wl-thread-msg-mark-as-unread): Ditto.
8657
8658         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8659         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8660         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8661         Don't set mark in summary if return value of `elmo-mark-as-read'
8662         is nil.
8663         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8664         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8665         instead of `wl-thread-msg-mark-as-read'.
8666         (wl-summary-mark-as-unread-region): Ditto.
8667         (wl-summary-target-mark-mark-as-read): Ditto.
8668
8669         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8670
8671 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8672
8673         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8674
8675         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8676
8677 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8680         face.
8681
8682 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8683
8684         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8685         `running-xemacs'.
8686
8687 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8688
8689         * wl-version.el (toplevel): Use `product-version-as-string' for
8690         set verstion-string, if defined.
8691
8692         * wl-version.el (wl-version-show): Insert string at point, when
8693         call with argument.
8694
8695         * wl-version.el (wl-generate-user-agent-string): Use
8696         `product-string-1' instead of `wl-appname', `wl-version' and
8697         `wl-codename'.
8698
8699 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8700
8701         * wl-address.el (toplevel): Use product-provide.
8702         * wl-demo.el (toplevel): Ditto.
8703         * wl-dnd.el (toplevel): Ditto.
8704         * wl-draft.el (toplevel): Ditto.
8705         * wl-e21.el (toplevel): Ditto.
8706         * wl-expire.el (toplevel): Ditto.
8707         * wl-fldmgr.el (toplevel): Ditto.
8708         * wl-folder.el (toplevel): Ditto.
8709         * wl-highlight.el (toplevel): Ditto.
8710         * wl-message.el (toplevel): Ditto.
8711         * wl-mime.el (toplevel): Ditto.
8712         * wl-mule.el (toplevel): Ditto.
8713         * wl-nemacs.el (toplevel): Ditto.
8714         * wl-refile.el (toplevel): Ditto.
8715         * wl-score.el (toplevel): Ditto.
8716         * wl-summary.el (toplevel): Ditto.
8717         * wl-template.el (toplevel): Ditto.
8718         * wl-thread.el (toplevel): Ditto.
8719         * wl-util.el (toplevel): Ditto.
8720         * wl-vars.el (toplevel): Ditto.
8721         * wl-xmas.el (toplevel): Ditto.
8722         * wl.el (toplevel): Ditto.
8723
8724 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8725
8726         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8727         instead of product.
8728
8729         * wl-version.el (wl-version): Compile time evalution elmo-version.
8730
8731 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8732
8733         * wl-summary.el (wl-summary-sync-force-update): Append queue
8734         `mark-as-read'if unplugged.
8735
8736 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8737
8738         * wl-version.el: New file.  Use product.el.
8739         * wl.el: add (require 'wl-version).
8740         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8741         for ~/.folders header.
8742         (wl-fldmgr-folders-header): Changed.
8743         * wl-demo.el (wl-demo): Use product.el.
8744
8745         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8746         wl-version.el.
8747         * wl-util.el (wl-version, wl-version-show): Ditto.
8748
8749         * wl-util.el (wl-generate-user-agent-string,
8750         wl-extended-emacs-version, wl-extended-emacs-version2,
8751         wl-extended-emacs-version3): Move to wl-version.el.
8752         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8753         xemacs-codename, mime-edit-insert-user-agent-field,
8754         mime-edit-user-agent-value, mime-editor/version,
8755         mime-editor/codename): Compile warning killer move to
8756         wl-version.el
8757
8758 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8759
8760         * wl-summary.el (wl-summary-refile-subr): Fix.
8761
8762 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8765         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8766
8767 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8768
8769         * wl.el (wl-check-environment): Check too many `@'.
8770
8771 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8772
8773         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8774
8775 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8776
8777         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8778         wl-draft-reply-myself-without-argument-list): Add variables.
8779         * wl-draft.el (wl-draft-reply): Use it.
8780
8781 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8782
8783         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8784         the 5th argument of `elmo-network-get-spec'.
8785
8786         * wl-thread.el (wl-thread-reparent-children): New inline function.
8787         (wl-thread-delete-message): Use it.
8788
8789         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8790         (wl-summary-score-update-all-lines): Don't use `dolist'.
8791
8792 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8793
8794         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8795         (require 'elmo-msgdb) for inline function.
8796
8797 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8798
8799         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8800
8801 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8802
8803         * wl-score.el (wl-score-headers): Fix for the confusing macro
8804         `elmo-kill-buffer'.
8805
8806 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8807
8808         * wl-summary.el: Don't use the 3rd argument of `require' because
8809         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8810         * wl-util.el: Ditto.
8811         * wl-draft.el: Ditto.
8812
8813 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8814
8815         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8816         window system is not used.
8817
8818 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8819
8820         * wl-thread.el: Don't use `mapcar' only for iteration.
8821         (wl-thread-resume-entity): Ditto.
8822         (wl-thread-delete-message): Ditto.
8823
8824         * wl-summary.el: Bind `dragdrop-drop-functions',
8825         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8826         of `require' for `timezone', `easymenu' and `ps-print';
8827         don't use `mapcar' only for iteration.
8828
8829         * wl-util.el: Bind `mule-version', `nemacs-version',
8830         `emacs-beta-version', `xemacs-codename',
8831         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8832         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8833         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8834         only for iteration.
8835
8836         * wl-score.el: Don't use `mapcar' only for iteration.
8837         (wl-score-simplify-buffer-fuzzy): Ditto.
8838         (wl-score-simplify-subject): Ditto.
8839         (wl-score-headers): Ditto.
8840         (wl-summary-score-update-all-lines): Ditto.
8841
8842         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8843         `enable-multibyte-characters' and `mule-version'.
8844
8845         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8846         `mapcar' only for iteration.
8847
8848         * wl-demo.el: Don't use `mapcar' only for iteration.
8849
8850         * wl-folder.el: Don't use `mapcar' only for iteration.
8851         (wl-folder-open-all): Ditto.
8852         (wl-folder-count-incorporates): Ditto.
8853
8854         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8855         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8856
8857         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8858         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8859         `smtp-connection-type'; specify 3rd argument of `require' for
8860         `timezone'; don't use `mapcar' only for iteration.
8861         (wl-draft-clone-local-variables): Don't use `mapcar'.
8862         (wl-draft-generate-clone-buffer): Ditto.
8863         (wl-user-agent-compose-internal): Ditto.
8864
8865         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8866
8867         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8868         (wl-save-status): Ditto.
8869
8870         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8871         for iteration.
8872
8873 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8876         removed `Date'.
8877         (wl-fldmgr-make-filter-default): New user option.
8878
8879         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8880         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8881         (wl-fldmgr-filter-completion-alist): Abolish.
8882
8883         * wl.el (wl): Don't check servers if arg is non-nil.
8884
8885         * wl-draft.el (wl-draft-reply): Set only message-id string to
8886         In-Reply-To field.
8887
8888 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8889
8890         * wl-summary.el (wl-summary-pick): Rewrite.
8891
8892         * wl-draft.el (wl-draft-forward): Get references field from
8893         original buffer.
8894         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8895
8896 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8897
8898         * wl-draft.el (wl-draft-forward): Add references field.
8899
8900 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8903         (wl-draft-reply): Use it.
8904
8905 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8906
8907         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8908         when Emacs 21 is running.
8909
8910         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8911         bindings.
8912
8913 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8914
8915         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8916         XPM icons transparent.
8917
8918         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8919         Emacs 21.
8920
8921 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8922
8923         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8924         nil.
8925
8926         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8927         when it is persistent.
8928         (wl-summary-sync-marks): Changed argument for
8929         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8930         (wl-summary-virtual): Use `elmo-read-search-condition'.
8931         (wl-summary-redisplay-internal): If folder is local, mark as read
8932         even when folder is plugged.
8933
8934 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8935
8936         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8937         of `tool-bar-lines' in the frame parameters.
8938         (after-make-frame-functions, post-command-hook): Don't modify the
8939         value.
8940         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8941         wl-e21-tool-bar-lines): Removed.
8942
8943 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8944
8945         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8946         properties `evaporate' and `wl-momentary-overlay' as well.
8947         (wl-highlight-summary-displaying): Ditto.
8948         (wl-delete-all-overlays): Don't delete overlay which does not have
8949         a property `wl-momentary-overlay'.
8950
8951         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8952         `display-mouse-p' and `display-graphic-p'.
8953         (wl-folder-init-icons): Don't search for XBM or the other files.
8954         (wl-plugged-set-folder-icon): Make icons if and only if
8955         `display-graphic-p' returns non-nil.
8956         (wl-highlight-plugged-current-line): Use `before-string' overlay
8957         property to show icon images.
8958         (wl-highlight-folder-current-line): Ditto.
8959         (wl-e21-highlight-folder-group-line): Ditto.
8960         (wl-e21-highlight-folder-by-numbers): Ditto.
8961         (wl-e21-insert-image): Removed.
8962         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8963         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8964         said.
8965         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8966         `wl-e21-force-switch-toolbar'.
8967         (wl-e21-make-icon-image): Removed.
8968         (wl-e21-setup-toolbar): Don't search for XBM files.
8969         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8970         the default value.
8971
8972 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8973
8974         * wl-util.el (wl-biff-check-folder-async): Set
8975         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8976
8977 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8978
8979         * wl-e21.el (after-make-frame-functions): Add
8980         `wl-e21-force-switch-toolbar'.
8981         (wl-e21-force-switch-toolbar): New function force to switch the
8982         toolbar appearance automatically.
8983         (post-command-hook): Add `wl-e21-switch-toolbar'.
8984         (wl-e21-switch-toolbar): New function to switch the toolbar
8985         appearance automatically.
8986         (wl-e21-tool-bar-lines): New buffer local variable.
8987
8988 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8989
8990         * wl-util.el (wl-biff-check-folders-running): New variable.
8991         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8992         (wl-biff-check-folder-async-callback):
8993         Set `wl-biff-check-folders-running'.
8994         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8995         with unwind-protect.
8996
8997         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8998         Enclose `wl-folder-auto-check' with unwind-protect.
8999
9000         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9001         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9002
9003         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9004
9005         * wl-util.el (wl-biff-notify): New inline function.
9006         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9007         locally.
9008         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9009         folder-list' is 1.
9010         Use `wl-biff-notify'.
9011         (wl-biff-check-folder-async-callback): New function.
9012         (wl-biff-check-folder-async): Ditto.
9013
9014         * wl-folder.el (wl-folder): Don't check folders.
9015         (wl-folder-auto-check): New function.
9016
9017 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9018
9019         * wl-util.el (wl-biff-start) [Emacs19+]:
9020         Use `timer-next-integral-multiple-of-time'.
9021         (wl-biff-check-folders): Use `wl-default-folder'
9022         if `wl-biff-check-folder-list' is nil.
9023
9024 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9025
9026         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9027         instead of `elmo-delete-lists'.
9028
9029 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9030
9031         * wl.el (wl-plugged-toggle-all): Set the value of
9032         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9033         (wl-plugged-toggle): Ditto.
9034         (wl-toggle-plugged): Ditto.
9035         (wl-plugged-init): Ditto.
9036
9037         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9038         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9039         instead of `wl-biff-state-indicator-off' and
9040         `wl-biff-state-indicator-on'; don't modify the value and the type
9041         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9042         (wl-plugged-init-icons): Set icons data to
9043         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9044         instead of `wl-plug-state-indicator-off' and
9045         `wl-plug-state-indicator-on'; don't modify the value and the type
9046         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9047
9048         * wl-vars.el (wl-modeline-biff-state-off,
9049         wl-modeline-biff-state-on, wl-modeline-biff-status,
9050         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9051         wl-modeline-plug-status): New internal variables.
9052         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9053         wl-biff-check-interval, wl-biff-check-folder-list): Change
9054         customization group from `wl-folder' to `wl-highlight'.
9055         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9056         wl-show-plug-status-on-modeline): Defcustomized.
9057
9058         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9059         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9060         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9061         a flag to `mode-line-buffer-identification'.
9062
9063         * wl-e21.el (wl-biff-init-icons): Set icons data to
9064         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9065         instead of `wl-biff-state-indicator-off' and
9066         `wl-biff-state-indicator-on'.
9067         (wl-plugged-init-icons): Set icons data to
9068         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9069         instead of `wl-plug-state-indicator-off' and
9070         `wl-plug-state-indicator-on'.
9071
9072 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9073
9074         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9075         excessive titles.
9076
9077 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9078
9079         * wl.el (wl-plugged-mode): Use revised
9080         `wl-mode-line-buffer-identification'.
9081         (wl-plugged-init): Don't use `force-mode-line-update'.
9082
9083         * wl-xmas.el (wl-draft-overload-functions): Use revised
9084         `wl-mode-line-buffer-identification'.
9085         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9086         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9087         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9088         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9089         `wl-make-plugged-hook';
9090         add `wl-folder-init-icons' and `wl-setup-folder' to
9091         `wl-folder-mode-hook'.
9092
9093         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9094         19 as well.
9095         (wl-mode-line-display-priority-list): New user option.
9096         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9097         Defcustomized.
9098         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9099         Add docs.
9100
9101         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9102         start.
9103         (wl-mode-line-buffer-identification): Revised as a function.
9104
9105         * wl-summary.el (wl-summary-mode): Use revised
9106         `wl-mode-line-buffer-identification'; don't call
9107         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9108         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9109         `wl-xmas-setup-summary'.
9110
9111         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9112         `wl-mode-line-buffer-identification'.
9113
9114         * wl-mule.el (wl-draft-overload-functions): Use revised
9115         `wl-mode-line-buffer-identification'.
9116
9117         * wl-folder.el (wl-make-plugged-alist): Don't call
9118         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9119         (wl-folder): Don't call `wl-folder-init-icons' directly.
9120         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9121         `wl-xmas-setup-folder' directly;
9122         use revised `wl-mode-line-buffer-identification'.
9123         (TopLevel): Don't bind `wl-biff-init-icons',
9124         `wl-plugged-init-icons', `wl-folder-init-icons',
9125         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9126
9127         * wl-e21.el (wl-draft-overload-functions): Use revised
9128         `wl-mode-line-buffer-identification'.
9129         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9130         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9131         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9132         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9133         `wl-make-plugged-hook';
9134         add `wl-folder-init-icons' and `wl-setup-folder' to
9135         `wl-folder-mode-hook'.
9136
9137 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9138             Katsumi Yamaoka    <yamaoka@jpl.org>
9139
9140         * wl.el (wl): Call `wl-biff-start'.
9141         (wl-exit): Call `wl-biff-stop'.
9142         (wl-plugged-mode): Show biff in modeline.
9143         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9144
9145         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9146         (wl-biff-init-icons): New function.
9147         (wl-plugged-init-icons): Don't make too much keymaps.
9148         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9149
9150         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9151         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9152         variables.
9153         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9154         options.
9155
9156         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9157         wl-biff-start, wl-biff-stop): New functions.
9158         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9159         (wl-biff-timer-name): New variable.
9160
9161         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9162
9163         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9164         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9165
9166         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9167         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9168
9169         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9170         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9171         `wl-folder-init-icons' to `ignore' if they are not available.
9172         (wl-folder-mode): Show biff in modeline.
9173
9174         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9175         (wl-biff-init-icons): New function.
9176         (wl-plugged-init-icons): Don't make too much keymaps.
9177         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9178
9179 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9180
9181         * wl-vars.el (wl-strict-diff-folders): Customization Type
9182         and doc fix.  Define as a list of regular expressions for
9183         folders or nil.
9184         * wl-folder.el (wl-folder-check-one-entity): Use
9185         `wl-string-match-member' instead of `wl-string-member' for
9186         `wl-strict-diff-folders'.
9187
9188 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9189
9190         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9191         (wl-highlight-folder-current-line): Use it; new implementation.
9192         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9193         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9194         `defsubst' instead of `defun'.
9195
9196         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9197         `wl-highlight-group-folder-by-numbers'; made it can also be a
9198         number.  See info for more details.
9199
9200         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9201         running.
9202
9203         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9204         to bind them.
9205
9206         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9207         (wl-highlight-folder-current-line): New implementation.
9208
9209         * wl-highlight.el (wl-highlight-folder-group-line): New
9210         implementation.
9211         (wl-delete-all-overlays): Rewrite as a marco.
9212         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9213
9214         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9215         running.
9216         (wl-folder-*-glyph): No need to bind them.
9217
9218         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9219         `wl-e21-highlight-folder-group-icon'; rewrite.
9220         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9221         `defsubst' instead of `defun'.
9222         (wl-folder-mode-map): Bind it when compiling.
9223
9224 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9227
9228         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9229
9230 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9231
9232         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9233
9234 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9235
9236         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9237         (wl-highlight-folder-current-line): Use it.
9238
9239         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9240         in `id-name'.
9241
9242 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9243
9244         * wl.el: Require `wl-e21' when Emacs 21 is running.
9245
9246         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9247         default when Emacs 21 is running.
9248         (wl-use-highlight-mouse-line): Ditto.
9249         (wl-on-emacs21): New constant.
9250         (wl-on-emacs20): Removed.
9251
9252         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9253         Emacs 21 is running.
9254
9255         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9256         Emacs 21 is running.
9257
9258         * wl-e21.el: New file.
9259
9260 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9261
9262         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9263         (wl-toggle-plugged): Ditto.
9264         (wl-plugged-toggle): Ditto.
9265         (wl-plugged-toggle-all): Ditto.
9266
9267         * wl-vars.el (wl-plug-state-indicator): Refer
9268         `wl-plug-state-indicator-on' indirectly.
9269
9270 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9271
9272         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9273         Call `wl-folder-confirm-existence'.
9274
9275         * wl-folder.el (wl-folder-confirm-existence): Added optional
9276         argument `force'.
9277
9278 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9279
9280         * wl-summary.el (wl-summary-refile-subr): Assume
9281         `copy-or-refile' as symbol.
9282         (wl-summary-refile): Follow up above change.
9283         (wl-summary-copy): Ditto.  Doc fix.
9284
9285 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9286
9287         * wl-summary.el (wl-summary-pick): Don't bind
9288         `elmo-search-mime-charset'.
9289
9290         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9291         default using old backquote style.
9292         (wl-search-mime-charset): Abolished.
9293
9294         * wl-highlight.el (wl-highlight-headers):
9295         Call `point' after `re-search-forward'(for Nemacs).
9296
9297         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9298         for elmo-imap4.el.
9299
9300 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9301
9302         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9303         `wl-message-ignored-field-list' instead of
9304         `mime-view-ignored-field-list'.
9305
9306         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9307         Add interactive spec.
9308         (wl-folder-goto-bottom-of-current-folder): Ditto.
9309         (wl-folder-mode-map): Bind them.
9310
9311         * wl-vars.el (wl-message-ignored-field-list): New variable.
9312         (wl-message-visible-field-list): New variable.
9313
9314         * wl-mime.el (wl-mime-header-presentation-method): New function.
9315         (wl-mime-setup): Set header-presentation-method.
9316
9317 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9318
9319         * wl-nemacs.el (wl-draft-overload-functions): Set
9320         `mode-line-buffer-identification' instead of using
9321         `wl-make-modeline'.
9322
9323         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9324         instead of using `wl-make-modeline'.
9325
9326         * wl-xmas.el (wl-plugged-init-icons): Set up
9327         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9328         (wl-make-modeline): Abolish.
9329         (wl-draft-overload-functions): Set
9330         `mode-line-buffer-identification' instead of using
9331         `wl-make-modeline'.
9332
9333         * wl-util.el (wl-make-modeline-subr): Abolish.
9334         (wl-mode-line-buffer-identification): New alias.
9335
9336         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9337         (wl-summary-make-modeline): Abolish.
9338         (wl-summary-buffer-set-folder): Set
9339         `wl-summary-buffer-folder-indicator'.
9340         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9341         of using `wl-make-modeline'.
9342         (wl-summary-switch-to-clone-buffer): Don't set
9343         `mode-line-buffer-identification'.
9344         (wl-summary-goto-folder-subr): Ditto.
9345
9346         * wl-mule.el (wl-draft-overload-functions): Set
9347         `mode-line-buffer-identification' instead of using
9348         `wl-make-modeline'.
9349
9350         * wl-folder.el (wl-folder-mode): Set
9351         `mode-line-buffer-identification' instead of using
9352         `wl-make-modeline'.
9353         (wl-folder): Don't set `mode-line-buffer-identification'.
9354
9355 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9356
9357         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9358         instead of `member' for `wl-refile-guess-func-list' look-ups.
9359         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9360
9361 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9362
9363         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9364         `wl-message-button-dispatcher'.
9365
9366         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9367
9368         * wl-message.el (wl-message-button-dispatcher): Use it.
9369
9370         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9371         "In-Reply-To".
9372
9373         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9374         Bind `case-fold-search' to t.
9375
9376 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9377
9378         * wl-xmas.el (wl-message-overload-functions): Initialize
9379         `wl-message-button-map'.
9380
9381         * wl-mule.el (wl-message-overload-functions): Initialize
9382         `wl-message-button-map'.
9383
9384         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9385
9386         * wl-message.el (wl-message-button-map): New keymap.
9387         (wl-message-add-button): New function.
9388         (wl-message-button-dispatcher): New function.
9389         (wl-message-button-refer-article): New function.
9390
9391         * wl-highlight.el
9392         (wl-highlight-message-add-buttons-to-header): New function.
9393         (wl-highlight-headers): Use it.
9394
9395 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9396
9397         * wl-summary.el (wl-summary-default-from): Use
9398         `wl-address-get-petname-1'.
9399         (wl-summary-simple-from): Ditto.
9400
9401         * wl-address.el (wl-address-get-petname-1): New inline function.
9402         (wl-address-get-petname): Use it.
9403
9404 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9405
9406         * wl-summary.el (wl-summary-default-from): Return full-name part
9407         from the address if no petname was found.
9408         (wl-summary-simple-from): Ditto.
9409
9410         * wl-address.el (wl-address-get-petname): Return nil if no petname
9411         associated with the address was found.
9412
9413 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9414
9415         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9416         display is finished.
9417
9418 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9419
9420         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9421         `elmo-folder-exists-p' argument.
9422
9423 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9424
9425         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9426         the folder.
9427
9428 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9429
9430         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9431
9432         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9433         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9434
9435 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9436
9437         * wl-folder.el (wl-folder-create-subr): New function.
9438         (wl-folder-confirm-existence): Use it.
9439         (wl-folder-check-one-entity): Use it.
9440         Check the error symbol is derived from 'elmo-open-error.
9441
9442         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9443         `ignore-error'.
9444
9445 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9446
9447         * wl-util.el (toplevel): Add (eval-when-compile (require
9448         'elmo-util)).  (Maybe `provide' is typo.)
9449
9450 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9451
9452         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9453         (I don't know why this was needed.)
9454
9455         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9456         Follow up changes for stream-type.
9457
9458         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9459         (wl-draft-elmo-nntp-send): Ditto.
9460
9461         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9462         (wl-nntp-posting-stream-type): Ditto.
9463         (wl-pop-before-smtp-ssl): Abolished.
9464         (wl-nntp-posting-ssl): Ditto.
9465
9466         * wl-address.el (wl-address-quote-specials): New function.
9467         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9468
9469         * wl-draft.el (wl-draft-reply): Ditto.
9470
9471 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9472
9473         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9474         use function `wl-string-match-assoc'.
9475
9476 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9477
9478         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9479
9480         * wl-draft.el (wl-draft-deduce-address-list): New function.
9481         (wl-draft-parse-mailbox-list): Ditto.
9482         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9483         instead of `smtp-deduce-address-list'.
9484         (wl-draft-on-field-p): Follow group list.
9485
9486         * wl-address.el (wl-address-concat-token): New function.
9487         (wl-address-string-without-group-list-contents): Ditto.
9488         (wl-complete-field-body): Fixed problem of completion
9489         by japanese petname.
9490         (wl-address-make-completion-list): Rewrite.
9491
9492 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9493
9494         * wl-address.el (wl-address-make-completion-list): Completion by
9495         petname.
9496         (wl-complete-field-body): Likewise.
9497
9498 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9499
9500         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9501         contains invalid address syntax.
9502
9503 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9504
9505         * wl-folder.el (wl-folder-check-entity-async): Use
9506         `elmo-nntp-spec-hostname'.
9507
9508 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9509
9510         * wl-summary.el (wl-summary-msgdb-load-async): Use
9511         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9512
9513 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9514
9515         * wl-draft.el (wl-draft-reply): Set argument
9516         `content-transfer-encoding' as nil.
9517
9518 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9519
9520         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9521         `wl-refile-alist'.
9522
9523 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9524
9525         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9526         (wl-draft-edit-string): Ditto.
9527         (wl-draft-forward): Ditto.
9528         * wl-summary.el (wl-summary-write): Ditto.
9529
9530 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9531
9532         * wl-summary.el (wl-summary-sync-update3): Call
9533         `wl-summary-buffer-number-column-detect'.
9534         (wl-summary-buffer-number-column-detect): Search from point-min.
9535
9536 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9537
9538         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9539         contains an address which is not included in original to or cc.
9540
9541 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9542
9543         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9544         begin-line does not exist.
9545         * wl-message.el (wl-message-uu-substring): Ditto.
9546
9547 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9548
9549         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9550         clear local variables.
9551         (wl-summary-exit): Call `elmo-commit'.
9552         (wl-summary-switch-to-clone-buffer): Call
9553         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9554         (wl-summary-goto-folder-subr): Ditto.
9555
9556         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9557         POP folder.
9558
9559 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9560
9561         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9562         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9563         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9564         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9565         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9566         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9567
9568         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9569
9570 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9571
9572         * wl-summary.el (wl-summary-search-by-subject):
9573         Search parent message from the latest one.
9574
9575 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9576
9577         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9578         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9579
9580         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9581         New user option.
9582
9583         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9584         if elmo-nntp-use-killed-list is nil.
9585         Use `elmo-msgdb-append-to-killed-list'.
9586         (Append numbers confirmed as disappeared to the killed list.)
9587         (wl-summary-confirm-appends): Don't display negative number.
9588
9589 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9590
9591         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9592
9593 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9594
9595         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9596         range is `all'.
9597         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9598         `elmo-list-bigger-diff'.
9599
9600 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9601
9602         * wl-summary.el (wl-summary-buffer-exit-func):
9603         New buffer local variable.
9604         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9605
9606 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9607
9608         * wl-demo.el (wl-demo): Fix the last change.
9609
9610 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9611
9612         * wl-demo.el (wl-demo): Don't use `eval'.
9613
9614 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9615
9616         * wl-summary.el (wl-summary-buffer-thread-modified):
9617         New buffer-local variable.
9618         (wl-summary-set-thread-modified): New function.
9619         (wl-summary-thread-modified-p): New function.
9620         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9621         (wl-summary-yank-saved-message): Use function
9622         `wl-summary-set-thread-modified'
9623         (wl-summary-switch-to-clone-buffer): Add
9624         `wl-summary-buffer-thread-modified'.
9625
9626         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9627         (wl-summary-buffer-mark-saved-hook): Ditto.
9628         * wl-summary.el (wl-summary-msgdb-save): New hook
9629         `wl-summary-buffer-message-saved-hook' and
9630         `wl-summary-buffer-mark-saved-hook'.
9631
9632 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9633
9634         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9635
9636 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9637
9638         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9639         don't hide scroll bars under FSF Emacsen because it may incur an
9640         undesirable redrawing.
9641
9642 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9643
9644         * wl-draft.el (wl-draft-edit-string): Call
9645         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9646
9647 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9648
9649         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9650
9651 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9652
9653         * wl-summary.el (wl-summary-msgdb-load-async): Call
9654         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9655
9656 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9657
9658         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9659         fringes in demo buffer; center bitmap logo correctly even if old
9660         Mule is used.
9661
9662 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9663
9664         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9665
9666         * wl-refile.el (wl-refile-subject-alist): New variable.
9667         (wl-refile-subject-alist-file-name): Ditto.
9668         (wl-refile-alist-setup): Rewrite.
9669         (wl-refile-alist-save): Use `elmo-object-save'.
9670         Eliminated arguments.
9671         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9672         (wl-refile-guess-by-subject): New function.
9673         (wl-refile-guess-func-list): Added it.
9674
9675 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9676
9677         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9678         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9679
9680 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9681
9682         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9683         New buffer-local variable.
9684         (wl-summary-buffer-next-folder-func): Ditto.
9685         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9686         if non-nil.
9687         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9688         if non-nil.
9689         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9690         if non-nil.
9691         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9692         if non-nil.
9693
9694 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9695
9696         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9697         permanently in the demo buffer.
9698
9699 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9700
9701         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9702         `mime-entity-fetch-field'.
9703
9704         * wl.el (wl-exit): Delete plugged buffer.
9705
9706         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9707         XEmacs has menubar feature.
9708
9709 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9710
9711         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9712         cannot arrive at the beginning of the buffer under old Emacsen.
9713
9714 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9715
9716         * wl-address.el (wl-address-ldap-search):
9717         Call `ldap-search-entries' with `withdn' argument t.
9718         (wl-complete-field-body): Bind completion-ignore-case as t.
9719         Clear ldap search hash when it was sole completion.
9720         Use elmo-string for pattern string.
9721         (wl-ldap-alias-safe-string): Eliminated needless let.
9722
9723 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9724
9725         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9726         (wl-ldap-alias-sep): New constant.
9727         (wl-ldap-search-attribute-type-list): Ditto.
9728         (wl-ldap-get-value): New function.
9729         (wl-ldap-make-filter): Ditto.
9730         (wl-ldap-make-matched-value-list): Ditto.
9731         (wl-ldap-alias-safe-string): Ditto.
9732         (wl-ldap-register-dn-string): Ditto.
9733         (wl-address-ldap-search): Rewrite.
9734
9735 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9736
9737         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9738         thread is deleted.
9739         (wl-thread-delete-line-from-buffer): Ditto.
9740         (wl-thread-get-exist-children): New function.
9741
9742 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9743
9744         * wl-demo.el (wl-demo): Made it to select various image types.
9745         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9746         from `wl-title-logo'.
9747         (wl-logo-ascii): New variable.
9748         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9749         (wl-demo-copyright-notice): New constant.
9750
9751         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9752
9753 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9754
9755         * wl-vars.el (wl-summary-target-above): Renamed from
9756         wl-summary-temp-above.
9757         * wl-score.el (wl-score-get-score-alist): Use it.
9758         (wl-summary-score-update-all-lines): Use it.
9759         * wl-summary.el: Ditto. (make-variable-buffer-local).
9760
9761 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9762
9763         * wl-vars.el (wl-ldap-port): New user option.
9764
9765         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9766         Rewite whole implementation.
9767         (wl-complete-field-body): Fixed.
9768
9769 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9770
9771         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9772         Choose implementation at compile time.
9773
9774 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9775
9776         * wl-address.el (wl-ldap-search-internal): New function.
9777         (wl-complete-field-to): Use it.
9778
9779 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9780
9781         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9782         Use `let' instead of `let*'.
9783         Require 'wl-vars.
9784
9785         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9786         Define as defcustom.
9787         (wl-ldap-base): Ditto.
9788         (wl-use-ldap): Ditto.
9789
9790 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9791
9792         * wl-address.el (wl-ldap-search): New function.
9793         (wl-complete-field-body): Use `wl-ldap-search'.
9794         (wl-ldap-server): New variable.
9795         (wl-ldap-base): Ditto.
9796         (wl-use-ldap): Ditto.
9797
9798 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9799
9800         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9801         (Pointed out by Mito <mit@nines.nec.co.jp>).
9802         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9803         buffer-local variables like `wl-summary-redisplay-internal'.
9804         (wl-summary-redisplay-all-header): Likewise.  Update
9805         Summary view too.
9806
9807 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9808
9809         * wl-summary.el (wl-summary-jump-to-parent-message):
9810         Consider prefix argument.
9811
9812         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9813         when closed thread is deleted.
9814
9815 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9816
9817         * wl-summary.el (wl-summary-jump-to-parent-message):
9818         Consider thread modification.
9819
9820 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9821
9822         * wl-message.el (wl-message-normal-get-original-buffer): Use
9823         `save-excursion'.
9824
9825         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9826         (wl-summary-showto-folder-regexp): Ditto.
9827
9828 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9829
9830         * wl-util.el (wl-delete-alist): Doc fix.
9831         (wl-delete-associations): New function.
9832         (wl-inverse-alist): New function.
9833         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9834         Split temporary variables. Use `wl-delete-associations'
9835         and `wl-inverse-alist'.
9836         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9837
9838 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9839
9840         * wl-folder.el (wl-folder-prefetch-entity):
9841         Execute prefetching if new count is unknown.
9842
9843 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9844
9845         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9846
9847         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9848         delete entity.
9849         (wl-thread-set-parent): If insert as top, set linked as nil.
9850
9851         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9852         `wl-thread-cleanup-symbols' when view mode is thread.
9853
9854 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9855
9856         * wl-folder.el (wl-folder-create-folder-entity): Use
9857         with-current-buffer.
9858         (wl-local-folder-init): Call set-buffer to make sure we are in
9859         the Folder buffer. Don't touch buffer-local variables here.
9860         (wl-folder-mode): Initialize buffer-local variables here.
9861
9862         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9863         (wl-folder-entity-assign-id): Ditto.
9864         (wl-folder-create-entity-hashtb): Ditto.
9865         (wl-local-folder-init): Ditto.
9866         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9867
9868 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9869
9870         * wl-summary.el (wl-summary-default-from): Fix probrem when
9871         std11-extract-address-components return (nil "foo@bar").
9872
9873 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9874
9875         * wl-draft.el (wl-draft-clone-local-variables):
9876         Remove redundant `setq'.
9877
9878 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9879
9880         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9881         Bind wl-highlight-x-face-func as nil while highlighting header.
9882
9883 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9884
9885         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9886
9887 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9888
9889         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9890         elmo-msgdb-overview-hashtb from copy-variables.
9891         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9892         instead of `elmo-msgdb-overview-get-entity-by-number'.
9893         (wl-summary-auto-refile): Ditto.
9894
9895         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9896         `elmo-msgdb-overview-get-entity' instead of
9897         `elmo-msgdb-search-overview-entity'.  Use
9898         `elmo-msgdb-overview-get-entity' instead of
9899         `elmo-msgdb-overview-get-entity-by-number'.
9900         (wl-thread-insert-entity-sub): Ditto.
9901         (wl-thread-insert-message): Ditto.
9902
9903         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9904         `elmo-msgdb-overview-get-entity'.
9905         (wl-normal-message-redisplay): Ditto.
9906
9907 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9908
9909         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9910         `wl-thread-entities'.
9911         (wl-thread-delete-message): Fix remove top message from
9912         `wl-thread-entity-list'.
9913
9914         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9915         wl-append(nconc), because update-list is broken on Meadow.
9916
9917         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9918         updating process.
9919         (wl-summary-rescan): Ditto.
9920         (wl-summary-sync-update3): Ditto.
9921         * wl-thread.el (wl-thread-set-parent): Renamed from
9922         `wl-summary-set-parent'.
9923         (wl-thread-insert-message): Updating buffer faster.
9924         (wl-thread-delete-message): Updating buffer faster.
9925
9926         * wl-score.el (wl-summary-score-update-all-lines): Changed
9927         interval for display progress gauge.
9928
9929 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9930
9931         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9932         folder always-sticky.
9933         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9934         defmacro.
9935
9936 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9937
9938         * wl-vars.el (wl-draft-add-references): New user option.
9939
9940         * wl-draft.el (wl-draft-add-references): New function.
9941         (wl-draft-yank-from-mail-reply-buffer): Use it.
9942         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9943         as nil.
9944
9945 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9946
9947         * wl-thread.el (wl-thread-update-line-msgs): Called
9948         `wl-thread-update-line-on-buffer-sub'.
9949         (wl-thread-update-line-on-buffer): Delete routine of inserting
9950         thread.
9951         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9952         moved from `wl-thread-update-line-on-buffer'.
9953         Add threshold for displaying progress gauge.
9954         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9955         argument of `wl-thread-update-line-msgs'.
9956         Add threshold for displaying progress gauge.
9957         * wl-folder.el:
9958         Add threshold for displaying progress gauge.
9959         * wl-score.el: Ditto.
9960
9961         * wl-expire.el (wl-summary-expire): Display deleting info.
9962
9963 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9964
9965         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9966         `no-msg'.
9967         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9968         argument of `wl-thread-update-line-msgs'.
9969         (wl-summary-set-parent): Added optional argument `parent-number'.
9970         (wl-summary-buffer-saved-message): New buffer local variable.
9971         (wl-summary-save-current-message): New command.
9972         (wl-summary-yank-saved-message): Ditto.
9973         (wl-summary-mode-map): Added key binding for
9974         `wl-summary-save-current-message' (\ew) and
9975         `wl-summary-yank-saved-message' (\C-y).
9976         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9977
9978 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9979
9980         * wl-summary.el (wl-summary-mode-map): Added key binding for
9981         `wl-summary-set-parent' (ts).
9982
9983 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9984
9985         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9986         subject faster. If thread number is reverse, delayed updating
9987         thread.
9988         (wl-summary-search-by-subject): Ditto.
9989         (wl-summary-put-alike): Ditto.
9990         (wl-summary-get-alike): Ditto.
9991         (wl-summary-insert-headers): Insert header of all overview in
9992         buffer.
9993         (wl-summary-rescan): Delayed updating thread. Kill search subject
9994         buffer for wl-summary-search-by-subject.
9995         (wl-summary-sync-update3): Ditto.
9996         (wl-summary-exit): Ditto.
9997         (wl-summary-goto-bottom-of-current-thread): Change for linked
9998         thread.
9999         (wl-summary-overview-create-summary-line): Change line for linked
10000         thread.
10001
10002         * wl-summary.el (wl-summary-update-thread): Use
10003         wl-thread-maybe-get-children-num.
10004         (wl-summary-set-parent): If change parent, move sub thread.
10005         (wl-summary-redisplay-internal): Add horizontal recenter.
10006         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10007
10008         * wl-thread.el (wl-thread-entity-get-linked): New function.
10009         (wl-thread-entity-set-linked): New function.
10010         (wl-thread-create-entity): Add linked element.
10011         (wl-thread-entity-insert-as-top): Use wl-append.
10012         (wl-thread-maybe-get-children-num): If closing thread, return
10013         children msgs.
10014         (wl-thread-update-line-msgs): Displaying progress message.
10015         (wl-thread-update-line-on-buffer-sub): Use
10016         wl-thread-maybe-get-children-num.
10017         (wl-thread-update-line-on-buffer): If update line is not exists,
10018         insert thread.
10019         (wl-thread-delete-message): If delete top msg of thread, search
10020         parent by subject.
10021         (wl-thread-insert-entity): Use
10022         wl-thread-maybe-get-children-num.
10023
10024         * wl-highlight.el (wl-highlight-summary-current-line): change
10025         sregexp for linked thread.
10026         * wl-util.el (wl-count-lines): Count lines.
10027         (wl-horizontal-recenter): horizontal recenter.
10028         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10029         (wl-score-get-alike): Ditto.
10030         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10031         (wl-subject-length-limit): New variable.
10032         (wl-highlight-thread-indent-string-regexp): Changed for linked
10033         thread.
10034
10035 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10036
10037         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10038         New variable (revival).
10039         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10040         by subject matching if there's no in-reply-to nor references field
10041         (revival).
10042
10043 \f
10044 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10045
10046         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10047         message.
10048
10049 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10050
10051         * wl-summary.el (wl-summary-reply): Return t if there was a
10052         message at cursor point.
10053         Added unwind-protect.
10054         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10055         returns t.
10056         (wl-summary-cancel-message): Do nothing when there's no message at
10057         cursor point.
10058         (wl-summary-forward): Ditto.
10059         (wl-summary-jump-to-parent-message): Ditto.
10060         (wl-summary-reedit): Ditto.
10061         (wl-summary-edit-addresses): Ditto.
10062         (wl-summary-pipe-message): Ditto.
10063         (wl-summary-print-message-with-ps-print): Ditto.
10064         (wl-summary-print-message): Ditto.
10065         (wl-summary-mark-as-important): Ditto.
10066         (wl-summary-mark-as-unread): Ditto.
10067
10068         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10069         message at cursor point.
10070         (wl-summary-reply-with-citation): Remove unwind-protect.
10071
10072         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10073         subject searching feature.
10074         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10075         Eliminated.
10076
10077 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10078
10079         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10080         New variable.
10081         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10082         by subject matching if there's no in-reply-to nor references field.
10083
10084         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10085
10086         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10087         when display is finished.
10088         (wl-folder-open-all): Ditto.
10089         (wl-folder-update-access-group): Ditto.
10090         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10091         * wl-thread.el (wl-thread-close-all): Ditto.
10092
10093         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10094         progress gauge only when it was displayed.
10095         * wl-folder.el (wl-folder-insert-entity): Ditto.
10096
10097 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10098
10099         * wl-summary.el (wl-summary-incorporate): Enclose
10100         `wl-summary-sync-force-update' with save-excursion.
10101
10102 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10103
10104         * wl-summary.el (wl-summary-prefetch-region):
10105         Pass current cursor point to `pos-visible-in-window-p' after
10106         moving cursor to the started point.
10107
10108 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10109
10110         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10111
10112         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10113         fields from the forwarding message.
10114         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10115         `ignored-fields'.
10116
10117 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10118
10119         * wl-mime.el (wl-message-request-partial):
10120         Eliminated argument `msgdb'.
10121         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10122         (wl-mime-combine-message/partial-pieces): Likewise.
10123         * tm-wl.el (wl-message-request-partial): Likewise.
10124         (wl-mime-combine-message/partial-pieces): Likewise.
10125
10126 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10127
10128         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10129         when display is finished.
10130
10131 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10132
10133         * wl-summary.el (wl-summary-goto-folder-subr):
10134         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10135
10136 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10137
10138         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10139         when cursor point is visible.
10140
10141 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10142
10143         * wl-expire.el (wl-expire-archive-get-max-number):
10144         Don't use `file-name-directory'.
10145
10146 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10147
10148         * wl-expire.el (wl-expire-archive-get-max-number):
10149         Use `file-name-directory'.
10150
10151 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10152
10153         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10154         only when there is progress.
10155
10156 2000-04-13  Mito <mit@nines.nec.co.jp>
10157
10158         * wl-summary.el (wl-summary-sync-marks): Display progress.
10159
10160 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10161
10162         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10163         (wl-summary-prev): Move cursor regardless of unread status.
10164         (wl-summary-next): Ditto.
10165
10166 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10167
10168         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10169         Added argument `target' and `number'.
10170         * tm-wl.el (wl-summary-burst-subr): New function.
10171         (wl-summary-burst): Use it.
10172
10173 2000-04-10  Mito <mit@nines.nec.co.jp>
10174
10175         * wl-mime.el (wl-burst): New function.
10176         (wl-summary-burst): Use it.
10177
10178 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10179
10180         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10181         as petname when there's no candidate.
10182
10183 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10184
10185         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10186         New variable.
10187         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10188
10189         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10190
10191         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10192
10193 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10194
10195         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10196         Use substring of `original' instead of buffer-substring.
10197         (wl-refile-evaluate-rule):
10198         Set `original' argument of wl-refile-expand-newtext.
10199
10200         * wl-summary.el
10201         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10202         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10203         (wl-summary-auto-refile): Check existence of destination folder just
10204         before marking.
10205
10206 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10207
10208         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10209         when wl-refile-get-field-value return nil.
10210
10211 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10212
10213         * wl-refile.el
10214         (wl-refile-expand-newtext): New function imported from Gnus.
10215         (wl-refile-evaluate-rule): Use it.
10216
10217 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10218
10219         * wl-summary.el (wl-summary-print-destination):
10220         Duplicate folder string to avoid putting text-property on
10221         original string.
10222
10223         * wl-refile.el (wl-refile-get-field-value): New function.
10224         (wl-refile-evaluate-rule): New function;
10225         Evaluate refile rule recursively.
10226         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10227         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10228         New function; Check existence of a target folder recursively.
10229         (wl-summary-auto-refile-check-refile-rule-alist):
10230         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10231
10232 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10233
10234         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10235
10236         * wl-folder.el (wl-create-folder-entity-from-buffer):
10237         Fixed problem when '}' character is contained in folder name.
10238
10239         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10240
10241 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10242
10243         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10244         (wl-fldmgr-add-completion-all-completions):
10245         Use wl-fldmgr-add-completion-hashtb.
10246
10247 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10248
10249         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10250         wl-fldmgr-add-completion-subr): New functions.
10251         * wl-folder.el (wl-folder-completion-func): New variable.
10252         * wl-summary.el (wl-summary-read-folder):
10253         Use wl-folder-completion-func.
10254
10255         * wl-refile.el: Eliminate throw & catch.
10256
10257         * wl.el (wl-plugged-sending-queue-status): Fixed.
10258
10259 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10260
10261         * wl-draft.el (wl-draft): Put category property on
10262         mail-header-separator.