* wl-util.el (wl-day-number): Abolish.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-util.el (wl-day-number): Abolish.
4
5         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
6         of `wl-day-number'.
7         (wl-score-followup): Ditto.
8         (wl-score-add-followups): Ditto.
9         (wl-score-get-latest-msgs): Ditto.
10         (wl-score-get-header-entry): Ditto.
11         (wl-score-edit-insert-date): Ditto.
12
13 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
14
15         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
16         `elmo-message-entity-field' with 2nd argument `type'.
17
18 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
19
20         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
21
22 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
23
24         * wl-thread.el (wl-thread-delete-message): Delete descendant
25         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
26
27 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
28
29         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
30
31 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
32
33         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
34         `Access folder'.
35
36 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * wl-vars.el (wl-access-folder-icon): New user option.
39
40         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
41         `Access folder'.
42
43 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-summary.el (wl-summary-buffer-set-folder): Use
46         `wl-folder-mime-charset'.
47
48         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
49         `mime-charset'.
50         (wl-folder-get-elmo-folder): Ditto.
51         (wl-folder-mime-charset): New function.
52
53 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-util.el (wl-parse-addresses): Define alias of
56         `elmo-parse-addresses' (move to `elmo-util.el').
57
58         * wl-summary.el (wl-summary-default-from): Follow the API change.
59         (wl-summary-overview-entity-compare-by-date): Ditto.
60         (wl-summary-overview-entity-compare-by-from): Ditto.
61         (wl-summary-get-list-info): Get value of `ml-info' field from
62         entity at first.
63         (wl-summary-rescan-message): Treat prefix argument.
64         (wl-summary-prefetch-msg): Follow the API change.
65         (wl-summary-search-by-subject): Ditto.
66         (wl-summary-insert-thread): Ditto.
67         (wl-summary-line-subject): Ditto.
68         (wl-summary-line-from): Ditto.
69         (wl-summary-create-line): Ditto.
70         (wl-summary-print-message-with-ps-print): Ditto.
71
72         * wl-score.el (wl-score-ov-entity-get): Ditto.
73         (wl-score-followup): Ditto.
74         (wl-score-add-followups): Use `elmo-message-entity-field' instead
75         of `car'.
76         (wl-score-get-latest-msgs): Follow the API change.
77         (wl-score-get-header): Ditto.
78
79         * wl-refile.el (wl-refile-learn): Ditto.
80         (wl-refile-subject-learn): Ditto.
81         (wl-refile-get-field-value): Ditto.
82         (wl-refile-guess-by-history): Ditto.
83         (wl-refile-guess-by-subject): Ditto.
84
85         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
86
87         * wl-expire.el (wl-expire-date-p): Removed.
88         (wl-expire-archive-date): Follow the API change.
89         (wl-expire-localdir-date): Ditto.
90         (wl-summary-expire): Ditto.
91
92         * Version number is increased to 2.15.1.
93
94 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
95
96         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
97         group is access or not (it is not strict, like wl-fldmgr-rename).
98
99 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
100
101         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
102         duplicate call of `wl-summary-print-argument' on the wrong line.
103
104 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
107         even if argument `number' is nil.
108         (wl-summary-insert-line): Print action argument if current message
109         has it.
110
111 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
114         (wl-draft-reply): Ditto.
115         (wl-draft): Add optional argument `parent-number' and call
116         `wl-draft-create-buffer' with it.
117         (wl-draft-create-buffer): Add optional argument
118         `parent-number'. Set wl-draft-parent-number as it.
119
120 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-folder.el (wl-folder-set-persistent-mark): If summary
123         buffer is not for given folder, don't use it.
124
125 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
126
127         * Version number is increased to 2.15.0.
128
129 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
130
131         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
132
133         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
134         (wl-highlight-get-face-by-name): New internal function.
135         (wl-highlight-summary-line-face-spec): Use it and fixed.
136
137 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-summary.el (wl-summary-sync-update): Use
140         `elmo-message-entity-field' instead of `car' to get message-id
141         from overview entity.
142
143         * wl-summary.el (wl-summary-rescan-message): Call
144         `wl-highlight-summary-displaying' when displaying a message.
145
146 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
147
148         * wl-draft.el (wl-draft-config-info-filename): Extracted from
149         `wl-draft-config-info-operation'.
150         (wl-draft-buffer-change-number): New function.
151         (wl-draft-rename-saved-config): Ditto.
152         * wl.el (wl-init): Connect slot for message-number-changed.
153         (toplevel): Add autoload for wl-draft-rename-saved-config.
154
155 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
158         `update-overview'
159         (wl-summary-buffer-detach): Disconnect from it.
160         (wl-summary-rescan-message): Use command.
161
162         * wl-message.el (wl-message-buffer-display): Use
163         `with-current-buffer' instead of `save-excursion'.
164
165 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * wl-mime.el (wl-draft-preview-attributes-list): Protect
168         wl-draft-preview-attributes-list from distraction.
169
170 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
171
172         * wl-summary.el (wl-summary-sync-update): Sort the return value of
173         `elmo-list-diff'.
174
175 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-summary.el
178         (wl-summary-edit-addresses-collect-candidate-fields): Use
179         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
180
181         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
182         instead of `elmo-set-work-buf'.
183
184         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
185         (wl-address-make-address-list): Ditto.
186
187         * Version number is increased to 2.13.3.
188
189 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
192         user option.
193
194         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
195         argument `5'.
196
197         * wl-message.el (wl-message-display-no-merge-p): New function.
198         (wl-message-buffer-display): Check whether the message is
199         reassembled and follow the API change.
200
201 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
204         multibyte on working buffer and removed unnecessary
205         `buffer-disable-undo'.
206
207 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-util.el (wl-read-search-condition-internal): Fixed the last
210         change.
211
212 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
213
214         * wl-util.el (wl-read-search-condition-internal): Protect
215         elmo-global-flags from distraction.
216
217 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
220
221         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
222         (wl-summary-event-handler): Ditto.
223         (wl-summary-update-persistent-mark-on-event): New
224         function (renamed from `elmo-event-handler-flag-changed').
225         (wl-summary-buffer-attach): New function.
226         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
227         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
228         instead of `elmo-folder-add-handler'.
229
230         * Version number is increased to 2.13.2.
231
232 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
233
234         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
235         and "\177" to the `wl-news-previous-page'.
236         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
237         (wl-news-previous-page): New function.
238
239 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
242         instead of `write-region' and simplify.
243
244 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
245
246         * wl-template.el (wl-template-select): Cause error if
247         `wl-template-alist' is nil.
248
249 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
250
251         * wl-news.el.in: Set file variable `no-byte-compile'.
252
253 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
254
255         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
256         whether a target message is within displaying area.
257         (elmo-event-handler-cache-changed): Ditto.
258
259 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
260
261         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
262         to `defun'.  Use `nconc' instead of `append' to collect descendant
263         message numbers.
264
265 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
266
267         * wl-thread.el (wl-thread-save-top-list)
268         (wl-thread-save-entities): Use `with-temp-buffer'.
269         * wl-news.el.in (wl-news-previous-version-load):
270         (wl-news-previous-version-save): Ditto.
271         * wl-summary.el (wl-summary-load-file-object)
272         (wl-summary-save-view-cache): Ditto.
273
274 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-util.el (toplevel): Require 'elmo-flag'.
277         (wl-read-search-condition): New function (Renamed from
278         `elmo-read-search-condition').
279         (wl-read-search-condition-internal): Likewise.
280
281         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
282         invalid.
283         (wl-summary-pick): Use `wl-read-search-condition' instead of
284         `elmo-read-search-condition'.
285         (wl-summary-virtual): Ditto.
286
287         * wl-folder.el (wl-folder-virtual): Ditto.
288         (wl-folder-pick): Ditto.
289
290         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
291
292 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-summary.el (wl-summary-reedit): Call
295         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
296
297 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-mime.el (toplevel): Require wl-vars.
300
301         * wl-message.el (toplevel): Require cl at compile.
302
303         * wl-draft.el (toplevel): Require elmo.
304
305 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
306
307         * wl-message.el (wl-message-buffer-prefetch): Count is a number
308         and do nothing when it is not positive.
309         (wl-message-buffer-prefetch-next): Ditto.
310
311 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
312
313         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
314         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
315         (wl-summary-redisplay-internal): Ditto.
316
317         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
318         message (the condition is borrowed from `wl-check-variables-2').
319         (wl-summary-redisplay-internal): Ditto.
320
321 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-mime.el (wl-draft-nntp-attribute): New function.
324         (wl-draft-attribute-nntp-posting-server): Use it.
325         (wl-draft-attribute-nntp-posting-port): Ditto.
326
327         * wl-mime.el (wl-draft-preview-attributes-list): New function.
328         (wl-draft-show-attributes-buffer): Ditto.
329         (wl-draft-hide-attributes-buffer): Ditto.
330         (wl-draft-attribute-newsgroups): Ditto.
331         (wl-draft-attribute-nntp-posting-server): Ditto.
332         (wl-draft-attribute-nntp-posting-port): Ditto.
333         (wl-draft-preview-message): Use there functions.
334
335         * wl-vars.el (wl-draft-preview-attributes-list): Change default
336         value.
337
338 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
341         (wl-draft-reedit): Ditto.
342         (wl-draft-queue-flush): Ditto.
343
344         * wl-mime.el (wl-message-request-partial): Ditto.
345         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
346         instead of `elmo-message-fetch'.
347
348         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
349
350         * wl-summary.el (wl-summary-message-string): Ditto.
351
352 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-util.el (wl-current-message-buffer): Follow the API change.
355
356         * wl-summary.el (wl-summary-redisplay-internal): Call
357         `wl-summary-mark-as-read' with 2nd argument as nil and update
358         unread count instead of persistent mark.
359
360         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
361         variable.
362         (wl-message-redisplay): Follow the API change.
363         (wl-message-buffer-display): Managed mime-entity directly and
364         return preview buffer only.
365         (wl-message-display-internal): Rewrite.
366         (wl-message-buffer-prefetch-subr): Not save return value of
367         `wl-message-buffer-display'.
368
369         * Version number is increased to 2.13.1.
370
371 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
374         'elmo-multiple-fields-body-list' with boundary specified.
375
376 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-vars.el (wl-summary-resend-use-cache): New variable.
379         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
380         cache if `wl-summary-resend-use-cache' is non-nil.
381
382 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
385         (wl-nntp-posting-stream-type): Ditto.
386
387 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
388
389         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
390
391 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
392
393         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
394         message.
395
396 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
399         Abolish.
400         (wl-summary-buffer-persistent-mark-version): New internal
401         variable.
402         (wl-summary-update-mark-and-highlight-window): Check by
403         wl-summary-persistent-mark-invalid-p.
404         (wl-summary-update-status-marks): Ditto.
405         (elmo-event-handler-flag-changed): Rewrite.
406         (elmo-event-handler-cache-changed): Define.
407         (wl-summary-prefetch-msg): Does not update persistent mark here.
408         (wl-summary-delete-cache): Ditto.
409         (wl-summary-resume-cache-status): Ditto.
410         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
411         (wl-summary-persistent-mark-invalid-p): New function.
412         (wl-summary-validate-persistent-mark): Ditto.
413         (wl-summary-validate-persistent-mark-string): Ditto.
414         (wl-summary-invalidate-persistent-mark): Ditto.
415         (wl-summary-update-persistent-mark): Call
416         `wl-summary-validate-persistent-mark'.
417         (wl-summary-create-line): Call
418         `wl-summary-validate-persistent-mark-string'.
419
420         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
421         status as t if cache used.
422
423 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
424
425         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
426         only if the target is group.
427         * wl-folder.el (wl-folder-append-petname): Don't check group name.
428
429 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
432
433 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
434
435         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
436
437         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
438
439 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
440
441         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
442         (Thanks to Yoichi NAKAYAMA).
443
444 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-util.el (wl-save-drafts): Restore echo area.
447
448 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
449
450         * Version number is increased to 2.13.0.
451
452         * wl-util.el (wl-biff-check-folder-async): Use
453         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
454
455 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-message.el (wl-message-display-internal): Does not put
458         wl-message-display-type property on message buffer.
459         (wl-message-buffer-display-type): New function.
460
461         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
462
463         * wl-summary.el (wl-summary-mode): Use `dolist' to add
464         `wl-summary-buffer-detach'.
465         (wl-summary-message-display-type): Use
466         `wl-summary-buffer-display-type'.
467
468 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
469
470         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
471         buffer-local.
472
473         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
474         kill-buffer-hook instead of make-local-variable.
475         (wl-draft-preview-message): Set `local' argument of add-hook as t.
476
477 2004-12-12  Scott Renfro <scott@renfro.org>
478
479         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
480         regex for square-branket.
481
482 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
485         `wl-message-mime-analysis-p' with argument `header'.
486
487 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
488
489         * wl-mime.el (wl-draft-yank-current-message-entity): 
490         Switch to no-mime following method according to wl-message-display-type
491         property.
492         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
493
494         * wl-message.el (wl-message-display-internal): 
495         Put wl-message-display-type property on message buffer.
496
497         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
498         (wl-message-display-internal): Ditto;
499
500         * wl-summary.el (wl-summary-toggle-mime): Ditto.
501
502 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
503
504         * wl-message.el (wl-message-make-display-type): New function.
505         (wl-message-display-type-property): Ditto.
506         (wl-message-mime-analysys-p): Ditto.
507         (wl-message-display-all-header-p): Ditto.
508         (wl-message-redisplay): Removed argument `as-is', `all-header' and
509         added `display-type'.
510         (wl-message-buffer-display): Likewise.
511         (wl-message-display-internal): Likewise.
512         (wl-message-buffer-display-type): Abolish.
513         (wl-message-buffer-prefetch-subr): Follow the API changed.
514
515         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
516         from wl-summary-buffer-display-all-header and changed default value.
517         (wl-summary-message-display-type): New function.
518         (wl-summary-buffer-display-mime-mode): Ditto.
519         (wl-summary-buffer-display-header-mode): Ditto.
520         (wl-summary-toggle-mime): Rewrite with above functions.
521         (wl-summary-toggle-all-header): Ditto.
522         (wl-summary-redisplay): Force redisplay with default mode.
523         (wl-summary-redisplay-internal): Renamed argument from `mode',
524         `all-header' to `mime-mode', `header-mode'.
525         Use `wl-message-make-display-type'.
526
527         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
528         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
529
530 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
531
532         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
533
534 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
535
536         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
537         in original message buffer.
538         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
539         buffer.
540
541 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
544
545 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
546
547         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
548
549 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
550
551         * wl-action.el (wl-summary-exec-action-refile): Display a done message
552         when actions succeeded.
553         (wl-summary-exec-action-copy): Likewise.
554
555 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
556
557         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
558         there is switch-to-buffer at the end of wl-message-select-buffer.
559         (wl-summary-reply): Ditto.
560
561 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-summary.el (wl-summary-forward): Put subject in original
564         message buffer as argument of wl-draft-forward.
565         * wl-draft.el (wl-draft-forward): Decode subject as in
566         wl-draft-reply.
567
568 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
569
570         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
571         a folder under access group.
572
573 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
574
575         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
576         wl-message-buffer-display.
577
578         * wl-util.el (wl-set-save-drafts): Fix typo.
579
580 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
583         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
584         wl-highlight-logo-face to set the bg color of an xbm image; fixed
585         the way to measure the width of a bitmap image; don't put face on
586         ascii and bitmap images; put the mark which should not use the
587         variable-pitch face on ascii and bitmap images.
588         (wl-demo-setup-properties): Don't use the variable-pitch face on
589         ascii and bitmap images; made it work on Emacs 20 and earlier.
590         (wl-demo-insert-text): End with a newline at the bottom; don't put
591         face on text.
592
593         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
594
595 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
596
597         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
598
599         * wl-util.el (wl-save-drafts): Moved from sample setting.
600         (wl-set-save-drafts): New function to set idle timer.
601         * wl-draft.el (wl-draft): Call it.
602         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
603
604 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
605
606         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
607         a summary which has toggle display status off.
608
609 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-draft.el (wl-draft-do-fcc): No cache save.
612
613 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl-summary.el (elmo-event-handler-flag-changed): Use
616         `set-buffer' instead of `with-current-buffer'.
617
618 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-summary.el (wl-summary-after-resize-function): New function.
621         (wl-summary-mode): Add `wl-summary-after-resize-function' to
622         window-size-change-functions.
623
624 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-draft.el (wl-draft-create-buffer): Bind
627         `change-major-mode-hook' after current buffer is changed.
628
629         * wl-summary.el (wl-summary-buffer-detach): New function.
630         (wl-summary-buffer-set-folder): Call it.
631         (wl-summary-mode): Add `wl-summary-buffer-detach' to
632         change-major-mode-hook and kill-buffer-hook.
633         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
634         (wl-summary-switch-to-clone-buffer): Ditto.
635         (wl-summary-goto-folder-subr): Ditto.
636
637 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
638
639         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
640         after boundp check.
641
642 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
645         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
646         for `kill-buffer'.
647
648         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
649         handler of current buffer from elmo-folder.
650
651 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
652
653         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
654
655 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * wl-summary.el (wl-summary-buffer-event-handler): New internal
658         variable.
659         (wl-summary-event-handler): New class.
660         (elmo-event-handler-flag-changed): Define to update persistent
661         mark.
662         (wl-summary-buffer-set-folder): Register event handler to
663         elmo-folder.
664         (wl-summary-exit): Unregister event handler.
665         (wl-summary-goto-folder-subr): Ditto.
666         (wl-summary-mark-as-read-all): Does not call
667         `wl-summary-update-persistent-mark' directly.
668         (wl-summary-mark-as-read-internal): Ditto.
669         (wl-summary-set-persistent-mark-internal): Ditto.
670         (wl-summary-set-flags-internal): Ditto.
671
672         * Version number is increased to 2.11.33.
673
674 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
675
676         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
677         to nil.
678
679 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-spam.el (wl-spam-setup): Add hook
682         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
683         instead of `wl-summary-prepare-hook'.
684
685         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
686         if folder type is `'flag'.
687         (wl-summary-mark-as-important): Ditto.
688
689 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-address.el (wl-address-minibuffer-history): New variable.
692         (wl-address-minibuffer-local-map): New keymap.
693         (wl-address-read-from-minibuffer): New function.
694
695         * wl-action.el (wl-summary-get-resend-address): Use
696         `wl-address-read-from-minibuffer' instead of `completing-read'.
697
698 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * Version number is increased to 2.11.32.
701
702 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
703
704         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
705         without mule to iso-8859-1.
706         (wl-draft-add-in-reply-to): Add note in description.
707         (wl-draft-add-references): Ditto.
708
709 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
710
711         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
712         definition for `m'.
713         (wl-summary-mode-line-format): Add '[%m]'.
714         (wl-message-mode-line-format-spec-alist): Ditto.
715         (wl-summary-display-mime-mode-list): New variable.
716
717         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
718         from wl-summary-buffer-display-as-is.
719         (wl-summary-buffer-display-all-header): New buffer local variable.
720         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
721         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
722         instead of wl-summary-buffer-display-as-is.
723         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
724         (wl-summary-set-persistent-mark): Ditto.
725         (wl-summary-set-message-buffer-or-redisplay): Just call
726         `wl-summary-redisplay-internal' without optional arguments.
727         (wl-summary-toggle-mime): Rewrite.
728         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
729         (wl-summary-toggle-all-header): New function.
730         (wl-summary-redisplay-internal): Treat mime mode.
731
732         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
733         to wl-mime-preview-follow-no-mime.
734         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
735         accodring to the display-mode.
736
737         * wl-message.el (wl-message-buffer-display-type): Rewrite.
738         (wl-message-buffer-display): Changed argument name from `as-is' to
739         `mode'.
740         (wl-message-display-internal): Ditto;
741         Bind elmo-mime-display-header-analysis according to the mode.
742         (wl-message-display-internal): Put wl-message-display-mime-mode
743         property on entire buffer.
744
745 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
746
747         * wl-draft.el (wl-draft-do-fcc): Undo last change.
748
749 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
750
751         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
752         Don't extract mail address.
753         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
754
755         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
756
757         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
758
759 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
760
761         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
762         wl-fldmgr-cut-entity-list on confirmation.
763
764 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
765
766         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
767         (wl-mime-quit-preview): Check existence of
768         mime-edit-temp-message-buffer here.
769
770 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
773         after deletion.
774
775         * wl-draft.el (wl-draft-send-confirm): Check major-mode
776         before calling wl-mime-quit-preview.
777
778 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * wl-summary.el (wl-summary-pick): If call it with prefix
781         argument, set `delete-marks' as non-nil. Pick from only visible
782         messages.
783         (wl-summary-check-target-mark): New function.
784         (wl-summary-target-mark-mark-as-read): Use it.
785         (wl-summary-target-mark-mark-as-unread): Ditto.
786         (wl-summary-target-mark-operation): Ditto.
787         (wl-summary-target-mark-set-flags): Ditto.
788         (wl-summary-target-mark-save): Ditto.
789         (wl-summary-target-mark-pick): Ditto.
790         (wl-summary-target-mark-forward): Ditto.
791         (wl-summary-target-mark-reply-with-citation): Ditto.
792         (wl-summary-target-mark-print): Ditto.
793         (wl-summary-target-mark-uudecode): Ditto.
794
795         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
796         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
797         with `ask-coding' is non-nil.
798
799 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-thread.el (wl-thread-set-parent): If parent is a message
802         which is identified by references, set linked as nil.
803
804 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
805
806         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
807         (wl-message-mode-line-format-spec-alist): Ditto.
808         (wl-message-mode-line-format): Ditto.
809         (wl-summary-mode-line-format): Ditto for docstring.
810         (wl-summary-no-mime-folder-list): Fix typo.
811
812         * wl-util.el (wl-current-message-buffer): Call
813         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
814
815         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
816         variable.
817         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
818         of `wl-summary-redisplay-no-mime'.
819         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
820         (wl-summary-toggle-mime): New function.
821         (wl-summary-redisplay-all-header): Rewrite.
822         (wl-summary-redisplay-no-mime): Ditto.
823         (wl-summary-redisplay-internal): Added argument `as-is' and
824         `all-header'.
825
826         * wl-refile.el (wl-refile-default-from-folder-path-separator):
827         New variable.
828         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
829         bottom.
830         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
831         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
832         "/" unconditionally.
833
834         * wl-mime.el (wl-draft-yank-current-message-entity): Use
835         wl-mime-preview-follow-no-mime for as-is content.
836         (wl-mime-preview-follow-no-mime): New function.
837         (wl-mime-preview-follow-current-region): Fixed parenthesis.
838
839         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
840         and added `as-is', `all-header'.
841         (wl-message-buffer-display): Ditto.
842         (wl-message-buffer-display-type): New function.
843
844 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
845
846         * wl-vars.el (wl-message-header-button-alist): Change default
847         value.
848         (wl-message-body-button-alist): Ditto.
849
850 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
853
854 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
857
858 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
859
860         * wl-summary.el (wl-summary-sync-marks): Remove condition which
861         is always true.
862
863 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
864
865         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
866         on null entity.
867
868 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-vars.el (wl-draft-reply-default-position): Fix range.
871
872 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-vars.el (wl-summary-resend-hook): New hook.
875
876         * wl-action.el (wl-summary-exec-action-resend-subr): Run
877         `wl-summary-resend-hook'.
878
879 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
880
881         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
882         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
883         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
884         (wl-summary-new-cached-mark): Changed default value to 'n'.
885         (wl-summary-unread-cached-mark): Changed default value to 'u'.
886         (wl-summary-answered-cached-mark): Changed default value to 'a'.
887         (wl-folder-sync-range-alist): Remove spec for 'flag.
888         (wl-summary-force-prefetch-folder-list): New user option.
889
890         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
891         `wl-summary-toggle-persistent-mark'.
892         (wl-summary-update-mark-and-highlight-window): Don't highlight when
893         number is nil.
894         (wl-summary-mark-as-answered-region): Set interactive argument of
895         `wl-summary-set-persistent-mark-internal'.
896         (wl-summary-mark-as-important-region): Ditto.
897         (wl-summary-unset-persistent-mark): Ditto.
898         (wl-summary-set-persistent-mark): Ditto.
899         (wl-summary-mark-as-answered): Ditto.
900         (wl-summary-mark-as-important): Ditto.
901         (wl-summary-set-persistent-mark-internal): Do nothing
902         when `elmo-message-flag-available-p' is nil.
903         (wl-summary-toggle-persistent-mark): New function.
904         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
905         when the folder matches `wl-summary-force-prefetch-folder-list'.
906
907
908         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
909         when number is nil.
910         (wl-highlight-summary-forwarded-face): New face.
911
912 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
913
914         * Version number is increased to 2.11.31.
915
916 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
917
918         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
919         (wl-biff-check-folder-async): Ditto.
920         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
921
922 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
923
924         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
925         Add an argument `reverse'.  All callers are updated.
926         (wl-summary-sort): Add a prefix argument `reverse' to specify
927         reverse sorting.
928         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
929         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
930         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
931
932 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * wl-message.el (wl-message-redisplay): Does not narrow header if
935         disply-type is all-header or as-is.
936
937         * wl-summary.el (wl-summary-enter-handler): Use
938         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
939
940 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
941
942         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
943         after adding wl-draft-parent-variables.
944         (wl-draft-forward): Ditto.
945
946 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * wl-summary.el (wl-summary-sync-marks): Call
949         `wl-summary-set-persistent-mark' and
950         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
951         (wl-summary-set-persistent-mark-internal): Add 4th argument
952         `no-server'.
953         (wl-summary-unset-persistent-mark): Ditto.
954         (wl-summary-set-persistent-mark): Ditto.
955         (wl-summary-add-flags-internal): Abolish.
956         (wl-summary-remove-flags-internal): Ditto.
957         (wl-summary-mark-as-important-internal): Ditto.
958         (wl-summary-mark-as-important): Use
959         `wl-summary-set-persistent-mark' instead of
960         `wl-summary-add-flags-internal'.
961         (wl-summary-mark-as-important-region): Ditto.
962
963         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
964
965         * wl-summary.el (wl-summary-get-available-flags): New function.
966         (wl-summary-sync-marks): Use it and simplified.
967         (wl-summary-unset-persistent-mark): Use
968         `wl-summary-get-available-flags'.
969         (wl-summary-set-persistent-mark): Ditto.
970
971 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
972
973         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
974         id.
975
976 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
977
978         * wl-summary.el (wl-summary-enter-handler): If argument is not a
979         number, call `wl-summary-prev-line-content'. Show message when the
980         message is not found.
981
982 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
983
984         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
985         wl-summary-enter-handler.
986         (wl-summary-enter-handler): New command.
987
988         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
989         docstring and custom spec.
990
991         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
992         flags too; Don't treat Cached and New.
993         (wl-summary-set-persistent-mark): Ditto.
994
995         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
996         `wl-folder-set-flag'.
997
998         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
999         instead of `wl-folder-set-flag'.
1000
1001         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1002         for completion.
1003         (wl-summary-set-persistent-mark): Ditto.
1004
1005         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1006         instead of `wl-draft-quit-preview'.
1007
1008         * wl-mime.el (toplevel): Avoid compile warning.
1009         (wl-mime-quit-preview): New function
1010         (formarly defined as `wl-draft-quit-preview').
1011         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1012         quitting method.
1013
1014         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1015
1016         * wl-folder.el (wl-folder-set-flag): Renamed from
1017         `wl-draft-set-flag-on-parent'.
1018
1019         * wl-draft.el (wl-draft-quit-preview): New function.
1020         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1021         (wl-draft-send): Call `wl-folder-set-flag' instead of
1022         `wl-draft-set-flag-on-parent'.
1023         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1024
1025 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1028         (wl-draft-send): Ditto.
1029
1030 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1031
1032         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1033         (wl-draft-kill-pre-hook): Set default value as nil.
1034         (wl-summary-reply-hook): Ditto.
1035         (wl-draft-kill-flags): Abolish.
1036
1037         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1038         (wl-draft-parent-variables): Renamed from
1039         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1040         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1041         argument; Add wl-draft-parent-variables to
1042         wl-draft-config-variables.
1043         (wl-draft-reply): Likewise.
1044         (wl-draft-kill-flags): Abolish.
1045         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1046         (wl-draft-set-flag-on-parent): New function.
1047         (wl-draft-setup-parent-flag): Ditto.
1048
1049 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1050
1051         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1052         `wl-draft-parent-folder' is "".
1053
1054 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1055
1056         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1057         (wl-summary-digit-jump): New function.
1058         (Adviced by John Owens and Hiroya Murata)
1059
1060         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1061         (Adviced by John Owens)
1062
1063         * wl-xmas.el (wl-message-define-keymap): Ditto.
1064
1065         * wl-mule.el (wl-message-define-keymap): Ditto.
1066
1067 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1070         change of return value of elmo-folder-count-flags.
1071
1072         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1073         (wl-summary-mark-as-read-internal): Ditto.
1074         (wl-summary-set-persistent-mark-internal): Ditto.
1075         (wl-summary-folder-info-update): Ditto.
1076         (wl-summary-sync-update): Fixed the last change.
1077
1078         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1079
1080 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1081
1082         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1083         (wl-draft-kill-flags): Fixed docstring.
1084
1085         * wl-draft.el (wl-draft-kill-flags): New function.
1086         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1087
1088 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1089
1090         * wl-vars.el (wl-reply-hook): Abolish.
1091         (wl-draft-reply-hook): New hook.
1092         (wl-summary-reply-hook): Ditto.
1093         (wl-draft-forward-hook): Ditto.
1094         (wl-summary-forward-hook): Ditto.
1095         (wl-draft-kill-flags): New variable.
1096
1097         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1098         wl-summary-set-persistent-mark-internal.
1099         (wl-summary-sync-marks): Use elmo-preserved-flags.
1100         (wl-summary-update-persistent-mark): Make it interactive.
1101         (wl-summary-set-persistent-mark-internal): New inline function.
1102         (wl-summary-mark-as-answered): Use it.
1103         (wl-summary-mark-as-unanswered): Ditto.
1104         (wl-summary-unset-persistent-mark): New function.
1105         (wl-summary-set-persistent-mark): Ditto.
1106         (wl-summary-reply): Don't set answered flag;
1107         Run wl-summary-reply-hook instead.
1108         (wl-summary-forward): Call wl-draft-forward with number.
1109         Run wl-summary-forward-hook.
1110
1111         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1112         (wl-highlight-summary-line-face-spec): Use it as a default
1113         persistent mark face.
1114
1115         * wl-draft.el (wl-draft-forward): Added optional argument number;
1116         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1117         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1118         (wl-draft-kill): Use wl-draft-kill-flags.
1119
1120         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1121
1122         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1123         of return value of elmo-folder-count-flags.
1124
1125         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1126
1127         * wl-summary.el (wl-summary-count-unread): Ditto.
1128         (wl-summary-sync-update): Follow the change above.
1129         (wl-summary-force-prefetch): New function.
1130
1131 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1132
1133         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1134         variable `buf' with `let' instead of `setq'.
1135
1136 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1137
1138         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1139         add Content-Disposition heaeder on the deleted part.
1140
1141 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1142
1143         * wl-draft.el (wl-draft-save): Encode address list under edit by
1144         `eword-encode-unstructured-field-body'.
1145
1146         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1147
1148 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1149
1150         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1151         wl-current-summary-buffer.
1152
1153 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1154
1155         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1156         `numbers' is ignored.
1157
1158 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1159
1160         * wl-folder.el (wl-folder-open-folder): Avoid error.
1161         Reported by John Owens, [wl-en:815]
1162
1163         * wl.el (wl): Set timer for biff process even if prefix argument
1164         is given or auto-checking is quitted.
1165
1166         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1167         immediately.
1168         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1169         (wl-toggle-plugged): Ditto.
1170
1171         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1172         * wl-util.el (wl-biff-start): Use idle timer if
1173         `wl-biff-use-idle-timer' is non-nil.
1174
1175 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-highlight.el (wl-highlight-message): Fix description.
1178
1179 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1182         tty.
1183
1184 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1185
1186         * wl-action.el (wl-summary-exec): Print failure count.
1187
1188 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1191         to `defun', remove interactive form.
1192         Set elmo-message-fetch-confirm when force-reload is non-nil.
1193
1194 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-summary.el (toplevel): Removed unnecessary autoload.
1197
1198 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1199
1200         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1201         the buffer is generated from another message buffer.
1202
1203 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1206         extracted from `wl-fldmgr-save-folders'.
1207         (wl-fldmgr-delete): Call it after deletion.
1208
1209 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1212         multi-tty support.
1213
1214 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1215
1216         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1217
1218 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1219
1220         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1221         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1222
1223 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1224
1225         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1226         unsubscribe list only if argument CLEAR is nil.
1227
1228 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1229
1230         * wl-draft.el (wl-draft-reply): Decode subject before removing
1231         Re: prefix.
1232
1233 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1234
1235         * wl-summary.el (wl-summary-sort-by-size): New command.
1236
1237 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-summary.el (wl-summary-number-list-from-region): New
1240         function.
1241         (wl-summary-mark-as-read-region): Use it.
1242         (wl-summary-mark-as-unread-region): Ditto.
1243         (wl-summary-set-flags-region): Ditto and add optional argument
1244         remove.
1245         (wl-summary-mark-as-answered-region): Ditto.
1246         (wl-summary-mark-as-important-region): Ditto.
1247         (wl-summary-target-mark-mark-as-important): Added optional
1248         argument remove.
1249         (wl-summary-target-mark-mark-as-answered): Ditto.
1250         (wl-summary-target-mark-set-flags): Ditto.
1251
1252 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1253
1254         * wl-summary.el (wl-summary-set-flags-region): Call
1255         `wl-summary-set-flags-internal' with number list instead of call
1256         one by each message.
1257         (wl-summary-target-mark-set-flags): Likewise.
1258
1259 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1260
1261         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1262         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1263         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1264         (wl-summary-target-mark-mark-as-answered): Likewise.
1265
1266 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1267
1268         * wl-summary.el (wl-summary-target-mark-forward): Use
1269         `wl-summary-delete-all-target-marks' instead of
1270         `wl-summary-delete-all-temp-marks'.
1271         (wl-summary-target-mark-reply-with-citation): Ditto.
1272         (wl-summary-target-mark-uudecode): Ditto.
1273         (wl-summary-target-mark-set-flags): Ditto and remove needless
1274         cursor move.
1275
1276 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1277
1278         * wl-summary.el (wl-summary-target-mark-forward): Protect
1279         wl-summary-buffer-target-mark-list from nreverse.
1280         (wl-summary-target-mark-reply-with-citation): Ditto.
1281
1282 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1283
1284         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1285         `elmo-display-progress-threshold'.
1286
1287 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1290         check `wl-summary-highlight'.
1291         (wl-summary-window-scroll-functions): Respect value of
1292         `wl-summary-highlight'.
1293         (wl-summary-sync-update): Run hooks
1294         `wl-summary-buffer-window-scroll-functions' at any time.
1295
1296 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1297
1298         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1299         from `wl-summary-cleanup-temp-marks'.
1300         (wl-summary-cleanup-temp-marks): Abolish argument.
1301         * wl.el (wl-save-status): Revert previous change.
1302         (wl-execute-temp-marks): New function, call
1303         `wl-summary-exec-with-confirmation'.
1304         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1305         (wl-folder-save-and-exec-marks): Abolished.
1306
1307 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1308
1309         * wl-e21.el (wl-e21-display-image-p): Respect
1310         `wl-highlight-folder-with-icon'.
1311         (wl-e21-highlight-folder-group-line): Highlight mouse line
1312         even if wl-e21-display-image-p is nil.
1313
1314         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1315         Respect value of `wl-summary-highlight'.
1316
1317         * wl.el (wl-save-status): Remove unused variable.
1318
1319         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1320         (wl-folder-mode-map): Bind it to "x".
1321
1322 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1323
1324         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1325
1326         * wl-thread.el (wl-thread-get-parent-list): Don't check
1327         disconnected ancestors, neglecting needless work in
1328         `wl-thread-update-indent-string-thread'.
1329
1330         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1331         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1332         argument, add argument default-keep to keep marks by default.
1333
1334         * Version number is increased to 2.11.30.
1335
1336         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1337         customization type and docstring.
1338         (wl-draft-reply-without-argument-list): Ditto.
1339
1340 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1341
1342         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1343
1344         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1345
1346 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1347
1348         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1349
1350 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1351
1352         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1353         save-excursion so as not to include run-hooks.
1354
1355 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1356
1357         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1358         Clarify that marks are going to be cleared.
1359
1360 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1363         according to 3rd element of wl-summary-flag-mark.
1364
1365         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1366
1367 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1368
1369         * wl-action.el (wl-summary-target-mark-all): Don't set
1370         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1371
1372 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1373
1374         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1375         (wl-forward-subject-prefix): Ditto.
1376         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1377         (wl-draft-reply-make-subject): Ditto.
1378
1379         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1380         `wl-draft-forward'.
1381         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1382
1383 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1384
1385         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1386         target message does not exist.
1387
1388 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1389
1390         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1391         `wl-subject-prefix-regexp'.
1392         (wl-subject-forward-prefix-regexp): New variable.
1393         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1394         `wl-draft-strip-subject-re' and take regexp as argument.
1395         (wl-draft-forward): Use it.
1396         (wl-draft-reply): Ditto.
1397
1398 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1399
1400         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1401         emacs multi-tty support.
1402
1403 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1404
1405         * wl-e21.el (wl-e21-display-image-p): Don't call
1406         `display-images-p'.
1407         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1408         support.
1409         (wl-highlight-folder-current-line): Ditto.
1410         (wl-folder-init-icons): Ditto.
1411
1412 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1413
1414         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1415         the last line of summary in unplugged mode.
1416
1417 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1418
1419         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1420
1421 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1422
1423         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1424         * wl-address.el (wl-address-user-mail-address-p): Use it.
1425         (wl-address-delete-user-mail-addresses): Ditto.
1426         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1427
1428         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1429         (wl-address-delete-user-mail-addresses): Ditto.
1430
1431         * wl-address.el (wl-address-delete-user-mail-addresses): New
1432         function.
1433         * wl-refile.el (wl-refile-guess-by-history): Use it.
1434         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1435         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1436
1437         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1438         use wl-address-user-mail-address-p.
1439
1440 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1443         after opening group.
1444
1445 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1446
1447         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1448         of elmo-set-buffer-multibyte.
1449
1450         * wl-message.el (wl-original-message-mode): Ditto.
1451
1452         * wl-score.el (wl-score-insert-header): Ditto.
1453
1454         * wl-summary.el
1455         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1456         (wl-summary-goto-folder-subr): Ditto.
1457         (wl-summary-insert-headers): Ditto.
1458
1459         * wl-util.el (wl-set-string-width): Ditto.
1460
1461         * Version number is increased to 2.11.29.
1462
1463 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1464
1465         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1466         (wl-highlight-summary-line-help-echo-alist): New variable.
1467         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1468         into `wl-highlight-summary-line-help-echo' and
1469         `wl-highlight-flag-folder-help-echo'.
1470         (wl-highlight-summary-line-string): Change accordingly.
1471         (wl-highlight-summary-current-line): Ditto.
1472
1473 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1474
1475         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1476         at the beginning of field body (Thanks to Markus Knittig).
1477
1478         * wl-draft.el (wl-draft-insert-current-message): Also check
1479         summary buffer, remove unnecessary tag.
1480
1481 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1482
1483         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1484         when wl-message-buffer is nil.
1485
1486         * wl-folder.el (wl-folder): Abolish unused argument.
1487         Call wl-folder-init when wl-folder-entity is nil.
1488         * wl.el (wl): Change accordingly.
1489
1490 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1491
1492         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1493         multibyte string before insert into draft buffer.
1494         (wl-draft-create-buffer): Always enable multibyte characters for
1495         draft buffer.
1496
1497         * Version number is increased to 2.11.28.
1498
1499 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1500
1501         * wl-folder.el (wl-folder-open-close): Handle blank line.
1502         (wl-folder-jump-to-current-entity): Ditto.
1503
1504 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1505
1506         * Version number is increased to 2.11.27.
1507
1508 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-thread.el (wl-thread-insert-message): When the thread is
1511         devided by wl-summary-max-thread-depth, insert line at the end of
1512         buffer.
1513
1514 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * Version number is increased to 2.11.26.
1517
1518 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1519
1520         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1521
1522 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1525         value of stream-type and session.
1526
1527 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * Version number is increased to 2.11.25.
1530
1531 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1532
1533         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1534         in a quit message.
1535
1536 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1539         (wl-summary-redisplay-no-mime-internal): Ditto.
1540
1541 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1542
1543         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1544         * wl-vars.el (wl-smtp-connection-type): Ditto.
1545
1546 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1547
1548         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1549         for the separator line and quote mail-header-separator.
1550
1551 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1552
1553         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1554         result message.
1555
1556         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1557         `elmo-multiple-fields-body-list' with boundary as
1558         mail-header-separator.
1559
1560 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1561
1562         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1563
1564 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1565
1566         * wl-util.el (wl-list-diff): Remove unused function.
1567
1568         * wl-draft.el (wl-draft-send-confirm): Discard input before
1569         confirmation.
1570
1571 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572
1573         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1574         order of flag and new.
1575
1576 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1577
1578         * wl-vars.el (wl-refile-policy-alist): Abolished.
1579
1580         * wl-action.el (wl-summary-set-action-refile): Follow the change
1581         above.
1582
1583 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * wl-highlight.el (wl-highlight-signature-search): Don't use
1586         re-search-backward for a long word since it is possible to crash
1587         XEmacs because of a bug.
1588
1589 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1590
1591         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1592
1593 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1594
1595         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1596         argument for wl-summary-sync-force-update.
1597
1598 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1599
1600         * wl-summary.el (wl-summary-mode-map): Revival of
1601         wl-summary-mark-as-important related bindings;
1602         Bind 'F','tF','mF','rF','m&'.
1603         (wl-summary-mark-as-important-region): Revival.
1604         (wl-summary-target-mark-mark-as-important): Ditto.
1605         (wl-summary-target-mark-operation): New function.
1606         (wl-summary-target-mark-mark-as-answered): Use it.
1607         (wl-summary-decide-flag): Don't set Important as default.
1608         (wl-summary-mark-as-important-internal): Revival.
1609         (wl-summary-mark-as-important): Ditto.
1610
1611         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1612
1613         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1614         instead of facep.
1615
1616 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-dnd.el (wl-dnd-drop-func): Fix.
1619
1620         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1621         mouse-set-point instead of posn-point.
1622
1623         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1624
1625         * wl-mule.el (wl-completing-read-multiple): Ditto.
1626
1627 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-demo.el (face-background-name): Defalias to avoid compile
1630         warning.
1631
1632 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1633
1634         * wl-summary.el (wl-summary-decide-flag): Use
1635         wl-completing-read-multiple instead of completing-read-multiple.
1636
1637         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1638         New alias.
1639
1640         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1641         Use face-background-name instead of face-background.
1642
1643         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1644
1645         * wl-summary.el (wl-summary-save): Use it.
1646         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1647
1648         * wl-mime.el (wl-mime-save-content): Fix last change.
1649
1650 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1651
1652         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1653         New function.
1654         (wl-summary-sort-specs): Added sort.
1655         * wl-mime.el (wl-mime-save-content): Expand file name.
1656
1657 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1658
1659         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1660
1661         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1662
1663 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1664
1665         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1666         for flag if it is not defined.
1667
1668 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1669
1670         * wl-e21.el (wl-highlight-folder-current-line): Use
1671         elmo-folder-type-internal when elmo-folder-type returns nil.
1672
1673         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1674
1675         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1676
1677         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1678
1679         * wl-e21.el (wl-summary-toolbar): Ditto.
1680
1681         * wl-vars.el (wl-demo-background-color): Abolished.
1682         (wl-summary-persistent-mark-priority-list): Renamed from
1683         wl-summary-flag-priority-list.
1684         (wl-summary-flag-alist): New user option.
1685         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1686         (wl-message-mode-line-format-spec-alist): Added 'F'.
1687         (wl-message-mode-line-format): Likewise.
1688         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1689         instead of wl-summary-important-mark.
1690         (wl-file-folder-icon): New variable.
1691
1692         * wl-thread.el (wl-thread-set-flags): Renamed from
1693         wl-thread-mark-as-important.
1694
1695         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1696         warning.
1697         (wl-summary-mode-menu-spec): Follow the change of 
1698         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1699         (wl-summary-mode-map): Follow the change of
1700         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1701         (wl-summary-detect-mark-position): Follow the variable name change.
1702         (wl-summary-set-flags-region): New function for the replacement of
1703         wl-summary-mark-as-important-region.
1704         (wl-summary-sync-marks): Sync all global-flags.
1705         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1706         instead of elmo-message-flagged-p.
1707         (wl-summary-persistent-mark-string): Follow the variable name change;
1708         Put wl-summary-flag-mark if the message has global-flag.
1709         (wl-summary-target-mark-set-flags): Renamed from 
1710         wl-summary-target-mark-mark-as-important.
1711         (wl-summary-decide-flag): New function.
1712         (wl-summary-set-flags-internal): Renamed from
1713         wl-summary-mark-as-important-internal.
1714         (wl-summary-add-flags-internal): New function.
1715         (wl-summary-remove-flags-internal): Ditto.
1716         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1717         (wl-summary-mark-as-unimportant): Abolish.
1718         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1719         (wl-summary-next-message): List flagged messages in the msgdb.
1720
1721         * wl-score.el (wl-summary-score-update-all-lines): Use
1722         wl-summary-add-flags-internal instead of 
1723
1724         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1725
1726         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1727         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1728         (wl-message-buffer-require-all-header): Renamed from
1729         wl-message-buffer-all-header-flag (Ditto).
1730         (wl-message-buffer-flag-indicator): New variable.
1731         (wl-message-redisplay): Changed local varibale name from `flag' to
1732         `display-type'; Set up wl-message-buffer-flag-indicator.
1733         (wl-message-buffer-display): Changed varibale name from `flag' to
1734         `display-type'.
1735         (wl-message-display-internal): Likewise.
1736
1737         * wl-highlight.el (wl-highlight-demo-face): Define default background
1738         color.
1739         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1740
1741         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1742
1743         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1744         (wl-demo-setup-properties): Renamed from
1745         `wl-demo-set-background-color'.
1746         (wl-demo): Follow the change above.
1747         
1748         * Version number is increased to 2.11.24.
1749
1750 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-summary.el (wl-summary-toggle-thread): Call
1753         `wl-summary-rescan' with disable-thread as non-nil.
1754         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1755
1756 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1757
1758         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1759         foreground property of the face.
1760         (wl-demo-insert-text): Don't set up face property here.
1761         (wl-demo): Call wl-demo-set-background-color, anyway.
1762
1763 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1764
1765         * wl-vars.el (wl-demo-background-color): The value can be nil.
1766
1767 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1768
1769         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1770         to wl-summary-wheel-dispatcher.
1771
1772         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1773         wl-message-wheel-dispatcher.
1774         (wl-message-wheel-dispatcher): New function.
1775         (wl-summary-wheel-dispatcher): Ditto.
1776
1777 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1778
1779         * wl-action.el (wl-summary-target-mark-all): List messages which are
1780         not in the killed-list.
1781
1782         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1783         only when the folder is 'flag/important.
1784
1785         * wl-address.el (wl-complete-field-body): Complete if the last
1786         character is a space.
1787
1788 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1789
1790         * wl-folder.el (wl-folder-clear-entity-info): Use
1791         elmo-clear-hash-val.
1792
1793         * wl-fldmgr.el (wl-fldmgr-rename): Set
1794         wl-folder-info-alist-modified as t.
1795
1796 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1797
1798         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1799
1800 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1801
1802         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1803         (wl-folder-buffer-last-visited-entity-id): New buffer local
1804         variable.
1805         (wl-folder-revisit-last-visited-folder): New function.
1806         (wl-folder-mode-map): Bind it to "C-i".
1807         (wl-folder-set-current-entity-id): Set last visited folder.
1808         * wl-summary.el (wl-summary-exit): Ditto.
1809
1810 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1813         before calling `recenter' in order to cope with an XEmacs bug.
1814
1815 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1816
1817         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1818         to the default value.
1819
1820 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1821
1822         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1823         change.
1824         (wl-summary-sync-marks): Ditto.
1825         (wl-summary-mark-as-read-internal): Ditto.
1826         (wl-summary-mark-as-answered-internal): Ditto.
1827         (wl-summary-mark-as-important-internal): Ditto.
1828         (wl-summary-reply): Ditto.
1829
1830         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1831         instead of `elmo-folder-unflag-answered'.
1832
1833         * Version number is increased to 2.11.23.
1834
1835         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1836         the last change.
1837
1838 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1839
1840         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1841         Specify "spam" or "good".
1842
1843 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1844
1845         * wl-spam.el (wl-summary-exec-action-spam): Call
1846         wl-folder-confirm-existence for spam folder.
1847         (wl-spam-setup): Bind "mk".
1848
1849 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1852
1853 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1854
1855         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1856         destination folder is empty.
1857
1858 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1859
1860         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1861         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1862
1863         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1864         (wl-summary-refile-prev-destination-region): New function.
1865         (wl-thread-refile-prev-destination): Ditto.
1866         (wl-summary-target-mark-refile-prev-destination): Ditto.
1867
1868 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1869
1870         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1871         (wl-demo-background-color): Changed default value.
1872
1873         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1874         color.
1875
1876         * wl-demo.el (wl-demo-set-background-color): New function.
1877         (wl-demo): Call it.
1878
1879 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1880
1881         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1882         * wl-address.el (wl-address-add-or-change): Don't add empty
1883         address.
1884
1885 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1886
1887         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1888
1889 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1890
1891         * wl-vars.el (wl-demo-image-filter-alist): New variable
1892         (wl-demo-background-color): Ditto.
1893
1894         * wl-demo.el (wl-demo-xpm-set-background): New function.
1895         (wl-demo-image-filter): Ditto.
1896         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1897
1898         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1899
1900         * wl-demo.el (wl-demo-icon-name): Define as function.
1901         (wl-demo-insert-image): Use it.
1902
1903 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1904
1905         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1906
1907 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1908
1909         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1910
1911 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1914
1915 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1916
1917         * wl-thread.el (wl-thread-mark-as-answered): New function.
1918
1919         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1920         answered" entry.
1921         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1922         "r&" and wl-thread-mark-as-answered to "t&".
1923         (wl-summary-mark-as-important-region): Refine to toggle mark.
1924         (wl-summary-mark-as-answered-region): New function.
1925         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1926         and 3rd argument.
1927         (wl-summary-mark-as-important-internal): Likewise.
1928
1929 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1930
1931         * wl-template.el (wl-template-preview): New internal variable.
1932         (wl-template-preview-p): New function.
1933         (wl-template-show): Bind `wl-template-preview' as t.
1934
1935 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1936
1937         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1938         `elmo-message-entity-field' with 3rd argument which is non-nil.
1939
1940 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1941
1942         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1943         Removed duplicate local bind `folder'.
1944
1945 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1948
1949 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1952         duplicate definition.
1953
1954 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1955
1956         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1957         non-nil, use it; Don't fetch message if there's no message in the
1958         current cursor position.
1959
1960 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-util.el (wl-region-exists-p): Use region-active-p.
1963         (wl-deactivate-region): New function.
1964         * wl-message.el (wl-message-redisplay): Deactivate region.
1965
1966         * wl-summary.el (wl-summary-reply): Call
1967         `wl-summary-set-message-buffer-or-redisplay' instead of
1968         `wl-summary-redisplay-internal', don't move point.
1969
1970 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1973         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1974         by regexp.
1975
1976 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1977
1978         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1979         if no need.
1980
1981 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1984         default value to nil.
1985         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1986         `wl-summary-prepare-hook'; Replace refile action to
1987         `wl-summary-exec-action-refile-with-register'.
1988
1989         * Version number is increased to 2.11.22.
1990
1991 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-summary.el (wl-summary-detect-mark-position): Set
1994         `wl-summary-buffer-weekday-name-lang'.
1995
1996 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1997
1998         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1999         (wl-summary-mark-as-read-all): Ditto.
2000         (wl-summary-delete-messages-on-buffer): Ditto.
2001         (wl-summary-sync-update): Ditto.
2002         (wl-summary-mark-as-read-internal): Ditto.
2003         (wl-summary-mark-as-answered-internal): Ditto.
2004         (wl-summary-update-folder-info): Abolished.
2005
2006 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2007
2008         * wl-summary.el (wl-summary-mark-as-read-all): Use
2009         `wl-summary-update-folder-info' instead of
2010         `wl-folder-update-unread'.
2011
2012 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2013
2014         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2015         `wl-summary-folder-info-update'.
2016         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2017         instead of `wl-summary-folder-info-update'.
2018         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2019         `wl-folder-set-folder-updated'.
2020         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2021         instead of `wl-folder-update-unread'.
2022         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2023         the value of `wl-summary-buffer-unread-count' for the second parameter of
2024         `wl-folder-update-unread'.
2025
2026         * Version number is increased to 2.11.21.
2027
2028 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2029
2030         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2031         a local variable.
2032
2033 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2036         interactively.
2037
2038         * wl-summary.el (wl-summary-mark-as-important-internal): New
2039         internal function.
2040         (wl-summary-mark-as-important): Use it.
2041         (wl-summary-mark-as-unimportant): New function.
2042         (wl-summary-sync-marks): Follow the API change.
2043
2044         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2045
2046         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2047
2048 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2049
2050         * wl-folder.el (wl-folder-update-unread): Re-indent.
2051         Narrow the scope of a local variable.
2052
2053 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2054
2055         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2056         (wl-addrmgr-merge-entries): Ditto.
2057         (wl-addrmgr): Added to address entry which exists in draft buffer
2058         if no entry is in original.
2059
2060 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl-batch.el: New file.
2063
2064 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2065
2066         * wl-vars.el (wl-use-semi): Remove unused variable.
2067
2068 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2069
2070         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2071         "?".
2072
2073 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2074
2075         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2076         wl-summary-new-mark.
2077         (wl-summary-new-cached-mark): New user option.
2078         (wl-summary-score-marks): Follow the change above.
2079         (wl-summary-auto-refile-skip-marks): Ditto.
2080         (wl-summary-incorporate-marks): Ditto.
2081         (wl-summary-expire-reserve-marks): Ditto.
2082
2083         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2084
2085         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2086         (wl-summary-persistent-mark-string): Distinguished between cached
2087         and uncached mark when the message is new.
2088
2089 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2090
2091         * wl-spam.el (wl-spam-domain): Renamed from
2092         `wl-spam-folder-guess-domain'.
2093         (wl-summary-exec-action-spam): Register as spam if domain of the
2094         source folder is good.
2095         (wl-summary-exec-action-refile-with-register): Register message if
2096         domain of the source folder is not undecided.
2097
2098 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2101         detect thread loop.
2102
2103 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2104
2105         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2106         and wl-summary-skip-mark-list.
2107
2108 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2111
2112         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2113
2114         * wl-spam.el (toplevel): Require wl-highlight.
2115         (wl-spam-auto-check-policy-alist): Abolish.
2116         (wl-spam-auto-check-folder-regexp-list): New user option.
2117         (wl-spam-auto-check-marks): Ditto.
2118         (wl-spam-mark-action-list): Ditto.
2119         (wl-highlight-summary-spam-face): New face.
2120         (wl-spam-auto-check-message-p): New function.
2121         (wl-spam-map-spam-messages): Fixed message.
2122         (wl-spam-register-spam-messages): Ditto.
2123         (wl-spam-register-good-messages): Ditto.
2124         (wl-summary-spam-map): Add and remove keybind.
2125         (wl-summary-target-mark-spam): Abolish.
2126         (wl-summary-refile-spam): Ditto.
2127         (wl-summary-test-spam): New function.
2128         (wl-summary-mark-spam): Ditto.
2129         (wl-summary-auto-check-spam): Follow the above change.
2130         (wl-summary-exec-action-spam): New function.
2131         (wl-summary-exec-action-refile-with-register): Fixed message.
2132         (wl-message-check-spam): New function.
2133         (wl-spam-setup): Ditto.
2134         (toplevel): Call it if this file is loaded interactivity.
2135
2136         * Version number is increased to 2.11.20.
2137
2138 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2139
2140         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2141         when new optional argument `force' is non nil or modified.
2142
2143 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2144
2145         * wl.el (toplevel): Require wl-spam when compile.
2146         (wl-save-status): Call wl-spam-save-status.
2147
2148         * wl-spam.el (wl-spam-register-spam-messages): New function.
2149         (wl-spam-register-good-messages): Ditto.
2150         (wl-spam-save-status): Ditto.
2151         (wl-summary-mode-map): Bind
2152         wl-summary-target-mark-register-as-spam to "ms" and
2153         wl-summary-target-mark-register-as-good to "mn".
2154         (wl-summary-register-as-spam): Abolish optional argument; Use
2155         wl-spam-register-spam-messages.
2156         (wl-summary-register-as-spam-all): Use
2157         wl-spam-register-spam-messages.
2158         (wl-summary-register-as-good): Abolish optional argument; Use
2159         wl-spam-register-good-messages.
2160         (wl-summary-register-as-good-all): Use
2161         wl-spam-register-good-messages.
2162         (wl-summary-target-mark-register-as-spam): New funtion.
2163         (wl-summary-target-mark-register-as-good): Ditto.
2164
2165 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2166
2167         * wl-spam.el: New file.
2168
2169 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2172
2173         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2174         (wl-summary-auto-refile): Call wl-refile-guess with
2175         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2176
2177 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2178
2179         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2180         with disable-thread argument non-nil.
2181
2182 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2183
2184         * wl-summary.el (wl-summary-rescan): Added optional argument
2185         disable-thread.
2186         (wl-summary-sync): Call wl-summary-rescan with argument
2187         disable-thread.
2188         (wl-summary-input-range): Added new range `rescan-thread'.
2189
2190 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2191
2192         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2193
2194 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2195
2196         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2197         internal variable.
2198         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2199         wl-summary-search-parent-by-subject-regexp and
2200         wl-summary-divide-thread-when-subject-changed as nil.
2201         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2202         (wl-summary-insert-thread): Search parent entity from
2203         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2204         thread loop.
2205
2206 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2207
2208         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2209
2210         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2211
2212         * wl-util.el (wl-require-update-all-folder-p): New function.
2213         (wl-get-assoc-list-value): Added `function' to match directive.
2214         (wl-collect-draft): Rewrite.
2215
2216         * wl-summary.el (wl-summary-sync-update): Clear faces
2217         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2218         are non-nil.
2219         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2220         argument as function.
2221         (wl-summary-input-range): Ditto.
2222
2223         * wl-folder.el (wl-draft-get-folder): New function.
2224         (wl-folder-get-elmo-folder): Consider draft folder.
2225
2226         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2227         (wl-draft-buffer-message-number): New buffer local variable.
2228         (wl-draft-folder-internal): New internal variable.
2229         (wl-draft-delete): Rewrite.
2230         (wl-draft-save): Ditto.
2231         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2232         wl-folder-get-elmo-folder.
2233         (wl-draft-config-info-operation): Ditto.
2234         (wl-jump-to-draft-folder): Ditto.
2235         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2236         (wl-draft-reedit): Rewrite.
2237
2238         * Version number is increased to 2.11.19.
2239         
2240 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2241
2242         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2243         variable.
2244
2245 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246
2247         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2248         Use ignore-errors instead of unwind-protect.
2249
2250 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2251
2252         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2253         for updating `wl-thread-entity-list'.
2254
2255 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2256
2257         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2258         parameter from calling `wl-thread-entity-get-older-brothers' and
2259         `wl-thread-entity-get-younger-brothers'.
2260         Replace nested `append' with a single one.
2261
2262 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2263
2264         * wl-summary.el (wl-summary-mode): Don't use the return value of
2265         `make-local-hook'.
2266
2267 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2268
2269         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2270         instead of `let*'.
2271         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2272         of local variables.
2273
2274 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2275
2276         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2277         Renamed from wl-summary-window-scroll-functions.
2278         (wl-summary-window-scroll-functions): Don't set to variable.
2279         (wl-summary-display-top): Use run-hooks.
2280         (wl-summary-display-bottom): Ditto.
2281         (wl-summary-toggle-disp-msg): Ditto.
2282         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2283         Use it instead of wl-summary-window-scroll-functions.
2284         (wl-summary-goto-folder-subr): Don't call
2285         wl-summary-window-scroll-functions, use
2286         wl-summary-buffer-window-scroll-functions instead.
2287
2288 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2291         make-local-variable.
2292
2293 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2294
2295         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2296         set-buffer-modified-p.
2297         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2298         (wl-summary-display-bottom): Ditto.
2299         (wl-summary-toggle-disp-msg): Ditto.
2300
2301 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2304
2305         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2306         (wl-summary-forward): Use elmo-message-entity-field instead of
2307         elmo-message-field.
2308
2309         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2310
2311 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * wl-summary.el (wl-summary-window-scroll-functions): No use
2314         `append'.
2315
2316 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2317
2318         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2319         function.
2320         (wl-summary-window-scroll-functions): Call it when both
2321         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2322         (wl-summary-temp-mark): Added optional argument number.
2323         (wl-summary-message-mark): Added optional argument flag.
2324         (wl-summary-persistent-mark): Added optional argument number and flag.
2325         (wl-summary-update-persistent-mark): Ditto.
2326         (wl-summary-update-status-marks): Set "r" for interactive spec.
2327
2328         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2329         argument number and flag.
2330
2331         * wl-action.el (wl-summary-registered-temp-mark): 
2332         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2333
2334 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2335
2336         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2337         internal variable (buffer local).
2338         (wl-summary-window-scroll-functions): New function.
2339         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2340         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2341         as nil.
2342         (wl-summary-update-status-marks): Added arguments beg, end and
2343         check.
2344         (wl-summary-update-mark-window): Use function.
2345         (wl-summary-sync-update): Follow the change above.
2346         (wl-summary-switch-to-clone-buffer): Copy
2347         wl-summary-buffer-unsync-mark-number-list.
2348         (wl-summary-goto-folder-subr): Set
2349         wl-summary-buffer-unsync-mark-number-list and
2350         use wl-summary-window-scroll-functions instead of
2351         wl-summary-lazy-highlight.
2352
2353         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2354
2355 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356
2357         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2358
2359         * wl-summary.el (wl-summary-update-persistent-mark): Call
2360         wl-summary-set-message-modified.
2361
2362         * wl-summary.el (wl-summary-sync-update): Don't call
2363         wl-summary-update-status-marks.
2364
2365         * Version number is increased to 2.11.18.
2366
2367 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2368
2369         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2370         (wl-message-next-page): Ditto.
2371
2372 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2373
2374         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2375         local variable.  Change the order of a collected list into the
2376         same as the specified range.  Remove nil from a collected list.
2377
2378 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2381         argument for elmo-folder-list-messages.
2382
2383 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2386         change (wl-summary-count-unreads return a list instead of a cons
2387         cell).
2388
2389 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2390
2391         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2392         `wl-summary-folder-info-update'.
2393
2394 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * wl-summary.el (wl-summary-set-message-modified): No use
2397         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2398         (wl-summary-set-mark-modified): Abolish.
2399         (wl-summary-mark-modified-p): Ditto.
2400         (wl-summary-save-view): Follow the change above.
2401
2402         * wl-expire.el (wl-summary-expire): Likewise.
2403
2404 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2405
2406         * wl-summary.el (wl-summary-detect-mark-position): Use
2407         modb-entity-handler.
2408         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2409
2410         * Version number is increased to 2.11.17.
2411
2412 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2413
2414         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2415         entity field value.
2416         (wl-summary-prefetch-msg): Ditto.
2417         (wl-summary-print-message-with-ps-print): Ditto.
2418
2419 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2420
2421         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2422         for dummy entity.
2423         (wl-summary-insert-thread): Use elmo-message-entity-field.
2424         (wl-summary-update-thread): Use elmo-message-entity-field and
2425         elmo-message-entity-number.
2426         (wl-summary-line-number):  Use elmo-message-entity-number.
2427         (wl-summary-line-size): Use elmo-message-entity-field.
2428         (wl-summary-line-subject): Ditto.
2429         (wl-summary-line-from): Ditto.
2430         (wl-summary-line-attached): Ditto.
2431         (wl-summary-create-line): Ditto.
2432         (wl-summary-create-line): Use elmo-message-entity-number.
2433         (wl-summary-print-message-with-ps-print): Use
2434         elmo-message-entity-field.
2435
2436 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2437
2438         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2439         change in elmo-msgdb-make-message-entity.
2440         (wl-summary-buffer-set-folder): Don't call
2441         wl-summary-detect-mark-position here.
2442         (wl-summary-rescan): Call elmo-message-entity-number.
2443         (wl-summary-sync-update): Ditto.
2444         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2445
2446         * wl-score.el (wl-score-header-index): Redefine 2th element.
2447         (wl-score-overview-entity-get-extra): Abolish.
2448         (wl-score-ov-entity-get): Rewrite.
2449         (wl-score-string-index<, wl-score-string-func<): Abolish.
2450         (wl-score-string<): New function.
2451         (wl-score-string-sort): Use it.
2452
2453         * wl-refile.el (wl-refile-guess-by-history): Use
2454         elmo-message-entity-field.
2455         (wl-refile-guess-by-from): Ditto.
2456         (wl-refile-guess-by-msgid): Ditto.
2457
2458         * Version number is increased to 2.11.16.
2459
2460 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2461
2462         * wl-folder.el (wl-folder-confirm-existence): Don't call
2463         file-exists-p if msgdb-path is nil.
2464         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2465         `wl-read-folder-hist' to `wl-read-folder-history'.
2466
2467 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2468
2469         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2470         `y-or-n-p'.
2471
2472 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-score.el (wl-score-headers): Don't use
2475         elmo-folder-do-each-message-entity.
2476
2477         * Version number is increased to 2.11.15.
2478
2479 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2480
2481         * wl-summary.el (wl-summary-delete-all-msgs): Use
2482         elmo-folder-move-messages instead of elmo-folder-delete-messages
2483         and elmo-folder-detach-messages.
2484         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2485
2486         * wl-expire.el (wl-expire-delete): Ditto.
2487         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2488
2489 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2492         (wl-message-header-narrowing-fields): Ditto.
2493         (wl-message-header-narrowing-lines): Ditto.
2494         (wl-message-header-narrowing-string): Ditto.
2495
2496         * wl-summary.el (wl-summary-mode-map): Bind
2497         wl-summary-toggle-header-narrowing to "C-cC-f".
2498         (wl-summary-toggle-header-narrowing): New function.
2499
2500         * wl-message.el (wl-message-buffer-create): Call
2501         wl-message-header-narrowing-setup.
2502         (wl-message-redisplay): Call wl-message-header-narrowing.
2503         (wl-message-header-narrowing): New function.
2504         (wl-message-header-narrowing-map): New keymap.
2505         (wl-message-header-narrowing-widen-map): New keymap.
2506         (wl-message-header-narrowing-again-at-mouse): New function.
2507         (wl-message-header-narrowing-1): Ditto.
2508         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2509         (wl-message-header-narrowing-setup): Ditto.
2510         (wl-message-header-narrowing-toggle): Ditto.
2511         
2512         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2513
2514         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2515         'flag as all.
2516         (wl-use-flag-folder-help-echo): New user option.
2517
2518         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2519         wl-summary-highlight as nil.
2520         (wl-summary-set-mark-modified): Follow the API change.
2521         (wl-summary-mark-modified-p): Ditto.
2522         (wl-summary-mark-as-read-all): Ditto.
2523         (wl-summary-sync-marks): Don't call
2524         elmo-folder-list-messages-with-global-mark.
2525         (wl-summary-mark-as-read-internal): Follow the API change.
2526         (wl-summary-mark-as-answered-internal): Ditto.
2527         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2528         Follow the API change.
2529         (wl-summary-create-line): Call with number argument.
2530         (wl-summary-reply): Follow the API change.
2531
2532         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2533         function.
2534         (wl-highlight-summary-line-string): Call it when
2535         wl-use-flag-folder-help-echo is non-nil.
2536         (wl-highlight-summary-current-line): Ditto.
2537         (elmo-flag-folder-referrer): Added autoload setting.
2538
2539         * wl-draft.el (wl-draft-kill): Follow the API change.
2540
2541         * Version number is increased to 2.11.14.
2542         
2543 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2546
2547 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * Version number is increased to 2.11.13.
2550
2551 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2552
2553         * wl-draft.el (wl-draft-previous-history-element): Fixed
2554         unbalanced parenthesis and bind unbound local variables.
2555
2556 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2557
2558         * wl-draft.el (wl-draft-previous-history-element): New function.
2559         (wl-draft-next-history-element): Ditto.
2560         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2561         them to M-p and M-n.
2562
2563 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2564
2565         * Version number is increased to 2.11.12.
2566
2567 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2568
2569         * wl-draft.el (wl-draft-hide): Select buffer-window.
2570
2571 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2572
2573         * wl-summary.el (wl-summary-narrow-to-region): New function.
2574         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2575         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2576         (wl-summary-save-region): Use it.
2577         * wl-action.el (wl-summary-collect-numbers-region)
2578         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2579
2580 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2581
2582         * wl-folder.el (wl-folder-count-incorporates): Don't use
2583         `elmo-msgdb-mark-load'
2584
2585         * Version number is increased to 2.11.11.
2586
2587 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2588
2589         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2590         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2591
2592 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2593
2594         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2595
2596 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * Version number is increased to 2.11.10.
2599
2600 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2601
2602         * wl-mime.el (wl-draft-attribute-value): Fixed.
2603
2604 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605
2606         * wl-util.el (wl-copy-local-variables): New function.
2607
2608         * wl-mime.el (wl-draft-attribute-recipients): New function.
2609         (wl-draft-attribute-envelope-from): Ditto.
2610         (wl-draft-attribute-smtp-posting-server): Ditto.
2611         (wl-draft-attribute-smtp-posting-port): Ditto.
2612         (wl-draft-attribute-value): Ditto.
2613         (wl-draft-preview-message): Use it to get value for
2614         attributes. Reflect result of `wl-draft-config'.
2615
2616         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2617         and call `wl-summary-mark-as-read' before to call
2618         `wl-summary-unset-mark'.
2619         (wl-summary-target-mark-mark-as-unread): Likewise.
2620         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2621
2622 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-mime.el (wl-draft-preview-message): Use actual value for
2625         attributes; Fix for small window.
2626
2627 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * wl-refile.el (wl-refile-get-field-value): Call
2630         `elmo-message-entity-field' with 3rd argument is non-nil.
2631
2632 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2633
2634         * wl-vars.el (wl-draft-preview-attributes): New user option.
2635         (wl-draft-preview-attributes-list): Ditto.
2636         (wl-draft-preview-attributes-buffer-lines): Ditto.
2637         (wl-draft-preview-attributes-buffer-name): Ditto.
2638
2639         * wl-mime.el (wl-draft-preview-message): Display attributes.
2640
2641 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * wl-summary.el (wl-summary-detect-mark-position): Bind
2644         wl-summary-flag-priority-list to '(new).
2645
2646 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2647
2648         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2649         funtion.
2650         (wl-highlight-summary-line-string): Use it.
2651         (wl-highlight-summary-current-line): Ditto.
2652
2653 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2656         line even when the mark string is not changed.
2657
2658         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2659         argument change in the wl-summary-create-line.
2660         (wl-thread-insert-entity-sub): Ditto.
2661
2662         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2663         argument change in the wl-summary-create-line.
2664         (wl-summary-insert-sequential): Ditto.
2665         (wl-summary-update-thread): Ditto.
2666         (wl-summary-persistent-mark-string): New inline function.
2667         (wl-summary-message-mark): Use it.
2668         (wl-summary-create-line): Abolish argument wl-persistent-mark
2669         and added wl-flags, wl-cached.
2670
2671         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2672         mark to flags.
2673         (wl-highlight-summary-current-line): Decide the face not by the 
2674         persistent mark but flags.
2675
2676 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2677
2678         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2679         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2680         wl-summary-read-uncached-mark): Revive.
2681         (wl-summary-answered-cached-mark,
2682         wl-summary-answered-uncached-mark): New user option.
2683         (wl-summary-score-marks): Follow the change above.
2684         (wl-summary-auto-refile-skip-marks): Ditto.
2685         (wl-summary-incorporate-marks): Ditto.
2686         (wl-summary-expire-reserve-marks): Ditto.
2687         (wl-summary-flag-priority-list): New user option.
2688
2689         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2690         changes.
2691         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2692         of elmo-message-mark.
2693         (wl-summary-mark-as-read-internal): Ditto.
2694         (wl-summary-mark-as-answered): Ditto.
2695         (wl-summary-mark-as-important): Ditto.
2696         (wl-summary-redisplay-internal): Ditto.
2697         (wl-summary-redisplay-no-mime-internal): Ditto.
2698         (wl-summary-message-mark): New function.
2699         (wl-summary-insert-sequential): Use wl-summary-message-mark
2700         instead of elmo-message-mark.
2701         (wl-summary-update-thread): Ditto.
2702         (wl-summary-persistent-mark): Ditto.
2703         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2704         instead of elmo-message-mark.
2705
2706         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2707         wl-summary-message-mark instead of elmo-message-mark.
2708         (wl-thread-insert-entity-sub): Ditto.
2709         (wl-thread-get-children-msgs-uncached): Ditto.
2710
2711         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2712         variable name changes.
2713         (wl-highlight-summary-current-line): Ditto.
2714
2715         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2716         wl-summary-message-mark instead of elmo-message-mark.
2717
2718         * wl-expire.el (wl-expire-message-p): Ditto.
2719
2720         * wl-score.el (wl-score-headers): Ditto.
2721
2722         * Version number is increased to 2.11.9.
2723
2724         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2725         (wl-summary-sync-update): Follow the change above.
2726         (wl-summary-switch-to-clone-buffer): Ditto.
2727         (wl-summary-open-folder): Ditto.
2728
2729 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730
2731         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2732         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2733
2734         * Version number is increased to 2.11.8.
2735
2736         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2737
2738         * wl-expire.el (wl-expire-refile): Follow the API change on
2739         `elmo-folder-move-messages'.
2740         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2741
2742         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2743         (wl-summary-exec-action-refile): Ditto.
2744         (wl-summary-exec-action-copy): Ditto.
2745         (wl-summary-no-auto-refile-message-p): No use
2746         `wl-summary-buffer-msgdb'.
2747         (wl-summary-auto-refile): Ditto.
2748
2749 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2750
2751         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2752
2753 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2754
2755         * wl-summary.el (wl-summary-sync): Treat no-sync.
2756
2757         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2758         (wl-default-sync-range): Ditto.
2759
2760 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761
2762         * wl-refile.el (wl-refile-subject-learn): Call
2763         `elmo-message-entity-field' with 3rd argument is non-nil.
2764         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2765         instead of `elmo-msgdb-overview-entity-get-subject'.
2766
2767 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2768
2769         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2770         scan-type is rescan.
2771         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2772         new optional argument force is non-nil.
2773         (wl-summary-save-view-cache): Call it with force argument non-nil.
2774
2775         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2776
2777 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * wl-action.el (wl-summary-print-argument): Fixed last change.
2780
2781 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2784         simplified.
2785         (wl-summary-target-mark-mark-as-unread): Likewise.
2786         (wl-summary-target-mark-mark-as-important): Likewise.
2787
2788 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2789
2790         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2791         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2792         (wl-summary-mark-as-important-region): Change accordingly.
2793         (wl-summary-target-mark-mark-as-important): Ditto.
2794
2795 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2798
2799         * wl-action.el (wl-summary-print-argument): Print argument to
2800         right side of window if `wl-summary-print-argument-within-window'
2801         is non-nil.
2802
2803 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2804
2805         * wl-action.el (wl-summary-set-mark): Use
2806         `wl-summary-message-visible-p' to check visibility of the message
2807         and jump to message only when the message line is visible and have
2808         different number; Call wl-summary-unset-mark with number argument.
2809         (wl-summary-unset-mark): 
2810         Use `wl-summary-message-visible-p'
2811         to check visibility of the message and jump to message only when
2812         the message line is visible and have different number;
2813
2814 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * Version number is increased to 2.11.7.
2817
2818         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2819         and wl-folder-summary-line-format.
2820
2821         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2822         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2823         (wl-summary-set-score-mark): Use it.
2824         (wl-summary-target-mark-mark-as-read): Ditto.
2825         (wl-summary-target-mark-mark-as-unread): Ditto.
2826         (wl-summary-target-mark-mark-as-important): Ditto.
2827         (wl-summary-target-mark-msgs): Simplified.
2828         (wl-summary-detect-mark-position): Fixed problem when
2829         summary-line-format no contain persisten/temp mark spec.
2830         (wl-summary-temp-mark): Ditto.
2831         (wl-summary-persistent-mark): Ditto.
2832         (wl-summary-update-persistent-mark): Ditto.
2833
2834         * wl-action.el (wl-summary-set-mark): Ditto.
2835         (wl-summary-unset-mark): Ditto.
2836         All other related portions are changed.
2837
2838 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2839
2840         * Version number is increased to 2.11.6.
2841
2842 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2843
2844         * wl-util.el (wl-current-message-buffer): Define as function;
2845         Don't use the value of wl-messge-buffer.
2846
2847         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2848         persistent mark.
2849
2850         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2851         no current message, cause an error.
2852
2853 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2854
2855         * wl-summary.el (wl-summary-set-message-modified): Use
2856         elmo-folder-set-message-modified instead of
2857         elmo-folder-set-message-modified-internal.
2858
2859 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2862         interactively.
2863         (wl-summary-sync): nokill->entirely.
2864         (wl-summary-sync-marks): Fixed message.
2865         (wl-summary-input-range): Added mark, nokill->entirely.
2866
2867         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2868         messages as read.
2869
2870 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2871
2872         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2873         update-noscore.
2874         (wl-summary-sync): Follow the change above.
2875
2876 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-action.el (wl-summary-target-mark-all): Use
2879         elmo-folder-list-messages.
2880
2881 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2884         (wl-summary-rescan): Set wl-summary-scored as nil.
2885         (wl-summary-sync-force-update): Follow the change above.
2886         (wl-summary-sync): Ditto.
2887         (wl-summary-sync-update): Added argument disable-killed.
2888         (wl-summary-insert-headers): Set visible-only argument for
2889         elmo-folder-list-messages.
2890         (wl-summary-input-range): Added update-nokill, update-noscore,
2891         all-nokill, all-noscore and mark.
2892
2893         * Version number is increased to 2.11.5.
2894
2895         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2896
2897 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2898
2899         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2900         (wl-summary-prefetch-region-no-mark): Change accordingly.
2901         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2902
2903 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2904
2905         * wl-address.el (wl-complete-field-to): Abolished.
2906         (wl-complete-address): Completion function for completing-read.
2907         * wl-action.el (wl-summary-get-resend-address): Use it.
2908
2909         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2910         wl-summary-update-mark and abolish unused argument.
2911         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2912         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2913         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2914         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2915         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2916         * wl-draft.el (wl-draft-kill): Ditto.
2917
2918         * wl-summary.el: Remove unused binding of case-fold-search.
2919         (wl-summary-replace-status-marks): Abolished.
2920
2921 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2924         is specified or folder length is zero.
2925
2926 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2927
2928         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2929         (wl-folder-archive-current-entity): Ditto.
2930
2931 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2934         retrieving message mark.
2935         (wl-summary-redisplay-internal): Ditto.
2936
2937         * wl-message.el (wl-message-buffer-display): Ignore errors while
2938         retrieving message-id field.
2939
2940         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2941         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2942         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2943         order of the arguments for `wl-expire-message-p'.
2944         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2945
2946         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2947         Check return value of wl-summary-reply.
2948         (wl-summary-reply): Recover window configuration when an error occured.
2949
2950 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2951
2952         * wl-summary.el (wl-summary-resend-message): Abolished, the
2953         feature is inherited by wl-summary-resend (put resend mark).
2954
2955 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2956
2957         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2958         wl-message-buffer to nil when the message is hide.
2959
2960 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * .cvsignore: New file.
2963
2964 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2965
2966         * wl-action.el (wl-summary-action-docstring): Add more info.
2967         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2968         duplicate definition.
2969         (wl-summary-define-mark-action): Functions wl-summary-*-region
2970         keep current position.
2971         (wl-summary-unregister-target-mark): Store result to the variable.
2972
2973 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2974
2975         * Version number is increased to 2.11.4.
2976
2977 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2980         wl-summary-delete-all-temp-marks.
2981         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2982
2983         * wl-action.el (wl-summary-set-mark): Changed terminology
2984         refile-destination -> action-argument.
2985         (wl-summary-unset-mark): Ditto.
2986         (wl-summary-remove-argument): Ditto.
2987         (wl-summary-print-argument): Ditto.
2988
2989         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2990         (wl-thread-remove-argument-region): Ditto.
2991         (wl-thread-print-argument-region): Ditto.
2992         (wl-thread-close): Ditto.
2993         (wl-thread-open): Ditto.
2994
2995         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2996         (wl-highlight-refile-destination-face is abolished)
2997         (wl-highlight-action-argument-string): Ditto.
2998         (wl-highlight-summary-current-line): Highlight action argument.
2999
3000         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3001         color for light backgrounds.
3002         (wl-highlight-summary-answered-face): Ditto.
3003
3004 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3005
3006         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3007
3008         * wl-score.el (wl-summary-score-update-all-lines): Use
3009         wl-summary-set-mark.
3010         (wl-summary-score-update-all-lines): Kill expunged messages.
3011
3012         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3013
3014 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3015
3016         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3017         directly.
3018         (wl-score-overview-entity-get-lines): Ditto.
3019         (wl-score-overview-entity-get-xref): Ditto.
3020         (wl-score-get-latest-msgs): Ditto.
3021         (wl-summary-rescore): Ditto.
3022
3023         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3024         to "&".
3025         (wl-summary-mark-as-answered-internal): New inline function.
3026         (wl-summary-mark-as-answered): New function.
3027         (wl-summary-mark-as-unanswered): Ditto.
3028         (wl-summary-sync-marks): Modified for answered-mark synching.
3029
3030 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3031
3032         * wl-action.el (wl-summary-set-mark): Fixed last change.
3033
3034 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3035
3036         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3037         behavior of wl-summary-unread-message-hook
3038         (Pointed out by akira yamada <akira@arika.org>).
3039
3040 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3041
3042         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3043         wl-summary-delete.
3044         * wl-xmas.el (wl-summary-toolbar): Ditto.
3045
3046         * wl-action.el (wl-summary-set-mark): Don't override current
3047         temp-mark.
3048
3049         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3050
3051 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3052
3053         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3054         (wl-refile-msgid-learn): Ditto.
3055         (wl-refile-get-field-value): Ditto.
3056
3057         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3058
3059         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3060         (wl-expire-delete-reserved-messages): Renamed from
3061         wl-expire-reserve-marked-msgs-from-list.
3062         (wl-expire-delete): Removed argument `msgdb'.
3063         (wl-expire-refile): Ditto.
3064         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3065         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3066         mark-alist as argument.
3067         (wl-expire-archive-number1): Removed argument `msgdb'.
3068         (wl-expire-archive-number2): Ditto.
3069         (wl-expire-archive-date): Ditto.
3070         (wl-expire-localdir-date): Ditto.
3071         (wl-expire-hide): Ditto.
3072         (wl-archive-number1): Ditto.
3073         (wl-archive-number2): Ditto.
3074         (wl-archive-date): Ditto.
3075         (wl-archive-folder): Ditto.
3076         All other related portions are changed.
3077
3078 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3079
3080         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3081         mean move up and down. (suggested by Takashi Kawachi)
3082
3083 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3084
3085         * wl-acap.el (toplevel): Don't require un-define.
3086
3087 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3088
3089         * wl-thread.el (wl-thread-delete-message): Always update
3090         wl-summary-buffer-number-list.
3091
3092         * wl-action.el (wl-summary-print-destination): 
3093         Do nothing when folder is nil.
3094
3095 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3096
3097         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3098         persistent mark when prefetch is succeeded.
3099
3100 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3101
3102         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3103         instead of elmo-msgdb-delete-msgs.
3104         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3105         (wl-expire-hide): Ditto.
3106
3107         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3108
3109         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3110         elmo-msgdb interface.
3111         (wl-thread-get-exist-children): Likewise.
3112         (wl-thread-insert-message): Likewise.
3113         (wl-thread-msg-mark-as-important): Likewise.
3114         (wl-thread-insert-entity-sub): Likewise.
3115         (wl-thread-get-children-msgs-uncached): Likewise.
3116
3117         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3118         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3119         (wl-summary-sync-update): Likewise.
3120         (wl-summary-auto-select-msg-p): Likewise.
3121         (wl-summary-update-thread): Likewise.
3122         (wl-summary-mark-as-important): Likewise.
3123         (wl-summary-jump-to-msg-internal): Likewise.
3124         (wl-summary-redisplay-internal): Likewise.
3125         (wl-summary-print-message-with-ps-print): Likewise.
3126         (wl-summary-folder-info-update): Likewise.
3127
3128         * wl-folder.el (wl-folder-check-one-entity):
3129         elmo-folder-count-flags instead of wl-summary-count-unread.
3130
3131         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3132
3133         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3134
3135         * wl-summary.el (wl-summary-set-message-modified): 
3136         Call wl-summary-set-mark-modified.
3137         (wl-summary-delete-messages-on-buffer): Call
3138         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3139         (wl-summary-sync-update): Call elmo-folder-length instead of
3140         elmo-folder-messages.
3141         (wl-summary-insert-headers): Don't call
3142         elmo-folder-list-message-entities.
3143
3144 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3145
3146         * wl-action.el (wl-summary-define-mark-action): Call
3147         `wl-summary-set-mark' with argument `data'.
3148         (wl-summary-auto-refile): Fixed order of arguments when call
3149         `wl-summary-refile'.
3150
3151 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3152
3153         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3154
3155         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3156
3157         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3158         (Renamed from wl-highlight-summary-deleted-face).
3159         (wl-highlight-summary-resend-face): New face.
3160
3161         (wl-highlight-summary-deleted-face): Renamed from
3162         wl-highlight-summary-erased-face.
3163
3164         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3165
3166         * wl-action.el (wl-summary-get-resend-address): New function.
3167         (wl-summary-exec-action-resend): Ditto.
3168         (wl-summary-exec-action-resend-subr): Ditto.
3169
3170         * w-thread.el (wl-thread-copy): Removed definition.
3171         (wl-thread-refile): Ditto.
3172         (wl-thread-delete): Ditto.
3173         (wl-thread-target-mark): Ditto.
3174
3175         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3176         (wl-summary-target-mark-set-action): Fixed.
3177         (wl-summary-define-mark-action): Fixed quotation.
3178         (wl-summary-move-mark-list-messages): Display message.
3179         (wl-summary-define-mark-action): Define thread functions.
3180         (wl-summary-exec-action-refile): Changed message.
3181         (wl-summary-exec): Ditto.
3182
3183 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3184         
3185         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3186         '%%'.
3187
3188 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3189
3190         * wl.el (toplevel): Require wl-action.
3191         (wl-init): Call wl-summary-define-mark-action.
3192
3193         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3194
3195         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3196         wl-summary-delete and wl-summary-erase.
3197         (wl-summary-mode-map): Ditto.
3198
3199         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3200         wl-delete-folder-alist.
3201
3202         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3203         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3204         (toplevel): Moved mark & action related functions to the wl-action.el.
3205
3206         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3207         in wl-summary-mark-action-list.
3208         (wl-highlight-summary-current-line): Ditto.
3209
3210         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3211         empty lines.
3212
3213         * wl-action.el: New file. 
3214
3215 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl-summary.el (wl-summary-target-mark-replace): New function.
3218         (wl-summary-target-mark-prefetch): Use it.
3219         (wl-summary-target-mark-delete): Ditto.
3220         (toplevel): Rearranged definition order.
3221         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3222         (wl-summary-target-mark-erase): Rewrite.
3223         (wl-summary-erase-region): New function.
3224         (wl-summary-exec-action-erase): Changed message.
3225         (wl-summary-move-mark-list-messages): New function.
3226         (wl-summary-exec-action-delete): Use it.
3227         (wl-summary-exec-action-erase): Ditto.
3228
3229         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3230         (wl-summary-skip-mark-list): Added "d".
3231
3232         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3233         while searching.
3234
3235         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3236         and define using defcustom;
3237         Define 4th element as a face.
3238         
3239         * wl-summary.el (wl-summary-incorporate): Use 
3240         `wl-summary-prefetch-region-no-mark' instead of
3241         `wl-summary-prefetch-region'.
3242         (wl-summary-prefetch-region-no-mark): Revival of old
3243         `wl-summary-prefetch-region'.
3244         (wl-summary-mark-action-list): Moved to wl-vars.el
3245
3246         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3247         face according to the `wl-summary-mark-action-list'.
3248         (wl-highlight-summary-current-line): Ditto;
3249         Removed destination highlighting.
3250
3251         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3252         (wl-highlight-summary-line-string): Highlight for "i" mark.
3253         (wl-highlight-summary-current-line): Ditto.
3254
3255         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3256         no destination.
3257
3258         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3259         exists, just go ahead.
3260         (wl-summary-prefetch-region): Rewrite.
3261         (wl-summary-prefetch): Ditto.
3262         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3263         (wl-summary-exec-action-prefetch): New function.
3264         (wl-summary-target-mark-prefetch): Rewrite.
3265
3266 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3269         (wl-highlight-summary-line-string): Added "d" and "D".
3270         (wl-highlight-summary-current-line): Ditto.
3271
3272         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3273         in wl-summary.el.
3274         (wl-thread-insert-entity-sub): Ditto.
3275         (wl-thread-remove-destination-region): Ditto.
3276         (wl-thread-print-destination-region): Ditto.
3277
3278         * wl-summary.el (wl-summary-buffer-refile-list,
3279         wl-summary-buffer-delete-list,
3280         wl-summary-buffer-copy-list): Abolish.
3281         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3282         All other related portions are changed.
3283         (wl-summary-mark-action-list): New variable.
3284         (wl-summary-set-mark): New function.
3285         (wl-summary-register-target-mark): Ditto.
3286         (wl-summary-unregister-target-mark): Ditto.
3287         (wl-summary-have-target-mark-p): Ditto.
3288         (wl-summary-register-temp-mark): Ditto.
3289         (wl-summary-unregister-temp-mark): Ditto.
3290         (wl-summary-registered-temp-mark): Ditto.
3291         (wl-summary-collect-temp-mark): Ditto.
3292         (wl-summary-unset-mark): Ditto.
3293         (wl-summary-set-target-mark): Ditto.
3294         (wl-summary-unset-target-mark): Ditto.
3295         (wl-summary-set-action-generic): Ditto.
3296         (wl-summary-unset-action-generic): Ditto.
3297         (wl-summary-exec-action-delete): Ditto.
3298         (wl-summary-exec-action-erase): Ditto.
3299         (wl-summary-set-action-refile): Ditto.
3300         (wl-summary-set-action-refile-subr): Ditto.
3301         (wl-summary-unset-action-refile): Ditto.
3302         (wl-summary-make-destination-numbers-list): Ditto.
3303         (wl-summary-exec-action-refile): Ditto.
3304         (wl-summary-set-action-copy): Ditto.
3305         (wl-summary-unset-action-copy): Ditto.
3306         (wl-summary-exec-action-copy): Ditto.
3307         (wl-summary-collect-numbers-region): Ditto.
3308         (wl-summary-delete): Rewrite.
3309         (wl-summary-erase): Ditto.
3310         (wl-summary-remove-destination): Ditto.
3311         (wl-summary-exec): Ditto.
3312         (wl-summary-exec-region): Ditto.
3313         (wl-summary-target-mark-erase): Ditto.
3314         (wl-summary-refile): Ditto.
3315         (wl-summary-copy): Ditto.
3316         (wl-summary-unmark): Ditto.
3317         (wl-summary-delete-all-mark): Ditto.
3318         (wl-summary-mark-line): Don't highlight.
3319         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3320         (wl-summary-target-mark-refile-subr): Rewrite.
3321
3322         (wl-summary-copy-prev-destination): Abolish.
3323
3324 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3325
3326         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3327         default values along the value of wl-on-mule.
3328         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3329         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3330         It is not used anywhere.
3331
3332 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3333
3334         * wl-summary.el (wl-summary-print-destination): Keep position.
3335         (wl-summary-cursor-move-surface): Keep horizontal position.
3336
3337 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3338
3339         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3340         write sendlog.
3341
3342 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3343
3344         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3345         `wl-summary-highlight'.
3346
3347 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3348
3349         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3350         trivial condition for temp-mark.
3351
3352 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3353
3354         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3355         when it hits killed buffer.
3356
3357 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3358
3359         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3360         * wl-news.el.in: `message' and `error' take format string.
3361
3362 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3363
3364         * wl-folder (wl-folder-insert-entity): Display a message,
3365         `...done', when the work finish.
3366         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3367
3368 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3369
3370         * wl-message.el (wl-message-redisplay): Remove unused local
3371         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3372
3373 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3374
3375         * wl-summary.el (wl-summary-replace-status-marks): Disable
3376         interactive use.
3377         (wl-summary-reedit): Check message existence at first.
3378         (wl-summary-mark-line): Fix doc, return value is indefinite.
3379
3380         * wl-highlight.el (wl-highlight-message): Arranged.
3381
3382         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3383         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3384         check temp-mark by wl-summary-temp-mark always.
3385         (wl-highlight-summary): Change accordingly.
3386         * wl-summary.el (wl-summary-mark-as-read-all)
3387         (wl-summary-delete-cache, wl-summary-set-score-mark)
3388         (wl-summary-mark-as-unread, wl-summary-unmark)
3389         (wl-summary-mark-line, wl-summary-mark-as-read)
3390         (wl-summary-mark-as-important): Ditto.
3391
3392         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3393         end of the window if possible.
3394         * wl-summary.el (wl-summary-sync-update): Support lazy
3395         highlighting.
3396         (wl-summary-toggle-disp-msg): Ditto.
3397
3398 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3399
3400         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3401
3402 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3403
3404         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3405         change.
3406
3407 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3408
3409         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3410         API.
3411         (wl-summary-sync-update): Ditto.
3412
3413         * wl-score.el (wl-score-get-score-alist): Changed argument.
3414         (wl-summary-rescore-msgs): Likewise.
3415         (wl-summary-score-headers): Likewise.
3416         (wl-score-headers): Likewise;
3417         Use elmo-folder-do-each-message-entity, etc.
3418         (wl-summary-score-effect): Follow the changes above.
3419         (wl-summary-rescore): Ditto.
3420         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3421         (wl-score-get-overview): Abolish.
3422
3423         * wl-summary.el (wl-summary-default-from): Follow the API change in
3424         elmo-msgdb.
3425         (wl-summary-count-unread): Ditto.
3426         (wl-summary-detect-mark-position): Ditto.
3427         (wl-summary-overview-entity-compare-by-date): Ditto.
3428         (wl-summary-overview-entity-compare-by-number): Ditto.
3429         (wl-summary-overview-entity-compare-by-from): Ditto.
3430         (wl-summary-overview-entity-compare-by-subject): Ditto.
3431         (wl-summary-get-list-info): Ditto.
3432         (wl-summary-rescan): Ditto.
3433         (wl-summary-jump-to-msg-by-message-id): Ditto.
3434         (wl-summary-sync-update): Ditto; Removed comment.
3435         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3436         (wl-summary-insert-message): Use wl-summary-insert
3437         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3438         (wl-summary-insert-headers): Changed argument overview to folder.
3439         (wl-summary-search-by-subject): Likewise.
3440         (wl-summary-insert-thread): Renamed from 
3441         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3442
3443         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3444         too.
3445
3446         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3447         wl-string-member.
3448
3449 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3450
3451         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3452         elmo-folder-append-buffer.
3453         (wl-draft-queue-append): Likewise.
3454
3455         * wl-mime.el (wl-message-delete-current-part): Ditto.
3456         (wl-summary-burst-subr): Ditto.
3457
3458         * wl-news.el.in (wl-news-send-news): Ditto.
3459
3460 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3463         function.
3464         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3465         (wl-summary-update-mark): Enclose with save-excursion.
3466         (wl-summary-mark-as-read-internal): Fixed last change.
3467         (wl-summary-mark-as-important): Use 3rd argument of
3468         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3469         Don't use elmo-msgdb-set-mark.
3470         (wl-summary-redisplay-internal): If msgdb flag is already read,
3471         just update the mark on buffer.
3472
3473 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3474
3475         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3476         cut visible folder when elmo-folder-delete returns non-nil value.
3477
3478 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3479
3480         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3481         by Kenichi OKADA <okada@opaopa.org>).
3482
3483 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3484
3485         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3486
3487 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3488
3489         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3490         Fixed the last change, search group entity by its real name.
3491         (Thanks to: KOBAYASHI Shinji)
3492
3493 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3494
3495         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3496         (wl-fldmgr-access-display-all): Don't refer visible name.
3497         * wl-expire.el (wl-folder-archive-current-entity)
3498         (wl-folder-expire-current-entity): Ditto.
3499         * wl-folder.el (wl-folder-jump-to-current-entity)
3500         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3501         (wl-folder-open-folder-sub,wl-folder-open-all)
3502         (wl-folder-write-current-folder): Ditto.
3503         (wl-folder-insert-entity): Don't use petname for normal group.
3504         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3505         is the real name.
3506         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3507         Abolished.
3508
3509 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3510
3511         * wl-draft.el (wl-draft-create-buffer): Add
3512         `wl-summary-reply-with-citation'
3513
3514 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3515
3516         * wl-draft.el (wl-draft-reply): Fixed.
3517
3518 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3519
3520         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3521         when `wl-draft-send-confirm-with-preview' is non-nil.
3522         You can scroll up/down by j/k.
3523         (wl-draft-send-confirm-with-preview): New variable (default=t).
3524
3525 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3526
3527         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3528         (wl-fldmgr-save-folders): Fix comment.
3529
3530 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3531
3532         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3533         along the last change in `wl-folder-buffer-group-p'.
3534
3535 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3536
3537         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3538         folder.
3539
3540         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3541         the default value.
3542
3543         * wl-mime.el (wl-summary-burst): Update summary only when target
3544         folder equals current folder.
3545
3546 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3549
3550 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3551
3552         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3553         value.
3554
3555 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3558         `map-extents' instead of `extent-at' repeatedly.
3559         (wl-highlight-folder-current-line): Ditto.
3560
3561         * wl-highlight.el: Remove useless dummy functions.
3562
3563 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3564
3565         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3566         (wl-folder-put-folder-property): New function to put text property.
3567         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3568         (wl-folder-insert-entity, wl-folder-update-diff-line)
3569         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3570         * wl-e21.el, wl-xmas.el, wl-mule.el
3571         (wl-highlight-folder-current-line): Ditto.
3572         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3573         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3574         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3575         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3576
3577 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3578
3579         * Version number is increased to 2.11.3.
3580
3581 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3582
3583         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3584         Resume current-buffer since it is assumed by remaining tasks.
3585
3586 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3587
3588         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3589         (wl-folder-completion-function): Abolished.
3590         (wl-folder-complete-folder): New function.
3591         (wl-folder-complete-filter-condition): Ditto.
3592         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3593         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3594
3595 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3596
3597         * wl-draft.el (wl-draft-send-confirm): New function.
3598         (wl-draft-send): Use it.
3599
3600         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3601         cursor-in-echo-area while confirming.
3602
3603         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3604
3605         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3606         searching via nntp if wl-summary-search-via-nntp is 'force.
3607         Otherwise, invoke searching in nntp folder only.
3608         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3609
3610         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3611         explicitly for mime-make-text-tag.
3612
3613 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3614
3615         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3616         `mime-make-text-tag' instead of `mime-create-tag'.
3617
3618 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3619
3620         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3621         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3622
3623 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3624
3625         * wl-score.el (wl-score-save): Bind print-length and print-level.
3626         (wl-score-pretty-print): Ditto.
3627         (wl-score-edit-insert-header-entry): Ditto.
3628
3629         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3630         "From" entry to be treated with wl-draft-eword-encode-address-list.
3631         * wl-mime.el (wl-draft-preview-message): Ditto.
3632
3633         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3634         (wl-summary-mark-as-unread): Ditto.
3635         (wl-summary-mark-as-read-region): Change accordingly.
3636         (wl-summary-mark-as-unread-region): Ditto.
3637         (wl-summary-target-mark-mark-as-read): Ditto.
3638         (wl-summary-target-mark-mark-as-unread): Ditto.
3639
3640 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3641
3642         * Version number is increased to 2.11.2.
3643
3644 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3645
3646         * wl-news.el.in (wl-news-previous-version-save): Bind
3647         print-length and print-level.
3648         * wl-thread.el (wl-thread-save-entities): Ditto.
3649         (wl-thread-save-top-list): Bind print-length.
3650
3651 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3652
3653         * wl-highlight.el (wl-highlight-summary-line-string): Use
3654         wl-summary-score-below-mark, wl-summary-score-over-mark.
3655         (wl-highlight-summary-current-line): Ditto.
3656
3657 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3658
3659         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3660         insert it.
3661
3662 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3663
3664         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3665
3666 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3667
3668         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3669         message without msgid.
3670         Rewrite with elmo-folder-move-messages.
3671         Set wl-message-buffer to nil.
3672
3673         * wl-summary.el (wl-summary-erase-subr): New function. Use
3674         elmo-folder-move-messages.
3675         (wl-summary-erase): Call it.
3676         (wl-summary-target-mark-erase): Ditto.
3677
3678 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3681         it is not up-tp-date.
3682
3683 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3684
3685         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3686         buffer after calling `wl-summary-goto-folder-subr' without the
3687         argument `interactive'.
3688         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3689
3690 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3691
3692         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3693         `mime-create-tag'. Use `string=' instead of `looking-at'.
3694
3695 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3698         to avoid compile warning.
3699
3700         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3701         entity-id when folder is given.
3702         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3703         save-excursion, use save-selected-window instead.
3704         Select folder buffer window if exists.
3705         (To correct behavior with wl-folder-move-cur-folder.)
3706
3707 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3708
3709         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3710
3711 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3712
3713         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3714         list-count instead of %d.
3715
3716 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3719         (wl-news): Set it.
3720         (wl-news-append-to-folder): Use it.
3721
3722         * wl-news.el.in (wl-news-send-news): Append to specified folder
3723         instead of wl-default-folder.
3724         (wl-news-append-to-folder): Show error message with specified folder.
3725
3726         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3727                 In most major modes, Emacs assumes that any opening
3728                 delimiter found at the left margin is the start of a
3729                 top-level definition, or defun. Therefore, *never put an
3730                 opening delimiter at the left margin unless it should have
3731                 that significance.*
3732
3733         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3734
3735 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3736
3737         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3738
3739 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3740
3741         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3742
3743 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3744
3745         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3746         for sequential numbering case.
3747
3748 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3749
3750         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3751         value.
3752         (wl-draft-reply-without-argument-list): Ditto.
3753         (wl-draft-reply-myself-with-argument-list): Abolish.
3754         (wl-draft-reply-myself-without-argument-list): Ditto.
3755         * wl-draft.el (wl-draft-self-reply-p): New function.
3756         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3757
3758 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3759
3760         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3761         (avoid error for the case without byte-compiling)
3762
3763 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3764
3765         * wl-news.el.in (wl-news-append-to-folder): New function.
3766         (wl-news-exit): Rewrite.
3767         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3768
3769 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3770
3771         * wl-draft.el (wl-draft-reply-position): New function.
3772         (wl-draft-reply-position): Fix.
3773         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3774         (wl-summary-target-mark-reply-with-citation): Ditto.
3775         (wl-summary-reply-with-citation): Ditto.
3776         * wl-vars.el (wl-draft-reply-default-position): New variable.
3777
3778 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3779
3780         * wl-draft.el (wl-draft-send): Preview when interactive send.
3781
3782 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3783
3784         * wl-draft.el (wl-draft-reply): Set default position.
3785         * wl-summary.el (wl-summary-reply): Ditto.
3786         (wl-summary-reply-with-citation): Ditto.
3787         (wl-summary-target-mark-reply-with-citation): Ditto.
3788
3789 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-news.el.in (wl-news-lang): Set default value according to
3792         current-language-environment.
3793         (wl-news-append-news): Do nothing when news-list is nil.
3794
3795 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3796
3797         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3798         (wl-news): Change message.
3799         (wl-news-exit): Check buffer.
3800         (wl-news-force-exit): New function.
3801         (wl-news-show-all): New function.
3802         (wl-news-discard-and-exit): Fix.
3803
3804 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3805
3806         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3807         according to current-language-environment.
3808
3809         * wl-news.el.in (wl-news): If arg, show all NEWS after
3810         wl-news-default-previous-version.
3811
3812 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3813
3814         * wl-news.el.in (wl-news-check): Rewritten.
3815         (wl-news-previous-version-load): Change data type.
3816         (wl-news-previous-version-save): Change data type.
3817         (wl-news-append-news): Add return value.
3818         (wl-news-check-news): New function.
3819         (wl-news-already-current-p): New function.
3820         (wl-news-send-news): Rewritten.
3821         (wl-news-mode-map): Add new keybind.
3822         (wl-news): Rewritten.
3823         (wl-news-exit): Rewritten.
3824         (wl-news-discard-and-mail): New function.
3825         (wl-news-send-to-address): Abolished.
3826         * wl.el (wl-init): Delete a message.
3827
3828 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3829
3830         * wl-news.el.in (wl-news-exit): Update previous version.
3831         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3832
3833 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3834
3835         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3836
3837 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3838
3839         * wl-news.el.in (wl-news): New function.
3840         (wl-news-mode): New function.
3841         (wl-news-next-line): New function.
3842         (wl-news-next-page): New function.
3843         (wl-news-exit): New function.
3844         (wl-news-buf-name): New variable.
3845         (wl-news-mode-map): New variable.
3846         (wl-news-winconf): New variable.
3847         (wl-news-append-news): Add an option.
3848
3849 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3850
3851         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3852
3853 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-news.el.in (wl-news-send-to-address): New variable.
3856         (wl-news-send-news): Use it.
3857         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3858         Return updating status.
3859         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3860
3861 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3862
3863         * wl-news.el.in (wl-news-send-news): Delete
3864         Organization and X-Face.
3865
3866 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3867
3868         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3869         (wl-news-append-news): New function.
3870         (wl-news-send-news): New function.
3871
3872 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3873
3874         * Version number is increased to 2.11.1.
3875
3876 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3877
3878         * wl-news.el.in : New file.
3879
3880 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3881
3882         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3883         default value.
3884         (wl-draft-reply-without-argument-list): Ditto.
3885
3886 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3887
3888         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3889         (wl-message-buffer-prefetch-idle-time): Ditto.
3890         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3891
3892 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3893
3894         * wl-thread.el (wl-thread-insert-message): Use
3895         wl-summary-max-thread-depth.
3896
3897         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3898         loop detection.
3899
3900         * wl-message.el (wl-message-buffer-display): Back to the first page
3901         when cache is hit.
3902
3903 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3904
3905         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3906
3907         * wl-summary.el (wl-summary-insert-thread-entity):
3908         If the thread depth is reached to wl-summary-max-thread-depth,
3909         divide the thread.
3910
3911 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3912
3913         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3914         for elmo-remove-passwd.
3915
3916 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3917
3918         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3919         folder is sticky.
3920         (wl-folder-mark-as-read-all-entity): Ditto.
3921         (wl-folder-prefetch-entity): Ditto.
3922
3923 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3924
3925         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3926
3927 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3928
3929         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3930         Delete messages on buffer for unplugged operation.
3931         (wl-summary-erase): Ditto.
3932
3933 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3934
3935         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3936         take nil so as not to search parent by subject.
3937
3938 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3941         (wl-folder-get-next-folder): Ditto.
3942         (wl-folder-get-path): Ditto.
3943
3944 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3945
3946         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3947         system and encode the region with it before verifying.
3948
3949 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3950
3951         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3952         system of the echo buffer before decoding.
3953
3954 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3957         original contents.
3958
3959 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3960
3961         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3962         with argument 'any-exists.
3963
3964 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3967         Use `wl-cs-autoconv'.
3968
3969 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3972         by `mime-view-automatic-conversion'.
3973
3974         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3975         (wl-message-verify-pgp-nonmime): Ditto.
3976         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3977         Bind them to C-c:d and C-c:v respectively.
3978
3979         Merge following code by Teranishi-san from [wl-en:00167].
3980         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3981         (wl-mime-preview-application/pgp-encrypted): Ditto.
3982         (wl-mime-setup): Add entry.
3983
3984 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3985
3986         * wl-summary.el (wl-summary-target-mark-erase): New function.
3987         Bind it to "mD".
3988
3989 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3990
3991         * wl-vars.el (wl-draft-write-file-function): Fix.
3992         (wl-draft-reedit-hook): Changed default value.
3993
3994         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3995         wl-draft-reedit-hook.
3996         (wl-draft-remove-text-plain-tag): New function.
3997         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3998
3999         * wl-vars.el (wl-draft-write-file-function): New user option.
4000
4001         * wl-draft.el (wl-draft-prepare-edit): Use it for
4002         local-write-file-hooks.
4003         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4004
4005         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4006         (wl-draft-insert-mail-header-separator): Return the body beginning
4007         point.
4008         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4009         text/plain.
4010         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4011
4012 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4013
4014         * wl-summary.el (wl-summary-erase): New function to erase message
4015         without moving it to trash. Bind to "D".
4016
4017         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4018         as `keep' unless switch-function.
4019
4020 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4021
4022         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4023         message buffer by using `wl-summary-toggle-disp-msg'.
4024         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4025         buffer window.
4026         (wl-summary-supresedes-message): Ditto.
4027
4028         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4029         Do not delete other windows.
4030         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4031         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4032         (wl-draft-create-buffer): Set reply-or-forward also for target
4033         mark commands.
4034
4035 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4036
4037         * wl-draft.el (wl-user-agent-compose): Delete special case for
4038         switch-to-buffer-other-window.
4039
4040         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4041         (wl-summary-forward): Ditto.
4042
4043         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4044         function.
4045         (wl-draft-buffer-style): New use option.
4046
4047         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4048         (wl-draft): Follow the change above.
4049         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4050         wl-draft-buffer-style.
4051         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4052         switch-function.
4053
4054 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4055
4056         * wl-address.el (wl-address-make-completion-entry): Extracted from
4057         `wl-address-make-completion-list'.
4058         (wl-address-enable-strict-loading): New variable.
4059         (wl-address-make-completion-list): Revive petname duplication
4060         inquiry, and enable it if `wl-address-enable-strict-loading'.
4061         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4062
4063 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-message.el (wl-message-get-original-buffer): Avoid
4066         'Selecting deleted buffer' error when original buffer is killed.
4067
4068 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4069
4070         * wl-summary.el (wl-summary-next-message): Use
4071         elmo-message-accessible-p instead of elmo-message-cached-p.
4072
4073 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4074
4075         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4076
4077         * wl-thread.el (wl-thread-open-all-unread): Use
4078         elmo-folder-list-flagged instead of
4079         elmo-folder-list-messages-mark-match.
4080
4081         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4082         instead of elmo-folder-list-messages-mark-match.
4083         (wl-summary-move-spec-alist): New variable.
4084         (wl-summary-move-spec-plugged-alist,
4085         wl-summary-move-spec-unplugged-alist): Abolish.
4086         (wl-summary-next-message): Follow the change above.
4087         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4088         with 'no-msg' argument.
4089
4090         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4091         variable.
4092         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4093         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4094         (wl-message-buffer-prefetch-get-next): Follow the change above.
4095
4096 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-version.el (wl-version): Changed codename.
4099
4100         * Version number is increased to 2.11.0.
4101
4102 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4103
4104         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4105         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4106         `wl-draft-config-variables'.
4107         (wl-draft-kill): Fixed problem when the draft is reedit.
4108
4109 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4112         buffer-modified status (Thanks to
4113         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4114
4115 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4116
4117         * wl-util.el (wl-region-exists-p): New function.
4118
4119         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4120         Remove defvars for byte-compile warnings.
4121
4122 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4123
4124         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4125         defvar-maybe. Removed unused bind.
4126
4127 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4128
4129         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4130         summary buffer window before creating new frame.
4131         (wl-draft-reply): Ditto.
4132
4133 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4134
4135         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4136
4137 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4140
4141 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4142
4143         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4144         instead of `kill-region'.
4145
4146 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4147
4148         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4149         (wl-highlight-summary-line-string): Use it.
4150         (wl-highlight-summary-current-line): Ditto.
4151
4152         * wl-mime.el (wl-message-delete-current-part): Check the class of
4153         mime-entity.
4154
4155         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4156
4157         * wl-summary.el (wl-summary-make-number-list): Initialize.
4158         (wl-summary-update-mark): New function.
4159         (wl-summary-reply): Put `answered' mark on the message.
4160         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4161
4162         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4163         (wl-draft-reply): Added optional argument `number';
4164         Set wl-draft-parent-number.
4165         (wl-draft-kill): Delete answered mark if it is a reply.
4166
4167 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4168
4169         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4170         that originates in mime-preview-follow-current-entity.
4171         (wl-draft-yank-current-message-entity): Use it if region is active.
4172
4173         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4174         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4175         `wl-message-delete-current-part'.
4176         * wl-mule.el (wl-message-define-keymap): Ditto.
4177         * wl-xmas.el (wl-message-define-keymap): Ditto.
4178
4179 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4180
4181         * wl-mime.el (wl-message-delete-current-part): New function.
4182         (wl-mime-node-id-to-string): Ditto.
4183
4184         * wl-mime.el (wl-message-delete-current-part): Use existing
4185         original buffer which corresponds current mime-view buffer.
4186         (fetched buffer might have different structure, possibly)
4187
4188         * wl-mime.el (wl-message-delete-current-part): Quit if the
4189         message content differs from the actual message.
4190
4191 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4192
4193         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4194         order.
4195         (wl-summary-search-by-subject): Search parent message from tail;
4196         Check the existence of the parent message on the current thread tree.
4197         (wl-summary-update-thread): Check whether the line is inserted.
4198
4199 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4200
4201         * wl-vars.el (wl-summary-line-format): Undo last change.
4202         * wl-summary.el (wl-summary-print-destination): Do not put
4203         invisible property when `wl-summary-width' is nil.
4204         (wl-summary-line-subject-minimum-length): Abolished.
4205         (wl-summary-line-subject): Ditto.
4206
4207 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * wl-vars.el (wl-summary-line-format): Change default value.
4210         (wl-summary-subject-length-limit): Abolished.
4211         * wl-summary.el (wl-summary-line-subject): Ditto.
4212
4213 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4214
4215         * wl-template.el (wl-template-select): Added optional argument.
4216         If optional argument is specified, reverse
4217         `wl-template-visible-select'.
4218
4219 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4220
4221         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4222         Take prefix argument to force asking the destination folder.
4223
4224 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4225
4226         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4227         count and update status.
4228
4229 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4230
4231         * wl-summary.el (wl-summary-redisplay-internal): If
4232         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4233         after fetching.
4234
4235 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4236
4237         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4238         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4239
4240         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4241
4242 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4243
4244         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4245         (All other related portions are changed).
4246         (wl-summary-mark-as-read-all): Rewrite.
4247
4248 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4251         `wl-summary-mark-as-read'.
4252         (wl-summary-mark-as-unread): Rewrite.
4253         (wl-summary-mark-as-read): Added no-modeline argument.
4254         (wl-summary-resume-cache-status): Rewrite.
4255         (wl-summary-exec-subr): Remove unused local variable.
4256
4257 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4258
4259         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4260         logic to call `wl-summary-buffer-prev-folder-function'.
4261         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4262
4263 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4266         is nil.
4267
4268 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4269
4270         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4271         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4272         (wl-mime-setup): Add its entry.
4273
4274 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4275
4276         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4277         (wl-summary-delete-cache): Likewise.
4278         (wl-summary-mark-as-read): Rewrite.
4279
4280 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4281
4282         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4283         `wl-summary-count-unread'.
4284
4285         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4286
4287         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4288
4289 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4290
4291         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4292         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4293         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4294         Renamed to the elmo-msgdb-*-mark.
4295         (wl-summary-score-marks): Follow the change above.
4296         (wl-summary-auto-refile-skip-marks): Ditto.
4297         (wl-summary-incorporate-marks): Ditto.
4298         (wl-summary-expire-reserve-marks): Ditto.
4299
4300         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4301         changes.
4302         (wl-thread-insert-top): Changed updating message.
4303
4304         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4305         variable.
4306         (wl-summary-count-unread): Count answered marks.
4307         (wl-summary-rescan): Call wl-summary-insert-message instead of
4308         wl-summary-append-message-func-internal.
4309         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4310         (wl-summary-prefetch-msg): Follow the variable name changes.
4311         (wl-summary-prefetch-region): Ditto.
4312         (wl-summary-mark-as-read-all): Follow the API changes;
4313         Don't call elmo-folder-replace-marks.
4314         (wl-summary-delete-cache): Follow the variable name changes.
4315         (wl-summary-resume-cache-status): Ditto.
4316         (wl-summary-update-status-marks): New function.
4317         (wl-summary-insert-message): New function.
4318         (wl-summary-sync-marks): Follow the variable name changes.
4319         (wl-summary-sync-update): Synchronize to the msgdb, too;
4320         Changed update messages.
4321         (wl-summary-make-number-list): Rewrite.
4322         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4323         (wl-summary-mark-as-unread): Follow the API changes.
4324         (wl-summary-exec-subr): Follow the variable name changes.
4325         (wl-summary-mark-as-read): Ditto.
4326         (wl-summary-move-spec-plugged-alist): Ditto.
4327         (wl-summary-move-spec-unplugged-alist): Ditto.
4328         (wl-summary-cursor-move-surface): Ditto.
4329
4330         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4331         variable name changes.
4332         (wl-highlight-summary-current-line): Ditto.
4333
4334         * wl-expire.el (wl-expire-refile): Follow the API change in
4335         elmo-folder-move-messages.
4336         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4337         (wl-summary-archive): Use elmo-folder-msgdb instead of
4338         elmo-msgdb-load.
4339
4340 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4341
4342         * wl-mime.el (wl-draft-preview-message): Restore the position
4343         before evaluating wl-draft-send-hook in preview buffer.
4344
4345 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4346
4347         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4348         when it creates new draft buffer.
4349
4350         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4351         without argument.
4352
4353         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4354         Evaluate content and if the value is string, insert it.
4355         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4356         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4357         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4358         wl-draft-config-sub-part-bottom): Use it.
4359
4360         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4361         with the folder name. The question was unintelligible when it is
4362         called from wl-save-status.
4363
4364 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4365
4366         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4367         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4368         cannot take second argument).
4369
4370 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4373         as t. Since type and subtype are not case sensitive (RFC 2045).
4374
4375 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4376
4377         * wl-vars.el (wl-message-mode-line-format): New variable.
4378         (wl-message-mode-line-format-spec-alist): Ditto.
4379         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4380         (wl-message-redisplay): Use wl-message-mode-line-format.
4381
4382 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4383
4384         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4385
4386 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4387
4388         * wl-summary.el (wl-summary-default-from): Write description.
4389
4390 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4391
4392         * wl-vars.el (wl-ldap-objectclass): Abolish.
4393
4394         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4395         (wl-ldap-make-filter): Removed condition for objectclass.
4396         (wl-ldap-make-matched-value-list): Remove meaningless process.
4397         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4398         (wl-address-ldap-search): Don't add `*' to `pat' string;
4399         use ignore-errors; added `email';
4400         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4401         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4402         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4403
4404
4405 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-draft.el (wl-draft-parent-folder): Write description.
4408         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4409
4410 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4411
4412         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4413         as "" (zero-length string) if no parent.
4414         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4415
4416 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-address.el (wl-address-make-completion-list): Skip duplication
4419         checking.
4420         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4421         `append'.
4422
4423 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4424
4425         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4426         instead of `beginning-of-buffer'.
4427
4428 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4431
4432 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4433
4434         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4435         Refer wl-message-buffer-name.
4436         (wl-message-wheel-down): Ditto.
4437
4438 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * wl-vars.el (wl-message-buffer-name): New user option.
4441
4442         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4443         directly instead of making alist dinamically.
4444
4445         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4446         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4447         wl-message-buffer-cache-name.
4448         (wl-message-buffer-cache-clean-up): Ditto.
4449
4450         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4451
4452         * Version number is increased to 2.9.15.
4453
4454 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4455
4456         * wl-vars.el (wl-summary-default-view-alist): New user option.
4457
4458         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4459
4460         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4461         while deleting address.
4462         (wl-draft-delete-myself-from-cc): Ditto.
4463
4464         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4465         If optional argument is specified, reverse sort order.
4466
4467         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4468
4469 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * wl-thread.el (wl-thread-insert-message): Return parent number if
4472         exists.
4473         (wl-thread-update-indent-string-region): Use
4474         wl-thread-update-line-on-buffer-sub instead of
4475         wl-thread-update-line-on-buffer.
4476
4477 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4478
4479         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4480         (wl-folder-close-all): Ditto.
4481
4482 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4483
4484         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4485         and mailing-list:.
4486         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4487         value.
4488         (wl-summary-line-list-info): Print mailing-list name even when 
4489         list-number is empty.
4490
4491 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4492
4493         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4494
4495         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4496         (wl-draft-open-file): Ditto.
4497         (wl-draft-random-alphabet): Ditto.
4498
4499         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4500         bindings.
4501
4502 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4505         * wl-vars.el (wl-draft-config-alist): Ditto.
4506
4507 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4508
4509         * Version number is increased to 2.9.14.
4510
4511         * wl.el (wl): Don't set wl-init as nil when error occured while
4512         auto-checking folders.
4513
4514         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4515         `elmo-expand-newtext'.
4516
4517 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4518
4519         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4520         `this-command' so that `wl-folder-goto-folder' contained in
4521         `wl-summary-keep-cursor-command' work.
4522
4523 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4526         message buffer displaying state.
4527
4528 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4529
4530         * wl-vars.el (wl-summary-default-view): New variable to specify
4531         default value for `wl-summary-buffer-view' instead of using
4532         set-default.
4533         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4534
4535 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4536
4537         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4538
4539         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4540
4541 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4542
4543         * wl-vars.el (wl-forward-subject-prefix): New variable.
4544         * wl-draft.el (wl-draft-forward): Use it.
4545
4546 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4547
4548         * wl-message.el (wl-message-prev-page): When it is called without
4549         lines argument, scroll down by wl-message-scroll-amount lines.
4550         (wl-message-next-page): Ditto.
4551         * wl-vars.el (wl-message-scroll-amount): Change default value
4552         to preserve current behavior.
4553
4554 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4555
4556         * wl-summary.el (wl-summary-prefetch-msg): Bind
4557         `wl-message-entity' to call `wl-summary-from-function'.
4558
4559 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-message.el (wl-message-buffer-create): Run
4562         wl-message-buffer-created-hook.
4563
4564 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4565
4566         * wl-summary.el (wl-summary-sort-specs): New variable.
4567         (wl-summary-default-sort-spec): Ditto.
4568         (wl-summary-sort): Rewrite.
4569         (wl-summary-sort-by-list-info): New function.
4570
4571 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4572
4573         * wl-summary.el (wl-summary-get-list-info): New function.
4574         (wl-summary-sort): Rewrite.
4575         (wl-summary-line-list-info): Ditto.
4576         (wl-summary-line-list-count): Ditto.
4577         (wl-summary-refile-region): Fixed docstring.
4578
4579 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4580
4581         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4582         `wl-folder-entity-hashtb' as completion table.
4583
4584 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4587         only when this command is called interactively; silence the byte-
4588         compiler.
4589
4590 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4591
4592         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4593         active in XEmacs.
4594
4595 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4596
4597         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4598         plural lines.
4599
4600 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4603         of current line when the cursor is on the header name.
4604         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4605
4606 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4607
4608         * wl-util.el (wl-read-directory-name): Return displayed directory
4609         as the default value also on XEmacs.
4610
4611 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4612
4613         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4614         formatting.
4615
4616 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4619         argument and when it is non-nil, check face property before
4620         highlighting for each line.
4621         (wl-highlight-summary-window): Set it.
4622
4623 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4626         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4627
4628         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4629         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4630         (wl-draft-get-fcc-list): Likewise.
4631
4632 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4633
4634         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4635         (wl-thread-entity-cur): Ditto.
4636         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4637         wl-thread-indent-regexp setting.
4638         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4639
4640         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4641         wl-summary-lazy-highlight.
4642         (wl-summary-display-bottom): Ditto.
4643
4644         * wl-thread.el (wl-thread-open-close): Likewise.
4645
4646         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4647         from and subject;
4648         Bind wl-draft-use-frame;
4649         Enclose with save-window-excursion;
4650         Use wl-draft-create-buffer instead of with-temp-buffer;
4651         Use wl-draft-prepare-edit;
4652         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4653         Use wl-draft-send instead of wl-draft-raw-send.
4654
4655 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4658         of using wl-from.
4659
4660 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4661
4662         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4663         insert-buffer instead of clone-buffer.
4664         (wl-draft-doing-mime-bcc): New variable.
4665         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4666         infinite loop.
4667         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4668
4669         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4670         (wl-draft-mime-bcc-body): Ditto.
4671
4672         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4673         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4674         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4675         wl-draft-do-mime-bcc.
4676         (wl-draft-mime-bcc-field): New function.
4677         (wl-draft-do-mime-bcc): Ditto.
4678
4679         * wl-address.el (wl-address-complete-header-list): New variable.
4680         (wl-address-complete-header-regexp): Changed default value.
4681
4682         * Version number is increased to 2.9.13.
4683
4684 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4685
4686         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4687         it is differed.
4688
4689 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4690
4691         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4692         (wl-summary-line-list-count): Ditto.
4693
4694 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4695
4696         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4697         (wl-nntp-posting-function): New variable.
4698         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4699         `wl-nntp-posting-config-alist'.
4700
4701 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4704         FLIM.
4705
4706 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4707
4708         * wl-summary.el (wl-summary-target-mark-refile-sub):
4709         Remove a nuisance funcall.
4710
4711 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4714         as t for `try-completion'.
4715
4716 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4717
4718         * wl-summary.el (wl-summary-default-from): Use
4719         wl-address-header-extract-address instead of
4720         std11-extract-address-components.
4721         (wl-summary-simple-from): Ditto.
4722         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4723         (wl-summary-insert-headers): Show message.
4724         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4725         for whole line.
4726         (wl-summary-default-from): Revert last change.
4727         (wl-summary-simple-from): Ditto.
4728         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4729         (wl-summary-mark-as-read-region): Follow the change above.
4730         (wl-summary-sync-marks): Ditto.
4731         (wl-summary-target-mark-mark-as-read): Ditto.
4732         (wl-summary-redisplay-internal): Ditto.
4733         (wl-summary-redisplay-no-mime-internal): Ditto.
4734         (wl-summary-redisplay-all-header): Ditto.
4735         (wl-summary-mark-as-read): Removed argument `cached';
4736         Use current cache status to set cache mark.
4737         (wl-summary-redisplay-internal): Follow the change above.
4738         (wl-summary-redisplay-no-mime-internal): Ditto.
4739         (wl-summary-redisplay-all-header): Ditto.
4740
4741         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4742
4743         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4744         Don't call itself recursively (Adviced by Yamaoka-san).
4745
4746 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4749         bind wl-summary-highlight as nil to avoid error caused by missing
4750         local variables.
4751
4752 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-vars.el (wl-invalid-character-message): New user option.
4755
4756         * wl-util.el (wl-set-string-width): If truncated string-width is
4757         larger than specified width, use `wl-invalid-character-message'.
4758
4759 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4760
4761         * wl-summary.el (wl-summary-prefetch-msg): 
4762         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4763
4764 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4765
4766         * wl-vars.el (wl-summary-check-line-format): New user option.
4767         (wl-summary-line-format-file): Ditto.
4768
4769         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4770         variable.
4771         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4772         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4773         and `wl-summary-view-old-p' to check whether do a rescan or not.
4774         (wl-summary-view-old-p): New function.
4775         (wl-summary-line-format-changed-p): Ditto.
4776         (wl-summary-line-format-save): Ditto.
4777         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4778
4779         * wl-util.el (wl-set-string-width): Avoid using negative number
4780         for make-string.
4781
4782 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4783
4784         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4785         return value.
4786
4787         * wl-util.el (wl-set-string-width): Added optional argument
4788         `padding' (All other related portions are changed).
4789         (wl-line-parse-format): If the first letter of column number is
4790         `0', zero-padding the result (ex: "%05l").
4791
4792         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4793
4794 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4795
4796         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4797         sequential summary view.
4798
4799 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4802         if it doesn't have a -unix version.
4803
4804 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4807
4808 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4811         content.
4812         (wl-draft): Follow the change above.
4813
4814         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4815
4816         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4817         and wl-folder-summary-line-format-alist contain %T and %P.
4818
4819         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4820         (wl-summary-mode-line-format): New user option.
4821         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4822         (wl-summary-line-format): Changed default value.
4823         (wl-summary-lazy-highlight): Changed default value.
4824
4825         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4826         change in wl-summary-create-line.
4827         (wl-thread-insert-entity-sub): Ditto.
4828
4829         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4830         (wl-summary-buffer-unread-status): Ditto.
4831         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4832         (wl-summary-buffer-persistent-mark-column): Ditto.
4833         (wl-summary-buffer-mode-line-formatter): Ditto.
4834         (wl-summary-buffer-mode-line): Ditto.
4835         (wl-summary-message-regexp): Abolished.
4836         (All other related portions are changed.)
4837         (wl-summary-detect-mark-position): New function.
4838         (wl-summary-buffer-set-folder): Setup
4839         wl-summary-buffer-mode-line-formatter.
4840         (wl-summary-mode): Setup selective-display;
4841         Setup pre-idle-hook when xemacs.
4842         (wl-summary-update-modeline): Rewrite.
4843         (wl-summary-jump-to-msg): Define as function;
4844         Changed regexp for searching messages.
4845         (wl-summary-message-number): Rewrite.
4846         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4847         Do rescan when old type summary cache.
4848         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4849         (wl-summary-remove-destination): Use '\r' to detect EOL.
4850         (wl-summary-print-destination): Ditto.
4851         (wl-summary-temp-mark): New inline function.
4852         (wl-summary-persistent-mark): Ditto.
4853         (wl-summary-line-number): New function.
4854         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4855         (wl-summary-line-list-count): New function.
4856         (wl-summary-create-line): Added argument persistent-mark.
4857         (All other related portions are changed)
4858         (wl-summary-create-line): Insert '\r'.
4859         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4860         (wl-summary-cursor-move-surface): New inline function.
4861         (wl-summary-prev): Use it.
4862         (wl-summary-next): Ditto.
4863
4864         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4865         wl-summary-message-regexp.
4866         (wl-highlight-summary): Delete progress message.
4867         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4868
4869         * Version number is increased to 2.9.12.
4870
4871 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4874         variable (nil: no minimum).
4875         (wl-summary-line-subject): Add some spaces after subject by
4876         wl-summary-line-subject-minimum-length.
4877
4878 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4879
4880         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4881         and removed `F'.
4882         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4883         change above).
4884
4885 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-summary.el (wl-summary-line-list-count): Reverted.
4888         (example setting in samples/*/dot.wl is also updated)
4889
4890 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4891
4892         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4893
4894         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4895
4896         * wl-vars.el (wl-summary-line-format): Addes some description to the
4897         docstring.
4898
4899         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4900         (wl-summary-line-close-bracket): Ditto.
4901         (wl-summary-line-children-number): Ditto.
4902         (wl-summary-line-thread-indent): Ditto.
4903         (wl-summary-line-children-and-from): Ditto.
4904
4905         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4906         't', 'c', 'F' and added 'C'.
4907
4908         * wl-util.el (wl-set-string-width): Accept negative value.
4909         (wl-line-parse-format): Added "%number(" and "%)".
4910
4911 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4912
4913         * wl-summary.el (wl-summary-line-list-count): Change format of the
4914         return value.
4915
4916 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4917
4918         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4919         from the recent message.el.
4920         (wl-draft-point-in-header-p): Ditto.
4921         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4922         wl-draft-beginning-of-line.
4923         * wl-e21.el (wl-draft-mode-map): Ditto.
4924         * wl-xmas.el (wl-draft-mode-map): Ditto.
4925
4926         * wl-folder.el: Sort macrodefs by dependencies.
4927
4928 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4929
4930         * wl-summary.el (wl-summary-prev): Fixed regexp.
4931         (wl-summary-next): Ditto.
4932
4933 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4934
4935         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4936
4937 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4938
4939         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4940         for backward compatibility.
4941
4942 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4943
4944         * wl-summary.el (wl-summary-line-list-count): New function, merged
4945         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4946         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4947         list counts.
4948
4949 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4950
4951         * wl-summary.el (wl-summary-create-line): Ignore errors while
4952         timezone-fix-time.
4953
4954         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4955
4956         * wl-summary.el (wl-summary-sync-update): Ditto.
4957         (wl-summary-default-from): Use wl-message-entity
4958         instead of entity.
4959
4960         * wl-summary.el (wl-summary-create-line): Fix.
4961
4962         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4963         (wl-summary-line-format): New user option.
4964         (wl-folder-summary-line-format-alist): Ditto.
4965         (wl-summary-from-width): Abolished.
4966
4967         * wl-util.el (toplevel): Require 'bytecomp.
4968         (wl-line-parse-format): New function.
4969         (wl-line-formatter-setup): New macro.
4970
4971         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4972         (wl-summary-buffer-line-formatter): New buffer local variable.
4973         (wl-summary-switch-to-clone-buffer): Follow the change above.
4974         (wl-summary-message-regexp): Fix.
4975         (wl-summary-from-func-internal): Abolished.
4976         (wl-summary-subject-func-internal): Ditto.
4977         (wl-summary-subject-filter-func-internal): Ditto.
4978         (All other related portions are changed.)
4979         (wl-summary-buffer-set-folder):
4980         Set up wl-summary-buffer-number-column and 
4981         wl-summary-buffer-line-formatter
4982         (All other related portions are changed.)
4983         (wl-summary-buffer-number-column-detect): Abolished.
4984         (All other related portions are changed.)
4985         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4986         (wl-summary-delete-all-temp-marks-on-buffer): Use
4987         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4988         (wl-summary-target-mark-delete): Ditto.
4989         (wl-summary-target-mark-refile-subr): Ditto.
4990         (wl-summary-target-mark-mark-as-read): Ditto.
4991         (wl-summary-target-mark-mark-as-unread): Ditto.
4992         (wl-summary-target-mark-mark-as-important): Ditto.
4993         (wl-summary-target-mark-save): Ditto.
4994         (wl-summary-replace-status-marks): Renamed from
4995         wl-summary-set-status-marks-on-buffer;
4996         Use wl-summary-message-regexp instead of
4997         wl-summary-buffer-number-regexp.
4998         (wl-summary-sync-update): Follow the change above.
4999         (wl-summary-goto-previous-message-beginning): New function.
5000         (wl-summary-mark-as-unread): Use it.
5001         (wl-summary-mark-as-important): Ditto.
5002         (wl-summary-line-formatter): New variable.
5003         (wl-summary-line-year): New function.
5004         (wl-summary-line-day): Ditto.
5005         (wl-summary-line-day-of-week): Ditto.
5006         (wl-summary-line-hour): Ditto.
5007         (wl-summary-line-minute): Ditto.
5008         (wl-summary-line-open-bracket): Ditto.
5009         (wl-summary-line-close-bracket): Ditto.
5010         (wl-summary-line-children-number): Ditto.
5011         (wl-summary-line-thread-indent): Ditto.
5012         (wl-summary-line-size): Ditto.
5013         (wl-summary-line-subject): Ditto.
5014         (wl-summary-line-from): Ditto.
5015         (wl-summary-line-children-and-from): Ditto.
5016         (wl-summary-create-line): Rewritten.
5017         (wl-summary-format-date): Abolished.
5018
5019         * wl-highlight.el (wl-highlight-summary-current-line): Use
5020         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5021         Use thread structure to detect thread top message.
5022
5023         * wl-draft.el (wl-default-draft-cite): Don't use
5024         wl-summary-from-func-internal.
5025
5026         * wl-refile.el (wl-refile-subject-learn): Don't use
5027         wl-summary-subject-filter-func-internal.
5028         (wl-refile-guess-by-subject): Ditto.
5029
5030         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5031         parameters.
5032
5033         * wl-thread.el (wl-thread-update-indent-string-region):
5034         Use wl-thread-update-line-on-buffer instead of
5035         wl-thread-update-indent-string.
5036         (wl-thread-update-children-number): Redefine using
5037         wl-thread-update-line-on-buffer.
5038         (wl-thread-update-indent-string): Abolished.
5039
5040         * Version number is increased to 2.9.11.
5041
5042 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5043
5044         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5045         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5046         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5047
5048         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5049         as nil.
5050
5051         * wl-thread.el (wl-thread-open-all-unread): Use 
5052         elmo-folder-list-messages-mark-match.
5053         (wl-thread-insert-message): Removed argument `mark-alist'.
5054         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5055         elmo-msgdb-set-mark.
5056         (wl-thread-get-children-msgs-uncached): Likewise.
5057         (wl-thread-get-exist-children): Added argument include-self.
5058         (wl-thread-delete-message): Follow the change above.
5059
5060         * wl-summary.el (wl-summary-count-unread): Removed argument.
5061         (wl-summary-rescan): Follow the change above.
5062         (wl-summary-mark-as-read-region): Ditto
5063         (wl-summary-mark-as-unread-region): Ditto.
5064         (wl-summary-delete-messages-on-buffer): Ditto.
5065         (wl-summary-sync-update): Ditto.
5066         (wl-summary-switch-to-clone-buffer): Ditto.
5067         (wl-summary-goto-folder-subr): Ditto.
5068         (wl-summary-target-mark-mark-as-read): Ditto.
5069         (wl-summary-target-mark-mark-as-unread): Ditto.
5070         (wl-summary-target-mark-mark-as-important): Ditto.
5071         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5072         (wl-summary-update-thread): Removed argument `mark-alist'.
5073         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5074         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5075         (wl-summary-resume-cache-status): Likewise.
5076         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5077         elmo-msgdb-set-mark.
5078         (wl-summary-mark-as-read-all): Likewise.
5079         (wl-summary-delete-cache): Ditto.
5080         (wl-summary-auto-select-msg-p): Ditto.
5081         (wl-summary-mark-as-unread): Ditto.
5082         (wl-summary-no-auto-refile-message-p): Ditto.
5083         (wl-summary-mark-as-read): Ditto.
5084         (wl-summary-mark-as-important): Ditto.
5085         (wl-summary-auto-refile): Follow the change above.
5086         (wl-summary-delete-all-marks): Removed.
5087         (wl-summary-resume-marks-and-highlight): Ditto.
5088         (wl-summary-resume-marks): Ditto.
5089         (wl-summary-delete-important-msgs-from-list): Ditto.
5090         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5091
5092         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5093         wl-summary-count-unread.
5094
5095         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5096         (wl-summary-score-update-all-lines): Use
5097         elmo-msgdb-set-mark.
5098
5099 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5100
5101         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5102         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5103         (wl-summary-create-line): Renamed from
5104         wl-summary-overview-create-summary-line;
5105         Argument rearrangement.
5106         (wl-summary-update-thread): Follow the change above.
5107
5108         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5109         (wl-thread-insert-entity-sub): Likewise.
5110
5111         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5112         argument `overview', `mark-alist' and added `msgdb'.
5113
5114         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5115
5116         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5117         (wl-summary-rescan): Follow the change above.
5118         (wl-summary-sync-update): Ditto.
5119         (wl-summary-insert-thread-entity): Ditto;
5120         Don't use `let*' in every while loop;
5121         Detect infinite loop of threads.
5122         (wl-summary-update-thread): Removed argument `overview'.
5123
5124         * wl-thread.el (wl-thread-insert-message): Ditto.
5125
5126         * Version number is increased to 2.9.10.
5127
5128         * wl-message.el (wl-message-redisplay): Ignore errors while
5129         wl-message-redisplay-hook.
5130
5131 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5132
5133         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5134
5135 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl.el (wl): inhibit-quit while wl-folder.
5138
5139 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5142         while msgdb access.
5143
5144 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5145
5146         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5147         even if no folder is not created.
5148
5149 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5152
5153         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5154         implementation.
5155         (wl-summary-target-mark-thread): Ditto.
5156
5157         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5158
5159 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5160
5161         * wl-util.el (wl-display-bytes): Remove unused function.
5162
5163 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5164
5165         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5166         seems critical one (partially reverse the change in 2002/03/17).
5167
5168 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5169
5170         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5171         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5172
5173 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5174
5175         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5176         is not writable.
5177         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5178         plugged status instead of `'force' as 2nd argument.
5179
5180         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5181         is not creatable.
5182
5183         * Version number is increased to 2.9.9.
5184
5185 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5186
5187         * wl-summary.el (wl-summary-suspend): New function.
5188
5189 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5190
5191         * wl.el (wl): Do not check variables if check is nil.
5192         * wl-utils.el (wl-collect-draft): New function.
5193         * wl-folder.el (wl-folder-suspend): Put summary buffers
5194         and draft buffers at the end of buffer list.
5195         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5196
5197 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5198
5199         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5200         loop instead of recursive call.
5201
5202         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5203         2nd argument.
5204
5205 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5206
5207         * wl-draft.el (wl-draft-create-contents): Don't take neither
5208         (function . args) nor (string . something) any more.
5209
5210         * wl-version.el (wl-generate-user-agent-string): Return string
5211         without header symbol.
5212         * wl-draft.el (wl-draft-default-headers): Use it.
5213
5214         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5215         `wl-draft-insert-ccs' and return field value instead of inserting
5216         the header. Abolish cc argument.
5217         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5218
5219         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5220         rather than one with string car.
5221
5222         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5223         * wl-draft.el (wl-draft-create-contents): Add it after the default
5224         headers.
5225
5226         * wl-draft.el (wl-draft-create-contents): For the case of
5227         (symbol-or-string . function) insert header only when the function
5228         returns string value.
5229
5230 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5231
5232         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5233         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5234
5235 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5236
5237         * wl.el (wl-check-environment): Don't check Message-ID when
5238         `wl-insert-message-id' is nil.
5239         Revive checking if `wl-message-id-domain' contains "@".
5240
5241 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl.el (wl-check-environment): Merge examination for "@" at
5244         inappropriate position into the first string-match.
5245
5246         * wl-summary.el (wl-summary-target-mark-print): New function.
5247         (wl-summary-pipe-message-subr): Extracted from
5248         `wl-summary-pipe-message'.
5249         (wl-summary-target-mark-pipe): New function.
5250         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5251         `wl-summary-target-mark-pipe'.
5252
5253 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5254
5255         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5256
5257 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5258
5259         * wl.el (wl-check-environment): Use elmo-warning instead of
5260         error for non-critical ones.
5261         Remove trash folder check.
5262         (wl): Don't ignore error in wl-check-environment.
5263
5264         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5265         check, which is moved from `wl-check-environment'.
5266         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5267
5268 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5269
5270         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5271         guess anything, call wl-summary-write.
5272         (wl-summary-write): Create draft with blank To field.
5273         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5274
5275 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5278         argument full as well for wl-folder-write-current-folder.
5279         If wl-*-write-current-folder cannot guess addressee, add blank
5280         To header.
5281         Rewrite condition for positioning cursor.
5282
5283 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5284
5285         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5286         summary buffer is present, use it.
5287         (wl-folder-jump-to-previous-summary): Ditto.
5288
5289 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5290
5291         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5292
5293         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5294         wl-summary-previous-buffer and wl-summary-next-buffer.
5295
5296         * wl-folder.el (wl-folder-mode-map): Bind
5297         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5298         (wl-folder-jump-to-next-summary): New function.
5299         (wl-folder-jump-to-previous-summary): Ditto.
5300
5301         * wl-draft.el (wl-draft): Rearranged.
5302
5303 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5304
5305         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5306         of header.
5307         (wl-draft): Collect arguments for the header as header-alist.
5308         (wl-draft-forward): Arrange arguments for wl-draft.
5309         (wl-draft-reply): Ditto.
5310         (wl-draft-edit-string): Ditto.
5311         * wl-summary.el (wl-summary-write): Ditto.
5312         (wl-summary-write-current-folder): Ditto.
5313
5314         * Version number is increased to 2.9.8.
5315
5316 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5317
5318         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5319
5320         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5321
5322         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5323         even if the guess failed.
5324
5325         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5326         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5327         wl-summary-write-current-folder.
5328         * wl-xmas.el: Ditto.
5329
5330 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-summary.el (wl-summary-next-page): Force display message if
5333         message is not displayed yet.
5334         (wl-summary-prev-page): Ditto.
5335
5336 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5337
5338         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5339
5340 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5341
5342         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5343         add "Preview Message" and "Save Draft and Exit".
5344
5345 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5346
5347         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5348         if addrmgr is called from draft in splitted window.
5349
5350         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5351         * wl-mule.el: Ditto.
5352         * wl-xmas.el: Ditto.
5353
5354 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5355
5356         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5357
5358         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5359         * wl-xmas.el (wl-folder-toolbar): Ditto.
5360
5361 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5362
5363         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5364         and wl-draft-save-and-exit.
5365         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5366         * wl-xmas.el: Ditto.
5367         * wl-mule.el: Ditto.
5368
5369         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5370         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5371
5372 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5375         lists for saving buffer.
5376
5377 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5378
5379         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5380         parent-folder argument instead of it.
5381         (wl-draft-create-buffer): Ditto.
5382         (wl-draft-forward): Ditto.
5383         (wl-draft-reply): Ditto.
5384         * wl-summary.el (wl-summary-write): Ditto.
5385         (wl-summary-write-current-folder): Ditto.
5386
5387         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5388         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5389         Folder buffer after composing.
5390
5391 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5394         header if the file `wl-x-face-file' already contains it.
5395
5396 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5397
5398         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5399         folder" entry.
5400         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5401         * wl-e21.el (wl-folder-toolbar): Ditto.
5402         * wl-xmas.el (wl-folder-toolbar): Ditto.
5403
5404 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5405
5406         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5407         wl-folder-goto-folder with sticky argument.
5408         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5409
5410 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5411
5412         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5413         and wl-summary-previous-buffer.
5414         (wl-summary-next-buffer): New function.
5415         (wl-summary-previous-buffer): Ditto.
5416
5417 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5418
5419         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5420         wl-folder-jump-to-current-entity-with-arg.
5421         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5422         `wl-folder-jump-to-current-entity'.
5423         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5424         `wl-summary-goto-folder-sticky'.
5425         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5426         `wl-summary-goto-folder'.
5427         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5428         Unless force-exit, do not clean temp. marks for sticky summary.
5429         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5430
5431 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5434         not entire.
5435
5436 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5439         to `C-x C-s'.
5440         (wl-summary-save-status): New command.
5441         (wl-summary-exit): Don't clean-up temp marks when sticky.
5442         (Applied patch from Nakayama-san [wl: 09548])
5443         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5444         Do nothing when no mark data.
5445         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5446         Call `wl-summary-delete-all-temp-marks' before saving.
5447
5448 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5449
5450         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5451
5452 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5453
5454         * wl.el (wl-check-environment): Also cause error when (system-name)
5455         returns "localhost.localdomain". (Although it doesn't affect because
5456         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5457
5458 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5459
5460         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5461         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5462
5463         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5464         value.
5465
5466 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5469         Likewise r-cc-list and r-ng-list.
5470
5471 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5472
5473         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5474         only if it is bound as variable.
5475
5476         * wl-mime.el (wl-draft-preview-message): Ditto.
5477
5478 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5481         needless `goto-char'.
5482
5483         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5484         `wl-summary-redisplay-no-mime-internal' instead of
5485         `wl-summary-redisplay-no-mime'.
5486         (wl-summary-redisplay-no-mime): Changed argument;
5487         Call `wl-summary-redisplay-no-mime-internal'.
5488
5489         * wl-mime.el (wl-draft-preview-message): Bind
5490         `mime-header-encode-method-alist' locally.
5491
5492         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5493         (wl-draft-std11-parse-addresses): Added the first address check.
5494         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5495
5496         * Version number is increased to 2.9.7.
5497
5498 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5499
5500         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5501
5502 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5503
5504         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5505         related to scrollbar support, if there is no such a feature
5506         compiled in.
5507
5508 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5509
5510         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5511         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5512         for prefetch.
5513
5514 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5515
5516         * wl-summary.el (wl-summary-pick): Fix for no match.
5517
5518 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5519
5520         * wl-draft.el (wl-draft-save):
5521         Override `mime-header-encode-method-alist'.
5522
5523 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5524
5525         * wl-folder.el (wl-folder-pick): New function.
5526         Define key as "?".
5527
5528 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5529
5530         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5531         Fix for unplugged.
5532
5533 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5534
5535         * wl-folder.el (wl-folder-virtual): New function.
5536         Define key as "V".
5537
5538 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5539
5540         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5541         multi folder if entity is group.
5542
5543 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5544
5545         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5546         is nil.
5547
5548 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5549
5550         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5551         (wl-summary-target-mark-msgs): Return the number of marked messages.
5552
5553 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5554
5555         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5556         "first:" is specified.
5557
5558 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5559
5560         * wl-vars.el (wl-from): Use return value of function
5561         user-full-name instead of the variable user-full-name since
5562         XEmacs-20.4 doesn't set this variable.
5563
5564 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5567         call `wl' directly.
5568
5569 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5570
5571         * wl-draft.el (wl-draft-reedit): Removed duplicated
5572         switch-to-buffers.
5573
5574 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * wl.el (wl-other-frame): Removed garbages.
5577
5578 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5581
5582         * wl-xmas.el (wl-draft-key-setup): Ditto.
5583
5584         * wl-mule.el (wl-draft-key-setup): Ditto.
5585
5586         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5587         (wl-draft-reedit): Ditto.
5588         (wl-draft-prepare-edit): Add `wl-draft-save' to
5589         `local-write-file-hooks'.
5590         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5591         (wl-draft-reedit): Set buffer-file-name.
5592         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5593
5594
5595         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5596         call it.
5597         (wl-delete-startup-frame-function): New variable.
5598         (wl-other-frame): New function
5599         (Original was written by Yamaoka san [wl: 09239]).
5600
5601         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5602         if `wl-folder-use-frame'.
5603
5604 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5605
5606         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5607
5608 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5611         New variable.
5612         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5613         (wl-message-buffer-prefetch-get-next): Use them.
5614         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5615
5616 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5619         with unwind-protect.
5620
5621         * wl-draft.el (wl-draft-reedit): Rewrite.
5622         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5623         (wl-draft-save): Insert header separator if it does not exist;
5624         Removed condition-case.
5625
5626         * wl-summary.el (wl-summary-reedit): Revert last change.
5627
5628         * wl-draft.el (wl-draft-save): Rewrite.
5629         (wl-draft-create-buffer): Set buffer-file-name as nil.
5630
5631         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5632
5633         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5634
5635         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5636         nil.
5637
5638 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5639
5640         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5641         If count is nil, do not prefetch.
5642         (wl-message-buffer-prefetch-next): Next.
5643
5644 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5645
5646         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5647
5648 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5649
5650         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5651         `delete-backward-char'
5652         (wl-draft-prepare-edit): Check major-mode.
5653         (wl-draft-decode-header): Rewrite.
5654         (wl-draft): Fix.
5655
5656 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5657
5658         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5659
5660 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5661
5662         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5663         (wl-message-buffer-prefetch-get-next): Remove size checking.
5664         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5665
5666 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5667
5668         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5669         (wl-draft-default-headers): Fix.
5670
5671 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5672
5673         * wl-draft.el (wl-draft-default-headers): Insert return value of
5674         `wl-generate-mailer-string-function'.
5675
5676 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5679         (wl-draft-insert-mail-header-separator): Ditto.
5680
5681         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5682         again (Reverted the change on 2002-01-17 by OKADA san).
5683
5684 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5685
5686         * wl-draft.el (wl-draft): Rewrite.
5687         (wl-draft-create-buffer): New function.
5688         (wl-draft-create-contents): Ditto.
5689         (wl-draft-prepare-edit): Ditto.
5690         (wl-draft-decode-header): Ditto.
5691         (wl-draft-decode-body): Ditto.
5692         (wl-draft-check-new-line): Ditto.
5693         (wl-draft-default-headers): Ditto.
5694         (wl-draft-insert-mail-header-separator): Ditto.
5695
5696 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5697
5698         * Version number is increased to 2.9.6.
5699
5700 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5701
5702         * wl-draft.el (wl-draft-delete-field): Optional argument.
5703         (wl-draft-delete-fields): Ditto.
5704
5705 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5706
5707         * wl-message.el (toplevel): Eliminated byte-compile warning.
5708         for `itimer-function', `delete-timer' and `itimer-list'.
5709
5710 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5711
5712         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5713         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5714         `wl-message-buffer-prefetch-threshold'.
5715         * wl-summary.el (wl-summary-redisplay-internal): Remove
5716         the check of `wl-message-buffer-prefetch-depth'.
5717
5718 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5719
5720         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5721         size of article.
5722         (wl-message-buffer-prefetch-subr): Remove size check.
5723
5724 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5725
5726         * wl-vars.el (wl-plugged): Make customizable.
5727
5728 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5729
5730         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5731         (wl-message-buffer-prefetch-set-timer): New function.
5732         (wl-message-buffer-prefetch-get-next): New function.
5733         (wl-message-buffer-prefetch): New function.
5734         (wl-message-buffer-prefetch-next): Rewrite.
5735         (wl-message-buffer-prefetch-subr): Rewrite.
5736         * wl-vars.el (wl-auto-prefetch-first): New variable.
5737         * wl-summary.el (wl-summary-goto-folder-subr): Call
5738         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5739
5740 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5741
5742         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5743         `wl-summary-unread-message-hook'.
5744
5745 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5746
5747         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5748         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5749         if range is `cache-status'.
5750
5751 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5752
5753         * wl-message.el (wl-message-buffer-prefetch-subr):
5754         Improve debug message.
5755
5756 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5757
5758         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5759         `wl-mail-send-pre-hook'.
5760         (wl-draft-send-mail-with-qmail): Ditto.
5761         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5762
5763 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5764
5765         * wl-message.el (wl-message-buffer-prefetch-subr):
5766         Fix for cancel-function-timers bug.
5767         (wl-message-buffer-prefetch-debug): Default value is t.
5768
5769 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5770
5771         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5772         (wl-message-buffer-prefetch-subr): Rewrite.
5773         Rename from `wl-message-buffer-prefetch'.
5774
5775 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5776
5777         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5778         (wl-default-draft-cite-decorate-author): Ditto.
5779
5780         * wl-draft.el (wl-draft-cite-function): Removed.
5781         (wl-default-draft-cite-decorate-author): Ditto.
5782
5783 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5784
5785         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5786         (wl-default-draft-cite): Do not arrange author name if the value of
5787         `wl-default-draft-cite-decorate-author' is nil.
5788
5789 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5792
5793         * wl-folder.el (wl-folder-check-one-entity): Don't care
5794         `elmo-folder-use-flag-p'.
5795
5796 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5797
5798         * wl-folder (wl-folder-check-one-entity): Fix
5799         problem if unread is nil.
5800
5801 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5802
5803         * wl-address.el (wl-address-make-completion-list): Check whether
5804         the address is a group list.
5805         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5806
5807 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5808
5809         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5810         The number of the messages of new and unread does not count
5811         correctly.
5812
5813         * wl-summary.el (wl-summary-count-unread): Changed to return
5814         `(new . unread)' instead of total.
5815         (wl-summary-sync-update): Follow the change above.
5816
5817         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5818
5819 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5820
5821         * wl-address.el (wl-address-make-completion-list): Do not enclose
5822         address by " <" and ">" if associated realname is "".
5823         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5824         This is against the promblem with group list in .addresses pointed
5825         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5826
5827 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5828
5829         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5830         message is a format control string.
5831         * wl-expire.el (wl-expire-append-log): Ditto.
5832         * wl-mime.el (wl-summary-burst-subr): Ditto.
5833         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5834         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5835
5836 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5837
5838         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5839         wl.el (wl-check-variables): Rename from `wl-check-type'.
5840         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5841         (wl-check-variables-2): New function.
5842         (wl): Call `wl-check-variables-2'.
5843
5844 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5845
5846         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5847         after renaming folder in access group.
5848
5849 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5850
5851         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5852         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5853         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5854         (wl-message-buffer-prefetch): Rewrite.
5855         (wl-message-buffer-prefetch-idle-time): Removed.
5856         * wl-summary.el (wl-summary-redisplay-internal):
5857         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5858         Error check for `wl-message-buffer-prefetch-depht'.
5859
5860 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5861
5862         * Version number is increased to 2.9.5.
5863         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5864
5865 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5866
5867         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5868         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5869         Based on the patch written by
5870         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5871
5872 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5873
5874         * wl-draft.el (wl-draft-raw-send): Fix for
5875         `wl-news-send-pre-hook'
5876
5877 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5878
5879         * wl-utils.el (wl-message-id-function): New variable.
5880         * wl-draft.el (wl-draft-insert-required-fields):
5881         Use `wl-message-id-function'.
5882
5883 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5884
5885         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5886         * wl-utils.el (wl-draft-make-message-id-string):
5887         Use `wl-from' for domain part of Message-ID
5888         if `wl-message-id-use-wl-from' if non-nil.
5889         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5890
5891 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5892
5893         * wl.el (wl): Call `wl-check-type'
5894         Do not 'condition-case'.
5895
5896 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5897
5898         * wl.el (wl-check-type): New function.
5899         (wl-check-type-variables): New variable.
5900
5901 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5902
5903         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5904
5905 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5906
5907         * wl-draft.el (wl-smtp-password-key): New function.
5908         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5909         (wl-draft-send-mail-with-smtp): Ditto.
5910         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5911
5912 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5913
5914         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5915         * wl-utils.el (wl-unique-id-suffix): Remove.
5916
5917 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5918
5919         * Version number is increased to 2.9.4.
5920
5921 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5922
5923         * wl-utils.el (wl-unique-id-suffix): New variable.
5924         (wl-unique-id): Use `wl-unique-id-suffix'
5925
5926 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5927
5928         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5929         instead of `elmo-msgdb-search'.
5930
5931         * Version number is increased to 2.9.3.
5932
5933 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5934
5935         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5936
5937 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5938
5939         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5940         (wl-draft-dispatch-message): Changed for send-later.
5941         (wl-draft-queue-flush): Ditto.
5942         (wl-draft): Clear `wl-sent-message-queued'.
5943         (wl-draft-reedit): Ditto.
5944         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5945         * wl-vars.el (wl-draft-force-queuing): New variable.
5946         (wl-draft-force-queuing-mail): New variable.
5947         (wl-draft-force-queuing-news): New variable.
5948
5949 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5952         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5953
5954 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5955
5956         * Version number is increased to 2.9.2.
5957
5958 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * wl-draft.el (wl-draft-elide-region): New user command.
5961         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5962
5963         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5964         command `wl-draft-elide-region'.
5965         * wl-mule.el: Ditto.
5966         * wl-xmas.el: Ditto.
5967
5968 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5971         (wl-biff-check-folder-async): Removed needless let.
5972
5973 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5976         wl-folder-get-elmo-folder.
5977         (wl-biff-check-folder): Set `biff' argument of
5978         `wl-folder-check-one-entity'.
5979         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5980
5981         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5982         (wl-folder-check-one-entity): Added `biff' argument;
5983         Setup `biff' slot of folder.
5984
5985         * Version number is increased to 2.9.1.
5986
5987 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5988
5989         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5990         comment out and fixed.
5991         (wl-fldmgr-add-completion-subr): Ditto.
5992
5993         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5994         and msgdb.
5995
5996         * wl.el (wl-toggle-plugged): Save summary view.
5997
5998 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6001
6002 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6003
6004         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6005
6006 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6009         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6010         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6011
6012         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6013         if it was failed.
6014         (wl-demo): Disable undo in the demo buffer.
6015
6016 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6017
6018         * wl-version.el (wl-version): Changed codename.
6019
6020         * Version number is increased to 2.9.0.
6021
6022 2001-12-14  Takuo KITAME <kitame@northeye.org>
6023
6024         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6025         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6026         (wl-folder-mark-as-read-all-current-entity): Ditto.
6027
6028 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6029
6030         * wl-vars.el (wl-from-width): Define as obsolete variable.
6031         (wl-subject-length-limit): Ditto.
6032
6033         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6034
6035         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6036         wl-summary-save-view.
6037
6038         * wl.el (wl-save-status): Ditto.
6039         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6040
6041         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6042         (wl-summary-exit): Follow the change above.
6043         (wl-summary-goto-folder-subr): Ditto.
6044
6045         * wl-folder.el (wl-folder-create-subr): Don't use
6046         `elmo-folder-creatable-p'.
6047
6048 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6049
6050         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6051
6052 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6055         rather than bitmap on Emacs 21.
6056         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6057         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6058         for xbm if the new redisplay engine is not available.
6059
6060 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6061
6062         * wl-folder.el (wl-folder-init-hook): New hook.
6063         (wl-folder-init): Run `wl-folder-init-hook'.
6064
6065 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6068
6069 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * wl-acap.el (wl-acap-cache-filename): New variable.
6072         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6073         (wl-acap-init): Use cache if no ACAP server found.
6074
6075 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6076
6077         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6078         `wl-acap-original-msgdb-dir'.
6079
6080         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6081         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6082
6083         * wl-mime.el (wl-mime-save-directory): Renamed from
6084         `wl-mime-save-dir'.
6085
6086 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6089
6090         * wl-demo.el: Require `path-util'.
6091         (wl-demo-bitmap-mule-available-p): New internal variable.
6092         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6093         `module-installed-p' instead.
6094         (wl-demo-insert-image): Use *.img file for a bitmap image.
6095         (wl-demo): Don't call the ascii demo recursively.
6096
6097 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6098
6099         * Version number is increased to 2.7.7.
6100
6101 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl.el (wl-exit): Eliminated byte-compile warning.
6104
6105 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6106
6107         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6108         obsolete variable using `elmo-define-obsolete-variable'.
6109         (wl-fetch-confirm-threshold): Ditto.
6110         (wl-cache-prefetch-folder-type-list): Ditto.
6111         (wl-cache-prefetch-folder-list): Ditto.
6112
6113 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6116         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6117         (wl-demo-insert-image): New function.
6118         (wl-demo-insert-text): New function.
6119         (wl-demo-image-type-alist): Redefine as a function.
6120         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6121         (wl-demo-with-temp-file-buffer): Removed.
6122         (wl-logo-xpm): Removed.
6123         (wl-logo-xbm): Removed.
6124         (wl-logo-bitmap): Removed.
6125
6126 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6127
6128         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6129         (wl-expire-localdir-get-folder-function): New user option.
6130         (wl-expire-localdir-get-folder): New function.
6131         (wl-expire-localdir-date): Ditto.
6132
6133 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6134
6135         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6136         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6137         Fixed unread number mismatch when all-unread < unread.
6138
6139 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6140
6141         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6142         (wl-fetch-confirm-threshold): Ditto.
6143
6144         * wl-summary.el (wl-summary-confirm-appends): Removed.
6145         (wl-summary-sync-update): Don't refer
6146         `wl-summary-update-confirm-threshold' (It is now abolished).
6147
6148         * wl-message.el (wl-message-display-internal): Don't refer
6149         `wl-fetch-confirm-threshold' (It is now abolished).
6150
6151 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6154
6155 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6156
6157         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6158         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6159         Change default value to nil.
6160         (wl-summary-indent-length-limit): The value can be nil, nil means
6161         unlimited.
6162
6163         * wl-summary.el: Don't set limit for indent length if the value of
6164         wl-summary-indent-length-limit is nil.
6165         If the value of wl-summary-width is nil, it means only that the width
6166         of summary is unlimited (nil doesn't mean that the indent length is
6167         unlimited).
6168
6169         * wl-thread.el: Ditto.
6170
6171 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6172
6173         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6174         be nil, nil means never confirm.
6175         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6176
6177 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6178
6179         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6180         means unlimited).
6181
6182 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6185         Use `with-temp-buffer'.
6186
6187 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6188
6189         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6190         with new backquote style).
6191         (wl-folder-get-entity-from-buffer): Ditto.
6192
6193 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6194
6195         * wl-version.el (nemacs-version): Eliminated.
6196         (wl-extended-emacs-version2): Ignore nemacs.
6197         (wl-extended-emacs-version3): Ditto.
6198
6199 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6200
6201         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6202         (wl-draft-add-in-reply-to): New variable.
6203         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6204         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6205         (wl-draft-yank-from-mail-reply-buffer): Use
6206         `wl-draft-add-in-reply-to'.
6207         (wl-draft-insert-current-message): Ditto.
6208
6209 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6210
6211         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6212         typo (kill->hide).
6213         (wl-message-buffer-prefetch-folder-type-list): Added elements
6214         `mark' and `cache' instead of `internal'.
6215
6216 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6219         resume msgdb directory.
6220
6221 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl.el (wl-exit): Call `wl-acap-exit'.
6224
6225         * wl-summary.el (wl-summary-message-string): New function.
6226         (wl-summary-reedit): Use it.
6227         (wl-summary-resend-bounced-mail): Remove needless let.
6228         (wl-summary-supersedes-message): Ditto.
6229         (wl-summary-save): Ditto.
6230
6231         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6232         (wl-acap-init): Set it.
6233         (wl-acap-exit): New function.
6234
6235 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6236
6237         * wl.el (wl-init): Revert (require 'mime-setup). move from
6238         toplevel.
6239
6240 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6241
6242         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6243         local variables.  Add error when guess function return invalid
6244         value.
6245
6246 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6247
6248         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6249         Change local variable name.
6250         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6251         (wl-folder-get-newsgroups): Return nil when non-news folder.
6252         * wl-summary.el (wl-summary-write-current-folder): State through
6253         when guess-list return nil.
6254         (wl-summary-write-current-folder-functions): Fixed docstring.
6255
6256         * wl.el (wl-exit): Changed confirm message.
6257
6258         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6259         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6260
6261         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6262
6263 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6264
6265         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6266         user option (Renamed from wl-cache-prefetch-folder-type-list).
6267         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6268         from wl-cache-prefetch-folder-list).
6269
6270         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6271         Move to wl-vars.el.
6272         (wl-message-buffer-prefetch-p): Changed to enable
6273         `wl-message-buffer-prefetch-folder-list'.
6274
6275         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6276         `ignore-cache'.
6277
6278 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6279
6280         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6281         `part-top' and `part-bottom'.
6282         (wl-draft-config-sub-part-top): New function.
6283         (wl-draft-config-sub-part-bottom): New function.
6284
6285 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6286
6287         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6288
6289 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6290
6291         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6292
6293 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6294
6295         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6296
6297         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6298         (wl-summary-write-current-folder): Ditto.
6299
6300 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-folder.el (wl-folder-get-newsgroups): Use
6303         `elmo-folder-newsgroups'.
6304
6305 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6306
6307         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6308         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6309         `wl-draft-config-sub-header-bottom'.
6310
6311 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6312
6313         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6314         localnews folder.
6315
6316 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6317
6318         * wl-summary.el (wl-summary-mode): Undo last change.
6319
6320         * wl-folder.el (wl-folder-mode): Ditto.
6321
6322 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6323
6324         * wl-summary.el (wl-summary-mode): Locally set
6325         truncate-partial-window-width to nil.
6326         (for XEmacs)
6327
6328         * wl-folder.el (wl-folder-mode): Ditto.
6329
6330 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6333
6334 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6335
6336         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6337         number.
6338
6339         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6340
6341         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6342
6343         * Version number is increased to 2.7.6.
6344
6345 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6348
6349 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl-summary.el (wl-summary-sync-update): Enclose network
6352         related portion with `unwind-protect'.
6353
6354 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6355
6356         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6357
6358 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6361         element.
6362         * wl-vars.el (wl-message-body-button-alist): Ditto.
6363
6364         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6365         max match length.
6366         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6367
6368         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6369         for the max match length;
6370         Use 4th element value for the button string regexp group.
6371
6372         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6373         candidate exists, prompt to select.
6374
6375 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6376
6377         * wl-summary.el (wl-summary-jump-to-msg): Search before
6378         calibration point by `beginning-of-line'.
6379
6380 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6381
6382         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6383         for access group.
6384
6385 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6386
6387         * wl-message.el (wl-message-display-internal): Bind
6388         `default-mime-charset'.
6389
6390         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6391
6392         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6393
6394         * Version number is increased to 2.7.5.
6395
6396 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6397
6398         * wl-expire.el (wl-summary-archive): Fixed;
6399         Use `elmo-folder-name-internal'.
6400
6401 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6402
6403         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6404         from `elmo-folder-move-messages' caller.
6405         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6406
6407         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6408         related portions are changed).
6409
6410 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6411
6412         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6413         counter.
6414
6415 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6416
6417         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6418         buffer local and set it to nil.
6419
6420         * wl-message.el (wl-message-redisplay): Ditto.
6421
6422 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-summary.el (wl-summary-mark-as-important): If message is
6425         already cached, set messag as read, otherwise encache and mark as read.
6426
6427 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6428
6429         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6430         point-min.
6431
6432 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6435         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6436         a keymap.
6437
6438 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6441         parent.
6442
6443         * wl-mule.el (wl-message-define-keymap): Ditto.
6444
6445         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6446
6447         * wl-xmas.el (wl-message-display-internal-hook): Define.
6448         (wl-xmas-setup-message-toolbar): Define as function.
6449         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6450         (wl-message-overload-functions): Abolished.
6451         (wl-message-define-keymap): New function.
6452
6453         * wl-vars.el (wl-message-display-internal-hook): New variable.
6454         (wl-message-header-button-alist): New variable (Renamed from
6455         wl-highlight-message-header-button-alist).
6456         (wl-message-body-button-alist): Ditto.
6457
6458         * wl-mule.el (wl-message-define-keymap): New function.
6459         (wl-message-overload-functions): Abolished.
6460
6461         * wl-message.el (wl-message-add-buttons-to-body): New function.
6462         (wl-message-redisplay): Don't call wl-message-overload-functions;
6463         Call wl-message-add-buttons-to-header and
6464         wl-message-add-buttons-to-body.
6465         (wl-message-display-internal): Set keymap argument for
6466         elmo-mime-display-as-is, elmo-mime-message-display;
6467         Run wl-message-display-internal-hook.
6468         (wl-message-refer-article-or-url): Abolished.
6469
6470         * wl-highlight.el (wl-highlight-headers): Don't call
6471         wl-highlight-message-add-buttons-to-header.
6472         (wl-highlight-message-add-buttons-to-header): Abolished.
6473
6474
6475         * wl-e21.el (wl-message-display-internal-hook): Define.
6476         (wl-e21-setup-toolbar): Deleted duplicated binding.
6477         (wl-e21-setup-message-toolbar): Define as function.
6478         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6479         (wl-message-define-keymap): New function.
6480         (wl-message-overload-functions): Abolished.
6481
6482 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6483
6484         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6485         and elmo-folder-close.
6486
6487         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6488
6489 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6490
6491         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6492         boolean value.
6493         * wl-draft.el (wl-draft-do-fcc): Ditto.
6494
6495 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * wl-vars.el (wl-fcc-force-as-read): New variable.
6498         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6499         mark copied message as read.
6500
6501 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6502
6503         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6504
6505 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6506
6507         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6508         `wl-summary-target-above' instead of obsolete variable
6509         `wl-summary-temp-above'.
6510
6511         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6512         instead of `make-obsolete-variable'.
6513         * wl-refile.el (toplevel): Ditto.
6514
6515 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6518         with third argument t.
6519         (wl-draft): Set first argument for wl-plugged-init as t.
6520
6521         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6522         definition.
6523
6524 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6525
6526         * wl-vars.el: Tabify.
6527         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6528
6529         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6530         message.
6531
6532 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6533
6534         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6535         and set default to beep.
6536
6537 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6538
6539         * wl-vars.el (wl-draft-truncate-lines): New variable.
6540
6541         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6542         instead of wl-message-truncate-lines for truncate-lines.
6543
6544 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-message.el (wl-message-display-internal): Call
6547         `wl-highlight-message' after `elmo-mime-display-as-is'.
6548
6549         * wl-mime.el (wl-mime-display-text/plain): New function.
6550         (wl-mime-display-header): Ditto.
6551         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6552         body-presentation-method for text/plain;
6553         Register `wl-mime-display-header' as a header-presentation-method;
6554         Don't set up `elmo-message-text-content-inserted-hook' and
6555         `elmo-message-header-inserted-hook'.
6556
6557         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6558         variable.
6559         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6560         as t if flag is 'all-header;
6561         Don't bind `elmo-message-ignored-field-list',
6562         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6563
6564 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6567         for xemacs with non-mule environment.
6568
6569 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6570
6571         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6572         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6573         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6574
6575 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6576
6577         * wl-vars.el (wl-interactive-send): Set default value as t.
6578
6579 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6582         (wl-addrmgr-method-list): Abolished.
6583         (wl-addrmgr-change-method): Follow above change.
6584
6585         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6586
6587 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6588
6589         * wl-vars.el (wl-message-truncate-lines): Change default value
6590         to default-truncate-lines.
6591
6592         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6593
6594 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6595
6596         * wl-vars.el (wl-message-truncate-lines): New variable.
6597
6598         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6599         wl-message-truncate-lines.
6600
6601 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6602
6603         * wl-acap.el (wl-acap-init): Remove period from error message.
6604         (wl-acap-find-acap-service): Remove period from message.
6605
6606 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl.el (wl-check-environment): Undo last change.
6609
6610         * wl-vars.el (wl-from): Changed default value.
6611
6612         * wl-util.el (toplevel): Don't require tm-edit.
6613
6614         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6615         `wl-folder-init';
6616         Don't set mark on mail body.
6617         (wl-draft-reedit): Ditto.
6618
6619         * wl-address.el (wl-address-quote-specials): Define as an alias for
6620         elmo-address-quote-specials.
6621
6622 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6623
6624         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6625
6626         * wl-vars.el (wl-from): Set default value as nil.
6627         (wl-organization): Set default value as ORGANIZATION environment
6628         variable.
6629
6630         * wl-draft.el (wl-smtp-extension-bind): Check value of
6631         wl-smtp-connection-type.
6632
6633         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6634         error.
6635
6636 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6637
6638         * Version number is increased to 2.7.4.
6639
6640         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6641         arguments from `wl-highlight-x-face-function' caller.
6642         Use x-face-1.3.6.12 or later.
6643
6644 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6645
6646         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6647
6648 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6649
6650         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6651         (wl-fcc): Fix to accept function.
6652         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6653
6654 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6655
6656         * wl-acap.el (toplevel): Added `product-provide' declare.
6657         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6658
6659 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * wl.el (wl): Changed order of calling `elmo-init'
6662         and `elmo-folder-init'.
6663
6664 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6665
6666         * wl-mime.el (wl-summary-burst): Extract message when content-type
6667         of root entity is not only `multipart' but also `message/rfc822'.
6668         (wl-summary-burst-subr): Ditto.
6669
6670 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-vars.el (toplevel): Require 'custom.
6673         (wl-trash-folder): Added to `wl-setting' group.
6674
6675         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6676         exists.
6677         (wl-addrmgr-draw): Insert empty line when no entry exists.
6678
6679         * wl-mule.el (wl-message-wheel-up): Fixed.
6680         (wl-message-wheel-down): Ditto.
6681
6682 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6683
6684         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6685         config is an anonymous lambda expression.
6686
6687 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6690         when Mule 2 is running.
6691
6692 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6695
6696 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6699         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6700
6701         * wl-address.el (wl-address-specials-regexp): Eliminated.
6702         (wl-address-quote-specials): Rewrite.
6703
6704 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6707         shy-groups for regexp.
6708
6709         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6710         character classes and Perl style shy-groups for regexp.
6711         (wl-highlight-plugged-current-line): Use Posix style character
6712         classes for regexp.
6713         (wl-e21-highlight-folder-by-numbers): Ditto.
6714         (wl-e21-display-image-p): Use `display-images-p' instead of
6715         `display-graphic-p'.
6716         (display-images-p): Make an alias to `display-graphic-p' if it is
6717         not available.  It is for Emacs version prior to 21.0.105.
6718
6719         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6720         `display-graphic-p'.
6721         (wl-demo-image-type-alist): Ditto.
6722         (display-images-p): Make an alias to `display-graphic-p' if it is
6723         not available.  It is for Emacs version prior to 21.0.105.
6724
6725 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6726
6727         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6728         support.
6729         (wl-generate-user-agent-string): Ditto.
6730
6731         * wl-version.el (wl-version): Update docsting.
6732         (wl-version-status): Ditto.
6733
6734 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6735
6736         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6737         21.0.105.  For Emacs 21.0.104 or earlier.
6738
6739 2001-09-03  Takuo KITAME <kitame@northeye.org>
6740
6741         * wl-e21.el (wl-plugged-init-icons): Use
6742         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6743         (wl-biff-init-icons): Ditto.
6744
6745 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * wl-highlight.el (wl-highlight-summary-current-line):
6748         Fixed highlighting refile/copy destination.
6749
6750         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6751         (wl-acap-store): Encode string by wl-acap-coding-system.
6752
6753 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-acap.el (toplevel): Check and require 'un-define before
6756         'xemacs-ucs;
6757          Added checking for UTF-2000.
6758
6759 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6762         Don't enclose with `eval-and-compile'.
6763
6764         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6765         wl-init is non-nil.
6766
6767         * wl-draft.el (wl-draft): Ditto.
6768
6769         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6770
6771         * wl-acap.el (toplevel): Require 'wl.
6772         (wl-acap-store): Call `elmo-init'.
6773
6774         * wl.el (wl): Changed position of `wl-check-environment'.
6775         (toplevel): Added autoload setting for wl-acap.
6776
6777         * wl-vars.el (wl-setting): New custom group.
6778         (wl-from): Added wl-setting group.
6779         (wl-user-mail-address-list): Ditto.
6780         (wl-organization): Ditto.
6781         (wl-subscribed-mailing-list): Ditto.
6782         (wl-envelope-from): Ditto.
6783         (wl-smtp-posting-user): Ditto.
6784         (wl-smtp-posting-server): Ditto.
6785         (wl-smtp-posting-port): Ditto.
6786         (wl-smtp-authenticate-type): Ditto.
6787         (wl-pop-before-smtp-user): Ditto.
6788         (wl-pop-before-smtp-server): Ditto.
6789         (wl-pop-before-smtp-port): Ditto.
6790         (wl-pop-before-smtp-authenticate-type): Ditto.
6791         (wl-nntp-posting-server): Ditto.
6792         (wl-nntp-posting-user): Ditto.
6793         (wl-nntp-posting-port): Ditto.
6794         (wl-fetch-confirm-threshold): Ditto.
6795         (wl-prefetch-threshold): Ditto.
6796         (wl-thread-insert-opened): Ditto.
6797         (wl-ldap-server): Ditto.
6798         (wl-ldap-port): Ditto.
6799         (wl-ldap-base): Ditto.
6800         (wl-ldap-objectclass): Ditto.
6801         (wl-use-ldap): Ditto.
6802         (wl-draft-config-alist): Ditto.
6803         (wl-draft-config-matchone): Ditto.
6804         (wl-template-alist): Ditto.
6805         (wl-message-sort-field-list): Ditto.
6806         (wl-message-ignored-field-list): Ditto.
6807         (wl-message-visible-field-list): Ditto.
6808         (wl-interactive-send): Ditto.
6809         (wl-summary-move-order): Ditto.
6810         (wl-auto-select-first): Ditto.
6811         (wl-auto-select-next): Ditto.
6812         (wl-interactive-save-folders): Ditto.
6813
6814         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6815         Initialization codes are moved from wl-local-folder-init.
6816         (wl-local-folder-init): Follow the change above.
6817         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6818
6819         * wl-acap.el: New file.
6820
6821         * Version number is increased to 2.7.3.
6822
6823 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6824
6825         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6826
6827 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6828
6829         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6830         (wl-addrmgr-address-entry-list): Ditto.
6831
6832 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-e21.el (wl-draft-mode-map): Removed binding for
6835         `wl-draft-insert-x-face-field'.
6836
6837         * wl-mule.el (wl-draft-mode-map): Ditto.
6838
6839         * wl-xmas.el (wl-draft-mode-map): Ditto.
6840
6841         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6842         (wl-cs-autoconv): Ditto.
6843         (wl-cs-local): Ditto.
6844         (wl-use-scoring): Ditto.
6845         (wl-mime-charset): Ditto.
6846         (wl-folder-check-async): Ditto.
6847
6848         * wl.el (toplevel): Ignore nemacs and tm.
6849         (wl-exit): Ditto.
6850
6851         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6852         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6853         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6854         instead of wl-address-petname-add-or-change.
6855         (wl-summary-edit-addresses-subr): Use wl-address-delete
6856         instead of wl-address-petname-delete.
6857
6858         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6859
6860         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6861         if error occured.
6862
6863         * wl-message.el (require): Remove tm support.
6864
6865         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6866
6867         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6868         (wl-folder-jump-to-current-entity): Ditto.
6869         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6870
6871         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6872         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6873         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6874
6875         * wl-mule.el (wl-draft-key-setup): Ditto.
6876
6877         * wl-xmas.el (wl-draft-key-setup): Ditto.
6878
6879         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6880         (wl-draft-std11-parse-addresses): New function.
6881         (wl-draft-parse-mailbox-list): Use it.
6882         (wl-draft): Ignore nemacs.
6883         (wl-draft-reedit): Ditto.
6884
6885         * wl-addrmgr.el: New file.
6886         (Original is wl-rcpt.el written by
6887         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6888         Thanks Kitamoto-san.)
6889
6890         * wl-address.el (wl-address-make-address-list): Modified parsing
6891         process.
6892         (wl-address-delete): Renamed from `wl-address-petname-delete';
6893         Modify wl-address-list too.
6894         (wl-address-add-or-change): Renamed from
6895         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6896
6897 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6898
6899         * wl-highlight.el (wl-highlight-summary-current-line):
6900           Work with transient-mark-mode
6901
6902 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * Version number is increased to 2.7.2.
6905
6906         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6907         instead of elmo-dop-queue-method.
6908
6909 2001-08-06  SAITO Atsunori <sai@yedo.com>
6910
6911         * wl-vars.el (wl-ldap-objectclass): New user option.
6912
6913         * wl-address.el (wl-ldap-make-filter): Use it.
6914
6915 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6918
6919 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * wl-folder.el (wl-folder): redisplay after folder insertion.
6922
6923         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6924
6925         * wl-summary.el (wl-summary-sync-update):
6926         Change status mark only when new-msgdb exists.
6927         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6928
6929 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6930
6931         * wl-summary.el (wl-summary-open-folder): New function.
6932         (wl-summary-goto-folder-subr): Use it.
6933         (wl-summary-mark-as-important): Fix;
6934         Encache only when no cache exists.
6935
6936 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6939         Use with-current-buffer.
6940
6941 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6942
6943         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6944         before call `get-buffer'. Fixed parenthesis.
6945         (wl-score-get-header-entry): Clear message and help window when
6946         keyboard quit.
6947         (wl-score-edit-insert-header): Ditto.
6948
6949 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6952         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6953         (wl-default-draft-cite): Fix.
6954
6955         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6956         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6957
6958 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * wl-message.el (wl-message-prev-page): Do same bahavior
6961         as summary when it is called in the message buffer.
6962         (wl-message-next-page): Ditto.
6963
6964 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-summary.el (wl-summary-forward): Use cache if it is not
6967         section cache.
6968
6969 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6972         Removed redundant require of elmo-vars.
6973         (wl-biff-state-indicator-on): Changed default value for
6974         xemacs with non-mule environment.
6975
6976         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6977         wl-message-buffer is nil;
6978         Hide progress bar after moving messages.
6979
6980 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6983         message at cursor point is deleted.
6984
6985 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-vars.el: Changed file coding system to euc-japan.
6988         Added -*-coding:-*- magic to the first line.
6989
6990         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6991         Search parent from the first message.
6992
6993         * Version number is increased to 2.7.1.
6994
6995 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6996
6997         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6998
6999 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7000
7001         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7002         refile/delete execution.
7003
7004         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7005         Fixed docstring.
7006
7007 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7008
7009         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7010         do update process;
7011         Don't update marks when update process is interrupted.
7012
7013 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-summary.el (wl-summary-reply): Fixed problem when
7016         wl-draft-use-frame is non-nil.
7017         (wl-summary-forward): Ditto.
7018
7019         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7020         as nil.
7021         (wl-folder-mark-as-read-all-entity): Ditto.
7022         (wl-folder-prefetch-entity): Ditto.
7023
7024         * wl.el (wl): Check environment before wl-init.
7025
7026         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7027         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7028         instead of wl-summary-collect-unread.
7029         (wl-summary-reply): Split message window.
7030
7031 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7032
7033         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7034         only if current language environment is japanese,
7035
7036         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7037         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7038         (wl-folder-goto-folder-subr): Ditto.
7039
7040         * wl-draft.el (wl-draft-dispatch-message): Call
7041         `elmo-file-cache-get-path'.
7042
7043 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7044
7045         * wl-summary.el (wl-summary-cursor-move): If return value of
7046         wl-summary-next-message is not number, don't jump.
7047
7048 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7049
7050         * wl-summary.el (wl-summary-buffer-next-message-function): New
7051         variable.
7052         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7053         if it is bound.
7054
7055         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7056         string.
7057
7058         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7059         (wl-plugged-drawing): Ditto.
7060
7061 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7064         process.
7065         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7066         with unwind-protect.
7067
7068         * wl.el (wl-init): Require mime-setup.
7069         (wl-check-environment): Don't require mime-setup.
7070
7071         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7072         instead of elmo-folder-type.
7073
7074         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7075         value as nil.
7076
7077 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * Version number is increased to 2.7.0.
7080
7081         * wl-version.el (wl-version): Changed codename.
7082
7083         * wl-summary.el (wl-summary-delete-cache): Fixed.
7084
7085         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7086         Workaround for net folders.
7087         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7088
7089         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7090         value to nil (According to the patch from
7091         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7092
7093         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7094         of elmo-folder-close.
7095
7096 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7097
7098         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7099         for postfix.
7100
7101 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-summary.el (wl-summary-resend-message): Fixed.
7104
7105         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7106         Call wl-draft with `from' argument if its address is included in
7107         `wl-user-mail-address-list'.
7108         (wl-draft): Added `from' argument.
7109
7110         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7111         non-nil.
7112         (wl): Don't show demo if wl-demo is nil.
7113
7114         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7115         wl-summary-use-frame.
7116
7117         * wl-vars.el (wl-summary-use-frame): New user option.
7118         (wl-folder-use-frame): Changed docstring.
7119
7120         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7121         non-nil.
7122         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7123         wl-summary-use-frame.
7124
7125         * wl-vars.el (wl-folder-use-frame): New user option.
7126
7127         * wl-summary.el (wl-summary-exit): Back to folder frame if
7128         wl-folder-use-frame is non-nil.
7129         (wl-summary-redisplay-internal): Ignore cache if current folder
7130         is draft folder,
7131         (wl-summary-redisplay-no-mime): Ditto.
7132         (wl-summary-redisplay-all-header): Ditto.
7133
7134         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7135         if wl-folder-use-frame is non-nil.
7136
7137 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * wl-summary.el (wl-summary-sync-update): Bind
7140         elmo-folder-update-threshold.
7141         (wl-summary-mark-as-important): Enclosed server mark processing
7142         with `save-match-data'.
7143
7144         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7145         only when it is already defined.
7146
7147 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7148
7149         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7150         name of folder exclude localdir is wrong.
7151         * wl-folder.el (wl-folder-sync-entity):
7152         Set `wl-summary-always-sticky-folder-list' as nil.
7153         (wl-folder-mark-as-read-all-entity): Ditto.
7154         (wl-folder-prefetch-entity): Ditto.
7155
7156 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7157
7158         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7159         instead of `wl-summary-write-current-newsgroup'.
7160
7161 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7162
7163         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7164         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7165         non-nil and selected message is important, do not display.
7166
7167 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7168
7169         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7170
7171 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7174
7175         * wl-summary.el (wl-summary-mark-as-important): Set message number
7176         using wl-summary-message-number.
7177
7178 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7179
7180         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7181         destination folder is 'null.
7182
7183 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7184
7185         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7186         New function.
7187         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7188         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7189         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7190
7191 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * wl-mime.el (wl-mime-setup): Added setting for
7194         `mime-setup-signature-key-alist' to avoid overriding key bind for
7195         `wl-draft-send'.
7196
7197         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7198         for `wl-draft-send'.
7199         * wl-mule.el (wl-draft-overload-functions): Ditto.
7200         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7201         * wl-draft.el (wl-draft-send): Ditto.
7202
7203         * wl-message.el (wl-message-display-internal):
7204         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7205         (Patch is provided by <kita@coe.nttdata.co.jp>).
7206
7207 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7208
7209         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7210
7211 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7212
7213         * wl.el (wl): Fix for wl-demo.
7214
7215 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7216
7217         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7218
7219 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7220
7221         * wl-folder.el (wl-folder-prefetch-entity): Use
7222         `wl-folder-get-elmo-folder'.
7223         (wl-folder-count-incorporates): Do not use
7224         `wl-folder-get-elmo-folder'.
7225
7226 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7227
7228         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7229         instead of `elmo-folder-get-type'.
7230
7231 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7232
7233         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7234         position on Subject: field.
7235         (Advised by Mito <mit@nines.nec.co.jp>)
7236
7237 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7238
7239         * wl-folder.el (wl-folder-prefetch-entity): Use
7240         `wl-folder-get-elmo-folder'.
7241
7242 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7243
7244         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7245
7246         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7247         `process-duplicates' slot.
7248
7249         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7250         if detection failed.
7251
7252 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7253
7254         * wl-version.el (wl-version-status): Set to "alpha".
7255
7256 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7259         Check wl-message-buffer lives before set-buffer.
7260
7261 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7262
7263         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7264         called in folder mode.
7265         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7266         * wl-summary.el (wl-summary-exit-pre-hook): Run
7267         `wl-summary-exit-pre-hook' before exit summary mode.
7268
7269 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7270
7271         * wl-version.el (wl-version-status): New variable.
7272         (wl-version-status-alist): Removed.
7273         (wl-version-status): Rule included.
7274
7275 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7278         @sponichi.
7279
7280         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7281         when `mail-reply-buffer' is buffer-local variable.
7282         (Reported by <kita@coe.nttdata.co.jp>).
7283
7284 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7285
7286         * wl-vars.el (toplevel): Require 'elmo-util.
7287
7288 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7289
7290         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7291         (All other related portions are changed)
7292
7293         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7294
7295         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7296
7297 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7298
7299         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7300
7301 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7304         Delete other windows to avoid an error.
7305         Use `point-marker' instead of `point' to remember the start point
7306         of body.
7307
7308         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7309
7310         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7311         number not to exceed all message number.
7312
7313 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7314
7315         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7316         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7317
7318 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-summary.el (wl-summary-sync-force-update): Added argument
7321         no-check.
7322         (wl-summary-sync-update): Ditto.
7323         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7324         with `no-check'.
7325
7326         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7327         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7328         already running.
7329
7330 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7331
7332         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7333         `dst-folder-arg'.
7334         (wl-expire-archive-number1): Diito.
7335         (wl-expire-archive-number2): Diito.
7336         (wl-expire-archive-Date): Diito.
7337         (wl-archive-number1): Diito.
7338         (wl-archive-number2): Diito.
7339         (wl-archive-date): Diito.
7340         (wl-archive-folder-p): New function.
7341         (wl-summary-expire): Support of expand folder name at
7342         wl-expire-alist.
7343         * wl-util.el (wl-expand-newtext): Renamed from
7344         `wl-refile-expand-newtext'.
7345
7346 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7347
7348         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7349         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7350         `(elmo-msgdb-get-overview msgdb)'.
7351         (wl-summary-prefetch): Bind match data before call
7352         `wl-summay-prefetch-msg'.
7353         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7354         'off if `wl-summary-buffer-disp-msg' is non-nil.
7355         Fixed problem that couldn't show only one new or unread message when
7356         enter folder.
7357         (wl-summary-reply): Don't call `split-window-vertically' and other
7358         window.
7359
7360 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7361
7362         * wl-expire.el (wl-expire-refile): Fixed.
7363
7364 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7365
7366         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7367
7368         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7369         biff notification is removed.
7370
7371         * wl.el (wl): Changed position of `elmo-init'.
7372
7373         * wl-draft.el (wl-default-draft-cite): Use date field
7374         on the citation buffer.
7375
7376         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7377
7378         * wl-xmas.el (wl-folder-internal-icon-list): Added
7379         `wl-folder-shimbun-image'.
7380
7381         * wl-e21.el (wl-folder-internal-icon-list): Added
7382         `wl-folder-shimbun-image'.
7383
7384 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl.el (wl-init): Eliminated argument.
7387         (wl): Rewrite.
7388
7389         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7390         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7391         instead of `elmo-folder-msgdb-internal'.
7392         (wl-summary-sync-update): Ditto.
7393         (wl-summary-flush-pending-append-operations): Eliminated.
7394         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7395         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7396         `elmo-folder-open'.
7397
7398         * wl-mime.el (wl-summary-burst): Fixed.
7399
7400         * wl-folder.el (wl-folder-info-save): Check data type.
7401
7402         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7403         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7404         instead of `elmo-folder-msgdb-internal'.
7405         (wl-expire-hide): Ditto.
7406
7407
7408         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7409
7410 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7411
7412         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7413
7414 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7415
7416         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7417
7418 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7419
7420         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7421         Fixed `match-beginning' argument mismatch.
7422
7423 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7424
7425         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7426         the default value.
7427
7428 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7431         instead of `elmo-nntp-default-port'.
7432
7433         * wl-vars.el: Fixed some doc strings.
7434
7435 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl-summary.el (wl-summary-prefetch-msg): Use
7438         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7439
7440         * wl-vars.el: Define *-func as obsolete variable using
7441         `elmo-define-obsolete-variable'.
7442
7443         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7444         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7445         instead of `wl-message-buffer-prefetch-threshold'.
7446
7447         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7448
7449         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7450
7451         * wl-draft.el (wl-caesar-region-func): Ditto.
7452
7453         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7454         Keep unread status in elmo-folder-move-messages.
7455         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7456
7457 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7458
7459         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7460         `wl-summary-buffer-exit-func'
7461         (wl-summary-buffer-message-redisplay-function): Renamed from
7462         `wl-summary-buffer-message-redisplay-func'
7463         (wl-summary-buffer-next-folder-function): Renamed from
7464         `wl-summary-buffer-next-folder-func'.
7465         (wl-summary-buffer-prev-folder-function): Renamed from
7466         `wl-summary-buffer-prev-folder-func'.
7467         (wl-summary-get-petname-function): Renamed from
7468         `wl-summary-get-petname-func'.
7469
7470         * wl-score.el (wl-score-edit-exit-function): Renamed from
7471         `wl-score-edit-exit-func'.
7472
7473         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7474         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7475
7476         * wl-util.el (wl-load-profile-function): Renamed from
7477         `wl-load-profile-func'.
7478
7479         * wl-folder.el (wl-folder-completion-function): Renamed from
7480         `wl-folder-completion-func'.
7481         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7482
7483         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7484         `wl-expire-archive-get-folder-func'.
7485         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7486         (wl-draft-send-mail-function): Renamed from
7487         `wl-draft-send-mail-func'.
7488         (wl-draft-send-news-function): Renamed from
7489         `wl-draft-send-news-func'.
7490         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7491         (wl-generate-mailer-string-function): Renamed from
7492         `wl-generate-mailer-string-func'.
7493         (wl-highlight-signature-search-function): Renamed from
7494         `wl-highlight-signature-search-func'.
7495         (wl-highlight-x-face-function): Renamed from
7496         `wl-highlight-x-face-func'
7497         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7498         (wl-ps-print-buffer-function): Renamed from
7499         `wl-ps-print-buffer-func'
7500         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7501         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7502         (wl-summary-subject-filter-function): Renamed from
7503         `wl-summary-subject-filter-func'.
7504
7505         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7506         `wl-draft-queue-flush-send-func'
7507         (wl-draft-cite-function): Renamed from
7508         `wl-draft-cite-func'
7509
7510         * wl-address.el (wl-address-init-function): Renamed from
7511         `wl-address-init-func'.
7512
7513 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7514
7515         * wl-draft.el (wl-draft-queue-flush): Don't call
7516         `elmo-dop-unlock-message'.
7517         * wl-draft.el (wl-draft-queue-append): Don't call
7518         `elmo-dop-lock-message'.
7519
7520         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7521         (wl-summary-buffer-folder-name): Ditto.
7522         (wl-summary-message-regexp): Added '-' (all other related portions
7523         are changed).
7524         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7525         wl-summary-buffer-folder-name.
7526
7527 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7528
7529         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7530         the number of mails in the folder buffer is not updated by wl-biff.
7531
7532 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7533
7534         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7535         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7536
7537 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7538
7539         * wl-summary.el (wl-summary-next-message):
7540         Return next message number when wl-summary-move-order is nil.
7541
7542 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7543
7544         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7545         `wl-summary-move-spec-alist'.
7546         (wl-summary-move-spec-unplugged-alist): New variable
7547         (Move spec for unplugged status).
7548         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7549         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7550
7551 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7552
7553         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7554         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7555
7556 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7557
7558         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7559         simple quotation to quote the anonymous function.
7560         * tm-wl.el (wl-draft-preview-message): Ditto.
7561
7562 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7563
7564         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7565         Eliminate redundant `save-excursion'.
7566         (wl-highlight-summary-current-line): Ditto.
7567
7568         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7569         accessing match data when `looking-at' failed.
7570
7571         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7572         `elmo-match-string' where users don't care about the speed.
7573         (wl-draft-save): Ditto.
7574
7575 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * wl-util.el (wl-regexp-opt): New function.
7578
7579         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7580         number from `wl-summary-buffer-number-list'.
7581         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7582         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7583         (wl-summary-move-spec-alist): Changed default setting.
7584
7585 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7586
7587         * wl-vars.el (wl-biff-notify-hook): New hook.
7588         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7589         the arrival of new mail.
7590         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7591         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7592
7593 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7594
7595         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7596
7597 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7600
7601         * Version number is increased to 2.5.8.
7602
7603         * wl-thread.el (toplevel): require 'cl.
7604         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7605         (wl-thread-make-number-list): New function.
7606         (wl-thread-entity-make-number-list-from-children): Ditto.
7607         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7608         (wl-thread-entity-insert-as-children): Likewise.
7609         (wl-thread-delete-message): Likewise.
7610         (wl-meaning-of-mark): Eliminated.
7611         (wl-thread-next-failure-mark-p): Ditto.
7612         (wl-thread-entity-get-mark): Ditto.
7613         (wl-thread-meaning-alist-get-result): Ditto.
7614         (wl-thread-entity-check-prev-mark): Ditto.
7615         (wl-thread-entity-check-next-mark): Ditto.
7616         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7617         (wl-thread-entity-get-prev-marked-entity): Ditto.
7618         (wl-thread-get-prev-unread): Ditto.
7619         (wl-thread-jump-to-prev-unread): Ditto.
7620         (wl-thread-get-next-unread): Ditto.
7621         (wl-thread-jump-to-next-unread): Ditto.
7622         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7623         (wl-thread-entity-get-next-marked-entity): Ditto.
7624
7625         * wl-summary.el (wl-summary-buffer-number-list):
7626         New bufer-local variable.
7627         (wl-summary-switch-to-clone-buffer): Clone
7628         `wl-summary-buffer-number-list'.
7629         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7630         (wl-summary-cursor-move-regex): Eliminated.
7631         (wl-summary-cursor-up): Rewrite.
7632         (wl-summary-cursor-down): Ditto.
7633         (wl-summary-mode-spec-alist): New variable.
7634         (wl-summary-next-message): New inline function.
7635         (wl-summary-cursor-move): New function.
7636         (wl-summary-default-get-next-msg): Rewrite.
7637         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7638         (wl-summary-rescan): Ditto.
7639         (wl-summary-sync-all-init): Ditto.
7640         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7641         summary is not thread view.
7642         (wl-summary-sync-update): Ditto.
7643         (wl-summary-rescan): Ditto.
7644         (wl-summary-make-number-list): New function.
7645
7646         * wl-draft.el: "FCC" -> "Fcc".
7647
7648 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * wl-highlight.el (wl-highlight-summary-window):
7651         Call `set-buffer-modified-p'.
7652
7653         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7654         (wl): Call `elmo-init' and fix.
7655
7656         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7657         Use new variables.
7658
7659         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7660
7661 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7664
7665 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7666
7667         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7668
7669 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7670
7671         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7672         `wl-use-toolbar' nor `display-graphic-p'.
7673         (wl-e21-setup-message-toolbar): Ditto.
7674         (wl-e21-setup-summary-toolbar): Ditto.
7675         (wl-e21-setup-folder-toolbar): Ditto.
7676
7677         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7678         (wl-plugged-init-icons): Ditto.
7679
7680         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7681         `display-graphic-p'.
7682         (wl-plugged-set-folder-icon): Ditto.
7683         (wl-highlight-plugged-current-line): Ditto.
7684         (wl-highlight-folder-current-line): Ditto.
7685         (wl-e21-highlight-folder-group-line): Ditto.
7686         (wl-e21-setup-toolbar): Ditto.
7687         (wl-e21-display-image-p): New macro.
7688
7689         * wl-demo.el (wl-demo): Simplified.
7690         (wl-demo-image-type-alist): Use `image-type-available-p' for
7691         checking whether the image type `xbm' is available.
7692
7693 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7696         (wl-summary-input-range): Ditto.
7697
7698 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl-summary.el (wl-summary-edit-addresses): Use
7701         `wl-summary-get-original-buffer'
7702         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7703         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7704         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7705         (wl-summary-get-newsgroups): Eliminated.
7706         (wl-summary-set-crosspost): Ditto.
7707         (wl-summary-is-crosspost-folder): Ditto.
7708         (wl-crosspost-alist-load): Ditto.
7709         (wl-crosspost-alist-save): Ditto.
7710
7711         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7712         `elmo-setup-subscribed-newsgroups' instead of
7713         `elmo-nntp-make-groups-hashtb'.
7714         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7715         instead of `wl-crosspost-alist-save'.
7716
7717         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7718         of `elmo-folder-message-appendable-p'.
7719         (wl-mime-header-presentation-method): Eliminated.
7720
7721         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7722         (Error occurs in emacs21).
7723
7724         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7725         the current buffer).
7726
7727         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7728         instead of `wl-crosspost-alist-save'.
7729         (wl-init): `elmo-crosspost-message-alist-load'
7730         instead of `wl-crosspost-alist-load'
7731
7732         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7733         (wl-parse-newsgroups): Likewise.
7734         (wl-biff-notify): Run `wl-biff-notify-hook'.
7735
7736 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7737
7738         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7739
7740         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7741         when `wl-summary-lazy-highlight' is non-nil.
7742         (wl-summary-goto-folder-subr): Highlight only when
7743         `wl-summary-lazy-highlight' is non-nil.
7744
7745         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7746         Don't display progress and highlight temp-mark when
7747         `wl-summary-lazy-highlight' is non-nil.
7748         (wl-highlight-summary-window): New function.
7749         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7750
7751 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7752
7753         * wl-summary.el (wl-summary-sync): Change `all-visible'
7754         from `all-shown'
7755         (wl-summary-input-range): Ditto.
7756
7757 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7758
7759         * wl-e21.el (wl-highlight-folder-current-line): Call
7760         `wl-folder-init-icons' when folder icons have not been initialized.
7761
7762         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7763
7764         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7765         (wl-demo-image-type-alist): New macro.
7766
7767 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7768
7769         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7770         display does not support graphics.
7771         (wl-plugged-init-icons): Ditto.
7772         (wl-folder-init-icons): Ditto.
7773
7774         * wl-demo.el (wl-demo): Chech closely whether the display
7775         supports graphics.
7776
7777 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-summary.el (wl-summary-get-original-buffer): New function.
7780         (wl-summary-set-crosspost): Use it.
7781         (wl-summary-target-mark-uudecode): Ditto.
7782         (wl-summary-reedit): Ditto.
7783         (wl-summary-resend-bounced-mail): Ditto.
7784         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7785         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7786
7787         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7788         (wl-message-display-internal): Ditto.
7789
7790 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7793
7794 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7795
7796         * wl-summary.el (wl-summary-save-view): Renamed from
7797         `wl-summary-save-status'.
7798
7799 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7800
7801         * wl-summary.el (wl-summary-sync): Added `all-shown'
7802
7803 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7804
7805         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7806
7807 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7808
7809         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7810
7811 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7812
7813         * wl-highlight.el (wl-highlight-summary-line-string): Use
7814         `zerop' instead of `= 0'.
7815         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7816
7817         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7818         for comparing numbers.
7819         (wl-template-prev): Use `zerop' instead of `eq 0'.
7820
7821         * wl-draft.el (wl-draft-insert-current-message): Use
7822         `with-current-buffer' instead of `save-excursion'.
7823         Use `zerop' instead of `eq 0'.
7824
7825 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7826
7827         * wl-draft.el (wl-draft-insert-ccs): New function.
7828         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7829         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7830
7831 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7834
7835 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-expire.el (wl-expire-refile): Don't call
7838         elmo-msgdb-add-msgs-to-seen-list;
7839         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7840         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7841
7842 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-message.el (wl-message-prev-page): Ignore errors while
7845         scroll-down.
7846
7847 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-mime.el: Use elmo-original-message-mode instead of
7850         mmelmo-original-mode.
7851
7852         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7853         `elmo-folder-get-spec';
7854         (wl-fldmgr-add-completion-all-completions):
7855         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7856
7857         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7858         of `elmo-folder-get-type'.
7859
7860         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7861         `elmo-folder-get-spec';
7862         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7863         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7864         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7865         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7866         `elmo-read-msg-no-cache';
7867         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7868         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7869         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7870         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7871         `elmo-cache-save';
7872         (wl-draft-reedit): Use `elmo-message-file-name'.
7873
7874         * wl-expire.el: Use `elmo-folder-name-internal';
7875         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7876         Use macro `wl-summary-buffer-msgdb' instead of variable
7877         `wl-summary-buffer-msgdb';
7878         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7879         Use macro `wl-summary-buffer-folder-name' instead of variable
7880         `wl-summary-buffer-folder-name'.
7881         * wl-score.el: Likewise.
7882
7883         * wl-message.el: Rewrite for new message buffer cache mechanism.
7884         (wl-message-buffer-cache-buffer-get): New macro.
7885         (wl-message-buffer-cache-folder-get): Ditto.
7886         (wl-message-buffer-cache-message-get): Ditto.
7887         (wl-message-buffer-cache-entry-make): Ditto.
7888         (wl-message-buffer-cache-hit): Ditto.
7889         (wl-message-buffer-cache-sort): New function.
7890         (wl-message-buffer-cache-add): Ditto.
7891         (wl-message-buffer-cache-delete): Ditto.
7892         (wl-message-buffer-cache-clean-up): Ditto.
7893         (wl-message-buffer-window): Rewrite.
7894         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7895         (wl-message-buffer-display): New function.
7896         (wl-message-display-internal): New function.
7897
7898 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7899
7900         * wl-folder.el: Use `elmo-folder-name-internal';
7901         Use `wl-folder-get-elmo-folder';
7902         Use `elmo-folder-list-messages' instead of
7903         `elmo-list-folder';
7904         Use `elmo-folder-get-primitive-list' instead of
7905         `elmo-folder-get-primitive-spec-list';
7906         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7907         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7908         Use `elmo-folder-create' instead of `elmo-create-folder'.
7909         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7910         (wl-folder-get-elmo-folder): New macro.
7911         (wl-folder-elmo-folder-cache-get): Ditto.
7912         (wl-folder-elmo-folder-cache-put): Ditto.
7913         (wl-folder-suspend): Call `elmo-quit'.
7914
7915         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7916         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7917         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7918         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7919         (toplevel): require 'cl.
7920         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7921
7922         * wl-summary.el: Rewrite to use new elmo interface.
7923
7924 \f
7925 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7926
7927         * wl-mime.el (wl-draft-preview-message):
7928         Run `wl-draft-send-hook' before collecting recipients information;
7929         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7930
7931         * tm-wl.el (wl-draft-preview-message): Ditto.
7932
7933 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7936         wrong recipients are displayed when forwarded message.
7937
7938 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * Version number is increased to 2.5.7.
7941
7942 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7943
7944         * wl-message.el (wl-message-next-page): Bind
7945         `window-pixel-scroll-increment' to nil while scrolling up.
7946
7947 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7948
7949         * wl-vars.el (wl-save-hook): New hook.
7950         * wl.el (wl-save): Call `wl-save-hook'.
7951
7952 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7953
7954         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7955         Argument WITH-ARG instead of NO-ARG (negative mean).
7956         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7957         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7958         * wl-message.el (wl-message-follow-current-entity): Likewise.
7959
7960 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7961
7962         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7963         FROM was optional argument.
7964         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7965
7966 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7967
7968         * Version number is increased to 2.5.6.
7969
7970 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7971
7972         * wl-version.el (wl-version-show): Removed.
7973         (wl-version): Add `interactive'.
7974
7975 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7976
7977         * wl-summary.el (wl-summary-get-petname-func): New variable.
7978         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7979         instead of `wl-address-get-petname-1'.
7980         (wl-summary-simple-from): Ditto.
7981
7982         * wl-address.el (wl-address-get-petname-1): Define as function.
7983
7984 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7987         field in the original message.
7988         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7989
7990 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7991
7992         * wl-expire.el (wl-expire-hide):
7993         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7994
7995 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7996
7997         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7998         find decoder for To, Cc, and Subject.
7999
8000 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8001
8002         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8003         for checking `elmo-use-buffer-cache'.
8004         (wl-summary-mark-as-important): Fixed typo in comment.
8005
8006 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8009         field in the original message.
8010         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8011
8012 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8013
8014         * wl-expire.el (wl-expire-hide):
8015         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8016
8017 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8020         find decoder for To, Cc, and Subject.
8021
8022 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8023
8024         * Version number is increased to 2.5.5.
8025
8026         * wl-address.el (wl-address-specials-regexp): New constant.
8027         (wl-address-quote-specials): Use it.
8028
8029 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8030
8031         * wl-summary.el (wl-summary-rescan):
8032         Call `wl-summary-buffer-number-column-detect'.
8033         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8034
8035         * wl-message.el (wl-message-mode-map): Define.
8036         (wl-message-decode): Use it as local-map.
8037
8038 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8041         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8042
8043 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8046
8047         * wl-mule.el (wl-read-event-char): Ditto.
8048
8049         * wl-e21.el (wl-read-event-char): Ditto.
8050
8051         * wl-nemacs.el (wl-read-event-char): Ditto.
8052         (read-event): Removed.
8053
8054         * wl-util.el (toplevel): Removed dummy definition of
8055         `read-event'.
8056         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8057
8058 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8059
8060         * wl-nemacs.el (elmo-archive-call-process): Moved to
8061         elmo-archive.el.
8062
8063 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8064
8065         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8066         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8067
8068         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8069         instead of magic-number 6.  Use `not' instead of `null' for symbol
8070         `nil' check (not empty list).
8071         (wl-draft-insert-x-face-field): Fixed paren style.
8072
8073         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8074         one-branch conditional statement, instead of `and' and `if'.
8075         (wl-draft-forward): Likewise.
8076         (wl-draft-add-references): Likewise.
8077         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8078
8079         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8080         conditional steatment.  Use `cond' instead of `if'.
8081         (wl-draft-confirm): Likewise.
8082
8083 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8084
8085         * wl-version.el (wl-version-show): Use `product-string-1'
8086         instead of `wl-version'.
8087         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8088
8089         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8090
8091 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8092
8093         * wl-highlight.el (wl-highlight-headers): Revert
8094         `wl-highlight-x-face-func' argument (`beg' and `end').
8095
8096 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8097
8098         * wl.el (toplevel): Move `product-provide' declare.
8099         * wl-demo.el (toplevel): Ditto.
8100         * wl-dnd.el (toplevel): Ditto.
8101         * wl-highlight.el (toplevel): Ditto.
8102         * wl-message.el (toplevel): Ditto.
8103         * wl-refile.el (toplevel): Ditto.
8104         * wl-util.el (toplevel): Ditto.
8105
8106 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8109         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8110         (wl-thread-close-all): keep cursor position.
8111
8112 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8113
8114         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8115         (eq x 0).
8116         (wl-generate-user-agent-string-1): Fix conditional statement.
8117
8118 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8119
8120         * wl.el (wl-check-environment): Additional check for
8121         'wl-local-domain' and `wl-message-id-domain'.
8122
8123 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8124
8125         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8126
8127 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8128
8129         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8130         instead of `smtp-sasl-user-realm'.
8131
8132 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8133
8134         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8135
8136 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8137
8138         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8139         to the default value as well as `eword-lexical-analyzer'.
8140
8141 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8142
8143         * wl-version.el (wl-extended-emacs-version,
8144         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8145         `elmo-match-string' instead of `wl-match-string'.
8146
8147 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8148
8149         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8150         docstring.
8151
8152 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8153
8154         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8155
8156 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8157
8158         * wl-highlight.el (wl-highlight-headers): Remove
8159         `wl-highlight-x-face-func' argument (`beg' and `end').
8160
8161 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-summary.el (wl-summary-mark-as-important):
8164         Remove cache if folder is local.
8165
8166 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8167
8168         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8169         to get existing e-mail address string.
8170
8171 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8172
8173         * wl-version.el (wl-generate-user-agent-string): Commentary.
8174         (wl-generate-user-agent-string-1): Use `when' for
8175         one-branch conditional statement, instead of `and' and `if'.
8176         (wl-extended-emacs-version, wl-extended-emacs-version2,
8177         wl-extended-emacs-version3): Ditto.
8178
8179 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8180
8181         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8182         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8183         condition-case; Remove initialization.
8184         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8185         (wl-summary-sync-update3): Added argument `sync-all';
8186         Eliminated local variable `msgdb';
8187         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8188         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8189         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8190
8191 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8192
8193         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8194         connection before call `wl-draft-send-mail-with-smtp'.
8195
8196 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8197
8198         * Version number is increased to 2.5.4.
8199
8200 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8201
8202         * wl.el (wl-check-environment): Additional check for
8203         'wl-local-domain' and `wl-message-id-domain'.
8204
8205 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8206
8207         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8208         buffer as command specific.
8209         (wl-folder-mark-as-read-all-entity): Ditto.
8210         (wl-folder-prefetch-entity): Ditto.
8211         (wl-folder-drop-unsync-entity): Ditto.
8212
8213         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8214         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8215         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8216
8217         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8218         save-excursion.
8219
8220 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * Version number is increased to 2.5.3.
8223
8224         * wl-summary.el (wl-summary-save-view-cache):
8225         Delete duplicated `write-region';
8226         Use `write-region-as-binary' instead of `as-binary-output-file' and
8227         `write-region'.
8228
8229 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8230
8231         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8232
8233 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8236         instead of `smtp-via-smtp'.
8237
8238 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8239
8240         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8241
8242 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8243
8244         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8245         instead of `smtp-sasl-user-realm'.
8246
8247 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8248
8249         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8250
8251 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8252
8253         * Version number is increased to 2.5.2.
8254
8255 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8258         does not exist.
8259         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8260         (wl-biff-start): Call `timer-activate' if timer already exists.
8261
8262         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8263         only when it is bound as function.
8264
8265 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * Version number is increased to 2.5.1.
8268
8269 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8270
8271         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8272         Print refile/copy destination.
8273
8274 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8275
8276         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8277         queue-flush-only is non-nil.
8278
8279         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8280
8281         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8282         checking cache folder.
8283
8284 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8285
8286         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8287         `regexp-quote'.
8288
8289 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8290
8291         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8292         function.
8293         * wl-summary.el (wl-summary-write-current-folder-functions):
8294         Change default value.  Use it.
8295
8296 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8297
8298         * Version number is increased to 2.5.0.
8299
8300         * wl-version.el (wl-version): Changed codename.
8301
8302 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8303
8304         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8305         (wl-summary-supersedes-message): Ditto.
8306
8307 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8308
8309         * wl-refile.el (wl-refile-guess-functions): Renamed from
8310         `wl-refile-guess-func-list'.
8311
8312 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8313
8314         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8315         Fixed problem when no rule was matched.
8316
8317 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8318
8319         * wl-summary.el (wl-summary-get-mark): Fixed
8320         `wl-summary-buffer-target-mark' check logic.
8321
8322 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8323
8324         * wl-folder.el (wl-folder-write-current-folder): Added group
8325         folder check.
8326
8327         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8328         `wl-summary-write-current-newsgroup'.
8329         (wl-summary-write-current-folder-functions): New variable.
8330         * wl-folder.el (wl-folder-get-newsgroups): New function.
8331         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8332         (wl-folder-write-current-folder): Renamed from
8333         `wl-folder-write-current-newsgroup'.
8334
8335 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8336
8337         * Version number is increased to 2.3.93.
8338
8339 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8342         (wl-ldap-make-matched-value-list): Ditto.
8343         (wl-ldap-alias-safe-string): Split e-mail address.
8344
8345         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8346         petname folder default was selected.
8347         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8348         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8349
8350 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8353         to `wl-draft-config-exec'.
8354
8355         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8356         instead of calling `wl-draft-config-exec';
8357         Process group-list and show recipients in minibuffer.
8358
8359         * tm-wl.el (wl-draft-preview-message): Ditto.
8360
8361 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8362
8363         * wl.el (toplevel): Added (C) to copyright notice, and
8364         sync Author header.
8365         * tm-wl.el (toplevel): Ditto.
8366         * wl-address.el (toplevel): Ditto.
8367         * wl-demo.el (toplevel): Ditto.
8368         * wl-dnd.el (toplevel): Ditto.
8369         * wl-draft.el (toplevel): Ditto.
8370         * wl-e21.el (toplevel): Ditto.
8371         * wl-expire.el (toplevel): Ditto.
8372         * wl-folder.el (toplevel): Ditto.
8373         * wl-highlight.el (toplevel): Ditto.
8374         * wl-message.el (toplevel): Ditto.
8375         * wl-mime.el (toplevel): Ditto.
8376         * wl-mule.el (toplevel): Ditto.
8377         * wl-nemacs.el (toplevel): Ditto.
8378         * wl-refile.el (toplevel): Ditto.
8379         * wl-score.el (toplevel): Ditto.
8380         * wl-summary.el (toplevel): Ditto.
8381         * wl-template.el (toplevel): Ditto.
8382         * wl-thread.el (toplevel): Ditto.
8383         * wl-util.el (toplevel): Ditto.
8384         * wl-vars.el (toplevel): Ditto.
8385         * wl-xmas.el (toplevel): Ditto.
8386
8387 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8388
8389         * wl.el (wl-init): Added comment about `wl-init-hook'.
8390         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8391         * wl-vars.el (wl-init-hook): Added docs.
8392         (wl-make-plugged-hook): Removed useless docs.
8393         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8394         * wl-xmas.el (toplevel): Ditto.
8395
8396 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8397
8398         * wl-address.el (toplevel): Fixed multiple Author header format.
8399         * wl-demo.el (toplevel): Ditto.
8400         * wl-draft.el (toplevel): Ditto.
8401         * wl-folder.el (toplevel): Ditto.
8402         * wl-summary.el (toplevel): Ditto.
8403         * wl-thread.el (toplevel): Ditto.
8404         * wl-util.el (toplevel): Ditto.
8405         * wl-vars.el (toplevel): Ditto.
8406         * wl-version.el (toplevel): Ditto.
8407         * wl-xmas.el (toplevel): Ditto.
8408         * wl.el (toplevel): Ditto.
8409
8410         * wl-version.el (toplevel): Added require `elmo-version' for
8411         `product-version-as-string'.
8412
8413 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-vars.el (wl-draft-send-hook): Changed default value to
8416         '(wl-draft-config-exec).
8417
8418         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8419         explicitly.
8420         (wl-draft): Set `wl-draft-config-exec-flag' before running
8421         `wl-mail-setup-hook'.
8422
8423         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8424         `wl-biff-init-icons' to `wl-init-hook' instead of
8425         `wl-make-plugged-hook'.
8426         (Because if `wl-draft' command is invoked at first,
8427         they are not initialized)
8428         Updated copyright notice.
8429
8430         * wl-e21.el (toplevel): Ditto;
8431
8432         * wl-demo.el (toplevel): Updated copyright notice.
8433         * wl-address.el (toplevel): Ditto.
8434         * wl-draft.el (toplevel): Ditto.
8435         * wl-version.el (toplevel): Ditto.
8436         * wl-folder.el (toplevel): Ditto.
8437         * wl-summary.el (toplevel): Ditto.
8438         * wl-thread.el (toplevel): Ditto.
8439         * wl-util.el (toplevel): Ditto.
8440         * wl-vars.el (toplevel): Ditto.
8441         * wl.el (toplevel): Ditto.
8442
8443 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8444
8445         * wl-highlight.el (wl-highlight-message): Fixed problem of
8446         highlighting failure which occured when the last field contains
8447         multiple lines in the draft buffer.
8448
8449         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8450         `wl-biff-start' if plugged.
8451
8452         * wl-util.el (wl-biff-check-folder): New function.
8453         (wl-biff-check-folders): Don't set session name prefix.
8454         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8455         (wl-biff-check-folder-async): Ditto.
8456
8457         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8458         in email address.
8459
8460 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8461
8462         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8463
8464         * wl-draft.el (wl-draft-strip-subject-re): New function.
8465
8466         * wl-draft.el (wl-draft-reply): Use it.
8467
8468 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-message.el (wl-mmelmo-message-redisplay): Use
8471         `mime-display-message' instead of `wl-mime-display-message'.
8472
8473         * wl-mime.el (toplevel): Removed compatibility workaround
8474         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8475         (wl-mime-display-message): Abolished.
8476         (wl-mime-entity-read-field): Ditto.
8477         (wl-mime-combine-message/partial-pieces): Use
8478         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8479
8480 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8481
8482         * wl-template.el: Doc fixes.
8483
8484 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8485
8486         * wl-e21.el (wl-message-overload-functions): Do nothing if
8487         `current-local-map' is not available.
8488         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8489
8490 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8491
8492         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8493         representation.
8494
8495         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8496         number.
8497         (wl-fldmgr-save-folders): Don't use `format' when insert
8498         `wl-fldmgr-folders-header'.
8499
8500 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8501
8502         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8503
8504 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-highlight.el (wl-highlight-message):
8507         Use `std11-field-end' to detect end point of the header field.
8508         Refer `wl-highlight-max-header-size'.
8509
8510         * wl-vars.el (wl-highlight-max-header-size): New variable.
8511
8512         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8513
8514         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8515         Set `for-draft' argument of wl-highlight-headers.
8516         (wl-draft): Ditto.
8517         (wl-draft-reedit): Ditto.
8518         (wl-user-agent-compose-internal): Ditto.
8519
8520 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8521
8522         * wl-message.el (wl-message-add-button): Use overlay.
8523
8524 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8525
8526         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8527
8528         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8529         problem when group-list content is nothing.
8530         (Reported by Mito <mit@nines.nec.co.jp>)
8531
8532 2000-10-18  SAITO Atsunori <sai@yedo.com>
8533
8534         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8535
8536 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8537
8538         * tm-wl.el (toplevel): Use product-provide.
8539
8540 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * Version number is increased to 2.3.92.
8543
8544 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8545
8546         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8547         title text, use `display' property for left margin under Emacs 21.
8548
8549         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8550         properties.
8551         (wl-plugged-init-icons): Ditto.
8552
8553 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8554
8555         * wl.el (wl-save-status, wl-init): Remove last period in
8556         "...done." message.
8557         * tm-wl.el (wl-summary-burst): Ditto.
8558         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8559         wl-summary-resume-cache-status,
8560         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8561         wl-summary-sync-update3, wl-summary-highlight-msgs,
8562         wl-summary-flush-pending-append-operations,
8563         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8564         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8565         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8566         wl-thread-open-all): Ditto.
8567         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8568         * wl-mime.el (wl-summary-burst): Ditto.
8569         * wl-highlight.el (wl-highlight-summary): Ditto.
8570         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8571         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8572         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8573         * wl-address.el (wl-local-address-init): Ditto.
8574
8575 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8576
8577         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8578         `add-text-properties'.
8579         (wl-plugged-init-icons): Ditto.
8580         (wl-folder-init-icons): Use `propertize' instead of
8581         `put-text-property'.
8582         (wl-plugged-set-folder-icon): Ditto.
8583         (wl-e21-highlight-folder-group-line): Ditto.
8584
8585 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8586
8587         * wl-version.el (wl-version-status-alist): New variable.
8588         (wl-version-status): New function.
8589
8590         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8591         "Cc" part of the case "Reply-To".
8592
8593         * wl-draft.el (wl-draft-reply): Use result of
8594         `eword-extract-address-components'.
8595
8596         * wl-demo.el (wl-demo-icon-name): New constant.
8597         (wl-logo-xpm): Use it.
8598         (wl-logo-xbm): Ditto.
8599         (wl-logo-bitmap): Ditto.
8600
8601         * Version number is increased to 2.3.91.
8602
8603 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8604
8605         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8606         (wl-extended-emacs-version, wl-extended-emacs-version2,
8607         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8608         docstring.
8609
8610         * wl-version.el (wl-generate-user-agent-string-1): New function.
8611         (wl-generate-user-agent-string): Use it.
8612
8613         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8614         `mime-edit-insert-user-agent-field'.
8615         (wl-generate-user-agent-string): Check
8616         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8617
8618         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8619         instead of `if', when verbose case.
8620
8621 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8622
8623         * wl-expire.el (wl-summary-expire): Fix.
8624
8625 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8626
8627         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8628         and `elmo-lost+found-folder' if 'wl-draft.
8629         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8630
8631 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8632
8633         * wl-expire.el (wl-summary-expire): Change messages.
8634         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8635         `deleing-info' instead of "Deleting..."
8636
8637 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8638
8639         * wl-summary.el (wl-summary-refile-subr): Fix.
8640
8641 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8642
8643         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8644         if pipe folder.
8645
8646 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8647
8648         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8649
8650 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8651
8652         * wl-expire.el (wl-expire-hide): New function.
8653         (wl-summary-expire): Add `hide'.
8654
8655 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8656
8657         * wl-vars.el (wl-draft-reply-without-argument-list):
8658         Changed default value to consider `Reply-To:'.
8659         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8660
8661         * Version number is increased to 2.3.90.
8662
8663         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8664         elmo-imap4-get-session with unwind-protect.
8665         Don't cause error.
8666         (wl-summary-sync-marks): Don't check plugged nor folder type.
8667         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8668         (Always keep current buffer).
8669
8670 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8671
8672         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8673         Enclose with `save-excursion'.
8674
8675 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8676
8677         * wl-version.el (wl-version): Remove interactive.
8678
8679 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8680
8681         * wl-version.el (wl-generate-user-agent-string): Use
8682         `product-string-verbose' instead of `product-string-1'.
8683
8684 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8685
8686         * wl-vars.el (wl-draft-use-cache): New variable.
8687         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8688         if wl-draft-use-cache is non-nil.
8689
8690 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8691
8692         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8693         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8694
8695 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8696
8697         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8698         (wl-thread-msg-mark-as-unread): Ditto.
8699
8700         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8701         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8702         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8703         Don't set mark in summary if return value of `elmo-mark-as-read'
8704         is nil.
8705         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8706         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8707         instead of `wl-thread-msg-mark-as-read'.
8708         (wl-summary-mark-as-unread-region): Ditto.
8709         (wl-summary-target-mark-mark-as-read): Ditto.
8710
8711         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8712
8713 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8714
8715         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8716
8717         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8718
8719 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8720
8721         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8722         face.
8723
8724 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8725
8726         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8727         `running-xemacs'.
8728
8729 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8730
8731         * wl-version.el (toplevel): Use `product-version-as-string' for
8732         set verstion-string, if defined.
8733
8734         * wl-version.el (wl-version-show): Insert string at point, when
8735         call with argument.
8736
8737         * wl-version.el (wl-generate-user-agent-string): Use
8738         `product-string-1' instead of `wl-appname', `wl-version' and
8739         `wl-codename'.
8740
8741 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8742
8743         * wl-address.el (toplevel): Use product-provide.
8744         * wl-demo.el (toplevel): Ditto.
8745         * wl-dnd.el (toplevel): Ditto.
8746         * wl-draft.el (toplevel): Ditto.
8747         * wl-e21.el (toplevel): Ditto.
8748         * wl-expire.el (toplevel): Ditto.
8749         * wl-fldmgr.el (toplevel): Ditto.
8750         * wl-folder.el (toplevel): Ditto.
8751         * wl-highlight.el (toplevel): Ditto.
8752         * wl-message.el (toplevel): Ditto.
8753         * wl-mime.el (toplevel): Ditto.
8754         * wl-mule.el (toplevel): Ditto.
8755         * wl-nemacs.el (toplevel): Ditto.
8756         * wl-refile.el (toplevel): Ditto.
8757         * wl-score.el (toplevel): Ditto.
8758         * wl-summary.el (toplevel): Ditto.
8759         * wl-template.el (toplevel): Ditto.
8760         * wl-thread.el (toplevel): Ditto.
8761         * wl-util.el (toplevel): Ditto.
8762         * wl-vars.el (toplevel): Ditto.
8763         * wl-xmas.el (toplevel): Ditto.
8764         * wl.el (toplevel): Ditto.
8765
8766 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8767
8768         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8769         instead of product.
8770
8771         * wl-version.el (wl-version): Compile time evalution elmo-version.
8772
8773 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8774
8775         * wl-summary.el (wl-summary-sync-force-update): Append queue
8776         `mark-as-read'if unplugged.
8777
8778 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8779
8780         * wl-version.el: New file.  Use product.el.
8781         * wl.el: add (require 'wl-version).
8782         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8783         for ~/.folders header.
8784         (wl-fldmgr-folders-header): Changed.
8785         * wl-demo.el (wl-demo): Use product.el.
8786
8787         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8788         wl-version.el.
8789         * wl-util.el (wl-version, wl-version-show): Ditto.
8790
8791         * wl-util.el (wl-generate-user-agent-string,
8792         wl-extended-emacs-version, wl-extended-emacs-version2,
8793         wl-extended-emacs-version3): Move to wl-version.el.
8794         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8795         xemacs-codename, mime-edit-insert-user-agent-field,
8796         mime-edit-user-agent-value, mime-editor/version,
8797         mime-editor/codename): Compile warning killer move to
8798         wl-version.el
8799
8800 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8801
8802         * wl-summary.el (wl-summary-refile-subr): Fix.
8803
8804 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8805
8806         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8807         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8808
8809 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8810
8811         * wl.el (wl-check-environment): Check too many `@'.
8812
8813 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8814
8815         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8816
8817 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8818
8819         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8820         wl-draft-reply-myself-without-argument-list): Add variables.
8821         * wl-draft.el (wl-draft-reply): Use it.
8822
8823 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8824
8825         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8826         the 5th argument of `elmo-network-get-spec'.
8827
8828         * wl-thread.el (wl-thread-reparent-children): New inline function.
8829         (wl-thread-delete-message): Use it.
8830
8831         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8832         (wl-summary-score-update-all-lines): Don't use `dolist'.
8833
8834 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8835
8836         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8837         (require 'elmo-msgdb) for inline function.
8838
8839 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8840
8841         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8842
8843 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8844
8845         * wl-score.el (wl-score-headers): Fix for the confusing macro
8846         `elmo-kill-buffer'.
8847
8848 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8849
8850         * wl-summary.el: Don't use the 3rd argument of `require' because
8851         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8852         * wl-util.el: Ditto.
8853         * wl-draft.el: Ditto.
8854
8855 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8856
8857         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8858         window system is not used.
8859
8860 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8861
8862         * wl-thread.el: Don't use `mapcar' only for iteration.
8863         (wl-thread-resume-entity): Ditto.
8864         (wl-thread-delete-message): Ditto.
8865
8866         * wl-summary.el: Bind `dragdrop-drop-functions',
8867         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8868         of `require' for `timezone', `easymenu' and `ps-print';
8869         don't use `mapcar' only for iteration.
8870
8871         * wl-util.el: Bind `mule-version', `nemacs-version',
8872         `emacs-beta-version', `xemacs-codename',
8873         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8874         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8875         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8876         only for iteration.
8877
8878         * wl-score.el: Don't use `mapcar' only for iteration.
8879         (wl-score-simplify-buffer-fuzzy): Ditto.
8880         (wl-score-simplify-subject): Ditto.
8881         (wl-score-headers): Ditto.
8882         (wl-summary-score-update-all-lines): Ditto.
8883
8884         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8885         `enable-multibyte-characters' and `mule-version'.
8886
8887         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8888         `mapcar' only for iteration.
8889
8890         * wl-demo.el: Don't use `mapcar' only for iteration.
8891
8892         * wl-folder.el: Don't use `mapcar' only for iteration.
8893         (wl-folder-open-all): Ditto.
8894         (wl-folder-count-incorporates): Ditto.
8895
8896         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8897         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8898
8899         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8900         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8901         `smtp-connection-type'; specify 3rd argument of `require' for
8902         `timezone'; don't use `mapcar' only for iteration.
8903         (wl-draft-clone-local-variables): Don't use `mapcar'.
8904         (wl-draft-generate-clone-buffer): Ditto.
8905         (wl-user-agent-compose-internal): Ditto.
8906
8907         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8908
8909         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8910         (wl-save-status): Ditto.
8911
8912         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8913         for iteration.
8914
8915 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8916
8917         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8918         removed `Date'.
8919         (wl-fldmgr-make-filter-default): New user option.
8920
8921         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8922         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8923         (wl-fldmgr-filter-completion-alist): Abolish.
8924
8925         * wl.el (wl): Don't check servers if arg is non-nil.
8926
8927         * wl-draft.el (wl-draft-reply): Set only message-id string to
8928         In-Reply-To field.
8929
8930 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8931
8932         * wl-summary.el (wl-summary-pick): Rewrite.
8933
8934         * wl-draft.el (wl-draft-forward): Get references field from
8935         original buffer.
8936         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8937
8938 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8939
8940         * wl-draft.el (wl-draft-forward): Add references field.
8941
8942 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8943
8944         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8945         (wl-draft-reply): Use it.
8946
8947 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8948
8949         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8950         when Emacs 21 is running.
8951
8952         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8953         bindings.
8954
8955 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8956
8957         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8958         XPM icons transparent.
8959
8960         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8961         Emacs 21.
8962
8963 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8966         nil.
8967
8968         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8969         when it is persistent.
8970         (wl-summary-sync-marks): Changed argument for
8971         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8972         (wl-summary-virtual): Use `elmo-read-search-condition'.
8973         (wl-summary-redisplay-internal): If folder is local, mark as read
8974         even when folder is plugged.
8975
8976 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8977
8978         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8979         of `tool-bar-lines' in the frame parameters.
8980         (after-make-frame-functions, post-command-hook): Don't modify the
8981         value.
8982         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8983         wl-e21-tool-bar-lines): Removed.
8984
8985 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8986
8987         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8988         properties `evaporate' and `wl-momentary-overlay' as well.
8989         (wl-highlight-summary-displaying): Ditto.
8990         (wl-delete-all-overlays): Don't delete overlay which does not have
8991         a property `wl-momentary-overlay'.
8992
8993         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8994         `display-mouse-p' and `display-graphic-p'.
8995         (wl-folder-init-icons): Don't search for XBM or the other files.
8996         (wl-plugged-set-folder-icon): Make icons if and only if
8997         `display-graphic-p' returns non-nil.
8998         (wl-highlight-plugged-current-line): Use `before-string' overlay
8999         property to show icon images.
9000         (wl-highlight-folder-current-line): Ditto.
9001         (wl-e21-highlight-folder-group-line): Ditto.
9002         (wl-e21-highlight-folder-by-numbers): Ditto.
9003         (wl-e21-insert-image): Removed.
9004         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9005         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9006         said.
9007         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9008         `wl-e21-force-switch-toolbar'.
9009         (wl-e21-make-icon-image): Removed.
9010         (wl-e21-setup-toolbar): Don't search for XBM files.
9011         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9012         the default value.
9013
9014 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9015
9016         * wl-util.el (wl-biff-check-folder-async): Set
9017         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9018
9019 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9020
9021         * wl-e21.el (after-make-frame-functions): Add
9022         `wl-e21-force-switch-toolbar'.
9023         (wl-e21-force-switch-toolbar): New function force to switch the
9024         toolbar appearance automatically.
9025         (post-command-hook): Add `wl-e21-switch-toolbar'.
9026         (wl-e21-switch-toolbar): New function to switch the toolbar
9027         appearance automatically.
9028         (wl-e21-tool-bar-lines): New buffer local variable.
9029
9030 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9031
9032         * wl-util.el (wl-biff-check-folders-running): New variable.
9033         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9034         (wl-biff-check-folder-async-callback):
9035         Set `wl-biff-check-folders-running'.
9036         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9037         with unwind-protect.
9038
9039         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9040         Enclose `wl-folder-auto-check' with unwind-protect.
9041
9042         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9043         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9044
9045         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9046
9047         * wl-util.el (wl-biff-notify): New inline function.
9048         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9049         locally.
9050         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9051         folder-list' is 1.
9052         Use `wl-biff-notify'.
9053         (wl-biff-check-folder-async-callback): New function.
9054         (wl-biff-check-folder-async): Ditto.
9055
9056         * wl-folder.el (wl-folder): Don't check folders.
9057         (wl-folder-auto-check): New function.
9058
9059 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9060
9061         * wl-util.el (wl-biff-start) [Emacs19+]:
9062         Use `timer-next-integral-multiple-of-time'.
9063         (wl-biff-check-folders): Use `wl-default-folder'
9064         if `wl-biff-check-folder-list' is nil.
9065
9066 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9067
9068         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9069         instead of `elmo-delete-lists'.
9070
9071 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9072
9073         * wl.el (wl-plugged-toggle-all): Set the value of
9074         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9075         (wl-plugged-toggle): Ditto.
9076         (wl-toggle-plugged): Ditto.
9077         (wl-plugged-init): Ditto.
9078
9079         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9080         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9081         instead of `wl-biff-state-indicator-off' and
9082         `wl-biff-state-indicator-on'; don't modify the value and the type
9083         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9084         (wl-plugged-init-icons): Set icons data to
9085         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9086         instead of `wl-plug-state-indicator-off' and
9087         `wl-plug-state-indicator-on'; don't modify the value and the type
9088         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9089
9090         * wl-vars.el (wl-modeline-biff-state-off,
9091         wl-modeline-biff-state-on, wl-modeline-biff-status,
9092         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9093         wl-modeline-plug-status): New internal variables.
9094         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9095         wl-biff-check-interval, wl-biff-check-folder-list): Change
9096         customization group from `wl-folder' to `wl-highlight'.
9097         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9098         wl-show-plug-status-on-modeline): Defcustomized.
9099
9100         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9101         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9102         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9103         a flag to `mode-line-buffer-identification'.
9104
9105         * wl-e21.el (wl-biff-init-icons): Set icons data to
9106         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9107         instead of `wl-biff-state-indicator-off' and
9108         `wl-biff-state-indicator-on'.
9109         (wl-plugged-init-icons): Set icons data to
9110         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9111         instead of `wl-plug-state-indicator-off' and
9112         `wl-plug-state-indicator-on'.
9113
9114 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9115
9116         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9117         excessive titles.
9118
9119 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9120
9121         * wl.el (wl-plugged-mode): Use revised
9122         `wl-mode-line-buffer-identification'.
9123         (wl-plugged-init): Don't use `force-mode-line-update'.
9124
9125         * wl-xmas.el (wl-draft-overload-functions): Use revised
9126         `wl-mode-line-buffer-identification'.
9127         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9128         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9129         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9130         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9131         `wl-make-plugged-hook';
9132         add `wl-folder-init-icons' and `wl-setup-folder' to
9133         `wl-folder-mode-hook'.
9134
9135         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9136         19 as well.
9137         (wl-mode-line-display-priority-list): New user option.
9138         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9139         Defcustomized.
9140         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9141         Add docs.
9142
9143         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9144         start.
9145         (wl-mode-line-buffer-identification): Revised as a function.
9146
9147         * wl-summary.el (wl-summary-mode): Use revised
9148         `wl-mode-line-buffer-identification'; don't call
9149         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9150         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9151         `wl-xmas-setup-summary'.
9152
9153         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9154         `wl-mode-line-buffer-identification'.
9155
9156         * wl-mule.el (wl-draft-overload-functions): Use revised
9157         `wl-mode-line-buffer-identification'.
9158
9159         * wl-folder.el (wl-make-plugged-alist): Don't call
9160         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9161         (wl-folder): Don't call `wl-folder-init-icons' directly.
9162         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9163         `wl-xmas-setup-folder' directly;
9164         use revised `wl-mode-line-buffer-identification'.
9165         (TopLevel): Don't bind `wl-biff-init-icons',
9166         `wl-plugged-init-icons', `wl-folder-init-icons',
9167         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9168
9169         * wl-e21.el (wl-draft-overload-functions): Use revised
9170         `wl-mode-line-buffer-identification'.
9171         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9172         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9173         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9174         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9175         `wl-make-plugged-hook';
9176         add `wl-folder-init-icons' and `wl-setup-folder' to
9177         `wl-folder-mode-hook'.
9178
9179 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9180             Katsumi Yamaoka    <yamaoka@jpl.org>
9181
9182         * wl.el (wl): Call `wl-biff-start'.
9183         (wl-exit): Call `wl-biff-stop'.
9184         (wl-plugged-mode): Show biff in modeline.
9185         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9186
9187         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9188         (wl-biff-init-icons): New function.
9189         (wl-plugged-init-icons): Don't make too much keymaps.
9190         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9191
9192         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9193         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9194         variables.
9195         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9196         options.
9197
9198         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9199         wl-biff-start, wl-biff-stop): New functions.
9200         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9201         (wl-biff-timer-name): New variable.
9202
9203         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9204
9205         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9206         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9207
9208         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9209         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9210
9211         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9212         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9213         `wl-folder-init-icons' to `ignore' if they are not available.
9214         (wl-folder-mode): Show biff in modeline.
9215
9216         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9217         (wl-biff-init-icons): New function.
9218         (wl-plugged-init-icons): Don't make too much keymaps.
9219         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9220
9221 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9222
9223         * wl-vars.el (wl-strict-diff-folders): Customization Type
9224         and doc fix.  Define as a list of regular expressions for
9225         folders or nil.
9226         * wl-folder.el (wl-folder-check-one-entity): Use
9227         `wl-string-match-member' instead of `wl-string-member' for
9228         `wl-strict-diff-folders'.
9229
9230 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9231
9232         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9233         (wl-highlight-folder-current-line): Use it; new implementation.
9234         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9235         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9236         `defsubst' instead of `defun'.
9237
9238         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9239         `wl-highlight-group-folder-by-numbers'; made it can also be a
9240         number.  See info for more details.
9241
9242         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9243         running.
9244
9245         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9246         to bind them.
9247
9248         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9249         (wl-highlight-folder-current-line): New implementation.
9250
9251         * wl-highlight.el (wl-highlight-folder-group-line): New
9252         implementation.
9253         (wl-delete-all-overlays): Rewrite as a marco.
9254         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9255
9256         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9257         running.
9258         (wl-folder-*-glyph): No need to bind them.
9259
9260         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9261         `wl-e21-highlight-folder-group-icon'; rewrite.
9262         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9263         `defsubst' instead of `defun'.
9264         (wl-folder-mode-map): Bind it when compiling.
9265
9266 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9267
9268         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9269
9270         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9271
9272 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9273
9274         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9275
9276 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9277
9278         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9279         (wl-highlight-folder-current-line): Use it.
9280
9281         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9282         in `id-name'.
9283
9284 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9285
9286         * wl.el: Require `wl-e21' when Emacs 21 is running.
9287
9288         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9289         default when Emacs 21 is running.
9290         (wl-use-highlight-mouse-line): Ditto.
9291         (wl-on-emacs21): New constant.
9292         (wl-on-emacs20): Removed.
9293
9294         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9295         Emacs 21 is running.
9296
9297         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9298         Emacs 21 is running.
9299
9300         * wl-e21.el: New file.
9301
9302 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9303
9304         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9305         (wl-toggle-plugged): Ditto.
9306         (wl-plugged-toggle): Ditto.
9307         (wl-plugged-toggle-all): Ditto.
9308
9309         * wl-vars.el (wl-plug-state-indicator): Refer
9310         `wl-plug-state-indicator-on' indirectly.
9311
9312 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9315         Call `wl-folder-confirm-existence'.
9316
9317         * wl-folder.el (wl-folder-confirm-existence): Added optional
9318         argument `force'.
9319
9320 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9321
9322         * wl-summary.el (wl-summary-refile-subr): Assume
9323         `copy-or-refile' as symbol.
9324         (wl-summary-refile): Follow up above change.
9325         (wl-summary-copy): Ditto.  Doc fix.
9326
9327 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * wl-summary.el (wl-summary-pick): Don't bind
9330         `elmo-search-mime-charset'.
9331
9332         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9333         default using old backquote style.
9334         (wl-search-mime-charset): Abolished.
9335
9336         * wl-highlight.el (wl-highlight-headers):
9337         Call `point' after `re-search-forward'(for Nemacs).
9338
9339         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9340         for elmo-imap4.el.
9341
9342 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9343
9344         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9345         `wl-message-ignored-field-list' instead of
9346         `mime-view-ignored-field-list'.
9347
9348         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9349         Add interactive spec.
9350         (wl-folder-goto-bottom-of-current-folder): Ditto.
9351         (wl-folder-mode-map): Bind them.
9352
9353         * wl-vars.el (wl-message-ignored-field-list): New variable.
9354         (wl-message-visible-field-list): New variable.
9355
9356         * wl-mime.el (wl-mime-header-presentation-method): New function.
9357         (wl-mime-setup): Set header-presentation-method.
9358
9359 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9360
9361         * wl-nemacs.el (wl-draft-overload-functions): Set
9362         `mode-line-buffer-identification' instead of using
9363         `wl-make-modeline'.
9364
9365         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9366         instead of using `wl-make-modeline'.
9367
9368         * wl-xmas.el (wl-plugged-init-icons): Set up
9369         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9370         (wl-make-modeline): Abolish.
9371         (wl-draft-overload-functions): Set
9372         `mode-line-buffer-identification' instead of using
9373         `wl-make-modeline'.
9374
9375         * wl-util.el (wl-make-modeline-subr): Abolish.
9376         (wl-mode-line-buffer-identification): New alias.
9377
9378         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9379         (wl-summary-make-modeline): Abolish.
9380         (wl-summary-buffer-set-folder): Set
9381         `wl-summary-buffer-folder-indicator'.
9382         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9383         of using `wl-make-modeline'.
9384         (wl-summary-switch-to-clone-buffer): Don't set
9385         `mode-line-buffer-identification'.
9386         (wl-summary-goto-folder-subr): Ditto.
9387
9388         * wl-mule.el (wl-draft-overload-functions): Set
9389         `mode-line-buffer-identification' instead of using
9390         `wl-make-modeline'.
9391
9392         * wl-folder.el (wl-folder-mode): Set
9393         `mode-line-buffer-identification' instead of using
9394         `wl-make-modeline'.
9395         (wl-folder): Don't set `mode-line-buffer-identification'.
9396
9397 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9398
9399         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9400         instead of `member' for `wl-refile-guess-func-list' look-ups.
9401         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9402
9403 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9404
9405         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9406         `wl-message-button-dispatcher'.
9407
9408         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9409
9410         * wl-message.el (wl-message-button-dispatcher): Use it.
9411
9412         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9413         "In-Reply-To".
9414
9415         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9416         Bind `case-fold-search' to t.
9417
9418 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9419
9420         * wl-xmas.el (wl-message-overload-functions): Initialize
9421         `wl-message-button-map'.
9422
9423         * wl-mule.el (wl-message-overload-functions): Initialize
9424         `wl-message-button-map'.
9425
9426         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9427
9428         * wl-message.el (wl-message-button-map): New keymap.
9429         (wl-message-add-button): New function.
9430         (wl-message-button-dispatcher): New function.
9431         (wl-message-button-refer-article): New function.
9432
9433         * wl-highlight.el
9434         (wl-highlight-message-add-buttons-to-header): New function.
9435         (wl-highlight-headers): Use it.
9436
9437 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9438
9439         * wl-summary.el (wl-summary-default-from): Use
9440         `wl-address-get-petname-1'.
9441         (wl-summary-simple-from): Ditto.
9442
9443         * wl-address.el (wl-address-get-petname-1): New inline function.
9444         (wl-address-get-petname): Use it.
9445
9446 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9447
9448         * wl-summary.el (wl-summary-default-from): Return full-name part
9449         from the address if no petname was found.
9450         (wl-summary-simple-from): Ditto.
9451
9452         * wl-address.el (wl-address-get-petname): Return nil if no petname
9453         associated with the address was found.
9454
9455 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9456
9457         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9458         display is finished.
9459
9460 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9461
9462         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9463         `elmo-folder-exists-p' argument.
9464
9465 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9466
9467         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9468         the folder.
9469
9470 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9471
9472         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9473
9474         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9475         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9476
9477 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9478
9479         * wl-folder.el (wl-folder-create-subr): New function.
9480         (wl-folder-confirm-existence): Use it.
9481         (wl-folder-check-one-entity): Use it.
9482         Check the error symbol is derived from 'elmo-open-error.
9483
9484         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9485         `ignore-error'.
9486
9487 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9488
9489         * wl-util.el (toplevel): Add (eval-when-compile (require
9490         'elmo-util)).  (Maybe `provide' is typo.)
9491
9492 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9493
9494         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9495         (I don't know why this was needed.)
9496
9497         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9498         Follow up changes for stream-type.
9499
9500         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9501         (wl-draft-elmo-nntp-send): Ditto.
9502
9503         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9504         (wl-nntp-posting-stream-type): Ditto.
9505         (wl-pop-before-smtp-ssl): Abolished.
9506         (wl-nntp-posting-ssl): Ditto.
9507
9508         * wl-address.el (wl-address-quote-specials): New function.
9509         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9510
9511         * wl-draft.el (wl-draft-reply): Ditto.
9512
9513 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9514
9515         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9516         use function `wl-string-match-assoc'.
9517
9518 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9519
9520         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9521
9522         * wl-draft.el (wl-draft-deduce-address-list): New function.
9523         (wl-draft-parse-mailbox-list): Ditto.
9524         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9525         instead of `smtp-deduce-address-list'.
9526         (wl-draft-on-field-p): Follow group list.
9527
9528         * wl-address.el (wl-address-concat-token): New function.
9529         (wl-address-string-without-group-list-contents): Ditto.
9530         (wl-complete-field-body): Fixed problem of completion
9531         by japanese petname.
9532         (wl-address-make-completion-list): Rewrite.
9533
9534 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9535
9536         * wl-address.el (wl-address-make-completion-list): Completion by
9537         petname.
9538         (wl-complete-field-body): Likewise.
9539
9540 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9541
9542         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9543         contains invalid address syntax.
9544
9545 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9546
9547         * wl-folder.el (wl-folder-check-entity-async): Use
9548         `elmo-nntp-spec-hostname'.
9549
9550 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9551
9552         * wl-summary.el (wl-summary-msgdb-load-async): Use
9553         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9554
9555 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9556
9557         * wl-draft.el (wl-draft-reply): Set argument
9558         `content-transfer-encoding' as nil.
9559
9560 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9561
9562         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9563         `wl-refile-alist'.
9564
9565 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9566
9567         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9568         (wl-draft-edit-string): Ditto.
9569         (wl-draft-forward): Ditto.
9570         * wl-summary.el (wl-summary-write): Ditto.
9571
9572 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9573
9574         * wl-summary.el (wl-summary-sync-update3): Call
9575         `wl-summary-buffer-number-column-detect'.
9576         (wl-summary-buffer-number-column-detect): Search from point-min.
9577
9578 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9579
9580         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9581         contains an address which is not included in original to or cc.
9582
9583 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9584
9585         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9586         begin-line does not exist.
9587         * wl-message.el (wl-message-uu-substring): Ditto.
9588
9589 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9590
9591         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9592         clear local variables.
9593         (wl-summary-exit): Call `elmo-commit'.
9594         (wl-summary-switch-to-clone-buffer): Call
9595         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9596         (wl-summary-goto-folder-subr): Ditto.
9597
9598         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9599         POP folder.
9600
9601 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9602
9603         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9604         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9605         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9606         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9607         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9608         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9609
9610         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9611
9612 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9613
9614         * wl-summary.el (wl-summary-search-by-subject):
9615         Search parent message from the latest one.
9616
9617 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9618
9619         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9620         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9621
9622         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9623         New user option.
9624
9625         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9626         if elmo-nntp-use-killed-list is nil.
9627         Use `elmo-msgdb-append-to-killed-list'.
9628         (Append numbers confirmed as disappeared to the killed list.)
9629         (wl-summary-confirm-appends): Don't display negative number.
9630
9631 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9632
9633         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9634
9635 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9636
9637         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9638         range is `all'.
9639         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9640         `elmo-list-bigger-diff'.
9641
9642 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9643
9644         * wl-summary.el (wl-summary-buffer-exit-func):
9645         New buffer local variable.
9646         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9647
9648 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9649
9650         * wl-demo.el (wl-demo): Fix the last change.
9651
9652 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9653
9654         * wl-demo.el (wl-demo): Don't use `eval'.
9655
9656 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9657
9658         * wl-summary.el (wl-summary-buffer-thread-modified):
9659         New buffer-local variable.
9660         (wl-summary-set-thread-modified): New function.
9661         (wl-summary-thread-modified-p): New function.
9662         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9663         (wl-summary-yank-saved-message): Use function
9664         `wl-summary-set-thread-modified'
9665         (wl-summary-switch-to-clone-buffer): Add
9666         `wl-summary-buffer-thread-modified'.
9667
9668         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9669         (wl-summary-buffer-mark-saved-hook): Ditto.
9670         * wl-summary.el (wl-summary-msgdb-save): New hook
9671         `wl-summary-buffer-message-saved-hook' and
9672         `wl-summary-buffer-mark-saved-hook'.
9673
9674 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9675
9676         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9677
9678 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9679
9680         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9681         don't hide scroll bars under FSF Emacsen because it may incur an
9682         undesirable redrawing.
9683
9684 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9685
9686         * wl-draft.el (wl-draft-edit-string): Call
9687         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9688
9689 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9690
9691         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9692
9693 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9694
9695         * wl-summary.el (wl-summary-msgdb-load-async): Call
9696         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9697
9698 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9699
9700         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9701         fringes in demo buffer; center bitmap logo correctly even if old
9702         Mule is used.
9703
9704 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9705
9706         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9707
9708         * wl-refile.el (wl-refile-subject-alist): New variable.
9709         (wl-refile-subject-alist-file-name): Ditto.
9710         (wl-refile-alist-setup): Rewrite.
9711         (wl-refile-alist-save): Use `elmo-object-save'.
9712         Eliminated arguments.
9713         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9714         (wl-refile-guess-by-subject): New function.
9715         (wl-refile-guess-func-list): Added it.
9716
9717 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9718
9719         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9720         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9721
9722 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9723
9724         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9725         New buffer-local variable.
9726         (wl-summary-buffer-next-folder-func): Ditto.
9727         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9728         if non-nil.
9729         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9730         if non-nil.
9731         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9732         if non-nil.
9733         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9734         if non-nil.
9735
9736 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9737
9738         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9739         permanently in the demo buffer.
9740
9741 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9742
9743         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9744         `mime-entity-fetch-field'.
9745
9746         * wl.el (wl-exit): Delete plugged buffer.
9747
9748         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9749         XEmacs has menubar feature.
9750
9751 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9752
9753         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9754         cannot arrive at the beginning of the buffer under old Emacsen.
9755
9756 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9757
9758         * wl-address.el (wl-address-ldap-search):
9759         Call `ldap-search-entries' with `withdn' argument t.
9760         (wl-complete-field-body): Bind completion-ignore-case as t.
9761         Clear ldap search hash when it was sole completion.
9762         Use elmo-string for pattern string.
9763         (wl-ldap-alias-safe-string): Eliminated needless let.
9764
9765 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9766
9767         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9768         (wl-ldap-alias-sep): New constant.
9769         (wl-ldap-search-attribute-type-list): Ditto.
9770         (wl-ldap-get-value): New function.
9771         (wl-ldap-make-filter): Ditto.
9772         (wl-ldap-make-matched-value-list): Ditto.
9773         (wl-ldap-alias-safe-string): Ditto.
9774         (wl-ldap-register-dn-string): Ditto.
9775         (wl-address-ldap-search): Rewrite.
9776
9777 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9778
9779         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9780         thread is deleted.
9781         (wl-thread-delete-line-from-buffer): Ditto.
9782         (wl-thread-get-exist-children): New function.
9783
9784 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9785
9786         * wl-demo.el (wl-demo): Made it to select various image types.
9787         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9788         from `wl-title-logo'.
9789         (wl-logo-ascii): New variable.
9790         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9791         (wl-demo-copyright-notice): New constant.
9792
9793         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9794
9795 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9796
9797         * wl-vars.el (wl-summary-target-above): Renamed from
9798         wl-summary-temp-above.
9799         * wl-score.el (wl-score-get-score-alist): Use it.
9800         (wl-summary-score-update-all-lines): Use it.
9801         * wl-summary.el: Ditto. (make-variable-buffer-local).
9802
9803 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9804
9805         * wl-vars.el (wl-ldap-port): New user option.
9806
9807         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9808         Rewite whole implementation.
9809         (wl-complete-field-body): Fixed.
9810
9811 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9812
9813         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9814         Choose implementation at compile time.
9815
9816 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9817
9818         * wl-address.el (wl-ldap-search-internal): New function.
9819         (wl-complete-field-to): Use it.
9820
9821 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9822
9823         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9824         Use `let' instead of `let*'.
9825         Require 'wl-vars.
9826
9827         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9828         Define as defcustom.
9829         (wl-ldap-base): Ditto.
9830         (wl-use-ldap): Ditto.
9831
9832 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9833
9834         * wl-address.el (wl-ldap-search): New function.
9835         (wl-complete-field-body): Use `wl-ldap-search'.
9836         (wl-ldap-server): New variable.
9837         (wl-ldap-base): Ditto.
9838         (wl-use-ldap): Ditto.
9839
9840 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9841
9842         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9843         (Pointed out by Mito <mit@nines.nec.co.jp>).
9844         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9845         buffer-local variables like `wl-summary-redisplay-internal'.
9846         (wl-summary-redisplay-all-header): Likewise.  Update
9847         Summary view too.
9848
9849 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9850
9851         * wl-summary.el (wl-summary-jump-to-parent-message):
9852         Consider prefix argument.
9853
9854         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9855         when closed thread is deleted.
9856
9857 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9858
9859         * wl-summary.el (wl-summary-jump-to-parent-message):
9860         Consider thread modification.
9861
9862 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9863
9864         * wl-message.el (wl-message-normal-get-original-buffer): Use
9865         `save-excursion'.
9866
9867         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9868         (wl-summary-showto-folder-regexp): Ditto.
9869
9870 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9871
9872         * wl-util.el (wl-delete-alist): Doc fix.
9873         (wl-delete-associations): New function.
9874         (wl-inverse-alist): New function.
9875         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9876         Split temporary variables. Use `wl-delete-associations'
9877         and `wl-inverse-alist'.
9878         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9879
9880 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9881
9882         * wl-folder.el (wl-folder-prefetch-entity):
9883         Execute prefetching if new count is unknown.
9884
9885 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9886
9887         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9888
9889         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9890         delete entity.
9891         (wl-thread-set-parent): If insert as top, set linked as nil.
9892
9893         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9894         `wl-thread-cleanup-symbols' when view mode is thread.
9895
9896 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9897
9898         * wl-folder.el (wl-folder-create-folder-entity): Use
9899         with-current-buffer.
9900         (wl-local-folder-init): Call set-buffer to make sure we are in
9901         the Folder buffer. Don't touch buffer-local variables here.
9902         (wl-folder-mode): Initialize buffer-local variables here.
9903
9904         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9905         (wl-folder-entity-assign-id): Ditto.
9906         (wl-folder-create-entity-hashtb): Ditto.
9907         (wl-local-folder-init): Ditto.
9908         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9909
9910 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9911
9912         * wl-summary.el (wl-summary-default-from): Fix probrem when
9913         std11-extract-address-components return (nil "foo@bar").
9914
9915 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9916
9917         * wl-draft.el (wl-draft-clone-local-variables):
9918         Remove redundant `setq'.
9919
9920 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9921
9922         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9923         Bind wl-highlight-x-face-func as nil while highlighting header.
9924
9925 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9926
9927         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9928
9929 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9930
9931         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9932         elmo-msgdb-overview-hashtb from copy-variables.
9933         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9934         instead of `elmo-msgdb-overview-get-entity-by-number'.
9935         (wl-summary-auto-refile): Ditto.
9936
9937         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9938         `elmo-msgdb-overview-get-entity' instead of
9939         `elmo-msgdb-search-overview-entity'.  Use
9940         `elmo-msgdb-overview-get-entity' instead of
9941         `elmo-msgdb-overview-get-entity-by-number'.
9942         (wl-thread-insert-entity-sub): Ditto.
9943         (wl-thread-insert-message): Ditto.
9944
9945         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9946         `elmo-msgdb-overview-get-entity'.
9947         (wl-normal-message-redisplay): Ditto.
9948
9949 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9950
9951         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9952         `wl-thread-entities'.
9953         (wl-thread-delete-message): Fix remove top message from
9954         `wl-thread-entity-list'.
9955
9956         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9957         wl-append(nconc), because update-list is broken on Meadow.
9958
9959         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9960         updating process.
9961         (wl-summary-rescan): Ditto.
9962         (wl-summary-sync-update3): Ditto.
9963         * wl-thread.el (wl-thread-set-parent): Renamed from
9964         `wl-summary-set-parent'.
9965         (wl-thread-insert-message): Updating buffer faster.
9966         (wl-thread-delete-message): Updating buffer faster.
9967
9968         * wl-score.el (wl-summary-score-update-all-lines): Changed
9969         interval for display progress gauge.
9970
9971 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9972
9973         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9974         folder always-sticky.
9975         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9976         defmacro.
9977
9978 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9979
9980         * wl-vars.el (wl-draft-add-references): New user option.
9981
9982         * wl-draft.el (wl-draft-add-references): New function.
9983         (wl-draft-yank-from-mail-reply-buffer): Use it.
9984         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9985         as nil.
9986
9987 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9988
9989         * wl-thread.el (wl-thread-update-line-msgs): Called
9990         `wl-thread-update-line-on-buffer-sub'.
9991         (wl-thread-update-line-on-buffer): Delete routine of inserting
9992         thread.
9993         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9994         moved from `wl-thread-update-line-on-buffer'.
9995         Add threshold for displaying progress gauge.
9996         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9997         argument of `wl-thread-update-line-msgs'.
9998         Add threshold for displaying progress gauge.
9999         * wl-folder.el:
10000         Add threshold for displaying progress gauge.
10001         * wl-score.el: Ditto.
10002
10003         * wl-expire.el (wl-summary-expire): Display deleting info.
10004
10005 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10006
10007         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10008         `no-msg'.
10009         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10010         argument of `wl-thread-update-line-msgs'.
10011         (wl-summary-set-parent): Added optional argument `parent-number'.
10012         (wl-summary-buffer-saved-message): New buffer local variable.
10013         (wl-summary-save-current-message): New command.
10014         (wl-summary-yank-saved-message): Ditto.
10015         (wl-summary-mode-map): Added key binding for
10016         `wl-summary-save-current-message' (\ew) and
10017         `wl-summary-yank-saved-message' (\C-y).
10018         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10019
10020 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10021
10022         * wl-summary.el (wl-summary-mode-map): Added key binding for
10023         `wl-summary-set-parent' (ts).
10024
10025 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10026
10027         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10028         subject faster. If thread number is reverse, delayed updating
10029         thread.
10030         (wl-summary-search-by-subject): Ditto.
10031         (wl-summary-put-alike): Ditto.
10032         (wl-summary-get-alike): Ditto.
10033         (wl-summary-insert-headers): Insert header of all overview in
10034         buffer.
10035         (wl-summary-rescan): Delayed updating thread. Kill search subject
10036         buffer for wl-summary-search-by-subject.
10037         (wl-summary-sync-update3): Ditto.
10038         (wl-summary-exit): Ditto.
10039         (wl-summary-goto-bottom-of-current-thread): Change for linked
10040         thread.
10041         (wl-summary-overview-create-summary-line): Change line for linked
10042         thread.
10043
10044         * wl-summary.el (wl-summary-update-thread): Use
10045         wl-thread-maybe-get-children-num.
10046         (wl-summary-set-parent): If change parent, move sub thread.
10047         (wl-summary-redisplay-internal): Add horizontal recenter.
10048         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10049
10050         * wl-thread.el (wl-thread-entity-get-linked): New function.
10051         (wl-thread-entity-set-linked): New function.
10052         (wl-thread-create-entity): Add linked element.
10053         (wl-thread-entity-insert-as-top): Use wl-append.
10054         (wl-thread-maybe-get-children-num): If closing thread, return
10055         children msgs.
10056         (wl-thread-update-line-msgs): Displaying progress message.
10057         (wl-thread-update-line-on-buffer-sub): Use
10058         wl-thread-maybe-get-children-num.
10059         (wl-thread-update-line-on-buffer): If update line is not exists,
10060         insert thread.
10061         (wl-thread-delete-message): If delete top msg of thread, search
10062         parent by subject.
10063         (wl-thread-insert-entity): Use
10064         wl-thread-maybe-get-children-num.
10065
10066         * wl-highlight.el (wl-highlight-summary-current-line): change
10067         sregexp for linked thread.
10068         * wl-util.el (wl-count-lines): Count lines.
10069         (wl-horizontal-recenter): horizontal recenter.
10070         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10071         (wl-score-get-alike): Ditto.
10072         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10073         (wl-subject-length-limit): New variable.
10074         (wl-highlight-thread-indent-string-regexp): Changed for linked
10075         thread.
10076
10077 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10078
10079         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10080         New variable (revival).
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         (revival).
10084
10085 \f
10086 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10087
10088         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10089         message.
10090
10091 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10092
10093         * wl-summary.el (wl-summary-reply): Return t if there was a
10094         message at cursor point.
10095         Added unwind-protect.
10096         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10097         returns t.
10098         (wl-summary-cancel-message): Do nothing when there's no message at
10099         cursor point.
10100         (wl-summary-forward): Ditto.
10101         (wl-summary-jump-to-parent-message): Ditto.
10102         (wl-summary-reedit): Ditto.
10103         (wl-summary-edit-addresses): Ditto.
10104         (wl-summary-pipe-message): Ditto.
10105         (wl-summary-print-message-with-ps-print): Ditto.
10106         (wl-summary-print-message): Ditto.
10107         (wl-summary-mark-as-important): Ditto.
10108         (wl-summary-mark-as-unread): Ditto.
10109
10110         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10111         message at cursor point.
10112         (wl-summary-reply-with-citation): Remove unwind-protect.
10113
10114         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10115         subject searching feature.
10116         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10117         Eliminated.
10118
10119 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10120
10121         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10122         New variable.
10123         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10124         by subject matching if there's no in-reply-to nor references field.
10125
10126         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10127
10128         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10129         when display is finished.
10130         (wl-folder-open-all): Ditto.
10131         (wl-folder-update-access-group): Ditto.
10132         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10133         * wl-thread.el (wl-thread-close-all): Ditto.
10134
10135         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10136         progress gauge only when it was displayed.
10137         * wl-folder.el (wl-folder-insert-entity): Ditto.
10138
10139 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10140
10141         * wl-summary.el (wl-summary-incorporate): Enclose
10142         `wl-summary-sync-force-update' with save-excursion.
10143
10144 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10145
10146         * wl-summary.el (wl-summary-prefetch-region):
10147         Pass current cursor point to `pos-visible-in-window-p' after
10148         moving cursor to the started point.
10149
10150 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10151
10152         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10153
10154         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10155         fields from the forwarding message.
10156         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10157         `ignored-fields'.
10158
10159 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10160
10161         * wl-mime.el (wl-message-request-partial):
10162         Eliminated argument `msgdb'.
10163         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10164         (wl-mime-combine-message/partial-pieces): Likewise.
10165         * tm-wl.el (wl-message-request-partial): Likewise.
10166         (wl-mime-combine-message/partial-pieces): Likewise.
10167
10168 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10169
10170         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10171         when display is finished.
10172
10173 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10174
10175         * wl-summary.el (wl-summary-goto-folder-subr):
10176         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10177
10178 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10179
10180         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10181         when cursor point is visible.
10182
10183 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10184
10185         * wl-expire.el (wl-expire-archive-get-max-number):
10186         Don't use `file-name-directory'.
10187
10188 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10189
10190         * wl-expire.el (wl-expire-archive-get-max-number):
10191         Use `file-name-directory'.
10192
10193 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10194
10195         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10196         only when there is progress.
10197
10198 2000-04-13  Mito <mit@nines.nec.co.jp>
10199
10200         * wl-summary.el (wl-summary-sync-marks): Display progress.
10201
10202 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10203
10204         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10205         (wl-summary-prev): Move cursor regardless of unread status.
10206         (wl-summary-next): Ditto.
10207
10208 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10209
10210         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10211         Added argument `target' and `number'.
10212         * tm-wl.el (wl-summary-burst-subr): New function.
10213         (wl-summary-burst): Use it.
10214
10215 2000-04-10  Mito <mit@nines.nec.co.jp>
10216
10217         * wl-mime.el (wl-burst): New function.
10218         (wl-summary-burst): Use it.
10219
10220 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10221
10222         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10223         as petname when there's no candidate.
10224
10225 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10226
10227         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10228         New variable.
10229         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10230
10231         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10232
10233         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10234
10235 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10236
10237         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10238         Use substring of `original' instead of buffer-substring.
10239         (wl-refile-evaluate-rule):
10240         Set `original' argument of wl-refile-expand-newtext.
10241
10242         * wl-summary.el
10243         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10244         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10245         (wl-summary-auto-refile): Check existence of destination folder just
10246         before marking.
10247
10248 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10249
10250         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10251         when wl-refile-get-field-value return nil.
10252
10253 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10254
10255         * wl-refile.el
10256         (wl-refile-expand-newtext): New function imported from Gnus.
10257         (wl-refile-evaluate-rule): Use it.
10258
10259 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10260
10261         * wl-summary.el (wl-summary-print-destination):
10262         Duplicate folder string to avoid putting text-property on
10263         original string.
10264
10265         * wl-refile.el (wl-refile-get-field-value): New function.
10266         (wl-refile-evaluate-rule): New function;
10267         Evaluate refile rule recursively.
10268         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10269         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10270         New function; Check existence of a target folder recursively.
10271         (wl-summary-auto-refile-check-refile-rule-alist):
10272         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10273
10274 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10275
10276         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10277
10278         * wl-folder.el (wl-create-folder-entity-from-buffer):
10279         Fixed problem when '}' character is contained in folder name.
10280
10281         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10282
10283 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10284
10285         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10286         (wl-fldmgr-add-completion-all-completions):
10287         Use wl-fldmgr-add-completion-hashtb.
10288
10289 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10290
10291         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10292         wl-fldmgr-add-completion-subr): New functions.
10293         * wl-folder.el (wl-folder-completion-func): New variable.
10294         * wl-summary.el (wl-summary-read-folder):
10295         Use wl-folder-completion-func.
10296
10297         * wl-refile.el: Eliminate throw & catch.
10298
10299         * wl.el (wl-plugged-sending-queue-status): Fixed.
10300
10301 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10302
10303         * wl-draft.el (wl-draft): Put category property on
10304         mail-header-separator.