* wl-summary.el (wl-summary-create-line): Use
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-create-line): Use
4         `elmo-time-to-datevec'.
5
6         * wl-expire.el (wl-expire-archive-date): Ditto.
7         (wl-expire-localdir-date): Ditto.
8
9         * wl-util.el (wl-day-number): Abolish.
10
11         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
12         of `wl-day-number'.
13         (wl-score-followup): Ditto.
14         (wl-score-add-followups): Ditto.
15         (wl-score-get-latest-msgs): Ditto.
16         (wl-score-get-header-entry): Ditto.
17         (wl-score-edit-insert-date): Ditto.
18
19 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
22         `elmo-message-entity-field' with 2nd argument `type'.
23
24 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
25
26         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
27
28 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
29
30         * wl-thread.el (wl-thread-delete-message): Delete descendant
31         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
32
33 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
34
35         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
36
37 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
38
39         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
40         `Access folder'.
41
42 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl-vars.el (wl-access-folder-icon): New user option.
45
46         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
47         `Access folder'.
48
49 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
50
51         * wl-summary.el (wl-summary-buffer-set-folder): Use
52         `wl-folder-mime-charset'.
53
54         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
55         `mime-charset'.
56         (wl-folder-get-elmo-folder): Ditto.
57         (wl-folder-mime-charset): New function.
58
59 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
60
61         * wl-util.el (wl-parse-addresses): Define alias of
62         `elmo-parse-addresses' (move to `elmo-util.el').
63
64         * wl-summary.el (wl-summary-default-from): Follow the API change.
65         (wl-summary-overview-entity-compare-by-date): Ditto.
66         (wl-summary-overview-entity-compare-by-from): Ditto.
67         (wl-summary-get-list-info): Get value of `ml-info' field from
68         entity at first.
69         (wl-summary-rescan-message): Treat prefix argument.
70         (wl-summary-prefetch-msg): Follow the API change.
71         (wl-summary-search-by-subject): Ditto.
72         (wl-summary-insert-thread): Ditto.
73         (wl-summary-line-subject): Ditto.
74         (wl-summary-line-from): Ditto.
75         (wl-summary-create-line): Ditto.
76         (wl-summary-print-message-with-ps-print): Ditto.
77
78         * wl-score.el (wl-score-ov-entity-get): Ditto.
79         (wl-score-followup): Ditto.
80         (wl-score-add-followups): Use `elmo-message-entity-field' instead
81         of `car'.
82         (wl-score-get-latest-msgs): Follow the API change.
83         (wl-score-get-header): Ditto.
84
85         * wl-refile.el (wl-refile-learn): Ditto.
86         (wl-refile-subject-learn): Ditto.
87         (wl-refile-get-field-value): Ditto.
88         (wl-refile-guess-by-history): Ditto.
89         (wl-refile-guess-by-subject): Ditto.
90
91         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
92
93         * wl-expire.el (wl-expire-date-p): Removed.
94         (wl-expire-archive-date): Follow the API change.
95         (wl-expire-localdir-date): Ditto.
96         (wl-summary-expire): Ditto.
97
98         * Version number is increased to 2.15.1.
99
100 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
101
102         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
103         group is access or not (it is not strict, like wl-fldmgr-rename).
104
105 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
106
107         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
108         duplicate call of `wl-summary-print-argument' on the wrong line.
109
110 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
111
112         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
113         even if argument `number' is nil.
114         (wl-summary-insert-line): Print action argument if current message
115         has it.
116
117 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
120         (wl-draft-reply): Ditto.
121         (wl-draft): Add optional argument `parent-number' and call
122         `wl-draft-create-buffer' with it.
123         (wl-draft-create-buffer): Add optional argument
124         `parent-number'. Set wl-draft-parent-number as it.
125
126 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
127
128         * wl-folder.el (wl-folder-set-persistent-mark): If summary
129         buffer is not for given folder, don't use it.
130
131 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
132
133         * Version number is increased to 2.15.0.
134
135 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
136
137         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
138
139         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
140         (wl-highlight-get-face-by-name): New internal function.
141         (wl-highlight-summary-line-face-spec): Use it and fixed.
142
143 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-summary.el (wl-summary-sync-update): Use
146         `elmo-message-entity-field' instead of `car' to get message-id
147         from overview entity.
148
149         * wl-summary.el (wl-summary-rescan-message): Call
150         `wl-highlight-summary-displaying' when displaying a message.
151
152 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
153
154         * wl-draft.el (wl-draft-config-info-filename): Extracted from
155         `wl-draft-config-info-operation'.
156         (wl-draft-buffer-change-number): New function.
157         (wl-draft-rename-saved-config): Ditto.
158         * wl.el (wl-init): Connect slot for message-number-changed.
159         (toplevel): Add autoload for wl-draft-rename-saved-config.
160
161 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
164         `update-overview'
165         (wl-summary-buffer-detach): Disconnect from it.
166         (wl-summary-rescan-message): Use command.
167
168         * wl-message.el (wl-message-buffer-display): Use
169         `with-current-buffer' instead of `save-excursion'.
170
171 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-mime.el (wl-draft-preview-attributes-list): Protect
174         wl-draft-preview-attributes-list from distraction.
175
176 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
177
178         * wl-summary.el (wl-summary-sync-update): Sort the return value of
179         `elmo-list-diff'.
180
181 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-summary.el
184         (wl-summary-edit-addresses-collect-candidate-fields): Use
185         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
186
187         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
188         instead of `elmo-set-work-buf'.
189
190         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
191         (wl-address-make-address-list): Ditto.
192
193         * Version number is increased to 2.13.3.
194
195 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
198         user option.
199
200         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
201         argument `5'.
202
203         * wl-message.el (wl-message-display-no-merge-p): New function.
204         (wl-message-buffer-display): Check whether the message is
205         reassembled and follow the API change.
206
207 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
210         multibyte on working buffer and removed unnecessary
211         `buffer-disable-undo'.
212
213 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-util.el (wl-read-search-condition-internal): Fixed the last
216         change.
217
218 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
219
220         * wl-util.el (wl-read-search-condition-internal): Protect
221         elmo-global-flags from distraction.
222
223 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
226
227         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
228         (wl-summary-event-handler): Ditto.
229         (wl-summary-update-persistent-mark-on-event): New
230         function (renamed from `elmo-event-handler-flag-changed').
231         (wl-summary-buffer-attach): New function.
232         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
233         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
234         instead of `elmo-folder-add-handler'.
235
236         * Version number is increased to 2.13.2.
237
238 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
239
240         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
241         and "\177" to the `wl-news-previous-page'.
242         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
243         (wl-news-previous-page): New function.
244
245 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
246
247         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
248         instead of `write-region' and simplify.
249
250 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-template.el (wl-template-select): Cause error if
253         `wl-template-alist' is nil.
254
255 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
256
257         * wl-news.el.in: Set file variable `no-byte-compile'.
258
259 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
262         whether a target message is within displaying area.
263         (elmo-event-handler-cache-changed): Ditto.
264
265 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
266
267         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
268         to `defun'.  Use `nconc' instead of `append' to collect descendant
269         message numbers.
270
271 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
272
273         * wl-thread.el (wl-thread-save-top-list)
274         (wl-thread-save-entities): Use `with-temp-buffer'.
275         * wl-news.el.in (wl-news-previous-version-load):
276         (wl-news-previous-version-save): Ditto.
277         * wl-summary.el (wl-summary-load-file-object)
278         (wl-summary-save-view-cache): Ditto.
279
280 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-util.el (toplevel): Require 'elmo-flag'.
283         (wl-read-search-condition): New function (Renamed from
284         `elmo-read-search-condition').
285         (wl-read-search-condition-internal): Likewise.
286
287         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
288         invalid.
289         (wl-summary-pick): Use `wl-read-search-condition' instead of
290         `elmo-read-search-condition'.
291         (wl-summary-virtual): Ditto.
292
293         * wl-folder.el (wl-folder-virtual): Ditto.
294         (wl-folder-pick): Ditto.
295
296         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
297
298 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-summary.el (wl-summary-reedit): Call
301         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
302
303 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-mime.el (toplevel): Require wl-vars.
306
307         * wl-message.el (toplevel): Require cl at compile.
308
309         * wl-draft.el (toplevel): Require elmo.
310
311 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
312
313         * wl-message.el (wl-message-buffer-prefetch): Count is a number
314         and do nothing when it is not positive.
315         (wl-message-buffer-prefetch-next): Ditto.
316
317 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
320         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
321         (wl-summary-redisplay-internal): Ditto.
322
323         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
324         message (the condition is borrowed from `wl-check-variables-2').
325         (wl-summary-redisplay-internal): Ditto.
326
327 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-mime.el (wl-draft-nntp-attribute): New function.
330         (wl-draft-attribute-nntp-posting-server): Use it.
331         (wl-draft-attribute-nntp-posting-port): Ditto.
332
333         * wl-mime.el (wl-draft-preview-attributes-list): New function.
334         (wl-draft-show-attributes-buffer): Ditto.
335         (wl-draft-hide-attributes-buffer): Ditto.
336         (wl-draft-attribute-newsgroups): Ditto.
337         (wl-draft-attribute-nntp-posting-server): Ditto.
338         (wl-draft-attribute-nntp-posting-port): Ditto.
339         (wl-draft-preview-message): Use there functions.
340
341         * wl-vars.el (wl-draft-preview-attributes-list): Change default
342         value.
343
344 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
347         (wl-draft-reedit): Ditto.
348         (wl-draft-queue-flush): Ditto.
349
350         * wl-mime.el (wl-message-request-partial): Ditto.
351         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
352         instead of `elmo-message-fetch'.
353
354         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
355
356         * wl-summary.el (wl-summary-message-string): Ditto.
357
358 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
359
360         * wl-util.el (wl-current-message-buffer): Follow the API change.
361
362         * wl-summary.el (wl-summary-redisplay-internal): Call
363         `wl-summary-mark-as-read' with 2nd argument as nil and update
364         unread count instead of persistent mark.
365
366         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
367         variable.
368         (wl-message-redisplay): Follow the API change.
369         (wl-message-buffer-display): Managed mime-entity directly and
370         return preview buffer only.
371         (wl-message-display-internal): Rewrite.
372         (wl-message-buffer-prefetch-subr): Not save return value of
373         `wl-message-buffer-display'.
374
375         * Version number is increased to 2.13.1.
376
377 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
380         'elmo-multiple-fields-body-list' with boundary specified.
381
382 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * wl-vars.el (wl-summary-resend-use-cache): New variable.
385         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
386         cache if `wl-summary-resend-use-cache' is non-nil.
387
388 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
391         (wl-nntp-posting-stream-type): Ditto.
392
393 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
394
395         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
396
397 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
398
399         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
400         message.
401
402 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
405         Abolish.
406         (wl-summary-buffer-persistent-mark-version): New internal
407         variable.
408         (wl-summary-update-mark-and-highlight-window): Check by
409         wl-summary-persistent-mark-invalid-p.
410         (wl-summary-update-status-marks): Ditto.
411         (elmo-event-handler-flag-changed): Rewrite.
412         (elmo-event-handler-cache-changed): Define.
413         (wl-summary-prefetch-msg): Does not update persistent mark here.
414         (wl-summary-delete-cache): Ditto.
415         (wl-summary-resume-cache-status): Ditto.
416         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
417         (wl-summary-persistent-mark-invalid-p): New function.
418         (wl-summary-validate-persistent-mark): Ditto.
419         (wl-summary-validate-persistent-mark-string): Ditto.
420         (wl-summary-invalidate-persistent-mark): Ditto.
421         (wl-summary-update-persistent-mark): Call
422         `wl-summary-validate-persistent-mark'.
423         (wl-summary-create-line): Call
424         `wl-summary-validate-persistent-mark-string'.
425
426         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
427         status as t if cache used.
428
429 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
432         only if the target is group.
433         * wl-folder.el (wl-folder-append-petname): Don't check group name.
434
435 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
436
437         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
438
439 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
440
441         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
442
443         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
444
445 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
446
447         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
448         (Thanks to Yoichi NAKAYAMA).
449
450 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-util.el (wl-save-drafts): Restore echo area.
453
454 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
455
456         * Version number is increased to 2.13.0.
457
458         * wl-util.el (wl-biff-check-folder-async): Use
459         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
460
461 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-message.el (wl-message-display-internal): Does not put
464         wl-message-display-type property on message buffer.
465         (wl-message-buffer-display-type): New function.
466
467         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
468
469         * wl-summary.el (wl-summary-mode): Use `dolist' to add
470         `wl-summary-buffer-detach'.
471         (wl-summary-message-display-type): Use
472         `wl-summary-buffer-display-type'.
473
474 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
475
476         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
477         buffer-local.
478
479         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
480         kill-buffer-hook instead of make-local-variable.
481         (wl-draft-preview-message): Set `local' argument of add-hook as t.
482
483 2004-12-12  Scott Renfro <scott@renfro.org>
484
485         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
486         regex for square-branket.
487
488 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
491         `wl-message-mime-analysis-p' with argument `header'.
492
493 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
494
495         * wl-mime.el (wl-draft-yank-current-message-entity): 
496         Switch to no-mime following method according to wl-message-display-type
497         property.
498         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
499
500         * wl-message.el (wl-message-display-internal): 
501         Put wl-message-display-type property on message buffer.
502
503         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
504         (wl-message-display-internal): Ditto;
505
506         * wl-summary.el (wl-summary-toggle-mime): Ditto.
507
508 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-message.el (wl-message-make-display-type): New function.
511         (wl-message-display-type-property): Ditto.
512         (wl-message-mime-analysys-p): Ditto.
513         (wl-message-display-all-header-p): Ditto.
514         (wl-message-redisplay): Removed argument `as-is', `all-header' and
515         added `display-type'.
516         (wl-message-buffer-display): Likewise.
517         (wl-message-display-internal): Likewise.
518         (wl-message-buffer-display-type): Abolish.
519         (wl-message-buffer-prefetch-subr): Follow the API changed.
520
521         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
522         from wl-summary-buffer-display-all-header and changed default value.
523         (wl-summary-message-display-type): New function.
524         (wl-summary-buffer-display-mime-mode): Ditto.
525         (wl-summary-buffer-display-header-mode): Ditto.
526         (wl-summary-toggle-mime): Rewrite with above functions.
527         (wl-summary-toggle-all-header): Ditto.
528         (wl-summary-redisplay): Force redisplay with default mode.
529         (wl-summary-redisplay-internal): Renamed argument from `mode',
530         `all-header' to `mime-mode', `header-mode'.
531         Use `wl-message-make-display-type'.
532
533         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
534         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
535
536 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
537
538         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
539
540 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
541
542         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
543         in original message buffer.
544         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
545         buffer.
546
547 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
548
549         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
550
551 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
552
553         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
554
555 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
556
557         * wl-action.el (wl-summary-exec-action-refile): Display a done message
558         when actions succeeded.
559         (wl-summary-exec-action-copy): Likewise.
560
561 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
564         there is switch-to-buffer at the end of wl-message-select-buffer.
565         (wl-summary-reply): Ditto.
566
567 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
568
569         * wl-summary.el (wl-summary-forward): Put subject in original
570         message buffer as argument of wl-draft-forward.
571         * wl-draft.el (wl-draft-forward): Decode subject as in
572         wl-draft-reply.
573
574 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
577         a folder under access group.
578
579 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
580
581         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
582         wl-message-buffer-display.
583
584         * wl-util.el (wl-set-save-drafts): Fix typo.
585
586 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
589         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
590         wl-highlight-logo-face to set the bg color of an xbm image; fixed
591         the way to measure the width of a bitmap image; don't put face on
592         ascii and bitmap images; put the mark which should not use the
593         variable-pitch face on ascii and bitmap images.
594         (wl-demo-setup-properties): Don't use the variable-pitch face on
595         ascii and bitmap images; made it work on Emacs 20 and earlier.
596         (wl-demo-insert-text): End with a newline at the bottom; don't put
597         face on text.
598
599         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
600
601 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
604
605         * wl-util.el (wl-save-drafts): Moved from sample setting.
606         (wl-set-save-drafts): New function to set idle timer.
607         * wl-draft.el (wl-draft): Call it.
608         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
609
610 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
611
612         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
613         a summary which has toggle display status off.
614
615 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-draft.el (wl-draft-do-fcc): No cache save.
618
619 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-summary.el (elmo-event-handler-flag-changed): Use
622         `set-buffer' instead of `with-current-buffer'.
623
624 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-summary.el (wl-summary-after-resize-function): New function.
627         (wl-summary-mode): Add `wl-summary-after-resize-function' to
628         window-size-change-functions.
629
630 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-draft.el (wl-draft-create-buffer): Bind
633         `change-major-mode-hook' after current buffer is changed.
634
635         * wl-summary.el (wl-summary-buffer-detach): New function.
636         (wl-summary-buffer-set-folder): Call it.
637         (wl-summary-mode): Add `wl-summary-buffer-detach' to
638         change-major-mode-hook and kill-buffer-hook.
639         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
640         (wl-summary-switch-to-clone-buffer): Ditto.
641         (wl-summary-goto-folder-subr): Ditto.
642
643 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
644
645         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
646         after boundp check.
647
648 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
651         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
652         for `kill-buffer'.
653
654         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
655         handler of current buffer from elmo-folder.
656
657 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
660
661 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-summary.el (wl-summary-buffer-event-handler): New internal
664         variable.
665         (wl-summary-event-handler): New class.
666         (elmo-event-handler-flag-changed): Define to update persistent
667         mark.
668         (wl-summary-buffer-set-folder): Register event handler to
669         elmo-folder.
670         (wl-summary-exit): Unregister event handler.
671         (wl-summary-goto-folder-subr): Ditto.
672         (wl-summary-mark-as-read-all): Does not call
673         `wl-summary-update-persistent-mark' directly.
674         (wl-summary-mark-as-read-internal): Ditto.
675         (wl-summary-set-persistent-mark-internal): Ditto.
676         (wl-summary-set-flags-internal): Ditto.
677
678         * Version number is increased to 2.11.33.
679
680 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
681
682         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
683         to nil.
684
685 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-spam.el (wl-spam-setup): Add hook
688         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
689         instead of `wl-summary-prepare-hook'.
690
691         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
692         if folder type is `'flag'.
693         (wl-summary-mark-as-important): Ditto.
694
695 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * wl-address.el (wl-address-minibuffer-history): New variable.
698         (wl-address-minibuffer-local-map): New keymap.
699         (wl-address-read-from-minibuffer): New function.
700
701         * wl-action.el (wl-summary-get-resend-address): Use
702         `wl-address-read-from-minibuffer' instead of `completing-read'.
703
704 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * Version number is increased to 2.11.32.
707
708 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
711         without mule to iso-8859-1.
712         (wl-draft-add-in-reply-to): Add note in description.
713         (wl-draft-add-references): Ditto.
714
715 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
716
717         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
718         definition for `m'.
719         (wl-summary-mode-line-format): Add '[%m]'.
720         (wl-message-mode-line-format-spec-alist): Ditto.
721         (wl-summary-display-mime-mode-list): New variable.
722
723         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
724         from wl-summary-buffer-display-as-is.
725         (wl-summary-buffer-display-all-header): New buffer local variable.
726         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
727         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
728         instead of wl-summary-buffer-display-as-is.
729         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
730         (wl-summary-set-persistent-mark): Ditto.
731         (wl-summary-set-message-buffer-or-redisplay): Just call
732         `wl-summary-redisplay-internal' without optional arguments.
733         (wl-summary-toggle-mime): Rewrite.
734         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
735         (wl-summary-toggle-all-header): New function.
736         (wl-summary-redisplay-internal): Treat mime mode.
737
738         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
739         to wl-mime-preview-follow-no-mime.
740         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
741         accodring to the display-mode.
742
743         * wl-message.el (wl-message-buffer-display-type): Rewrite.
744         (wl-message-buffer-display): Changed argument name from `as-is' to
745         `mode'.
746         (wl-message-display-internal): Ditto;
747         Bind elmo-mime-display-header-analysis according to the mode.
748         (wl-message-display-internal): Put wl-message-display-mime-mode
749         property on entire buffer.
750
751 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
752
753         * wl-draft.el (wl-draft-do-fcc): Undo last change.
754
755 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
756
757         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
758         Don't extract mail address.
759         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
760
761         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
762
763         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
764
765 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
768         wl-fldmgr-cut-entity-list on confirmation.
769
770 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
773         (wl-mime-quit-preview): Check existence of
774         mime-edit-temp-message-buffer here.
775
776 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
777
778         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
779         after deletion.
780
781         * wl-draft.el (wl-draft-send-confirm): Check major-mode
782         before calling wl-mime-quit-preview.
783
784 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-summary.el (wl-summary-pick): If call it with prefix
787         argument, set `delete-marks' as non-nil. Pick from only visible
788         messages.
789         (wl-summary-check-target-mark): New function.
790         (wl-summary-target-mark-mark-as-read): Use it.
791         (wl-summary-target-mark-mark-as-unread): Ditto.
792         (wl-summary-target-mark-operation): Ditto.
793         (wl-summary-target-mark-set-flags): Ditto.
794         (wl-summary-target-mark-save): Ditto.
795         (wl-summary-target-mark-pick): Ditto.
796         (wl-summary-target-mark-forward): Ditto.
797         (wl-summary-target-mark-reply-with-citation): Ditto.
798         (wl-summary-target-mark-print): Ditto.
799         (wl-summary-target-mark-uudecode): Ditto.
800
801         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
802         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
803         with `ask-coding' is non-nil.
804
805 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-thread.el (wl-thread-set-parent): If parent is a message
808         which is identified by references, set linked as nil.
809
810 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
811
812         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
813         (wl-message-mode-line-format-spec-alist): Ditto.
814         (wl-message-mode-line-format): Ditto.
815         (wl-summary-mode-line-format): Ditto for docstring.
816         (wl-summary-no-mime-folder-list): Fix typo.
817
818         * wl-util.el (wl-current-message-buffer): Call
819         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
820
821         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
822         variable.
823         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
824         of `wl-summary-redisplay-no-mime'.
825         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
826         (wl-summary-toggle-mime): New function.
827         (wl-summary-redisplay-all-header): Rewrite.
828         (wl-summary-redisplay-no-mime): Ditto.
829         (wl-summary-redisplay-internal): Added argument `as-is' and
830         `all-header'.
831
832         * wl-refile.el (wl-refile-default-from-folder-path-separator):
833         New variable.
834         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
835         bottom.
836         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
837         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
838         "/" unconditionally.
839
840         * wl-mime.el (wl-draft-yank-current-message-entity): Use
841         wl-mime-preview-follow-no-mime for as-is content.
842         (wl-mime-preview-follow-no-mime): New function.
843         (wl-mime-preview-follow-current-region): Fixed parenthesis.
844
845         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
846         and added `as-is', `all-header'.
847         (wl-message-buffer-display): Ditto.
848         (wl-message-buffer-display-type): New function.
849
850 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl-vars.el (wl-message-header-button-alist): Change default
853         value.
854         (wl-message-body-button-alist): Ditto.
855
856 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
857
858         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
859
860 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
863
864 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-summary.el (wl-summary-sync-marks): Remove condition which
867         is always true.
868
869 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
872         on null entity.
873
874 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-vars.el (wl-draft-reply-default-position): Fix range.
877
878 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
879
880         * wl-vars.el (wl-summary-resend-hook): New hook.
881
882         * wl-action.el (wl-summary-exec-action-resend-subr): Run
883         `wl-summary-resend-hook'.
884
885 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
886
887         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
888         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
889         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
890         (wl-summary-new-cached-mark): Changed default value to 'n'.
891         (wl-summary-unread-cached-mark): Changed default value to 'u'.
892         (wl-summary-answered-cached-mark): Changed default value to 'a'.
893         (wl-folder-sync-range-alist): Remove spec for 'flag.
894         (wl-summary-force-prefetch-folder-list): New user option.
895
896         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
897         `wl-summary-toggle-persistent-mark'.
898         (wl-summary-update-mark-and-highlight-window): Don't highlight when
899         number is nil.
900         (wl-summary-mark-as-answered-region): Set interactive argument of
901         `wl-summary-set-persistent-mark-internal'.
902         (wl-summary-mark-as-important-region): Ditto.
903         (wl-summary-unset-persistent-mark): Ditto.
904         (wl-summary-set-persistent-mark): Ditto.
905         (wl-summary-mark-as-answered): Ditto.
906         (wl-summary-mark-as-important): Ditto.
907         (wl-summary-set-persistent-mark-internal): Do nothing
908         when `elmo-message-flag-available-p' is nil.
909         (wl-summary-toggle-persistent-mark): New function.
910         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
911         when the folder matches `wl-summary-force-prefetch-folder-list'.
912
913
914         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
915         when number is nil.
916         (wl-highlight-summary-forwarded-face): New face.
917
918 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
919
920         * Version number is increased to 2.11.31.
921
922 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
923
924         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
925         (wl-biff-check-folder-async): Ditto.
926         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
927
928 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
929
930         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
931         Add an argument `reverse'.  All callers are updated.
932         (wl-summary-sort): Add a prefix argument `reverse' to specify
933         reverse sorting.
934         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
935         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
936         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
937
938 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
939
940         * wl-message.el (wl-message-redisplay): Does not narrow header if
941         disply-type is all-header or as-is.
942
943         * wl-summary.el (wl-summary-enter-handler): Use
944         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
945
946 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
947
948         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
949         after adding wl-draft-parent-variables.
950         (wl-draft-forward): Ditto.
951
952 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-summary.el (wl-summary-sync-marks): Call
955         `wl-summary-set-persistent-mark' and
956         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
957         (wl-summary-set-persistent-mark-internal): Add 4th argument
958         `no-server'.
959         (wl-summary-unset-persistent-mark): Ditto.
960         (wl-summary-set-persistent-mark): Ditto.
961         (wl-summary-add-flags-internal): Abolish.
962         (wl-summary-remove-flags-internal): Ditto.
963         (wl-summary-mark-as-important-internal): Ditto.
964         (wl-summary-mark-as-important): Use
965         `wl-summary-set-persistent-mark' instead of
966         `wl-summary-add-flags-internal'.
967         (wl-summary-mark-as-important-region): Ditto.
968
969         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
970
971         * wl-summary.el (wl-summary-get-available-flags): New function.
972         (wl-summary-sync-marks): Use it and simplified.
973         (wl-summary-unset-persistent-mark): Use
974         `wl-summary-get-available-flags'.
975         (wl-summary-set-persistent-mark): Ditto.
976
977 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
978
979         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
980         id.
981
982 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-summary.el (wl-summary-enter-handler): If argument is not a
985         number, call `wl-summary-prev-line-content'. Show message when the
986         message is not found.
987
988 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
989
990         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
991         wl-summary-enter-handler.
992         (wl-summary-enter-handler): New command.
993
994         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
995         docstring and custom spec.
996
997         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
998         flags too; Don't treat Cached and New.
999         (wl-summary-set-persistent-mark): Ditto.
1000
1001         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1002         `wl-folder-set-flag'.
1003
1004         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1005         instead of `wl-folder-set-flag'.
1006
1007         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1008         for completion.
1009         (wl-summary-set-persistent-mark): Ditto.
1010
1011         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1012         instead of `wl-draft-quit-preview'.
1013
1014         * wl-mime.el (toplevel): Avoid compile warning.
1015         (wl-mime-quit-preview): New function
1016         (formarly defined as `wl-draft-quit-preview').
1017         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1018         quitting method.
1019
1020         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1021
1022         * wl-folder.el (wl-folder-set-flag): Renamed from
1023         `wl-draft-set-flag-on-parent'.
1024
1025         * wl-draft.el (wl-draft-quit-preview): New function.
1026         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1027         (wl-draft-send): Call `wl-folder-set-flag' instead of
1028         `wl-draft-set-flag-on-parent'.
1029         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1030
1031 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1034         (wl-draft-send): Ditto.
1035
1036 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1037
1038         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1039         (wl-draft-kill-pre-hook): Set default value as nil.
1040         (wl-summary-reply-hook): Ditto.
1041         (wl-draft-kill-flags): Abolish.
1042
1043         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1044         (wl-draft-parent-variables): Renamed from
1045         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1046         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1047         argument; Add wl-draft-parent-variables to
1048         wl-draft-config-variables.
1049         (wl-draft-reply): Likewise.
1050         (wl-draft-kill-flags): Abolish.
1051         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1052         (wl-draft-set-flag-on-parent): New function.
1053         (wl-draft-setup-parent-flag): Ditto.
1054
1055 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1056
1057         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1058         `wl-draft-parent-folder' is "".
1059
1060 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1063         (wl-summary-digit-jump): New function.
1064         (Adviced by John Owens and Hiroya Murata)
1065
1066         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1067         (Adviced by John Owens)
1068
1069         * wl-xmas.el (wl-message-define-keymap): Ditto.
1070
1071         * wl-mule.el (wl-message-define-keymap): Ditto.
1072
1073 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1076         change of return value of elmo-folder-count-flags.
1077
1078         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1079         (wl-summary-mark-as-read-internal): Ditto.
1080         (wl-summary-set-persistent-mark-internal): Ditto.
1081         (wl-summary-folder-info-update): Ditto.
1082         (wl-summary-sync-update): Fixed the last change.
1083
1084         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1085
1086 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1087
1088         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1089         (wl-draft-kill-flags): Fixed docstring.
1090
1091         * wl-draft.el (wl-draft-kill-flags): New function.
1092         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1093
1094 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1095
1096         * wl-vars.el (wl-reply-hook): Abolish.
1097         (wl-draft-reply-hook): New hook.
1098         (wl-summary-reply-hook): Ditto.
1099         (wl-draft-forward-hook): Ditto.
1100         (wl-summary-forward-hook): Ditto.
1101         (wl-draft-kill-flags): New variable.
1102
1103         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1104         wl-summary-set-persistent-mark-internal.
1105         (wl-summary-sync-marks): Use elmo-preserved-flags.
1106         (wl-summary-update-persistent-mark): Make it interactive.
1107         (wl-summary-set-persistent-mark-internal): New inline function.
1108         (wl-summary-mark-as-answered): Use it.
1109         (wl-summary-mark-as-unanswered): Ditto.
1110         (wl-summary-unset-persistent-mark): New function.
1111         (wl-summary-set-persistent-mark): Ditto.
1112         (wl-summary-reply): Don't set answered flag;
1113         Run wl-summary-reply-hook instead.
1114         (wl-summary-forward): Call wl-draft-forward with number.
1115         Run wl-summary-forward-hook.
1116
1117         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1118         (wl-highlight-summary-line-face-spec): Use it as a default
1119         persistent mark face.
1120
1121         * wl-draft.el (wl-draft-forward): Added optional argument number;
1122         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1123         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1124         (wl-draft-kill): Use wl-draft-kill-flags.
1125
1126         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1127
1128         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1129         of return value of elmo-folder-count-flags.
1130
1131         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1132
1133         * wl-summary.el (wl-summary-count-unread): Ditto.
1134         (wl-summary-sync-update): Follow the change above.
1135         (wl-summary-force-prefetch): New function.
1136
1137 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1138
1139         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1140         variable `buf' with `let' instead of `setq'.
1141
1142 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1143
1144         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1145         add Content-Disposition heaeder on the deleted part.
1146
1147 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1148
1149         * wl-draft.el (wl-draft-save): Encode address list under edit by
1150         `eword-encode-unstructured-field-body'.
1151
1152         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1153
1154 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1155
1156         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1157         wl-current-summary-buffer.
1158
1159 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1160
1161         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1162         `numbers' is ignored.
1163
1164 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-folder.el (wl-folder-open-folder): Avoid error.
1167         Reported by John Owens, [wl-en:815]
1168
1169         * wl.el (wl): Set timer for biff process even if prefix argument
1170         is given or auto-checking is quitted.
1171
1172         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1173         immediately.
1174         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1175         (wl-toggle-plugged): Ditto.
1176
1177         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1178         * wl-util.el (wl-biff-start): Use idle timer if
1179         `wl-biff-use-idle-timer' is non-nil.
1180
1181 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1182
1183         * wl-highlight.el (wl-highlight-message): Fix description.
1184
1185 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1188         tty.
1189
1190 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1191
1192         * wl-action.el (wl-summary-exec): Print failure count.
1193
1194 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1195
1196         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1197         to `defun', remove interactive form.
1198         Set elmo-message-fetch-confirm when force-reload is non-nil.
1199
1200 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-summary.el (toplevel): Removed unnecessary autoload.
1203
1204 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1205
1206         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1207         the buffer is generated from another message buffer.
1208
1209 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1210
1211         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1212         extracted from `wl-fldmgr-save-folders'.
1213         (wl-fldmgr-delete): Call it after deletion.
1214
1215 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1216
1217         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1218         multi-tty support.
1219
1220 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1221
1222         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1223
1224 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1225
1226         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1227         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1228
1229 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1230
1231         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1232         unsubscribe list only if argument CLEAR is nil.
1233
1234 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1235
1236         * wl-draft.el (wl-draft-reply): Decode subject before removing
1237         Re: prefix.
1238
1239 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1240
1241         * wl-summary.el (wl-summary-sort-by-size): New command.
1242
1243 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-summary.el (wl-summary-number-list-from-region): New
1246         function.
1247         (wl-summary-mark-as-read-region): Use it.
1248         (wl-summary-mark-as-unread-region): Ditto.
1249         (wl-summary-set-flags-region): Ditto and add optional argument
1250         remove.
1251         (wl-summary-mark-as-answered-region): Ditto.
1252         (wl-summary-mark-as-important-region): Ditto.
1253         (wl-summary-target-mark-mark-as-important): Added optional
1254         argument remove.
1255         (wl-summary-target-mark-mark-as-answered): Ditto.
1256         (wl-summary-target-mark-set-flags): Ditto.
1257
1258 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-summary.el (wl-summary-set-flags-region): Call
1261         `wl-summary-set-flags-internal' with number list instead of call
1262         one by each message.
1263         (wl-summary-target-mark-set-flags): Likewise.
1264
1265 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1268         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1269         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1270         (wl-summary-target-mark-mark-as-answered): Likewise.
1271
1272 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1273
1274         * wl-summary.el (wl-summary-target-mark-forward): Use
1275         `wl-summary-delete-all-target-marks' instead of
1276         `wl-summary-delete-all-temp-marks'.
1277         (wl-summary-target-mark-reply-with-citation): Ditto.
1278         (wl-summary-target-mark-uudecode): Ditto.
1279         (wl-summary-target-mark-set-flags): Ditto and remove needless
1280         cursor move.
1281
1282 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1283
1284         * wl-summary.el (wl-summary-target-mark-forward): Protect
1285         wl-summary-buffer-target-mark-list from nreverse.
1286         (wl-summary-target-mark-reply-with-citation): Ditto.
1287
1288 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1289
1290         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1291         `elmo-display-progress-threshold'.
1292
1293 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1296         check `wl-summary-highlight'.
1297         (wl-summary-window-scroll-functions): Respect value of
1298         `wl-summary-highlight'.
1299         (wl-summary-sync-update): Run hooks
1300         `wl-summary-buffer-window-scroll-functions' at any time.
1301
1302 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1305         from `wl-summary-cleanup-temp-marks'.
1306         (wl-summary-cleanup-temp-marks): Abolish argument.
1307         * wl.el (wl-save-status): Revert previous change.
1308         (wl-execute-temp-marks): New function, call
1309         `wl-summary-exec-with-confirmation'.
1310         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1311         (wl-folder-save-and-exec-marks): Abolished.
1312
1313 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1314
1315         * wl-e21.el (wl-e21-display-image-p): Respect
1316         `wl-highlight-folder-with-icon'.
1317         (wl-e21-highlight-folder-group-line): Highlight mouse line
1318         even if wl-e21-display-image-p is nil.
1319
1320         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1321         Respect value of `wl-summary-highlight'.
1322
1323         * wl.el (wl-save-status): Remove unused variable.
1324
1325         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1326         (wl-folder-mode-map): Bind it to "x".
1327
1328 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1329
1330         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1331
1332         * wl-thread.el (wl-thread-get-parent-list): Don't check
1333         disconnected ancestors, neglecting needless work in
1334         `wl-thread-update-indent-string-thread'.
1335
1336         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1337         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1338         argument, add argument default-keep to keep marks by default.
1339
1340         * Version number is increased to 2.11.30.
1341
1342         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1343         customization type and docstring.
1344         (wl-draft-reply-without-argument-list): Ditto.
1345
1346 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1349
1350         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1351
1352 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1353
1354         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1355
1356 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1357
1358         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1359         save-excursion so as not to include run-hooks.
1360
1361 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1362
1363         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1364         Clarify that marks are going to be cleared.
1365
1366 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1369         according to 3rd element of wl-summary-flag-mark.
1370
1371         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1372
1373 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-action.el (wl-summary-target-mark-all): Don't set
1376         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1377
1378 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1381         (wl-forward-subject-prefix): Ditto.
1382         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1383         (wl-draft-reply-make-subject): Ditto.
1384
1385         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1386         `wl-draft-forward'.
1387         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1388
1389 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1390
1391         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1392         target message does not exist.
1393
1394 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1395
1396         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1397         `wl-subject-prefix-regexp'.
1398         (wl-subject-forward-prefix-regexp): New variable.
1399         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1400         `wl-draft-strip-subject-re' and take regexp as argument.
1401         (wl-draft-forward): Use it.
1402         (wl-draft-reply): Ditto.
1403
1404 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1405
1406         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1407         emacs multi-tty support.
1408
1409 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1410
1411         * wl-e21.el (wl-e21-display-image-p): Don't call
1412         `display-images-p'.
1413         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1414         support.
1415         (wl-highlight-folder-current-line): Ditto.
1416         (wl-folder-init-icons): Ditto.
1417
1418 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1419
1420         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1421         the last line of summary in unplugged mode.
1422
1423 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1424
1425         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1426
1427 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1430         * wl-address.el (wl-address-user-mail-address-p): Use it.
1431         (wl-address-delete-user-mail-addresses): Ditto.
1432         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1433
1434         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1435         (wl-address-delete-user-mail-addresses): Ditto.
1436
1437         * wl-address.el (wl-address-delete-user-mail-addresses): New
1438         function.
1439         * wl-refile.el (wl-refile-guess-by-history): Use it.
1440         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1441         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1442
1443         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1444         use wl-address-user-mail-address-p.
1445
1446 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1447
1448         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1449         after opening group.
1450
1451 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1452
1453         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1454         of elmo-set-buffer-multibyte.
1455
1456         * wl-message.el (wl-original-message-mode): Ditto.
1457
1458         * wl-score.el (wl-score-insert-header): Ditto.
1459
1460         * wl-summary.el
1461         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1462         (wl-summary-goto-folder-subr): Ditto.
1463         (wl-summary-insert-headers): Ditto.
1464
1465         * wl-util.el (wl-set-string-width): Ditto.
1466
1467         * Version number is increased to 2.11.29.
1468
1469 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1470
1471         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1472         (wl-highlight-summary-line-help-echo-alist): New variable.
1473         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1474         into `wl-highlight-summary-line-help-echo' and
1475         `wl-highlight-flag-folder-help-echo'.
1476         (wl-highlight-summary-line-string): Change accordingly.
1477         (wl-highlight-summary-current-line): Ditto.
1478
1479 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1480
1481         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1482         at the beginning of field body (Thanks to Markus Knittig).
1483
1484         * wl-draft.el (wl-draft-insert-current-message): Also check
1485         summary buffer, remove unnecessary tag.
1486
1487 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1488
1489         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1490         when wl-message-buffer is nil.
1491
1492         * wl-folder.el (wl-folder): Abolish unused argument.
1493         Call wl-folder-init when wl-folder-entity is nil.
1494         * wl.el (wl): Change accordingly.
1495
1496 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1497
1498         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1499         multibyte string before insert into draft buffer.
1500         (wl-draft-create-buffer): Always enable multibyte characters for
1501         draft buffer.
1502
1503         * Version number is increased to 2.11.28.
1504
1505 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1506
1507         * wl-folder.el (wl-folder-open-close): Handle blank line.
1508         (wl-folder-jump-to-current-entity): Ditto.
1509
1510 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1511
1512         * Version number is increased to 2.11.27.
1513
1514 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-thread.el (wl-thread-insert-message): When the thread is
1517         devided by wl-summary-max-thread-depth, insert line at the end of
1518         buffer.
1519
1520 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * Version number is increased to 2.11.26.
1523
1524 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1525
1526         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1527
1528 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1531         value of stream-type and session.
1532
1533 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534
1535         * Version number is increased to 2.11.25.
1536
1537 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1538
1539         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1540         in a quit message.
1541
1542 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1543
1544         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1545         (wl-summary-redisplay-no-mime-internal): Ditto.
1546
1547 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1548
1549         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1550         * wl-vars.el (wl-smtp-connection-type): Ditto.
1551
1552 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1553
1554         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1555         for the separator line and quote mail-header-separator.
1556
1557 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1558
1559         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1560         result message.
1561
1562         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1563         `elmo-multiple-fields-body-list' with boundary as
1564         mail-header-separator.
1565
1566 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1569
1570 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1571
1572         * wl-util.el (wl-list-diff): Remove unused function.
1573
1574         * wl-draft.el (wl-draft-send-confirm): Discard input before
1575         confirmation.
1576
1577 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1580         order of flag and new.
1581
1582 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1583
1584         * wl-vars.el (wl-refile-policy-alist): Abolished.
1585
1586         * wl-action.el (wl-summary-set-action-refile): Follow the change
1587         above.
1588
1589 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * wl-highlight.el (wl-highlight-signature-search): Don't use
1592         re-search-backward for a long word since it is possible to crash
1593         XEmacs because of a bug.
1594
1595 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1596
1597         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1598
1599 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1600
1601         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1602         argument for wl-summary-sync-force-update.
1603
1604 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1605
1606         * wl-summary.el (wl-summary-mode-map): Revival of
1607         wl-summary-mark-as-important related bindings;
1608         Bind 'F','tF','mF','rF','m&'.
1609         (wl-summary-mark-as-important-region): Revival.
1610         (wl-summary-target-mark-mark-as-important): Ditto.
1611         (wl-summary-target-mark-operation): New function.
1612         (wl-summary-target-mark-mark-as-answered): Use it.
1613         (wl-summary-decide-flag): Don't set Important as default.
1614         (wl-summary-mark-as-important-internal): Revival.
1615         (wl-summary-mark-as-important): Ditto.
1616
1617         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1618
1619         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1620         instead of facep.
1621
1622 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-dnd.el (wl-dnd-drop-func): Fix.
1625
1626         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1627         mouse-set-point instead of posn-point.
1628
1629         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1630
1631         * wl-mule.el (wl-completing-read-multiple): Ditto.
1632
1633 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1634
1635         * wl-demo.el (face-background-name): Defalias to avoid compile
1636         warning.
1637
1638 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1639
1640         * wl-summary.el (wl-summary-decide-flag): Use
1641         wl-completing-read-multiple instead of completing-read-multiple.
1642
1643         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1644         New alias.
1645
1646         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1647         Use face-background-name instead of face-background.
1648
1649         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1650
1651         * wl-summary.el (wl-summary-save): Use it.
1652         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1653
1654         * wl-mime.el (wl-mime-save-content): Fix last change.
1655
1656 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1657
1658         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1659         New function.
1660         (wl-summary-sort-specs): Added sort.
1661         * wl-mime.el (wl-mime-save-content): Expand file name.
1662
1663 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1664
1665         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1666
1667         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1668
1669 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1670
1671         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1672         for flag if it is not defined.
1673
1674 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1675
1676         * wl-e21.el (wl-highlight-folder-current-line): Use
1677         elmo-folder-type-internal when elmo-folder-type returns nil.
1678
1679         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1680
1681         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1682
1683         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1684
1685         * wl-e21.el (wl-summary-toolbar): Ditto.
1686
1687         * wl-vars.el (wl-demo-background-color): Abolished.
1688         (wl-summary-persistent-mark-priority-list): Renamed from
1689         wl-summary-flag-priority-list.
1690         (wl-summary-flag-alist): New user option.
1691         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1692         (wl-message-mode-line-format-spec-alist): Added 'F'.
1693         (wl-message-mode-line-format): Likewise.
1694         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1695         instead of wl-summary-important-mark.
1696         (wl-file-folder-icon): New variable.
1697
1698         * wl-thread.el (wl-thread-set-flags): Renamed from
1699         wl-thread-mark-as-important.
1700
1701         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1702         warning.
1703         (wl-summary-mode-menu-spec): Follow the change of 
1704         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1705         (wl-summary-mode-map): Follow the change of
1706         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1707         (wl-summary-detect-mark-position): Follow the variable name change.
1708         (wl-summary-set-flags-region): New function for the replacement of
1709         wl-summary-mark-as-important-region.
1710         (wl-summary-sync-marks): Sync all global-flags.
1711         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1712         instead of elmo-message-flagged-p.
1713         (wl-summary-persistent-mark-string): Follow the variable name change;
1714         Put wl-summary-flag-mark if the message has global-flag.
1715         (wl-summary-target-mark-set-flags): Renamed from 
1716         wl-summary-target-mark-mark-as-important.
1717         (wl-summary-decide-flag): New function.
1718         (wl-summary-set-flags-internal): Renamed from
1719         wl-summary-mark-as-important-internal.
1720         (wl-summary-add-flags-internal): New function.
1721         (wl-summary-remove-flags-internal): Ditto.
1722         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1723         (wl-summary-mark-as-unimportant): Abolish.
1724         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1725         (wl-summary-next-message): List flagged messages in the msgdb.
1726
1727         * wl-score.el (wl-summary-score-update-all-lines): Use
1728         wl-summary-add-flags-internal instead of 
1729
1730         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1731
1732         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1733         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1734         (wl-message-buffer-require-all-header): Renamed from
1735         wl-message-buffer-all-header-flag (Ditto).
1736         (wl-message-buffer-flag-indicator): New variable.
1737         (wl-message-redisplay): Changed local varibale name from `flag' to
1738         `display-type'; Set up wl-message-buffer-flag-indicator.
1739         (wl-message-buffer-display): Changed varibale name from `flag' to
1740         `display-type'.
1741         (wl-message-display-internal): Likewise.
1742
1743         * wl-highlight.el (wl-highlight-demo-face): Define default background
1744         color.
1745         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1746
1747         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1748
1749         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1750         (wl-demo-setup-properties): Renamed from
1751         `wl-demo-set-background-color'.
1752         (wl-demo): Follow the change above.
1753         
1754         * Version number is increased to 2.11.24.
1755
1756 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1757
1758         * wl-summary.el (wl-summary-toggle-thread): Call
1759         `wl-summary-rescan' with disable-thread as non-nil.
1760         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1761
1762 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1763
1764         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1765         foreground property of the face.
1766         (wl-demo-insert-text): Don't set up face property here.
1767         (wl-demo): Call wl-demo-set-background-color, anyway.
1768
1769 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1770
1771         * wl-vars.el (wl-demo-background-color): The value can be nil.
1772
1773 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1774
1775         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1776         to wl-summary-wheel-dispatcher.
1777
1778         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1779         wl-message-wheel-dispatcher.
1780         (wl-message-wheel-dispatcher): New function.
1781         (wl-summary-wheel-dispatcher): Ditto.
1782
1783 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1784
1785         * wl-action.el (wl-summary-target-mark-all): List messages which are
1786         not in the killed-list.
1787
1788         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1789         only when the folder is 'flag/important.
1790
1791         * wl-address.el (wl-complete-field-body): Complete if the last
1792         character is a space.
1793
1794 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * wl-folder.el (wl-folder-clear-entity-info): Use
1797         elmo-clear-hash-val.
1798
1799         * wl-fldmgr.el (wl-fldmgr-rename): Set
1800         wl-folder-info-alist-modified as t.
1801
1802 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1803
1804         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1805
1806 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1807
1808         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1809         (wl-folder-buffer-last-visited-entity-id): New buffer local
1810         variable.
1811         (wl-folder-revisit-last-visited-folder): New function.
1812         (wl-folder-mode-map): Bind it to "C-i".
1813         (wl-folder-set-current-entity-id): Set last visited folder.
1814         * wl-summary.el (wl-summary-exit): Ditto.
1815
1816 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1819         before calling `recenter' in order to cope with an XEmacs bug.
1820
1821 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1822
1823         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1824         to the default value.
1825
1826 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1829         change.
1830         (wl-summary-sync-marks): Ditto.
1831         (wl-summary-mark-as-read-internal): Ditto.
1832         (wl-summary-mark-as-answered-internal): Ditto.
1833         (wl-summary-mark-as-important-internal): Ditto.
1834         (wl-summary-reply): Ditto.
1835
1836         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1837         instead of `elmo-folder-unflag-answered'.
1838
1839         * Version number is increased to 2.11.23.
1840
1841         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1842         the last change.
1843
1844 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1845
1846         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1847         Specify "spam" or "good".
1848
1849 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1850
1851         * wl-spam.el (wl-summary-exec-action-spam): Call
1852         wl-folder-confirm-existence for spam folder.
1853         (wl-spam-setup): Bind "mk".
1854
1855 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1856
1857         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1858
1859 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1860
1861         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1862         destination folder is empty.
1863
1864 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1865
1866         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1867         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1868
1869         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1870         (wl-summary-refile-prev-destination-region): New function.
1871         (wl-thread-refile-prev-destination): Ditto.
1872         (wl-summary-target-mark-refile-prev-destination): Ditto.
1873
1874 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1875
1876         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1877         (wl-demo-background-color): Changed default value.
1878
1879         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1880         color.
1881
1882         * wl-demo.el (wl-demo-set-background-color): New function.
1883         (wl-demo): Call it.
1884
1885 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1886
1887         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1888         * wl-address.el (wl-address-add-or-change): Don't add empty
1889         address.
1890
1891 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1892
1893         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1894
1895 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1896
1897         * wl-vars.el (wl-demo-image-filter-alist): New variable
1898         (wl-demo-background-color): Ditto.
1899
1900         * wl-demo.el (wl-demo-xpm-set-background): New function.
1901         (wl-demo-image-filter): Ditto.
1902         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1903
1904         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1905
1906         * wl-demo.el (wl-demo-icon-name): Define as function.
1907         (wl-demo-insert-image): Use it.
1908
1909 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1910
1911         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1912
1913 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1914
1915         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1916
1917 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1918
1919         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1920
1921 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1922
1923         * wl-thread.el (wl-thread-mark-as-answered): New function.
1924
1925         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1926         answered" entry.
1927         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1928         "r&" and wl-thread-mark-as-answered to "t&".
1929         (wl-summary-mark-as-important-region): Refine to toggle mark.
1930         (wl-summary-mark-as-answered-region): New function.
1931         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1932         and 3rd argument.
1933         (wl-summary-mark-as-important-internal): Likewise.
1934
1935 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1936
1937         * wl-template.el (wl-template-preview): New internal variable.
1938         (wl-template-preview-p): New function.
1939         (wl-template-show): Bind `wl-template-preview' as t.
1940
1941 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1944         `elmo-message-entity-field' with 3rd argument which is non-nil.
1945
1946 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1947
1948         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1949         Removed duplicate local bind `folder'.
1950
1951 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1952
1953         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1954
1955 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1956
1957         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1958         duplicate definition.
1959
1960 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1961
1962         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1963         non-nil, use it; Don't fetch message if there's no message in the
1964         current cursor position.
1965
1966 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-util.el (wl-region-exists-p): Use region-active-p.
1969         (wl-deactivate-region): New function.
1970         * wl-message.el (wl-message-redisplay): Deactivate region.
1971
1972         * wl-summary.el (wl-summary-reply): Call
1973         `wl-summary-set-message-buffer-or-redisplay' instead of
1974         `wl-summary-redisplay-internal', don't move point.
1975
1976 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1977
1978         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1979         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1980         by regexp.
1981
1982 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1983
1984         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1985         if no need.
1986
1987 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1988
1989         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1990         default value to nil.
1991         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1992         `wl-summary-prepare-hook'; Replace refile action to
1993         `wl-summary-exec-action-refile-with-register'.
1994
1995         * Version number is increased to 2.11.22.
1996
1997 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl-summary.el (wl-summary-detect-mark-position): Set
2000         `wl-summary-buffer-weekday-name-lang'.
2001
2002 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2003
2004         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2005         (wl-summary-mark-as-read-all): Ditto.
2006         (wl-summary-delete-messages-on-buffer): Ditto.
2007         (wl-summary-sync-update): Ditto.
2008         (wl-summary-mark-as-read-internal): Ditto.
2009         (wl-summary-mark-as-answered-internal): Ditto.
2010         (wl-summary-update-folder-info): Abolished.
2011
2012 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * wl-summary.el (wl-summary-mark-as-read-all): Use
2015         `wl-summary-update-folder-info' instead of
2016         `wl-folder-update-unread'.
2017
2018 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2019
2020         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2021         `wl-summary-folder-info-update'.
2022         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2023         instead of `wl-summary-folder-info-update'.
2024         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2025         `wl-folder-set-folder-updated'.
2026         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2027         instead of `wl-folder-update-unread'.
2028         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2029         the value of `wl-summary-buffer-unread-count' for the second parameter of
2030         `wl-folder-update-unread'.
2031
2032         * Version number is increased to 2.11.21.
2033
2034 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2035
2036         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2037         a local variable.
2038
2039 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2040
2041         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2042         interactively.
2043
2044         * wl-summary.el (wl-summary-mark-as-important-internal): New
2045         internal function.
2046         (wl-summary-mark-as-important): Use it.
2047         (wl-summary-mark-as-unimportant): New function.
2048         (wl-summary-sync-marks): Follow the API change.
2049
2050         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2051
2052         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2053
2054 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2055
2056         * wl-folder.el (wl-folder-update-unread): Re-indent.
2057         Narrow the scope of a local variable.
2058
2059 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2062         (wl-addrmgr-merge-entries): Ditto.
2063         (wl-addrmgr): Added to address entry which exists in draft buffer
2064         if no entry is in original.
2065
2066 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2067
2068         * wl-batch.el: New file.
2069
2070 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2071
2072         * wl-vars.el (wl-use-semi): Remove unused variable.
2073
2074 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2075
2076         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2077         "?".
2078
2079 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2080
2081         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2082         wl-summary-new-mark.
2083         (wl-summary-new-cached-mark): New user option.
2084         (wl-summary-score-marks): Follow the change above.
2085         (wl-summary-auto-refile-skip-marks): Ditto.
2086         (wl-summary-incorporate-marks): Ditto.
2087         (wl-summary-expire-reserve-marks): Ditto.
2088
2089         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2090
2091         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2092         (wl-summary-persistent-mark-string): Distinguished between cached
2093         and uncached mark when the message is new.
2094
2095 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * wl-spam.el (wl-spam-domain): Renamed from
2098         `wl-spam-folder-guess-domain'.
2099         (wl-summary-exec-action-spam): Register as spam if domain of the
2100         source folder is good.
2101         (wl-summary-exec-action-refile-with-register): Register message if
2102         domain of the source folder is not undecided.
2103
2104 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2107         detect thread loop.
2108
2109 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2110
2111         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2112         and wl-summary-skip-mark-list.
2113
2114 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2115
2116         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2117
2118         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2119
2120         * wl-spam.el (toplevel): Require wl-highlight.
2121         (wl-spam-auto-check-policy-alist): Abolish.
2122         (wl-spam-auto-check-folder-regexp-list): New user option.
2123         (wl-spam-auto-check-marks): Ditto.
2124         (wl-spam-mark-action-list): Ditto.
2125         (wl-highlight-summary-spam-face): New face.
2126         (wl-spam-auto-check-message-p): New function.
2127         (wl-spam-map-spam-messages): Fixed message.
2128         (wl-spam-register-spam-messages): Ditto.
2129         (wl-spam-register-good-messages): Ditto.
2130         (wl-summary-spam-map): Add and remove keybind.
2131         (wl-summary-target-mark-spam): Abolish.
2132         (wl-summary-refile-spam): Ditto.
2133         (wl-summary-test-spam): New function.
2134         (wl-summary-mark-spam): Ditto.
2135         (wl-summary-auto-check-spam): Follow the above change.
2136         (wl-summary-exec-action-spam): New function.
2137         (wl-summary-exec-action-refile-with-register): Fixed message.
2138         (wl-message-check-spam): New function.
2139         (wl-spam-setup): Ditto.
2140         (toplevel): Call it if this file is loaded interactivity.
2141
2142         * Version number is increased to 2.11.20.
2143
2144 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2145
2146         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2147         when new optional argument `force' is non nil or modified.
2148
2149 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2150
2151         * wl.el (toplevel): Require wl-spam when compile.
2152         (wl-save-status): Call wl-spam-save-status.
2153
2154         * wl-spam.el (wl-spam-register-spam-messages): New function.
2155         (wl-spam-register-good-messages): Ditto.
2156         (wl-spam-save-status): Ditto.
2157         (wl-summary-mode-map): Bind
2158         wl-summary-target-mark-register-as-spam to "ms" and
2159         wl-summary-target-mark-register-as-good to "mn".
2160         (wl-summary-register-as-spam): Abolish optional argument; Use
2161         wl-spam-register-spam-messages.
2162         (wl-summary-register-as-spam-all): Use
2163         wl-spam-register-spam-messages.
2164         (wl-summary-register-as-good): Abolish optional argument; Use
2165         wl-spam-register-good-messages.
2166         (wl-summary-register-as-good-all): Use
2167         wl-spam-register-good-messages.
2168         (wl-summary-target-mark-register-as-spam): New funtion.
2169         (wl-summary-target-mark-register-as-good): Ditto.
2170
2171 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2172
2173         * wl-spam.el: New file.
2174
2175 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2178
2179         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2180         (wl-summary-auto-refile): Call wl-refile-guess with
2181         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2182
2183 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2186         with disable-thread argument non-nil.
2187
2188 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-summary.el (wl-summary-rescan): Added optional argument
2191         disable-thread.
2192         (wl-summary-sync): Call wl-summary-rescan with argument
2193         disable-thread.
2194         (wl-summary-input-range): Added new range `rescan-thread'.
2195
2196 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2197
2198         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2199
2200 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2203         internal variable.
2204         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2205         wl-summary-search-parent-by-subject-regexp and
2206         wl-summary-divide-thread-when-subject-changed as nil.
2207         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2208         (wl-summary-insert-thread): Search parent entity from
2209         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2210         thread loop.
2211
2212 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2215
2216         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2217
2218         * wl-util.el (wl-require-update-all-folder-p): New function.
2219         (wl-get-assoc-list-value): Added `function' to match directive.
2220         (wl-collect-draft): Rewrite.
2221
2222         * wl-summary.el (wl-summary-sync-update): Clear faces
2223         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2224         are non-nil.
2225         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2226         argument as function.
2227         (wl-summary-input-range): Ditto.
2228
2229         * wl-folder.el (wl-draft-get-folder): New function.
2230         (wl-folder-get-elmo-folder): Consider draft folder.
2231
2232         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2233         (wl-draft-buffer-message-number): New buffer local variable.
2234         (wl-draft-folder-internal): New internal variable.
2235         (wl-draft-delete): Rewrite.
2236         (wl-draft-save): Ditto.
2237         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2238         wl-folder-get-elmo-folder.
2239         (wl-draft-config-info-operation): Ditto.
2240         (wl-jump-to-draft-folder): Ditto.
2241         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2242         (wl-draft-reedit): Rewrite.
2243
2244         * Version number is increased to 2.11.19.
2245         
2246 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2247
2248         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2249         variable.
2250
2251 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2252
2253         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2254         Use ignore-errors instead of unwind-protect.
2255
2256 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2257
2258         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2259         for updating `wl-thread-entity-list'.
2260
2261 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2262
2263         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2264         parameter from calling `wl-thread-entity-get-older-brothers' and
2265         `wl-thread-entity-get-younger-brothers'.
2266         Replace nested `append' with a single one.
2267
2268 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * wl-summary.el (wl-summary-mode): Don't use the return value of
2271         `make-local-hook'.
2272
2273 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2274
2275         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2276         instead of `let*'.
2277         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2278         of local variables.
2279
2280 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2283         Renamed from wl-summary-window-scroll-functions.
2284         (wl-summary-window-scroll-functions): Don't set to variable.
2285         (wl-summary-display-top): Use run-hooks.
2286         (wl-summary-display-bottom): Ditto.
2287         (wl-summary-toggle-disp-msg): Ditto.
2288         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2289         Use it instead of wl-summary-window-scroll-functions.
2290         (wl-summary-goto-folder-subr): Don't call
2291         wl-summary-window-scroll-functions, use
2292         wl-summary-buffer-window-scroll-functions instead.
2293
2294 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2295
2296         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2297         make-local-variable.
2298
2299 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2300
2301         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2302         set-buffer-modified-p.
2303         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2304         (wl-summary-display-bottom): Ditto.
2305         (wl-summary-toggle-disp-msg): Ditto.
2306
2307 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2310
2311         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2312         (wl-summary-forward): Use elmo-message-entity-field instead of
2313         elmo-message-field.
2314
2315         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2316
2317 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2318
2319         * wl-summary.el (wl-summary-window-scroll-functions): No use
2320         `append'.
2321
2322 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2323
2324         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2325         function.
2326         (wl-summary-window-scroll-functions): Call it when both
2327         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2328         (wl-summary-temp-mark): Added optional argument number.
2329         (wl-summary-message-mark): Added optional argument flag.
2330         (wl-summary-persistent-mark): Added optional argument number and flag.
2331         (wl-summary-update-persistent-mark): Ditto.
2332         (wl-summary-update-status-marks): Set "r" for interactive spec.
2333
2334         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2335         argument number and flag.
2336
2337         * wl-action.el (wl-summary-registered-temp-mark): 
2338         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2339
2340 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2341
2342         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2343         internal variable (buffer local).
2344         (wl-summary-window-scroll-functions): New function.
2345         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2346         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2347         as nil.
2348         (wl-summary-update-status-marks): Added arguments beg, end and
2349         check.
2350         (wl-summary-update-mark-window): Use function.
2351         (wl-summary-sync-update): Follow the change above.
2352         (wl-summary-switch-to-clone-buffer): Copy
2353         wl-summary-buffer-unsync-mark-number-list.
2354         (wl-summary-goto-folder-subr): Set
2355         wl-summary-buffer-unsync-mark-number-list and
2356         use wl-summary-window-scroll-functions instead of
2357         wl-summary-lazy-highlight.
2358
2359         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2360
2361 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2364
2365         * wl-summary.el (wl-summary-update-persistent-mark): Call
2366         wl-summary-set-message-modified.
2367
2368         * wl-summary.el (wl-summary-sync-update): Don't call
2369         wl-summary-update-status-marks.
2370
2371         * Version number is increased to 2.11.18.
2372
2373 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2376         (wl-message-next-page): Ditto.
2377
2378 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2379
2380         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2381         local variable.  Change the order of a collected list into the
2382         same as the specified range.  Remove nil from a collected list.
2383
2384 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2387         argument for elmo-folder-list-messages.
2388
2389 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2392         change (wl-summary-count-unreads return a list instead of a cons
2393         cell).
2394
2395 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2396
2397         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2398         `wl-summary-folder-info-update'.
2399
2400 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * wl-summary.el (wl-summary-set-message-modified): No use
2403         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2404         (wl-summary-set-mark-modified): Abolish.
2405         (wl-summary-mark-modified-p): Ditto.
2406         (wl-summary-save-view): Follow the change above.
2407
2408         * wl-expire.el (wl-summary-expire): Likewise.
2409
2410 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * wl-summary.el (wl-summary-detect-mark-position): Use
2413         modb-entity-handler.
2414         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2415
2416         * Version number is increased to 2.11.17.
2417
2418 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2419
2420         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2421         entity field value.
2422         (wl-summary-prefetch-msg): Ditto.
2423         (wl-summary-print-message-with-ps-print): Ditto.
2424
2425 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2426
2427         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2428         for dummy entity.
2429         (wl-summary-insert-thread): Use elmo-message-entity-field.
2430         (wl-summary-update-thread): Use elmo-message-entity-field and
2431         elmo-message-entity-number.
2432         (wl-summary-line-number):  Use elmo-message-entity-number.
2433         (wl-summary-line-size): Use elmo-message-entity-field.
2434         (wl-summary-line-subject): Ditto.
2435         (wl-summary-line-from): Ditto.
2436         (wl-summary-line-attached): Ditto.
2437         (wl-summary-create-line): Ditto.
2438         (wl-summary-create-line): Use elmo-message-entity-number.
2439         (wl-summary-print-message-with-ps-print): Use
2440         elmo-message-entity-field.
2441
2442 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2443
2444         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2445         change in elmo-msgdb-make-message-entity.
2446         (wl-summary-buffer-set-folder): Don't call
2447         wl-summary-detect-mark-position here.
2448         (wl-summary-rescan): Call elmo-message-entity-number.
2449         (wl-summary-sync-update): Ditto.
2450         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2451
2452         * wl-score.el (wl-score-header-index): Redefine 2th element.
2453         (wl-score-overview-entity-get-extra): Abolish.
2454         (wl-score-ov-entity-get): Rewrite.
2455         (wl-score-string-index<, wl-score-string-func<): Abolish.
2456         (wl-score-string<): New function.
2457         (wl-score-string-sort): Use it.
2458
2459         * wl-refile.el (wl-refile-guess-by-history): Use
2460         elmo-message-entity-field.
2461         (wl-refile-guess-by-from): Ditto.
2462         (wl-refile-guess-by-msgid): Ditto.
2463
2464         * Version number is increased to 2.11.16.
2465
2466 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2467
2468         * wl-folder.el (wl-folder-confirm-existence): Don't call
2469         file-exists-p if msgdb-path is nil.
2470         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2471         `wl-read-folder-hist' to `wl-read-folder-history'.
2472
2473 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2474
2475         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2476         `y-or-n-p'.
2477
2478 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2479
2480         * wl-score.el (wl-score-headers): Don't use
2481         elmo-folder-do-each-message-entity.
2482
2483         * Version number is increased to 2.11.15.
2484
2485 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2486
2487         * wl-summary.el (wl-summary-delete-all-msgs): Use
2488         elmo-folder-move-messages instead of elmo-folder-delete-messages
2489         and elmo-folder-detach-messages.
2490         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2491
2492         * wl-expire.el (wl-expire-delete): Ditto.
2493         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2494
2495 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2496
2497         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2498         (wl-message-header-narrowing-fields): Ditto.
2499         (wl-message-header-narrowing-lines): Ditto.
2500         (wl-message-header-narrowing-string): Ditto.
2501
2502         * wl-summary.el (wl-summary-mode-map): Bind
2503         wl-summary-toggle-header-narrowing to "C-cC-f".
2504         (wl-summary-toggle-header-narrowing): New function.
2505
2506         * wl-message.el (wl-message-buffer-create): Call
2507         wl-message-header-narrowing-setup.
2508         (wl-message-redisplay): Call wl-message-header-narrowing.
2509         (wl-message-header-narrowing): New function.
2510         (wl-message-header-narrowing-map): New keymap.
2511         (wl-message-header-narrowing-widen-map): New keymap.
2512         (wl-message-header-narrowing-again-at-mouse): New function.
2513         (wl-message-header-narrowing-1): Ditto.
2514         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2515         (wl-message-header-narrowing-setup): Ditto.
2516         (wl-message-header-narrowing-toggle): Ditto.
2517         
2518         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2519
2520         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2521         'flag as all.
2522         (wl-use-flag-folder-help-echo): New user option.
2523
2524         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2525         wl-summary-highlight as nil.
2526         (wl-summary-set-mark-modified): Follow the API change.
2527         (wl-summary-mark-modified-p): Ditto.
2528         (wl-summary-mark-as-read-all): Ditto.
2529         (wl-summary-sync-marks): Don't call
2530         elmo-folder-list-messages-with-global-mark.
2531         (wl-summary-mark-as-read-internal): Follow the API change.
2532         (wl-summary-mark-as-answered-internal): Ditto.
2533         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2534         Follow the API change.
2535         (wl-summary-create-line): Call with number argument.
2536         (wl-summary-reply): Follow the API change.
2537
2538         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2539         function.
2540         (wl-highlight-summary-line-string): Call it when
2541         wl-use-flag-folder-help-echo is non-nil.
2542         (wl-highlight-summary-current-line): Ditto.
2543         (elmo-flag-folder-referrer): Added autoload setting.
2544
2545         * wl-draft.el (wl-draft-kill): Follow the API change.
2546
2547         * Version number is increased to 2.11.14.
2548         
2549 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2552
2553 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2554
2555         * Version number is increased to 2.11.13.
2556
2557 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2558
2559         * wl-draft.el (wl-draft-previous-history-element): Fixed
2560         unbalanced parenthesis and bind unbound local variables.
2561
2562 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2563
2564         * wl-draft.el (wl-draft-previous-history-element): New function.
2565         (wl-draft-next-history-element): Ditto.
2566         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2567         them to M-p and M-n.
2568
2569 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * Version number is increased to 2.11.12.
2572
2573 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2574
2575         * wl-draft.el (wl-draft-hide): Select buffer-window.
2576
2577 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2578
2579         * wl-summary.el (wl-summary-narrow-to-region): New function.
2580         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2581         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2582         (wl-summary-save-region): Use it.
2583         * wl-action.el (wl-summary-collect-numbers-region)
2584         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2585
2586 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2587
2588         * wl-folder.el (wl-folder-count-incorporates): Don't use
2589         `elmo-msgdb-mark-load'
2590
2591         * Version number is increased to 2.11.11.
2592
2593 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2594
2595         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2596         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2597
2598 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2601
2602 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2603
2604         * Version number is increased to 2.11.10.
2605
2606 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-mime.el (wl-draft-attribute-value): Fixed.
2609
2610 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-util.el (wl-copy-local-variables): New function.
2613
2614         * wl-mime.el (wl-draft-attribute-recipients): New function.
2615         (wl-draft-attribute-envelope-from): Ditto.
2616         (wl-draft-attribute-smtp-posting-server): Ditto.
2617         (wl-draft-attribute-smtp-posting-port): Ditto.
2618         (wl-draft-attribute-value): Ditto.
2619         (wl-draft-preview-message): Use it to get value for
2620         attributes. Reflect result of `wl-draft-config'.
2621
2622         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2623         and call `wl-summary-mark-as-read' before to call
2624         `wl-summary-unset-mark'.
2625         (wl-summary-target-mark-mark-as-unread): Likewise.
2626         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2627
2628 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2629
2630         * wl-mime.el (wl-draft-preview-message): Use actual value for
2631         attributes; Fix for small window.
2632
2633 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2634
2635         * wl-refile.el (wl-refile-get-field-value): Call
2636         `elmo-message-entity-field' with 3rd argument is non-nil.
2637
2638 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-vars.el (wl-draft-preview-attributes): New user option.
2641         (wl-draft-preview-attributes-list): Ditto.
2642         (wl-draft-preview-attributes-buffer-lines): Ditto.
2643         (wl-draft-preview-attributes-buffer-name): Ditto.
2644
2645         * wl-mime.el (wl-draft-preview-message): Display attributes.
2646
2647 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2648
2649         * wl-summary.el (wl-summary-detect-mark-position): Bind
2650         wl-summary-flag-priority-list to '(new).
2651
2652 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2653
2654         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2655         funtion.
2656         (wl-highlight-summary-line-string): Use it.
2657         (wl-highlight-summary-current-line): Ditto.
2658
2659 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2662         line even when the mark string is not changed.
2663
2664         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2665         argument change in the wl-summary-create-line.
2666         (wl-thread-insert-entity-sub): Ditto.
2667
2668         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2669         argument change in the wl-summary-create-line.
2670         (wl-summary-insert-sequential): Ditto.
2671         (wl-summary-update-thread): Ditto.
2672         (wl-summary-persistent-mark-string): New inline function.
2673         (wl-summary-message-mark): Use it.
2674         (wl-summary-create-line): Abolish argument wl-persistent-mark
2675         and added wl-flags, wl-cached.
2676
2677         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2678         mark to flags.
2679         (wl-highlight-summary-current-line): Decide the face not by the 
2680         persistent mark but flags.
2681
2682 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2683
2684         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2685         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2686         wl-summary-read-uncached-mark): Revive.
2687         (wl-summary-answered-cached-mark,
2688         wl-summary-answered-uncached-mark): New user option.
2689         (wl-summary-score-marks): Follow the change above.
2690         (wl-summary-auto-refile-skip-marks): Ditto.
2691         (wl-summary-incorporate-marks): Ditto.
2692         (wl-summary-expire-reserve-marks): Ditto.
2693         (wl-summary-flag-priority-list): New user option.
2694
2695         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2696         changes.
2697         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2698         of elmo-message-mark.
2699         (wl-summary-mark-as-read-internal): Ditto.
2700         (wl-summary-mark-as-answered): Ditto.
2701         (wl-summary-mark-as-important): Ditto.
2702         (wl-summary-redisplay-internal): Ditto.
2703         (wl-summary-redisplay-no-mime-internal): Ditto.
2704         (wl-summary-message-mark): New function.
2705         (wl-summary-insert-sequential): Use wl-summary-message-mark
2706         instead of elmo-message-mark.
2707         (wl-summary-update-thread): Ditto.
2708         (wl-summary-persistent-mark): Ditto.
2709         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2710         instead of elmo-message-mark.
2711
2712         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2713         wl-summary-message-mark instead of elmo-message-mark.
2714         (wl-thread-insert-entity-sub): Ditto.
2715         (wl-thread-get-children-msgs-uncached): Ditto.
2716
2717         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2718         variable name changes.
2719         (wl-highlight-summary-current-line): Ditto.
2720
2721         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2722         wl-summary-message-mark instead of elmo-message-mark.
2723
2724         * wl-expire.el (wl-expire-message-p): Ditto.
2725
2726         * wl-score.el (wl-score-headers): Ditto.
2727
2728         * Version number is increased to 2.11.9.
2729
2730         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2731         (wl-summary-sync-update): Follow the change above.
2732         (wl-summary-switch-to-clone-buffer): Ditto.
2733         (wl-summary-open-folder): Ditto.
2734
2735 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2736
2737         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2738         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2739
2740         * Version number is increased to 2.11.8.
2741
2742         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2743
2744         * wl-expire.el (wl-expire-refile): Follow the API change on
2745         `elmo-folder-move-messages'.
2746         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2747
2748         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2749         (wl-summary-exec-action-refile): Ditto.
2750         (wl-summary-exec-action-copy): Ditto.
2751         (wl-summary-no-auto-refile-message-p): No use
2752         `wl-summary-buffer-msgdb'.
2753         (wl-summary-auto-refile): Ditto.
2754
2755 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2756
2757         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2758
2759 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2760
2761         * wl-summary.el (wl-summary-sync): Treat no-sync.
2762
2763         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2764         (wl-default-sync-range): Ditto.
2765
2766 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2767
2768         * wl-refile.el (wl-refile-subject-learn): Call
2769         `elmo-message-entity-field' with 3rd argument is non-nil.
2770         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2771         instead of `elmo-msgdb-overview-entity-get-subject'.
2772
2773 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2776         scan-type is rescan.
2777         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2778         new optional argument force is non-nil.
2779         (wl-summary-save-view-cache): Call it with force argument non-nil.
2780
2781         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2782
2783 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * wl-action.el (wl-summary-print-argument): Fixed last change.
2786
2787 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788
2789         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2790         simplified.
2791         (wl-summary-target-mark-mark-as-unread): Likewise.
2792         (wl-summary-target-mark-mark-as-important): Likewise.
2793
2794 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2795
2796         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2797         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2798         (wl-summary-mark-as-important-region): Change accordingly.
2799         (wl-summary-target-mark-mark-as-important): Ditto.
2800
2801 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2802
2803         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2804
2805         * wl-action.el (wl-summary-print-argument): Print argument to
2806         right side of window if `wl-summary-print-argument-within-window'
2807         is non-nil.
2808
2809 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2810
2811         * wl-action.el (wl-summary-set-mark): Use
2812         `wl-summary-message-visible-p' to check visibility of the message
2813         and jump to message only when the message line is visible and have
2814         different number; Call wl-summary-unset-mark with number argument.
2815         (wl-summary-unset-mark): 
2816         Use `wl-summary-message-visible-p'
2817         to check visibility of the message and jump to message only when
2818         the message line is visible and have different number;
2819
2820 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * Version number is increased to 2.11.7.
2823
2824         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2825         and wl-folder-summary-line-format.
2826
2827         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2828         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2829         (wl-summary-set-score-mark): Use it.
2830         (wl-summary-target-mark-mark-as-read): Ditto.
2831         (wl-summary-target-mark-mark-as-unread): Ditto.
2832         (wl-summary-target-mark-mark-as-important): Ditto.
2833         (wl-summary-target-mark-msgs): Simplified.
2834         (wl-summary-detect-mark-position): Fixed problem when
2835         summary-line-format no contain persisten/temp mark spec.
2836         (wl-summary-temp-mark): Ditto.
2837         (wl-summary-persistent-mark): Ditto.
2838         (wl-summary-update-persistent-mark): Ditto.
2839
2840         * wl-action.el (wl-summary-set-mark): Ditto.
2841         (wl-summary-unset-mark): Ditto.
2842         All other related portions are changed.
2843
2844 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2845
2846         * Version number is increased to 2.11.6.
2847
2848 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl-util.el (wl-current-message-buffer): Define as function;
2851         Don't use the value of wl-messge-buffer.
2852
2853         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2854         persistent mark.
2855
2856         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2857         no current message, cause an error.
2858
2859 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2860
2861         * wl-summary.el (wl-summary-set-message-modified): Use
2862         elmo-folder-set-message-modified instead of
2863         elmo-folder-set-message-modified-internal.
2864
2865 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2868         interactively.
2869         (wl-summary-sync): nokill->entirely.
2870         (wl-summary-sync-marks): Fixed message.
2871         (wl-summary-input-range): Added mark, nokill->entirely.
2872
2873         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2874         messages as read.
2875
2876 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2877
2878         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2879         update-noscore.
2880         (wl-summary-sync): Follow the change above.
2881
2882 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-action.el (wl-summary-target-mark-all): Use
2885         elmo-folder-list-messages.
2886
2887 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2888
2889         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2890         (wl-summary-rescan): Set wl-summary-scored as nil.
2891         (wl-summary-sync-force-update): Follow the change above.
2892         (wl-summary-sync): Ditto.
2893         (wl-summary-sync-update): Added argument disable-killed.
2894         (wl-summary-insert-headers): Set visible-only argument for
2895         elmo-folder-list-messages.
2896         (wl-summary-input-range): Added update-nokill, update-noscore,
2897         all-nokill, all-noscore and mark.
2898
2899         * Version number is increased to 2.11.5.
2900
2901         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2902
2903 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2904
2905         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2906         (wl-summary-prefetch-region-no-mark): Change accordingly.
2907         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2908
2909 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2910
2911         * wl-address.el (wl-complete-field-to): Abolished.
2912         (wl-complete-address): Completion function for completing-read.
2913         * wl-action.el (wl-summary-get-resend-address): Use it.
2914
2915         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2916         wl-summary-update-mark and abolish unused argument.
2917         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2918         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2919         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2920         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2921         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2922         * wl-draft.el (wl-draft-kill): Ditto.
2923
2924         * wl-summary.el: Remove unused binding of case-fold-search.
2925         (wl-summary-replace-status-marks): Abolished.
2926
2927 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2930         is specified or folder length is zero.
2931
2932 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2933
2934         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2935         (wl-folder-archive-current-entity): Ditto.
2936
2937 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2938
2939         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2940         retrieving message mark.
2941         (wl-summary-redisplay-internal): Ditto.
2942
2943         * wl-message.el (wl-message-buffer-display): Ignore errors while
2944         retrieving message-id field.
2945
2946         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2947         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2948         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2949         order of the arguments for `wl-expire-message-p'.
2950         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2951
2952         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2953         Check return value of wl-summary-reply.
2954         (wl-summary-reply): Recover window configuration when an error occured.
2955
2956 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2957
2958         * wl-summary.el (wl-summary-resend-message): Abolished, the
2959         feature is inherited by wl-summary-resend (put resend mark).
2960
2961 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2962
2963         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2964         wl-message-buffer to nil when the message is hide.
2965
2966 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2967
2968         * .cvsignore: New file.
2969
2970 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2971
2972         * wl-action.el (wl-summary-action-docstring): Add more info.
2973         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2974         duplicate definition.
2975         (wl-summary-define-mark-action): Functions wl-summary-*-region
2976         keep current position.
2977         (wl-summary-unregister-target-mark): Store result to the variable.
2978
2979 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2980
2981         * Version number is increased to 2.11.4.
2982
2983 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2984
2985         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2986         wl-summary-delete-all-temp-marks.
2987         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2988
2989         * wl-action.el (wl-summary-set-mark): Changed terminology
2990         refile-destination -> action-argument.
2991         (wl-summary-unset-mark): Ditto.
2992         (wl-summary-remove-argument): Ditto.
2993         (wl-summary-print-argument): Ditto.
2994
2995         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2996         (wl-thread-remove-argument-region): Ditto.
2997         (wl-thread-print-argument-region): Ditto.
2998         (wl-thread-close): Ditto.
2999         (wl-thread-open): Ditto.
3000
3001         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3002         (wl-highlight-refile-destination-face is abolished)
3003         (wl-highlight-action-argument-string): Ditto.
3004         (wl-highlight-summary-current-line): Highlight action argument.
3005
3006         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3007         color for light backgrounds.
3008         (wl-highlight-summary-answered-face): Ditto.
3009
3010 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3011
3012         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3013
3014         * wl-score.el (wl-summary-score-update-all-lines): Use
3015         wl-summary-set-mark.
3016         (wl-summary-score-update-all-lines): Kill expunged messages.
3017
3018         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3019
3020 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3021
3022         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3023         directly.
3024         (wl-score-overview-entity-get-lines): Ditto.
3025         (wl-score-overview-entity-get-xref): Ditto.
3026         (wl-score-get-latest-msgs): Ditto.
3027         (wl-summary-rescore): Ditto.
3028
3029         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3030         to "&".
3031         (wl-summary-mark-as-answered-internal): New inline function.
3032         (wl-summary-mark-as-answered): New function.
3033         (wl-summary-mark-as-unanswered): Ditto.
3034         (wl-summary-sync-marks): Modified for answered-mark synching.
3035
3036 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * wl-action.el (wl-summary-set-mark): Fixed last change.
3039
3040 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3041
3042         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3043         behavior of wl-summary-unread-message-hook
3044         (Pointed out by akira yamada <akira@arika.org>).
3045
3046 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047
3048         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3049         wl-summary-delete.
3050         * wl-xmas.el (wl-summary-toolbar): Ditto.
3051
3052         * wl-action.el (wl-summary-set-mark): Don't override current
3053         temp-mark.
3054
3055         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3056
3057 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3058
3059         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3060         (wl-refile-msgid-learn): Ditto.
3061         (wl-refile-get-field-value): Ditto.
3062
3063         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3064
3065         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3066         (wl-expire-delete-reserved-messages): Renamed from
3067         wl-expire-reserve-marked-msgs-from-list.
3068         (wl-expire-delete): Removed argument `msgdb'.
3069         (wl-expire-refile): Ditto.
3070         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3071         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3072         mark-alist as argument.
3073         (wl-expire-archive-number1): Removed argument `msgdb'.
3074         (wl-expire-archive-number2): Ditto.
3075         (wl-expire-archive-date): Ditto.
3076         (wl-expire-localdir-date): Ditto.
3077         (wl-expire-hide): Ditto.
3078         (wl-archive-number1): Ditto.
3079         (wl-archive-number2): Ditto.
3080         (wl-archive-date): Ditto.
3081         (wl-archive-folder): Ditto.
3082         All other related portions are changed.
3083
3084 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3085
3086         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3087         mean move up and down. (suggested by Takashi Kawachi)
3088
3089 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3090
3091         * wl-acap.el (toplevel): Don't require un-define.
3092
3093 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3094
3095         * wl-thread.el (wl-thread-delete-message): Always update
3096         wl-summary-buffer-number-list.
3097
3098         * wl-action.el (wl-summary-print-destination): 
3099         Do nothing when folder is nil.
3100
3101 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3102
3103         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3104         persistent mark when prefetch is succeeded.
3105
3106 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3107
3108         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3109         instead of elmo-msgdb-delete-msgs.
3110         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3111         (wl-expire-hide): Ditto.
3112
3113         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3114
3115         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3116         elmo-msgdb interface.
3117         (wl-thread-get-exist-children): Likewise.
3118         (wl-thread-insert-message): Likewise.
3119         (wl-thread-msg-mark-as-important): Likewise.
3120         (wl-thread-insert-entity-sub): Likewise.
3121         (wl-thread-get-children-msgs-uncached): Likewise.
3122
3123         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3124         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3125         (wl-summary-sync-update): Likewise.
3126         (wl-summary-auto-select-msg-p): Likewise.
3127         (wl-summary-update-thread): Likewise.
3128         (wl-summary-mark-as-important): Likewise.
3129         (wl-summary-jump-to-msg-internal): Likewise.
3130         (wl-summary-redisplay-internal): Likewise.
3131         (wl-summary-print-message-with-ps-print): Likewise.
3132         (wl-summary-folder-info-update): Likewise.
3133
3134         * wl-folder.el (wl-folder-check-one-entity):
3135         elmo-folder-count-flags instead of wl-summary-count-unread.
3136
3137         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3138
3139         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3140
3141         * wl-summary.el (wl-summary-set-message-modified): 
3142         Call wl-summary-set-mark-modified.
3143         (wl-summary-delete-messages-on-buffer): Call
3144         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3145         (wl-summary-sync-update): Call elmo-folder-length instead of
3146         elmo-folder-messages.
3147         (wl-summary-insert-headers): Don't call
3148         elmo-folder-list-message-entities.
3149
3150 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3151
3152         * wl-action.el (wl-summary-define-mark-action): Call
3153         `wl-summary-set-mark' with argument `data'.
3154         (wl-summary-auto-refile): Fixed order of arguments when call
3155         `wl-summary-refile'.
3156
3157 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3158
3159         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3160
3161         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3162
3163         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3164         (Renamed from wl-highlight-summary-deleted-face).
3165         (wl-highlight-summary-resend-face): New face.
3166
3167         (wl-highlight-summary-deleted-face): Renamed from
3168         wl-highlight-summary-erased-face.
3169
3170         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3171
3172         * wl-action.el (wl-summary-get-resend-address): New function.
3173         (wl-summary-exec-action-resend): Ditto.
3174         (wl-summary-exec-action-resend-subr): Ditto.
3175
3176         * w-thread.el (wl-thread-copy): Removed definition.
3177         (wl-thread-refile): Ditto.
3178         (wl-thread-delete): Ditto.
3179         (wl-thread-target-mark): Ditto.
3180
3181         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3182         (wl-summary-target-mark-set-action): Fixed.
3183         (wl-summary-define-mark-action): Fixed quotation.
3184         (wl-summary-move-mark-list-messages): Display message.
3185         (wl-summary-define-mark-action): Define thread functions.
3186         (wl-summary-exec-action-refile): Changed message.
3187         (wl-summary-exec): Ditto.
3188
3189 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3190         
3191         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3192         '%%'.
3193
3194 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3195
3196         * wl.el (toplevel): Require wl-action.
3197         (wl-init): Call wl-summary-define-mark-action.
3198
3199         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3200
3201         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3202         wl-summary-delete and wl-summary-erase.
3203         (wl-summary-mode-map): Ditto.
3204
3205         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3206         wl-delete-folder-alist.
3207
3208         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3209         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3210         (toplevel): Moved mark & action related functions to the wl-action.el.
3211
3212         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3213         in wl-summary-mark-action-list.
3214         (wl-highlight-summary-current-line): Ditto.
3215
3216         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3217         empty lines.
3218
3219         * wl-action.el: New file. 
3220
3221 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3222
3223         * wl-summary.el (wl-summary-target-mark-replace): New function.
3224         (wl-summary-target-mark-prefetch): Use it.
3225         (wl-summary-target-mark-delete): Ditto.
3226         (toplevel): Rearranged definition order.
3227         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3228         (wl-summary-target-mark-erase): Rewrite.
3229         (wl-summary-erase-region): New function.
3230         (wl-summary-exec-action-erase): Changed message.
3231         (wl-summary-move-mark-list-messages): New function.
3232         (wl-summary-exec-action-delete): Use it.
3233         (wl-summary-exec-action-erase): Ditto.
3234
3235         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3236         (wl-summary-skip-mark-list): Added "d".
3237
3238         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3239         while searching.
3240
3241         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3242         and define using defcustom;
3243         Define 4th element as a face.
3244         
3245         * wl-summary.el (wl-summary-incorporate): Use 
3246         `wl-summary-prefetch-region-no-mark' instead of
3247         `wl-summary-prefetch-region'.
3248         (wl-summary-prefetch-region-no-mark): Revival of old
3249         `wl-summary-prefetch-region'.
3250         (wl-summary-mark-action-list): Moved to wl-vars.el
3251
3252         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3253         face according to the `wl-summary-mark-action-list'.
3254         (wl-highlight-summary-current-line): Ditto;
3255         Removed destination highlighting.
3256
3257         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3258         (wl-highlight-summary-line-string): Highlight for "i" mark.
3259         (wl-highlight-summary-current-line): Ditto.
3260
3261         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3262         no destination.
3263
3264         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3265         exists, just go ahead.
3266         (wl-summary-prefetch-region): Rewrite.
3267         (wl-summary-prefetch): Ditto.
3268         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3269         (wl-summary-exec-action-prefetch): New function.
3270         (wl-summary-target-mark-prefetch): Rewrite.
3271
3272 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3273
3274         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3275         (wl-highlight-summary-line-string): Added "d" and "D".
3276         (wl-highlight-summary-current-line): Ditto.
3277
3278         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3279         in wl-summary.el.
3280         (wl-thread-insert-entity-sub): Ditto.
3281         (wl-thread-remove-destination-region): Ditto.
3282         (wl-thread-print-destination-region): Ditto.
3283
3284         * wl-summary.el (wl-summary-buffer-refile-list,
3285         wl-summary-buffer-delete-list,
3286         wl-summary-buffer-copy-list): Abolish.
3287         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3288         All other related portions are changed.
3289         (wl-summary-mark-action-list): New variable.
3290         (wl-summary-set-mark): New function.
3291         (wl-summary-register-target-mark): Ditto.
3292         (wl-summary-unregister-target-mark): Ditto.
3293         (wl-summary-have-target-mark-p): Ditto.
3294         (wl-summary-register-temp-mark): Ditto.
3295         (wl-summary-unregister-temp-mark): Ditto.
3296         (wl-summary-registered-temp-mark): Ditto.
3297         (wl-summary-collect-temp-mark): Ditto.
3298         (wl-summary-unset-mark): Ditto.
3299         (wl-summary-set-target-mark): Ditto.
3300         (wl-summary-unset-target-mark): Ditto.
3301         (wl-summary-set-action-generic): Ditto.
3302         (wl-summary-unset-action-generic): Ditto.
3303         (wl-summary-exec-action-delete): Ditto.
3304         (wl-summary-exec-action-erase): Ditto.
3305         (wl-summary-set-action-refile): Ditto.
3306         (wl-summary-set-action-refile-subr): Ditto.
3307         (wl-summary-unset-action-refile): Ditto.
3308         (wl-summary-make-destination-numbers-list): Ditto.
3309         (wl-summary-exec-action-refile): Ditto.
3310         (wl-summary-set-action-copy): Ditto.
3311         (wl-summary-unset-action-copy): Ditto.
3312         (wl-summary-exec-action-copy): Ditto.
3313         (wl-summary-collect-numbers-region): Ditto.
3314         (wl-summary-delete): Rewrite.
3315         (wl-summary-erase): Ditto.
3316         (wl-summary-remove-destination): Ditto.
3317         (wl-summary-exec): Ditto.
3318         (wl-summary-exec-region): Ditto.
3319         (wl-summary-target-mark-erase): Ditto.
3320         (wl-summary-refile): Ditto.
3321         (wl-summary-copy): Ditto.
3322         (wl-summary-unmark): Ditto.
3323         (wl-summary-delete-all-mark): Ditto.
3324         (wl-summary-mark-line): Don't highlight.
3325         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3326         (wl-summary-target-mark-refile-subr): Rewrite.
3327
3328         (wl-summary-copy-prev-destination): Abolish.
3329
3330 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3331
3332         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3333         default values along the value of wl-on-mule.
3334         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3335         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3336         It is not used anywhere.
3337
3338 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3339
3340         * wl-summary.el (wl-summary-print-destination): Keep position.
3341         (wl-summary-cursor-move-surface): Keep horizontal position.
3342
3343 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3344
3345         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3346         write sendlog.
3347
3348 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3349
3350         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3351         `wl-summary-highlight'.
3352
3353 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3354
3355         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3356         trivial condition for temp-mark.
3357
3358 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3359
3360         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3361         when it hits killed buffer.
3362
3363 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3364
3365         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3366         * wl-news.el.in: `message' and `error' take format string.
3367
3368 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3369
3370         * wl-folder (wl-folder-insert-entity): Display a message,
3371         `...done', when the work finish.
3372         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3373
3374 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3375
3376         * wl-message.el (wl-message-redisplay): Remove unused local
3377         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3378
3379 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3380
3381         * wl-summary.el (wl-summary-replace-status-marks): Disable
3382         interactive use.
3383         (wl-summary-reedit): Check message existence at first.
3384         (wl-summary-mark-line): Fix doc, return value is indefinite.
3385
3386         * wl-highlight.el (wl-highlight-message): Arranged.
3387
3388         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3389         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3390         check temp-mark by wl-summary-temp-mark always.
3391         (wl-highlight-summary): Change accordingly.
3392         * wl-summary.el (wl-summary-mark-as-read-all)
3393         (wl-summary-delete-cache, wl-summary-set-score-mark)
3394         (wl-summary-mark-as-unread, wl-summary-unmark)
3395         (wl-summary-mark-line, wl-summary-mark-as-read)
3396         (wl-summary-mark-as-important): Ditto.
3397
3398         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3399         end of the window if possible.
3400         * wl-summary.el (wl-summary-sync-update): Support lazy
3401         highlighting.
3402         (wl-summary-toggle-disp-msg): Ditto.
3403
3404 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3405
3406         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3407
3408 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3409
3410         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3411         change.
3412
3413 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3414
3415         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3416         API.
3417         (wl-summary-sync-update): Ditto.
3418
3419         * wl-score.el (wl-score-get-score-alist): Changed argument.
3420         (wl-summary-rescore-msgs): Likewise.
3421         (wl-summary-score-headers): Likewise.
3422         (wl-score-headers): Likewise;
3423         Use elmo-folder-do-each-message-entity, etc.
3424         (wl-summary-score-effect): Follow the changes above.
3425         (wl-summary-rescore): Ditto.
3426         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3427         (wl-score-get-overview): Abolish.
3428
3429         * wl-summary.el (wl-summary-default-from): Follow the API change in
3430         elmo-msgdb.
3431         (wl-summary-count-unread): Ditto.
3432         (wl-summary-detect-mark-position): Ditto.
3433         (wl-summary-overview-entity-compare-by-date): Ditto.
3434         (wl-summary-overview-entity-compare-by-number): Ditto.
3435         (wl-summary-overview-entity-compare-by-from): Ditto.
3436         (wl-summary-overview-entity-compare-by-subject): Ditto.
3437         (wl-summary-get-list-info): Ditto.
3438         (wl-summary-rescan): Ditto.
3439         (wl-summary-jump-to-msg-by-message-id): Ditto.
3440         (wl-summary-sync-update): Ditto; Removed comment.
3441         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3442         (wl-summary-insert-message): Use wl-summary-insert
3443         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3444         (wl-summary-insert-headers): Changed argument overview to folder.
3445         (wl-summary-search-by-subject): Likewise.
3446         (wl-summary-insert-thread): Renamed from 
3447         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3448
3449         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3450         too.
3451
3452         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3453         wl-string-member.
3454
3455 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3456
3457         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3458         elmo-folder-append-buffer.
3459         (wl-draft-queue-append): Likewise.
3460
3461         * wl-mime.el (wl-message-delete-current-part): Ditto.
3462         (wl-summary-burst-subr): Ditto.
3463
3464         * wl-news.el.in (wl-news-send-news): Ditto.
3465
3466 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3467
3468         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3469         function.
3470         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3471         (wl-summary-update-mark): Enclose with save-excursion.
3472         (wl-summary-mark-as-read-internal): Fixed last change.
3473         (wl-summary-mark-as-important): Use 3rd argument of
3474         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3475         Don't use elmo-msgdb-set-mark.
3476         (wl-summary-redisplay-internal): If msgdb flag is already read,
3477         just update the mark on buffer.
3478
3479 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3480
3481         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3482         cut visible folder when elmo-folder-delete returns non-nil value.
3483
3484 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3485
3486         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3487         by Kenichi OKADA <okada@opaopa.org>).
3488
3489 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3490
3491         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3492
3493 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3494
3495         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3496         Fixed the last change, search group entity by its real name.
3497         (Thanks to: KOBAYASHI Shinji)
3498
3499 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3500
3501         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3502         (wl-fldmgr-access-display-all): Don't refer visible name.
3503         * wl-expire.el (wl-folder-archive-current-entity)
3504         (wl-folder-expire-current-entity): Ditto.
3505         * wl-folder.el (wl-folder-jump-to-current-entity)
3506         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3507         (wl-folder-open-folder-sub,wl-folder-open-all)
3508         (wl-folder-write-current-folder): Ditto.
3509         (wl-folder-insert-entity): Don't use petname for normal group.
3510         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3511         is the real name.
3512         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3513         Abolished.
3514
3515 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3516
3517         * wl-draft.el (wl-draft-create-buffer): Add
3518         `wl-summary-reply-with-citation'
3519
3520 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3521
3522         * wl-draft.el (wl-draft-reply): Fixed.
3523
3524 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3525
3526         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3527         when `wl-draft-send-confirm-with-preview' is non-nil.
3528         You can scroll up/down by j/k.
3529         (wl-draft-send-confirm-with-preview): New variable (default=t).
3530
3531 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3532
3533         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3534         (wl-fldmgr-save-folders): Fix comment.
3535
3536 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3537
3538         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3539         along the last change in `wl-folder-buffer-group-p'.
3540
3541 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3542
3543         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3544         folder.
3545
3546         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3547         the default value.
3548
3549         * wl-mime.el (wl-summary-burst): Update summary only when target
3550         folder equals current folder.
3551
3552 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3553
3554         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3555
3556 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3557
3558         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3559         value.
3560
3561 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3564         `map-extents' instead of `extent-at' repeatedly.
3565         (wl-highlight-folder-current-line): Ditto.
3566
3567         * wl-highlight.el: Remove useless dummy functions.
3568
3569 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3570
3571         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3572         (wl-folder-put-folder-property): New function to put text property.
3573         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3574         (wl-folder-insert-entity, wl-folder-update-diff-line)
3575         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3576         * wl-e21.el, wl-xmas.el, wl-mule.el
3577         (wl-highlight-folder-current-line): Ditto.
3578         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3579         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3580         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3581         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3582
3583 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * Version number is increased to 2.11.3.
3586
3587 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3588
3589         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3590         Resume current-buffer since it is assumed by remaining tasks.
3591
3592 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3593
3594         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3595         (wl-folder-completion-function): Abolished.
3596         (wl-folder-complete-folder): New function.
3597         (wl-folder-complete-filter-condition): Ditto.
3598         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3599         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3600
3601 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3602
3603         * wl-draft.el (wl-draft-send-confirm): New function.
3604         (wl-draft-send): Use it.
3605
3606         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3607         cursor-in-echo-area while confirming.
3608
3609         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3610
3611         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3612         searching via nntp if wl-summary-search-via-nntp is 'force.
3613         Otherwise, invoke searching in nntp folder only.
3614         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3615
3616         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3617         explicitly for mime-make-text-tag.
3618
3619 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3620
3621         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3622         `mime-make-text-tag' instead of `mime-create-tag'.
3623
3624 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3627         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3628
3629 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3630
3631         * wl-score.el (wl-score-save): Bind print-length and print-level.
3632         (wl-score-pretty-print): Ditto.
3633         (wl-score-edit-insert-header-entry): Ditto.
3634
3635         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3636         "From" entry to be treated with wl-draft-eword-encode-address-list.
3637         * wl-mime.el (wl-draft-preview-message): Ditto.
3638
3639         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3640         (wl-summary-mark-as-unread): Ditto.
3641         (wl-summary-mark-as-read-region): Change accordingly.
3642         (wl-summary-mark-as-unread-region): Ditto.
3643         (wl-summary-target-mark-mark-as-read): Ditto.
3644         (wl-summary-target-mark-mark-as-unread): Ditto.
3645
3646 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3647
3648         * Version number is increased to 2.11.2.
3649
3650 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3651
3652         * wl-news.el.in (wl-news-previous-version-save): Bind
3653         print-length and print-level.
3654         * wl-thread.el (wl-thread-save-entities): Ditto.
3655         (wl-thread-save-top-list): Bind print-length.
3656
3657 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3658
3659         * wl-highlight.el (wl-highlight-summary-line-string): Use
3660         wl-summary-score-below-mark, wl-summary-score-over-mark.
3661         (wl-highlight-summary-current-line): Ditto.
3662
3663 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3664
3665         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3666         insert it.
3667
3668 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3669
3670         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3671
3672 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3673
3674         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3675         message without msgid.
3676         Rewrite with elmo-folder-move-messages.
3677         Set wl-message-buffer to nil.
3678
3679         * wl-summary.el (wl-summary-erase-subr): New function. Use
3680         elmo-folder-move-messages.
3681         (wl-summary-erase): Call it.
3682         (wl-summary-target-mark-erase): Ditto.
3683
3684 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3685
3686         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3687         it is not up-tp-date.
3688
3689 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3692         buffer after calling `wl-summary-goto-folder-subr' without the
3693         argument `interactive'.
3694         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3695
3696 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3697
3698         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3699         `mime-create-tag'. Use `string=' instead of `looking-at'.
3700
3701 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3702
3703         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3704         to avoid compile warning.
3705
3706         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3707         entity-id when folder is given.
3708         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3709         save-excursion, use save-selected-window instead.
3710         Select folder buffer window if exists.
3711         (To correct behavior with wl-folder-move-cur-folder.)
3712
3713 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3714
3715         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3716
3717 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3718
3719         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3720         list-count instead of %d.
3721
3722 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3723
3724         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3725         (wl-news): Set it.
3726         (wl-news-append-to-folder): Use it.
3727
3728         * wl-news.el.in (wl-news-send-news): Append to specified folder
3729         instead of wl-default-folder.
3730         (wl-news-append-to-folder): Show error message with specified folder.
3731
3732         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3733                 In most major modes, Emacs assumes that any opening
3734                 delimiter found at the left margin is the start of a
3735                 top-level definition, or defun. Therefore, *never put an
3736                 opening delimiter at the left margin unless it should have
3737                 that significance.*
3738
3739         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3740
3741 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3742
3743         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3744
3745 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3746
3747         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3748
3749 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3750
3751         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3752         for sequential numbering case.
3753
3754 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3755
3756         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3757         value.
3758         (wl-draft-reply-without-argument-list): Ditto.
3759         (wl-draft-reply-myself-with-argument-list): Abolish.
3760         (wl-draft-reply-myself-without-argument-list): Ditto.
3761         * wl-draft.el (wl-draft-self-reply-p): New function.
3762         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3763
3764 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3765
3766         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3767         (avoid error for the case without byte-compiling)
3768
3769 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3770
3771         * wl-news.el.in (wl-news-append-to-folder): New function.
3772         (wl-news-exit): Rewrite.
3773         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3774
3775 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-draft.el (wl-draft-reply-position): New function.
3778         (wl-draft-reply-position): Fix.
3779         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3780         (wl-summary-target-mark-reply-with-citation): Ditto.
3781         (wl-summary-reply-with-citation): Ditto.
3782         * wl-vars.el (wl-draft-reply-default-position): New variable.
3783
3784 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3785
3786         * wl-draft.el (wl-draft-send): Preview when interactive send.
3787
3788 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3789
3790         * wl-draft.el (wl-draft-reply): Set default position.
3791         * wl-summary.el (wl-summary-reply): Ditto.
3792         (wl-summary-reply-with-citation): Ditto.
3793         (wl-summary-target-mark-reply-with-citation): Ditto.
3794
3795 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3796
3797         * wl-news.el.in (wl-news-lang): Set default value according to
3798         current-language-environment.
3799         (wl-news-append-news): Do nothing when news-list is nil.
3800
3801 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3802
3803         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3804         (wl-news): Change message.
3805         (wl-news-exit): Check buffer.
3806         (wl-news-force-exit): New function.
3807         (wl-news-show-all): New function.
3808         (wl-news-discard-and-exit): Fix.
3809
3810 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3813         according to current-language-environment.
3814
3815         * wl-news.el.in (wl-news): If arg, show all NEWS after
3816         wl-news-default-previous-version.
3817
3818 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3819
3820         * wl-news.el.in (wl-news-check): Rewritten.
3821         (wl-news-previous-version-load): Change data type.
3822         (wl-news-previous-version-save): Change data type.
3823         (wl-news-append-news): Add return value.
3824         (wl-news-check-news): New function.
3825         (wl-news-already-current-p): New function.
3826         (wl-news-send-news): Rewritten.
3827         (wl-news-mode-map): Add new keybind.
3828         (wl-news): Rewritten.
3829         (wl-news-exit): Rewritten.
3830         (wl-news-discard-and-mail): New function.
3831         (wl-news-send-to-address): Abolished.
3832         * wl.el (wl-init): Delete a message.
3833
3834 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3835
3836         * wl-news.el.in (wl-news-exit): Update previous version.
3837         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3838
3839 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3840
3841         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3842
3843 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3844
3845         * wl-news.el.in (wl-news): New function.
3846         (wl-news-mode): New function.
3847         (wl-news-next-line): New function.
3848         (wl-news-next-page): New function.
3849         (wl-news-exit): New function.
3850         (wl-news-buf-name): New variable.
3851         (wl-news-mode-map): New variable.
3852         (wl-news-winconf): New variable.
3853         (wl-news-append-news): Add an option.
3854
3855 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3856
3857         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3858
3859 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3860
3861         * wl-news.el.in (wl-news-send-to-address): New variable.
3862         (wl-news-send-news): Use it.
3863         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3864         Return updating status.
3865         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3866
3867 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3868
3869         * wl-news.el.in (wl-news-send-news): Delete
3870         Organization and X-Face.
3871
3872 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3873
3874         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3875         (wl-news-append-news): New function.
3876         (wl-news-send-news): New function.
3877
3878 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3879
3880         * Version number is increased to 2.11.1.
3881
3882 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3883
3884         * wl-news.el.in : New file.
3885
3886 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3887
3888         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3889         default value.
3890         (wl-draft-reply-without-argument-list): Ditto.
3891
3892 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3893
3894         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3895         (wl-message-buffer-prefetch-idle-time): Ditto.
3896         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3897
3898 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3899
3900         * wl-thread.el (wl-thread-insert-message): Use
3901         wl-summary-max-thread-depth.
3902
3903         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3904         loop detection.
3905
3906         * wl-message.el (wl-message-buffer-display): Back to the first page
3907         when cache is hit.
3908
3909 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3912
3913         * wl-summary.el (wl-summary-insert-thread-entity):
3914         If the thread depth is reached to wl-summary-max-thread-depth,
3915         divide the thread.
3916
3917 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3918
3919         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3920         for elmo-remove-passwd.
3921
3922 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3923
3924         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3925         folder is sticky.
3926         (wl-folder-mark-as-read-all-entity): Ditto.
3927         (wl-folder-prefetch-entity): Ditto.
3928
3929 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3930
3931         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3932
3933 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3934
3935         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3936         Delete messages on buffer for unplugged operation.
3937         (wl-summary-erase): Ditto.
3938
3939 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3940
3941         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3942         take nil so as not to search parent by subject.
3943
3944 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3945
3946         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3947         (wl-folder-get-next-folder): Ditto.
3948         (wl-folder-get-path): Ditto.
3949
3950 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3951
3952         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3953         system and encode the region with it before verifying.
3954
3955 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3956
3957         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3958         system of the echo buffer before decoding.
3959
3960 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3961
3962         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3963         original contents.
3964
3965 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3966
3967         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3968         with argument 'any-exists.
3969
3970 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3971
3972         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3973         Use `wl-cs-autoconv'.
3974
3975 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3976
3977         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3978         by `mime-view-automatic-conversion'.
3979
3980         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3981         (wl-message-verify-pgp-nonmime): Ditto.
3982         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3983         Bind them to C-c:d and C-c:v respectively.
3984
3985         Merge following code by Teranishi-san from [wl-en:00167].
3986         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3987         (wl-mime-preview-application/pgp-encrypted): Ditto.
3988         (wl-mime-setup): Add entry.
3989
3990 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * wl-summary.el (wl-summary-target-mark-erase): New function.
3993         Bind it to "mD".
3994
3995 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3996
3997         * wl-vars.el (wl-draft-write-file-function): Fix.
3998         (wl-draft-reedit-hook): Changed default value.
3999
4000         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4001         wl-draft-reedit-hook.
4002         (wl-draft-remove-text-plain-tag): New function.
4003         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4004
4005         * wl-vars.el (wl-draft-write-file-function): New user option.
4006
4007         * wl-draft.el (wl-draft-prepare-edit): Use it for
4008         local-write-file-hooks.
4009         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4010
4011         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4012         (wl-draft-insert-mail-header-separator): Return the body beginning
4013         point.
4014         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4015         text/plain.
4016         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4017
4018 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4019
4020         * wl-summary.el (wl-summary-erase): New function to erase message
4021         without moving it to trash. Bind to "D".
4022
4023         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4024         as `keep' unless switch-function.
4025
4026 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4029         message buffer by using `wl-summary-toggle-disp-msg'.
4030         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4031         buffer window.
4032         (wl-summary-supresedes-message): Ditto.
4033
4034         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4035         Do not delete other windows.
4036         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4037         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4038         (wl-draft-create-buffer): Set reply-or-forward also for target
4039         mark commands.
4040
4041 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4042
4043         * wl-draft.el (wl-user-agent-compose): Delete special case for
4044         switch-to-buffer-other-window.
4045
4046         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4047         (wl-summary-forward): Ditto.
4048
4049         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4050         function.
4051         (wl-draft-buffer-style): New use option.
4052
4053         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4054         (wl-draft): Follow the change above.
4055         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4056         wl-draft-buffer-style.
4057         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4058         switch-function.
4059
4060 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4061
4062         * wl-address.el (wl-address-make-completion-entry): Extracted from
4063         `wl-address-make-completion-list'.
4064         (wl-address-enable-strict-loading): New variable.
4065         (wl-address-make-completion-list): Revive petname duplication
4066         inquiry, and enable it if `wl-address-enable-strict-loading'.
4067         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4068
4069 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4070
4071         * wl-message.el (wl-message-get-original-buffer): Avoid
4072         'Selecting deleted buffer' error when original buffer is killed.
4073
4074 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4075
4076         * wl-summary.el (wl-summary-next-message): Use
4077         elmo-message-accessible-p instead of elmo-message-cached-p.
4078
4079 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4082
4083         * wl-thread.el (wl-thread-open-all-unread): Use
4084         elmo-folder-list-flagged instead of
4085         elmo-folder-list-messages-mark-match.
4086
4087         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4088         instead of elmo-folder-list-messages-mark-match.
4089         (wl-summary-move-spec-alist): New variable.
4090         (wl-summary-move-spec-plugged-alist,
4091         wl-summary-move-spec-unplugged-alist): Abolish.
4092         (wl-summary-next-message): Follow the change above.
4093         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4094         with 'no-msg' argument.
4095
4096         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4097         variable.
4098         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4099         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4100         (wl-message-buffer-prefetch-get-next): Follow the change above.
4101
4102 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4103
4104         * wl-version.el (wl-version): Changed codename.
4105
4106         * Version number is increased to 2.11.0.
4107
4108 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4109
4110         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4111         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4112         `wl-draft-config-variables'.
4113         (wl-draft-kill): Fixed problem when the draft is reedit.
4114
4115 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4116
4117         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4118         buffer-modified status (Thanks to
4119         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4120
4121 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4122
4123         * wl-util.el (wl-region-exists-p): New function.
4124
4125         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4126         Remove defvars for byte-compile warnings.
4127
4128 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4129
4130         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4131         defvar-maybe. Removed unused bind.
4132
4133 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4134
4135         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4136         summary buffer window before creating new frame.
4137         (wl-draft-reply): Ditto.
4138
4139 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4140
4141         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4142
4143 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4144
4145         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4146
4147 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4148
4149         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4150         instead of `kill-region'.
4151
4152 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4153
4154         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4155         (wl-highlight-summary-line-string): Use it.
4156         (wl-highlight-summary-current-line): Ditto.
4157
4158         * wl-mime.el (wl-message-delete-current-part): Check the class of
4159         mime-entity.
4160
4161         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4162
4163         * wl-summary.el (wl-summary-make-number-list): Initialize.
4164         (wl-summary-update-mark): New function.
4165         (wl-summary-reply): Put `answered' mark on the message.
4166         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4167
4168         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4169         (wl-draft-reply): Added optional argument `number';
4170         Set wl-draft-parent-number.
4171         (wl-draft-kill): Delete answered mark if it is a reply.
4172
4173 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4174
4175         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4176         that originates in mime-preview-follow-current-entity.
4177         (wl-draft-yank-current-message-entity): Use it if region is active.
4178
4179         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4180         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4181         `wl-message-delete-current-part'.
4182         * wl-mule.el (wl-message-define-keymap): Ditto.
4183         * wl-xmas.el (wl-message-define-keymap): Ditto.
4184
4185 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4186
4187         * wl-mime.el (wl-message-delete-current-part): New function.
4188         (wl-mime-node-id-to-string): Ditto.
4189
4190         * wl-mime.el (wl-message-delete-current-part): Use existing
4191         original buffer which corresponds current mime-view buffer.
4192         (fetched buffer might have different structure, possibly)
4193
4194         * wl-mime.el (wl-message-delete-current-part): Quit if the
4195         message content differs from the actual message.
4196
4197 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4198
4199         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4200         order.
4201         (wl-summary-search-by-subject): Search parent message from tail;
4202         Check the existence of the parent message on the current thread tree.
4203         (wl-summary-update-thread): Check whether the line is inserted.
4204
4205 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4206
4207         * wl-vars.el (wl-summary-line-format): Undo last change.
4208         * wl-summary.el (wl-summary-print-destination): Do not put
4209         invisible property when `wl-summary-width' is nil.
4210         (wl-summary-line-subject-minimum-length): Abolished.
4211         (wl-summary-line-subject): Ditto.
4212
4213 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4214
4215         * wl-vars.el (wl-summary-line-format): Change default value.
4216         (wl-summary-subject-length-limit): Abolished.
4217         * wl-summary.el (wl-summary-line-subject): Ditto.
4218
4219 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4220
4221         * wl-template.el (wl-template-select): Added optional argument.
4222         If optional argument is specified, reverse
4223         `wl-template-visible-select'.
4224
4225 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4226
4227         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4228         Take prefix argument to force asking the destination folder.
4229
4230 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4231
4232         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4233         count and update status.
4234
4235 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-summary.el (wl-summary-redisplay-internal): If
4238         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4239         after fetching.
4240
4241 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4242
4243         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4244         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4245
4246         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4247
4248 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4251         (All other related portions are changed).
4252         (wl-summary-mark-as-read-all): Rewrite.
4253
4254 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4257         `wl-summary-mark-as-read'.
4258         (wl-summary-mark-as-unread): Rewrite.
4259         (wl-summary-mark-as-read): Added no-modeline argument.
4260         (wl-summary-resume-cache-status): Rewrite.
4261         (wl-summary-exec-subr): Remove unused local variable.
4262
4263 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4266         logic to call `wl-summary-buffer-prev-folder-function'.
4267         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4268
4269 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4272         is nil.
4273
4274 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4277         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4278         (wl-mime-setup): Add its entry.
4279
4280 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4281
4282         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4283         (wl-summary-delete-cache): Likewise.
4284         (wl-summary-mark-as-read): Rewrite.
4285
4286 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4287
4288         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4289         `wl-summary-count-unread'.
4290
4291         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4292
4293         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4294
4295 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4298         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4299         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4300         Renamed to the elmo-msgdb-*-mark.
4301         (wl-summary-score-marks): Follow the change above.
4302         (wl-summary-auto-refile-skip-marks): Ditto.
4303         (wl-summary-incorporate-marks): Ditto.
4304         (wl-summary-expire-reserve-marks): Ditto.
4305
4306         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4307         changes.
4308         (wl-thread-insert-top): Changed updating message.
4309
4310         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4311         variable.
4312         (wl-summary-count-unread): Count answered marks.
4313         (wl-summary-rescan): Call wl-summary-insert-message instead of
4314         wl-summary-append-message-func-internal.
4315         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4316         (wl-summary-prefetch-msg): Follow the variable name changes.
4317         (wl-summary-prefetch-region): Ditto.
4318         (wl-summary-mark-as-read-all): Follow the API changes;
4319         Don't call elmo-folder-replace-marks.
4320         (wl-summary-delete-cache): Follow the variable name changes.
4321         (wl-summary-resume-cache-status): Ditto.
4322         (wl-summary-update-status-marks): New function.
4323         (wl-summary-insert-message): New function.
4324         (wl-summary-sync-marks): Follow the variable name changes.
4325         (wl-summary-sync-update): Synchronize to the msgdb, too;
4326         Changed update messages.
4327         (wl-summary-make-number-list): Rewrite.
4328         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4329         (wl-summary-mark-as-unread): Follow the API changes.
4330         (wl-summary-exec-subr): Follow the variable name changes.
4331         (wl-summary-mark-as-read): Ditto.
4332         (wl-summary-move-spec-plugged-alist): Ditto.
4333         (wl-summary-move-spec-unplugged-alist): Ditto.
4334         (wl-summary-cursor-move-surface): Ditto.
4335
4336         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4337         variable name changes.
4338         (wl-highlight-summary-current-line): Ditto.
4339
4340         * wl-expire.el (wl-expire-refile): Follow the API change in
4341         elmo-folder-move-messages.
4342         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4343         (wl-summary-archive): Use elmo-folder-msgdb instead of
4344         elmo-msgdb-load.
4345
4346 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347
4348         * wl-mime.el (wl-draft-preview-message): Restore the position
4349         before evaluating wl-draft-send-hook in preview buffer.
4350
4351 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4354         when it creates new draft buffer.
4355
4356         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4357         without argument.
4358
4359         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4360         Evaluate content and if the value is string, insert it.
4361         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4362         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4363         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4364         wl-draft-config-sub-part-bottom): Use it.
4365
4366         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4367         with the folder name. The question was unintelligible when it is
4368         called from wl-save-status.
4369
4370 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4373         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4374         cannot take second argument).
4375
4376 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4379         as t. Since type and subtype are not case sensitive (RFC 2045).
4380
4381 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * wl-vars.el (wl-message-mode-line-format): New variable.
4384         (wl-message-mode-line-format-spec-alist): Ditto.
4385         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4386         (wl-message-redisplay): Use wl-message-mode-line-format.
4387
4388 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4389
4390         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4391
4392 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-summary.el (wl-summary-default-from): Write description.
4395
4396 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4397
4398         * wl-vars.el (wl-ldap-objectclass): Abolish.
4399
4400         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4401         (wl-ldap-make-filter): Removed condition for objectclass.
4402         (wl-ldap-make-matched-value-list): Remove meaningless process.
4403         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4404         (wl-address-ldap-search): Don't add `*' to `pat' string;
4405         use ignore-errors; added `email';
4406         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4407         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4408         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4409
4410
4411 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-draft.el (wl-draft-parent-folder): Write description.
4414         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4415
4416 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4419         as "" (zero-length string) if no parent.
4420         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4421
4422 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4423
4424         * wl-address.el (wl-address-make-completion-list): Skip duplication
4425         checking.
4426         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4427         `append'.
4428
4429 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4430
4431         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4432         instead of `beginning-of-buffer'.
4433
4434 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4437
4438 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4441         Refer wl-message-buffer-name.
4442         (wl-message-wheel-down): Ditto.
4443
4444 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4445
4446         * wl-vars.el (wl-message-buffer-name): New user option.
4447
4448         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4449         directly instead of making alist dinamically.
4450
4451         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4452         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4453         wl-message-buffer-cache-name.
4454         (wl-message-buffer-cache-clean-up): Ditto.
4455
4456         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4457
4458         * Version number is increased to 2.9.15.
4459
4460 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4461
4462         * wl-vars.el (wl-summary-default-view-alist): New user option.
4463
4464         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4465
4466         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4467         while deleting address.
4468         (wl-draft-delete-myself-from-cc): Ditto.
4469
4470         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4471         If optional argument is specified, reverse sort order.
4472
4473         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4474
4475 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-thread.el (wl-thread-insert-message): Return parent number if
4478         exists.
4479         (wl-thread-update-indent-string-region): Use
4480         wl-thread-update-line-on-buffer-sub instead of
4481         wl-thread-update-line-on-buffer.
4482
4483 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4484
4485         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4486         (wl-folder-close-all): Ditto.
4487
4488 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4489
4490         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4491         and mailing-list:.
4492         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4493         value.
4494         (wl-summary-line-list-info): Print mailing-list name even when 
4495         list-number is empty.
4496
4497 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4500
4501         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4502         (wl-draft-open-file): Ditto.
4503         (wl-draft-random-alphabet): Ditto.
4504
4505         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4506         bindings.
4507
4508 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4509
4510         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4511         * wl-vars.el (wl-draft-config-alist): Ditto.
4512
4513 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4514
4515         * Version number is increased to 2.9.14.
4516
4517         * wl.el (wl): Don't set wl-init as nil when error occured while
4518         auto-checking folders.
4519
4520         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4521         `elmo-expand-newtext'.
4522
4523 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4526         `this-command' so that `wl-folder-goto-folder' contained in
4527         `wl-summary-keep-cursor-command' work.
4528
4529 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4532         message buffer displaying state.
4533
4534 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-vars.el (wl-summary-default-view): New variable to specify
4537         default value for `wl-summary-buffer-view' instead of using
4538         set-default.
4539         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4540
4541 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4542
4543         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4544
4545         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4546
4547 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4548
4549         * wl-vars.el (wl-forward-subject-prefix): New variable.
4550         * wl-draft.el (wl-draft-forward): Use it.
4551
4552 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4553
4554         * wl-message.el (wl-message-prev-page): When it is called without
4555         lines argument, scroll down by wl-message-scroll-amount lines.
4556         (wl-message-next-page): Ditto.
4557         * wl-vars.el (wl-message-scroll-amount): Change default value
4558         to preserve current behavior.
4559
4560 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4561
4562         * wl-summary.el (wl-summary-prefetch-msg): Bind
4563         `wl-message-entity' to call `wl-summary-from-function'.
4564
4565 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-message.el (wl-message-buffer-create): Run
4568         wl-message-buffer-created-hook.
4569
4570 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4571
4572         * wl-summary.el (wl-summary-sort-specs): New variable.
4573         (wl-summary-default-sort-spec): Ditto.
4574         (wl-summary-sort): Rewrite.
4575         (wl-summary-sort-by-list-info): New function.
4576
4577 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4578
4579         * wl-summary.el (wl-summary-get-list-info): New function.
4580         (wl-summary-sort): Rewrite.
4581         (wl-summary-line-list-info): Ditto.
4582         (wl-summary-line-list-count): Ditto.
4583         (wl-summary-refile-region): Fixed docstring.
4584
4585 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4588         `wl-folder-entity-hashtb' as completion table.
4589
4590 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4593         only when this command is called interactively; silence the byte-
4594         compiler.
4595
4596 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4597
4598         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4599         active in XEmacs.
4600
4601 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4602
4603         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4604         plural lines.
4605
4606 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4609         of current line when the cursor is on the header name.
4610         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4611
4612 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4613
4614         * wl-util.el (wl-read-directory-name): Return displayed directory
4615         as the default value also on XEmacs.
4616
4617 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4618
4619         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4620         formatting.
4621
4622 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4623
4624         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4625         argument and when it is non-nil, check face property before
4626         highlighting for each line.
4627         (wl-highlight-summary-window): Set it.
4628
4629 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4632         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4633
4634         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4635         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4636         (wl-draft-get-fcc-list): Likewise.
4637
4638 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4641         (wl-thread-entity-cur): Ditto.
4642         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4643         wl-thread-indent-regexp setting.
4644         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4645
4646         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4647         wl-summary-lazy-highlight.
4648         (wl-summary-display-bottom): Ditto.
4649
4650         * wl-thread.el (wl-thread-open-close): Likewise.
4651
4652         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4653         from and subject;
4654         Bind wl-draft-use-frame;
4655         Enclose with save-window-excursion;
4656         Use wl-draft-create-buffer instead of with-temp-buffer;
4657         Use wl-draft-prepare-edit;
4658         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4659         Use wl-draft-send instead of wl-draft-raw-send.
4660
4661 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4662
4663         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4664         of using wl-from.
4665
4666 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4667
4668         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4669         insert-buffer instead of clone-buffer.
4670         (wl-draft-doing-mime-bcc): New variable.
4671         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4672         infinite loop.
4673         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4674
4675         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4676         (wl-draft-mime-bcc-body): Ditto.
4677
4678         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4679         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4680         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4681         wl-draft-do-mime-bcc.
4682         (wl-draft-mime-bcc-field): New function.
4683         (wl-draft-do-mime-bcc): Ditto.
4684
4685         * wl-address.el (wl-address-complete-header-list): New variable.
4686         (wl-address-complete-header-regexp): Changed default value.
4687
4688         * Version number is increased to 2.9.13.
4689
4690 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4691
4692         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4693         it is differed.
4694
4695 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4696
4697         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4698         (wl-summary-line-list-count): Ditto.
4699
4700 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4703         (wl-nntp-posting-function): New variable.
4704         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4705         `wl-nntp-posting-config-alist'.
4706
4707 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4708
4709         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4710         FLIM.
4711
4712 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4713
4714         * wl-summary.el (wl-summary-target-mark-refile-sub):
4715         Remove a nuisance funcall.
4716
4717 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4720         as t for `try-completion'.
4721
4722 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-summary.el (wl-summary-default-from): Use
4725         wl-address-header-extract-address instead of
4726         std11-extract-address-components.
4727         (wl-summary-simple-from): Ditto.
4728         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4729         (wl-summary-insert-headers): Show message.
4730         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4731         for whole line.
4732         (wl-summary-default-from): Revert last change.
4733         (wl-summary-simple-from): Ditto.
4734         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4735         (wl-summary-mark-as-read-region): Follow the change above.
4736         (wl-summary-sync-marks): Ditto.
4737         (wl-summary-target-mark-mark-as-read): Ditto.
4738         (wl-summary-redisplay-internal): Ditto.
4739         (wl-summary-redisplay-no-mime-internal): Ditto.
4740         (wl-summary-redisplay-all-header): Ditto.
4741         (wl-summary-mark-as-read): Removed argument `cached';
4742         Use current cache status to set cache mark.
4743         (wl-summary-redisplay-internal): Follow the change above.
4744         (wl-summary-redisplay-no-mime-internal): Ditto.
4745         (wl-summary-redisplay-all-header): Ditto.
4746
4747         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4748
4749         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4750         Don't call itself recursively (Adviced by Yamaoka-san).
4751
4752 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4755         bind wl-summary-highlight as nil to avoid error caused by missing
4756         local variables.
4757
4758 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4759
4760         * wl-vars.el (wl-invalid-character-message): New user option.
4761
4762         * wl-util.el (wl-set-string-width): If truncated string-width is
4763         larger than specified width, use `wl-invalid-character-message'.
4764
4765 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4766
4767         * wl-summary.el (wl-summary-prefetch-msg): 
4768         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4769
4770 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-vars.el (wl-summary-check-line-format): New user option.
4773         (wl-summary-line-format-file): Ditto.
4774
4775         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4776         variable.
4777         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4778         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4779         and `wl-summary-view-old-p' to check whether do a rescan or not.
4780         (wl-summary-view-old-p): New function.
4781         (wl-summary-line-format-changed-p): Ditto.
4782         (wl-summary-line-format-save): Ditto.
4783         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4784
4785         * wl-util.el (wl-set-string-width): Avoid using negative number
4786         for make-string.
4787
4788 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4789
4790         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4791         return value.
4792
4793         * wl-util.el (wl-set-string-width): Added optional argument
4794         `padding' (All other related portions are changed).
4795         (wl-line-parse-format): If the first letter of column number is
4796         `0', zero-padding the result (ex: "%05l").
4797
4798         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4799
4800 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4801
4802         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4803         sequential summary view.
4804
4805 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4808         if it doesn't have a -unix version.
4809
4810 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4811
4812         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4813
4814 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4817         content.
4818         (wl-draft): Follow the change above.
4819
4820         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4821
4822         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4823         and wl-folder-summary-line-format-alist contain %T and %P.
4824
4825         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4826         (wl-summary-mode-line-format): New user option.
4827         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4828         (wl-summary-line-format): Changed default value.
4829         (wl-summary-lazy-highlight): Changed default value.
4830
4831         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4832         change in wl-summary-create-line.
4833         (wl-thread-insert-entity-sub): Ditto.
4834
4835         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4836         (wl-summary-buffer-unread-status): Ditto.
4837         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4838         (wl-summary-buffer-persistent-mark-column): Ditto.
4839         (wl-summary-buffer-mode-line-formatter): Ditto.
4840         (wl-summary-buffer-mode-line): Ditto.
4841         (wl-summary-message-regexp): Abolished.
4842         (All other related portions are changed.)
4843         (wl-summary-detect-mark-position): New function.
4844         (wl-summary-buffer-set-folder): Setup
4845         wl-summary-buffer-mode-line-formatter.
4846         (wl-summary-mode): Setup selective-display;
4847         Setup pre-idle-hook when xemacs.
4848         (wl-summary-update-modeline): Rewrite.
4849         (wl-summary-jump-to-msg): Define as function;
4850         Changed regexp for searching messages.
4851         (wl-summary-message-number): Rewrite.
4852         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4853         Do rescan when old type summary cache.
4854         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4855         (wl-summary-remove-destination): Use '\r' to detect EOL.
4856         (wl-summary-print-destination): Ditto.
4857         (wl-summary-temp-mark): New inline function.
4858         (wl-summary-persistent-mark): Ditto.
4859         (wl-summary-line-number): New function.
4860         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4861         (wl-summary-line-list-count): New function.
4862         (wl-summary-create-line): Added argument persistent-mark.
4863         (All other related portions are changed)
4864         (wl-summary-create-line): Insert '\r'.
4865         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4866         (wl-summary-cursor-move-surface): New inline function.
4867         (wl-summary-prev): Use it.
4868         (wl-summary-next): Ditto.
4869
4870         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4871         wl-summary-message-regexp.
4872         (wl-highlight-summary): Delete progress message.
4873         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4874
4875         * Version number is increased to 2.9.12.
4876
4877 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4878
4879         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4880         variable (nil: no minimum).
4881         (wl-summary-line-subject): Add some spaces after subject by
4882         wl-summary-line-subject-minimum-length.
4883
4884 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4885
4886         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4887         and removed `F'.
4888         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4889         change above).
4890
4891 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-summary.el (wl-summary-line-list-count): Reverted.
4894         (example setting in samples/*/dot.wl is also updated)
4895
4896 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4899
4900         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4901
4902         * wl-vars.el (wl-summary-line-format): Addes some description to the
4903         docstring.
4904
4905         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4906         (wl-summary-line-close-bracket): Ditto.
4907         (wl-summary-line-children-number): Ditto.
4908         (wl-summary-line-thread-indent): Ditto.
4909         (wl-summary-line-children-and-from): Ditto.
4910
4911         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4912         't', 'c', 'F' and added 'C'.
4913
4914         * wl-util.el (wl-set-string-width): Accept negative value.
4915         (wl-line-parse-format): Added "%number(" and "%)".
4916
4917 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-summary.el (wl-summary-line-list-count): Change format of the
4920         return value.
4921
4922 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4923
4924         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4925         from the recent message.el.
4926         (wl-draft-point-in-header-p): Ditto.
4927         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4928         wl-draft-beginning-of-line.
4929         * wl-e21.el (wl-draft-mode-map): Ditto.
4930         * wl-xmas.el (wl-draft-mode-map): Ditto.
4931
4932         * wl-folder.el: Sort macrodefs by dependencies.
4933
4934 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4935
4936         * wl-summary.el (wl-summary-prev): Fixed regexp.
4937         (wl-summary-next): Ditto.
4938
4939 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4940
4941         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4942
4943 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4944
4945         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4946         for backward compatibility.
4947
4948 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-summary.el (wl-summary-line-list-count): New function, merged
4951         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4952         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4953         list counts.
4954
4955 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-summary.el (wl-summary-create-line): Ignore errors while
4958         timezone-fix-time.
4959
4960         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4961
4962         * wl-summary.el (wl-summary-sync-update): Ditto.
4963         (wl-summary-default-from): Use wl-message-entity
4964         instead of entity.
4965
4966         * wl-summary.el (wl-summary-create-line): Fix.
4967
4968         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4969         (wl-summary-line-format): New user option.
4970         (wl-folder-summary-line-format-alist): Ditto.
4971         (wl-summary-from-width): Abolished.
4972
4973         * wl-util.el (toplevel): Require 'bytecomp.
4974         (wl-line-parse-format): New function.
4975         (wl-line-formatter-setup): New macro.
4976
4977         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4978         (wl-summary-buffer-line-formatter): New buffer local variable.
4979         (wl-summary-switch-to-clone-buffer): Follow the change above.
4980         (wl-summary-message-regexp): Fix.
4981         (wl-summary-from-func-internal): Abolished.
4982         (wl-summary-subject-func-internal): Ditto.
4983         (wl-summary-subject-filter-func-internal): Ditto.
4984         (All other related portions are changed.)
4985         (wl-summary-buffer-set-folder):
4986         Set up wl-summary-buffer-number-column and 
4987         wl-summary-buffer-line-formatter
4988         (All other related portions are changed.)
4989         (wl-summary-buffer-number-column-detect): Abolished.
4990         (All other related portions are changed.)
4991         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4992         (wl-summary-delete-all-temp-marks-on-buffer): Use
4993         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4994         (wl-summary-target-mark-delete): Ditto.
4995         (wl-summary-target-mark-refile-subr): Ditto.
4996         (wl-summary-target-mark-mark-as-read): Ditto.
4997         (wl-summary-target-mark-mark-as-unread): Ditto.
4998         (wl-summary-target-mark-mark-as-important): Ditto.
4999         (wl-summary-target-mark-save): Ditto.
5000         (wl-summary-replace-status-marks): Renamed from
5001         wl-summary-set-status-marks-on-buffer;
5002         Use wl-summary-message-regexp instead of
5003         wl-summary-buffer-number-regexp.
5004         (wl-summary-sync-update): Follow the change above.
5005         (wl-summary-goto-previous-message-beginning): New function.
5006         (wl-summary-mark-as-unread): Use it.
5007         (wl-summary-mark-as-important): Ditto.
5008         (wl-summary-line-formatter): New variable.
5009         (wl-summary-line-year): New function.
5010         (wl-summary-line-day): Ditto.
5011         (wl-summary-line-day-of-week): Ditto.
5012         (wl-summary-line-hour): Ditto.
5013         (wl-summary-line-minute): Ditto.
5014         (wl-summary-line-open-bracket): Ditto.
5015         (wl-summary-line-close-bracket): Ditto.
5016         (wl-summary-line-children-number): Ditto.
5017         (wl-summary-line-thread-indent): Ditto.
5018         (wl-summary-line-size): Ditto.
5019         (wl-summary-line-subject): Ditto.
5020         (wl-summary-line-from): Ditto.
5021         (wl-summary-line-children-and-from): Ditto.
5022         (wl-summary-create-line): Rewritten.
5023         (wl-summary-format-date): Abolished.
5024
5025         * wl-highlight.el (wl-highlight-summary-current-line): Use
5026         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5027         Use thread structure to detect thread top message.
5028
5029         * wl-draft.el (wl-default-draft-cite): Don't use
5030         wl-summary-from-func-internal.
5031
5032         * wl-refile.el (wl-refile-subject-learn): Don't use
5033         wl-summary-subject-filter-func-internal.
5034         (wl-refile-guess-by-subject): Ditto.
5035
5036         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5037         parameters.
5038
5039         * wl-thread.el (wl-thread-update-indent-string-region):
5040         Use wl-thread-update-line-on-buffer instead of
5041         wl-thread-update-indent-string.
5042         (wl-thread-update-children-number): Redefine using
5043         wl-thread-update-line-on-buffer.
5044         (wl-thread-update-indent-string): Abolished.
5045
5046         * Version number is increased to 2.9.11.
5047
5048 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5049
5050         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5051         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5052         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5053
5054         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5055         as nil.
5056
5057         * wl-thread.el (wl-thread-open-all-unread): Use 
5058         elmo-folder-list-messages-mark-match.
5059         (wl-thread-insert-message): Removed argument `mark-alist'.
5060         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5061         elmo-msgdb-set-mark.
5062         (wl-thread-get-children-msgs-uncached): Likewise.
5063         (wl-thread-get-exist-children): Added argument include-self.
5064         (wl-thread-delete-message): Follow the change above.
5065
5066         * wl-summary.el (wl-summary-count-unread): Removed argument.
5067         (wl-summary-rescan): Follow the change above.
5068         (wl-summary-mark-as-read-region): Ditto
5069         (wl-summary-mark-as-unread-region): Ditto.
5070         (wl-summary-delete-messages-on-buffer): Ditto.
5071         (wl-summary-sync-update): Ditto.
5072         (wl-summary-switch-to-clone-buffer): Ditto.
5073         (wl-summary-goto-folder-subr): Ditto.
5074         (wl-summary-target-mark-mark-as-read): Ditto.
5075         (wl-summary-target-mark-mark-as-unread): Ditto.
5076         (wl-summary-target-mark-mark-as-important): Ditto.
5077         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5078         (wl-summary-update-thread): Removed argument `mark-alist'.
5079         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5080         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5081         (wl-summary-resume-cache-status): Likewise.
5082         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5083         elmo-msgdb-set-mark.
5084         (wl-summary-mark-as-read-all): Likewise.
5085         (wl-summary-delete-cache): Ditto.
5086         (wl-summary-auto-select-msg-p): Ditto.
5087         (wl-summary-mark-as-unread): Ditto.
5088         (wl-summary-no-auto-refile-message-p): Ditto.
5089         (wl-summary-mark-as-read): Ditto.
5090         (wl-summary-mark-as-important): Ditto.
5091         (wl-summary-auto-refile): Follow the change above.
5092         (wl-summary-delete-all-marks): Removed.
5093         (wl-summary-resume-marks-and-highlight): Ditto.
5094         (wl-summary-resume-marks): Ditto.
5095         (wl-summary-delete-important-msgs-from-list): Ditto.
5096         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5097
5098         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5099         wl-summary-count-unread.
5100
5101         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5102         (wl-summary-score-update-all-lines): Use
5103         elmo-msgdb-set-mark.
5104
5105 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5106
5107         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5108         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5109         (wl-summary-create-line): Renamed from
5110         wl-summary-overview-create-summary-line;
5111         Argument rearrangement.
5112         (wl-summary-update-thread): Follow the change above.
5113
5114         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5115         (wl-thread-insert-entity-sub): Likewise.
5116
5117         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5118         argument `overview', `mark-alist' and added `msgdb'.
5119
5120         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5121
5122         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5123         (wl-summary-rescan): Follow the change above.
5124         (wl-summary-sync-update): Ditto.
5125         (wl-summary-insert-thread-entity): Ditto;
5126         Don't use `let*' in every while loop;
5127         Detect infinite loop of threads.
5128         (wl-summary-update-thread): Removed argument `overview'.
5129
5130         * wl-thread.el (wl-thread-insert-message): Ditto.
5131
5132         * Version number is increased to 2.9.10.
5133
5134         * wl-message.el (wl-message-redisplay): Ignore errors while
5135         wl-message-redisplay-hook.
5136
5137 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5138
5139         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5140
5141 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl.el (wl): inhibit-quit while wl-folder.
5144
5145 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5148         while msgdb access.
5149
5150 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5151
5152         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5153         even if no folder is not created.
5154
5155 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5158
5159         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5160         implementation.
5161         (wl-summary-target-mark-thread): Ditto.
5162
5163         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5164
5165 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5166
5167         * wl-util.el (wl-display-bytes): Remove unused function.
5168
5169 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5172         seems critical one (partially reverse the change in 2002/03/17).
5173
5174 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5177         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5178
5179 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5180
5181         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5182         is not writable.
5183         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5184         plugged status instead of `'force' as 2nd argument.
5185
5186         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5187         is not creatable.
5188
5189         * Version number is increased to 2.9.9.
5190
5191 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5192
5193         * wl-summary.el (wl-summary-suspend): New function.
5194
5195 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5196
5197         * wl.el (wl): Do not check variables if check is nil.
5198         * wl-utils.el (wl-collect-draft): New function.
5199         * wl-folder.el (wl-folder-suspend): Put summary buffers
5200         and draft buffers at the end of buffer list.
5201         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5202
5203 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5204
5205         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5206         loop instead of recursive call.
5207
5208         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5209         2nd argument.
5210
5211 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5212
5213         * wl-draft.el (wl-draft-create-contents): Don't take neither
5214         (function . args) nor (string . something) any more.
5215
5216         * wl-version.el (wl-generate-user-agent-string): Return string
5217         without header symbol.
5218         * wl-draft.el (wl-draft-default-headers): Use it.
5219
5220         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5221         `wl-draft-insert-ccs' and return field value instead of inserting
5222         the header. Abolish cc argument.
5223         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5224
5225         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5226         rather than one with string car.
5227
5228         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5229         * wl-draft.el (wl-draft-create-contents): Add it after the default
5230         headers.
5231
5232         * wl-draft.el (wl-draft-create-contents): For the case of
5233         (symbol-or-string . function) insert header only when the function
5234         returns string value.
5235
5236 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5237
5238         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5239         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5240
5241 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl.el (wl-check-environment): Don't check Message-ID when
5244         `wl-insert-message-id' is nil.
5245         Revive checking if `wl-message-id-domain' contains "@".
5246
5247 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl.el (wl-check-environment): Merge examination for "@" at
5250         inappropriate position into the first string-match.
5251
5252         * wl-summary.el (wl-summary-target-mark-print): New function.
5253         (wl-summary-pipe-message-subr): Extracted from
5254         `wl-summary-pipe-message'.
5255         (wl-summary-target-mark-pipe): New function.
5256         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5257         `wl-summary-target-mark-pipe'.
5258
5259 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5260
5261         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5262
5263 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5264
5265         * wl.el (wl-check-environment): Use elmo-warning instead of
5266         error for non-critical ones.
5267         Remove trash folder check.
5268         (wl): Don't ignore error in wl-check-environment.
5269
5270         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5271         check, which is moved from `wl-check-environment'.
5272         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5273
5274 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5275
5276         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5277         guess anything, call wl-summary-write.
5278         (wl-summary-write): Create draft with blank To field.
5279         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5280
5281 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5282
5283         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5284         argument full as well for wl-folder-write-current-folder.
5285         If wl-*-write-current-folder cannot guess addressee, add blank
5286         To header.
5287         Rewrite condition for positioning cursor.
5288
5289 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5290
5291         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5292         summary buffer is present, use it.
5293         (wl-folder-jump-to-previous-summary): Ditto.
5294
5295 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5298
5299         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5300         wl-summary-previous-buffer and wl-summary-next-buffer.
5301
5302         * wl-folder.el (wl-folder-mode-map): Bind
5303         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5304         (wl-folder-jump-to-next-summary): New function.
5305         (wl-folder-jump-to-previous-summary): Ditto.
5306
5307         * wl-draft.el (wl-draft): Rearranged.
5308
5309 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5310
5311         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5312         of header.
5313         (wl-draft): Collect arguments for the header as header-alist.
5314         (wl-draft-forward): Arrange arguments for wl-draft.
5315         (wl-draft-reply): Ditto.
5316         (wl-draft-edit-string): Ditto.
5317         * wl-summary.el (wl-summary-write): Ditto.
5318         (wl-summary-write-current-folder): Ditto.
5319
5320         * Version number is increased to 2.9.8.
5321
5322 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5323
5324         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5325
5326         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5327
5328         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5329         even if the guess failed.
5330
5331         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5332         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5333         wl-summary-write-current-folder.
5334         * wl-xmas.el: Ditto.
5335
5336 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5337
5338         * wl-summary.el (wl-summary-next-page): Force display message if
5339         message is not displayed yet.
5340         (wl-summary-prev-page): Ditto.
5341
5342 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5343
5344         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5345
5346 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347
5348         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5349         add "Preview Message" and "Save Draft and Exit".
5350
5351 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5354         if addrmgr is called from draft in splitted window.
5355
5356         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5357         * wl-mule.el: Ditto.
5358         * wl-xmas.el: Ditto.
5359
5360 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5361
5362         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5363
5364         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5365         * wl-xmas.el (wl-folder-toolbar): Ditto.
5366
5367 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5368
5369         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5370         and wl-draft-save-and-exit.
5371         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5372         * wl-xmas.el: Ditto.
5373         * wl-mule.el: Ditto.
5374
5375         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5376         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5377
5378 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5381         lists for saving buffer.
5382
5383 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5386         parent-folder argument instead of it.
5387         (wl-draft-create-buffer): Ditto.
5388         (wl-draft-forward): Ditto.
5389         (wl-draft-reply): Ditto.
5390         * wl-summary.el (wl-summary-write): Ditto.
5391         (wl-summary-write-current-folder): Ditto.
5392
5393         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5394         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5395         Folder buffer after composing.
5396
5397 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5400         header if the file `wl-x-face-file' already contains it.
5401
5402 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5405         folder" entry.
5406         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5407         * wl-e21.el (wl-folder-toolbar): Ditto.
5408         * wl-xmas.el (wl-folder-toolbar): Ditto.
5409
5410 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5411
5412         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5413         wl-folder-goto-folder with sticky argument.
5414         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5415
5416 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5417
5418         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5419         and wl-summary-previous-buffer.
5420         (wl-summary-next-buffer): New function.
5421         (wl-summary-previous-buffer): Ditto.
5422
5423 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5426         wl-folder-jump-to-current-entity-with-arg.
5427         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5428         `wl-folder-jump-to-current-entity'.
5429         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5430         `wl-summary-goto-folder-sticky'.
5431         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5432         `wl-summary-goto-folder'.
5433         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5434         Unless force-exit, do not clean temp. marks for sticky summary.
5435         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5436
5437 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5438
5439         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5440         not entire.
5441
5442 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5445         to `C-x C-s'.
5446         (wl-summary-save-status): New command.
5447         (wl-summary-exit): Don't clean-up temp marks when sticky.
5448         (Applied patch from Nakayama-san [wl: 09548])
5449         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5450         Do nothing when no mark data.
5451         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5452         Call `wl-summary-delete-all-temp-marks' before saving.
5453
5454 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5455
5456         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5457
5458 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5459
5460         * wl.el (wl-check-environment): Also cause error when (system-name)
5461         returns "localhost.localdomain". (Although it doesn't affect because
5462         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5463
5464 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5465
5466         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5467         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5468
5469         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5470         value.
5471
5472 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5475         Likewise r-cc-list and r-ng-list.
5476
5477 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5480         only if it is bound as variable.
5481
5482         * wl-mime.el (wl-draft-preview-message): Ditto.
5483
5484 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5485
5486         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5487         needless `goto-char'.
5488
5489         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5490         `wl-summary-redisplay-no-mime-internal' instead of
5491         `wl-summary-redisplay-no-mime'.
5492         (wl-summary-redisplay-no-mime): Changed argument;
5493         Call `wl-summary-redisplay-no-mime-internal'.
5494
5495         * wl-mime.el (wl-draft-preview-message): Bind
5496         `mime-header-encode-method-alist' locally.
5497
5498         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5499         (wl-draft-std11-parse-addresses): Added the first address check.
5500         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5501
5502         * Version number is increased to 2.9.7.
5503
5504 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5505
5506         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5507
5508 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5509
5510         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5511         related to scrollbar support, if there is no such a feature
5512         compiled in.
5513
5514 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5515
5516         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5517         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5518         for prefetch.
5519
5520 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5521
5522         * wl-summary.el (wl-summary-pick): Fix for no match.
5523
5524 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5525
5526         * wl-draft.el (wl-draft-save):
5527         Override `mime-header-encode-method-alist'.
5528
5529 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5530
5531         * wl-folder.el (wl-folder-pick): New function.
5532         Define key as "?".
5533
5534 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5535
5536         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5537         Fix for unplugged.
5538
5539 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5540
5541         * wl-folder.el (wl-folder-virtual): New function.
5542         Define key as "V".
5543
5544 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5545
5546         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5547         multi folder if entity is group.
5548
5549 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5550
5551         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5552         is nil.
5553
5554 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5555
5556         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5557         (wl-summary-target-mark-msgs): Return the number of marked messages.
5558
5559 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5560
5561         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5562         "first:" is specified.
5563
5564 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5565
5566         * wl-vars.el (wl-from): Use return value of function
5567         user-full-name instead of the variable user-full-name since
5568         XEmacs-20.4 doesn't set this variable.
5569
5570 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5573         call `wl' directly.
5574
5575 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5576
5577         * wl-draft.el (wl-draft-reedit): Removed duplicated
5578         switch-to-buffers.
5579
5580 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * wl.el (wl-other-frame): Removed garbages.
5583
5584 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5587
5588         * wl-xmas.el (wl-draft-key-setup): Ditto.
5589
5590         * wl-mule.el (wl-draft-key-setup): Ditto.
5591
5592         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5593         (wl-draft-reedit): Ditto.
5594         (wl-draft-prepare-edit): Add `wl-draft-save' to
5595         `local-write-file-hooks'.
5596         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5597         (wl-draft-reedit): Set buffer-file-name.
5598         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5599
5600
5601         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5602         call it.
5603         (wl-delete-startup-frame-function): New variable.
5604         (wl-other-frame): New function
5605         (Original was written by Yamaoka san [wl: 09239]).
5606
5607         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5608         if `wl-folder-use-frame'.
5609
5610 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5611
5612         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5613
5614 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5615
5616         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5617         New variable.
5618         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5619         (wl-message-buffer-prefetch-get-next): Use them.
5620         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5621
5622 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5625         with unwind-protect.
5626
5627         * wl-draft.el (wl-draft-reedit): Rewrite.
5628         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5629         (wl-draft-save): Insert header separator if it does not exist;
5630         Removed condition-case.
5631
5632         * wl-summary.el (wl-summary-reedit): Revert last change.
5633
5634         * wl-draft.el (wl-draft-save): Rewrite.
5635         (wl-draft-create-buffer): Set buffer-file-name as nil.
5636
5637         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5638
5639         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5640
5641         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5642         nil.
5643
5644 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5645
5646         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5647         If count is nil, do not prefetch.
5648         (wl-message-buffer-prefetch-next): Next.
5649
5650 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5651
5652         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5653
5654 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5655
5656         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5657         `delete-backward-char'
5658         (wl-draft-prepare-edit): Check major-mode.
5659         (wl-draft-decode-header): Rewrite.
5660         (wl-draft): Fix.
5661
5662 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5663
5664         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5665
5666 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5667
5668         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5669         (wl-message-buffer-prefetch-get-next): Remove size checking.
5670         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5671
5672 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5673
5674         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5675         (wl-draft-default-headers): Fix.
5676
5677 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5678
5679         * wl-draft.el (wl-draft-default-headers): Insert return value of
5680         `wl-generate-mailer-string-function'.
5681
5682 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5683
5684         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5685         (wl-draft-insert-mail-header-separator): Ditto.
5686
5687         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5688         again (Reverted the change on 2002-01-17 by OKADA san).
5689
5690 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5691
5692         * wl-draft.el (wl-draft): Rewrite.
5693         (wl-draft-create-buffer): New function.
5694         (wl-draft-create-contents): Ditto.
5695         (wl-draft-prepare-edit): Ditto.
5696         (wl-draft-decode-header): Ditto.
5697         (wl-draft-decode-body): Ditto.
5698         (wl-draft-check-new-line): Ditto.
5699         (wl-draft-default-headers): Ditto.
5700         (wl-draft-insert-mail-header-separator): Ditto.
5701
5702 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5703
5704         * Version number is increased to 2.9.6.
5705
5706 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5707
5708         * wl-draft.el (wl-draft-delete-field): Optional argument.
5709         (wl-draft-delete-fields): Ditto.
5710
5711 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5712
5713         * wl-message.el (toplevel): Eliminated byte-compile warning.
5714         for `itimer-function', `delete-timer' and `itimer-list'.
5715
5716 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5717
5718         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5719         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5720         `wl-message-buffer-prefetch-threshold'.
5721         * wl-summary.el (wl-summary-redisplay-internal): Remove
5722         the check of `wl-message-buffer-prefetch-depth'.
5723
5724 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5725
5726         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5727         size of article.
5728         (wl-message-buffer-prefetch-subr): Remove size check.
5729
5730 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5731
5732         * wl-vars.el (wl-plugged): Make customizable.
5733
5734 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5735
5736         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5737         (wl-message-buffer-prefetch-set-timer): New function.
5738         (wl-message-buffer-prefetch-get-next): New function.
5739         (wl-message-buffer-prefetch): New function.
5740         (wl-message-buffer-prefetch-next): Rewrite.
5741         (wl-message-buffer-prefetch-subr): Rewrite.
5742         * wl-vars.el (wl-auto-prefetch-first): New variable.
5743         * wl-summary.el (wl-summary-goto-folder-subr): Call
5744         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5745
5746 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5747
5748         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5749         `wl-summary-unread-message-hook'.
5750
5751 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5752
5753         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5754         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5755         if range is `cache-status'.
5756
5757 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5758
5759         * wl-message.el (wl-message-buffer-prefetch-subr):
5760         Improve debug message.
5761
5762 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5765         `wl-mail-send-pre-hook'.
5766         (wl-draft-send-mail-with-qmail): Ditto.
5767         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5768
5769 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5770
5771         * wl-message.el (wl-message-buffer-prefetch-subr):
5772         Fix for cancel-function-timers bug.
5773         (wl-message-buffer-prefetch-debug): Default value is t.
5774
5775 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5776
5777         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5778         (wl-message-buffer-prefetch-subr): Rewrite.
5779         Rename from `wl-message-buffer-prefetch'.
5780
5781 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5782
5783         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5784         (wl-default-draft-cite-decorate-author): Ditto.
5785
5786         * wl-draft.el (wl-draft-cite-function): Removed.
5787         (wl-default-draft-cite-decorate-author): Ditto.
5788
5789 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5790
5791         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5792         (wl-default-draft-cite): Do not arrange author name if the value of
5793         `wl-default-draft-cite-decorate-author' is nil.
5794
5795 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5798
5799         * wl-folder.el (wl-folder-check-one-entity): Don't care
5800         `elmo-folder-use-flag-p'.
5801
5802 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5803
5804         * wl-folder (wl-folder-check-one-entity): Fix
5805         problem if unread is nil.
5806
5807 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5808
5809         * wl-address.el (wl-address-make-completion-list): Check whether
5810         the address is a group list.
5811         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5812
5813 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5814
5815         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5816         The number of the messages of new and unread does not count
5817         correctly.
5818
5819         * wl-summary.el (wl-summary-count-unread): Changed to return
5820         `(new . unread)' instead of total.
5821         (wl-summary-sync-update): Follow the change above.
5822
5823         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5824
5825 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5826
5827         * wl-address.el (wl-address-make-completion-list): Do not enclose
5828         address by " <" and ">" if associated realname is "".
5829         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5830         This is against the promblem with group list in .addresses pointed
5831         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5832
5833 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5834
5835         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5836         message is a format control string.
5837         * wl-expire.el (wl-expire-append-log): Ditto.
5838         * wl-mime.el (wl-summary-burst-subr): Ditto.
5839         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5840         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5841
5842 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5843
5844         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5845         wl.el (wl-check-variables): Rename from `wl-check-type'.
5846         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5847         (wl-check-variables-2): New function.
5848         (wl): Call `wl-check-variables-2'.
5849
5850 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5851
5852         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5853         after renaming folder in access group.
5854
5855 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5856
5857         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5858         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5859         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5860         (wl-message-buffer-prefetch): Rewrite.
5861         (wl-message-buffer-prefetch-idle-time): Removed.
5862         * wl-summary.el (wl-summary-redisplay-internal):
5863         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5864         Error check for `wl-message-buffer-prefetch-depht'.
5865
5866 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5867
5868         * Version number is increased to 2.9.5.
5869         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5870
5871 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5872
5873         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5874         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5875         Based on the patch written by
5876         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5877
5878 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5879
5880         * wl-draft.el (wl-draft-raw-send): Fix for
5881         `wl-news-send-pre-hook'
5882
5883 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5884
5885         * wl-utils.el (wl-message-id-function): New variable.
5886         * wl-draft.el (wl-draft-insert-required-fields):
5887         Use `wl-message-id-function'.
5888
5889 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5890
5891         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5892         * wl-utils.el (wl-draft-make-message-id-string):
5893         Use `wl-from' for domain part of Message-ID
5894         if `wl-message-id-use-wl-from' if non-nil.
5895         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5896
5897 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5898
5899         * wl.el (wl): Call `wl-check-type'
5900         Do not 'condition-case'.
5901
5902 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5903
5904         * wl.el (wl-check-type): New function.
5905         (wl-check-type-variables): New variable.
5906
5907 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5908
5909         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5910
5911 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5912
5913         * wl-draft.el (wl-smtp-password-key): New function.
5914         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5915         (wl-draft-send-mail-with-smtp): Ditto.
5916         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5917
5918 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5919
5920         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5921         * wl-utils.el (wl-unique-id-suffix): Remove.
5922
5923 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5924
5925         * Version number is increased to 2.9.4.
5926
5927 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5928
5929         * wl-utils.el (wl-unique-id-suffix): New variable.
5930         (wl-unique-id): Use `wl-unique-id-suffix'
5931
5932 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5933
5934         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5935         instead of `elmo-msgdb-search'.
5936
5937         * Version number is increased to 2.9.3.
5938
5939 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5940
5941         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5942
5943 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5944
5945         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5946         (wl-draft-dispatch-message): Changed for send-later.
5947         (wl-draft-queue-flush): Ditto.
5948         (wl-draft): Clear `wl-sent-message-queued'.
5949         (wl-draft-reedit): Ditto.
5950         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5951         * wl-vars.el (wl-draft-force-queuing): New variable.
5952         (wl-draft-force-queuing-mail): New variable.
5953         (wl-draft-force-queuing-news): New variable.
5954
5955 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5958         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5959
5960 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5961
5962         * Version number is increased to 2.9.2.
5963
5964 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * wl-draft.el (wl-draft-elide-region): New user command.
5967         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5968
5969         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5970         command `wl-draft-elide-region'.
5971         * wl-mule.el: Ditto.
5972         * wl-xmas.el: Ditto.
5973
5974 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5977         (wl-biff-check-folder-async): Removed needless let.
5978
5979 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5980
5981         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5982         wl-folder-get-elmo-folder.
5983         (wl-biff-check-folder): Set `biff' argument of
5984         `wl-folder-check-one-entity'.
5985         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5986
5987         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5988         (wl-folder-check-one-entity): Added `biff' argument;
5989         Setup `biff' slot of folder.
5990
5991         * Version number is increased to 2.9.1.
5992
5993 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5994
5995         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5996         comment out and fixed.
5997         (wl-fldmgr-add-completion-subr): Ditto.
5998
5999         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6000         and msgdb.
6001
6002         * wl.el (wl-toggle-plugged): Save summary view.
6003
6004 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6005
6006         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6007
6008 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6009
6010         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6011
6012 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6015         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6016         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6017
6018         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6019         if it was failed.
6020         (wl-demo): Disable undo in the demo buffer.
6021
6022 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6023
6024         * wl-version.el (wl-version): Changed codename.
6025
6026         * Version number is increased to 2.9.0.
6027
6028 2001-12-14  Takuo KITAME <kitame@northeye.org>
6029
6030         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6031         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6032         (wl-folder-mark-as-read-all-current-entity): Ditto.
6033
6034 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-vars.el (wl-from-width): Define as obsolete variable.
6037         (wl-subject-length-limit): Ditto.
6038
6039         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6040
6041         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6042         wl-summary-save-view.
6043
6044         * wl.el (wl-save-status): Ditto.
6045         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6046
6047         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6048         (wl-summary-exit): Follow the change above.
6049         (wl-summary-goto-folder-subr): Ditto.
6050
6051         * wl-folder.el (wl-folder-create-subr): Don't use
6052         `elmo-folder-creatable-p'.
6053
6054 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6057
6058 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6061         rather than bitmap on Emacs 21.
6062         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6063         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6064         for xbm if the new redisplay engine is not available.
6065
6066 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-folder.el (wl-folder-init-hook): New hook.
6069         (wl-folder-init): Run `wl-folder-init-hook'.
6070
6071 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6074
6075 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6076
6077         * wl-acap.el (wl-acap-cache-filename): New variable.
6078         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6079         (wl-acap-init): Use cache if no ACAP server found.
6080
6081 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6082
6083         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6084         `wl-acap-original-msgdb-dir'.
6085
6086         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6087         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6088
6089         * wl-mime.el (wl-mime-save-directory): Renamed from
6090         `wl-mime-save-dir'.
6091
6092 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6095
6096         * wl-demo.el: Require `path-util'.
6097         (wl-demo-bitmap-mule-available-p): New internal variable.
6098         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6099         `module-installed-p' instead.
6100         (wl-demo-insert-image): Use *.img file for a bitmap image.
6101         (wl-demo): Don't call the ascii demo recursively.
6102
6103 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6104
6105         * Version number is increased to 2.7.7.
6106
6107 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6108
6109         * wl.el (wl-exit): Eliminated byte-compile warning.
6110
6111 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6112
6113         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6114         obsolete variable using `elmo-define-obsolete-variable'.
6115         (wl-fetch-confirm-threshold): Ditto.
6116         (wl-cache-prefetch-folder-type-list): Ditto.
6117         (wl-cache-prefetch-folder-list): Ditto.
6118
6119 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6122         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6123         (wl-demo-insert-image): New function.
6124         (wl-demo-insert-text): New function.
6125         (wl-demo-image-type-alist): Redefine as a function.
6126         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6127         (wl-demo-with-temp-file-buffer): Removed.
6128         (wl-logo-xpm): Removed.
6129         (wl-logo-xbm): Removed.
6130         (wl-logo-bitmap): Removed.
6131
6132 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6133
6134         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6135         (wl-expire-localdir-get-folder-function): New user option.
6136         (wl-expire-localdir-get-folder): New function.
6137         (wl-expire-localdir-date): Ditto.
6138
6139 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6140
6141         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6142         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6143         Fixed unread number mismatch when all-unread < unread.
6144
6145 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6148         (wl-fetch-confirm-threshold): Ditto.
6149
6150         * wl-summary.el (wl-summary-confirm-appends): Removed.
6151         (wl-summary-sync-update): Don't refer
6152         `wl-summary-update-confirm-threshold' (It is now abolished).
6153
6154         * wl-message.el (wl-message-display-internal): Don't refer
6155         `wl-fetch-confirm-threshold' (It is now abolished).
6156
6157 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6160
6161 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6162
6163         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6164         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6165         Change default value to nil.
6166         (wl-summary-indent-length-limit): The value can be nil, nil means
6167         unlimited.
6168
6169         * wl-summary.el: Don't set limit for indent length if the value of
6170         wl-summary-indent-length-limit is nil.
6171         If the value of wl-summary-width is nil, it means only that the width
6172         of summary is unlimited (nil doesn't mean that the indent length is
6173         unlimited).
6174
6175         * wl-thread.el: Ditto.
6176
6177 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6178
6179         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6180         be nil, nil means never confirm.
6181         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6182
6183 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6186         means unlimited).
6187
6188 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6191         Use `with-temp-buffer'.
6192
6193 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6196         with new backquote style).
6197         (wl-folder-get-entity-from-buffer): Ditto.
6198
6199 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6200
6201         * wl-version.el (nemacs-version): Eliminated.
6202         (wl-extended-emacs-version2): Ignore nemacs.
6203         (wl-extended-emacs-version3): Ditto.
6204
6205 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6206
6207         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6208         (wl-draft-add-in-reply-to): New variable.
6209         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6210         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6211         (wl-draft-yank-from-mail-reply-buffer): Use
6212         `wl-draft-add-in-reply-to'.
6213         (wl-draft-insert-current-message): Ditto.
6214
6215 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6216
6217         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6218         typo (kill->hide).
6219         (wl-message-buffer-prefetch-folder-type-list): Added elements
6220         `mark' and `cache' instead of `internal'.
6221
6222 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6225         resume msgdb directory.
6226
6227 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl.el (wl-exit): Call `wl-acap-exit'.
6230
6231         * wl-summary.el (wl-summary-message-string): New function.
6232         (wl-summary-reedit): Use it.
6233         (wl-summary-resend-bounced-mail): Remove needless let.
6234         (wl-summary-supersedes-message): Ditto.
6235         (wl-summary-save): Ditto.
6236
6237         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6238         (wl-acap-init): Set it.
6239         (wl-acap-exit): New function.
6240
6241 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6242
6243         * wl.el (wl-init): Revert (require 'mime-setup). move from
6244         toplevel.
6245
6246 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6247
6248         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6249         local variables.  Add error when guess function return invalid
6250         value.
6251
6252 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6253
6254         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6255         Change local variable name.
6256         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6257         (wl-folder-get-newsgroups): Return nil when non-news folder.
6258         * wl-summary.el (wl-summary-write-current-folder): State through
6259         when guess-list return nil.
6260         (wl-summary-write-current-folder-functions): Fixed docstring.
6261
6262         * wl.el (wl-exit): Changed confirm message.
6263
6264         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6265         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6266
6267         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6268
6269 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6270
6271         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6272         user option (Renamed from wl-cache-prefetch-folder-type-list).
6273         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6274         from wl-cache-prefetch-folder-list).
6275
6276         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6277         Move to wl-vars.el.
6278         (wl-message-buffer-prefetch-p): Changed to enable
6279         `wl-message-buffer-prefetch-folder-list'.
6280
6281         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6282         `ignore-cache'.
6283
6284 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6285
6286         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6287         `part-top' and `part-bottom'.
6288         (wl-draft-config-sub-part-top): New function.
6289         (wl-draft-config-sub-part-bottom): New function.
6290
6291 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6292
6293         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6294
6295 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6296
6297         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6298
6299 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6300
6301         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6302
6303         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6304         (wl-summary-write-current-folder): Ditto.
6305
6306 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6307
6308         * wl-folder.el (wl-folder-get-newsgroups): Use
6309         `elmo-folder-newsgroups'.
6310
6311 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6312
6313         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6314         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6315         `wl-draft-config-sub-header-bottom'.
6316
6317 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6318
6319         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6320         localnews folder.
6321
6322 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6323
6324         * wl-summary.el (wl-summary-mode): Undo last change.
6325
6326         * wl-folder.el (wl-folder-mode): Ditto.
6327
6328 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6329
6330         * wl-summary.el (wl-summary-mode): Locally set
6331         truncate-partial-window-width to nil.
6332         (for XEmacs)
6333
6334         * wl-folder.el (wl-folder-mode): Ditto.
6335
6336 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6339
6340 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6343         number.
6344
6345         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6346
6347         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6348
6349         * Version number is increased to 2.7.6.
6350
6351 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6354
6355 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6356
6357         * wl-summary.el (wl-summary-sync-update): Enclose network
6358         related portion with `unwind-protect'.
6359
6360 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6361
6362         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6363
6364 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6365
6366         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6367         element.
6368         * wl-vars.el (wl-message-body-button-alist): Ditto.
6369
6370         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6371         max match length.
6372         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6373
6374         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6375         for the max match length;
6376         Use 4th element value for the button string regexp group.
6377
6378         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6379         candidate exists, prompt to select.
6380
6381 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6382
6383         * wl-summary.el (wl-summary-jump-to-msg): Search before
6384         calibration point by `beginning-of-line'.
6385
6386 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6387
6388         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6389         for access group.
6390
6391 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * wl-message.el (wl-message-display-internal): Bind
6394         `default-mime-charset'.
6395
6396         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6397
6398         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6399
6400         * Version number is increased to 2.7.5.
6401
6402 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6403
6404         * wl-expire.el (wl-summary-archive): Fixed;
6405         Use `elmo-folder-name-internal'.
6406
6407 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6408
6409         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6410         from `elmo-folder-move-messages' caller.
6411         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6412
6413         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6414         related portions are changed).
6415
6416 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6417
6418         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6419         counter.
6420
6421 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6422
6423         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6424         buffer local and set it to nil.
6425
6426         * wl-message.el (wl-message-redisplay): Ditto.
6427
6428 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl-summary.el (wl-summary-mark-as-important): If message is
6431         already cached, set messag as read, otherwise encache and mark as read.
6432
6433 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6434
6435         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6436         point-min.
6437
6438 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6441         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6442         a keymap.
6443
6444 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6447         parent.
6448
6449         * wl-mule.el (wl-message-define-keymap): Ditto.
6450
6451         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6452
6453         * wl-xmas.el (wl-message-display-internal-hook): Define.
6454         (wl-xmas-setup-message-toolbar): Define as function.
6455         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6456         (wl-message-overload-functions): Abolished.
6457         (wl-message-define-keymap): New function.
6458
6459         * wl-vars.el (wl-message-display-internal-hook): New variable.
6460         (wl-message-header-button-alist): New variable (Renamed from
6461         wl-highlight-message-header-button-alist).
6462         (wl-message-body-button-alist): Ditto.
6463
6464         * wl-mule.el (wl-message-define-keymap): New function.
6465         (wl-message-overload-functions): Abolished.
6466
6467         * wl-message.el (wl-message-add-buttons-to-body): New function.
6468         (wl-message-redisplay): Don't call wl-message-overload-functions;
6469         Call wl-message-add-buttons-to-header and
6470         wl-message-add-buttons-to-body.
6471         (wl-message-display-internal): Set keymap argument for
6472         elmo-mime-display-as-is, elmo-mime-message-display;
6473         Run wl-message-display-internal-hook.
6474         (wl-message-refer-article-or-url): Abolished.
6475
6476         * wl-highlight.el (wl-highlight-headers): Don't call
6477         wl-highlight-message-add-buttons-to-header.
6478         (wl-highlight-message-add-buttons-to-header): Abolished.
6479
6480
6481         * wl-e21.el (wl-message-display-internal-hook): Define.
6482         (wl-e21-setup-toolbar): Deleted duplicated binding.
6483         (wl-e21-setup-message-toolbar): Define as function.
6484         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6485         (wl-message-define-keymap): New function.
6486         (wl-message-overload-functions): Abolished.
6487
6488 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6489
6490         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6491         and elmo-folder-close.
6492
6493         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6494
6495 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6496
6497         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6498         boolean value.
6499         * wl-draft.el (wl-draft-do-fcc): Ditto.
6500
6501 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6502
6503         * wl-vars.el (wl-fcc-force-as-read): New variable.
6504         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6505         mark copied message as read.
6506
6507 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6510
6511 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6512
6513         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6514         `wl-summary-target-above' instead of obsolete variable
6515         `wl-summary-temp-above'.
6516
6517         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6518         instead of `make-obsolete-variable'.
6519         * wl-refile.el (toplevel): Ditto.
6520
6521 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6524         with third argument t.
6525         (wl-draft): Set first argument for wl-plugged-init as t.
6526
6527         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6528         definition.
6529
6530 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6531
6532         * wl-vars.el: Tabify.
6533         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6534
6535         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6536         message.
6537
6538 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6539
6540         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6541         and set default to beep.
6542
6543 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6544
6545         * wl-vars.el (wl-draft-truncate-lines): New variable.
6546
6547         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6548         instead of wl-message-truncate-lines for truncate-lines.
6549
6550 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * wl-message.el (wl-message-display-internal): Call
6553         `wl-highlight-message' after `elmo-mime-display-as-is'.
6554
6555         * wl-mime.el (wl-mime-display-text/plain): New function.
6556         (wl-mime-display-header): Ditto.
6557         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6558         body-presentation-method for text/plain;
6559         Register `wl-mime-display-header' as a header-presentation-method;
6560         Don't set up `elmo-message-text-content-inserted-hook' and
6561         `elmo-message-header-inserted-hook'.
6562
6563         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6564         variable.
6565         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6566         as t if flag is 'all-header;
6567         Don't bind `elmo-message-ignored-field-list',
6568         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6569
6570 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6573         for xemacs with non-mule environment.
6574
6575 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6576
6577         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6578         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6579         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6580
6581 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6582
6583         * wl-vars.el (wl-interactive-send): Set default value as t.
6584
6585 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6588         (wl-addrmgr-method-list): Abolished.
6589         (wl-addrmgr-change-method): Follow above change.
6590
6591         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6592
6593 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6594
6595         * wl-vars.el (wl-message-truncate-lines): Change default value
6596         to default-truncate-lines.
6597
6598         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6599
6600 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6601
6602         * wl-vars.el (wl-message-truncate-lines): New variable.
6603
6604         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6605         wl-message-truncate-lines.
6606
6607 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6608
6609         * wl-acap.el (wl-acap-init): Remove period from error message.
6610         (wl-acap-find-acap-service): Remove period from message.
6611
6612 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * wl.el (wl-check-environment): Undo last change.
6615
6616         * wl-vars.el (wl-from): Changed default value.
6617
6618         * wl-util.el (toplevel): Don't require tm-edit.
6619
6620         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6621         `wl-folder-init';
6622         Don't set mark on mail body.
6623         (wl-draft-reedit): Ditto.
6624
6625         * wl-address.el (wl-address-quote-specials): Define as an alias for
6626         elmo-address-quote-specials.
6627
6628 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6631
6632         * wl-vars.el (wl-from): Set default value as nil.
6633         (wl-organization): Set default value as ORGANIZATION environment
6634         variable.
6635
6636         * wl-draft.el (wl-smtp-extension-bind): Check value of
6637         wl-smtp-connection-type.
6638
6639         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6640         error.
6641
6642 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6643
6644         * Version number is increased to 2.7.4.
6645
6646         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6647         arguments from `wl-highlight-x-face-function' caller.
6648         Use x-face-1.3.6.12 or later.
6649
6650 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6651
6652         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6653
6654 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6655
6656         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6657         (wl-fcc): Fix to accept function.
6658         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6659
6660 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6661
6662         * wl-acap.el (toplevel): Added `product-provide' declare.
6663         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6664
6665 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl.el (wl): Changed order of calling `elmo-init'
6668         and `elmo-folder-init'.
6669
6670 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6671
6672         * wl-mime.el (wl-summary-burst): Extract message when content-type
6673         of root entity is not only `multipart' but also `message/rfc822'.
6674         (wl-summary-burst-subr): Ditto.
6675
6676 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl-vars.el (toplevel): Require 'custom.
6679         (wl-trash-folder): Added to `wl-setting' group.
6680
6681         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6682         exists.
6683         (wl-addrmgr-draw): Insert empty line when no entry exists.
6684
6685         * wl-mule.el (wl-message-wheel-up): Fixed.
6686         (wl-message-wheel-down): Ditto.
6687
6688 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6689
6690         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6691         config is an anonymous lambda expression.
6692
6693 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6696         when Mule 2 is running.
6697
6698 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6699
6700         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6701
6702 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6703
6704         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6705         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6706
6707         * wl-address.el (wl-address-specials-regexp): Eliminated.
6708         (wl-address-quote-specials): Rewrite.
6709
6710 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6713         shy-groups for regexp.
6714
6715         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6716         character classes and Perl style shy-groups for regexp.
6717         (wl-highlight-plugged-current-line): Use Posix style character
6718         classes for regexp.
6719         (wl-e21-highlight-folder-by-numbers): Ditto.
6720         (wl-e21-display-image-p): Use `display-images-p' instead of
6721         `display-graphic-p'.
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         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6726         `display-graphic-p'.
6727         (wl-demo-image-type-alist): Ditto.
6728         (display-images-p): Make an alias to `display-graphic-p' if it is
6729         not available.  It is for Emacs version prior to 21.0.105.
6730
6731 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6732
6733         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6734         support.
6735         (wl-generate-user-agent-string): Ditto.
6736
6737         * wl-version.el (wl-version): Update docsting.
6738         (wl-version-status): Ditto.
6739
6740 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6741
6742         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6743         21.0.105.  For Emacs 21.0.104 or earlier.
6744
6745 2001-09-03  Takuo KITAME <kitame@northeye.org>
6746
6747         * wl-e21.el (wl-plugged-init-icons): Use
6748         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6749         (wl-biff-init-icons): Ditto.
6750
6751 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6752
6753         * wl-highlight.el (wl-highlight-summary-current-line):
6754         Fixed highlighting refile/copy destination.
6755
6756         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6757         (wl-acap-store): Encode string by wl-acap-coding-system.
6758
6759 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-acap.el (toplevel): Check and require 'un-define before
6762         'xemacs-ucs;
6763          Added checking for UTF-2000.
6764
6765 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6768         Don't enclose with `eval-and-compile'.
6769
6770         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6771         wl-init is non-nil.
6772
6773         * wl-draft.el (wl-draft): Ditto.
6774
6775         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6776
6777         * wl-acap.el (toplevel): Require 'wl.
6778         (wl-acap-store): Call `elmo-init'.
6779
6780         * wl.el (wl): Changed position of `wl-check-environment'.
6781         (toplevel): Added autoload setting for wl-acap.
6782
6783         * wl-vars.el (wl-setting): New custom group.
6784         (wl-from): Added wl-setting group.
6785         (wl-user-mail-address-list): Ditto.
6786         (wl-organization): Ditto.
6787         (wl-subscribed-mailing-list): Ditto.
6788         (wl-envelope-from): Ditto.
6789         (wl-smtp-posting-user): Ditto.
6790         (wl-smtp-posting-server): Ditto.
6791         (wl-smtp-posting-port): Ditto.
6792         (wl-smtp-authenticate-type): Ditto.
6793         (wl-pop-before-smtp-user): Ditto.
6794         (wl-pop-before-smtp-server): Ditto.
6795         (wl-pop-before-smtp-port): Ditto.
6796         (wl-pop-before-smtp-authenticate-type): Ditto.
6797         (wl-nntp-posting-server): Ditto.
6798         (wl-nntp-posting-user): Ditto.
6799         (wl-nntp-posting-port): Ditto.
6800         (wl-fetch-confirm-threshold): Ditto.
6801         (wl-prefetch-threshold): Ditto.
6802         (wl-thread-insert-opened): Ditto.
6803         (wl-ldap-server): Ditto.
6804         (wl-ldap-port): Ditto.
6805         (wl-ldap-base): Ditto.
6806         (wl-ldap-objectclass): Ditto.
6807         (wl-use-ldap): Ditto.
6808         (wl-draft-config-alist): Ditto.
6809         (wl-draft-config-matchone): Ditto.
6810         (wl-template-alist): Ditto.
6811         (wl-message-sort-field-list): Ditto.
6812         (wl-message-ignored-field-list): Ditto.
6813         (wl-message-visible-field-list): Ditto.
6814         (wl-interactive-send): Ditto.
6815         (wl-summary-move-order): Ditto.
6816         (wl-auto-select-first): Ditto.
6817         (wl-auto-select-next): Ditto.
6818         (wl-interactive-save-folders): Ditto.
6819
6820         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6821         Initialization codes are moved from wl-local-folder-init.
6822         (wl-local-folder-init): Follow the change above.
6823         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6824
6825         * wl-acap.el: New file.
6826
6827         * Version number is increased to 2.7.3.
6828
6829 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6830
6831         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6832
6833 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6834
6835         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6836         (wl-addrmgr-address-entry-list): Ditto.
6837
6838 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6839
6840         * wl-e21.el (wl-draft-mode-map): Removed binding for
6841         `wl-draft-insert-x-face-field'.
6842
6843         * wl-mule.el (wl-draft-mode-map): Ditto.
6844
6845         * wl-xmas.el (wl-draft-mode-map): Ditto.
6846
6847         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6848         (wl-cs-autoconv): Ditto.
6849         (wl-cs-local): Ditto.
6850         (wl-use-scoring): Ditto.
6851         (wl-mime-charset): Ditto.
6852         (wl-folder-check-async): Ditto.
6853
6854         * wl.el (toplevel): Ignore nemacs and tm.
6855         (wl-exit): Ditto.
6856
6857         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6858         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6859         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6860         instead of wl-address-petname-add-or-change.
6861         (wl-summary-edit-addresses-subr): Use wl-address-delete
6862         instead of wl-address-petname-delete.
6863
6864         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6865
6866         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6867         if error occured.
6868
6869         * wl-message.el (require): Remove tm support.
6870
6871         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6872
6873         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6874         (wl-folder-jump-to-current-entity): Ditto.
6875         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6876
6877         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6878         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6879         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6880
6881         * wl-mule.el (wl-draft-key-setup): Ditto.
6882
6883         * wl-xmas.el (wl-draft-key-setup): Ditto.
6884
6885         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6886         (wl-draft-std11-parse-addresses): New function.
6887         (wl-draft-parse-mailbox-list): Use it.
6888         (wl-draft): Ignore nemacs.
6889         (wl-draft-reedit): Ditto.
6890
6891         * wl-addrmgr.el: New file.
6892         (Original is wl-rcpt.el written by
6893         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6894         Thanks Kitamoto-san.)
6895
6896         * wl-address.el (wl-address-make-address-list): Modified parsing
6897         process.
6898         (wl-address-delete): Renamed from `wl-address-petname-delete';
6899         Modify wl-address-list too.
6900         (wl-address-add-or-change): Renamed from
6901         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6902
6903 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6904
6905         * wl-highlight.el (wl-highlight-summary-current-line):
6906           Work with transient-mark-mode
6907
6908 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * Version number is increased to 2.7.2.
6911
6912         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6913         instead of elmo-dop-queue-method.
6914
6915 2001-08-06  SAITO Atsunori <sai@yedo.com>
6916
6917         * wl-vars.el (wl-ldap-objectclass): New user option.
6918
6919         * wl-address.el (wl-ldap-make-filter): Use it.
6920
6921 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6924
6925 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6926
6927         * wl-folder.el (wl-folder): redisplay after folder insertion.
6928
6929         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6930
6931         * wl-summary.el (wl-summary-sync-update):
6932         Change status mark only when new-msgdb exists.
6933         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6934
6935 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-summary.el (wl-summary-open-folder): New function.
6938         (wl-summary-goto-folder-subr): Use it.
6939         (wl-summary-mark-as-important): Fix;
6940         Encache only when no cache exists.
6941
6942 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6943
6944         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6945         Use with-current-buffer.
6946
6947 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6948
6949         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6950         before call `get-buffer'. Fixed parenthesis.
6951         (wl-score-get-header-entry): Clear message and help window when
6952         keyboard quit.
6953         (wl-score-edit-insert-header): Ditto.
6954
6955 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6956
6957         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6958         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6959         (wl-default-draft-cite): Fix.
6960
6961         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6962         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6963
6964 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-message.el (wl-message-prev-page): Do same bahavior
6967         as summary when it is called in the message buffer.
6968         (wl-message-next-page): Ditto.
6969
6970 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6971
6972         * wl-summary.el (wl-summary-forward): Use cache if it is not
6973         section cache.
6974
6975 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6976
6977         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6978         Removed redundant require of elmo-vars.
6979         (wl-biff-state-indicator-on): Changed default value for
6980         xemacs with non-mule environment.
6981
6982         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6983         wl-message-buffer is nil;
6984         Hide progress bar after moving messages.
6985
6986 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6987
6988         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6989         message at cursor point is deleted.
6990
6991 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6992
6993         * wl-vars.el: Changed file coding system to euc-japan.
6994         Added -*-coding:-*- magic to the first line.
6995
6996         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6997         Search parent from the first message.
6998
6999         * Version number is increased to 2.7.1.
7000
7001 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7002
7003         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7004
7005 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7006
7007         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7008         refile/delete execution.
7009
7010         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7011         Fixed docstring.
7012
7013 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7016         do update process;
7017         Don't update marks when update process is interrupted.
7018
7019 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7020
7021         * wl-summary.el (wl-summary-reply): Fixed problem when
7022         wl-draft-use-frame is non-nil.
7023         (wl-summary-forward): Ditto.
7024
7025         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7026         as nil.
7027         (wl-folder-mark-as-read-all-entity): Ditto.
7028         (wl-folder-prefetch-entity): Ditto.
7029
7030         * wl.el (wl): Check environment before wl-init.
7031
7032         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7033         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7034         instead of wl-summary-collect-unread.
7035         (wl-summary-reply): Split message window.
7036
7037 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7038
7039         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7040         only if current language environment is japanese,
7041
7042         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7043         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7044         (wl-folder-goto-folder-subr): Ditto.
7045
7046         * wl-draft.el (wl-draft-dispatch-message): Call
7047         `elmo-file-cache-get-path'.
7048
7049 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl-summary.el (wl-summary-cursor-move): If return value of
7052         wl-summary-next-message is not number, don't jump.
7053
7054 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-summary.el (wl-summary-buffer-next-message-function): New
7057         variable.
7058         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7059         if it is bound.
7060
7061         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7062         string.
7063
7064         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7065         (wl-plugged-drawing): Ditto.
7066
7067 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7070         process.
7071         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7072         with unwind-protect.
7073
7074         * wl.el (wl-init): Require mime-setup.
7075         (wl-check-environment): Don't require mime-setup.
7076
7077         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7078         instead of elmo-folder-type.
7079
7080         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7081         value as nil.
7082
7083 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * Version number is increased to 2.7.0.
7086
7087         * wl-version.el (wl-version): Changed codename.
7088
7089         * wl-summary.el (wl-summary-delete-cache): Fixed.
7090
7091         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7092         Workaround for net folders.
7093         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7094
7095         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7096         value to nil (According to the patch from
7097         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7098
7099         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7100         of elmo-folder-close.
7101
7102 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7103
7104         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7105         for postfix.
7106
7107 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7108
7109         * wl-summary.el (wl-summary-resend-message): Fixed.
7110
7111         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7112         Call wl-draft with `from' argument if its address is included in
7113         `wl-user-mail-address-list'.
7114         (wl-draft): Added `from' argument.
7115
7116         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7117         non-nil.
7118         (wl): Don't show demo if wl-demo is nil.
7119
7120         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7121         wl-summary-use-frame.
7122
7123         * wl-vars.el (wl-summary-use-frame): New user option.
7124         (wl-folder-use-frame): Changed docstring.
7125
7126         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7127         non-nil.
7128         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7129         wl-summary-use-frame.
7130
7131         * wl-vars.el (wl-folder-use-frame): New user option.
7132
7133         * wl-summary.el (wl-summary-exit): Back to folder frame if
7134         wl-folder-use-frame is non-nil.
7135         (wl-summary-redisplay-internal): Ignore cache if current folder
7136         is draft folder,
7137         (wl-summary-redisplay-no-mime): Ditto.
7138         (wl-summary-redisplay-all-header): Ditto.
7139
7140         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7141         if wl-folder-use-frame is non-nil.
7142
7143 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * wl-summary.el (wl-summary-sync-update): Bind
7146         elmo-folder-update-threshold.
7147         (wl-summary-mark-as-important): Enclosed server mark processing
7148         with `save-match-data'.
7149
7150         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7151         only when it is already defined.
7152
7153 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7154
7155         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7156         name of folder exclude localdir is wrong.
7157         * wl-folder.el (wl-folder-sync-entity):
7158         Set `wl-summary-always-sticky-folder-list' as nil.
7159         (wl-folder-mark-as-read-all-entity): Ditto.
7160         (wl-folder-prefetch-entity): Ditto.
7161
7162 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7163
7164         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7165         instead of `wl-summary-write-current-newsgroup'.
7166
7167 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7168
7169         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7170         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7171         non-nil and selected message is important, do not display.
7172
7173 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7174
7175         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7176
7177 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7180
7181         * wl-summary.el (wl-summary-mark-as-important): Set message number
7182         using wl-summary-message-number.
7183
7184 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7185
7186         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7187         destination folder is 'null.
7188
7189 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7190
7191         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7192         New function.
7193         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7194         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7195         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7196
7197 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-mime.el (wl-mime-setup): Added setting for
7200         `mime-setup-signature-key-alist' to avoid overriding key bind for
7201         `wl-draft-send'.
7202
7203         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7204         for `wl-draft-send'.
7205         * wl-mule.el (wl-draft-overload-functions): Ditto.
7206         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7207         * wl-draft.el (wl-draft-send): Ditto.
7208
7209         * wl-message.el (wl-message-display-internal):
7210         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7211         (Patch is provided by <kita@coe.nttdata.co.jp>).
7212
7213 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7214
7215         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7216
7217 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7218
7219         * wl.el (wl): Fix for wl-demo.
7220
7221 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7222
7223         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7224
7225 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7226
7227         * wl-folder.el (wl-folder-prefetch-entity): Use
7228         `wl-folder-get-elmo-folder'.
7229         (wl-folder-count-incorporates): Do not use
7230         `wl-folder-get-elmo-folder'.
7231
7232 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7233
7234         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7235         instead of `elmo-folder-get-type'.
7236
7237 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7238
7239         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7240         position on Subject: field.
7241         (Advised by Mito <mit@nines.nec.co.jp>)
7242
7243 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7244
7245         * wl-folder.el (wl-folder-prefetch-entity): Use
7246         `wl-folder-get-elmo-folder'.
7247
7248 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7251
7252         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7253         `process-duplicates' slot.
7254
7255         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7256         if detection failed.
7257
7258 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7259
7260         * wl-version.el (wl-version-status): Set to "alpha".
7261
7262 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7263
7264         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7265         Check wl-message-buffer lives before set-buffer.
7266
7267 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7268
7269         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7270         called in folder mode.
7271         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7272         * wl-summary.el (wl-summary-exit-pre-hook): Run
7273         `wl-summary-exit-pre-hook' before exit summary mode.
7274
7275 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7276
7277         * wl-version.el (wl-version-status): New variable.
7278         (wl-version-status-alist): Removed.
7279         (wl-version-status): Rule included.
7280
7281 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7282
7283         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7284         @sponichi.
7285
7286         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7287         when `mail-reply-buffer' is buffer-local variable.
7288         (Reported by <kita@coe.nttdata.co.jp>).
7289
7290 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-vars.el (toplevel): Require 'elmo-util.
7293
7294 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7297         (All other related portions are changed)
7298
7299         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7300
7301         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7302
7303 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7304
7305         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7306
7307 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7310         Delete other windows to avoid an error.
7311         Use `point-marker' instead of `point' to remember the start point
7312         of body.
7313
7314         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7315
7316         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7317         number not to exceed all message number.
7318
7319 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7320
7321         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7322         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7323
7324 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7325
7326         * wl-summary.el (wl-summary-sync-force-update): Added argument
7327         no-check.
7328         (wl-summary-sync-update): Ditto.
7329         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7330         with `no-check'.
7331
7332         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7333         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7334         already running.
7335
7336 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7337
7338         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7339         `dst-folder-arg'.
7340         (wl-expire-archive-number1): Diito.
7341         (wl-expire-archive-number2): Diito.
7342         (wl-expire-archive-Date): Diito.
7343         (wl-archive-number1): Diito.
7344         (wl-archive-number2): Diito.
7345         (wl-archive-date): Diito.
7346         (wl-archive-folder-p): New function.
7347         (wl-summary-expire): Support of expand folder name at
7348         wl-expire-alist.
7349         * wl-util.el (wl-expand-newtext): Renamed from
7350         `wl-refile-expand-newtext'.
7351
7352 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7353
7354         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7355         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7356         `(elmo-msgdb-get-overview msgdb)'.
7357         (wl-summary-prefetch): Bind match data before call
7358         `wl-summay-prefetch-msg'.
7359         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7360         'off if `wl-summary-buffer-disp-msg' is non-nil.
7361         Fixed problem that couldn't show only one new or unread message when
7362         enter folder.
7363         (wl-summary-reply): Don't call `split-window-vertically' and other
7364         window.
7365
7366 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-expire.el (wl-expire-refile): Fixed.
7369
7370 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7371
7372         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7373
7374         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7375         biff notification is removed.
7376
7377         * wl.el (wl): Changed position of `elmo-init'.
7378
7379         * wl-draft.el (wl-default-draft-cite): Use date field
7380         on the citation buffer.
7381
7382         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7383
7384         * wl-xmas.el (wl-folder-internal-icon-list): Added
7385         `wl-folder-shimbun-image'.
7386
7387         * wl-e21.el (wl-folder-internal-icon-list): Added
7388         `wl-folder-shimbun-image'.
7389
7390 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * wl.el (wl-init): Eliminated argument.
7393         (wl): Rewrite.
7394
7395         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7396         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7397         instead of `elmo-folder-msgdb-internal'.
7398         (wl-summary-sync-update): Ditto.
7399         (wl-summary-flush-pending-append-operations): Eliminated.
7400         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7401         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7402         `elmo-folder-open'.
7403
7404         * wl-mime.el (wl-summary-burst): Fixed.
7405
7406         * wl-folder.el (wl-folder-info-save): Check data type.
7407
7408         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7409         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7410         instead of `elmo-folder-msgdb-internal'.
7411         (wl-expire-hide): Ditto.
7412
7413
7414         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7415
7416 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7417
7418         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7419
7420 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7421
7422         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7423
7424 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7425
7426         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7427         Fixed `match-beginning' argument mismatch.
7428
7429 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7430
7431         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7432         the default value.
7433
7434 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7437         instead of `elmo-nntp-default-port'.
7438
7439         * wl-vars.el: Fixed some doc strings.
7440
7441 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-summary.el (wl-summary-prefetch-msg): Use
7444         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7445
7446         * wl-vars.el: Define *-func as obsolete variable using
7447         `elmo-define-obsolete-variable'.
7448
7449         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7450         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7451         instead of `wl-message-buffer-prefetch-threshold'.
7452
7453         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7454
7455         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7456
7457         * wl-draft.el (wl-caesar-region-func): Ditto.
7458
7459         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7460         Keep unread status in elmo-folder-move-messages.
7461         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7462
7463 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7464
7465         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7466         `wl-summary-buffer-exit-func'
7467         (wl-summary-buffer-message-redisplay-function): Renamed from
7468         `wl-summary-buffer-message-redisplay-func'
7469         (wl-summary-buffer-next-folder-function): Renamed from
7470         `wl-summary-buffer-next-folder-func'.
7471         (wl-summary-buffer-prev-folder-function): Renamed from
7472         `wl-summary-buffer-prev-folder-func'.
7473         (wl-summary-get-petname-function): Renamed from
7474         `wl-summary-get-petname-func'.
7475
7476         * wl-score.el (wl-score-edit-exit-function): Renamed from
7477         `wl-score-edit-exit-func'.
7478
7479         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7480         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7481
7482         * wl-util.el (wl-load-profile-function): Renamed from
7483         `wl-load-profile-func'.
7484
7485         * wl-folder.el (wl-folder-completion-function): Renamed from
7486         `wl-folder-completion-func'.
7487         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7488
7489         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7490         `wl-expire-archive-get-folder-func'.
7491         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7492         (wl-draft-send-mail-function): Renamed from
7493         `wl-draft-send-mail-func'.
7494         (wl-draft-send-news-function): Renamed from
7495         `wl-draft-send-news-func'.
7496         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7497         (wl-generate-mailer-string-function): Renamed from
7498         `wl-generate-mailer-string-func'.
7499         (wl-highlight-signature-search-function): Renamed from
7500         `wl-highlight-signature-search-func'.
7501         (wl-highlight-x-face-function): Renamed from
7502         `wl-highlight-x-face-func'
7503         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7504         (wl-ps-print-buffer-function): Renamed from
7505         `wl-ps-print-buffer-func'
7506         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7507         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7508         (wl-summary-subject-filter-function): Renamed from
7509         `wl-summary-subject-filter-func'.
7510
7511         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7512         `wl-draft-queue-flush-send-func'
7513         (wl-draft-cite-function): Renamed from
7514         `wl-draft-cite-func'
7515
7516         * wl-address.el (wl-address-init-function): Renamed from
7517         `wl-address-init-func'.
7518
7519 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-draft.el (wl-draft-queue-flush): Don't call
7522         `elmo-dop-unlock-message'.
7523         * wl-draft.el (wl-draft-queue-append): Don't call
7524         `elmo-dop-lock-message'.
7525
7526         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7527         (wl-summary-buffer-folder-name): Ditto.
7528         (wl-summary-message-regexp): Added '-' (all other related portions
7529         are changed).
7530         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7531         wl-summary-buffer-folder-name.
7532
7533 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7534
7535         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7536         the number of mails in the folder buffer is not updated by wl-biff.
7537
7538 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7539
7540         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7541         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7542
7543 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl-summary.el (wl-summary-next-message):
7546         Return next message number when wl-summary-move-order is nil.
7547
7548 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7549
7550         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7551         `wl-summary-move-spec-alist'.
7552         (wl-summary-move-spec-unplugged-alist): New variable
7553         (Move spec for unplugged status).
7554         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7555         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7556
7557 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7558
7559         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7560         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7561
7562 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7563
7564         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7565         simple quotation to quote the anonymous function.
7566         * tm-wl.el (wl-draft-preview-message): Ditto.
7567
7568 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7569
7570         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7571         Eliminate redundant `save-excursion'.
7572         (wl-highlight-summary-current-line): Ditto.
7573
7574         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7575         accessing match data when `looking-at' failed.
7576
7577         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7578         `elmo-match-string' where users don't care about the speed.
7579         (wl-draft-save): Ditto.
7580
7581 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-util.el (wl-regexp-opt): New function.
7584
7585         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7586         number from `wl-summary-buffer-number-list'.
7587         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7588         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7589         (wl-summary-move-spec-alist): Changed default setting.
7590
7591 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7592
7593         * wl-vars.el (wl-biff-notify-hook): New hook.
7594         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7595         the arrival of new mail.
7596         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7597         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7598
7599 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7602
7603 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7606
7607         * Version number is increased to 2.5.8.
7608
7609         * wl-thread.el (toplevel): require 'cl.
7610         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7611         (wl-thread-make-number-list): New function.
7612         (wl-thread-entity-make-number-list-from-children): Ditto.
7613         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7614         (wl-thread-entity-insert-as-children): Likewise.
7615         (wl-thread-delete-message): Likewise.
7616         (wl-meaning-of-mark): Eliminated.
7617         (wl-thread-next-failure-mark-p): Ditto.
7618         (wl-thread-entity-get-mark): Ditto.
7619         (wl-thread-meaning-alist-get-result): Ditto.
7620         (wl-thread-entity-check-prev-mark): Ditto.
7621         (wl-thread-entity-check-next-mark): Ditto.
7622         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7623         (wl-thread-entity-get-prev-marked-entity): Ditto.
7624         (wl-thread-get-prev-unread): Ditto.
7625         (wl-thread-jump-to-prev-unread): Ditto.
7626         (wl-thread-get-next-unread): Ditto.
7627         (wl-thread-jump-to-next-unread): Ditto.
7628         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7629         (wl-thread-entity-get-next-marked-entity): Ditto.
7630
7631         * wl-summary.el (wl-summary-buffer-number-list):
7632         New bufer-local variable.
7633         (wl-summary-switch-to-clone-buffer): Clone
7634         `wl-summary-buffer-number-list'.
7635         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7636         (wl-summary-cursor-move-regex): Eliminated.
7637         (wl-summary-cursor-up): Rewrite.
7638         (wl-summary-cursor-down): Ditto.
7639         (wl-summary-mode-spec-alist): New variable.
7640         (wl-summary-next-message): New inline function.
7641         (wl-summary-cursor-move): New function.
7642         (wl-summary-default-get-next-msg): Rewrite.
7643         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7644         (wl-summary-rescan): Ditto.
7645         (wl-summary-sync-all-init): Ditto.
7646         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7647         summary is not thread view.
7648         (wl-summary-sync-update): Ditto.
7649         (wl-summary-rescan): Ditto.
7650         (wl-summary-make-number-list): New function.
7651
7652         * wl-draft.el: "FCC" -> "Fcc".
7653
7654 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7655
7656         * wl-highlight.el (wl-highlight-summary-window):
7657         Call `set-buffer-modified-p'.
7658
7659         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7660         (wl): Call `elmo-init' and fix.
7661
7662         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7663         Use new variables.
7664
7665         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7666
7667 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7670
7671 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7672
7673         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7674
7675 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7676
7677         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7678         `wl-use-toolbar' nor `display-graphic-p'.
7679         (wl-e21-setup-message-toolbar): Ditto.
7680         (wl-e21-setup-summary-toolbar): Ditto.
7681         (wl-e21-setup-folder-toolbar): Ditto.
7682
7683         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7684         (wl-plugged-init-icons): Ditto.
7685
7686         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7687         `display-graphic-p'.
7688         (wl-plugged-set-folder-icon): Ditto.
7689         (wl-highlight-plugged-current-line): Ditto.
7690         (wl-highlight-folder-current-line): Ditto.
7691         (wl-e21-highlight-folder-group-line): Ditto.
7692         (wl-e21-setup-toolbar): Ditto.
7693         (wl-e21-display-image-p): New macro.
7694
7695         * wl-demo.el (wl-demo): Simplified.
7696         (wl-demo-image-type-alist): Use `image-type-available-p' for
7697         checking whether the image type `xbm' is available.
7698
7699 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7702         (wl-summary-input-range): Ditto.
7703
7704 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-summary.el (wl-summary-edit-addresses): Use
7707         `wl-summary-get-original-buffer'
7708         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7709         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7710         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7711         (wl-summary-get-newsgroups): Eliminated.
7712         (wl-summary-set-crosspost): Ditto.
7713         (wl-summary-is-crosspost-folder): Ditto.
7714         (wl-crosspost-alist-load): Ditto.
7715         (wl-crosspost-alist-save): Ditto.
7716
7717         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7718         `elmo-setup-subscribed-newsgroups' instead of
7719         `elmo-nntp-make-groups-hashtb'.
7720         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7721         instead of `wl-crosspost-alist-save'.
7722
7723         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7724         of `elmo-folder-message-appendable-p'.
7725         (wl-mime-header-presentation-method): Eliminated.
7726
7727         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7728         (Error occurs in emacs21).
7729
7730         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7731         the current buffer).
7732
7733         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7734         instead of `wl-crosspost-alist-save'.
7735         (wl-init): `elmo-crosspost-message-alist-load'
7736         instead of `wl-crosspost-alist-load'
7737
7738         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7739         (wl-parse-newsgroups): Likewise.
7740         (wl-biff-notify): Run `wl-biff-notify-hook'.
7741
7742 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7745
7746         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7747         when `wl-summary-lazy-highlight' is non-nil.
7748         (wl-summary-goto-folder-subr): Highlight only when
7749         `wl-summary-lazy-highlight' is non-nil.
7750
7751         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7752         Don't display progress and highlight temp-mark when
7753         `wl-summary-lazy-highlight' is non-nil.
7754         (wl-highlight-summary-window): New function.
7755         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7756
7757 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7758
7759         * wl-summary.el (wl-summary-sync): Change `all-visible'
7760         from `all-shown'
7761         (wl-summary-input-range): Ditto.
7762
7763 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7764
7765         * wl-e21.el (wl-highlight-folder-current-line): Call
7766         `wl-folder-init-icons' when folder icons have not been initialized.
7767
7768         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7769
7770         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7771         (wl-demo-image-type-alist): New macro.
7772
7773 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7774
7775         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7776         display does not support graphics.
7777         (wl-plugged-init-icons): Ditto.
7778         (wl-folder-init-icons): Ditto.
7779
7780         * wl-demo.el (wl-demo): Chech closely whether the display
7781         supports graphics.
7782
7783 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-summary.el (wl-summary-get-original-buffer): New function.
7786         (wl-summary-set-crosspost): Use it.
7787         (wl-summary-target-mark-uudecode): Ditto.
7788         (wl-summary-reedit): Ditto.
7789         (wl-summary-resend-bounced-mail): Ditto.
7790         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7791         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7792
7793         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7794         (wl-message-display-internal): Ditto.
7795
7796 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7799
7800 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-summary.el (wl-summary-save-view): Renamed from
7803         `wl-summary-save-status'.
7804
7805 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7806
7807         * wl-summary.el (wl-summary-sync): Added `all-shown'
7808
7809 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7810
7811         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7812
7813 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7814
7815         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7816
7817 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7818
7819         * wl-highlight.el (wl-highlight-summary-line-string): Use
7820         `zerop' instead of `= 0'.
7821         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7822
7823         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7824         for comparing numbers.
7825         (wl-template-prev): Use `zerop' instead of `eq 0'.
7826
7827         * wl-draft.el (wl-draft-insert-current-message): Use
7828         `with-current-buffer' instead of `save-excursion'.
7829         Use `zerop' instead of `eq 0'.
7830
7831 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7832
7833         * wl-draft.el (wl-draft-insert-ccs): New function.
7834         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7835         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7836
7837 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7840
7841 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-expire.el (wl-expire-refile): Don't call
7844         elmo-msgdb-add-msgs-to-seen-list;
7845         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7846         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7847
7848 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-message.el (wl-message-prev-page): Ignore errors while
7851         scroll-down.
7852
7853 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-mime.el: Use elmo-original-message-mode instead of
7856         mmelmo-original-mode.
7857
7858         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7859         `elmo-folder-get-spec';
7860         (wl-fldmgr-add-completion-all-completions):
7861         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7862
7863         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7864         of `elmo-folder-get-type'.
7865
7866         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7867         `elmo-folder-get-spec';
7868         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7869         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7870         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7871         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7872         `elmo-read-msg-no-cache';
7873         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7874         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7875         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7876         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7877         `elmo-cache-save';
7878         (wl-draft-reedit): Use `elmo-message-file-name'.
7879
7880         * wl-expire.el: Use `elmo-folder-name-internal';
7881         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7882         Use macro `wl-summary-buffer-msgdb' instead of variable
7883         `wl-summary-buffer-msgdb';
7884         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7885         Use macro `wl-summary-buffer-folder-name' instead of variable
7886         `wl-summary-buffer-folder-name'.
7887         * wl-score.el: Likewise.
7888
7889         * wl-message.el: Rewrite for new message buffer cache mechanism.
7890         (wl-message-buffer-cache-buffer-get): New macro.
7891         (wl-message-buffer-cache-folder-get): Ditto.
7892         (wl-message-buffer-cache-message-get): Ditto.
7893         (wl-message-buffer-cache-entry-make): Ditto.
7894         (wl-message-buffer-cache-hit): Ditto.
7895         (wl-message-buffer-cache-sort): New function.
7896         (wl-message-buffer-cache-add): Ditto.
7897         (wl-message-buffer-cache-delete): Ditto.
7898         (wl-message-buffer-cache-clean-up): Ditto.
7899         (wl-message-buffer-window): Rewrite.
7900         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7901         (wl-message-buffer-display): New function.
7902         (wl-message-display-internal): New function.
7903
7904 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7905
7906         * wl-folder.el: Use `elmo-folder-name-internal';
7907         Use `wl-folder-get-elmo-folder';
7908         Use `elmo-folder-list-messages' instead of
7909         `elmo-list-folder';
7910         Use `elmo-folder-get-primitive-list' instead of
7911         `elmo-folder-get-primitive-spec-list';
7912         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7913         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7914         Use `elmo-folder-create' instead of `elmo-create-folder'.
7915         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7916         (wl-folder-get-elmo-folder): New macro.
7917         (wl-folder-elmo-folder-cache-get): Ditto.
7918         (wl-folder-elmo-folder-cache-put): Ditto.
7919         (wl-folder-suspend): Call `elmo-quit'.
7920
7921         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7922         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7923         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7924         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7925         (toplevel): require 'cl.
7926         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7927
7928         * wl-summary.el: Rewrite to use new elmo interface.
7929
7930 \f
7931 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7932
7933         * wl-mime.el (wl-draft-preview-message):
7934         Run `wl-draft-send-hook' before collecting recipients information;
7935         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7936
7937         * tm-wl.el (wl-draft-preview-message): Ditto.
7938
7939 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7940
7941         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7942         wrong recipients are displayed when forwarded message.
7943
7944 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7945
7946         * Version number is increased to 2.5.7.
7947
7948 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7949
7950         * wl-message.el (wl-message-next-page): Bind
7951         `window-pixel-scroll-increment' to nil while scrolling up.
7952
7953 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7954
7955         * wl-vars.el (wl-save-hook): New hook.
7956         * wl.el (wl-save): Call `wl-save-hook'.
7957
7958 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7959
7960         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7961         Argument WITH-ARG instead of NO-ARG (negative mean).
7962         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7963         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7964         * wl-message.el (wl-message-follow-current-entity): Likewise.
7965
7966 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7967
7968         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7969         FROM was optional argument.
7970         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7971
7972 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7973
7974         * Version number is increased to 2.5.6.
7975
7976 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7977
7978         * wl-version.el (wl-version-show): Removed.
7979         (wl-version): Add `interactive'.
7980
7981 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7982
7983         * wl-summary.el (wl-summary-get-petname-func): New variable.
7984         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7985         instead of `wl-address-get-petname-1'.
7986         (wl-summary-simple-from): Ditto.
7987
7988         * wl-address.el (wl-address-get-petname-1): Define as function.
7989
7990 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7991
7992         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7993         field in the original message.
7994         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7995
7996 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7997
7998         * wl-expire.el (wl-expire-hide):
7999         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8000
8001 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8002
8003         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8004         find decoder for To, Cc, and Subject.
8005
8006 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8009         for checking `elmo-use-buffer-cache'.
8010         (wl-summary-mark-as-important): Fixed typo in comment.
8011
8012 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8013
8014         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8015         field in the original message.
8016         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8017
8018 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8019
8020         * wl-expire.el (wl-expire-hide):
8021         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8022
8023 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8026         find decoder for To, Cc, and Subject.
8027
8028 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * Version number is increased to 2.5.5.
8031
8032         * wl-address.el (wl-address-specials-regexp): New constant.
8033         (wl-address-quote-specials): Use it.
8034
8035 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl-summary.el (wl-summary-rescan):
8038         Call `wl-summary-buffer-number-column-detect'.
8039         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8040
8041         * wl-message.el (wl-message-mode-map): Define.
8042         (wl-message-decode): Use it as local-map.
8043
8044 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8047         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8048
8049 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8052
8053         * wl-mule.el (wl-read-event-char): Ditto.
8054
8055         * wl-e21.el (wl-read-event-char): Ditto.
8056
8057         * wl-nemacs.el (wl-read-event-char): Ditto.
8058         (read-event): Removed.
8059
8060         * wl-util.el (toplevel): Removed dummy definition of
8061         `read-event'.
8062         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8063
8064 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8065
8066         * wl-nemacs.el (elmo-archive-call-process): Moved to
8067         elmo-archive.el.
8068
8069 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8070
8071         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8072         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8073
8074         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8075         instead of magic-number 6.  Use `not' instead of `null' for symbol
8076         `nil' check (not empty list).
8077         (wl-draft-insert-x-face-field): Fixed paren style.
8078
8079         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8080         one-branch conditional statement, instead of `and' and `if'.
8081         (wl-draft-forward): Likewise.
8082         (wl-draft-add-references): Likewise.
8083         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8084
8085         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8086         conditional steatment.  Use `cond' instead of `if'.
8087         (wl-draft-confirm): Likewise.
8088
8089 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8090
8091         * wl-version.el (wl-version-show): Use `product-string-1'
8092         instead of `wl-version'.
8093         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8094
8095         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8096
8097 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8098
8099         * wl-highlight.el (wl-highlight-headers): Revert
8100         `wl-highlight-x-face-func' argument (`beg' and `end').
8101
8102 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8103
8104         * wl.el (toplevel): Move `product-provide' declare.
8105         * wl-demo.el (toplevel): Ditto.
8106         * wl-dnd.el (toplevel): Ditto.
8107         * wl-highlight.el (toplevel): Ditto.
8108         * wl-message.el (toplevel): Ditto.
8109         * wl-refile.el (toplevel): Ditto.
8110         * wl-util.el (toplevel): Ditto.
8111
8112 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8115         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8116         (wl-thread-close-all): keep cursor position.
8117
8118 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8119
8120         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8121         (eq x 0).
8122         (wl-generate-user-agent-string-1): Fix conditional statement.
8123
8124 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8125
8126         * wl.el (wl-check-environment): Additional check for
8127         'wl-local-domain' and `wl-message-id-domain'.
8128
8129 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8130
8131         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8132
8133 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8134
8135         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8136         instead of `smtp-sasl-user-realm'.
8137
8138 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8139
8140         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8141
8142 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8143
8144         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8145         to the default value as well as `eword-lexical-analyzer'.
8146
8147 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8148
8149         * wl-version.el (wl-extended-emacs-version,
8150         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8151         `elmo-match-string' instead of `wl-match-string'.
8152
8153 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8154
8155         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8156         docstring.
8157
8158 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8159
8160         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8161
8162 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8163
8164         * wl-highlight.el (wl-highlight-headers): Remove
8165         `wl-highlight-x-face-func' argument (`beg' and `end').
8166
8167 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * wl-summary.el (wl-summary-mark-as-important):
8170         Remove cache if folder is local.
8171
8172 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8173
8174         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8175         to get existing e-mail address string.
8176
8177 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8178
8179         * wl-version.el (wl-generate-user-agent-string): Commentary.
8180         (wl-generate-user-agent-string-1): Use `when' for
8181         one-branch conditional statement, instead of `and' and `if'.
8182         (wl-extended-emacs-version, wl-extended-emacs-version2,
8183         wl-extended-emacs-version3): Ditto.
8184
8185 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8188         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8189         condition-case; Remove initialization.
8190         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8191         (wl-summary-sync-update3): Added argument `sync-all';
8192         Eliminated local variable `msgdb';
8193         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8194         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8195         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8196
8197 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8198
8199         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8200         connection before call `wl-draft-send-mail-with-smtp'.
8201
8202 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8203
8204         * Version number is increased to 2.5.4.
8205
8206 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8207
8208         * wl.el (wl-check-environment): Additional check for
8209         'wl-local-domain' and `wl-message-id-domain'.
8210
8211 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8212
8213         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8214         buffer as command specific.
8215         (wl-folder-mark-as-read-all-entity): Ditto.
8216         (wl-folder-prefetch-entity): Ditto.
8217         (wl-folder-drop-unsync-entity): Ditto.
8218
8219         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8220         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8221         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8222
8223         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8224         save-excursion.
8225
8226 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * Version number is increased to 2.5.3.
8229
8230         * wl-summary.el (wl-summary-save-view-cache):
8231         Delete duplicated `write-region';
8232         Use `write-region-as-binary' instead of `as-binary-output-file' and
8233         `write-region'.
8234
8235 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8236
8237         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8238
8239 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8242         instead of `smtp-via-smtp'.
8243
8244 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8245
8246         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8247
8248 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8249
8250         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8251         instead of `smtp-sasl-user-realm'.
8252
8253 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8254
8255         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8256
8257 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8258
8259         * Version number is increased to 2.5.2.
8260
8261 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8264         does not exist.
8265         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8266         (wl-biff-start): Call `timer-activate' if timer already exists.
8267
8268         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8269         only when it is bound as function.
8270
8271 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * Version number is increased to 2.5.1.
8274
8275 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8278         Print refile/copy destination.
8279
8280 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8281
8282         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8283         queue-flush-only is non-nil.
8284
8285         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8286
8287         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8288         checking cache folder.
8289
8290 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8291
8292         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8293         `regexp-quote'.
8294
8295 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8296
8297         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8298         function.
8299         * wl-summary.el (wl-summary-write-current-folder-functions):
8300         Change default value.  Use it.
8301
8302 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * Version number is increased to 2.5.0.
8305
8306         * wl-version.el (wl-version): Changed codename.
8307
8308 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8309
8310         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8311         (wl-summary-supersedes-message): Ditto.
8312
8313 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8314
8315         * wl-refile.el (wl-refile-guess-functions): Renamed from
8316         `wl-refile-guess-func-list'.
8317
8318 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8321         Fixed problem when no rule was matched.
8322
8323 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8324
8325         * wl-summary.el (wl-summary-get-mark): Fixed
8326         `wl-summary-buffer-target-mark' check logic.
8327
8328 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8329
8330         * wl-folder.el (wl-folder-write-current-folder): Added group
8331         folder check.
8332
8333         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8334         `wl-summary-write-current-newsgroup'.
8335         (wl-summary-write-current-folder-functions): New variable.
8336         * wl-folder.el (wl-folder-get-newsgroups): New function.
8337         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8338         (wl-folder-write-current-folder): Renamed from
8339         `wl-folder-write-current-newsgroup'.
8340
8341 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8342
8343         * Version number is increased to 2.3.93.
8344
8345 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8346
8347         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8348         (wl-ldap-make-matched-value-list): Ditto.
8349         (wl-ldap-alias-safe-string): Split e-mail address.
8350
8351         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8352         petname folder default was selected.
8353         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8354         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8355
8356 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8359         to `wl-draft-config-exec'.
8360
8361         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8362         instead of calling `wl-draft-config-exec';
8363         Process group-list and show recipients in minibuffer.
8364
8365         * tm-wl.el (wl-draft-preview-message): Ditto.
8366
8367 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8368
8369         * wl.el (toplevel): Added (C) to copyright notice, and
8370         sync Author header.
8371         * tm-wl.el (toplevel): Ditto.
8372         * wl-address.el (toplevel): Ditto.
8373         * wl-demo.el (toplevel): Ditto.
8374         * wl-dnd.el (toplevel): Ditto.
8375         * wl-draft.el (toplevel): Ditto.
8376         * wl-e21.el (toplevel): Ditto.
8377         * wl-expire.el (toplevel): Ditto.
8378         * wl-folder.el (toplevel): Ditto.
8379         * wl-highlight.el (toplevel): Ditto.
8380         * wl-message.el (toplevel): Ditto.
8381         * wl-mime.el (toplevel): Ditto.
8382         * wl-mule.el (toplevel): Ditto.
8383         * wl-nemacs.el (toplevel): Ditto.
8384         * wl-refile.el (toplevel): Ditto.
8385         * wl-score.el (toplevel): Ditto.
8386         * wl-summary.el (toplevel): Ditto.
8387         * wl-template.el (toplevel): Ditto.
8388         * wl-thread.el (toplevel): Ditto.
8389         * wl-util.el (toplevel): Ditto.
8390         * wl-vars.el (toplevel): Ditto.
8391         * wl-xmas.el (toplevel): Ditto.
8392
8393 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8394
8395         * wl.el (wl-init): Added comment about `wl-init-hook'.
8396         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8397         * wl-vars.el (wl-init-hook): Added docs.
8398         (wl-make-plugged-hook): Removed useless docs.
8399         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8400         * wl-xmas.el (toplevel): Ditto.
8401
8402 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8403
8404         * wl-address.el (toplevel): Fixed multiple Author header format.
8405         * wl-demo.el (toplevel): Ditto.
8406         * wl-draft.el (toplevel): Ditto.
8407         * wl-folder.el (toplevel): Ditto.
8408         * wl-summary.el (toplevel): Ditto.
8409         * wl-thread.el (toplevel): Ditto.
8410         * wl-util.el (toplevel): Ditto.
8411         * wl-vars.el (toplevel): Ditto.
8412         * wl-version.el (toplevel): Ditto.
8413         * wl-xmas.el (toplevel): Ditto.
8414         * wl.el (toplevel): Ditto.
8415
8416         * wl-version.el (toplevel): Added require `elmo-version' for
8417         `product-version-as-string'.
8418
8419 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl-vars.el (wl-draft-send-hook): Changed default value to
8422         '(wl-draft-config-exec).
8423
8424         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8425         explicitly.
8426         (wl-draft): Set `wl-draft-config-exec-flag' before running
8427         `wl-mail-setup-hook'.
8428
8429         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8430         `wl-biff-init-icons' to `wl-init-hook' instead of
8431         `wl-make-plugged-hook'.
8432         (Because if `wl-draft' command is invoked at first,
8433         they are not initialized)
8434         Updated copyright notice.
8435
8436         * wl-e21.el (toplevel): Ditto;
8437
8438         * wl-demo.el (toplevel): Updated copyright notice.
8439         * wl-address.el (toplevel): Ditto.
8440         * wl-draft.el (toplevel): Ditto.
8441         * wl-version.el (toplevel): Ditto.
8442         * wl-folder.el (toplevel): Ditto.
8443         * wl-summary.el (toplevel): Ditto.
8444         * wl-thread.el (toplevel): Ditto.
8445         * wl-util.el (toplevel): Ditto.
8446         * wl-vars.el (toplevel): Ditto.
8447         * wl.el (toplevel): Ditto.
8448
8449 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-highlight.el (wl-highlight-message): Fixed problem of
8452         highlighting failure which occured when the last field contains
8453         multiple lines in the draft buffer.
8454
8455         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8456         `wl-biff-start' if plugged.
8457
8458         * wl-util.el (wl-biff-check-folder): New function.
8459         (wl-biff-check-folders): Don't set session name prefix.
8460         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8461         (wl-biff-check-folder-async): Ditto.
8462
8463         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8464         in email address.
8465
8466 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8467
8468         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8469
8470         * wl-draft.el (wl-draft-strip-subject-re): New function.
8471
8472         * wl-draft.el (wl-draft-reply): Use it.
8473
8474 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-message.el (wl-mmelmo-message-redisplay): Use
8477         `mime-display-message' instead of `wl-mime-display-message'.
8478
8479         * wl-mime.el (toplevel): Removed compatibility workaround
8480         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8481         (wl-mime-display-message): Abolished.
8482         (wl-mime-entity-read-field): Ditto.
8483         (wl-mime-combine-message/partial-pieces): Use
8484         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8485
8486 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8487
8488         * wl-template.el: Doc fixes.
8489
8490 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8491
8492         * wl-e21.el (wl-message-overload-functions): Do nothing if
8493         `current-local-map' is not available.
8494         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8495
8496 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8497
8498         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8499         representation.
8500
8501         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8502         number.
8503         (wl-fldmgr-save-folders): Don't use `format' when insert
8504         `wl-fldmgr-folders-header'.
8505
8506 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8507
8508         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8509
8510 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8511
8512         * wl-highlight.el (wl-highlight-message):
8513         Use `std11-field-end' to detect end point of the header field.
8514         Refer `wl-highlight-max-header-size'.
8515
8516         * wl-vars.el (wl-highlight-max-header-size): New variable.
8517
8518         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8519
8520         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8521         Set `for-draft' argument of wl-highlight-headers.
8522         (wl-draft): Ditto.
8523         (wl-draft-reedit): Ditto.
8524         (wl-user-agent-compose-internal): Ditto.
8525
8526 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8527
8528         * wl-message.el (wl-message-add-button): Use overlay.
8529
8530 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8531
8532         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8533
8534         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8535         problem when group-list content is nothing.
8536         (Reported by Mito <mit@nines.nec.co.jp>)
8537
8538 2000-10-18  SAITO Atsunori <sai@yedo.com>
8539
8540         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8541
8542 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8543
8544         * tm-wl.el (toplevel): Use product-provide.
8545
8546 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * Version number is increased to 2.3.92.
8549
8550 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8551
8552         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8553         title text, use `display' property for left margin under Emacs 21.
8554
8555         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8556         properties.
8557         (wl-plugged-init-icons): Ditto.
8558
8559 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8560
8561         * wl.el (wl-save-status, wl-init): Remove last period in
8562         "...done." message.
8563         * tm-wl.el (wl-summary-burst): Ditto.
8564         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8565         wl-summary-resume-cache-status,
8566         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8567         wl-summary-sync-update3, wl-summary-highlight-msgs,
8568         wl-summary-flush-pending-append-operations,
8569         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8570         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8571         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8572         wl-thread-open-all): Ditto.
8573         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8574         * wl-mime.el (wl-summary-burst): Ditto.
8575         * wl-highlight.el (wl-highlight-summary): Ditto.
8576         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8577         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8578         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8579         * wl-address.el (wl-local-address-init): Ditto.
8580
8581 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8582
8583         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8584         `add-text-properties'.
8585         (wl-plugged-init-icons): Ditto.
8586         (wl-folder-init-icons): Use `propertize' instead of
8587         `put-text-property'.
8588         (wl-plugged-set-folder-icon): Ditto.
8589         (wl-e21-highlight-folder-group-line): Ditto.
8590
8591 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8592
8593         * wl-version.el (wl-version-status-alist): New variable.
8594         (wl-version-status): New function.
8595
8596         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8597         "Cc" part of the case "Reply-To".
8598
8599         * wl-draft.el (wl-draft-reply): Use result of
8600         `eword-extract-address-components'.
8601
8602         * wl-demo.el (wl-demo-icon-name): New constant.
8603         (wl-logo-xpm): Use it.
8604         (wl-logo-xbm): Ditto.
8605         (wl-logo-bitmap): Ditto.
8606
8607         * Version number is increased to 2.3.91.
8608
8609 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8610
8611         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8612         (wl-extended-emacs-version, wl-extended-emacs-version2,
8613         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8614         docstring.
8615
8616         * wl-version.el (wl-generate-user-agent-string-1): New function.
8617         (wl-generate-user-agent-string): Use it.
8618
8619         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8620         `mime-edit-insert-user-agent-field'.
8621         (wl-generate-user-agent-string): Check
8622         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8623
8624         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8625         instead of `if', when verbose case.
8626
8627 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8628
8629         * wl-expire.el (wl-summary-expire): Fix.
8630
8631 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8632
8633         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8634         and `elmo-lost+found-folder' if 'wl-draft.
8635         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8636
8637 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8638
8639         * wl-expire.el (wl-summary-expire): Change messages.
8640         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8641         `deleing-info' instead of "Deleting..."
8642
8643 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8644
8645         * wl-summary.el (wl-summary-refile-subr): Fix.
8646
8647 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8648
8649         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8650         if pipe folder.
8651
8652 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8653
8654         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8655
8656 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8657
8658         * wl-expire.el (wl-expire-hide): New function.
8659         (wl-summary-expire): Add `hide'.
8660
8661 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-vars.el (wl-draft-reply-without-argument-list):
8664         Changed default value to consider `Reply-To:'.
8665         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8666
8667         * Version number is increased to 2.3.90.
8668
8669         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8670         elmo-imap4-get-session with unwind-protect.
8671         Don't cause error.
8672         (wl-summary-sync-marks): Don't check plugged nor folder type.
8673         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8674         (Always keep current buffer).
8675
8676 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8677
8678         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8679         Enclose with `save-excursion'.
8680
8681 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8682
8683         * wl-version.el (wl-version): Remove interactive.
8684
8685 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8686
8687         * wl-version.el (wl-generate-user-agent-string): Use
8688         `product-string-verbose' instead of `product-string-1'.
8689
8690 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8691
8692         * wl-vars.el (wl-draft-use-cache): New variable.
8693         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8694         if wl-draft-use-cache is non-nil.
8695
8696 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8697
8698         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8699         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8700
8701 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8704         (wl-thread-msg-mark-as-unread): Ditto.
8705
8706         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8707         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8708         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8709         Don't set mark in summary if return value of `elmo-mark-as-read'
8710         is nil.
8711         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8712         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8713         instead of `wl-thread-msg-mark-as-read'.
8714         (wl-summary-mark-as-unread-region): Ditto.
8715         (wl-summary-target-mark-mark-as-read): Ditto.
8716
8717         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8718
8719 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8720
8721         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8722
8723         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8724
8725 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8728         face.
8729
8730 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8731
8732         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8733         `running-xemacs'.
8734
8735 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8736
8737         * wl-version.el (toplevel): Use `product-version-as-string' for
8738         set verstion-string, if defined.
8739
8740         * wl-version.el (wl-version-show): Insert string at point, when
8741         call with argument.
8742
8743         * wl-version.el (wl-generate-user-agent-string): Use
8744         `product-string-1' instead of `wl-appname', `wl-version' and
8745         `wl-codename'.
8746
8747 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8748
8749         * wl-address.el (toplevel): Use product-provide.
8750         * wl-demo.el (toplevel): Ditto.
8751         * wl-dnd.el (toplevel): Ditto.
8752         * wl-draft.el (toplevel): Ditto.
8753         * wl-e21.el (toplevel): Ditto.
8754         * wl-expire.el (toplevel): Ditto.
8755         * wl-fldmgr.el (toplevel): Ditto.
8756         * wl-folder.el (toplevel): Ditto.
8757         * wl-highlight.el (toplevel): Ditto.
8758         * wl-message.el (toplevel): Ditto.
8759         * wl-mime.el (toplevel): Ditto.
8760         * wl-mule.el (toplevel): Ditto.
8761         * wl-nemacs.el (toplevel): Ditto.
8762         * wl-refile.el (toplevel): Ditto.
8763         * wl-score.el (toplevel): Ditto.
8764         * wl-summary.el (toplevel): Ditto.
8765         * wl-template.el (toplevel): Ditto.
8766         * wl-thread.el (toplevel): Ditto.
8767         * wl-util.el (toplevel): Ditto.
8768         * wl-vars.el (toplevel): Ditto.
8769         * wl-xmas.el (toplevel): Ditto.
8770         * wl.el (toplevel): Ditto.
8771
8772 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8773
8774         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8775         instead of product.
8776
8777         * wl-version.el (wl-version): Compile time evalution elmo-version.
8778
8779 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8780
8781         * wl-summary.el (wl-summary-sync-force-update): Append queue
8782         `mark-as-read'if unplugged.
8783
8784 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8785
8786         * wl-version.el: New file.  Use product.el.
8787         * wl.el: add (require 'wl-version).
8788         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8789         for ~/.folders header.
8790         (wl-fldmgr-folders-header): Changed.
8791         * wl-demo.el (wl-demo): Use product.el.
8792
8793         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8794         wl-version.el.
8795         * wl-util.el (wl-version, wl-version-show): Ditto.
8796
8797         * wl-util.el (wl-generate-user-agent-string,
8798         wl-extended-emacs-version, wl-extended-emacs-version2,
8799         wl-extended-emacs-version3): Move to wl-version.el.
8800         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8801         xemacs-codename, mime-edit-insert-user-agent-field,
8802         mime-edit-user-agent-value, mime-editor/version,
8803         mime-editor/codename): Compile warning killer move to
8804         wl-version.el
8805
8806 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8807
8808         * wl-summary.el (wl-summary-refile-subr): Fix.
8809
8810 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8813         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8814
8815 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8816
8817         * wl.el (wl-check-environment): Check too many `@'.
8818
8819 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8820
8821         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8822
8823 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8824
8825         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8826         wl-draft-reply-myself-without-argument-list): Add variables.
8827         * wl-draft.el (wl-draft-reply): Use it.
8828
8829 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8830
8831         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8832         the 5th argument of `elmo-network-get-spec'.
8833
8834         * wl-thread.el (wl-thread-reparent-children): New inline function.
8835         (wl-thread-delete-message): Use it.
8836
8837         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8838         (wl-summary-score-update-all-lines): Don't use `dolist'.
8839
8840 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8841
8842         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8843         (require 'elmo-msgdb) for inline function.
8844
8845 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8846
8847         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8848
8849 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8850
8851         * wl-score.el (wl-score-headers): Fix for the confusing macro
8852         `elmo-kill-buffer'.
8853
8854 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8855
8856         * wl-summary.el: Don't use the 3rd argument of `require' because
8857         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8858         * wl-util.el: Ditto.
8859         * wl-draft.el: Ditto.
8860
8861 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8862
8863         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8864         window system is not used.
8865
8866 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8867
8868         * wl-thread.el: Don't use `mapcar' only for iteration.
8869         (wl-thread-resume-entity): Ditto.
8870         (wl-thread-delete-message): Ditto.
8871
8872         * wl-summary.el: Bind `dragdrop-drop-functions',
8873         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8874         of `require' for `timezone', `easymenu' and `ps-print';
8875         don't use `mapcar' only for iteration.
8876
8877         * wl-util.el: Bind `mule-version', `nemacs-version',
8878         `emacs-beta-version', `xemacs-codename',
8879         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8880         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8881         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8882         only for iteration.
8883
8884         * wl-score.el: Don't use `mapcar' only for iteration.
8885         (wl-score-simplify-buffer-fuzzy): Ditto.
8886         (wl-score-simplify-subject): Ditto.
8887         (wl-score-headers): Ditto.
8888         (wl-summary-score-update-all-lines): Ditto.
8889
8890         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8891         `enable-multibyte-characters' and `mule-version'.
8892
8893         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8894         `mapcar' only for iteration.
8895
8896         * wl-demo.el: Don't use `mapcar' only for iteration.
8897
8898         * wl-folder.el: Don't use `mapcar' only for iteration.
8899         (wl-folder-open-all): Ditto.
8900         (wl-folder-count-incorporates): Ditto.
8901
8902         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8903         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8904
8905         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8906         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8907         `smtp-connection-type'; specify 3rd argument of `require' for
8908         `timezone'; don't use `mapcar' only for iteration.
8909         (wl-draft-clone-local-variables): Don't use `mapcar'.
8910         (wl-draft-generate-clone-buffer): Ditto.
8911         (wl-user-agent-compose-internal): Ditto.
8912
8913         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8914
8915         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8916         (wl-save-status): Ditto.
8917
8918         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8919         for iteration.
8920
8921 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8922
8923         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8924         removed `Date'.
8925         (wl-fldmgr-make-filter-default): New user option.
8926
8927         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8928         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8929         (wl-fldmgr-filter-completion-alist): Abolish.
8930
8931         * wl.el (wl): Don't check servers if arg is non-nil.
8932
8933         * wl-draft.el (wl-draft-reply): Set only message-id string to
8934         In-Reply-To field.
8935
8936 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-summary.el (wl-summary-pick): Rewrite.
8939
8940         * wl-draft.el (wl-draft-forward): Get references field from
8941         original buffer.
8942         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8943
8944 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8945
8946         * wl-draft.el (wl-draft-forward): Add references field.
8947
8948 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8951         (wl-draft-reply): Use it.
8952
8953 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8954
8955         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8956         when Emacs 21 is running.
8957
8958         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8959         bindings.
8960
8961 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8962
8963         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8964         XPM icons transparent.
8965
8966         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8967         Emacs 21.
8968
8969 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8970
8971         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8972         nil.
8973
8974         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8975         when it is persistent.
8976         (wl-summary-sync-marks): Changed argument for
8977         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8978         (wl-summary-virtual): Use `elmo-read-search-condition'.
8979         (wl-summary-redisplay-internal): If folder is local, mark as read
8980         even when folder is plugged.
8981
8982 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8983
8984         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8985         of `tool-bar-lines' in the frame parameters.
8986         (after-make-frame-functions, post-command-hook): Don't modify the
8987         value.
8988         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8989         wl-e21-tool-bar-lines): Removed.
8990
8991 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8992
8993         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8994         properties `evaporate' and `wl-momentary-overlay' as well.
8995         (wl-highlight-summary-displaying): Ditto.
8996         (wl-delete-all-overlays): Don't delete overlay which does not have
8997         a property `wl-momentary-overlay'.
8998
8999         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9000         `display-mouse-p' and `display-graphic-p'.
9001         (wl-folder-init-icons): Don't search for XBM or the other files.
9002         (wl-plugged-set-folder-icon): Make icons if and only if
9003         `display-graphic-p' returns non-nil.
9004         (wl-highlight-plugged-current-line): Use `before-string' overlay
9005         property to show icon images.
9006         (wl-highlight-folder-current-line): Ditto.
9007         (wl-e21-highlight-folder-group-line): Ditto.
9008         (wl-e21-highlight-folder-by-numbers): Ditto.
9009         (wl-e21-insert-image): Removed.
9010         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9011         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9012         said.
9013         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9014         `wl-e21-force-switch-toolbar'.
9015         (wl-e21-make-icon-image): Removed.
9016         (wl-e21-setup-toolbar): Don't search for XBM files.
9017         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9018         the default value.
9019
9020 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9021
9022         * wl-util.el (wl-biff-check-folder-async): Set
9023         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9024
9025 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9026
9027         * wl-e21.el (after-make-frame-functions): Add
9028         `wl-e21-force-switch-toolbar'.
9029         (wl-e21-force-switch-toolbar): New function force to switch the
9030         toolbar appearance automatically.
9031         (post-command-hook): Add `wl-e21-switch-toolbar'.
9032         (wl-e21-switch-toolbar): New function to switch the toolbar
9033         appearance automatically.
9034         (wl-e21-tool-bar-lines): New buffer local variable.
9035
9036 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9037
9038         * wl-util.el (wl-biff-check-folders-running): New variable.
9039         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9040         (wl-biff-check-folder-async-callback):
9041         Set `wl-biff-check-folders-running'.
9042         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9043         with unwind-protect.
9044
9045         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9046         Enclose `wl-folder-auto-check' with unwind-protect.
9047
9048         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9049         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9050
9051         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9052
9053         * wl-util.el (wl-biff-notify): New inline function.
9054         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9055         locally.
9056         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9057         folder-list' is 1.
9058         Use `wl-biff-notify'.
9059         (wl-biff-check-folder-async-callback): New function.
9060         (wl-biff-check-folder-async): Ditto.
9061
9062         * wl-folder.el (wl-folder): Don't check folders.
9063         (wl-folder-auto-check): New function.
9064
9065 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9066
9067         * wl-util.el (wl-biff-start) [Emacs19+]:
9068         Use `timer-next-integral-multiple-of-time'.
9069         (wl-biff-check-folders): Use `wl-default-folder'
9070         if `wl-biff-check-folder-list' is nil.
9071
9072 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9073
9074         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9075         instead of `elmo-delete-lists'.
9076
9077 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9078
9079         * wl.el (wl-plugged-toggle-all): Set the value of
9080         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9081         (wl-plugged-toggle): Ditto.
9082         (wl-toggle-plugged): Ditto.
9083         (wl-plugged-init): Ditto.
9084
9085         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9086         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9087         instead of `wl-biff-state-indicator-off' and
9088         `wl-biff-state-indicator-on'; don't modify the value and the type
9089         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9090         (wl-plugged-init-icons): Set icons data to
9091         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9092         instead of `wl-plug-state-indicator-off' and
9093         `wl-plug-state-indicator-on'; don't modify the value and the type
9094         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9095
9096         * wl-vars.el (wl-modeline-biff-state-off,
9097         wl-modeline-biff-state-on, wl-modeline-biff-status,
9098         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9099         wl-modeline-plug-status): New internal variables.
9100         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9101         wl-biff-check-interval, wl-biff-check-folder-list): Change
9102         customization group from `wl-folder' to `wl-highlight'.
9103         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9104         wl-show-plug-status-on-modeline): Defcustomized.
9105
9106         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9107         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9108         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9109         a flag to `mode-line-buffer-identification'.
9110
9111         * wl-e21.el (wl-biff-init-icons): Set icons data to
9112         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9113         instead of `wl-biff-state-indicator-off' and
9114         `wl-biff-state-indicator-on'.
9115         (wl-plugged-init-icons): Set icons data to
9116         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9117         instead of `wl-plug-state-indicator-off' and
9118         `wl-plug-state-indicator-on'.
9119
9120 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9121
9122         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9123         excessive titles.
9124
9125 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9126
9127         * wl.el (wl-plugged-mode): Use revised
9128         `wl-mode-line-buffer-identification'.
9129         (wl-plugged-init): Don't use `force-mode-line-update'.
9130
9131         * wl-xmas.el (wl-draft-overload-functions): Use revised
9132         `wl-mode-line-buffer-identification'.
9133         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9134         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9135         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9136         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9137         `wl-make-plugged-hook';
9138         add `wl-folder-init-icons' and `wl-setup-folder' to
9139         `wl-folder-mode-hook'.
9140
9141         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9142         19 as well.
9143         (wl-mode-line-display-priority-list): New user option.
9144         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9145         Defcustomized.
9146         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9147         Add docs.
9148
9149         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9150         start.
9151         (wl-mode-line-buffer-identification): Revised as a function.
9152
9153         * wl-summary.el (wl-summary-mode): Use revised
9154         `wl-mode-line-buffer-identification'; don't call
9155         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9156         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9157         `wl-xmas-setup-summary'.
9158
9159         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9160         `wl-mode-line-buffer-identification'.
9161
9162         * wl-mule.el (wl-draft-overload-functions): Use revised
9163         `wl-mode-line-buffer-identification'.
9164
9165         * wl-folder.el (wl-make-plugged-alist): Don't call
9166         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9167         (wl-folder): Don't call `wl-folder-init-icons' directly.
9168         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9169         `wl-xmas-setup-folder' directly;
9170         use revised `wl-mode-line-buffer-identification'.
9171         (TopLevel): Don't bind `wl-biff-init-icons',
9172         `wl-plugged-init-icons', `wl-folder-init-icons',
9173         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9174
9175         * wl-e21.el (wl-draft-overload-functions): Use revised
9176         `wl-mode-line-buffer-identification'.
9177         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9178         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9179         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9180         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9181         `wl-make-plugged-hook';
9182         add `wl-folder-init-icons' and `wl-setup-folder' to
9183         `wl-folder-mode-hook'.
9184
9185 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9186             Katsumi Yamaoka    <yamaoka@jpl.org>
9187
9188         * wl.el (wl): Call `wl-biff-start'.
9189         (wl-exit): Call `wl-biff-stop'.
9190         (wl-plugged-mode): Show biff in modeline.
9191         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9192
9193         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9194         (wl-biff-init-icons): New function.
9195         (wl-plugged-init-icons): Don't make too much keymaps.
9196         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9197
9198         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9199         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9200         variables.
9201         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9202         options.
9203
9204         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9205         wl-biff-start, wl-biff-stop): New functions.
9206         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9207         (wl-biff-timer-name): New variable.
9208
9209         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9210
9211         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9212         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9213
9214         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9215         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9216
9217         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9218         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9219         `wl-folder-init-icons' to `ignore' if they are not available.
9220         (wl-folder-mode): Show biff in modeline.
9221
9222         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9223         (wl-biff-init-icons): New function.
9224         (wl-plugged-init-icons): Don't make too much keymaps.
9225         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9226
9227 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9228
9229         * wl-vars.el (wl-strict-diff-folders): Customization Type
9230         and doc fix.  Define as a list of regular expressions for
9231         folders or nil.
9232         * wl-folder.el (wl-folder-check-one-entity): Use
9233         `wl-string-match-member' instead of `wl-string-member' for
9234         `wl-strict-diff-folders'.
9235
9236 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9237
9238         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9239         (wl-highlight-folder-current-line): Use it; new implementation.
9240         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9241         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9242         `defsubst' instead of `defun'.
9243
9244         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9245         `wl-highlight-group-folder-by-numbers'; made it can also be a
9246         number.  See info for more details.
9247
9248         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9249         running.
9250
9251         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9252         to bind them.
9253
9254         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9255         (wl-highlight-folder-current-line): New implementation.
9256
9257         * wl-highlight.el (wl-highlight-folder-group-line): New
9258         implementation.
9259         (wl-delete-all-overlays): Rewrite as a marco.
9260         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9261
9262         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9263         running.
9264         (wl-folder-*-glyph): No need to bind them.
9265
9266         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9267         `wl-e21-highlight-folder-group-icon'; rewrite.
9268         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9269         `defsubst' instead of `defun'.
9270         (wl-folder-mode-map): Bind it when compiling.
9271
9272 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9273
9274         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9275
9276         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9277
9278 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9279
9280         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9281
9282 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9283
9284         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9285         (wl-highlight-folder-current-line): Use it.
9286
9287         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9288         in `id-name'.
9289
9290 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9291
9292         * wl.el: Require `wl-e21' when Emacs 21 is running.
9293
9294         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9295         default when Emacs 21 is running.
9296         (wl-use-highlight-mouse-line): Ditto.
9297         (wl-on-emacs21): New constant.
9298         (wl-on-emacs20): Removed.
9299
9300         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9301         Emacs 21 is running.
9302
9303         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9304         Emacs 21 is running.
9305
9306         * wl-e21.el: New file.
9307
9308 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9309
9310         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9311         (wl-toggle-plugged): Ditto.
9312         (wl-plugged-toggle): Ditto.
9313         (wl-plugged-toggle-all): Ditto.
9314
9315         * wl-vars.el (wl-plug-state-indicator): Refer
9316         `wl-plug-state-indicator-on' indirectly.
9317
9318 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9319
9320         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9321         Call `wl-folder-confirm-existence'.
9322
9323         * wl-folder.el (wl-folder-confirm-existence): Added optional
9324         argument `force'.
9325
9326 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9327
9328         * wl-summary.el (wl-summary-refile-subr): Assume
9329         `copy-or-refile' as symbol.
9330         (wl-summary-refile): Follow up above change.
9331         (wl-summary-copy): Ditto.  Doc fix.
9332
9333 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-summary.el (wl-summary-pick): Don't bind
9336         `elmo-search-mime-charset'.
9337
9338         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9339         default using old backquote style.
9340         (wl-search-mime-charset): Abolished.
9341
9342         * wl-highlight.el (wl-highlight-headers):
9343         Call `point' after `re-search-forward'(for Nemacs).
9344
9345         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9346         for elmo-imap4.el.
9347
9348 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9349
9350         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9351         `wl-message-ignored-field-list' instead of
9352         `mime-view-ignored-field-list'.
9353
9354         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9355         Add interactive spec.
9356         (wl-folder-goto-bottom-of-current-folder): Ditto.
9357         (wl-folder-mode-map): Bind them.
9358
9359         * wl-vars.el (wl-message-ignored-field-list): New variable.
9360         (wl-message-visible-field-list): New variable.
9361
9362         * wl-mime.el (wl-mime-header-presentation-method): New function.
9363         (wl-mime-setup): Set header-presentation-method.
9364
9365 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9366
9367         * wl-nemacs.el (wl-draft-overload-functions): Set
9368         `mode-line-buffer-identification' instead of using
9369         `wl-make-modeline'.
9370
9371         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9372         instead of using `wl-make-modeline'.
9373
9374         * wl-xmas.el (wl-plugged-init-icons): Set up
9375         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9376         (wl-make-modeline): Abolish.
9377         (wl-draft-overload-functions): Set
9378         `mode-line-buffer-identification' instead of using
9379         `wl-make-modeline'.
9380
9381         * wl-util.el (wl-make-modeline-subr): Abolish.
9382         (wl-mode-line-buffer-identification): New alias.
9383
9384         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9385         (wl-summary-make-modeline): Abolish.
9386         (wl-summary-buffer-set-folder): Set
9387         `wl-summary-buffer-folder-indicator'.
9388         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9389         of using `wl-make-modeline'.
9390         (wl-summary-switch-to-clone-buffer): Don't set
9391         `mode-line-buffer-identification'.
9392         (wl-summary-goto-folder-subr): Ditto.
9393
9394         * wl-mule.el (wl-draft-overload-functions): Set
9395         `mode-line-buffer-identification' instead of using
9396         `wl-make-modeline'.
9397
9398         * wl-folder.el (wl-folder-mode): Set
9399         `mode-line-buffer-identification' instead of using
9400         `wl-make-modeline'.
9401         (wl-folder): Don't set `mode-line-buffer-identification'.
9402
9403 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9404
9405         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9406         instead of `member' for `wl-refile-guess-func-list' look-ups.
9407         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9408
9409 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9410
9411         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9412         `wl-message-button-dispatcher'.
9413
9414         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9415
9416         * wl-message.el (wl-message-button-dispatcher): Use it.
9417
9418         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9419         "In-Reply-To".
9420
9421         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9422         Bind `case-fold-search' to t.
9423
9424 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9425
9426         * wl-xmas.el (wl-message-overload-functions): Initialize
9427         `wl-message-button-map'.
9428
9429         * wl-mule.el (wl-message-overload-functions): Initialize
9430         `wl-message-button-map'.
9431
9432         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9433
9434         * wl-message.el (wl-message-button-map): New keymap.
9435         (wl-message-add-button): New function.
9436         (wl-message-button-dispatcher): New function.
9437         (wl-message-button-refer-article): New function.
9438
9439         * wl-highlight.el
9440         (wl-highlight-message-add-buttons-to-header): New function.
9441         (wl-highlight-headers): Use it.
9442
9443 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9444
9445         * wl-summary.el (wl-summary-default-from): Use
9446         `wl-address-get-petname-1'.
9447         (wl-summary-simple-from): Ditto.
9448
9449         * wl-address.el (wl-address-get-petname-1): New inline function.
9450         (wl-address-get-petname): Use it.
9451
9452 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9453
9454         * wl-summary.el (wl-summary-default-from): Return full-name part
9455         from the address if no petname was found.
9456         (wl-summary-simple-from): Ditto.
9457
9458         * wl-address.el (wl-address-get-petname): Return nil if no petname
9459         associated with the address was found.
9460
9461 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9462
9463         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9464         display is finished.
9465
9466 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9467
9468         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9469         `elmo-folder-exists-p' argument.
9470
9471 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9472
9473         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9474         the folder.
9475
9476 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9477
9478         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9479
9480         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9481         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9482
9483 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9484
9485         * wl-folder.el (wl-folder-create-subr): New function.
9486         (wl-folder-confirm-existence): Use it.
9487         (wl-folder-check-one-entity): Use it.
9488         Check the error symbol is derived from 'elmo-open-error.
9489
9490         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9491         `ignore-error'.
9492
9493 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9494
9495         * wl-util.el (toplevel): Add (eval-when-compile (require
9496         'elmo-util)).  (Maybe `provide' is typo.)
9497
9498 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9499
9500         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9501         (I don't know why this was needed.)
9502
9503         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9504         Follow up changes for stream-type.
9505
9506         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9507         (wl-draft-elmo-nntp-send): Ditto.
9508
9509         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9510         (wl-nntp-posting-stream-type): Ditto.
9511         (wl-pop-before-smtp-ssl): Abolished.
9512         (wl-nntp-posting-ssl): Ditto.
9513
9514         * wl-address.el (wl-address-quote-specials): New function.
9515         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9516
9517         * wl-draft.el (wl-draft-reply): Ditto.
9518
9519 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9520
9521         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9522         use function `wl-string-match-assoc'.
9523
9524 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9525
9526         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9527
9528         * wl-draft.el (wl-draft-deduce-address-list): New function.
9529         (wl-draft-parse-mailbox-list): Ditto.
9530         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9531         instead of `smtp-deduce-address-list'.
9532         (wl-draft-on-field-p): Follow group list.
9533
9534         * wl-address.el (wl-address-concat-token): New function.
9535         (wl-address-string-without-group-list-contents): Ditto.
9536         (wl-complete-field-body): Fixed problem of completion
9537         by japanese petname.
9538         (wl-address-make-completion-list): Rewrite.
9539
9540 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9541
9542         * wl-address.el (wl-address-make-completion-list): Completion by
9543         petname.
9544         (wl-complete-field-body): Likewise.
9545
9546 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9547
9548         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9549         contains invalid address syntax.
9550
9551 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9552
9553         * wl-folder.el (wl-folder-check-entity-async): Use
9554         `elmo-nntp-spec-hostname'.
9555
9556 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9557
9558         * wl-summary.el (wl-summary-msgdb-load-async): Use
9559         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9560
9561 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9562
9563         * wl-draft.el (wl-draft-reply): Set argument
9564         `content-transfer-encoding' as nil.
9565
9566 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9567
9568         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9569         `wl-refile-alist'.
9570
9571 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9572
9573         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9574         (wl-draft-edit-string): Ditto.
9575         (wl-draft-forward): Ditto.
9576         * wl-summary.el (wl-summary-write): Ditto.
9577
9578 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9579
9580         * wl-summary.el (wl-summary-sync-update3): Call
9581         `wl-summary-buffer-number-column-detect'.
9582         (wl-summary-buffer-number-column-detect): Search from point-min.
9583
9584 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9585
9586         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9587         contains an address which is not included in original to or cc.
9588
9589 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9590
9591         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9592         begin-line does not exist.
9593         * wl-message.el (wl-message-uu-substring): Ditto.
9594
9595 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9596
9597         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9598         clear local variables.
9599         (wl-summary-exit): Call `elmo-commit'.
9600         (wl-summary-switch-to-clone-buffer): Call
9601         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9602         (wl-summary-goto-folder-subr): Ditto.
9603
9604         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9605         POP folder.
9606
9607 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9608
9609         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9610         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9611         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9612         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9613         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9614         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9615
9616         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9617
9618 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9619
9620         * wl-summary.el (wl-summary-search-by-subject):
9621         Search parent message from the latest one.
9622
9623 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9624
9625         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9626         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9627
9628         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9629         New user option.
9630
9631         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9632         if elmo-nntp-use-killed-list is nil.
9633         Use `elmo-msgdb-append-to-killed-list'.
9634         (Append numbers confirmed as disappeared to the killed list.)
9635         (wl-summary-confirm-appends): Don't display negative number.
9636
9637 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9638
9639         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9640
9641 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9642
9643         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9644         range is `all'.
9645         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9646         `elmo-list-bigger-diff'.
9647
9648 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9649
9650         * wl-summary.el (wl-summary-buffer-exit-func):
9651         New buffer local variable.
9652         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9653
9654 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9655
9656         * wl-demo.el (wl-demo): Fix the last change.
9657
9658 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9659
9660         * wl-demo.el (wl-demo): Don't use `eval'.
9661
9662 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9663
9664         * wl-summary.el (wl-summary-buffer-thread-modified):
9665         New buffer-local variable.
9666         (wl-summary-set-thread-modified): New function.
9667         (wl-summary-thread-modified-p): New function.
9668         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9669         (wl-summary-yank-saved-message): Use function
9670         `wl-summary-set-thread-modified'
9671         (wl-summary-switch-to-clone-buffer): Add
9672         `wl-summary-buffer-thread-modified'.
9673
9674         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9675         (wl-summary-buffer-mark-saved-hook): Ditto.
9676         * wl-summary.el (wl-summary-msgdb-save): New hook
9677         `wl-summary-buffer-message-saved-hook' and
9678         `wl-summary-buffer-mark-saved-hook'.
9679
9680 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9681
9682         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9683
9684 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9685
9686         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9687         don't hide scroll bars under FSF Emacsen because it may incur an
9688         undesirable redrawing.
9689
9690 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9691
9692         * wl-draft.el (wl-draft-edit-string): Call
9693         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9694
9695 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9696
9697         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9698
9699 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9700
9701         * wl-summary.el (wl-summary-msgdb-load-async): Call
9702         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9703
9704 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9705
9706         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9707         fringes in demo buffer; center bitmap logo correctly even if old
9708         Mule is used.
9709
9710 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9711
9712         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9713
9714         * wl-refile.el (wl-refile-subject-alist): New variable.
9715         (wl-refile-subject-alist-file-name): Ditto.
9716         (wl-refile-alist-setup): Rewrite.
9717         (wl-refile-alist-save): Use `elmo-object-save'.
9718         Eliminated arguments.
9719         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9720         (wl-refile-guess-by-subject): New function.
9721         (wl-refile-guess-func-list): Added it.
9722
9723 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9724
9725         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9726         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9727
9728 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9729
9730         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9731         New buffer-local variable.
9732         (wl-summary-buffer-next-folder-func): Ditto.
9733         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9734         if non-nil.
9735         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9736         if non-nil.
9737         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9738         if non-nil.
9739         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9740         if non-nil.
9741
9742 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9743
9744         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9745         permanently in the demo buffer.
9746
9747 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9748
9749         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9750         `mime-entity-fetch-field'.
9751
9752         * wl.el (wl-exit): Delete plugged buffer.
9753
9754         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9755         XEmacs has menubar feature.
9756
9757 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9758
9759         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9760         cannot arrive at the beginning of the buffer under old Emacsen.
9761
9762 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9763
9764         * wl-address.el (wl-address-ldap-search):
9765         Call `ldap-search-entries' with `withdn' argument t.
9766         (wl-complete-field-body): Bind completion-ignore-case as t.
9767         Clear ldap search hash when it was sole completion.
9768         Use elmo-string for pattern string.
9769         (wl-ldap-alias-safe-string): Eliminated needless let.
9770
9771 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9772
9773         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9774         (wl-ldap-alias-sep): New constant.
9775         (wl-ldap-search-attribute-type-list): Ditto.
9776         (wl-ldap-get-value): New function.
9777         (wl-ldap-make-filter): Ditto.
9778         (wl-ldap-make-matched-value-list): Ditto.
9779         (wl-ldap-alias-safe-string): Ditto.
9780         (wl-ldap-register-dn-string): Ditto.
9781         (wl-address-ldap-search): Rewrite.
9782
9783 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9784
9785         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9786         thread is deleted.
9787         (wl-thread-delete-line-from-buffer): Ditto.
9788         (wl-thread-get-exist-children): New function.
9789
9790 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9791
9792         * wl-demo.el (wl-demo): Made it to select various image types.
9793         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9794         from `wl-title-logo'.
9795         (wl-logo-ascii): New variable.
9796         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9797         (wl-demo-copyright-notice): New constant.
9798
9799         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9800
9801 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9802
9803         * wl-vars.el (wl-summary-target-above): Renamed from
9804         wl-summary-temp-above.
9805         * wl-score.el (wl-score-get-score-alist): Use it.
9806         (wl-summary-score-update-all-lines): Use it.
9807         * wl-summary.el: Ditto. (make-variable-buffer-local).
9808
9809 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9810
9811         * wl-vars.el (wl-ldap-port): New user option.
9812
9813         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9814         Rewite whole implementation.
9815         (wl-complete-field-body): Fixed.
9816
9817 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9818
9819         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9820         Choose implementation at compile time.
9821
9822 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9823
9824         * wl-address.el (wl-ldap-search-internal): New function.
9825         (wl-complete-field-to): Use it.
9826
9827 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9830         Use `let' instead of `let*'.
9831         Require 'wl-vars.
9832
9833         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9834         Define as defcustom.
9835         (wl-ldap-base): Ditto.
9836         (wl-use-ldap): Ditto.
9837
9838 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9839
9840         * wl-address.el (wl-ldap-search): New function.
9841         (wl-complete-field-body): Use `wl-ldap-search'.
9842         (wl-ldap-server): New variable.
9843         (wl-ldap-base): Ditto.
9844         (wl-use-ldap): Ditto.
9845
9846 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9847
9848         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9849         (Pointed out by Mito <mit@nines.nec.co.jp>).
9850         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9851         buffer-local variables like `wl-summary-redisplay-internal'.
9852         (wl-summary-redisplay-all-header): Likewise.  Update
9853         Summary view too.
9854
9855 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9856
9857         * wl-summary.el (wl-summary-jump-to-parent-message):
9858         Consider prefix argument.
9859
9860         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9861         when closed thread is deleted.
9862
9863 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9864
9865         * wl-summary.el (wl-summary-jump-to-parent-message):
9866         Consider thread modification.
9867
9868 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9869
9870         * wl-message.el (wl-message-normal-get-original-buffer): Use
9871         `save-excursion'.
9872
9873         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9874         (wl-summary-showto-folder-regexp): Ditto.
9875
9876 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9877
9878         * wl-util.el (wl-delete-alist): Doc fix.
9879         (wl-delete-associations): New function.
9880         (wl-inverse-alist): New function.
9881         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9882         Split temporary variables. Use `wl-delete-associations'
9883         and `wl-inverse-alist'.
9884         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9885
9886 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9887
9888         * wl-folder.el (wl-folder-prefetch-entity):
9889         Execute prefetching if new count is unknown.
9890
9891 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9892
9893         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9894
9895         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9896         delete entity.
9897         (wl-thread-set-parent): If insert as top, set linked as nil.
9898
9899         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9900         `wl-thread-cleanup-symbols' when view mode is thread.
9901
9902 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9903
9904         * wl-folder.el (wl-folder-create-folder-entity): Use
9905         with-current-buffer.
9906         (wl-local-folder-init): Call set-buffer to make sure we are in
9907         the Folder buffer. Don't touch buffer-local variables here.
9908         (wl-folder-mode): Initialize buffer-local variables here.
9909
9910         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9911         (wl-folder-entity-assign-id): Ditto.
9912         (wl-folder-create-entity-hashtb): Ditto.
9913         (wl-local-folder-init): Ditto.
9914         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9915
9916 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9917
9918         * wl-summary.el (wl-summary-default-from): Fix probrem when
9919         std11-extract-address-components return (nil "foo@bar").
9920
9921 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9922
9923         * wl-draft.el (wl-draft-clone-local-variables):
9924         Remove redundant `setq'.
9925
9926 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9927
9928         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9929         Bind wl-highlight-x-face-func as nil while highlighting header.
9930
9931 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9932
9933         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9934
9935 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9936
9937         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9938         elmo-msgdb-overview-hashtb from copy-variables.
9939         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9940         instead of `elmo-msgdb-overview-get-entity-by-number'.
9941         (wl-summary-auto-refile): Ditto.
9942
9943         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9944         `elmo-msgdb-overview-get-entity' instead of
9945         `elmo-msgdb-search-overview-entity'.  Use
9946         `elmo-msgdb-overview-get-entity' instead of
9947         `elmo-msgdb-overview-get-entity-by-number'.
9948         (wl-thread-insert-entity-sub): Ditto.
9949         (wl-thread-insert-message): Ditto.
9950
9951         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9952         `elmo-msgdb-overview-get-entity'.
9953         (wl-normal-message-redisplay): Ditto.
9954
9955 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9956
9957         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9958         `wl-thread-entities'.
9959         (wl-thread-delete-message): Fix remove top message from
9960         `wl-thread-entity-list'.
9961
9962         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9963         wl-append(nconc), because update-list is broken on Meadow.
9964
9965         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9966         updating process.
9967         (wl-summary-rescan): Ditto.
9968         (wl-summary-sync-update3): Ditto.
9969         * wl-thread.el (wl-thread-set-parent): Renamed from
9970         `wl-summary-set-parent'.
9971         (wl-thread-insert-message): Updating buffer faster.
9972         (wl-thread-delete-message): Updating buffer faster.
9973
9974         * wl-score.el (wl-summary-score-update-all-lines): Changed
9975         interval for display progress gauge.
9976
9977 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9978
9979         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9980         folder always-sticky.
9981         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9982         defmacro.
9983
9984 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9985
9986         * wl-vars.el (wl-draft-add-references): New user option.
9987
9988         * wl-draft.el (wl-draft-add-references): New function.
9989         (wl-draft-yank-from-mail-reply-buffer): Use it.
9990         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9991         as nil.
9992
9993 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9994
9995         * wl-thread.el (wl-thread-update-line-msgs): Called
9996         `wl-thread-update-line-on-buffer-sub'.
9997         (wl-thread-update-line-on-buffer): Delete routine of inserting
9998         thread.
9999         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10000         moved from `wl-thread-update-line-on-buffer'.
10001         Add threshold for displaying progress gauge.
10002         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10003         argument of `wl-thread-update-line-msgs'.
10004         Add threshold for displaying progress gauge.
10005         * wl-folder.el:
10006         Add threshold for displaying progress gauge.
10007         * wl-score.el: Ditto.
10008
10009         * wl-expire.el (wl-summary-expire): Display deleting info.
10010
10011 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10012
10013         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10014         `no-msg'.
10015         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10016         argument of `wl-thread-update-line-msgs'.
10017         (wl-summary-set-parent): Added optional argument `parent-number'.
10018         (wl-summary-buffer-saved-message): New buffer local variable.
10019         (wl-summary-save-current-message): New command.
10020         (wl-summary-yank-saved-message): Ditto.
10021         (wl-summary-mode-map): Added key binding for
10022         `wl-summary-save-current-message' (\ew) and
10023         `wl-summary-yank-saved-message' (\C-y).
10024         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10025
10026 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10027
10028         * wl-summary.el (wl-summary-mode-map): Added key binding for
10029         `wl-summary-set-parent' (ts).
10030
10031 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10032
10033         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10034         subject faster. If thread number is reverse, delayed updating
10035         thread.
10036         (wl-summary-search-by-subject): Ditto.
10037         (wl-summary-put-alike): Ditto.
10038         (wl-summary-get-alike): Ditto.
10039         (wl-summary-insert-headers): Insert header of all overview in
10040         buffer.
10041         (wl-summary-rescan): Delayed updating thread. Kill search subject
10042         buffer for wl-summary-search-by-subject.
10043         (wl-summary-sync-update3): Ditto.
10044         (wl-summary-exit): Ditto.
10045         (wl-summary-goto-bottom-of-current-thread): Change for linked
10046         thread.
10047         (wl-summary-overview-create-summary-line): Change line for linked
10048         thread.
10049
10050         * wl-summary.el (wl-summary-update-thread): Use
10051         wl-thread-maybe-get-children-num.
10052         (wl-summary-set-parent): If change parent, move sub thread.
10053         (wl-summary-redisplay-internal): Add horizontal recenter.
10054         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10055
10056         * wl-thread.el (wl-thread-entity-get-linked): New function.
10057         (wl-thread-entity-set-linked): New function.
10058         (wl-thread-create-entity): Add linked element.
10059         (wl-thread-entity-insert-as-top): Use wl-append.
10060         (wl-thread-maybe-get-children-num): If closing thread, return
10061         children msgs.
10062         (wl-thread-update-line-msgs): Displaying progress message.
10063         (wl-thread-update-line-on-buffer-sub): Use
10064         wl-thread-maybe-get-children-num.
10065         (wl-thread-update-line-on-buffer): If update line is not exists,
10066         insert thread.
10067         (wl-thread-delete-message): If delete top msg of thread, search
10068         parent by subject.
10069         (wl-thread-insert-entity): Use
10070         wl-thread-maybe-get-children-num.
10071
10072         * wl-highlight.el (wl-highlight-summary-current-line): change
10073         sregexp for linked thread.
10074         * wl-util.el (wl-count-lines): Count lines.
10075         (wl-horizontal-recenter): horizontal recenter.
10076         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10077         (wl-score-get-alike): Ditto.
10078         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10079         (wl-subject-length-limit): New variable.
10080         (wl-highlight-thread-indent-string-regexp): Changed for linked
10081         thread.
10082
10083 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10084
10085         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10086         New variable (revival).
10087         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10088         by subject matching if there's no in-reply-to nor references field
10089         (revival).
10090
10091 \f
10092 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10093
10094         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10095         message.
10096
10097 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10098
10099         * wl-summary.el (wl-summary-reply): Return t if there was a
10100         message at cursor point.
10101         Added unwind-protect.
10102         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10103         returns t.
10104         (wl-summary-cancel-message): Do nothing when there's no message at
10105         cursor point.
10106         (wl-summary-forward): Ditto.
10107         (wl-summary-jump-to-parent-message): Ditto.
10108         (wl-summary-reedit): Ditto.
10109         (wl-summary-edit-addresses): Ditto.
10110         (wl-summary-pipe-message): Ditto.
10111         (wl-summary-print-message-with-ps-print): Ditto.
10112         (wl-summary-print-message): Ditto.
10113         (wl-summary-mark-as-important): Ditto.
10114         (wl-summary-mark-as-unread): Ditto.
10115
10116         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10117         message at cursor point.
10118         (wl-summary-reply-with-citation): Remove unwind-protect.
10119
10120         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10121         subject searching feature.
10122         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10123         Eliminated.
10124
10125 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10126
10127         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10128         New variable.
10129         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10130         by subject matching if there's no in-reply-to nor references field.
10131
10132         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10133
10134         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10135         when display is finished.
10136         (wl-folder-open-all): Ditto.
10137         (wl-folder-update-access-group): Ditto.
10138         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10139         * wl-thread.el (wl-thread-close-all): Ditto.
10140
10141         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10142         progress gauge only when it was displayed.
10143         * wl-folder.el (wl-folder-insert-entity): Ditto.
10144
10145 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10146
10147         * wl-summary.el (wl-summary-incorporate): Enclose
10148         `wl-summary-sync-force-update' with save-excursion.
10149
10150 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10151
10152         * wl-summary.el (wl-summary-prefetch-region):
10153         Pass current cursor point to `pos-visible-in-window-p' after
10154         moving cursor to the started point.
10155
10156 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10157
10158         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10159
10160         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10161         fields from the forwarding message.
10162         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10163         `ignored-fields'.
10164
10165 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10166
10167         * wl-mime.el (wl-message-request-partial):
10168         Eliminated argument `msgdb'.
10169         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10170         (wl-mime-combine-message/partial-pieces): Likewise.
10171         * tm-wl.el (wl-message-request-partial): Likewise.
10172         (wl-mime-combine-message/partial-pieces): Likewise.
10173
10174 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10175
10176         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10177         when display is finished.
10178
10179 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10180
10181         * wl-summary.el (wl-summary-goto-folder-subr):
10182         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10183
10184 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10185
10186         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10187         when cursor point is visible.
10188
10189 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10190
10191         * wl-expire.el (wl-expire-archive-get-max-number):
10192         Don't use `file-name-directory'.
10193
10194 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10195
10196         * wl-expire.el (wl-expire-archive-get-max-number):
10197         Use `file-name-directory'.
10198
10199 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10200
10201         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10202         only when there is progress.
10203
10204 2000-04-13  Mito <mit@nines.nec.co.jp>
10205
10206         * wl-summary.el (wl-summary-sync-marks): Display progress.
10207
10208 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10209
10210         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10211         (wl-summary-prev): Move cursor regardless of unread status.
10212         (wl-summary-next): Ditto.
10213
10214 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10215
10216         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10217         Added argument `target' and `number'.
10218         * tm-wl.el (wl-summary-burst-subr): New function.
10219         (wl-summary-burst): Use it.
10220
10221 2000-04-10  Mito <mit@nines.nec.co.jp>
10222
10223         * wl-mime.el (wl-burst): New function.
10224         (wl-summary-burst): Use it.
10225
10226 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10227
10228         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10229         as petname when there's no candidate.
10230
10231 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10232
10233         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10234         New variable.
10235         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10236
10237         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10238
10239         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10240
10241 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10242
10243         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10244         Use substring of `original' instead of buffer-substring.
10245         (wl-refile-evaluate-rule):
10246         Set `original' argument of wl-refile-expand-newtext.
10247
10248         * wl-summary.el
10249         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10250         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10251         (wl-summary-auto-refile): Check existence of destination folder just
10252         before marking.
10253
10254 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10255
10256         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10257         when wl-refile-get-field-value return nil.
10258
10259 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10260
10261         * wl-refile.el
10262         (wl-refile-expand-newtext): New function imported from Gnus.
10263         (wl-refile-evaluate-rule): Use it.
10264
10265 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10266
10267         * wl-summary.el (wl-summary-print-destination):
10268         Duplicate folder string to avoid putting text-property on
10269         original string.
10270
10271         * wl-refile.el (wl-refile-get-field-value): New function.
10272         (wl-refile-evaluate-rule): New function;
10273         Evaluate refile rule recursively.
10274         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10275         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10276         New function; Check existence of a target folder recursively.
10277         (wl-summary-auto-refile-check-refile-rule-alist):
10278         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10279
10280 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10281
10282         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10283
10284         * wl-folder.el (wl-create-folder-entity-from-buffer):
10285         Fixed problem when '}' character is contained in folder name.
10286
10287         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10288
10289 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10290
10291         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10292         (wl-fldmgr-add-completion-all-completions):
10293         Use wl-fldmgr-add-completion-hashtb.
10294
10295 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10296
10297         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10298         wl-fldmgr-add-completion-subr): New functions.
10299         * wl-folder.el (wl-folder-completion-func): New variable.
10300         * wl-summary.el (wl-summary-read-folder):
10301         Use wl-folder-completion-func.
10302
10303         * wl-refile.el: Eliminate throw & catch.
10304
10305         * wl.el (wl-plugged-sending-queue-status): Fixed.
10306
10307 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10308
10309         * wl-draft.el (wl-draft): Put category property on
10310         mail-header-separator.