* wl-batch.el: New file.
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-batch.el: New file.
4
5 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6
7         * wl-vars.el (wl-use-semi): Remove unused variable.
8
9 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
10
11         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
12         "?".
13
14 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
15
16         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
17         wl-summary-new-mark.
18         (wl-summary-new-cached-mark): New user option.
19         (wl-summary-score-marks): Follow the change above.
20         (wl-summary-auto-refile-skip-marks): Ditto.
21         (wl-summary-incorporate-marks): Ditto.
22         (wl-summary-expire-reserve-marks): Ditto.
23
24         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
25
26         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
27         (wl-summary-persistent-mark-string): Distinguished between cached
28         and uncached mark when the message is new.
29
30 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
31
32         * wl-spam.el (wl-spam-domain): Renamed from
33         `wl-spam-folder-guess-domain'.
34         (wl-summary-exec-action-spam): Register as spam if domain of the
35         source folder is good.
36         (wl-summary-exec-action-refile-with-register): Register message if
37         domain of the source folder is not undecided.
38
39 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
40
41         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
42         detect thread loop.
43
44 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
47         and wl-summary-skip-mark-list.
48
49 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
50
51         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
52
53         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
54
55         * wl-spam.el (toplevel): Require wl-highlight.
56         (wl-spam-auto-check-policy-alist): Abolish.
57         (wl-spam-auto-check-folder-regexp-list): New user option.
58         (wl-spam-auto-check-marks): Ditto.
59         (wl-spam-mark-action-list): Ditto.
60         (wl-highlight-summary-spam-face): New face.
61         (wl-spam-auto-check-message-p): New function.
62         (wl-spam-map-spam-messages): Fixed message.
63         (wl-spam-register-spam-messages): Ditto.
64         (wl-spam-register-good-messages): Ditto.
65         (wl-summary-spam-map): Add and remove keybind.
66         (wl-summary-target-mark-spam): Abolish.
67         (wl-summary-refile-spam): Ditto.
68         (wl-summary-test-spam): New function.
69         (wl-summary-mark-spam): Ditto.
70         (wl-summary-auto-check-spam): Follow the above change.
71         (wl-summary-exec-action-spam): New function.
72         (wl-summary-exec-action-refile-with-register): Fixed message.
73         (wl-message-check-spam): New function.
74         (wl-spam-setup): Ditto.
75         (toplevel): Call it if this file is loaded interactivity.
76
77         * Version number is increased to 2.11.20.
78
79 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
82         when new optional argument `force' is non nil or modified.
83
84 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
85
86         * wl.el (toplevel): Require wl-spam when compile.
87         (wl-save-status): Call wl-spam-save-status.
88
89         * wl-spam.el (wl-spam-register-spam-messages): New function.
90         (wl-spam-register-good-messages): Ditto.
91         (wl-spam-save-status): Ditto.
92         (wl-summary-mode-map): Bind
93         wl-summary-target-mark-register-as-spam to "ms" and
94         wl-summary-target-mark-register-as-good to "mn".
95         (wl-summary-register-as-spam): Abolish optional argument; Use
96         wl-spam-register-spam-messages.
97         (wl-summary-register-as-spam-all): Use
98         wl-spam-register-spam-messages.
99         (wl-summary-register-as-good): Abolish optional argument; Use
100         wl-spam-register-good-messages.
101         (wl-summary-register-as-good-all): Use
102         wl-spam-register-good-messages.
103         (wl-summary-target-mark-register-as-spam): New funtion.
104         (wl-summary-target-mark-register-as-good): Ditto.
105
106 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
107
108         * wl-spam.el: New file.
109
110 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
111
112         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
113
114         * wl-action.el (wl-auto-refile-guess-functions): New variable.
115         (wl-summary-auto-refile): Call wl-refile-guess with
116         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
117
118 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
119
120         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
121         with disable-thread argument non-nil.
122
123 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * wl-summary.el (wl-summary-rescan): Added optional argument
126         disable-thread.
127         (wl-summary-sync): Call wl-summary-rescan with argument
128         disable-thread.
129         (wl-summary-input-range): Added new range `rescan-thread'.
130
131 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
132
133         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
134
135 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
136
137         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
138         internal variable.
139         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
140         wl-summary-search-parent-by-subject-regexp and
141         wl-summary-divide-thread-when-subject-changed as nil.
142         (wl-summary-insert-sequential): If entity is nil, nothing to do.
143         (wl-summary-insert-thread): Search parent entity from
144         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
145         thread loop.
146
147 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
148
149         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
150
151         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
152
153         * wl-util.el (wl-require-update-all-folder-p): New function.
154         (wl-get-assoc-list-value): Added `function' to match directive.
155         (wl-collect-draft): Rewrite.
156
157         * wl-summary.el (wl-summary-sync-update): Clear faces
158         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
159         are non-nil.
160         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
161         argument as function.
162         (wl-summary-input-range): Ditto.
163
164         * wl-folder.el (wl-draft-get-folder): New function.
165         (wl-folder-get-elmo-folder): Consider draft folder.
166
167         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
168         (wl-draft-buffer-message-number): New buffer local variable.
169         (wl-draft-folder-internal): New internal variable.
170         (wl-draft-delete): Rewrite.
171         (wl-draft-save): Ditto.
172         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
173         wl-folder-get-elmo-folder.
174         (wl-draft-config-info-operation): Ditto.
175         (wl-jump-to-draft-folder): Ditto.
176         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
177         (wl-draft-reedit): Rewrite.
178
179         * Version number is increased to 2.11.19.
180         
181 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
182
183         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
184         variable.
185
186 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
189         Use ignore-errors instead of unwind-protect.
190
191 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
192
193         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
194         for updating `wl-thread-entity-list'.
195
196 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
197
198         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
199         parameter from calling `wl-thread-entity-get-older-brothers' and
200         `wl-thread-entity-get-younger-brothers'.
201         Replace nested `append' with a single one.
202
203 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * wl-summary.el (wl-summary-mode): Don't use the return value of
206         `make-local-hook'.
207
208 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
209
210         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
211         instead of `let*'.
212         (wl-thread-delete-message): Likewise.  Split and narrow the scope
213         of local variables.
214
215 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216
217         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
218         Renamed from wl-summary-window-scroll-functions.
219         (wl-summary-window-scroll-functions): Don't set to variable.
220         (wl-summary-display-top): Use run-hooks.
221         (wl-summary-display-bottom): Ditto.
222         (wl-summary-toggle-disp-msg): Ditto.
223         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
224         Use it instead of wl-summary-window-scroll-functions.
225         (wl-summary-goto-folder-subr): Don't call
226         wl-summary-window-scroll-functions, use
227         wl-summary-buffer-window-scroll-functions instead.
228
229 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
232         make-local-variable.
233
234 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
235
236         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
237         set-buffer-modified-p.
238         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
239         (wl-summary-display-bottom): Ditto.
240         (wl-summary-toggle-disp-msg): Ditto.
241
242 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
245
246         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
247         (wl-summary-forward): Use elmo-message-entity-field instead of
248         elmo-message-field.
249
250         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
251
252 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-summary.el (wl-summary-window-scroll-functions): No use
255         `append'.
256
257 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
258
259         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
260         function.
261         (wl-summary-window-scroll-functions): Call it when both
262         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
263         (wl-summary-temp-mark): Added optional argument number.
264         (wl-summary-message-mark): Added optional argument flag.
265         (wl-summary-persistent-mark): Added optional argument number and flag.
266         (wl-summary-update-persistent-mark): Ditto.
267         (wl-summary-update-status-marks): Set "r" for interactive spec.
268
269         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
270         argument number and flag.
271
272         * wl-action.el (wl-summary-registered-temp-mark): 
273         Do nothing when wl-summary-buffer-temp-mark-list is nil.
274
275 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
278         internal variable (buffer local).
279         (wl-summary-window-scroll-functions): New function.
280         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
281         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
282         as nil.
283         (wl-summary-update-status-marks): Added arguments beg, end and
284         check.
285         (wl-summary-update-mark-window): Use function.
286         (wl-summary-sync-update): Follow the change above.
287         (wl-summary-switch-to-clone-buffer): Copy
288         wl-summary-buffer-unsync-mark-number-list.
289         (wl-summary-goto-folder-subr): Set
290         wl-summary-buffer-unsync-mark-number-list and
291         use wl-summary-window-scroll-functions insteaf of
292         wl-summary-lazy-highlight.
293
294         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
295
296 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
297
298         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
299
300         * wl-summary.el (wl-summary-update-persistent-mark): Call
301         wl-summary-set-message-modified.
302
303         * wl-summary.el (wl-summary-sync-update): Don't call
304         wl-summary-update-status-marks.
305
306         * Version number is increased to 2.11.18.
307
308 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
309
310         * wl-message.el (wl-message-prev-page): Use save-selected-window.
311         (wl-message-next-page): Ditto.
312
313 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
314
315         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
316         local variable.  Change the order of a collected list into the
317         same as the specified range.  Remove nil from a collected list.
318
319 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-summary.el (wl-summary-insert-headers): Set visible-only
322         argument for elmo-folder-list-messages.
323
324 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
327         change (wl-summary-count-unreads return a list instead of a cons
328         cell).
329
330 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
331
332         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
333         `wl-summary-folder-info-update'.
334
335 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-summary.el (wl-summary-set-message-modified): No use
338         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
339         (wl-summary-set-mark-modified): Abolish.
340         (wl-summary-mark-modified-p): Ditto.
341         (wl-summary-save-view): Follow the change above.
342
343         * wl-expire.el (wl-summary-expire): Likewise.
344
345 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
346
347         * wl-summary.el (wl-summary-detect-mark-position): Use
348         modb-entity-handler.
349         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
350
351         * Version number is increased to 2.11.17.
352
353 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
354
355         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
356         entity field value.
357         (wl-summary-prefetch-msg): Ditto.
358         (wl-summary-print-message-with-ps-print): Ditto.
359
360 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
361
362         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
363         for dummy entity.
364         (wl-summary-insert-thread): Use elmo-message-entity-field.
365         (wl-summary-update-thread): Use elmo-message-entity-field and
366         elmo-message-entity-number.
367         (wl-summary-line-number):  Use elmo-message-entity-number.
368         (wl-summary-line-size): Use elmo-message-entity-field.
369         (wl-summary-line-subject): Ditto.
370         (wl-summary-line-from): Ditto.
371         (wl-summary-line-attached): Ditto.
372         (wl-summary-create-line): Ditto.
373         (wl-summary-create-line): Use elmo-message-entity-number.
374         (wl-summary-print-message-with-ps-print): Use
375         elmo-message-entity-field.
376
377 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
378
379         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
380         change in elmo-msgdb-make-message-entity.
381         (wl-summary-buffer-set-folder): Don't call
382         wl-summary-detect-mark-position here.
383         (wl-summary-rescan): Call elmo-message-entity-number.
384         (wl-summary-sync-update): Ditto.
385         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
386
387         * wl-score.el (wl-score-header-index): Redefine 2th element.
388         (wl-score-overview-entity-get-extra): Abolish.
389         (wl-score-ov-entity-get): Rewrite.
390         (wl-score-string-index<, wl-score-string-func<): Abolish.
391         (wl-score-string<): New function.
392         (wl-score-string-sort): Use it.
393
394         * wl-refile.el (wl-refile-guess-by-history): Use
395         elmo-message-entity-field.
396         (wl-refile-guess-by-from): Ditto.
397         (wl-refile-guess-by-msgid): Ditto.
398
399         * Version number is increased to 2.11.16.
400
401 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
402
403         * wl-folder.el (wl-folder-confirm-existence): Don't call
404         file-exists-p if msgdb-path is nil.
405         * wl-summary.el, wl-draft.el, wl-action.el: Rename
406         `wl-read-folder-hist' to `wl-read-folder-history'.
407
408 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
409
410         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
411         `y-or-n-p'.
412
413 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-score.el (wl-score-headers): Don't use
416         elmo-folder-do-each-message-entity.
417
418         * Version number is increased to 2.11.15.
419
420 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
421
422         * wl-summary.el (wl-summary-delete-all-msgs): Use
423         elmo-folder-move-messages instead of elmo-folder-delete-messages
424         and elmo-folder-detach-messages.
425         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
426
427         * wl-expire.el (wl-expire-delete): Ditto.
428         (wl-expire-refile-with-copy-reserve-msg): Ditto.
429
430 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
431
432         * wl-vars.el (wl-message-use-header-narrowing): New user option.
433         (wl-message-header-narrowing-fields): Ditto.
434         (wl-message-header-narrowing-lines): Ditto.
435         (wl-message-header-narrowing-string): Ditto.
436
437         * wl-summary.el (wl-summary-mode-map): Bind
438         wl-summary-toggle-header-narrowing to "C-cC-f".
439         (wl-summary-toggle-header-narrowing): New function.
440
441         * wl-message.el (wl-message-buffer-create): Call
442         wl-message-header-narrowing-setup.
443         (wl-message-redisplay): Call wl-message-header-narrowing.
444         (wl-message-header-narrowing): New function.
445         (wl-message-header-narrowing-map): New keymap.
446         (wl-message-header-narrowing-widen-map): New keymap.
447         (wl-message-header-narrowing-again-at-mouse): New function.
448         (wl-message-header-narrowing-1): Ditto.
449         (wl-message-header-narrowing-widen-at-mouse): Ditto.
450         (wl-message-header-narrowing-setup): Ditto.
451         (wl-message-header-narrowing-toggle): Ditto.
452         
453         * wl-highlight.el (wl-message-header-narrowing-face): New face.
454
455         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
456         'flag as all.
457         (wl-use-flag-folder-help-echo): New user option.
458
459         * wl-summary.el (wl-summary-detect-mark-position): Bind 
460         wl-summary-highlight as nil.
461         (wl-summary-set-mark-modified): Follow the API change.
462         (wl-summary-mark-modified-p): Ditto.
463         (wl-summary-mark-as-read-all): Ditto.
464         (wl-summary-sync-marks): Don't call
465         elmo-folder-list-messages-with-global-mark.
466         (wl-summary-mark-as-read-internal): Follow the API change.
467         (wl-summary-mark-as-answered-internal): Ditto.
468         (wl-summary-mark-as-important): Cause an error when 'flag folder;
469         Follow the API change.
470         (wl-summary-create-line): Call with number argument.
471         (wl-summary-reply): Follow the API change.
472
473         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
474         function.
475         (wl-highlight-summary-line-string): Call it when
476         wl-use-flag-folder-help-echo is non-nil.
477         (wl-highlight-summary-current-line): Ditto.
478         (elmo-flag-folder-referrer): Added autoload setting.
479
480         * wl-draft.el (wl-draft-kill): Follow the API change.
481
482         * Version number is increased to 2.11.14.
483         
484 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
487
488 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * Version number is increased to 2.11.13.
491
492 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-draft.el (wl-draft-previous-history-element): Fixed
495         unbalanced parenthesis and bind unbound local variables.
496
497 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
498
499         * wl-draft.el (wl-draft-previous-history-element): New function.
500         (wl-draft-next-history-element): Ditto.
501         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
502         them to M-p and M-n.
503
504 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * Version number is increased to 2.11.12.
507
508 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
509
510         * wl-draft.el (wl-draft-hide): Select buffer-window.
511
512 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
513
514         * wl-summary.el (wl-summary-narrow-to-region): New function.
515         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
516         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
517         (wl-summary-save-region): Use it.
518         * wl-action.el (wl-summary-collect-numbers-region)
519         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
520
521 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-folder.el (wl-folder-count-incorporates): Don't use
524         `elmo-msgdb-mark-load'
525
526         * Version number is increased to 2.11.11.
527
528 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
529
530         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
531         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
532
533 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
534
535         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
536
537 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * Version number is increased to 2.11.10.
540
541 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-mime.el (wl-draft-attribute-value): Fixed.
544
545 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-util.el (wl-copy-local-variables): New function.
548
549         * wl-mime.el (wl-draft-attribute-recipients): New function.
550         (wl-draft-attribute-envelope-from): Ditto.
551         (wl-draft-attribute-smtp-posting-server): Ditto.
552         (wl-draft-attribute-smtp-posting-port): Ditto.
553         (wl-draft-attribute-value): Ditto.
554         (wl-draft-preview-message): Use it to get value for
555         attributes. Reflect result of `wl-draft-config'.
556
557         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
558         and call `wl-summary-mark-as-read' before to call
559         `wl-summary-unset-mark'.
560         (wl-summary-target-mark-mark-as-unread): Likewise.
561         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
562
563 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
564
565         * wl-mime.el (wl-draft-preview-message): Use actual value for
566         attributes; Fix for small window.
567
568 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-refile.el (wl-refile-get-field-value): Call
571         `elmo-message-entity-field' with 3rd argument is non-nil.
572
573 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
574
575         * wl-vars.el (wl-draft-preview-attributes): New user option.
576         (wl-draft-preview-attributes-list): Ditto.
577         (wl-draft-preview-attributes-buffer-lines): Ditto.
578         (wl-draft-preview-attributes-buffer-name): Ditto.
579
580         * wl-mime.el (wl-draft-preview-message): Display attributes.
581
582 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-summary.el (wl-summary-detect-mark-position): Bind
585         wl-summary-flag-priority-list to '(new).
586
587 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
590         funtion.
591         (wl-highlight-summary-line-string): Use it.
592         (wl-highlight-summary-current-line): Ditto.
593
594 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
595
596         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
597         line even when the mark string is not changed.
598
599         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
600         argument change in the wl-summary-create-line.
601         (wl-thread-insert-entity-sub): Ditto.
602
603         * wl-summary.el (wl-summary-detect-mark-position): Follow the
604         argument change in the wl-summary-create-line.
605         (wl-summary-insert-sequential): Ditto.
606         (wl-summary-update-thread): Ditto.
607         (wl-summary-persistent-mark-string): New inline function.
608         (wl-summary-message-mark): Use it.
609         (wl-summary-create-line): Abolish argument wl-persistent-mark
610         and added wl-flags, wl-cached.
611
612         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
613         mark to flags.
614         (wl-highlight-summary-current-line): Decide the face not by the 
615         persistent mark but flags.
616
617 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
620         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
621         wl-summary-read-uncached-mark): Revive.
622         (wl-summary-answered-cached-mark,
623         wl-summary-answered-uncached-mark): New user option.
624         (wl-summary-score-marks): Follow the change above.
625         (wl-summary-auto-refile-skip-marks): Ditto.
626         (wl-summary-incorporate-marks): Ditto.
627         (wl-summary-expire-reserve-marks): Ditto.
628         (wl-summary-flag-priority-list): New user option.
629
630         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
631         changes.
632         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
633         of elmo-message-mark.
634         (wl-summary-mark-as-read-internal): Ditto.
635         (wl-summary-mark-as-answered): Ditto.
636         (wl-summary-mark-as-important): Ditto.
637         (wl-summary-redisplay-internal): Ditto.
638         (wl-summary-redisplay-no-mime-internal): Ditto.
639         (wl-summary-message-mark): New function.
640         (wl-summary-insert-sequential): Use wl-summary-message-mark
641         instead of elmo-message-mark.
642         (wl-summary-update-thread): Ditto.
643         (wl-summary-persistent-mark): Ditto.
644         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
645         instead of elmo-message-mark.
646
647         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
648         wl-summary-message-mark instead of elmo-message-mark.
649         (wl-thread-insert-entity-sub): Ditto.
650         (wl-thread-get-children-msgs-uncached): Ditto.
651
652         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
653         variable name changes.
654         (wl-highlight-summary-current-line): Ditto.
655
656         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
657         wl-summary-message-mark instead of elmo-message-mark.
658
659         * wl-expire.el (wl-expire-message-p): Ditto.
660
661         * wl-score.el (wl-score-headers): Ditto.
662
663         * Version number is increased to 2.11.9.
664
665         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
666         (wl-summary-sync-update): Follow the change above.
667         (wl-summary-switch-to-clone-buffer): Ditto.
668         (wl-summary-open-folder): Ditto.
669
670 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
673         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
674
675         * Version number is increased to 2.11.8.
676
677         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
678
679         * wl-expire.el (wl-expire-refile): Follow the API change on
680         `elmo-folder-move-messages'.
681         (wl-expire-refile-with-copy-reserve-msg): Ditto.
682
683         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
684         (wl-summary-exec-action-refile): Ditto.
685         (wl-summary-exec-action-copy): Ditto.
686         (wl-summary-no-auto-refile-message-p): No use
687         `wl-summary-buffer-msgdb'.
688         (wl-summary-auto-refile): Ditto.
689
690 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
693
694 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
695
696         * wl-summary.el (wl-summary-sync): Treat no-sync.
697
698         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
699         (wl-default-sync-range): Ditto.
700
701 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-refile.el (wl-refile-subject-learn): Call
704         `elmo-message-entity-field' with 3rd argument is non-nil.
705         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
706         instead of `elmo-msgdb-overview-entity-get-subject'.
707
708 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
709
710         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
711         scan-type is rescan.
712         (wl-summary-delete-all-temp-marks): Remove scored mark too when
713         new optional argument force is non-nil.
714         (wl-summary-save-view-cache): Call it with force argument non-nil.
715
716         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
717
718 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-action.el (wl-summary-print-argument): Fixed last change.
721
722 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
725         simplified.
726         (wl-summary-target-mark-mark-as-unread): Likewise.
727         (wl-summary-target-mark-mark-as-important): Likewise.
728
729 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
732         * wl-summary.el (wl-summary-mark-as-important): Arranged.
733         (wl-summary-mark-as-important-region): Change accordingly.
734         (wl-summary-target-mark-mark-as-important): Ditto.
735
736 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
739
740         * wl-action.el (wl-summary-print-argument): Print argument to
741         right side of window if `wl-summary-print-argument-within-window'
742         is non-nil.
743
744 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
745
746         * wl-action.el (wl-summary-set-mark): Use
747         `wl-summary-message-visible-p' to check visibility of the message
748         and jump to message only when the message line is visible and have
749         different number; Call wl-summary-unset-mark with number argument.
750         (wl-summary-unset-mark): 
751         Use `wl-summary-message-visible-p'
752         to check visibility of the message and jump to message only when
753         the message line is visible and have different number;
754
755 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * Version number is increased to 2.11.7.
758
759         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
760         and wl-folder-summary-line-format.
761
762         * wl-summary.el (wl-summary-message-visible-p): New inline function.
763         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
764         (wl-summary-set-score-mark): Use it.
765         (wl-summary-target-mark-mark-as-read): Ditto.
766         (wl-summary-target-mark-mark-as-unread): Ditto.
767         (wl-summary-target-mark-mark-as-important): Ditto.
768         (wl-summary-target-mark-msgs): Simplified.
769         (wl-summary-detect-mark-position): Fixed problem when
770         summary-line-format no contain persisten/temp mark spec.
771         (wl-summary-temp-mark): Ditto.
772         (wl-summary-persistent-mark): Ditto.
773         (wl-summary-update-persistent-mark): Ditto.
774
775         * wl-action.el (wl-summary-set-mark): Ditto.
776         (wl-summary-unset-mark): Ditto.
777         All other related portions are changed.
778
779 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
780
781         * Version number is increased to 2.11.6.
782
783 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
784
785         * wl-util.el (wl-current-message-buffer): Define as function;
786         Don't use the value of wl-messge-buffer.
787
788         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
789         persistent mark.
790
791         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
792         no current message, cause an error.
793
794 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-summary.el (wl-summary-set-message-modified): Use
797         elmo-folder-set-message-modified instead of
798         elmo-folder-set-message-modified-internal.
799
800 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
801
802         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
803         interactively.
804         (wl-summary-sync): nokill->entirely.
805         (wl-summary-sync-marks): Fixed message.
806         (wl-summary-input-range): Added mark, nokill->entirely.
807
808         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
809         messages as read.
810
811 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
812
813         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
814         update-noscore.
815         (wl-summary-sync): Follow the change above.
816
817 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-action.el (wl-summary-target-mark-all): Use
820         elmo-folder-list-messages.
821
822 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
823
824         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
825         (wl-summary-rescan): Set wl-summary-scored as nil.
826         (wl-summary-sync-force-update): Follow the change above.
827         (wl-summary-sync): Ditto.
828         (wl-summary-sync-update): Added argument disable-killed.
829         (wl-summary-insert-headers): Set visible-only argument for
830         elmo-folder-list-messages.
831         (wl-summary-input-range): Added update-nokill, update-noscore,
832         all-nokill, all-noscore and mark.
833
834         * Version number is increased to 2.11.5.
835
836         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
837
838 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
841         (wl-summary-prefetch-region-no-mark): Change accordingly.
842         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
843
844 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
845
846         * wl-address.el (wl-complete-field-to): Abolished.
847         (wl-complete-address): Completion function for completing-read.
848         * wl-action.el (wl-summary-get-resend-address): Use it.
849
850         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
851         wl-summary-update-mark and abolish unused argument.
852         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
853         (wl-summary-delete-cache, wl-summary-resume-cache-status)
854         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
855         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
856         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
857         * wl-draft.el (wl-draft-kill): Ditto.
858
859         * wl-summary.el: Remove unused binding of case-fold-search.
860         (wl-summary-replace-status-marks): Abolished.
861
862 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
863
864         * wl-action.el (wl-summary-set-mark): Cause an error when no message
865         is specified or folder length is zero.
866
867 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
870         (wl-folder-archive-current-entity): Ditto.
871
872 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
873
874         * wl-summary.el (wl-summary-update-mark): Ignore errors while
875         retrieving message mark.
876         (wl-summary-redisplay-internal): Ditto.
877
878         * wl-message.el (wl-message-buffer-display): Ignore errors while
879         retrieving message-id field.
880
881         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
882         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
883         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
884         order of the arguments for `wl-expire-message-p'.
885         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
886
887         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
888         Check return value of wl-summary-reply.
889         (wl-summary-reply): Recover window configuration when an error occured.
890
891 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-summary.el (wl-summary-resend-message): Abolished, the
894         feature is inherited by wl-summary-resend (put resend mark).
895
896 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-summary.el (wl-summary-toggle-disp-msg): Set
899         wl-message-buffer to nil when the message is hide.
900
901 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * .cvsignore: New file.
904
905 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-action.el (wl-summary-action-docstring): Add more info.
908         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
909         duplicate definition.
910         (wl-summary-define-mark-action): Functions wl-summary-*-region
911         keep current position.
912         (wl-summary-unregister-target-mark): Store result to the variable.
913
914 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
915
916         * Version number is increased to 2.11.4.
917
918 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
919
920         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
921         wl-summary-delete-all-temp-marks.
922         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
923
924         * wl-action.el (wl-summary-set-mark): Changed terminology
925         refile-destination -> action-argument.
926         (wl-summary-unset-mark): Ditto.
927         (wl-summary-remove-argument): Ditto.
928         (wl-summary-print-argument): Ditto.
929
930         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
931         (wl-thread-remove-argument-region): Ditto.
932         (wl-thread-print-argument-region): Ditto.
933         (wl-thread-close): Ditto.
934         (wl-thread-open): Ditto.
935
936         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
937         (wl-highlight-refile-destination-face is abolished)
938         (wl-highlight-action-argument-string): Ditto.
939         (wl-highlight-summary-current-line): Highlight action argument.
940
941         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
942         color for light backgrounds.
943         (wl-highlight-summary-answered-face): Ditto.
944
945 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
946
947         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
948
949         * wl-score.el (wl-summary-score-update-all-lines): Use
950         wl-summary-set-mark.
951         (wl-summary-score-update-all-lines): Kill expunged messages.
952
953         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
954
955 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
956
957         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
958         directly.
959         (wl-score-overview-entity-get-lines): Ditto.
960         (wl-score-overview-entity-get-xref): Ditto.
961         (wl-score-get-latest-msgs): Ditto.
962         (wl-summary-rescore): Ditto.
963
964         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
965         to "&".
966         (wl-summary-mark-as-answered-internal): New inline function.
967         (wl-summary-mark-as-answered): New function.
968         (wl-summary-mark-as-unanswered): Ditto.
969         (wl-summary-sync-marks): Modified for answered-mark synching.
970
971 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
972
973         * wl-action.el (wl-summary-set-mark): Fixed last change.
974
975 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
976
977         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
978         behavior of wl-summary-unread-message-hook
979         (Pointed out by akira yamada <akira@arika.org>).
980
981 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
982
983         * wl-e21.el (wl-summary-toolbar): Follow the rename of
984         wl-summary-delete.
985         * wl-xmas.el (wl-summary-toolbar): Ditto.
986
987         * wl-action.el (wl-summary-set-mark): Don't override current
988         temp-mark.
989
990         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
991
992 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
993
994         * wl-refile.el (wl-refile-learn): Don't use msgdb.
995         (wl-refile-msgid-learn): Ditto.
996         (wl-refile-get-field-value): Ditto.
997
998         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
999
1000         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1001         (wl-expire-delete-reserved-messages): Renamed from
1002         wl-expire-reserve-marked-msgs-from-list.
1003         (wl-expire-delete): Removed argument `msgdb'.
1004         (wl-expire-refile): Ditto.
1005         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1006         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1007         mark-alist as argument.
1008         (wl-expire-archive-number1): Removed argument `msgdb'.
1009         (wl-expire-archive-number2): Ditto.
1010         (wl-expire-archive-date): Ditto.
1011         (wl-expire-localdir-date): Ditto.
1012         (wl-expire-hide): Ditto.
1013         (wl-archive-number1): Ditto.
1014         (wl-archive-number2): Ditto.
1015         (wl-archive-date): Ditto.
1016         (wl-archive-folder): Ditto.
1017         All other related portions are changed.
1018
1019 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1020
1021         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1022         mean move up and down. (suggested by Takashi Kawachi)
1023
1024 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1025
1026         * wl-acap.el (toplevel): Don't require un-define.
1027
1028 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1029
1030         * wl-thread.el (wl-thread-delete-message): Always update
1031         wl-summary-buffer-number-list.
1032
1033         * wl-action.el (wl-summary-print-destination): 
1034         Do nothing when folder is nil.
1035
1036 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1039         persistent mark when prefetch is succeeded.
1040
1041 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1042
1043         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1044         instead of elmo-msgdb-delete-msgs.
1045         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1046         (wl-expire-hide): Ditto.
1047
1048         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1049
1050         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1051         elmo-msgdb interface.
1052         (wl-thread-get-exist-children): Likewise.
1053         (wl-thread-insert-message): Likewise.
1054         (wl-thread-msg-mark-as-important): Likewise.
1055         (wl-thread-insert-entity-sub): Likewise.
1056         (wl-thread-get-children-msgs-uncached): Likewise.
1057
1058         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1059         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1060         (wl-summary-sync-update): Likewise.
1061         (wl-summary-auto-select-msg-p): Likewise.
1062         (wl-summary-update-thread): Likewise.
1063         (wl-summary-mark-as-important): Likewise.
1064         (wl-summary-jump-to-msg-internal): Likewise.
1065         (wl-summary-redisplay-internal): Likewise.
1066         (wl-summary-print-message-with-ps-print): Likewise.
1067         (wl-summary-folder-info-update): Likewise.
1068
1069         * wl-folder.el (wl-folder-check-one-entity):
1070         elmo-folder-count-flags instead of wl-summary-count-unread.
1071
1072         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1073
1074         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1075
1076         * wl-summary.el (wl-summary-set-message-modified): 
1077         Call wl-summary-set-mark-modified.
1078         (wl-summary-delete-messages-on-buffer): Call
1079         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1080         (wl-summary-sync-update): Call elmo-folder-length instead of
1081         elmo-folder-messages.
1082         (wl-summary-insert-headers): Don't call
1083         elmo-folder-list-message-entities.
1084
1085 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-action.el (wl-summary-define-mark-action): Call
1088         `wl-summary-set-mark' with argument `data'.
1089         (wl-summary-auto-refile): Fixed order of arguments when call
1090         `wl-summary-refile'.
1091
1092 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1093
1094         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1095
1096         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1097
1098         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1099         (Renamed from wl-highlight-summary-deleted-face).
1100         (wl-highlight-summary-resend-face): New face.
1101
1102         (wl-highlight-summary-deleted-face): Renamed from
1103         wl-highlight-summary-erased-face.
1104
1105         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1106
1107         * wl-action.el (wl-summary-get-resend-address): New function.
1108         (wl-summary-exec-action-resend): Ditto.
1109         (wl-summary-exec-action-resend-subr): Ditto.
1110
1111         * w-thread.el (wl-thread-copy): Removed definition.
1112         (wl-thread-refile): Ditto.
1113         (wl-thread-delete): Ditto.
1114         (wl-thread-target-mark): Ditto.
1115
1116         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1117         (wl-summary-target-mark-set-action): Fixed.
1118         (wl-summary-define-mark-action): Fixed quotation.
1119         (wl-summary-move-mark-list-messages): Display message.
1120         (wl-summary-define-mark-action): Define thread functions.
1121         (wl-summary-exec-action-refile): Changed message.
1122         (wl-summary-exec): Ditto.
1123
1124 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1125         
1126         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1127         '%%'.
1128
1129 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1130
1131         * wl.el (toplevel): Require wl-action.
1132         (wl-init): Call wl-summary-define-mark-action.
1133
1134         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1135
1136         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1137         wl-summary-delete and wl-summary-erase.
1138         (wl-summary-mode-map): Ditto.
1139
1140         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1141         wl-delete-folder-alist.
1142
1143         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1144         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1145         (toplevel): Moved mark & action related functions to the wl-action.el.
1146
1147         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1148         in wl-summary-mark-action-list.
1149         (wl-highlight-summary-current-line): Ditto.
1150
1151         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1152         empty lines.
1153
1154         * wl-action.el: New file. 
1155
1156 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1157
1158         * wl-summary.el (wl-summary-target-mark-replace): New function.
1159         (wl-summary-target-mark-prefetch): Use it.
1160         (wl-summary-target-mark-delete): Ditto.
1161         (toplevel): Rearranged definition order.
1162         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1163         (wl-summary-target-mark-erase): Rewrite.
1164         (wl-summary-erase-region): New function.
1165         (wl-summary-exec-action-erase): Changed message.
1166         (wl-summary-move-mark-list-messages): New function.
1167         (wl-summary-exec-action-delete): Use it.
1168         (wl-summary-exec-action-erase): Ditto.
1169
1170         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1171         (wl-summary-skip-mark-list): Added "d".
1172
1173         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1174         while searching.
1175
1176         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1177         and define using defcustom;
1178         Define 4th element as a face.
1179         
1180         * wl-summary.el (wl-summary-incorporate): Use 
1181         `wl-summary-prefetch-region-no-mark' instead of
1182         `wl-summary-prefetch-region'.
1183         (wl-summary-prefetch-region-no-mark): Revival of old
1184         `wl-summary-prefetch-region'.
1185         (wl-summary-mark-action-list): Moved to wl-vars.el
1186
1187         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1188         face according to the `wl-summary-mark-action-list'.
1189         (wl-highlight-summary-current-line): Ditto;
1190         Removed destination highlighting.
1191
1192         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1193         (wl-highlight-summary-line-string): Highlight for "i" mark.
1194         (wl-highlight-summary-current-line): Ditto.
1195
1196         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1197         no destination.
1198
1199         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1200         exists, just go ahead.
1201         (wl-summary-prefetch-region): Rewrite.
1202         (wl-summary-prefetch): Ditto.
1203         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1204         (wl-summary-exec-action-prefetch): New function.
1205         (wl-summary-target-mark-prefetch): Rewrite.
1206
1207 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1210         (wl-highlight-summary-line-string): Added "d" and "D".
1211         (wl-highlight-summary-current-line): Ditto.
1212
1213         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1214         in wl-summary.el.
1215         (wl-thread-insert-entity-sub): Ditto.
1216         (wl-thread-remove-destination-region): Ditto.
1217         (wl-thread-print-destination-region): Ditto.
1218
1219         * wl-summary.el (wl-summary-buffer-refile-list,
1220         wl-summary-buffer-delete-list,
1221         wl-summary-buffer-copy-list): Abolish.
1222         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1223         All other related portions are changed.
1224         (wl-summary-mark-action-list): New variable.
1225         (wl-summary-set-mark): New function.
1226         (wl-summary-register-target-mark): Ditto.
1227         (wl-summary-unregister-target-mark): Ditto.
1228         (wl-summary-have-target-mark-p): Ditto.
1229         (wl-summary-register-temp-mark): Ditto.
1230         (wl-summary-unregister-temp-mark): Ditto.
1231         (wl-summary-registered-temp-mark): Ditto.
1232         (wl-summary-collect-temp-mark): Ditto.
1233         (wl-summary-unset-mark): Ditto.
1234         (wl-summary-set-target-mark): Ditto.
1235         (wl-summary-unset-target-mark): Ditto.
1236         (wl-summary-set-action-generic): Ditto.
1237         (wl-summary-unset-action-generic): Ditto.
1238         (wl-summary-exec-action-delete): Ditto.
1239         (wl-summary-exec-action-erase): Ditto.
1240         (wl-summary-set-action-refile): Ditto.
1241         (wl-summary-set-action-refile-subr): Ditto.
1242         (wl-summary-unset-action-refile): Ditto.
1243         (wl-summary-make-destination-numbers-list): Ditto.
1244         (wl-summary-exec-action-refile): Ditto.
1245         (wl-summary-set-action-copy): Ditto.
1246         (wl-summary-unset-action-copy): Ditto.
1247         (wl-summary-exec-action-copy): Ditto.
1248         (wl-summary-collect-numbers-region): Ditto.
1249         (wl-summary-delete): Rewrite.
1250         (wl-summary-erase): Ditto.
1251         (wl-summary-remove-destination): Ditto.
1252         (wl-summary-exec): Ditto.
1253         (wl-summary-exec-region): Ditto.
1254         (wl-summary-target-mark-erase): Ditto.
1255         (wl-summary-refile): Ditto.
1256         (wl-summary-copy): Ditto.
1257         (wl-summary-unmark): Ditto.
1258         (wl-summary-delete-all-mark): Ditto.
1259         (wl-summary-mark-line): Don't highlight.
1260         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1261         (wl-summary-target-mark-refile-subr): Rewrite.
1262
1263         (wl-summary-copy-prev-destination): Abolish.
1264
1265 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1266
1267         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1268         default values along the value of wl-on-mule.
1269         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1270         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1271         It is not used anywhere.
1272
1273 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1274
1275         * wl-summary.el (wl-summary-print-destination): Keep position.
1276         (wl-summary-cursor-move-surface): Keep horizontal position.
1277
1278 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1281         write sendlog.
1282
1283 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1286         `wl-summary-highlight'.
1287
1288 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1289
1290         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1291         trivial condition for temp-mark.
1292
1293 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1296         when it hits killed buffer.
1297
1298 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1299
1300         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1301         * wl-news.el.in: `message' and `error' take format string.
1302
1303 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1304
1305         * wl-folder (wl-folder-insert-entity): Display a message,
1306         `...done', when the work finish.
1307         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1308
1309 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1310
1311         * wl-message.el (wl-message-redisplay): Remove unused local
1312         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1313
1314 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-summary.el (wl-summary-replace-status-marks): Disable
1317         interactive use.
1318         (wl-summary-reedit): Check message existence at first.
1319         (wl-summary-mark-line): Fix doc, return value is indefinite.
1320
1321         * wl-highlight.el (wl-highlight-message): Arranged.
1322
1323         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1324         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1325         check temp-mark by wl-summary-temp-mark always.
1326         (wl-highlight-summary): Change accordingly.
1327         * wl-summary.el (wl-summary-mark-as-read-all)
1328         (wl-summary-delete-cache, wl-summary-set-score-mark)
1329         (wl-summary-mark-as-unread, wl-summary-unmark)
1330         (wl-summary-mark-line, wl-summary-mark-as-read)
1331         (wl-summary-mark-as-important): Ditto.
1332
1333         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1334         end of the window if possible.
1335         * wl-summary.el (wl-summary-sync-update): Support lazy
1336         highlighting.
1337         (wl-summary-toggle-disp-msg): Ditto.
1338
1339 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1340
1341         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1342
1343 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1344
1345         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1346         change.
1347
1348 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1349
1350         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1351         API.
1352         (wl-summary-sync-update): Ditto.
1353
1354         * wl-score.el (wl-score-get-score-alist): Changed argument.
1355         (wl-summary-rescore-msgs): Likewise.
1356         (wl-summary-score-headers): Likewise.
1357         (wl-score-headers): Likewise;
1358         Use elmo-folder-do-each-message-entity, etc.
1359         (wl-summary-score-effect): Follow the changes above.
1360         (wl-summary-rescore): Ditto.
1361         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1362         (wl-score-get-overview): Abolish.
1363
1364         * wl-summary.el (wl-summary-default-from): Follow the API change in
1365         elmo-msgdb.
1366         (wl-summary-count-unread): Ditto.
1367         (wl-summary-detect-mark-position): Ditto.
1368         (wl-summary-overview-entity-compare-by-date): Ditto.
1369         (wl-summary-overview-entity-compare-by-number): Ditto.
1370         (wl-summary-overview-entity-compare-by-from): Ditto.
1371         (wl-summary-overview-entity-compare-by-subject): Ditto.
1372         (wl-summary-get-list-info): Ditto.
1373         (wl-summary-rescan): Ditto.
1374         (wl-summary-jump-to-msg-by-message-id): Ditto.
1375         (wl-summary-sync-update): Ditto; Removed comment.
1376         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1377         (wl-summary-insert-message): Use wl-summary-insert
1378         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1379         (wl-summary-insert-headers): Changed argument overview to folder.
1380         (wl-summary-search-by-subject): Likewise.
1381         (wl-summary-insert-thread): Renamed from 
1382         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1383
1384         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1385         too.
1386
1387         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1388         wl-string-member.
1389
1390 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1391
1392         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1393         elmo-folder-append-buffer.
1394         (wl-draft-queue-append): Likewise.
1395
1396         * wl-mime.el (wl-message-delete-current-part): Ditto.
1397         (wl-summary-burst-subr): Ditto.
1398
1399         * wl-news.el.in (wl-news-send-news): Ditto.
1400
1401 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1402
1403         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1404         function.
1405         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1406         (wl-summary-update-mark): Enclose with save-excursion.
1407         (wl-summary-mark-as-read-internal): Fixed last change.
1408         (wl-summary-mark-as-important): Use 3rd argument of
1409         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1410         Don't use elmo-msgdb-set-mark.
1411         (wl-summary-redisplay-internal): If msgdb flag is already read,
1412         just update the mark on buffer.
1413
1414 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1417         cut visible folder when elmo-folder-delete returns non-nil value.
1418
1419 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1422         by Kenichi OKADA <okada@opaopa.org>).
1423
1424 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1425
1426         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1427
1428 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1431         Fixed the last change, search group entity by its real name.
1432         (Thanks to: KOBAYASHI Shinji)
1433
1434 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1435
1436         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1437         (wl-fldmgr-access-display-all): Don't refer visible name.
1438         * wl-expire.el (wl-folder-archive-current-entity)
1439         (wl-folder-expire-current-entity): Ditto.
1440         * wl-folder.el (wl-folder-jump-to-current-entity)
1441         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1442         (wl-folder-open-folder-sub,wl-folder-open-all)
1443         (wl-folder-write-current-folder): Ditto.
1444         (wl-folder-insert-entity): Don't use petname for normal group.
1445         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1446         is the real name.
1447         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1448         Abolished.
1449
1450 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1451
1452         * wl-draft.el (wl-draft-create-buffer): Add
1453         `wl-summary-reply-with-citation'
1454
1455 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1456
1457         * wl-draft.el (wl-draft-reply): Fixed.
1458
1459 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1460
1461         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1462         when `wl-draft-send-confirm-with-preview' is non-nil.
1463         You can scroll up/down by j/k.
1464         (wl-draft-send-confirm-with-preview): New variable (default=t).
1465
1466 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1467
1468         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1469         (wl-fldmgr-save-folders): Fix comment.
1470
1471 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1472
1473         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1474         along the last change in `wl-folder-buffer-group-p'.
1475
1476 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1477
1478         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1479         folder.
1480
1481         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1482         the default value.
1483
1484         * wl-mime.el (wl-summary-burst): Update summary only when target
1485         folder equals current folder.
1486
1487 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1488
1489         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1490
1491 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1492
1493         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1494         value.
1495
1496 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1499         `map-extents' instead of `extent-at' repeatedly.
1500         (wl-highlight-folder-current-line): Ditto.
1501
1502         * wl-highlight.el: Remove useless dummy functions.
1503
1504 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1505
1506         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1507         (wl-folder-put-folder-property): New function to put text property.
1508         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1509         (wl-folder-insert-entity, wl-folder-update-diff-line)
1510         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1511         * wl-e21.el, wl-xmas.el, wl-mule.el
1512         (wl-highlight-folder-current-line): Ditto.
1513         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1514         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1515         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1516         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1517
1518 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1519
1520         * Version number is increased to 2.11.3.
1521
1522 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1523
1524         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1525         Resume current-buffer since it is assumed by remaining tasks.
1526
1527 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1528
1529         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1530         (wl-folder-completion-function): Abolished.
1531         (wl-folder-complete-folder): New function.
1532         (wl-folder-complete-filter-condition): Ditto.
1533         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1534         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1535
1536 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1537
1538         * wl-draft.el (wl-draft-send-confirm): New function.
1539         (wl-draft-send): Use it.
1540
1541         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1542         cursor-in-echo-area while confirming.
1543
1544         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1545
1546         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1547         searching via nntp if wl-summary-search-via-nntp is 'force.
1548         Otherwise, invoke searching in nntp folder only.
1549         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1550
1551         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1552         explicitly for mime-make-text-tag.
1553
1554 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1555
1556         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1557         `mime-make-text-tag' instead of `mime-create-tag'.
1558
1559 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1560
1561         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1562         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1563
1564 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1565
1566         * wl-score.el (wl-score-save): Bind print-length and print-level.
1567         (wl-score-pretty-print): Ditto.
1568         (wl-score-edit-insert-header-entry): Ditto.
1569
1570         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1571         "From" entry to be treated with wl-draft-eword-encode-address-list.
1572         * wl-mime.el (wl-draft-preview-message): Ditto.
1573
1574         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1575         (wl-summary-mark-as-unread): Ditto.
1576         (wl-summary-mark-as-read-region): Change accordingly.
1577         (wl-summary-mark-as-unread-region): Ditto.
1578         (wl-summary-target-mark-mark-as-read): Ditto.
1579         (wl-summary-target-mark-mark-as-unread): Ditto.
1580
1581 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1582
1583         * Version number is increased to 2.11.2.
1584
1585 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1586
1587         * wl-news.el.in (wl-news-previous-version-save): Bind
1588         print-length and print-level.
1589         * wl-thread.el (wl-thread-save-entities): Ditto.
1590         (wl-thread-save-top-list): Bind print-length.
1591
1592 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1593
1594         * wl-highlight.el (wl-highlight-summary-line-string): Use
1595         wl-summary-score-below-mark, wl-summary-score-over-mark.
1596         (wl-highlight-summary-current-line): Ditto.
1597
1598 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1599
1600         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1601         insert it.
1602
1603 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1604
1605         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1606
1607 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1608
1609         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1610         message without msgid.
1611         Rewrite with elmo-folder-move-messages.
1612         Set wl-message-buffer to nil.
1613
1614         * wl-summary.el (wl-summary-erase-subr): New function. Use
1615         elmo-folder-move-messages.
1616         (wl-summary-erase): Call it.
1617         (wl-summary-target-mark-erase): Ditto.
1618
1619 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1620
1621         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1622         it is not up-tp-date.
1623
1624 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1625
1626         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1627         buffer after calling `wl-summary-goto-folder-subr' without the
1628         argument `interactive'.
1629         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1630
1631 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1632
1633         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1634         `mime-create-tag'. Use `string=' instead of `looking-at'.
1635
1636 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1637
1638         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1639         to avoid compile warning.
1640
1641         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1642         entity-id when folder is given.
1643         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1644         save-excursion, use save-selected-window instead.
1645         Select folder buffer window if exists.
1646         (To correct behavior with wl-folder-move-cur-folder.)
1647
1648 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1649
1650         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1651
1652 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1653
1654         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1655         list-count instead of %d.
1656
1657 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1658
1659         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1660         (wl-news): Set it.
1661         (wl-news-append-to-folder): Use it.
1662
1663         * wl-news.el.in (wl-news-send-news): Append to specified folder
1664         instead of wl-default-folder.
1665         (wl-news-append-to-folder): Show error message with specified folder.
1666
1667         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1668                 In most major modes, Emacs assumes that any opening
1669                 delimiter found at the left margin is the start of a
1670                 top-level definition, or defun. Therefore, *never put an
1671                 opening delimiter at the left margin unless it should have
1672                 that significance.*
1673
1674         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1675
1676 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1677
1678         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1679
1680 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1681
1682         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1683
1684 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1685
1686         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1687         for sequential numbering case.
1688
1689 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1690
1691         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1692         value.
1693         (wl-draft-reply-without-argument-list): Ditto.
1694         (wl-draft-reply-myself-with-argument-list): Abolish.
1695         (wl-draft-reply-myself-without-argument-list): Ditto.
1696         * wl-draft.el (wl-draft-self-reply-p): New function.
1697         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1698
1699 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1700
1701         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1702         (avoid error for the case without byte-compiling)
1703
1704 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1705
1706         * wl-news.el.in (wl-news-append-to-folder): New function.
1707         (wl-news-exit): Rewrite.
1708         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1709
1710 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1711
1712         * wl-draft.el (wl-draft-reply-position): New function.
1713         (wl-draft-reply-position): Fix.
1714         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1715         (wl-summary-target-mark-reply-with-citation): Ditto.
1716         (wl-summary-reply-with-citation): Ditto.
1717         * wl-vars.el (wl-draft-reply-default-position): New variable.
1718
1719 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1720
1721         * wl-draft.el (wl-draft-send): Preview when interactive send.
1722
1723 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1724
1725         * wl-draft.el (wl-draft-reply): Set default position.
1726         * wl-summary.el (wl-summary-reply): Ditto.
1727         (wl-summary-reply-with-citation): Ditto.
1728         (wl-summary-target-mark-reply-with-citation): Ditto.
1729
1730 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1731
1732         * wl-news.el.in (wl-news-lang): Set default value according to
1733         current-language-environment.
1734         (wl-news-append-news): Do nothing when news-list is nil.
1735
1736 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1737
1738         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1739         (wl-news): Change message.
1740         (wl-news-exit): Check buffer.
1741         (wl-news-force-exit): New function.
1742         (wl-news-show-all): New function.
1743         (wl-news-discard-and-exit): Fix.
1744
1745 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1746
1747         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1748         according to current-language-environment.
1749
1750         * wl-news.el.in (wl-news): If arg, show all NEWS after
1751         wl-news-default-previous-version.
1752
1753 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1754
1755         * wl-news.el.in (wl-news-check): Rewritten.
1756         (wl-news-previous-version-load): Change data type.
1757         (wl-news-previous-version-save): Change data type.
1758         (wl-news-append-news): Add return value.
1759         (wl-news-check-news): New function.
1760         (wl-news-already-current-p): New function.
1761         (wl-news-send-news): Rewritten.
1762         (wl-news-mode-map): Add new keybind.
1763         (wl-news): Rewritten.
1764         (wl-news-exit): Rewritten.
1765         (wl-news-discard-and-mail): New function.
1766         (wl-news-send-to-address): Abolished.
1767         * wl.el (wl-init): Delete a message.
1768
1769 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1770
1771         * wl-news.el.in (wl-news-exit): Update previous version.
1772         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1773
1774 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1775
1776         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1777
1778 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1779
1780         * wl-news.el.in (wl-news): New function.
1781         (wl-news-mode): New function.
1782         (wl-news-next-line): New function.
1783         (wl-news-next-page): New function.
1784         (wl-news-exit): New function.
1785         (wl-news-buf-name): New variable.
1786         (wl-news-mode-map): New variable.
1787         (wl-news-winconf): New variable.
1788         (wl-news-append-news): Add an option.
1789
1790 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1791
1792         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1793
1794 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1795
1796         * wl-news.el.in (wl-news-send-to-address): New variable.
1797         (wl-news-send-news): Use it.
1798         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1799         Return updating status.
1800         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1801
1802 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1803
1804         * wl-news.el.in (wl-news-send-news): Delete
1805         Organization and X-Face.
1806
1807 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1808
1809         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1810         (wl-news-append-news): New function.
1811         (wl-news-send-news): New function.
1812
1813 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1814
1815         * Version number is increased to 2.11.1.
1816
1817 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1818
1819         * wl-news.el.in : New file.
1820
1821 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1822
1823         * wl-vars.el (wl-draft-reply-with-argument-list): Change
1824         default value.
1825         (wl-draft-reply-without-argument-list): Ditto.
1826
1827 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1828
1829         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
1830         (wl-message-buffer-prefetch-idle-time): Ditto.
1831         (wl-message-buffer-prefetch-folder-type-list): Ditto.
1832
1833 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1834
1835         * wl-thread.el (wl-thread-insert-message): Use
1836         wl-summary-max-thread-depth.
1837
1838         * wl-summary.el (wl-summary-insert-thread-entity): Refined
1839         loop detection.
1840
1841         * wl-message.el (wl-message-buffer-display): Back to the first page
1842         when cache is hit.
1843
1844 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-vars.el (wl-summary-max-thread-depth): New user option.
1847
1848         * wl-summary.el (wl-summary-insert-thread-entity):
1849         If the thread depth is reached to wl-summary-max-thread-depth,
1850         divide the thread.
1851
1852 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
1853
1854         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
1855         for elmo-remove-passwd.
1856
1857 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
1860         folder is sticky.
1861         (wl-folder-mark-as-read-all-entity): Ditto.
1862         (wl-folder-prefetch-entity): Ditto.
1863
1864 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
1865
1866         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
1867
1868 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1869
1870         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
1871         Delete messages on buffer for unplugged operation.
1872         (wl-summary-erase): Ditto.
1873
1874 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1875
1876         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
1877         take nil so as not to search parent by subject.
1878
1879 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1880
1881         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
1882         (wl-folder-get-next-folder): Ditto.
1883         (wl-folder-get-path): Ditto.
1884
1885 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1886
1887         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
1888         system and encode the region with it before verifying.
1889
1890 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1891
1892         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
1893         system of the echo buffer before decoding.
1894
1895 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1896
1897         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
1898         original contents.
1899
1900 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
1903         with argument 'any-exists.
1904
1905 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1906
1907         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
1908         Use `wl-cs-autoconv'.
1909
1910 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1911
1912         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
1913         by `mime-view-automatic-conversion'.
1914
1915         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
1916         (wl-message-verify-pgp-nonmime): Ditto.
1917         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
1918         Bind them to C-c:d and C-c:v respectively.
1919
1920         Merge following code by Teranishi-san from [wl-en:00167].
1921         * wl-mime.el (wl-mime-preview-application/pgp): New function.
1922         (wl-mime-preview-application/pgp-encrypted): Ditto.
1923         (wl-mime-setup): Add entry.
1924
1925 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1926
1927         * wl-summary.el (wl-summary-target-mark-erase): New function.
1928         Bind it to "mD".
1929
1930 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1931
1932         * wl-vars.el (wl-draft-write-file-function): Fix.
1933         (wl-draft-reedit-hook): Changed default value.
1934
1935         * wl-draft.el (wl-draft-edit-string): Set cursor point for
1936         wl-draft-reedit-hook.
1937         (wl-draft-remove-text-plain-tag): New function.
1938         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
1939
1940         * wl-vars.el (wl-draft-write-file-function): New user option.
1941
1942         * wl-draft.el (wl-draft-prepare-edit): Use it for
1943         local-write-file-hooks.
1944         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
1945
1946         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
1947         (wl-draft-insert-mail-header-separator): Return the body beginning
1948         point.
1949         (wl-draft-reedit): Remove the mime-edit tag if the first part is
1950         text/plain.
1951         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
1952
1953 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1954
1955         * wl-summary.el (wl-summary-erase): New function to erase message
1956         without moving it to trash. Bind to "D".
1957
1958         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
1959         as `keep' unless switch-function.
1960
1961 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1962
1963         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
1964         message buffer by using `wl-summary-toggle-disp-msg'.
1965         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
1966         buffer window.
1967         (wl-summary-supresedes-message): Ditto.
1968
1969         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
1970         Do not delete other windows.
1971         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
1972         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
1973         (wl-draft-create-buffer): Set reply-or-forward also for target
1974         mark commands.
1975
1976 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1977
1978         * wl-draft.el (wl-user-agent-compose): Delete special case for
1979         switch-to-buffer-other-window.
1980
1981         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
1982         (wl-summary-forward): Ditto.
1983
1984         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
1985         function.
1986         (wl-draft-buffer-style): New use option.
1987
1988         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
1989         (wl-draft): Follow the change above.
1990         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
1991         wl-draft-buffer-style.
1992         (wl-user-agent-compose): Bind wl-draft-buffer-style with
1993         switch-function.
1994
1995 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1996
1997         * wl-draft.el (wl-user-agent-compose): Delete special case for
1998         switch-to-buffer-other-window.
1999
2000         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2001         (wl-summary-forward): Ditto.
2002
2003         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2004         function.
2005         (wl-draft-buffer-style): New use option.
2006
2007         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2008         (wl-draft): Follow the change above.
2009         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2010         wl-draft-buffer-style.
2011         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2012         switch-function.
2013
2014 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2015
2016         * wl-address.el (wl-address-make-completion-entry): Extracted from
2017         `wl-address-make-completion-list'.
2018         (wl-address-enable-strict-loading): New variable.
2019         (wl-address-make-completion-list): Revive petname duplication
2020         inquiry, and enable it if `wl-address-enable-strict-loading'.
2021         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2022
2023 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2024
2025         * wl-message.el (wl-message-get-original-buffer): Avoid
2026         'Selecting deleted buffer' error when original buffer is killed.
2027
2028 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2029
2030         * wl-summary.el (wl-summary-next-message): Use
2031         elmo-message-accessible-p instead of elmo-message-cached-p.
2032
2033 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2034
2035         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2036
2037         * wl-thread.el (wl-thread-open-all-unread): Use
2038         elmo-folder-list-flagged instead of
2039         elmo-folder-list-messages-mark-match.
2040
2041         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2042         instead of elmo-folder-list-messages-mark-match.
2043         (wl-summary-move-spec-alist): New variable.
2044         (wl-summary-move-spec-plugged-alist,
2045         wl-summary-move-spec-unplugged-alist): Abolish.
2046         (wl-summary-next-message): Follow the change above.
2047         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2048         with 'no-msg' argument.
2049
2050         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2051         variable.
2052         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2053         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2054         (wl-message-buffer-prefetch-get-next): Follow the change above.
2055
2056 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2057
2058         * wl-version.el (wl-version): Changed codename.
2059
2060         * Version number is increased to 2.11.0.
2061
2062 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2063
2064         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2065         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2066         `wl-draft-config-variables'.
2067         (wl-draft-kill): Fixed problem when the draft is reedit.
2068
2069 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2070
2071         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2072         buffer-modified status (Thanks to
2073         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2074
2075 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2076
2077         * wl-util.el (wl-region-exists-p): New function.
2078
2079         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2080         Remove defvars for byte-compile warnings.
2081
2082 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2085         defvar-maybe. Removed unused bind.
2086
2087 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2088
2089         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2090         summary buffer window before creating new frame.
2091         (wl-draft-reply): Ditto.
2092
2093 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2094
2095         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2096
2097 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2098
2099         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2100
2101 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2102
2103         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2104         instead of `kill-region'.
2105
2106 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2109         (wl-highlight-summary-line-string): Use it.
2110         (wl-highlight-summary-current-line): Ditto.
2111
2112         * wl-mime.el (wl-message-delete-current-part): Check the class of
2113         mime-entity.
2114
2115         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2116
2117         * wl-summary.el (wl-summary-make-number-list): Initialize.
2118         (wl-summary-update-mark): New function.
2119         (wl-summary-reply): Put `answered' mark on the message.
2120         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2121
2122         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2123         (wl-draft-reply): Added optional argument `number';
2124         Set wl-draft-parent-number.
2125         (wl-draft-kill): Delete answered mark if it is a reply.
2126
2127 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2128
2129         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2130         that originates in mime-preview-follow-current-entity.
2131         (wl-draft-yank-current-message-entity): Use it if region is active.
2132
2133         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2134         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2135         `wl-message-delete-current-part'.
2136         * wl-mule.el (wl-message-define-keymap): Ditto.
2137         * wl-xmas.el (wl-message-define-keymap): Ditto.
2138
2139 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2140
2141         * wl-mime.el (wl-message-delete-current-part): New function.
2142         (wl-mime-node-id-to-string): Ditto.
2143
2144         * wl-mime.el (wl-message-delete-current-part): Use existing
2145         original buffer which corresponds current mime-view buffer.
2146         (fetched buffer might have different structure, possibly)
2147
2148         * wl-mime.el (wl-message-delete-current-part): Quit if the
2149         message content differs from the actual message.
2150
2151 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2154         order.
2155         (wl-summary-search-by-subject): Search parent message from tail;
2156         Check the existence of the parent message on the current thread tree.
2157         (wl-summary-update-thread): Check whether the line is inserted.
2158
2159 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2160
2161         * wl-vars.el (wl-summary-line-format): Undo last change.
2162         * wl-summary.el (wl-summary-print-destination): Do not put
2163         invisible property when `wl-summary-width' is nil.
2164         (wl-summary-line-subject-minimum-length): Abolished.
2165         (wl-summary-line-subject): Ditto.
2166
2167 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2168
2169         * wl-vars.el (wl-summary-line-format): Change default value.
2170         (wl-summary-subject-length-limit): Abolished.
2171         * wl-summary.el (wl-summary-line-subject): Ditto.
2172
2173 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2174
2175         * wl-template.el (wl-template-select): Added optional argument.
2176         If optional argument is specified, reverse
2177         `wl-template-visible-select'.
2178
2179 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2180
2181         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2182         Take prefix argument to force asking the destination folder.
2183
2184 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2185
2186         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2187         count and update status.
2188
2189 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2190
2191         * wl-summary.el (wl-summary-redisplay-internal): If
2192         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2193         after fetching.
2194
2195 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2196
2197         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2198         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2199
2200         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2201
2202 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2205         (All other related portions are changed).
2206         (wl-summary-mark-as-read-all): Rewrite.
2207
2208 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2209
2210         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2211         `wl-summary-mark-as-read'.
2212         (wl-summary-mark-as-unread): Rewrite.
2213         (wl-summary-mark-as-read): Added no-modeline argument.
2214         (wl-summary-resume-cache-status): Rewrite.
2215         (wl-summary-exec-subr): Remove unused local variable.
2216
2217 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2218
2219         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2220         logic to call `wl-summary-buffer-prev-folder-function'.
2221         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2222
2223 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2224
2225         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2226         is nil.
2227
2228 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2229
2230         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2231         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2232         (wl-mime-setup): Add its entry.
2233
2234 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2237         (wl-summary-delete-cache): Likewise.
2238         (wl-summary-mark-as-read): Rewrite.
2239
2240 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2241
2242         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2243         `wl-summary-count-unread'.
2244
2245         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2246
2247         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2248
2249 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2250
2251         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2252         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2253         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2254         Renamed to the elmo-msgdb-*-mark.
2255         (wl-summary-score-marks): Follow the change above.
2256         (wl-summary-auto-refile-skip-marks): Ditto.
2257         (wl-summary-incorporate-marks): Ditto.
2258         (wl-summary-expire-reserve-marks): Ditto.
2259
2260         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2261         changes.
2262         (wl-thread-insert-top): Changed updating message.
2263
2264         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2265         variable.
2266         (wl-summary-count-unread): Count answered marks.
2267         (wl-summary-rescan): Call wl-summary-insert-message instead of
2268         wl-summary-append-message-func-internal.
2269         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2270         (wl-summary-prefetch-msg): Follow the variable name changes.
2271         (wl-summary-prefetch-region): Ditto.
2272         (wl-summary-mark-as-read-all): Follow the API changes;
2273         Don't call elmo-folder-replace-marks.
2274         (wl-summary-delete-cache): Follow the variable name changes.
2275         (wl-summary-resume-cache-status): Ditto.
2276         (wl-summary-update-status-marks): New function.
2277         (wl-summary-insert-message): New function.
2278         (wl-summary-sync-marks): Follow the variable name changes.
2279         (wl-summary-sync-update): Synchronize to the msgdb, too;
2280         Changed update messages.
2281         (wl-summary-make-number-list): Rewrite.
2282         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2283         (wl-summary-mark-as-unread): Follow the API changes.
2284         (wl-summary-exec-subr): Follow the variable name changes.
2285         (wl-summary-mark-as-read): Ditto.
2286         (wl-summary-move-spec-plugged-alist): Ditto.
2287         (wl-summary-move-spec-unplugged-alist): Ditto.
2288         (wl-summary-cursor-move-surface): Ditto.
2289
2290         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2291         variable name changes.
2292         (wl-highlight-summary-current-line): Ditto.
2293
2294         * wl-expire.el (wl-expire-refile): Follow the API change in
2295         elmo-folder-move-messages.
2296         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2297         (wl-summary-archive): Use elmo-folder-msgdb instead of
2298         elmo-msgdb-load.
2299
2300 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2301
2302         * wl-mime.el (wl-draft-preview-message): Restore the position
2303         before evaluating wl-draft-send-hook in preview buffer.
2304
2305 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2306
2307         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2308         when it creates new draft buffer.
2309
2310         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2311         without argument.
2312
2313         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2314         Evaluate content and if the value is string, insert it.
2315         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2316         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2317         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2318         wl-draft-config-sub-part-bottom): Use it.
2319
2320         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2321         with the folder name. The question was unintelligible when it is
2322         called from wl-save-status.
2323
2324 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2327         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2328         cannot take second argument).
2329
2330 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2331
2332         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2333         as t. Since type and subtype are not case sensitive (RFC 2045).
2334
2335 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2336
2337         * wl-vars.el (wl-message-mode-line-format): New variable.
2338         (wl-message-mode-line-format-spec-alist): Ditto.
2339         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2340         (wl-message-redisplay): Use wl-message-mode-line-format.
2341
2342 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2343
2344         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2345
2346 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2347
2348         * wl-summary.el (wl-summary-default-from): Write description.
2349
2350 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2351
2352         * wl-vars.el (wl-ldap-objectclass): Abolish.
2353
2354         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2355         (wl-ldap-make-filter): Removed condition for objectclass.
2356         (wl-ldap-make-matched-value-list): Remove meaningless process.
2357         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2358         (wl-address-ldap-search): Don't add `*' to `pat' string;
2359         use ignore-errors; added `email';
2360         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2361         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2362         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2363
2364
2365 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2366
2367         * wl-draft.el (wl-draft-parent-folder): Write description.
2368         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2369
2370 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2371
2372         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2373         as "" (zero-length string) if no parent.
2374         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2375
2376 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2377
2378         * wl-address.el (wl-address-make-completion-list): Skip duplication
2379         checking.
2380         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2381         `append'.
2382
2383 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2384
2385         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2386         instead of `beginning-of-buffer'.
2387
2388 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2391
2392 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2393
2394         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2395         Refer wl-message-buffer-name.
2396         (wl-message-wheel-down): Ditto.
2397
2398 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2399
2400         * wl-vars.el (wl-message-buffer-name): New user option.
2401
2402         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2403         directly instead of making alist dinamically.
2404
2405         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2406         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2407         wl-message-buffer-cache-name.
2408         (wl-message-buffer-cache-clean-up): Ditto.
2409
2410         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2411
2412         * Version number is increased to 2.9.15.
2413
2414 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2415
2416         * wl-vars.el (wl-summary-default-view-alist): New user option.
2417
2418         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2419
2420         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2421         while deleting address.
2422         (wl-draft-delete-myself-from-cc): Ditto.
2423
2424         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2425         If optional argument is specified, reverse sort order.
2426
2427         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2428
2429 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2430
2431         * wl-thread.el (wl-thread-insert-message): Return parent number if
2432         exists.
2433         (wl-thread-update-indent-string-region): Use
2434         wl-thread-update-line-on-buffer-sub instead of
2435         wl-thread-update-line-on-buffer.
2436
2437 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2438
2439         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2440         (wl-folder-close-all): Ditto.
2441
2442 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2443
2444         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2445         and mailing-list:.
2446         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2447         value.
2448         (wl-summary-line-list-info): Print mailing-list name even when 
2449         list-number is empty.
2450
2451 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2452
2453         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2454
2455         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2456         (wl-draft-open-file): Ditto.
2457         (wl-draft-random-alphabet): Ditto.
2458
2459         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2460         bindings.
2461
2462 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2463
2464         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2465         * wl-vars.el (wl-draft-config-alist): Ditto.
2466
2467 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2468
2469         * Version number is increased to 2.9.14.
2470
2471         * wl.el (wl): Don't set wl-init as nil when error occured while
2472         auto-checking folders.
2473
2474         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2475         `elmo-expand-newtext'.
2476
2477 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2480         `this-command' so that `wl-folder-goto-folder' contained in
2481         `wl-summary-keep-cursor-command' work.
2482
2483 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2484
2485         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2486         message buffer displaying state.
2487
2488 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2489
2490         * wl-vars.el (wl-summary-default-view): New variable to specify
2491         default value for `wl-summary-buffer-view' instead of using
2492         set-default.
2493         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2494
2495 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2496
2497         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2498
2499         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2500
2501 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2502
2503         * wl-vars.el (wl-forward-subject-prefix): New variable.
2504         * wl-draft.el (wl-draft-forward): Use it.
2505
2506 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2507
2508         * wl-message.el (wl-message-prev-page): When it is called without
2509         lines argument, scroll down by wl-message-scroll-amount lines.
2510         (wl-message-next-page): Ditto.
2511         * wl-vars.el (wl-message-scroll-amount): Change default value
2512         to preserve current behavior.
2513
2514 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2515
2516         * wl-summary.el (wl-summary-prefetch-msg): Bind
2517         `wl-message-entity' to call `wl-summary-from-function'.
2518
2519 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2520
2521         * wl-message.el (wl-message-buffer-create): Run
2522         wl-message-buffer-created-hook.
2523
2524 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2525
2526         * wl-summary.el (wl-summary-sort-specs): New variable.
2527         (wl-summary-default-sort-spec): Ditto.
2528         (wl-summary-sort): Rewrite.
2529         (wl-summary-sort-by-list-info): New function.
2530
2531 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2532
2533         * wl-summary.el (wl-summary-get-list-info): New function.
2534         (wl-summary-sort): Rewrite.
2535         (wl-summary-line-list-info): Ditto.
2536         (wl-summary-line-list-count): Ditto.
2537         (wl-summary-refile-region): Fixed docstring.
2538
2539 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2542         `wl-folder-entity-hashtb' as completion table.
2543
2544 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2547         only when this command is called interactively; silence the byte-
2548         compiler.
2549
2550 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2551
2552         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2553         active in XEmacs.
2554
2555 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2556
2557         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2558         plural lines.
2559
2560 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2561
2562         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2563         of current line when the cursor is on the header name.
2564         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2565
2566 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2567
2568         * wl-util.el (wl-read-directory-name): Return displayed directory
2569         as the default value also on XEmacs.
2570
2571 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2574         formatting.
2575
2576 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2577
2578         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2579         argument and when it is non-nil, check face property before
2580         highlighting for each line.
2581         (wl-highlight-summary-window): Set it.
2582
2583 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2586         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2587
2588         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2589         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2590         (wl-draft-get-fcc-list): Likewise.
2591
2592 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2593
2594         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2595         (wl-thread-entity-cur): Ditto.
2596         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2597         wl-thread-indent-regexp setting.
2598         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2599
2600         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2601         wl-summary-lazy-highlight.
2602         (wl-summary-display-bottom): Ditto.
2603
2604         * wl-thread.el (wl-thread-open-close): Likewise.
2605
2606         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2607         from and subject;
2608         Bind wl-draft-use-frame;
2609         Enclose with save-window-excursion;
2610         Use wl-draft-create-buffer instead of with-temp-buffer;
2611         Use wl-draft-prepare-edit;
2612         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2613         Use wl-draft-send instead of wl-draft-raw-send.
2614
2615 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2616
2617         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2618         of using wl-from.
2619
2620 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2621
2622         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2623         insert-buffer instead of clone-buffer.
2624         (wl-draft-doing-mime-bcc): New variable.
2625         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2626         infinite loop.
2627         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2628
2629         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2630         (wl-draft-mime-bcc-body): Ditto.
2631
2632         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2633         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2634         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2635         wl-draft-do-mime-bcc.
2636         (wl-draft-mime-bcc-field): New function.
2637         (wl-draft-do-mime-bcc): Ditto.
2638
2639         * wl-address.el (wl-address-complete-header-list): New variable.
2640         (wl-address-complete-header-regexp): Changed default value.
2641
2642         * Version number is increased to 2.9.13.
2643
2644 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2645
2646         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2647         it is differed.
2648
2649 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2652         (wl-summary-line-list-count): Ditto.
2653
2654 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2655
2656         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2657         (wl-nntp-posting-function): New variable.
2658         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2659         `wl-nntp-posting-config-alist'.
2660
2661 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2662
2663         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2664         FLIM.
2665
2666 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2667
2668         * wl-summary.el (wl-summary-target-mark-refile-sub):
2669         Remove a nuisance funcall.
2670
2671 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2672
2673         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2674         as t for `try-completion'.
2675
2676 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl-summary.el (wl-summary-default-from): Use
2679         wl-address-header-extract-address instead of
2680         std11-extract-address-components.
2681         (wl-summary-simple-from): Ditto.
2682         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2683         (wl-summary-insert-headers): Show message.
2684         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2685         for whole line.
2686         (wl-summary-default-from): Revert last change.
2687         (wl-summary-simple-from): Ditto.
2688         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2689         (wl-summary-mark-as-read-region): Follow the change above.
2690         (wl-summary-sync-marks): Ditto.
2691         (wl-summary-target-mark-mark-as-read): Ditto.
2692         (wl-summary-redisplay-internal): Ditto.
2693         (wl-summary-redisplay-no-mime-internal): Ditto.
2694         (wl-summary-redisplay-all-header): Ditto.
2695         (wl-summary-mark-as-read): Removed argument `cached';
2696         Use current cache status to set cache mark.
2697         (wl-summary-redisplay-internal): Follow the change above.
2698         (wl-summary-redisplay-no-mime-internal): Ditto.
2699         (wl-summary-redisplay-all-header): Ditto.
2700
2701         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2702
2703         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2704         Don't call itself recursively (Adviced by Yamaoka-san).
2705
2706 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2707
2708         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2709         bind wl-summary-highlight as nil to avoid error caused by missing
2710         local variables.
2711
2712 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2713
2714         * wl-vars.el (wl-invalid-character-message): New user option.
2715
2716         * wl-util.el (wl-set-string-width): If truncated string-width is
2717         larger than specified width, use `wl-invalid-character-message'.
2718
2719 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2720
2721         * wl-summary.el (wl-summary-prefetch-msg): 
2722         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2723
2724 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-vars.el (wl-summary-check-line-format): New user option.
2727         (wl-summary-line-format-file): Ditto.
2728
2729         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2730         variable.
2731         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2732         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2733         and `wl-summary-view-old-p' to check whether do a rescan or not.
2734         (wl-summary-view-old-p): New function.
2735         (wl-summary-line-format-changed-p): Ditto.
2736         (wl-summary-line-format-save): Ditto.
2737         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2738
2739         * wl-util.el (wl-set-string-width): Avoid using negative number
2740         for make-string.
2741
2742 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2743
2744         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2745         return value.
2746
2747         * wl-util.el (wl-set-string-width): Added optional argument
2748         `padding' (All other related portions are changed).
2749         (wl-line-parse-format): If the first letter of column number is
2750         `0', zero-padding the result (ex: "%05l").
2751
2752         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2753
2754 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2755
2756         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2757         sequential summary view.
2758
2759 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2762         if it doesn't have a -unix version.
2763
2764 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2765
2766         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2767
2768 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2769
2770         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2771         content.
2772         (wl-draft): Follow the change above.
2773
2774         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2775
2776         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2777         and wl-folder-summary-line-format-alist contain %T and %P.
2778
2779         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2780         (wl-summary-mode-line-format): New user option.
2781         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2782         (wl-summary-line-format): Changed default value.
2783         (wl-summary-lazy-highlight): Changed default value.
2784
2785         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2786         change in wl-summary-create-line.
2787         (wl-thread-insert-entity-sub): Ditto.
2788
2789         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2790         (wl-summary-buffer-unread-status): Ditto.
2791         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2792         (wl-summary-buffer-persistent-mark-column): Ditto.
2793         (wl-summary-buffer-mode-line-formatter): Ditto.
2794         (wl-summary-buffer-mode-line): Ditto.
2795         (wl-summary-message-regexp): Abolished.
2796         (All other related portions are changed.)
2797         (wl-summary-detect-mark-position): New function.
2798         (wl-summary-buffer-set-folder): Setup
2799         wl-summary-buffer-mode-line-formatter.
2800         (wl-summary-mode): Setup selective-display;
2801         Setup pre-idle-hook when xemacs.
2802         (wl-summary-update-modeline): Rewrite.
2803         (wl-summary-jump-to-msg): Define as function;
2804         Changed regexp for searching messages.
2805         (wl-summary-message-number): Rewrite.
2806         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2807         Do rescan when old type summary cache.
2808         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2809         (wl-summary-remove-destination): Use '\r' to detect EOL.
2810         (wl-summary-print-destination): Ditto.
2811         (wl-summary-temp-mark): New inline function.
2812         (wl-summary-persistent-mark): Ditto.
2813         (wl-summary-line-number): New function.
2814         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2815         (wl-summary-line-list-count): New function.
2816         (wl-summary-create-line): Added argument persistent-mark.
2817         (All other related portions are changed)
2818         (wl-summary-create-line): Insert '\r'.
2819         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2820         (wl-summary-cursor-move-surface): New inline function.
2821         (wl-summary-prev): Use it.
2822         (wl-summary-next): Ditto.
2823
2824         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
2825         wl-summary-message-regexp.
2826         (wl-highlight-summary): Delete progress message.
2827         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
2828
2829         * Version number is increased to 2.9.12.
2830
2831 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2832
2833         * wl-summary.el (wl-summary-line-subject-minimum-length): New
2834         variable (nil: no minimum).
2835         (wl-summary-line-subject): Add some spaces after subject by
2836         wl-summary-line-subject-minimum-length.
2837
2838 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2839
2840         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
2841         and removed `F'.
2842         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
2843         change above).
2844
2845 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2846
2847         * wl-summary.el (wl-summary-line-list-count): Reverted.
2848         (example setting in samples/*/dot.wl is also updated)
2849
2850 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
2851
2852         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
2853
2854         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
2855
2856         * wl-vars.el (wl-summary-line-format): Addes some description to the
2857         docstring.
2858
2859         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
2860         (wl-summary-line-close-bracket): Ditto.
2861         (wl-summary-line-children-number): Ditto.
2862         (wl-summary-line-thread-indent): Ditto.
2863         (wl-summary-line-children-and-from): Ditto.
2864
2865         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
2866         't', 'c', 'F' and added 'C'.
2867
2868         * wl-util.el (wl-set-string-width): Accept negative value.
2869         (wl-line-parse-format): Added "%number(" and "%)".
2870
2871 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2872
2873         * wl-summary.el (wl-summary-line-list-count): Change format of the
2874         return value.
2875
2876 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
2877
2878         * wl-draft.el (wl-draft-beginning-of-line): New command imported
2879         from the recent message.el.
2880         (wl-draft-point-in-header-p): Ditto.
2881         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
2882         wl-draft-beginning-of-line.
2883         * wl-e21.el (wl-draft-mode-map): Ditto.
2884         * wl-xmas.el (wl-draft-mode-map): Ditto.
2885
2886         * wl-folder.el: Sort macrodefs by dependencies.
2887
2888 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2889
2890         * wl-summary.el (wl-summary-prev): Fixed regexp.
2891         (wl-summary-next): Ditto.
2892
2893 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2894
2895         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
2896
2897 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2898
2899         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
2900         for backward compatibility.
2901
2902 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2903
2904         * wl-summary.el (wl-summary-line-list-count): New function, merged
2905         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
2906         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
2907         list counts.
2908
2909 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
2910
2911         * wl-summary.el (wl-summary-create-line): Ignore errors while
2912         timezone-fix-time.
2913
2914         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
2915
2916         * wl-summary.el (wl-summary-sync-update): Ditto.
2917         (wl-summary-default-from): Use wl-message-entity
2918         instead of entity.
2919
2920         * wl-summary.el (wl-summary-create-line): Fix.
2921
2922         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
2923         (wl-summary-line-format): New user option.
2924         (wl-folder-summary-line-format-alist): Ditto.
2925         (wl-summary-from-width): Abolished.
2926
2927         * wl-util.el (toplevel): Require 'bytecomp.
2928         (wl-line-parse-format): New function.
2929         (wl-line-formatter-setup): New macro.
2930
2931         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
2932         (wl-summary-buffer-line-formatter): New buffer local variable.
2933         (wl-summary-switch-to-clone-buffer): Follow the change above.
2934         (wl-summary-message-regexp): Fix.
2935         (wl-summary-from-func-internal): Abolished.
2936         (wl-summary-subject-func-internal): Ditto.
2937         (wl-summary-subject-filter-func-internal): Ditto.
2938         (All other related portions are changed.)
2939         (wl-summary-buffer-set-folder):
2940         Set up wl-summary-buffer-number-column and 
2941         wl-summary-buffer-line-formatter
2942         (All other related portions are changed.)
2943         (wl-summary-buffer-number-column-detect): Abolished.
2944         (All other related portions are changed.)
2945         (wl-summary-delete-all-status-marks-on-buffer): Removed.
2946         (wl-summary-delete-all-temp-marks-on-buffer): Use
2947         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
2948         (wl-summary-target-mark-delete): Ditto.
2949         (wl-summary-target-mark-refile-subr): Ditto.
2950         (wl-summary-target-mark-mark-as-read): Ditto.
2951         (wl-summary-target-mark-mark-as-unread): Ditto.
2952         (wl-summary-target-mark-mark-as-important): Ditto.
2953         (wl-summary-target-mark-save): Ditto.
2954         (wl-summary-replace-status-marks): Renamed from
2955         wl-summary-set-status-marks-on-buffer;
2956         Use wl-summary-message-regexp instead of
2957         wl-summary-buffer-number-regexp.
2958         (wl-summary-sync-update): Follow the change above.
2959         (wl-summary-goto-previous-message-beginning): New function.
2960         (wl-summary-mark-as-unread): Use it.
2961         (wl-summary-mark-as-important): Ditto.
2962         (wl-summary-line-formatter): New variable.
2963         (wl-summary-line-year): New function.
2964         (wl-summary-line-day): Ditto.
2965         (wl-summary-line-day-of-week): Ditto.
2966         (wl-summary-line-hour): Ditto.
2967         (wl-summary-line-minute): Ditto.
2968         (wl-summary-line-open-bracket): Ditto.
2969         (wl-summary-line-close-bracket): Ditto.
2970         (wl-summary-line-children-number): Ditto.
2971         (wl-summary-line-thread-indent): Ditto.
2972         (wl-summary-line-size): Ditto.
2973         (wl-summary-line-subject): Ditto.
2974         (wl-summary-line-from): Ditto.
2975         (wl-summary-line-children-and-from): Ditto.
2976         (wl-summary-create-line): Rewritten.
2977         (wl-summary-format-date): Abolished.
2978
2979         * wl-highlight.el (wl-highlight-summary-current-line): Use
2980         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
2981         Use thread structure to detect thread top message.
2982
2983         * wl-draft.el (wl-default-draft-cite): Don't use
2984         wl-summary-from-func-internal.
2985
2986         * wl-refile.el (wl-refile-subject-learn): Don't use
2987         wl-summary-subject-filter-func-internal.
2988         (wl-refile-guess-by-subject): Ditto.
2989
2990         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
2991         parameters.
2992
2993         * wl-thread.el (wl-thread-update-indent-string-region):
2994         Use wl-thread-update-line-on-buffer instead of
2995         wl-thread-update-indent-string.
2996         (wl-thread-update-children-number): Redefine using
2997         wl-thread-update-line-on-buffer.
2998         (wl-thread-update-indent-string): Abolished.
2999
3000         * Version number is increased to 2.9.11.
3001
3002 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3003
3004         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3005         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3006         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3007
3008         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3009         as nil.
3010
3011         * wl-thread.el (wl-thread-open-all-unread): Use 
3012         elmo-folder-list-messages-mark-match.
3013         (wl-thread-insert-message): Removed argument `mark-alist'.
3014         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3015         elmo-msgdb-set-mark.
3016         (wl-thread-get-children-msgs-uncached): Likewise.
3017         (wl-thread-get-exist-children): Added argument include-self.
3018         (wl-thread-delete-message): Follow the change above.
3019
3020         * wl-summary.el (wl-summary-count-unread): Removed argument.
3021         (wl-summary-rescan): Follow the change above.
3022         (wl-summary-mark-as-read-region): Ditto
3023         (wl-summary-mark-as-unread-region): Ditto.
3024         (wl-summary-delete-messages-on-buffer): Ditto.
3025         (wl-summary-sync-update): Ditto.
3026         (wl-summary-switch-to-clone-buffer): Ditto.
3027         (wl-summary-goto-folder-subr): Ditto.
3028         (wl-summary-target-mark-mark-as-read): Ditto.
3029         (wl-summary-target-mark-mark-as-unread): Ditto.
3030         (wl-summary-target-mark-mark-as-important): Ditto.
3031         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3032         (wl-summary-update-thread): Removed argument `mark-alist'.
3033         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3034         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3035         (wl-summary-resume-cache-status): Likewise.
3036         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3037         elmo-msgdb-set-mark.
3038         (wl-summary-mark-as-read-all): Likewise.
3039         (wl-summary-delete-cache): Ditto.
3040         (wl-summary-auto-select-msg-p): Ditto.
3041         (wl-summary-mark-as-unread): Ditto.
3042         (wl-summary-no-auto-refile-message-p): Ditto.
3043         (wl-summary-mark-as-read): Ditto.
3044         (wl-summary-mark-as-important): Ditto.
3045         (wl-summary-auto-refile): Follow the change above.
3046         (wl-summary-delete-all-marks): Removed.
3047         (wl-summary-resume-marks-and-highlight): Ditto.
3048         (wl-summary-resume-marks): Ditto.
3049         (wl-summary-delete-important-msgs-from-list): Ditto.
3050         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3051
3052         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3053         wl-summary-count-unread.
3054
3055         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3056         (wl-summary-score-update-all-lines): Use
3057         elmo-msgdb-set-mark.
3058
3059 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3060
3061         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3062         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3063         (wl-summary-create-line): Renamed from
3064         wl-summary-overview-create-summary-line;
3065         Argument rearrangement.
3066         (wl-summary-update-thread): Follow the change above.
3067
3068         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3069         (wl-thread-insert-entity-sub): Likewise.
3070
3071         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3072         argument `overview', `mark-alist' and added `msgdb'.
3073
3074         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3075
3076         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3077         (wl-summary-rescan): Follow the change above.
3078         (wl-summary-sync-update): Ditto.
3079         (wl-summary-insert-thread-entity): Ditto;
3080         Don't use `let*' in every while loop;
3081         Detect infinite loop of threads.
3082         (wl-summary-update-thread): Removed argument `overview'.
3083
3084         * wl-thread.el (wl-thread-insert-message): Ditto.
3085
3086         * Version number is increased to 2.9.10.
3087
3088         * wl-message.el (wl-message-redisplay): Ignore errors while
3089         wl-message-redisplay-hook.
3090
3091 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3092
3093         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3094
3095 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3096
3097         * wl.el (wl): inhibit-quit while wl-folder.
3098
3099 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3100
3101         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3102         while msgdb access.
3103
3104 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3105
3106         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3107         even if no folder is not created.
3108
3109 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3110
3111         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3112
3113         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3114         implementation.
3115         (wl-summary-target-mark-thread): Ditto.
3116
3117         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3118
3119 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3120
3121         * wl-util.el (wl-display-bytes): Remove unused function.
3122
3123 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3124
3125         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3126         seems critical one (partially reverse the change in 2002/03/17).
3127
3128 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3129
3130         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3131         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3132
3133 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3134
3135         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3136         is not writable.
3137         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3138         plugged status instead of `'force' as 2nd argument.
3139
3140         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3141         is not creatable.
3142
3143         * Version number is increased to 2.9.9.
3144
3145 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3146
3147         * wl-summary.el (wl-summary-suspend): New function.
3148
3149 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3150
3151         * wl.el (wl): Do not check variables if check is nil.
3152         * wl-utils.el (wl-collect-draft): New function.
3153         * wl-folder.el (wl-folder-suspend): Put summary buffers
3154         and draft buffers at the end of buffer list.
3155         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3156
3157 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3158
3159         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3160         loop instead of recursive call.
3161
3162         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3163         2nd argument.
3164
3165 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3166
3167         * wl-draft.el (wl-draft-create-contents): Don't take neither
3168         (function . args) nor (string . something) any more.
3169
3170         * wl-version.el (wl-generate-user-agent-string): Return string
3171         without header symbol.
3172         * wl-draft.el (wl-draft-default-headers): Use it.
3173
3174         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3175         `wl-draft-insert-ccs' and return field value instead of inserting
3176         the header. Abolish cc argument.
3177         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3178
3179         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3180         rather than one with string car.
3181
3182         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3183         * wl-draft.el (wl-draft-create-contents): Add it after the default
3184         headers.
3185
3186         * wl-draft.el (wl-draft-create-contents): For the case of
3187         (symbol-or-string . function) insert header only when the function
3188         returns string value.
3189
3190 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3191
3192         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3193         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3194
3195 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3196
3197         * wl.el (wl-check-environment): Don't check Message-ID when
3198         `wl-insert-message-id' is nil.
3199         Revive checking if `wl-message-id-domain' contains "@".
3200
3201 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3202
3203         * wl.el (wl-check-environment): Merge examination for "@" at
3204         inappropriate position into the first string-match.
3205
3206         * wl-summary.el (wl-summary-target-mark-print): New function.
3207         (wl-summary-pipe-message-subr): Extracted from
3208         `wl-summary-pipe-message'.
3209         (wl-summary-target-mark-pipe): New function.
3210         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3211         `wl-summary-target-mark-pipe'.
3212
3213 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3214
3215         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3216
3217 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3218
3219         * wl.el (wl-check-environment): Use elmo-warning instead of
3220         error for non-critical ones.
3221         Remove trash folder check.
3222         (wl): Don't ignore error in wl-check-environment.
3223
3224         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3225         check, which is moved from `wl-check-environment'.
3226         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3227
3228 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3229
3230         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3231         guess anything, call wl-summary-write.
3232         (wl-summary-write): Create draft with blank To field.
3233         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3234
3235 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3236
3237         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3238         argument full as well for wl-folder-write-current-folder.
3239         If wl-*-write-current-folder cannot guess addressee, add blank
3240         To header.
3241         Rewrite condition for positioning cursor.
3242
3243 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3244
3245         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3246         summary buffer is present, use it.
3247         (wl-folder-jump-to-previous-summary): Ditto.
3248
3249 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3250
3251         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3252
3253         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3254         wl-summary-previous-buffer and wl-summary-next-buffer.
3255
3256         * wl-folder.el (wl-folder-mode-map): Bind
3257         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3258         (wl-folder-jump-to-next-summary): New function.
3259         (wl-folder-jump-to-previous-summary): Ditto.
3260
3261         * wl-draft.el (wl-draft): Rearranged.
3262
3263 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3264
3265         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3266         of header.
3267         (wl-draft): Collect arguments for the header as header-alist.
3268         (wl-draft-forward): Arrange arguments for wl-draft.
3269         (wl-draft-reply): Ditto.
3270         (wl-draft-edit-string): Ditto.
3271         * wl-summary.el (wl-summary-write): Ditto.
3272         (wl-summary-write-current-folder): Ditto.
3273
3274         * Version number is increased to 2.9.8.
3275
3276 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3277
3278         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3279
3280         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3281
3282         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3283         even if the guess failed.
3284
3285         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3286         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3287         wl-summary-write-current-folder.
3288         * wl-xmas.el: Ditto.
3289
3290 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-summary.el (wl-summary-next-page): Force display message if
3293         message is not displayed yet.
3294         (wl-summary-prev-page): Ditto.
3295
3296 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3297
3298         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3299
3300 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3301
3302         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3303         add "Preview Message" and "Save Draft and Exit".
3304
3305 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3306
3307         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3308         if addrmgr is called from draft in splitted window.
3309
3310         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3311         * wl-mule.el: Ditto.
3312         * wl-xmas.el: Ditto.
3313
3314 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3315
3316         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3317
3318         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3319         * wl-xmas.el (wl-folder-toolbar): Ditto.
3320
3321 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3322
3323         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3324         and wl-draft-save-and-exit.
3325         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3326         * wl-xmas.el: Ditto.
3327         * wl-mule.el: Ditto.
3328
3329         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3330         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3331
3332 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3335         lists for saving buffer.
3336
3337 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3338
3339         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3340         parent-folder argument instead of it.
3341         (wl-draft-create-buffer): Ditto.
3342         (wl-draft-forward): Ditto.
3343         (wl-draft-reply): Ditto.
3344         * wl-summary.el (wl-summary-write): Ditto.
3345         (wl-summary-write-current-folder): Ditto.
3346
3347         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3348         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3349         Folder buffer after composing.
3350
3351 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3354         header if the file `wl-x-face-file' already contains it.
3355
3356 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3357
3358         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3359         folder" entry.
3360         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3361         * wl-e21.el (wl-folder-toolbar): Ditto.
3362         * wl-xmas.el (wl-folder-toolbar): Ditto.
3363
3364 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3365
3366         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3367         wl-folder-goto-folder with sticky argument.
3368         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3369
3370 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3371
3372         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3373         and wl-summary-previous-buffer.
3374         (wl-summary-next-buffer): New function.
3375         (wl-summary-previous-buffer): Ditto.
3376
3377 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3378
3379         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3380         wl-folder-jump-to-current-entity-with-arg.
3381         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3382         `wl-folder-jump-to-current-entity'.
3383         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3384         `wl-summary-goto-folder-sticky'.
3385         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3386         `wl-summary-goto-folder'.
3387         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3388         Unless force-exit, do not clean temp. marks for sticky summary.
3389         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3390
3391 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3392
3393         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3394         not entire.
3395
3396 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3399         to `C-x C-s'.
3400         (wl-summary-save-status): New command.
3401         (wl-summary-exit): Don't clean-up temp marks when sticky.
3402         (Applied patch from Nakayama-san [wl: 09548])
3403         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3404         Do nothing when no mark data.
3405         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3406         Call `wl-summary-delete-all-temp-marks' before saving.
3407
3408 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3409
3410         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3411
3412 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3413
3414         * wl.el (wl-check-environment): Also cause error when (system-name)
3415         returns "localhost.localdomain". (Although it doesn't affect because
3416         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3417
3418 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3419
3420         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3421         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3422
3423         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3424         value.
3425
3426 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3429         Likewise r-cc-list and r-ng-list.
3430
3431 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3432
3433         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3434         only if it is bound as variable.
3435
3436         * wl-mime.el (wl-draft-preview-message): Ditto.
3437
3438 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3441         needless `goto-char'.
3442
3443         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3444         `wl-summary-redisplay-no-mime-internal' instead of
3445         `wl-summary-redisplay-no-mime'.
3446         (wl-summary-redisplay-no-mime): Changed argument;
3447         Call `wl-summary-redisplay-no-mime-internal'.
3448
3449         * wl-mime.el (wl-draft-preview-message): Bind
3450         `mime-header-encode-method-alist' locally.
3451
3452         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3453         (wl-draft-std11-parse-addresses): Added the first address check.
3454         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3455
3456         * Version number is increased to 2.9.7.
3457
3458 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3459
3460         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3461
3462 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3463
3464         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3465         related to scrollbar support, if there is no such a feature
3466         compiled in.
3467
3468 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3469
3470         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3471         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3472         for prefetch.
3473
3474 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3475
3476         * wl-summary.el (wl-summary-pick): Fix for no match.
3477
3478 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3479
3480         * wl-draft.el (wl-draft-save):
3481         Override `mime-header-encode-method-alist'.
3482
3483 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3484
3485         * wl-folder.el (wl-folder-pick): New function.
3486         Define key as "?".
3487
3488 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3489
3490         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3491         Fix for unplugged.
3492
3493 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3494
3495         * wl-folder.el (wl-folder-virtual): New function.
3496         Define key as "V".
3497
3498 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3499
3500         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3501         multi folder if entity is group.
3502
3503 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3504
3505         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3506         is nil.
3507
3508 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3509
3510         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3511         (wl-summary-target-mark-msgs): Return the number of marked messages.
3512
3513 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3514
3515         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3516         "first:" is specified.
3517
3518 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3519
3520         * wl-vars.el (wl-from): Use return value of function
3521         user-full-name instead of the variable user-full-name since
3522         XEmacs-20.4 doesn't set this variable.
3523
3524 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3525
3526         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3527         call `wl' directly.
3528
3529 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3530
3531         * wl-draft.el (wl-draft-reedit): Removed duplicated
3532         switch-to-buffers.
3533
3534 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * wl.el (wl-other-frame): Removed garbages.
3537
3538 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3539
3540         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3541
3542         * wl-xmas.el (wl-draft-key-setup): Ditto.
3543
3544         * wl-mule.el (wl-draft-key-setup): Ditto.
3545
3546         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3547         (wl-draft-reedit): Ditto.
3548         (wl-draft-prepare-edit): Add `wl-draft-save' to
3549         `local-write-file-hooks'.
3550         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3551         (wl-draft-reedit): Set buffer-file-name.
3552         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3553
3554
3555         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3556         call it.
3557         (wl-delete-startup-frame-function): New variable.
3558         (wl-other-frame): New function
3559         (Original was written by Yamaoka san [wl: 09239]).
3560
3561         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3562         if `wl-folder-use-frame'.
3563
3564 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3565
3566         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3567
3568 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3569
3570         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3571         New variable.
3572         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3573         (wl-message-buffer-prefetch-get-next): Use them.
3574         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3575
3576 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3579         with unwind-protect.
3580
3581         * wl-draft.el (wl-draft-reedit): Rewrite.
3582         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3583         (wl-draft-save): Insert header separator if it does not exist;
3584         Removed condition-case.
3585
3586         * wl-summary.el (wl-summary-reedit): Revert last change.
3587
3588         * wl-draft.el (wl-draft-save): Rewrite.
3589         (wl-draft-create-buffer): Set buffer-file-name as nil.
3590
3591         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3592
3593         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3594
3595         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3596         nil.
3597
3598 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3599
3600         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3601         If count is nil, do not prefetch.
3602         (wl-message-buffer-prefetch-next): Next.
3603
3604 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3605
3606         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3607
3608 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3609
3610         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3611         `delete-backward-char'
3612         (wl-draft-prepare-edit): Check major-mode.
3613         (wl-draft-decode-header): Rewrite.
3614         (wl-draft): Fix.
3615
3616 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3617
3618         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3619
3620 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3621
3622         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3623         (wl-message-buffer-prefetch-get-next): Remove size checking.
3624         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3625
3626 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3627
3628         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3629         (wl-draft-default-headers): Fix.
3630
3631 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3632
3633         * wl-draft.el (wl-draft-default-headers): Insert return value of
3634         `wl-generate-mailer-string-function'.
3635
3636 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3637
3638         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3639         (wl-draft-insert-mail-header-separator): Ditto.
3640
3641         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3642         again (Reverted the change on 2002-01-17 by OKADA san).
3643
3644 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3645
3646         * wl-draft.el (wl-draft): Rewrite.
3647         (wl-draft-create-buffer): New function.
3648         (wl-draft-create-contents): Ditto.
3649         (wl-draft-prepare-edit): Ditto.
3650         (wl-draft-decode-header): Ditto.
3651         (wl-draft-decode-body): Ditto.
3652         (wl-draft-check-new-line): Ditto.
3653         (wl-draft-default-headers): Ditto.
3654         (wl-draft-insert-mail-header-separator): Ditto.
3655
3656 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3657
3658         * Version number is increased to 2.9.6.
3659
3660 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3661
3662         * wl-draft.el (wl-draft-delete-field): Optional argument.
3663         (wl-draft-delete-fields): Ditto.
3664
3665 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3666
3667         * wl-message.el (toplevel): Eliminated byte-compile warning.
3668         for `itimer-function', `delete-timer' and `itimer-list'.
3669
3670 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3671
3672         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3673         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3674         `wl-message-buffer-prefetch-threshold'.
3675         * wl-summary.el (wl-summary-redisplay-internal): Remove
3676         the check of `wl-message-buffer-prefetch-depth'.
3677
3678 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3679
3680         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3681         size of article.
3682         (wl-message-buffer-prefetch-subr): Remove size check.
3683
3684 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3685
3686         * wl-vars.el (wl-plugged): Make customizable.
3687
3688 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3689
3690         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3691         (wl-message-buffer-prefetch-set-timer): New function.
3692         (wl-message-buffer-prefetch-get-next): New function.
3693         (wl-message-buffer-prefetch): New function.
3694         (wl-message-buffer-prefetch-next): Rewrite.
3695         (wl-message-buffer-prefetch-subr): Rewrite.
3696         * wl-vars.el (wl-auto-prefetch-first): New variable.
3697         * wl-summary.el (wl-summary-goto-folder-subr): Call
3698         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3699
3700 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3701
3702         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3703         `wl-summary-unread-message-hook'.
3704
3705 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3706
3707         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3708         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3709         if range is `cache-status'.
3710
3711 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3712
3713         * wl-message.el (wl-message-buffer-prefetch-subr):
3714         Improve debug message.
3715
3716 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3717
3718         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3719         `wl-mail-send-pre-hook'.
3720         (wl-draft-send-mail-with-qmail): Ditto.
3721         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3722
3723 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3724
3725         * wl-message.el (wl-message-buffer-prefetch-subr):
3726         Fix for cancel-function-timers bug.
3727         (wl-message-buffer-prefetch-debug): Default value is t.
3728
3729 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3730
3731         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3732         (wl-message-buffer-prefetch-subr): Rewrite.
3733         Rename from `wl-message-buffer-prefetch'.
3734
3735 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3736
3737         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3738         (wl-default-draft-cite-decorate-author): Ditto.
3739
3740         * wl-draft.el (wl-draft-cite-function): Removed.
3741         (wl-default-draft-cite-decorate-author): Ditto.
3742
3743 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3746         (wl-default-draft-cite): Do not arrange author name if the value of
3747         `wl-default-draft-cite-decorate-author' is nil.
3748
3749 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3752
3753         * wl-folder.el (wl-folder-check-one-entity): Don't care
3754         `elmo-folder-use-flag-p'.
3755
3756 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3757
3758         * wl-folder (wl-folder-check-one-entity): Fix
3759         problem if unread is nil.
3760
3761 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3762
3763         * wl-address.el (wl-address-make-completion-list): Check whether
3764         the address is a group list.
3765         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3766
3767 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3768
3769         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3770         The number of the messages of new and unread does not count
3771         correctly.
3772
3773         * wl-summary.el (wl-summary-count-unread): Changed to return
3774         `(new . unread)' instead of total.
3775         (wl-summary-sync-update): Follow the change above.
3776
3777         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3778
3779 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3780
3781         * wl-address.el (wl-address-make-completion-list): Do not enclose
3782         address by " <" and ">" if associated realname is "".
3783         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3784         This is against the promblem with group list in .addresses pointed
3785         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3786
3787 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3788
3789         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3790         message is a format control string.
3791         * wl-expire.el (wl-expire-append-log): Ditto.
3792         * wl-mime.el (wl-summary-burst-subr): Ditto.
3793         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3794         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3795
3796 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3797
3798         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3799         wl.el (wl-check-variables): Rename from `wl-check-type'.
3800         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3801         (wl-check-variables-2): New function.
3802         (wl): Call `wl-check-variables-2'.
3803
3804 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3805
3806         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3807         after renaming folder in access group.
3808
3809 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3810
3811         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3812         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3813         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3814         (wl-message-buffer-prefetch): Rewrite.
3815         (wl-message-buffer-prefetch-idle-time): Removed.
3816         * wl-summary.el (wl-summary-redisplay-internal):
3817         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3818         Error check for `wl-message-buffer-prefetch-depht'.
3819
3820 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3821
3822         * Version number is increased to 2.9.5.
3823         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
3824
3825 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3826
3827         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
3828         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
3829         Based on the patch written by
3830         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3831
3832 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
3833
3834         * wl-draft.el (wl-draft-raw-send): Fix for
3835         `wl-news-send-pre-hook'
3836
3837 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3838
3839         * wl-utils.el (wl-message-id-function): New variable.
3840         * wl-draft.el (wl-draft-insert-required-fields):
3841         Use `wl-message-id-function'.
3842
3843 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3844
3845         * wl-vars.el (wl-message-id-use-wl-from): New variable.
3846         * wl-utils.el (wl-draft-make-message-id-string):
3847         Use `wl-from' for domain part of Message-ID
3848         if `wl-message-id-use-wl-from' if non-nil.
3849         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
3850
3851 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3852
3853         * wl.el (wl): Call `wl-check-type'
3854         Do not 'condition-case'.
3855
3856 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3857
3858         * wl.el (wl-check-type): New function.
3859         (wl-check-type-variables): New variable.
3860
3861 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3862
3863         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
3864
3865 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3866
3867         * wl-draft.el (wl-smtp-password-key): New function.
3868         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
3869         (wl-draft-send-mail-with-smtp): Ditto.
3870         (wl-draft-send-mail-with-pop-before-smtp): Fix.
3871
3872 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
3873
3874         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
3875         * wl-utils.el (wl-unique-id-suffix): Remove.
3876
3877 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
3878
3879         * Version number is increased to 2.9.4.
3880
3881 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
3882
3883         * wl-utils.el (wl-unique-id-suffix): New variable.
3884         (wl-unique-id): Use `wl-unique-id-suffix'
3885
3886 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3887
3888         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
3889         instead of `elmo-msgdb-search'.
3890
3891         * Version number is increased to 2.9.3.
3892
3893 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
3894
3895         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
3896
3897 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
3898
3899         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
3900         (wl-draft-dispatch-message): Changed for send-later.
3901         (wl-draft-queue-flush): Ditto.
3902         (wl-draft): Clear `wl-sent-message-queued'.
3903         (wl-draft-reedit): Ditto.
3904         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
3905         * wl-vars.el (wl-draft-force-queuing): New variable.
3906         (wl-draft-force-queuing-mail): New variable.
3907         (wl-draft-force-queuing-news): New variable.
3908
3909 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-draft.el (wl-draft-hide): Removed `interactive'.
3912         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
3913
3914 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * Version number is increased to 2.9.2.
3917
3918 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * wl-draft.el (wl-draft-elide-region): New user command.
3921         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
3922
3923         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
3924         command `wl-draft-elide-region'.
3925         * wl-mule.el: Ditto.
3926         * wl-xmas.el: Ditto.
3927
3928 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
3929
3930         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
3931         (wl-biff-check-folder-async): Removed needless let.
3932
3933 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
3934
3935         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
3936         wl-folder-get-elmo-folder.
3937         (wl-biff-check-folder): Set `biff' argument of
3938         `wl-folder-check-one-entity'.
3939         (wl-biff-check-folder-async): Setup `biff' slot of folder.
3940
3941         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
3942         (wl-folder-check-one-entity): Added `biff' argument;
3943         Setup `biff' slot of folder.
3944
3945         * Version number is increased to 2.9.1.
3946
3947 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
3950         comment out and fixed.
3951         (wl-fldmgr-add-completion-subr): Ditto.
3952
3953         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
3954         and msgdb.
3955
3956         * wl.el (wl-toggle-plugged): Save summary view.
3957
3958 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
3959
3960         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
3961
3962 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3963
3964         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
3965
3966 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * wl-e21.el (wl-e21-toolbar-configurations): Replace
3969         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
3970         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
3971
3972         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
3973         if it was failed.
3974         (wl-demo): Disable undo in the demo buffer.
3975
3976 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
3977
3978         * wl-version.el (wl-version): Changed codename.
3979
3980         * Version number is increased to 2.9.0.
3981
3982 2001-12-14  Takuo KITAME <kitame@northeye.org>
3983
3984         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
3985         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
3986         (wl-folder-mark-as-read-all-current-entity): Ditto.
3987
3988 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3989
3990         * wl-vars.el (wl-from-width): Define as obsolete variable.
3991         (wl-subject-length-limit): Ditto.
3992
3993         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
3994
3995         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
3996         wl-summary-save-view.
3997
3998         * wl.el (wl-save-status): Ditto.
3999         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4000
4001         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4002         (wl-summary-exit): Follow the change above.
4003         (wl-summary-goto-folder-subr): Ditto.
4004
4005         * wl-folder.el (wl-folder-create-subr): Don't use
4006         `elmo-folder-creatable-p'.
4007
4008 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4009
4010         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4011
4012 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4015         rather than bitmap on Emacs 21.
4016         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4017         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4018         for xbm if the new redisplay engine is not available.
4019
4020 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4021
4022         * wl-folder.el (wl-folder-init-hook): New hook.
4023         (wl-folder-init): Run `wl-folder-init-hook'.
4024
4025 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4028
4029 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4030
4031         * wl-acap.el (wl-acap-cache-filename): New variable.
4032         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4033         (wl-acap-init): Use cache if no ACAP server found.
4034
4035 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4036
4037         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4038         `wl-acap-original-msgdb-dir'.
4039
4040         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4041         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4042
4043         * wl-mime.el (wl-mime-save-directory): Renamed from
4044         `wl-mime-save-dir'.
4045
4046 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4049
4050         * wl-demo.el: Require `path-util'.
4051         (wl-demo-bitmap-mule-available-p): New internal variable.
4052         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4053         `module-installed-p' instead.
4054         (wl-demo-insert-image): Use *.img file for a bitmap image.
4055         (wl-demo): Don't call the ascii demo recursively.
4056
4057 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4058
4059         * Version number is increased to 2.7.7.
4060
4061 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4062
4063         * wl.el (wl-exit): Eliminated byte-compile warning.
4064
4065 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4066
4067         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4068         obsolete variable using `elmo-define-obsolete-variable'.
4069         (wl-fetch-confirm-threshold): Ditto.
4070         (wl-cache-prefetch-folder-type-list): Ditto.
4071         (wl-cache-prefetch-folder-list): Ditto.
4072
4073 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4076         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4077         (wl-demo-insert-image): New function.
4078         (wl-demo-insert-text): New function.
4079         (wl-demo-image-type-alist): Redefine as a function.
4080         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4081         (wl-demo-with-temp-file-buffer): Removed.
4082         (wl-logo-xpm): Removed.
4083         (wl-logo-xbm): Removed.
4084         (wl-logo-bitmap): Removed.
4085
4086 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4087
4088         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4089         (wl-expire-localdir-get-folder-function): New user option.
4090         (wl-expire-localdir-get-folder): New function.
4091         (wl-expire-localdir-date): Ditto.
4092
4093 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4094
4095         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4096         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4097         Fixed unread number mismatch when all-unread < unread.
4098
4099 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4100
4101         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4102         (wl-fetch-confirm-threshold): Ditto.
4103
4104         * wl-summary.el (wl-summary-confirm-appends): Removed.
4105         (wl-summary-sync-update): Don't refer
4106         `wl-summary-update-confirm-threshold' (It is now abolished).
4107
4108         * wl-message.el (wl-message-display-internal): Don't refer
4109         `wl-fetch-confirm-threshold' (It is now abolished).
4110
4111 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4114
4115 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4116
4117         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4118         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4119         Change default value to nil.
4120         (wl-summary-indent-length-limit): The value can be nil, nil means
4121         unlimited.
4122
4123         * wl-summary.el: Don't set limit for indent length if the value of
4124         wl-summary-indent-length-limit is nil.
4125         If the value of wl-summary-width is nil, it means only that the width
4126         of summary is unlimited (nil doesn't mean that the indent length is
4127         unlimited).
4128
4129         * wl-thread.el: Ditto.
4130
4131 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4132
4133         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4134         be nil, nil means never confirm.
4135         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4136
4137 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4140         means unlimited).
4141
4142 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4143
4144         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4145         Use `with-temp-buffer'.
4146
4147 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4150         with new backquote style).
4151         (wl-folder-get-entity-from-buffer): Ditto.
4152
4153 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4154
4155         * wl-version.el (nemacs-version): Eliminated.
4156         (wl-extended-emacs-version2): Ignore nemacs.
4157         (wl-extended-emacs-version3): Ditto.
4158
4159 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4160
4161         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4162         (wl-draft-add-in-reply-to): New variable.
4163         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4164         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4165         (wl-draft-yank-from-mail-reply-buffer): Use
4166         `wl-draft-add-in-reply-to'.
4167         (wl-draft-insert-current-message): Ditto.
4168
4169 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4170
4171         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4172         typo (kill->hide).
4173         (wl-message-buffer-prefetch-folder-type-list): Added elements
4174         `mark' and `cache' instead of `internal'.
4175
4176 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4177
4178         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4179         resume msgdb directory.
4180
4181 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4182
4183         * wl.el (wl-exit): Call `wl-acap-exit'.
4184
4185         * wl-summary.el (wl-summary-message-string): New function.
4186         (wl-summary-reedit): Use it.
4187         (wl-summary-resend-bounced-mail): Remove needless let.
4188         (wl-summary-supersedes-message): Ditto.
4189         (wl-summary-save): Ditto.
4190
4191         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4192         (wl-acap-init): Set it.
4193         (wl-acap-exit): New function.
4194
4195 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4196
4197         * wl.el (wl-init): Revert (require 'mime-setup). move from
4198         toplevel.
4199
4200 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4201
4202         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4203         local variables.  Add error when guess function return invalid
4204         value.
4205
4206 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4207
4208         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4209         Change local variable name.
4210         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4211         (wl-folder-get-newsgroups): Return nil when non-news folder.
4212         * wl-summary.el (wl-summary-write-current-folder): State through
4213         when guess-list return nil.
4214         (wl-summary-write-current-folder-functions): Fixed docstring.
4215
4216         * wl.el (wl-exit): Changed confirm message.
4217
4218         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4219         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4220
4221         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4222
4223 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4224
4225         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4226         user option (Renamed from wl-cache-prefetch-folder-type-list).
4227         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4228         from wl-cache-prefetch-folder-list).
4229
4230         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4231         Move to wl-vars.el.
4232         (wl-message-buffer-prefetch-p): Changed to enable
4233         `wl-message-buffer-prefetch-folder-list'.
4234
4235         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4236         `ignore-cache'.
4237
4238 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4239
4240         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4241         `part-top' and `part-bottom'.
4242         (wl-draft-config-sub-part-top): New function.
4243         (wl-draft-config-sub-part-bottom): New function.
4244
4245 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4246
4247         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4248
4249 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4250
4251         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4252
4253 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4254
4255         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4256
4257         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4258         (wl-summary-write-current-folder): Ditto.
4259
4260 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4261
4262         * wl-folder.el (wl-folder-get-newsgroups): Use
4263         `elmo-folder-newsgroups'.
4264
4265 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4266
4267         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4268         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4269         `wl-draft-config-sub-header-bottom'.
4270
4271 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4272
4273         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4274         localnews folder.
4275
4276 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4277
4278         * wl-summary.el (wl-summary-mode): Undo last change.
4279
4280         * wl-folder.el (wl-folder-mode): Ditto.
4281
4282 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4283
4284         * wl-summary.el (wl-summary-mode): Locally set
4285         truncate-partial-window-width to nil.
4286         (for XEmacs)
4287
4288         * wl-folder.el (wl-folder-mode): Ditto.
4289
4290 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4291
4292         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4293
4294 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4295
4296         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4297         number.
4298
4299         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4300
4301         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4302
4303         * Version number is increased to 2.7.6.
4304
4305 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4306
4307         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4308
4309 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4310
4311         * wl-summary.el (wl-summary-sync-update): Enclose network
4312         related portion with `unwind-protect'.
4313
4314 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4315
4316         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4317
4318 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4321         element.
4322         * wl-vars.el (wl-message-body-button-alist): Ditto.
4323
4324         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4325         max match length.
4326         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4327
4328         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4329         for the max match length;
4330         Use 4th element value for the button string regexp group.
4331
4332         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4333         candidate exists, prompt to select.
4334
4335 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4336
4337         * wl-summary.el (wl-summary-jump-to-msg): Search before
4338         calibration point by `beginning-of-line'.
4339
4340 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4341
4342         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4343         for access group.
4344
4345 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4346
4347         * wl-message.el (wl-message-display-internal): Bind
4348         `default-mime-charset'.
4349
4350         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4351
4352         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4353
4354         * Version number is increased to 2.7.5.
4355
4356 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4357
4358         * wl-expire.el (wl-summary-archive): Fixed;
4359         Use `elmo-folder-name-internal'.
4360
4361 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4362
4363         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4364         from `elmo-folder-move-messages' caller.
4365         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4366
4367         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4368         related portions are changed).
4369
4370 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4371
4372         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4373         counter.
4374
4375 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4376
4377         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4378         buffer local and set it to nil.
4379
4380         * wl-message.el (wl-message-redisplay): Ditto.
4381
4382 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4383
4384         * wl-summary.el (wl-summary-mark-as-important): If message is
4385         already cached, set messag as read, otherwise encache and mark as read.
4386
4387 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4390         point-min.
4391
4392 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4395         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4396         a keymap.
4397
4398 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4399
4400         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4401         parent.
4402
4403         * wl-mule.el (wl-message-define-keymap): Ditto.
4404
4405         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4406
4407         * wl-xmas.el (wl-message-display-internal-hook): Define.
4408         (wl-xmas-setup-message-toolbar): Define as function.
4409         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4410         (wl-message-overload-functions): Abolished.
4411         (wl-message-define-keymap): New function.
4412
4413         * wl-vars.el (wl-message-display-internal-hook): New variable.
4414         (wl-message-header-button-alist): New variable (Renamed from
4415         wl-highlight-message-header-button-alist).
4416         (wl-message-body-button-alist): Ditto.
4417
4418         * wl-mule.el (wl-message-define-keymap): New function.
4419         (wl-message-overload-functions): Abolished.
4420
4421         * wl-message.el (wl-message-add-buttons-to-body): New function.
4422         (wl-message-redisplay): Don't call wl-message-overload-functions;
4423         Call wl-message-add-buttons-to-header and
4424         wl-message-add-buttons-to-body.
4425         (wl-message-display-internal): Set keymap argument for
4426         elmo-mime-display-as-is, elmo-mime-message-display;
4427         Run wl-message-display-internal-hook.
4428         (wl-message-refer-article-or-url): Abolished.
4429
4430         * wl-highlight.el (wl-highlight-headers): Don't call
4431         wl-highlight-message-add-buttons-to-header.
4432         (wl-highlight-message-add-buttons-to-header): Abolished.
4433
4434
4435         * wl-e21.el (wl-message-display-internal-hook): Define.
4436         (wl-e21-setup-toolbar): Deleted duplicated binding.
4437         (wl-e21-setup-message-toolbar): Define as function.
4438         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4439         (wl-message-define-keymap): New function.
4440         (wl-message-overload-functions): Abolished.
4441
4442 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4443
4444         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4445         and elmo-folder-close.
4446
4447         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4448
4449 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4450
4451         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4452         boolean value.
4453         * wl-draft.el (wl-draft-do-fcc): Ditto.
4454
4455 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4456
4457         * wl-vars.el (wl-fcc-force-as-read): New variable.
4458         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4459         mark copied message as read.
4460
4461 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4462
4463         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4464
4465 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4466
4467         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4468         `wl-summary-target-above' instead of obsolete variable
4469         `wl-summary-temp-above'.
4470
4471         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4472         instead of `make-obsolete-variable'.
4473         * wl-refile.el (toplevel): Ditto.
4474
4475 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4478         with third argument t.
4479         (wl-draft): Set first argument for wl-plugged-init as t.
4480
4481         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4482         definition.
4483
4484 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4485
4486         * wl-vars.el: Tabify.
4487         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4488
4489         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4490         message.
4491
4492 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4495         and set default to beep.
4496
4497 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-vars.el (wl-draft-truncate-lines): New variable.
4500
4501         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4502         instead of wl-message-truncate-lines for truncate-lines.
4503
4504 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * wl-message.el (wl-message-display-internal): Call
4507         `wl-highlight-message' after `elmo-mime-display-as-is'.
4508
4509         * wl-mime.el (wl-mime-display-text/plain): New function.
4510         (wl-mime-display-header): Ditto.
4511         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4512         body-presentation-method for text/plain;
4513         Register `wl-mime-display-header' as a header-presentation-method;
4514         Don't set up `elmo-message-text-content-inserted-hook' and
4515         `elmo-message-header-inserted-hook'.
4516
4517         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4518         variable.
4519         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4520         as t if flag is 'all-header;
4521         Don't bind `elmo-message-ignored-field-list',
4522         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4523
4524 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4527         for xemacs with non-mule environment.
4528
4529 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4530
4531         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4532         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4533         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4534
4535 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4536
4537         * wl-vars.el (wl-interactive-send): Set default value as t.
4538
4539 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4540
4541         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4542         (wl-addrmgr-method-list): Abolished.
4543         (wl-addrmgr-change-method): Follow above change.
4544
4545         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4546
4547 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-vars.el (wl-message-truncate-lines): Change default value
4550         to default-truncate-lines.
4551
4552         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4553
4554 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4555
4556         * wl-vars.el (wl-message-truncate-lines): New variable.
4557
4558         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4559         wl-message-truncate-lines.
4560
4561 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4562
4563         * wl-acap.el (wl-acap-init): Remove period from error message.
4564         (wl-acap-find-acap-service): Remove period from message.
4565
4566 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl.el (wl-check-environment): Undo last change.
4569
4570         * wl-vars.el (wl-from): Changed default value.
4571
4572         * wl-util.el (toplevel): Don't require tm-edit.
4573
4574         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4575         `wl-folder-init';
4576         Don't set mark on mail body.
4577         (wl-draft-reedit): Ditto.
4578
4579         * wl-address.el (wl-address-quote-specials): Define as an alias for
4580         elmo-address-quote-specials.
4581
4582 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4583
4584         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4585
4586         * wl-vars.el (wl-from): Set default value as nil.
4587         (wl-organization): Set default value as ORGANIZATION environment
4588         variable.
4589
4590         * wl-draft.el (wl-smtp-extension-bind): Check value of
4591         wl-smtp-connection-type.
4592
4593         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4594         error.
4595
4596 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4597
4598         * Version number is increased to 2.7.4.
4599
4600         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4601         arguments from `wl-highlight-x-face-function' caller.
4602         Use x-face-1.3.6.12 or later.
4603
4604 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4605
4606         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4607
4608 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4611         (wl-fcc): Fix to accept function.
4612         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4613
4614 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4615
4616         * wl-acap.el (toplevel): Added `product-provide' declare.
4617         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4618
4619 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl.el (wl): Changed order of calling `elmo-init'
4622         and `elmo-folder-init'.
4623
4624 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4625
4626         * wl-mime.el (wl-summary-burst): Extract message when content-type
4627         of root entity is not only `multipart' but also `message/rfc822'.
4628         (wl-summary-burst-subr): Ditto.
4629
4630 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4631
4632         * wl-vars.el (toplevel): Require 'custom.
4633         (wl-trash-folder): Added to `wl-setting' group.
4634
4635         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4636         exists.
4637         (wl-addrmgr-draw): Insert empty line when no entry exists.
4638
4639         * wl-mule.el (wl-message-wheel-up): Fixed.
4640         (wl-message-wheel-down): Ditto.
4641
4642 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4643
4644         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4645         config is an anonymous lambda expression.
4646
4647 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4650         when Mule 2 is running.
4651
4652 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4655
4656 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4657
4658         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4659         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4660
4661         * wl-address.el (wl-address-specials-regexp): Eliminated.
4662         (wl-address-quote-specials): Rewrite.
4663
4664 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4667         shy-groups for regexp.
4668
4669         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4670         character classes and Perl style shy-groups for regexp.
4671         (wl-highlight-plugged-current-line): Use Posix style character
4672         classes for regexp.
4673         (wl-e21-highlight-folder-by-numbers): Ditto.
4674         (wl-e21-display-image-p): Use `display-images-p' instead of
4675         `display-graphic-p'.
4676         (display-images-p): Make an alias to `display-graphic-p' if it is
4677         not available.  It is for Emacs version prior to 21.0.105.
4678
4679         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4680         `display-graphic-p'.
4681         (wl-demo-image-type-alist): Ditto.
4682         (display-images-p): Make an alias to `display-graphic-p' if it is
4683         not available.  It is for Emacs version prior to 21.0.105.
4684
4685 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4686
4687         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4688         support.
4689         (wl-generate-user-agent-string): Ditto.
4690
4691         * wl-version.el (wl-version): Update docsting.
4692         (wl-version-status): Ditto.
4693
4694 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4695
4696         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4697         21.0.105.  For Emacs 21.0.104 or earlier.
4698
4699 2001-09-03  Takuo KITAME <kitame@northeye.org>
4700
4701         * wl-e21.el (wl-plugged-init-icons): Use
4702         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4703         (wl-biff-init-icons): Ditto.
4704
4705 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-highlight.el (wl-highlight-summary-current-line):
4708         Fixed highlighting refile/copy destination.
4709
4710         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4711         (wl-acap-store): Encode string by wl-acap-coding-system.
4712
4713 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * wl-acap.el (toplevel): Check and require 'un-define before
4716         'xemacs-ucs;
4717          Added checking for UTF-2000.
4718
4719 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4720
4721         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4722         Don't enclose with `eval-and-compile'.
4723
4724         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4725         wl-init is non-nil.
4726
4727         * wl-draft.el (wl-draft): Ditto.
4728
4729         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4730
4731         * wl-acap.el (toplevel): Require 'wl.
4732         (wl-acap-store): Call `elmo-init'.
4733
4734         * wl.el (wl): Changed position of `wl-check-environment'.
4735         (toplevel): Added autoload setting for wl-acap.
4736
4737         * wl-vars.el (wl-setting): New custom group.
4738         (wl-from): Added wl-setting group.
4739         (wl-user-mail-address-list): Ditto.
4740         (wl-organization): Ditto.
4741         (wl-subscribed-mailing-list): Ditto.
4742         (wl-envelope-from): Ditto.
4743         (wl-smtp-posting-user): Ditto.
4744         (wl-smtp-posting-server): Ditto.
4745         (wl-smtp-posting-port): Ditto.
4746         (wl-smtp-authenticate-type): Ditto.
4747         (wl-pop-before-smtp-user): Ditto.
4748         (wl-pop-before-smtp-server): Ditto.
4749         (wl-pop-before-smtp-port): Ditto.
4750         (wl-pop-before-smtp-authenticate-type): Ditto.
4751         (wl-nntp-posting-server): Ditto.
4752         (wl-nntp-posting-user): Ditto.
4753         (wl-nntp-posting-port): Ditto.
4754         (wl-fetch-confirm-threshold): Ditto.
4755         (wl-prefetch-threshold): Ditto.
4756         (wl-thread-insert-opened): Ditto.
4757         (wl-ldap-server): Ditto.
4758         (wl-ldap-port): Ditto.
4759         (wl-ldap-base): Ditto.
4760         (wl-ldap-objectclass): Ditto.
4761         (wl-use-ldap): Ditto.
4762         (wl-draft-config-alist): Ditto.
4763         (wl-draft-config-matchone): Ditto.
4764         (wl-template-alist): Ditto.
4765         (wl-message-sort-field-list): Ditto.
4766         (wl-message-ignored-field-list): Ditto.
4767         (wl-message-visible-field-list): Ditto.
4768         (wl-interactive-send): Ditto.
4769         (wl-summary-move-order): Ditto.
4770         (wl-auto-select-first): Ditto.
4771         (wl-auto-select-next): Ditto.
4772         (wl-interactive-save-folders): Ditto.
4773
4774         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4775         Initialization codes are moved from wl-local-folder-init.
4776         (wl-local-folder-init): Follow the change above.
4777         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4778
4779         * wl-acap.el: New file.
4780
4781         * Version number is increased to 2.7.3.
4782
4783 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4784
4785         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4786
4787 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4788
4789         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4790         (wl-addrmgr-address-entry-list): Ditto.
4791
4792 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4793
4794         * wl-e21.el (wl-draft-mode-map): Removed binding for
4795         `wl-draft-insert-x-face-field'.
4796
4797         * wl-mule.el (wl-draft-mode-map): Ditto.
4798
4799         * wl-xmas.el (wl-draft-mode-map): Ditto.
4800
4801         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4802         (wl-cs-autoconv): Ditto.
4803         (wl-cs-local): Ditto.
4804         (wl-use-scoring): Ditto.
4805         (wl-mime-charset): Ditto.
4806         (wl-folder-check-async): Ditto.
4807
4808         * wl.el (toplevel): Ignore nemacs and tm.
4809         (wl-exit): Ditto.
4810
4811         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4812         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4813         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4814         instead of wl-address-petname-add-or-change.
4815         (wl-summary-edit-addresses-subr): Use wl-address-delete
4816         instead of wl-address-petname-delete.
4817
4818         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4819
4820         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
4821         if error occured.
4822
4823         * wl-message.el (require): Remove tm support.
4824
4825         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
4826
4827         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
4828         (wl-folder-jump-to-current-entity): Ditto.
4829         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
4830
4831         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
4832         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
4833         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
4834
4835         * wl-mule.el (wl-draft-key-setup): Ditto.
4836
4837         * wl-xmas.el (wl-draft-key-setup): Ditto.
4838
4839         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
4840         (wl-draft-std11-parse-addresses): New function.
4841         (wl-draft-parse-mailbox-list): Use it.
4842         (wl-draft): Ignore nemacs.
4843         (wl-draft-reedit): Ditto.
4844
4845         * wl-addrmgr.el: New file.
4846         (Original is wl-rcpt.el written by
4847         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
4848         Thanks Kitamoto-san.)
4849
4850         * wl-address.el (wl-address-make-address-list): Modified parsing
4851         process.
4852         (wl-address-delete): Renamed from `wl-address-petname-delete';
4853         Modify wl-address-list too.
4854         (wl-address-add-or-change): Renamed from
4855         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
4856
4857 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
4858
4859         * wl-highlight.el (wl-highlight-summary-current-line):
4860           Work with transient-mark-mode
4861
4862 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
4863
4864         * Version number is increased to 2.7.2.
4865
4866         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
4867         instead of elmo-dop-queue-method.
4868
4869 2001-08-06  SAITO Atsunori <sai@yedo.com>
4870
4871         * wl-vars.el (wl-ldap-objectclass): New user option.
4872
4873         * wl-address.el (wl-ldap-make-filter): Use it.
4874
4875 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
4876
4877         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
4878
4879 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4880
4881         * wl-folder.el (wl-folder): redisplay after folder insertion.
4882
4883         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
4884
4885         * wl-summary.el (wl-summary-sync-update):
4886         Change status mark only when new-msgdb exists.
4887         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
4888
4889 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
4890
4891         * wl-summary.el (wl-summary-open-folder): New function.
4892         (wl-summary-goto-folder-subr): Use it.
4893         (wl-summary-mark-as-important): Fix;
4894         Encache only when no cache exists.
4895
4896 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
4899         Use with-current-buffer.
4900
4901 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4902
4903         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
4904         before call `get-buffer'. Fixed parenthesis.
4905         (wl-score-get-header-entry): Clear message and help window when
4906         keyboard quit.
4907         (wl-score-edit-insert-header): Ditto.
4908
4909 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
4912         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
4913         (wl-default-draft-cite): Fix.
4914
4915         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
4916         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
4917
4918 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4919
4920         * wl-message.el (wl-message-prev-page): Do same bahavior
4921         as summary when it is called in the message buffer.
4922         (wl-message-next-page): Ditto.
4923
4924 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
4925
4926         * wl-summary.el (wl-summary-forward): Use cache if it is not
4927         section cache.
4928
4929 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
4930
4931         * wl-vars.el: Changed file coding system to ISO-2022-JP.
4932         Removed redundant require of elmo-vars.
4933         (wl-biff-state-indicator-on): Changed default value for
4934         xemacs with non-mule environment.
4935
4936         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
4937         wl-message-buffer is nil;
4938         Hide progress bar after moving messages.
4939
4940 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
4941
4942         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
4943         message at cursor point is deleted.
4944
4945 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
4946
4947         * wl-vars.el: Changed file coding system to euc-japan.
4948         Added -*-coding:-*- magic to the first line.
4949
4950         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
4951         Search parent from the first message.
4952
4953         * Version number is increased to 2.7.1.
4954
4955 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
4956
4957         * wl-vars.el: Fix file coding system to ISO-2022-JP.
4958
4959 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
4960
4961         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
4962         refile/delete execution.
4963
4964         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
4965         Fixed docstring.
4966
4967 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
4968
4969         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
4970         do update process;
4971         Don't update marks when update process is interrupted.
4972
4973 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * wl-summary.el (wl-summary-reply): Fixed problem when
4976         wl-draft-use-frame is non-nil.
4977         (wl-summary-forward): Ditto.
4978
4979         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
4980         as nil.
4981         (wl-folder-mark-as-read-all-entity): Ditto.
4982         (wl-folder-prefetch-entity): Ditto.
4983
4984         * wl.el (wl): Check environment before wl-init.
4985
4986         * wl-summary.el (wl-summary-collect-unread): Eliminated.
4987         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
4988         instead of wl-summary-collect-unread.
4989         (wl-summary-reply): Split message window.
4990
4991 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
4992
4993         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
4994         only if current language environment is japanese,
4995
4996         * wl-folder.el (wl-folder-jump-to-current-entity): Call
4997         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
4998         (wl-folder-goto-folder-subr): Ditto.
4999
5000         * wl-draft.el (wl-draft-dispatch-message): Call
5001         `elmo-file-cache-get-path'.
5002
5003 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-summary.el (wl-summary-cursor-move): If return value of
5006         wl-summary-next-message is not number, don't jump.
5007
5008 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * wl-summary.el (wl-summary-buffer-next-message-function): New
5011         variable.
5012         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5013         if it is bound.
5014
5015         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5016         string.
5017
5018         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5019         (wl-plugged-drawing): Ditto.
5020
5021 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5024         process.
5025         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5026         with unwind-protect.
5027
5028         * wl.el (wl-init): Require mime-setup.
5029         (wl-check-environment): Don't require mime-setup.
5030
5031         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5032         instead of elmo-folder-type.
5033
5034         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5035         value as nil.
5036
5037 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5038
5039         * Version number is increased to 2.7.0.
5040
5041         * wl-version.el (wl-version): Changed codename.
5042
5043         * wl-summary.el (wl-summary-delete-cache): Fixed.
5044
5045         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5046         Workaround for net folders.
5047         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5048
5049         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5050         value to nil (According to the patch from
5051         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5052
5053         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5054         of elmo-folder-close.
5055
5056 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5057
5058         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5059         for postfix.
5060
5061 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5062
5063         * wl-summary.el (wl-summary-resend-message): Fixed.
5064
5065         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5066         Call wl-draft with `from' argument if its address is included in
5067         `wl-user-mail-address-list'.
5068         (wl-draft): Added `from' argument.
5069
5070         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5071         non-nil.
5072         (wl): Don't show demo if wl-demo is nil.
5073
5074         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5075         wl-summary-use-frame.
5076
5077         * wl-vars.el (wl-summary-use-frame): New user option.
5078         (wl-folder-use-frame): Changed docstring.
5079
5080         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5081         non-nil.
5082         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5083         wl-summary-use-frame.
5084
5085         * wl-vars.el (wl-folder-use-frame): New user option.
5086
5087         * wl-summary.el (wl-summary-exit): Back to folder frame if
5088         wl-folder-use-frame is non-nil.
5089         (wl-summary-redisplay-internal): Ignore cache if current folder
5090         is draft folder,
5091         (wl-summary-redisplay-no-mime): Ditto.
5092         (wl-summary-redisplay-all-header): Ditto.
5093
5094         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5095         if wl-folder-use-frame is non-nil.
5096
5097 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-summary.el (wl-summary-sync-update): Bind
5100         elmo-folder-update-threshold.
5101         (wl-summary-mark-as-important): Enclosed server mark processing
5102         with `save-match-data'.
5103
5104         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5105         only when it is already defined.
5106
5107 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5108
5109         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5110         name of folder exclude localdir is wrong.
5111         * wl-folder.el (wl-folder-sync-entity):
5112         Set `wl-summary-always-sticky-folder-list' as nil.
5113         (wl-folder-mark-as-read-all-entity): Ditto.
5114         (wl-folder-prefetch-entity): Ditto.
5115
5116 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5117
5118         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5119         instead of `wl-summary-write-current-newsgroup'.
5120
5121 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5122
5123         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5124         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5125         non-nil and selected message is important, do not display.
5126
5127 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5128
5129         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5130
5131 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5132
5133         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5134
5135         * wl-summary.el (wl-summary-mark-as-important): Set message number
5136         using wl-summary-message-number.
5137
5138 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5139
5140         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5141         destination folder is 'null.
5142
5143 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5144
5145         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5146         New function.
5147         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5148         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5149         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5150
5151 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-mime.el (wl-mime-setup): Added setting for
5154         `mime-setup-signature-key-alist' to avoid overriding key bind for
5155         `wl-draft-send'.
5156
5157         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5158         for `wl-draft-send'.
5159         * wl-mule.el (wl-draft-overload-functions): Ditto.
5160         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5161         * wl-draft.el (wl-draft-send): Ditto.
5162
5163         * wl-message.el (wl-message-display-internal):
5164         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5165         (Patch is provided by <kita@coe.nttdata.co.jp>).
5166
5167 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5168
5169         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5170
5171 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5172
5173         * wl.el (wl): Fix for wl-demo.
5174
5175 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5176
5177         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5178
5179 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5180
5181         * wl-folder.el (wl-folder-prefetch-entity): Use
5182         `wl-folder-get-elmo-folder'.
5183         (wl-folder-count-incorporates): Do not use
5184         `wl-folder-get-elmo-folder'.
5185
5186 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5187
5188         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5189         instead of `elmo-folder-get-type'.
5190
5191 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5192
5193         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5194         position on Subject: field.
5195         (Advised by Mito <mit@nines.nec.co.jp>)
5196
5197 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5198
5199         * wl-folder.el (wl-folder-prefetch-entity): Use
5200         `wl-folder-get-elmo-folder'.
5201
5202 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5205
5206         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5207         `process-duplicates' slot.
5208
5209         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5210         if detection failed.
5211
5212 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5213
5214         * wl-version.el (wl-version-status): Set to "alpha".
5215
5216 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5219         Check wl-message-buffer lives before set-buffer.
5220
5221 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5222
5223         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5224         called in folder mode.
5225         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5226         * wl-summary.el (wl-summary-exit-pre-hook): Run
5227         `wl-summary-exit-pre-hook' before exit summary mode.
5228
5229 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5230
5231         * wl-version.el (wl-version-status): New variable.
5232         (wl-version-status-alist): Removed.
5233         (wl-version-status): Rule included.
5234
5235 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5236
5237         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5238         @sponichi.
5239
5240         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5241         when `mail-reply-buffer' is buffer-local variable.
5242         (Reported by <kita@coe.nttdata.co.jp>).
5243
5244 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-vars.el (toplevel): Require 'elmo-util.
5247
5248 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5251         (All other related portions are changed)
5252
5253         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5254
5255         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5256
5257 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5258
5259         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5260
5261 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5264         Delete other windows to avoid an error.
5265         Use `point-marker' instead of `point' to remember the start point
5266         of body.
5267
5268         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5269
5270         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5271         number not to exceed all message number.
5272
5273 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5274
5275         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5276         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5277
5278 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * wl-summary.el (wl-summary-sync-force-update): Added argument
5281         no-check.
5282         (wl-summary-sync-update): Ditto.
5283         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5284         with `no-check'.
5285
5286         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5287         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5288         already running.
5289
5290 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5291
5292         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5293         `dst-folder-arg'.
5294         (wl-expire-archive-number1): Diito.
5295         (wl-expire-archive-number2): Diito.
5296         (wl-expire-archive-Date): Diito.
5297         (wl-archive-number1): Diito.
5298         (wl-archive-number2): Diito.
5299         (wl-archive-date): Diito.
5300         (wl-archive-folder-p): New function.
5301         (wl-summary-expire): Support of expand folder name at
5302         wl-expire-alist.
5303         * wl-util.el (wl-expand-newtext): Renamed from
5304         `wl-refile-expand-newtext'.
5305
5306 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5307
5308         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5309         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5310         `(elmo-msgdb-get-overview msgdb)'.
5311         (wl-summary-prefetch): Bind match data before call
5312         `wl-summay-prefetch-msg'.
5313         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5314         'off if `wl-summary-buffer-disp-msg' is non-nil.
5315         Fixed problem that couldn't show only one new or unread message when
5316         enter folder.
5317         (wl-summary-reply): Don't call `split-window-vertically' and other
5318         window.
5319
5320 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-expire.el (wl-expire-refile): Fixed.
5323
5324 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5325
5326         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5327
5328         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5329         biff notification is removed.
5330
5331         * wl.el (wl): Changed position of `elmo-init'.
5332
5333         * wl-draft.el (wl-default-draft-cite): Use date field
5334         on the citation buffer.
5335
5336         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5337
5338         * wl-xmas.el (wl-folder-internal-icon-list): Added
5339         `wl-folder-shimbun-image'.
5340
5341         * wl-e21.el (wl-folder-internal-icon-list): Added
5342         `wl-folder-shimbun-image'.
5343
5344 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5345
5346         * wl.el (wl-init): Eliminated argument.
5347         (wl): Rewrite.
5348
5349         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5350         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5351         instead of `elmo-folder-msgdb-internal'.
5352         (wl-summary-sync-update): Ditto.
5353         (wl-summary-flush-pending-append-operations): Eliminated.
5354         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5355         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5356         `elmo-folder-open'.
5357
5358         * wl-mime.el (wl-summary-burst): Fixed.
5359
5360         * wl-folder.el (wl-folder-info-save): Check data type.
5361
5362         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5363         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5364         instead of `elmo-folder-msgdb-internal'.
5365         (wl-expire-hide): Ditto.
5366
5367
5368         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5369
5370 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5371
5372         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5373
5374 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5375
5376         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5377
5378 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5379
5380         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5381         Fixed `match-beginning' argument mismatch.
5382
5383 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5384
5385         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5386         the default value.
5387
5388 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5391         instead of `elmo-nntp-default-port'.
5392
5393         * wl-vars.el: Fixed some doc strings.
5394
5395 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5396
5397         * wl-summary.el (wl-summary-prefetch-msg): Use
5398         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5399
5400         * wl-vars.el: Define *-func as obsolete variable using
5401         `elmo-define-obsolete-variable'.
5402
5403         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5404         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5405         instead of `wl-message-buffer-prefetch-threshold'.
5406
5407         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5408
5409         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5410
5411         * wl-draft.el (wl-caesar-region-func): Ditto.
5412
5413         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5414         Keep unread status in elmo-folder-move-messages.
5415         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5416
5417 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5418
5419         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5420         `wl-summary-buffer-exit-func'
5421         (wl-summary-buffer-message-redisplay-function): Renamed from
5422         `wl-summary-buffer-message-redisplay-func'
5423         (wl-summary-buffer-next-folder-function): Renamed from
5424         `wl-summary-buffer-next-folder-func'.
5425         (wl-summary-buffer-prev-folder-function): Renamed from
5426         `wl-summary-buffer-prev-folder-func'.
5427         (wl-summary-get-petname-function): Renamed from
5428         `wl-summary-get-petname-func'.
5429
5430         * wl-score.el (wl-score-edit-exit-function): Renamed from
5431         `wl-score-edit-exit-func'.
5432
5433         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5434         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5435
5436         * wl-util.el (wl-load-profile-function): Renamed from
5437         `wl-load-profile-func'.
5438
5439         * wl-folder.el (wl-folder-completion-function): Renamed from
5440         `wl-folder-completion-func'.
5441         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5442
5443         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5444         `wl-expire-archive-get-folder-func'.
5445         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5446         (wl-draft-send-mail-function): Renamed from
5447         `wl-draft-send-mail-func'.
5448         (wl-draft-send-news-function): Renamed from
5449         `wl-draft-send-news-func'.
5450         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5451         (wl-generate-mailer-string-function): Renamed from
5452         `wl-generate-mailer-string-func'.
5453         (wl-highlight-signature-search-function): Renamed from
5454         `wl-highlight-signature-search-func'.
5455         (wl-highlight-x-face-function): Renamed from
5456         `wl-highlight-x-face-func'
5457         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5458         (wl-ps-print-buffer-function): Renamed from
5459         `wl-ps-print-buffer-func'
5460         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5461         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5462         (wl-summary-subject-filter-function): Renamed from
5463         `wl-summary-subject-filter-func'.
5464
5465         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5466         `wl-draft-queue-flush-send-func'
5467         (wl-draft-cite-function): Renamed from
5468         `wl-draft-cite-func'
5469
5470         * wl-address.el (wl-address-init-function): Renamed from
5471         `wl-address-init-func'.
5472
5473 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl-draft.el (wl-draft-queue-flush): Don't call
5476         `elmo-dop-unlock-message'.
5477         * wl-draft.el (wl-draft-queue-append): Don't call
5478         `elmo-dop-lock-message'.
5479
5480         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5481         (wl-summary-buffer-folder-name): Ditto.
5482         (wl-summary-message-regexp): Added '-' (all other related portions
5483         are changed).
5484         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5485         wl-summary-buffer-folder-name.
5486
5487 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5488
5489         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5490         the number of mails in the folder buffer is not updated by wl-biff.
5491
5492 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5493
5494         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5495         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5496
5497 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-summary.el (wl-summary-next-message):
5500         Return next message number when wl-summary-move-order is nil.
5501
5502 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5503
5504         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5505         `wl-summary-move-spec-alist'.
5506         (wl-summary-move-spec-unplugged-alist): New variable
5507         (Move spec for unplugged status).
5508         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5509         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5510
5511 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5512
5513         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5514         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5515
5516 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5517
5518         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5519         simple quotation to quote the anonymous function.
5520         * tm-wl.el (wl-draft-preview-message): Ditto.
5521
5522 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5523
5524         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5525         Eliminate redundant `save-excursion'.
5526         (wl-highlight-summary-current-line): Ditto.
5527
5528         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5529         accessing match data when `looking-at' failed.
5530
5531         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5532         `elmo-match-string' where users don't care about the speed.
5533         (wl-draft-save): Ditto.
5534
5535 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5536
5537         * wl-util.el (wl-regexp-opt): New function.
5538
5539         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5540         number from `wl-summary-buffer-number-list'.
5541         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5542         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5543         (wl-summary-move-spec-alist): Changed default setting.
5544
5545 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5546
5547         * wl-vars.el (wl-biff-notify-hook): New hook.
5548         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5549         the arrival of new mail.
5550         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5551         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5552
5553 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5554
5555         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5556
5557 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5558
5559         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5560
5561         * Version number is increased to 2.5.8.
5562
5563         * wl-thread.el (toplevel): require 'cl.
5564         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5565         (wl-thread-make-number-list): New function.
5566         (wl-thread-entity-make-number-list-from-children): Ditto.
5567         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5568         (wl-thread-entity-insert-as-children): Likewise.
5569         (wl-thread-delete-message): Likewise.
5570         (wl-meaning-of-mark): Eliminated.
5571         (wl-thread-next-failure-mark-p): Ditto.
5572         (wl-thread-entity-get-mark): Ditto.
5573         (wl-thread-meaning-alist-get-result): Ditto.
5574         (wl-thread-entity-check-prev-mark): Ditto.
5575         (wl-thread-entity-check-next-mark): Ditto.
5576         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5577         (wl-thread-entity-get-prev-marked-entity): Ditto.
5578         (wl-thread-get-prev-unread): Ditto.
5579         (wl-thread-jump-to-prev-unread): Ditto.
5580         (wl-thread-get-next-unread): Ditto.
5581         (wl-thread-jump-to-next-unread): Ditto.
5582         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5583         (wl-thread-entity-get-next-marked-entity): Ditto.
5584
5585         * wl-summary.el (wl-summary-buffer-number-list):
5586         New bufer-local variable.
5587         (wl-summary-switch-to-clone-buffer): Clone
5588         `wl-summary-buffer-number-list'.
5589         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5590         (wl-summary-cursor-move-regex): Eliminated.
5591         (wl-summary-cursor-up): Rewrite.
5592         (wl-summary-cursor-down): Ditto.
5593         (wl-summary-mode-spec-alist): New variable.
5594         (wl-summary-next-message): New inline function.
5595         (wl-summary-cursor-move): New function.
5596         (wl-summary-default-get-next-msg): Rewrite.
5597         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5598         (wl-summary-rescan): Ditto.
5599         (wl-summary-sync-all-init): Ditto.
5600         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5601         summary is not thread view.
5602         (wl-summary-sync-update): Ditto.
5603         (wl-summary-rescan): Ditto.
5604         (wl-summary-make-number-list): New function.
5605
5606         * wl-draft.el: "FCC" -> "Fcc".
5607
5608 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5609
5610         * wl-highlight.el (wl-highlight-summary-window):
5611         Call `set-buffer-modified-p'.
5612
5613         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5614         (wl): Call `elmo-init' and fix.
5615
5616         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5617         Use new variables.
5618
5619         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5620
5621 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5622
5623         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5624
5625 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5626
5627         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5628
5629 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5630
5631         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5632         `wl-use-toolbar' nor `display-graphic-p'.
5633         (wl-e21-setup-message-toolbar): Ditto.
5634         (wl-e21-setup-summary-toolbar): Ditto.
5635         (wl-e21-setup-folder-toolbar): Ditto.
5636
5637         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5638         (wl-plugged-init-icons): Ditto.
5639
5640         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5641         `display-graphic-p'.
5642         (wl-plugged-set-folder-icon): Ditto.
5643         (wl-highlight-plugged-current-line): Ditto.
5644         (wl-highlight-folder-current-line): Ditto.
5645         (wl-e21-highlight-folder-group-line): Ditto.
5646         (wl-e21-setup-toolbar): Ditto.
5647         (wl-e21-display-image-p): New macro.
5648
5649         * wl-demo.el (wl-demo): Simplified.
5650         (wl-demo-image-type-alist): Use `image-type-available-p' for
5651         checking whether the image type `xbm' is available.
5652
5653 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5656         (wl-summary-input-range): Ditto.
5657
5658 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl-summary.el (wl-summary-edit-addresses): Use
5661         `wl-summary-get-original-buffer'
5662         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5663         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5664         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5665         (wl-summary-get-newsgroups): Eliminated.
5666         (wl-summary-set-crosspost): Ditto.
5667         (wl-summary-is-crosspost-folder): Ditto.
5668         (wl-crosspost-alist-load): Ditto.
5669         (wl-crosspost-alist-save): Ditto.
5670
5671         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5672         `elmo-setup-subscribed-newsgroups' instead of
5673         `elmo-nntp-make-groups-hashtb'.
5674         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5675         instead of `wl-crosspost-alist-save'.
5676
5677         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5678         of `elmo-folder-message-appendable-p'.
5679         (wl-mime-header-presentation-method): Eliminated.
5680
5681         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5682         (Error occurs in emacs21).
5683
5684         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5685         the current buffer).
5686
5687         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5688         instead of `wl-crosspost-alist-save'.
5689         (wl-init): `elmo-crosspost-message-alist-load'
5690         instead of `wl-crosspost-alist-load'
5691
5692         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5693         (wl-parse-newsgroups): Likewise.
5694         (wl-biff-notify): Run `wl-biff-notify-hook'.
5695
5696 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5699
5700         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5701         when `wl-summary-lazy-highlight' is non-nil.
5702         (wl-summary-goto-folder-subr): Highlight only when
5703         `wl-summary-lazy-highlight' is non-nil.
5704
5705         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5706         Don't display progress and highlight temp-mark when
5707         `wl-summary-lazy-highlight' is non-nil.
5708         (wl-highlight-summary-window): New function.
5709         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5710
5711 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5712
5713         * wl-summary.el (wl-summary-sync): Change `all-visible'
5714         from `all-shown'
5715         (wl-summary-input-range): Ditto.
5716
5717 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5718
5719         * wl-e21.el (wl-highlight-folder-current-line): Call
5720         `wl-folder-init-icons' when folder icons have not been initialized.
5721
5722         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5723
5724         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5725         (wl-demo-image-type-alist): New macro.
5726
5727 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5728
5729         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5730         display does not support graphics.
5731         (wl-plugged-init-icons): Ditto.
5732         (wl-folder-init-icons): Ditto.
5733
5734         * wl-demo.el (wl-demo): Chech closely whether the display
5735         supports graphics.
5736
5737 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5738
5739         * wl-summary.el (wl-summary-get-original-buffer): New function.
5740         (wl-summary-set-crosspost): Use it.
5741         (wl-summary-target-mark-uudecode): Ditto.
5742         (wl-summary-reedit): Ditto.
5743         (wl-summary-resend-bounced-mail): Ditto.
5744         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5745         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5746
5747         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5748         (wl-message-display-internal): Ditto.
5749
5750 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5753
5754 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * wl-summary.el (wl-summary-save-view): Renamed from
5757         `wl-summary-save-status'.
5758
5759 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5760
5761         * wl-summary.el (wl-summary-sync): Added `all-shown'
5762
5763 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5764
5765         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5766
5767 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5768
5769         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5770
5771 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5772
5773         * wl-highlight.el (wl-highlight-summary-line-string): Use
5774         `zerop' instead of `= 0'.
5775         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5776
5777         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5778         for comparing numbers.
5779         (wl-template-prev): Use `zerop' instead of `eq 0'.
5780
5781         * wl-draft.el (wl-draft-insert-current-message): Use
5782         `with-current-buffer' instead of `save-excursion'.
5783         Use `zerop' instead of `eq 0'.
5784
5785 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5786
5787         * wl-draft.el (wl-draft-insert-ccs): New function.
5788         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5789         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5790
5791 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5792
5793         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5794
5795 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * wl-expire.el (wl-expire-refile): Don't call
5798         elmo-msgdb-add-msgs-to-seen-list;
5799         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5800         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5801
5802 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-message.el (wl-message-prev-page): Ignore errors while
5805         scroll-down.
5806
5807 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5808
5809         * wl-mime.el: Use elmo-original-message-mode instead of
5810         mmelmo-original-mode.
5811
5812         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5813         `elmo-folder-get-spec';
5814         (wl-fldmgr-add-completion-all-completions):
5815         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5816
5817         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5818         of `elmo-folder-get-type'.
5819
5820         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
5821         `elmo-folder-get-spec';
5822         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5823         Use `elmo-folder-append-message' instead of `elmo-append-msg';
5824         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5825         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
5826         `elmo-read-msg-no-cache';
5827         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
5828         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
5829         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
5830         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
5831         `elmo-cache-save';
5832         (wl-draft-reedit): Use `elmo-message-file-name'.
5833
5834         * wl-expire.el: Use `elmo-folder-name-internal';
5835         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5836         Use macro `wl-summary-buffer-msgdb' instead of variable
5837         `wl-summary-buffer-msgdb';
5838         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
5839         Use macro `wl-summary-buffer-folder-name' instead of variable
5840         `wl-summary-buffer-folder-name'.
5841         * wl-score.el: Likewise.
5842
5843         * wl-message.el: Rewrite for new message buffer cache mechanism.
5844         (wl-message-buffer-cache-buffer-get): New macro.
5845         (wl-message-buffer-cache-folder-get): Ditto.
5846         (wl-message-buffer-cache-message-get): Ditto.
5847         (wl-message-buffer-cache-entry-make): Ditto.
5848         (wl-message-buffer-cache-hit): Ditto.
5849         (wl-message-buffer-cache-sort): New function.
5850         (wl-message-buffer-cache-add): Ditto.
5851         (wl-message-buffer-cache-delete): Ditto.
5852         (wl-message-buffer-cache-clean-up): Ditto.
5853         (wl-message-buffer-window): Rewrite.
5854         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
5855         (wl-message-buffer-display): New function.
5856         (wl-message-display-internal): New function.
5857
5858 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl-folder.el: Use `elmo-folder-name-internal';
5861         Use `wl-folder-get-elmo-folder';
5862         Use `elmo-folder-list-messages' instead of
5863         `elmo-list-folder';
5864         Use `elmo-folder-get-primitive-list' instead of
5865         `elmo-folder-get-primitive-spec-list';
5866         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
5867         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5868         Use `elmo-folder-create' instead of `elmo-create-folder'.
5869         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
5870         (wl-folder-get-elmo-folder): New macro.
5871         (wl-folder-elmo-folder-cache-get): Ditto.
5872         (wl-folder-elmo-folder-cache-put): Ditto.
5873         (wl-folder-suspend): Call `elmo-quit'.
5874
5875         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5876         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5877         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
5878         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
5879         (toplevel): require 'cl.
5880         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
5881
5882         * wl-summary.el: Rewrite to use new elmo interface.
5883
5884 \f
5885 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-mime.el (wl-draft-preview-message):
5888         Run `wl-draft-send-hook' before collecting recipients information;
5889         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
5890
5891         * tm-wl.el (wl-draft-preview-message): Ditto.
5892
5893 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-mime.el (wl-draft-preview-message): Fixed problem that
5896         wrong receipients are displayed when forwarded message.
5897
5898 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * Version number is increased to 2.5.7.
5901
5902 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5903
5904         * wl-message.el (wl-message-next-page): Bind
5905         `window-pixel-scroll-increment' to nil while scrolling up.
5906
5907 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5908
5909         * wl-vars.el (wl-save-hook): New hook.
5910         * wl.el (wl-save): Call `wl-save-hook'.
5911
5912 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5913
5914         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
5915         Argument WITH-ARG instead of NO-ARG (negative mean).
5916         (wl-draft-reply): WITH-ARG instead of NO-ARG.
5917         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
5918         * wl-message.el (wl-message-follow-current-entity): Likewise.
5919
5920 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5921
5922         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
5923         FROM was optional argument.
5924         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
5925
5926 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5927
5928         * Version number is increased to 2.5.6.
5929
5930 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5931
5932         * wl-version.el (wl-version-show): Removed.
5933         (wl-version): Add `interactive'.
5934
5935 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
5936
5937         * wl-summary.el (wl-summary-get-petname-func): New variable.
5938         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
5939         instead of `wl-address-get-petname-1'.
5940         (wl-summary-simple-from): Ditto.
5941
5942         * wl-address.el (wl-address-get-petname-1): Define as function.
5943
5944 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
5947         field in the original message.
5948         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
5949
5950 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
5951
5952         * wl-expire.el (wl-expire-hide):
5953         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
5954
5955 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
5958         find decoder for To, Cc, and Subject.
5959
5960 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
5963         for checking `elmo-use-buffer-cache'.
5964         (wl-summary-mark-as-important): Fixed typo in comment.
5965
5966 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
5969         field in the original message.
5970         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
5971
5972 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
5973
5974         * wl-expire.el (wl-expire-hide):
5975         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
5976
5977 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5978
5979         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
5980         find decoder for To, Cc, and Subject.
5981
5982 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
5983
5984         * Version number is increased to 2.5.5.
5985
5986         * wl-address.el (wl-address-specials-regexp): New constant.
5987         (wl-address-quote-specials): Use it.
5988
5989 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
5990
5991         * wl-summary.el (wl-summary-rescan):
5992         Call `wl-summary-buffer-number-column-detect'.
5993         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
5994
5995         * wl-message.el (wl-message-mode-map): Define.
5996         (wl-message-decode): Use it as local-map.
5997
5998 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6001         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6002
6003 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6006
6007         * wl-mule.el (wl-read-event-char): Ditto.
6008
6009         * wl-e21.el (wl-read-event-char): Ditto.
6010
6011         * wl-nemacs.el (wl-read-event-char): Ditto.
6012         (read-event): Removed.
6013
6014         * wl-util.el (toplevel): Removed dummy definition of
6015         `read-event'.
6016         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6017
6018 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6019
6020         * wl-nemacs.el (elmo-archive-call-process): Moved to
6021         elmo-archive.el.
6022
6023 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6024
6025         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6026         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6027
6028         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6029         instead of magic-number 6.  Use `not' instead of `null' for symbol
6030         `nil' check (not empty list).
6031         (wl-draft-insert-x-face-field): Fixed paren style.
6032
6033         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6034         one-branch conditional statement, instead of `and' and `if'.
6035         (wl-draft-forward): Likewise.
6036         (wl-draft-add-references): Likewise.
6037         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6038
6039         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6040         conditional steatment.  Use `cond' instead of `if'.
6041         (wl-draft-confirm): Likewise.
6042
6043 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6044
6045         * wl-version.el (wl-version-show): Use `product-string-1'
6046         instead of `wl-version'.
6047         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6048
6049         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6050
6051 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6052
6053         * wl-highlight.el (wl-highlight-headers): Revert
6054         `wl-highlight-x-face-func' argument (`beg' and `end').
6055
6056 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6057
6058         * wl.el (toplevel): Move `product-provide' declare.
6059         * wl-demo.el (toplevel): Ditto.
6060         * wl-dnd.el (toplevel): Ditto.
6061         * wl-highlight.el (toplevel): Ditto.
6062         * wl-message.el (toplevel): Ditto.
6063         * wl-refile.el (toplevel): Ditto.
6064         * wl-util.el (toplevel): Ditto.
6065
6066 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6069         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6070         (wl-thread-close-all): keep cursor position.
6071
6072 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6073
6074         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6075         (eq x 0).
6076         (wl-generate-user-agent-string-1): Fix conditional statement.
6077
6078 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6079
6080         * wl.el (wl-check-environment): Additional check for
6081         'wl-local-domain' and `wl-message-id-domain'.
6082
6083 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6086
6087 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6088
6089         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6090         instead of `smtp-sasl-user-realm'.
6091
6092 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6093
6094         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6095
6096 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6097
6098         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6099         to the default value as well as `eword-lexical-analyzer'.
6100
6101 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6102
6103         * wl-version.el (wl-extended-emacs-version,
6104         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6105         `elmo-match-string' instead of `wl-match-string'.
6106
6107 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6108
6109         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6110         docstring.
6111
6112 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6113
6114         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6115
6116 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6117
6118         * wl-highlight.el (wl-highlight-headers): Remove
6119         `wl-highlight-x-face-func' argument (`beg' and `end').
6120
6121 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6122
6123         * wl-summary.el (wl-summary-mark-as-important):
6124         Remove cache if folder is local.
6125
6126 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6127
6128         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6129         to get existing e-mail address string.
6130
6131 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6132
6133         * wl-version.el (wl-generate-user-agent-string): Commentary.
6134         (wl-generate-user-agent-string-1): Use `when' for
6135         one-branch conditional statement, instead of `and' and `if'.
6136         (wl-extended-emacs-version, wl-extended-emacs-version2,
6137         wl-extended-emacs-version3): Ditto.
6138
6139 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6140
6141         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6142         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6143         condition-case; Remove initialization.
6144         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6145         (wl-summary-sync-update3): Added argument `sync-all';
6146         Eliminated local variable `msgdb';
6147         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6148         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6149         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6150
6151 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6152
6153         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6154         connection before call `wl-draft-send-mail-with-smtp'.
6155
6156 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * Version number is increased to 2.5.4.
6159
6160 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6161
6162         * wl.el (wl-check-environment): Additional check for
6163         'wl-local-domain' and `wl-message-id-domain'.
6164
6165 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6166
6167         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6168         buffer as command specific.
6169         (wl-folder-mark-as-read-all-entity): Ditto.
6170         (wl-folder-prefetch-entity): Ditto.
6171         (wl-folder-drop-unsync-entity): Ditto.
6172
6173         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6174         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6175         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6176
6177         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6178         save-excursion.
6179
6180 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6181
6182         * Version number is increased to 2.5.3.
6183
6184         * wl-summary.el (wl-summary-save-view-cache):
6185         Delete duplicated `write-region';
6186         Use `write-region-as-binary' instead of `as-binary-output-file' and
6187         `write-region'.
6188
6189 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6190
6191         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6192
6193 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6196         instead of `smtp-via-smtp'.
6197
6198 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6199
6200         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6201
6202 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6205         instead of `smtp-sasl-user-realm'.
6206
6207 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6210
6211 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6212
6213         * Version number is increased to 2.5.2.
6214
6215 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6218         does not exist.
6219         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6220         (wl-biff-start): Call `timer-activate' if timer already exists.
6221
6222         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6223         only when it is bound as function.
6224
6225 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6226
6227         * Version number is increased to 2.5.1.
6228
6229 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6230
6231         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6232         Print refile/copy destination.
6233
6234 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6237         queue-flush-only is non-nil.
6238
6239         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6240
6241         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6242         checking cache folder.
6243
6244 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6245
6246         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6247         `regexp-quote'.
6248
6249 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6250
6251         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6252         function.
6253         * wl-summary.el (wl-summary-write-current-folder-functions):
6254         Change default value.  Use it.
6255
6256 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * Version number is increased to 2.5.0.
6259
6260         * wl-version.el (wl-version): Changed codename.
6261
6262 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6263
6264         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6265         (wl-summary-supersedes-message): Ditto.
6266
6267 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6268
6269         * wl-refile.el (wl-refile-guess-functions): Renamed from
6270         `wl-refile-guess-func-list'.
6271
6272 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6275         Fixed problem when no rule was matched.
6276
6277 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6278
6279         * wl-summary.el (wl-summary-get-mark): Fixed
6280         `wl-summary-buffer-target-mark' check logic.
6281
6282 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6283
6284         * wl-folder.el (wl-folder-write-current-folder): Added group
6285         folder check.
6286
6287         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6288         `wl-summary-write-current-newsgroup'.
6289         (wl-summary-write-current-folder-functions): New variable.
6290         * wl-folder.el (wl-folder-get-newsgroups): New function.
6291         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6292         (wl-folder-write-current-folder): Renamed from
6293         `wl-folder-write-current-newsgroup'.
6294
6295 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6296
6297         * Version number is increased to 2.3.93.
6298
6299 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6302         (wl-ldap-make-matched-value-list): Ditto.
6303         (wl-ldap-alias-safe-string): Split e-mail address.
6304
6305         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6306         petname folder default was selected.
6307         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6308         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6309
6310 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6313         to `wl-draft-config-exec'.
6314
6315         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6316         instead of calling `wl-draft-config-exec';
6317         Process group-list and show recipients in minibuffer.
6318
6319         * tm-wl.el (wl-draft-preview-message): Ditto.
6320
6321 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6322
6323         * wl.el (toplevel): Added (C) to copyright notice, and
6324         sync Author header.
6325         * tm-wl.el (toplevel): Ditto.
6326         * wl-address.el (toplevel): Ditto.
6327         * wl-demo.el (toplevel): Ditto.
6328         * wl-dnd.el (toplevel): Ditto.
6329         * wl-draft.el (toplevel): Ditto.
6330         * wl-e21.el (toplevel): Ditto.
6331         * wl-expire.el (toplevel): Ditto.
6332         * wl-folder.el (toplevel): Ditto.
6333         * wl-highlight.el (toplevel): Ditto.
6334         * wl-message.el (toplevel): Ditto.
6335         * wl-mime.el (toplevel): Ditto.
6336         * wl-mule.el (toplevel): Ditto.
6337         * wl-nemacs.el (toplevel): Ditto.
6338         * wl-refile.el (toplevel): Ditto.
6339         * wl-score.el (toplevel): Ditto.
6340         * wl-summary.el (toplevel): Ditto.
6341         * wl-template.el (toplevel): Ditto.
6342         * wl-thread.el (toplevel): Ditto.
6343         * wl-util.el (toplevel): Ditto.
6344         * wl-vars.el (toplevel): Ditto.
6345         * wl-xmas.el (toplevel): Ditto.
6346
6347 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6348
6349         * wl.el (wl-init): Added comment about `wl-init-hook'.
6350         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6351         * wl-vars.el (wl-init-hook): Added docs.
6352         (wl-make-plugged-hook): Removed useless docs.
6353         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6354         * wl-xmas.el (toplevel): Ditto.
6355
6356 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6357
6358         * wl-address.el (toplevel): Fixed multiple Author header format.
6359         * wl-demo.el (toplevel): Ditto.
6360         * wl-draft.el (toplevel): Ditto.
6361         * wl-folder.el (toplevel): Ditto.
6362         * wl-summary.el (toplevel): Ditto.
6363         * wl-thread.el (toplevel): Ditto.
6364         * wl-util.el (toplevel): Ditto.
6365         * wl-vars.el (toplevel): Ditto.
6366         * wl-version.el (toplevel): Ditto.
6367         * wl-xmas.el (toplevel): Ditto.
6368         * wl.el (toplevel): Ditto.
6369
6370         * wl-version.el (toplevel): Added require `elmo-version' for
6371         `product-version-as-string'.
6372
6373 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * wl-vars.el (wl-draft-send-hook): Changed default value to
6376         '(wl-draft-config-exec).
6377
6378         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6379         explicitly.
6380         (wl-draft): Set `wl-draft-config-exec-flag' before running
6381         `wl-mail-setup-hook'.
6382
6383         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6384         `wl-biff-init-icons' to `wl-init-hook' instead of
6385         `wl-make-plugged-hook'.
6386         (Because if `wl-draft' command is invoked at first,
6387         they are not initialized)
6388         Updated copyright notice.
6389
6390         * wl-e21.el (toplevel): Ditto;
6391
6392         * wl-demo.el (toplevel): Updated copyright notice.
6393         * wl-address.el (toplevel): Ditto.
6394         * wl-draft.el (toplevel): Ditto.
6395         * wl-version.el (toplevel): Ditto.
6396         * wl-folder.el (toplevel): Ditto.
6397         * wl-summary.el (toplevel): Ditto.
6398         * wl-thread.el (toplevel): Ditto.
6399         * wl-util.el (toplevel): Ditto.
6400         * wl-vars.el (toplevel): Ditto.
6401         * wl.el (toplevel): Ditto.
6402
6403 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-highlight.el (wl-highlight-message): Fixed problem of
6406         highlighting failure which occured when the last field contains
6407         multiple lines in the draft buffer.
6408
6409         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6410         `wl-biff-start' if plugged.
6411
6412         * wl-util.el (wl-biff-check-folder): New function.
6413         (wl-biff-check-folders): Don't set session name prefix.
6414         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6415         (wl-biff-check-folder-async): Ditto.
6416
6417         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6418         in email address.
6419
6420 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6421
6422         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6423
6424         * wl-draft.el (wl-draft-strip-subject-re): New function.
6425
6426         * wl-draft.el (wl-draft-reply): Use it.
6427
6428 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl-message.el (wl-mmelmo-message-redisplay): Use
6431         `mime-display-message' instead of `wl-mime-display-message'.
6432
6433         * wl-mime.el (toplevel): Removed compatibility workaround
6434         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6435         (wl-mime-display-message): Abolished.
6436         (wl-mime-entity-read-field): Ditto.
6437         (wl-mime-combine-message/partial-pieces): Use
6438         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6439
6440 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6441
6442         * wl-template.el: Doc fixes.
6443
6444 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6445
6446         * wl-e21.el (wl-message-overload-functions): Do nothing if
6447         `current-local-map' is not available.
6448         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6449
6450 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6451
6452         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6453         representation.
6454
6455         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6456         number.
6457         (wl-fldmgr-save-folders): Don't use `format' when insert
6458         `wl-fldmgr-folders-header'.
6459
6460 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6461
6462         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6463
6464 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6465
6466         * wl-highlight.el (wl-highlight-message):
6467         Use `std11-field-end' to detect end point of the header field.
6468         Refer `wl-highlight-max-header-size'.
6469
6470         * wl-vars.el (wl-highlight-max-header-size): New variable.
6471
6472         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6473
6474         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6475         Set `for-draft' argument of wl-highlight-headers.
6476         (wl-draft): Ditto.
6477         (wl-draft-reedit): Ditto.
6478         (wl-user-agent-compose-internal): Ditto.
6479
6480 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6481
6482         * wl-message.el (wl-message-add-button): Use overlay.
6483
6484 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6487
6488         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6489         problem when group-list content is nothing.
6490         (Reported by Mito <mit@nines.nec.co.jp>)
6491
6492 2000-10-18  SAITO Atsunori <sai@yedo.com>
6493
6494         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6495
6496 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6497
6498         * tm-wl.el (toplevel): Use product-provide.
6499
6500 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * Version number is increased to 2.3.92.
6503
6504 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6505
6506         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6507         title text, use `display' property for left margin under Emacs 21.
6508
6509         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6510         properties.
6511         (wl-plugged-init-icons): Ditto.
6512
6513 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6514
6515         * wl.el (wl-save-status, wl-init): Remove last period in
6516         "...done." message.
6517         * tm-wl.el (wl-summary-burst): Ditto.
6518         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6519         wl-summary-resume-cache-status,
6520         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6521         wl-summary-sync-update3, wl-summary-highlight-msgs,
6522         wl-summary-flush-pending-append-operations,
6523         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6524         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6525         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6526         wl-thread-open-all): Ditto.
6527         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6528         * wl-mime.el (wl-summary-burst): Ditto.
6529         * wl-highlight.el (wl-highlight-summary): Ditto.
6530         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6531         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6532         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6533         * wl-address.el (wl-local-address-init): Ditto.
6534
6535 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6536
6537         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6538         `add-text-properties'.
6539         (wl-plugged-init-icons): Ditto.
6540         (wl-folder-init-icons): Use `propertize' instead of
6541         `put-text-property'.
6542         (wl-plugged-set-folder-icon): Ditto.
6543         (wl-e21-highlight-folder-group-line): Ditto.
6544
6545 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * wl-version.el (wl-version-status-alist): New variable.
6548         (wl-version-status): New function.
6549
6550         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6551         "Cc" part of the case "Reply-To".
6552
6553         * wl-draft.el (wl-draft-reply): Use result of
6554         `eword-extract-address-components'.
6555
6556         * wl-demo.el (wl-demo-icon-name): New constant.
6557         (wl-logo-xpm): Use it.
6558         (wl-logo-xbm): Ditto.
6559         (wl-logo-bitmap): Ditto.
6560
6561         * Version number is increased to 2.3.91.
6562
6563 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6564
6565         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6566         (wl-extended-emacs-version, wl-extended-emacs-version2,
6567         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6568         docstring.
6569
6570         * wl-version.el (wl-generate-user-agent-string-1): New function.
6571         (wl-generate-user-agent-string): Use it.
6572
6573         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6574         `mime-edit-insert-user-agent-field'.
6575         (wl-generate-user-agent-string): Check
6576         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6577
6578         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6579         instead of `if', when verbose case.
6580
6581 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-expire.el (wl-summary-expire): Fix.
6584
6585 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6588         and `elmo-lost+found-folder' if 'wl-draft.
6589         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6590
6591 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6592
6593         * wl-expire.el (wl-summary-expire): Change messages.
6594         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6595         `deleing-info' instead of "Deleting..."
6596
6597 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6598
6599         * wl-summary.el (wl-summary-refile-subr): Fix.
6600
6601 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6602
6603         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6604         if pipe folder.
6605
6606 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6607
6608         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6609
6610 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6611
6612         * wl-expire.el (wl-expire-hide): New function.
6613         (wl-summary-expire): Add `hide'.
6614
6615 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-vars.el (wl-draft-reply-without-argument-list):
6618         Changed default value to consider `Reply-To:'.
6619         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6620
6621         * Version number is increased to 2.3.90.
6622
6623         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6624         elmo-imap4-get-session with unwind-protect.
6625         Don't cause error.
6626         (wl-summary-sync-marks): Don't check plugged nor folder type.
6627         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6628         (Always keep current buffer).
6629
6630 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6631
6632         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6633         Enclose with `save-excursion'.
6634
6635 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6636
6637         * wl-version.el (wl-version): Remove interactive.
6638
6639 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6640
6641         * wl-version.el (wl-generate-user-agent-string): Use
6642         `product-string-verbose' instead of `product-string-1'.
6643
6644 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6645
6646         * wl-vars.el (wl-draft-use-cache): New variable.
6647         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6648         if wl-draft-use-cache is non-nil.
6649
6650 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6651
6652         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6653         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6654
6655 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6656
6657         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6658         (wl-thread-msg-mark-as-unread): Ditto.
6659
6660         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6661         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6662         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6663         Don't set mark in summary if return value of `elmo-mark-as-read'
6664         is nil.
6665         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6666         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6667         instead of `wl-thread-msg-mark-as-read'.
6668         (wl-summary-mark-as-unread-region): Ditto.
6669         (wl-summary-target-mark-mark-as-read): Ditto.
6670
6671         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6672
6673 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6674
6675         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6676
6677         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6678
6679 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6680
6681         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6682         face.
6683
6684 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6685
6686         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6687         `running-xemacs'.
6688
6689 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6690
6691         * wl-version.el (toplevel): Use `product-version-as-string' for
6692         set verstion-string, if defined.
6693
6694         * wl-version.el (wl-version-show): Insert string at point, when
6695         call with argument.
6696
6697         * wl-version.el (wl-generate-user-agent-string): Use
6698         `product-string-1' instead of `wl-appname', `wl-version' and
6699         `wl-codename'.
6700
6701 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6702
6703         * wl-address.el (toplevel): Use product-provide.
6704         * wl-demo.el (toplevel): Ditto.
6705         * wl-dnd.el (toplevel): Ditto.
6706         * wl-draft.el (toplevel): Ditto.
6707         * wl-e21.el (toplevel): Ditto.
6708         * wl-expire.el (toplevel): Ditto.
6709         * wl-fldmgr.el (toplevel): Ditto.
6710         * wl-folder.el (toplevel): Ditto.
6711         * wl-highlight.el (toplevel): Ditto.
6712         * wl-message.el (toplevel): Ditto.
6713         * wl-mime.el (toplevel): Ditto.
6714         * wl-mule.el (toplevel): Ditto.
6715         * wl-nemacs.el (toplevel): Ditto.
6716         * wl-refile.el (toplevel): Ditto.
6717         * wl-score.el (toplevel): Ditto.
6718         * wl-summary.el (toplevel): Ditto.
6719         * wl-template.el (toplevel): Ditto.
6720         * wl-thread.el (toplevel): Ditto.
6721         * wl-util.el (toplevel): Ditto.
6722         * wl-vars.el (toplevel): Ditto.
6723         * wl-xmas.el (toplevel): Ditto.
6724         * wl.el (toplevel): Ditto.
6725
6726 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6727
6728         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6729         instead of product.
6730
6731         * wl-version.el (wl-version): Compile time evalution elmo-version.
6732
6733 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6734
6735         * wl-summary.el (wl-summary-sync-force-update): Append queue
6736         `mark-as-read'if unplugged.
6737
6738 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6739
6740         * wl-version.el: New file.  Use product.el.
6741         * wl.el: add (require 'wl-version).
6742         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6743         for ~/.folders header.
6744         (wl-fldmgr-folders-header): Changed.
6745         * wl-demo.el (wl-demo): Use product.el.
6746
6747         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6748         wl-version.el.
6749         * wl-util.el (wl-version, wl-version-show): Ditto.
6750
6751         * wl-util.el (wl-generate-user-agent-string,
6752         wl-extended-emacs-version, wl-extended-emacs-version2,
6753         wl-extended-emacs-version3): Move to wl-version.el.
6754         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6755         xemacs-codename, mime-edit-insert-user-agent-field,
6756         mime-edit-user-agent-value, mime-editor/version,
6757         mime-editor/codename): Compile warning killer move to
6758         wl-version.el
6759
6760 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-summary.el (wl-summary-refile-subr): Fix.
6763
6764 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6767         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6768
6769 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6770
6771         * wl.el (wl-check-environment): Check too many `@'.
6772
6773 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6774
6775         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6776
6777 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6778
6779         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6780         wl-draft-reply-myself-without-argument-list): Add variables.
6781         * wl-draft.el (wl-draft-reply): Use it.
6782
6783 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6784
6785         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6786         the 5th argument of `elmo-network-get-spec'.
6787
6788         * wl-thread.el (wl-thread-reparent-children): New inline function.
6789         (wl-thread-delete-message): Use it.
6790
6791         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6792         (wl-summary-score-update-all-lines): Don't use `dolist'.
6793
6794 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6795
6796         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6797         (require 'elmo-msgdb) for inline function.
6798
6799 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6800
6801         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6802
6803 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6804
6805         * wl-score.el (wl-score-headers): Fix for the confusing macro
6806         `elmo-kill-buffer'.
6807
6808 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6809
6810         * wl-summary.el: Don't use the 3rd argument of `require' because
6811         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6812         * wl-util.el: Ditto.
6813         * wl-draft.el: Ditto.
6814
6815 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6816
6817         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6818         window system is not used.
6819
6820 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
6821
6822         * wl-thread.el: Don't use `mapcar' only for iteration.
6823         (wl-thread-resume-entity): Ditto.
6824         (wl-thread-delete-message): Ditto.
6825
6826         * wl-summary.el: Bind `dragdrop-drop-functions',
6827         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
6828         of `require' for `timezone', `easymenu' and `ps-print';
6829         don't use `mapcar' only for iteration.
6830
6831         * wl-util.el: Bind `mule-version', `nemacs-version',
6832         `emacs-beta-version', `xemacs-codename',
6833         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
6834         `mime-editor/version' and `mime-editor/codename'; specify 3rd
6835         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
6836         only for iteration.
6837
6838         * wl-score.el: Don't use `mapcar' only for iteration.
6839         (wl-score-simplify-buffer-fuzzy): Ditto.
6840         (wl-score-simplify-subject): Ditto.
6841         (wl-score-headers): Ditto.
6842         (wl-summary-score-update-all-lines): Ditto.
6843
6844         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
6845         `enable-multibyte-characters' and `mule-version'.
6846
6847         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
6848         `mapcar' only for iteration.
6849
6850         * wl-demo.el: Don't use `mapcar' only for iteration.
6851
6852         * wl-folder.el: Don't use `mapcar' only for iteration.
6853         (wl-folder-open-all): Ditto.
6854         (wl-folder-count-incorporates): Ditto.
6855
6856         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
6857         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
6858
6859         * wl-draft.el: Bind `x-face-add-x-face-version-header',
6860         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
6861         `smtp-connection-type'; specify 3rd argument of `require' for
6862         `timezone'; don't use `mapcar' only for iteration.
6863         (wl-draft-clone-local-variables): Don't use `mapcar'.
6864         (wl-draft-generate-clone-buffer): Ditto.
6865         (wl-user-agent-compose-internal): Ditto.
6866
6867         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
6868
6869         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
6870         (wl-save-status): Ditto.
6871
6872         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
6873         for iteration.
6874
6875 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
6878         removed `Date'.
6879         (wl-fldmgr-make-filter-default): New user option.
6880
6881         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
6882         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
6883         (wl-fldmgr-filter-completion-alist): Abolish.
6884
6885         * wl.el (wl): Don't check servers if arg is non-nil.
6886
6887         * wl-draft.el (wl-draft-reply): Set only message-id string to
6888         In-Reply-To field.
6889
6890 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-summary.el (wl-summary-pick): Rewrite.
6893
6894         * wl-draft.el (wl-draft-forward): Get references field from
6895         original buffer.
6896         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
6897
6898 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
6899
6900         * wl-draft.el (wl-draft-forward): Add references field.
6901
6902 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
6905         (wl-draft-reply): Use it.
6906
6907 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
6908
6909         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
6910         when Emacs 21 is running.
6911
6912         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
6913         bindings.
6914
6915 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6916
6917         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
6918         XPM icons transparent.
6919
6920         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
6921         Emacs 21.
6922
6923 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
6926         nil.
6927
6928         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
6929         when it is persistent.
6930         (wl-summary-sync-marks): Changed argument for
6931         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6932         (wl-summary-virtual): Use `elmo-read-search-condition'.
6933         (wl-summary-redisplay-internal): If folder is local, mark as read
6934         even when folder is plugged.
6935
6936 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
6937
6938         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
6939         of `tool-bar-lines' in the frame parameters.
6940         (after-make-frame-functions, post-command-hook): Don't modify the
6941         value.
6942         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
6943         wl-e21-tool-bar-lines): Removed.
6944
6945 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
6946
6947         * wl-highlight.el (wl-highlight-folder-path): Put overlay
6948         properties `evaporate' and `wl-momentary-overlay' as well.
6949         (wl-highlight-summary-displaying): Ditto.
6950         (wl-delete-all-overlays): Don't delete overlay which does not have
6951         a property `wl-momentary-overlay'.
6952
6953         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
6954         `display-mouse-p' and `display-graphic-p'.
6955         (wl-folder-init-icons): Don't search for XBM or the other files.
6956         (wl-plugged-set-folder-icon): Make icons if and only if
6957         `display-graphic-p' returns non-nil.
6958         (wl-highlight-plugged-current-line): Use `before-string' overlay
6959         property to show icon images.
6960         (wl-highlight-folder-current-line): Ditto.
6961         (wl-e21-highlight-folder-group-line): Ditto.
6962         (wl-e21-highlight-folder-by-numbers): Ditto.
6963         (wl-e21-insert-image): Removed.
6964         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
6965         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
6966         said.
6967         (wl-e21-switch-toolbar-after-make-frame): Renamed from
6968         `wl-e21-force-switch-toolbar'.
6969         (wl-e21-make-icon-image): Removed.
6970         (wl-e21-setup-toolbar): Don't search for XBM files.
6971         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
6972         the default value.
6973
6974 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * wl-util.el (wl-biff-check-folder-async): Set
6977         `wl-biff-check-folders-running' even when it is not an IMAP folder.
6978
6979 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6980
6981         * wl-e21.el (after-make-frame-functions): Add
6982         `wl-e21-force-switch-toolbar'.
6983         (wl-e21-force-switch-toolbar): New function force to switch the
6984         toolbar appearance automatically.
6985         (post-command-hook): Add `wl-e21-switch-toolbar'.
6986         (wl-e21-switch-toolbar): New function to switch the toolbar
6987         appearance automatically.
6988         (wl-e21-tool-bar-lines): New buffer local variable.
6989
6990 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * wl-util.el (wl-biff-check-folders-running): New variable.
6993         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
6994         (wl-biff-check-folder-async-callback):
6995         Set `wl-biff-check-folders-running'.
6996         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
6997         with unwind-protect.
6998
6999         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7000         Enclose `wl-folder-auto-check' with unwind-protect.
7001
7002         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7003         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7004
7005         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7006
7007         * wl-util.el (wl-biff-notify): New inline function.
7008         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7009         locally.
7010         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7011         folder-list' is 1.
7012         Use `wl-biff-notify'.
7013         (wl-biff-check-folder-async-callback): New function.
7014         (wl-biff-check-folder-async): Ditto.
7015
7016         * wl-folder.el (wl-folder): Don't check folders.
7017         (wl-folder-auto-check): New function.
7018
7019 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7020
7021         * wl-util.el (wl-biff-start) [Emacs19+]:
7022         Use `timer-next-integral-multiple-of-time'.
7023         (wl-biff-check-folders): Use `wl-default-folder'
7024         if `wl-biff-check-folder-list' is nil.
7025
7026 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7027
7028         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7029         instead of `elmo-delete-lists'.
7030
7031 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7032
7033         * wl.el (wl-plugged-toggle-all): Set the value of
7034         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7035         (wl-plugged-toggle): Ditto.
7036         (wl-toggle-plugged): Ditto.
7037         (wl-plugged-init): Ditto.
7038
7039         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7040         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7041         instead of `wl-biff-state-indicator-off' and
7042         `wl-biff-state-indicator-on'; don't modify the value and the type
7043         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7044         (wl-plugged-init-icons): Set icons data to
7045         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7046         instead of `wl-plug-state-indicator-off' and
7047         `wl-plug-state-indicator-on'; don't modify the value and the type
7048         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7049
7050         * wl-vars.el (wl-modeline-biff-state-off,
7051         wl-modeline-biff-state-on, wl-modeline-biff-status,
7052         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7053         wl-modeline-plug-status): New internal variables.
7054         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7055         wl-biff-check-interval, wl-biff-check-folder-list): Change
7056         customization group from `wl-folder' to `wl-highlight'.
7057         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7058         wl-show-plug-status-on-modeline): Defcustomized.
7059
7060         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7061         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7062         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7063         a flag to `mode-line-buffer-identification'.
7064
7065         * wl-e21.el (wl-biff-init-icons): Set icons data to
7066         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7067         instead of `wl-biff-state-indicator-off' and
7068         `wl-biff-state-indicator-on'.
7069         (wl-plugged-init-icons): Set icons data to
7070         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7071         instead of `wl-plug-state-indicator-off' and
7072         `wl-plug-state-indicator-on'.
7073
7074 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7075
7076         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7077         excessive titles.
7078
7079 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7080
7081         * wl.el (wl-plugged-mode): Use revised
7082         `wl-mode-line-buffer-identification'.
7083         (wl-plugged-init): Don't use `force-mode-line-update'.
7084
7085         * wl-xmas.el (wl-draft-overload-functions): Use revised
7086         `wl-mode-line-buffer-identification'.
7087         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7088         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7089         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7090         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7091         `wl-make-plugged-hook';
7092         add `wl-folder-init-icons' and `wl-setup-folder' to
7093         `wl-folder-mode-hook'.
7094
7095         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7096         19 as well.
7097         (wl-mode-line-display-priority-list): New user option.
7098         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7099         Defcustomized.
7100         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7101         Add docs.
7102
7103         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7104         start.
7105         (wl-mode-line-buffer-identification): Revised as a function.
7106
7107         * wl-summary.el (wl-summary-mode): Use revised
7108         `wl-mode-line-buffer-identification'; don't call
7109         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7110         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7111         `wl-xmas-setup-summary'.
7112
7113         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7114         `wl-mode-line-buffer-identification'.
7115
7116         * wl-mule.el (wl-draft-overload-functions): Use revised
7117         `wl-mode-line-buffer-identification'.
7118
7119         * wl-folder.el (wl-make-plugged-alist): Don't call
7120         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7121         (wl-folder): Don't call `wl-folder-init-icons' directly.
7122         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7123         `wl-xmas-setup-folder' directly;
7124         use revised `wl-mode-line-buffer-identification'.
7125         (TopLevel): Don't bind `wl-biff-init-icons',
7126         `wl-plugged-init-icons', `wl-folder-init-icons',
7127         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7128
7129         * wl-e21.el (wl-draft-overload-functions): Use revised
7130         `wl-mode-line-buffer-identification'.
7131         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7132         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7133         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7134         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7135         `wl-make-plugged-hook';
7136         add `wl-folder-init-icons' and `wl-setup-folder' to
7137         `wl-folder-mode-hook'.
7138
7139 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7140             Katsumi Yamaoka    <yamaoka@jpl.org>
7141
7142         * wl.el (wl): Call `wl-biff-start'.
7143         (wl-exit): Call `wl-biff-stop'.
7144         (wl-plugged-mode): Show biff in modeline.
7145         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7146
7147         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7148         (wl-biff-init-icons): New function.
7149         (wl-plugged-init-icons): Don't make too much keymaps.
7150         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7151
7152         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7153         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7154         variables.
7155         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7156         options.
7157
7158         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7159         wl-biff-start, wl-biff-stop): New functions.
7160         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7161         (wl-biff-timer-name): New variable.
7162
7163         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7164
7165         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7166         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7167
7168         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7169         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7170
7171         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7172         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7173         `wl-folder-init-icons' to `ignore' if they are not available.
7174         (wl-folder-mode): Show biff in modeline.
7175
7176         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7177         (wl-biff-init-icons): New function.
7178         (wl-plugged-init-icons): Don't make too much keymaps.
7179         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7180
7181 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7182
7183         * wl-vars.el (wl-strict-diff-folders): Customization Type
7184         and doc fix.  Define as a list of regular expressions for
7185         folders or nil.
7186         * wl-folder.el (wl-folder-check-one-entity): Use
7187         `wl-string-match-member' instead of `wl-string-member' for
7188         `wl-strict-diff-folders'.
7189
7190 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7191
7192         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7193         (wl-highlight-folder-current-line): Use it; new implementation.
7194         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7195         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7196         `defsubst' instead of `defun'.
7197
7198         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7199         `wl-highlight-group-folder-by-numbers'; made it can also be a
7200         number.  See info for more details.
7201
7202         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7203         running.
7204
7205         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7206         to bind them.
7207
7208         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7209         (wl-highlight-folder-current-line): New implementation.
7210
7211         * wl-highlight.el (wl-highlight-folder-group-line): New
7212         implementation.
7213         (wl-delete-all-overlays): Rewrite as a marco.
7214         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7215
7216         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7217         running.
7218         (wl-folder-*-glyph): No need to bind them.
7219
7220         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7221         `wl-e21-highlight-folder-group-icon'; rewrite.
7222         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7223         `defsubst' instead of `defun'.
7224         (wl-folder-mode-map): Bind it when compiling.
7225
7226 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7229
7230         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7231
7232 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7233
7234         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7235
7236 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7237
7238         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7239         (wl-highlight-folder-current-line): Use it.
7240
7241         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7242         in `id-name'.
7243
7244 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7245
7246         * wl.el: Require `wl-e21' when Emacs 21 is running.
7247
7248         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7249         default when Emacs 21 is running.
7250         (wl-use-highlight-mouse-line): Ditto.
7251         (wl-on-emacs21): New constant.
7252         (wl-on-emacs20): Removed.
7253
7254         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7255         Emacs 21 is running.
7256
7257         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7258         Emacs 21 is running.
7259
7260         * wl-e21.el: New file.
7261
7262 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7263
7264         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7265         (wl-toggle-plugged): Ditto.
7266         (wl-plugged-toggle): Ditto.
7267         (wl-plugged-toggle-all): Ditto.
7268
7269         * wl-vars.el (wl-plug-state-indicator): Refer
7270         `wl-plug-state-indicator-on' indirectly.
7271
7272 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7275         Call `wl-folder-confirm-existence'.
7276
7277         * wl-folder.el (wl-folder-confirm-existence): Added optional
7278         argument `force'.
7279
7280 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7281
7282         * wl-summary.el (wl-summary-refile-subr): Assume
7283         `copy-or-refile' as symbol.
7284         (wl-summary-refile): Follow up above change.
7285         (wl-summary-copy): Ditto.  Doc fix.
7286
7287 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-summary.el (wl-summary-pick): Don't bind
7290         `elmo-search-mime-charset'.
7291
7292         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7293         default using old backquote style.
7294         (wl-search-mime-charset): Abolished.
7295
7296         * wl-highlight.el (wl-highlight-headers):
7297         Call `point' after `re-search-forward'(for Nemacs).
7298
7299         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7300         for elmo-imap4.el.
7301
7302 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7303
7304         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7305         `wl-message-ignored-field-list' instead of
7306         `mime-view-ignored-field-list'.
7307
7308         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7309         Add interactive spec.
7310         (wl-folder-goto-bottom-of-current-folder): Ditto.
7311         (wl-folder-mode-map): Bind them.
7312
7313         * wl-vars.el (wl-message-ignored-field-list): New variable.
7314         (wl-message-visible-field-list): New variable.
7315
7316         * wl-mime.el (wl-mime-header-presentation-method): New function.
7317         (wl-mime-setup): Set header-presentation-method.
7318
7319 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7320
7321         * wl-nemacs.el (wl-draft-overload-functions): Set
7322         `mode-line-buffer-identification' instead of using
7323         `wl-make-modeline'.
7324
7325         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7326         instead of using `wl-make-modeline'.
7327
7328         * wl-xmas.el (wl-plugged-init-icons): Set up
7329         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7330         (wl-make-modeline): Abolish.
7331         (wl-draft-overload-functions): Set
7332         `mode-line-buffer-identification' instead of using
7333         `wl-make-modeline'.
7334
7335         * wl-util.el (wl-make-modeline-subr): Abolish.
7336         (wl-mode-line-buffer-identification): New alias.
7337
7338         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7339         (wl-summary-make-modeline): Abolish.
7340         (wl-summary-buffer-set-folder): Set
7341         `wl-summary-buffer-folder-indicator'.
7342         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7343         of using `wl-make-modeline'.
7344         (wl-summary-switch-to-clone-buffer): Don't set
7345         `mode-line-buffer-identification'.
7346         (wl-summary-goto-folder-subr): Ditto.
7347
7348         * wl-mule.el (wl-draft-overload-functions): Set
7349         `mode-line-buffer-identification' instead of using
7350         `wl-make-modeline'.
7351
7352         * wl-folder.el (wl-folder-mode): Set
7353         `mode-line-buffer-identification' instead of using
7354         `wl-make-modeline'.
7355         (wl-folder): Don't set `mode-line-buffer-identification'.
7356
7357 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7358
7359         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7360         instead of `member' for `wl-refile-guess-func-list' look-ups.
7361         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7362
7363 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7364
7365         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7366         `wl-message-button-dispatcher'.
7367
7368         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7369
7370         * wl-message.el (wl-message-button-dispatcher): Use it.
7371
7372         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7373         "In-Reply-To".
7374
7375         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7376         Bind `case-fold-search' to t.
7377
7378 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7379
7380         * wl-xmas.el (wl-message-overload-functions): Initialize
7381         `wl-message-button-map'.
7382
7383         * wl-mule.el (wl-message-overload-functions): Initialize
7384         `wl-message-button-map'.
7385
7386         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7387
7388         * wl-message.el (wl-message-button-map): New keymap.
7389         (wl-message-add-button): New function.
7390         (wl-message-button-dispatcher): New function.
7391         (wl-message-button-refer-article): New function.
7392
7393         * wl-highlight.el
7394         (wl-highlight-message-add-buttons-to-header): New function.
7395         (wl-highlight-headers): Use it.
7396
7397 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7398
7399         * wl-summary.el (wl-summary-default-from): Use
7400         `wl-address-get-petname-1'.
7401         (wl-summary-simple-from): Ditto.
7402
7403         * wl-address.el (wl-address-get-petname-1): New inline function.
7404         (wl-address-get-petname): Use it.
7405
7406 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7407
7408         * wl-summary.el (wl-summary-default-from): Return full-name part
7409         from the address if no petname was found.
7410         (wl-summary-simple-from): Ditto.
7411
7412         * wl-address.el (wl-address-get-petname): Return nil if no petname
7413         associated with the address was found.
7414
7415 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7416
7417         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7418         display is finished.
7419
7420 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7421
7422         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7423         `elmo-folder-exists-p' argument.
7424
7425 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7426
7427         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7428         the folder.
7429
7430 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7433
7434         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7435         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7436
7437 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7438
7439         * wl-folder.el (wl-folder-create-subr): New function.
7440         (wl-folder-confirm-existence): Use it.
7441         (wl-folder-check-one-entity): Use it.
7442         Check the error symbol is derived from 'elmo-open-error.
7443
7444         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7445         `ignore-error'.
7446
7447 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7448
7449         * wl-util.el (toplevel): Add (eval-when-compile (require
7450         'elmo-util)).  (Maybe `provide' is typo.)
7451
7452 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7455         (I don't know why this was needed.)
7456
7457         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7458         Follow up changes for stream-type.
7459
7460         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7461         (wl-draft-elmo-nntp-send): Ditto.
7462
7463         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7464         (wl-nntp-posting-stream-type): Ditto.
7465         (wl-pop-before-smtp-ssl): Abolished.
7466         (wl-nntp-posting-ssl): Ditto.
7467
7468         * wl-address.el (wl-address-quote-specials): New function.
7469         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7470
7471         * wl-draft.el (wl-draft-reply): Ditto.
7472
7473 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7474
7475         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7476         use function `wl-string-match-assoc'.
7477
7478 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7481
7482         * wl-draft.el (wl-draft-deduce-address-list): New function.
7483         (wl-draft-parse-mailbox-list): Ditto.
7484         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7485         instead of `smtp-deduce-address-list'.
7486         (wl-draft-on-field-p): Follow group list.
7487
7488         * wl-address.el (wl-address-concat-token): New function.
7489         (wl-address-string-without-group-list-contents): Ditto.
7490         (wl-complete-field-body): Fixed problem of completion
7491         by japanese petname.
7492         (wl-address-make-completion-list): Rewrite.
7493
7494 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7495
7496         * wl-address.el (wl-address-make-completion-list): Completion by
7497         petname.
7498         (wl-complete-field-body): Likewise.
7499
7500 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7503         contains invalid address syntax.
7504
7505 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7506
7507         * wl-folder.el (wl-folder-check-entity-async): Use
7508         `elmo-nntp-spec-hostname'.
7509
7510 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7511
7512         * wl-summary.el (wl-summary-msgdb-load-async): Use
7513         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7514
7515 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-draft.el (wl-draft-reply): Set argument
7518         `content-transfer-encoding' as nil.
7519
7520 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7521
7522         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7523         `wl-refile-alist'.
7524
7525 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7526
7527         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7528         (wl-draft-edit-string): Ditto.
7529         (wl-draft-forward): Ditto.
7530         * wl-summary.el (wl-summary-write): Ditto.
7531
7532 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-summary.el (wl-summary-sync-update3): Call
7535         `wl-summary-buffer-number-column-detect'.
7536         (wl-summary-buffer-number-column-detect): Search from point-min.
7537
7538 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7541         contains an address which is not included in original to or cc.
7542
7543 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7544
7545         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7546         begin-line does not exist.
7547         * wl-message.el (wl-message-uu-substring): Ditto.
7548
7549 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7552         clear local variables.
7553         (wl-summary-exit): Call `elmo-commit'.
7554         (wl-summary-switch-to-clone-buffer): Call
7555         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7556         (wl-summary-goto-folder-subr): Ditto.
7557
7558         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7559         POP folder.
7560
7561 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7564         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7565         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7566         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7567         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7568         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7569
7570         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7571
7572 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7573
7574         * wl-summary.el (wl-summary-search-by-subject):
7575         Search parent message from the latest one.
7576
7577 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7580         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7581
7582         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7583         New user option.
7584
7585         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7586         if elmo-nntp-use-killed-list is nil.
7587         Use `elmo-msgdb-append-to-killed-list'.
7588         (Append numbers confirmed as disappeared to the killed list.)
7589         (wl-summary-confirm-appends): Don't display negative number.
7590
7591 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7592
7593         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7594
7595 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7598         range is `all'.
7599         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7600         `elmo-list-bigger-diff'.
7601
7602 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * wl-summary.el (wl-summary-buffer-exit-func):
7605         New buffer local variable.
7606         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7607
7608 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7609
7610         * wl-demo.el (wl-demo): Fix the last change.
7611
7612 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7613
7614         * wl-demo.el (wl-demo): Don't use `eval'.
7615
7616 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7617
7618         * wl-summary.el (wl-summary-buffer-thread-modified):
7619         New buffer-local variable.
7620         (wl-summary-set-thread-modified): New function.
7621         (wl-summary-thread-modified-p): New function.
7622         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7623         (wl-summary-yank-saved-message): Use function
7624         `wl-summary-set-thread-modified'
7625         (wl-summary-switch-to-clone-buffer): Add
7626         `wl-summary-buffer-thread-modified'.
7627
7628         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7629         (wl-summary-buffer-mark-saved-hook): Ditto.
7630         * wl-summary.el (wl-summary-msgdb-save): New hook
7631         `wl-summary-buffer-message-saved-hook' and
7632         `wl-summary-buffer-mark-saved-hook'.
7633
7634 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7635
7636         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7637
7638 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7639
7640         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7641         don't hide scroll bars under FSF Emacsen because it may incur an
7642         undesirable redrawing.
7643
7644 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7645
7646         * wl-draft.el (wl-draft-edit-string): Call
7647         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7648
7649 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7650
7651         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7652
7653 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7654
7655         * wl-summary.el (wl-summary-msgdb-load-async): Call
7656         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7657
7658 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7659
7660         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7661         fringes in demo buffer; center bitmap logo correctly even if old
7662         Mule is used.
7663
7664 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7665
7666         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7667
7668         * wl-refile.el (wl-refile-subject-alist): New variable.
7669         (wl-refile-subject-alist-file-name): Ditto.
7670         (wl-refile-alist-setup): Rewrite.
7671         (wl-refile-alist-save): Use `elmo-object-save'.
7672         Eliminated arguments.
7673         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7674         (wl-refile-guess-by-subject): New function.
7675         (wl-refile-guess-func-list): Added it.
7676
7677 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7678
7679         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7680         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7681
7682 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7685         New buffer-local variable.
7686         (wl-summary-buffer-next-folder-func): Ditto.
7687         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7688         if non-nil.
7689         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7690         if non-nil.
7691         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7692         if non-nil.
7693         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7694         if non-nil.
7695
7696 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7697
7698         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7699         permanently in the demo buffer.
7700
7701 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7704         `mime-entity-fetch-field'.
7705
7706         * wl.el (wl-exit): Delete plugged buffer.
7707
7708         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7709         XEmacs has menubar feature.
7710
7711 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7712
7713         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7714         cannot arrive at the beginning of the buffer under old Emacsen.
7715
7716 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-address.el (wl-address-ldap-search):
7719         Call `ldap-search-entries' with `withdn' argument t.
7720         (wl-complete-field-body): Bind completion-ignore-case as t.
7721         Clear ldap search hash when it was sole completion.
7722         Use elmo-string for pattern string.
7723         (wl-ldap-alias-safe-string): Eliminated needless let.
7724
7725 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7726
7727         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7728         (wl-ldap-alias-sep): New constant.
7729         (wl-ldap-search-attribute-type-list): Ditto.
7730         (wl-ldap-get-value): New function.
7731         (wl-ldap-make-filter): Ditto.
7732         (wl-ldap-make-matched-value-list): Ditto.
7733         (wl-ldap-alias-safe-string): Ditto.
7734         (wl-ldap-register-dn-string): Ditto.
7735         (wl-address-ldap-search): Rewrite.
7736
7737 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7738
7739         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7740         thread is deleted.
7741         (wl-thread-delete-line-from-buffer): Ditto.
7742         (wl-thread-get-exist-children): New function.
7743
7744 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7745
7746         * wl-demo.el (wl-demo): Made it to select various image types.
7747         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7748         from `wl-title-logo'.
7749         (wl-logo-ascii): New variable.
7750         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7751         (wl-demo-copyright-notice): New constant.
7752
7753         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7754
7755 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7756
7757         * wl-vars.el (wl-summary-target-above): Renamed from
7758         wl-summary-temp-above.
7759         * wl-score.el (wl-score-get-score-alist): Use it.
7760         (wl-summary-score-update-all-lines): Use it.
7761         * wl-summary.el: Ditto. (make-variable-buffer-local).
7762
7763 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-vars.el (wl-ldap-port): New user option.
7766
7767         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7768         Rewite whole implementation.
7769         (wl-complete-field-body): Fixed.
7770
7771 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7772
7773         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7774         Choose implementation at compile time.
7775
7776 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7777
7778         * wl-address.el (wl-ldap-search-internal): New function.
7779         (wl-complete-field-to): Use it.
7780
7781 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7782
7783         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7784         Use `let' instead of `let*'.
7785         Require 'wl-vars.
7786
7787         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7788         Define as defcustom.
7789         (wl-ldap-base): Ditto.
7790         (wl-use-ldap): Ditto.
7791
7792 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7793
7794         * wl-address.el (wl-ldap-search): New function.
7795         (wl-complete-field-body): Use `wl-ldap-search'.
7796         (wl-ldap-server): New variable.
7797         (wl-ldap-base): Ditto.
7798         (wl-use-ldap): Ditto.
7799
7800 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7801
7802         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7803         (Pointed out by Mito <mit@nines.nec.co.jp>).
7804         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7805         buffer-local variables like `wl-summary-redisplay-internal'.
7806         (wl-summary-redisplay-all-header): Likewise.  Update
7807         Summary view too.
7808
7809 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-summary.el (wl-summary-jump-to-parent-message):
7812         Consider prefix argument.
7813
7814         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7815         when closed thread is deleted.
7816
7817 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7818
7819         * wl-summary.el (wl-summary-jump-to-parent-message):
7820         Consider thread modification.
7821
7822 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
7823
7824         * wl-message.el (wl-message-normal-get-original-buffer): Use
7825         `save-excursion'.
7826
7827         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
7828         (wl-summary-showto-folder-regexp): Ditto.
7829
7830 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
7831
7832         * wl-util.el (wl-delete-alist): Doc fix.
7833         (wl-delete-associations): New function.
7834         (wl-inverse-alist): New function.
7835         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
7836         Split temporary variables. Use `wl-delete-associations'
7837         and `wl-inverse-alist'.
7838         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
7839
7840 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
7841
7842         * wl-folder.el (wl-folder-prefetch-entity):
7843         Execute prefetching if new count is unknown.
7844
7845 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7846
7847         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
7848
7849         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
7850         delete entity.
7851         (wl-thread-set-parent): If insert as top, set linked as nil.
7852
7853         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
7854         `wl-thread-cleanup-symbols' when view mode is thread.
7855
7856 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
7857
7858         * wl-folder.el (wl-folder-create-folder-entity): Use
7859         with-current-buffer.
7860         (wl-local-folder-init): Call set-buffer to make sure we are in
7861         the Folder buffer. Don't touch buffer-local variables here.
7862         (wl-folder-mode): Initialize buffer-local variables here.
7863
7864         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
7865         (wl-folder-entity-assign-id): Ditto.
7866         (wl-folder-create-entity-hashtb): Ditto.
7867         (wl-local-folder-init): Ditto.
7868         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
7869
7870 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7871
7872         * wl-summary.el (wl-summary-default-from): Fix probrem when
7873         std11-extract-address-components return (nil "foo@bar").
7874
7875 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
7876
7877         * wl-draft.el (wl-draft-clone-local-variables):
7878         Remove redundant `setq'.
7879
7880 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7883         Bind wl-highlight-x-face-func as nil while highlighting header.
7884
7885 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
7886
7887         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
7888
7889 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7890
7891         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
7892         elmo-msgdb-overview-hashtb from copy-variables.
7893         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
7894         instead of `elmo-msgdb-overview-get-entity-by-number'.
7895         (wl-summary-auto-refile): Ditto.
7896
7897         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
7898         `elmo-msgdb-overview-get-entity' instead of
7899         `elmo-msgdb-search-overview-entity'.  Use
7900         `elmo-msgdb-overview-get-entity' instead of
7901         `elmo-msgdb-overview-get-entity-by-number'.
7902         (wl-thread-insert-entity-sub): Ditto.
7903         (wl-thread-insert-message): Ditto.
7904
7905         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
7906         `elmo-msgdb-overview-get-entity'.
7907         (wl-normal-message-redisplay): Ditto.
7908
7909 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7910
7911         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
7912         `wl-thread-entities'.
7913         (wl-thread-delete-message): Fix remove top message from
7914         `wl-thread-entity-list'.
7915
7916         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
7917         wl-append(nconc), because update-list is broken on Meadow.
7918
7919         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
7920         updating process.
7921         (wl-summary-rescan): Ditto.
7922         (wl-summary-sync-update3): Ditto.
7923         * wl-thread.el (wl-thread-set-parent): Renamed from
7924         `wl-summary-set-parent'.
7925         (wl-thread-insert-message): Updating buffer faster.
7926         (wl-thread-delete-message): Updating buffer faster.
7927
7928         * wl-score.el (wl-summary-score-update-all-lines): Changed
7929         interval for display progress gauge.
7930
7931 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7932
7933         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
7934         folder always-sticky.
7935         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
7936         defmacro.
7937
7938 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * wl-vars.el (wl-draft-add-references): New user option.
7941
7942         * wl-draft.el (wl-draft-add-references): New function.
7943         (wl-draft-yank-from-mail-reply-buffer): Use it.
7944         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
7945         as nil.
7946
7947 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7948
7949         * wl-thread.el (wl-thread-update-line-msgs): Called
7950         `wl-thread-update-line-on-buffer-sub'.
7951         (wl-thread-update-line-on-buffer): Delete routine of inserting
7952         thread.
7953         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
7954         moved from `wl-thread-update-line-on-buffer'.
7955         Add threshold for displaying progress gauge.
7956         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
7957         argument of `wl-thread-update-line-msgs'.
7958         Add threshold for displaying progress gauge.
7959         * wl-folder.el:
7960         Add threshold for displaying progress gauge.
7961         * wl-score.el: Ditto.
7962
7963         * wl-expire.el (wl-summary-expire): Display deleting info.
7964
7965 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
7968         `no-msg'.
7969         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
7970         argument of `wl-thread-update-line-msgs'.
7971         (wl-summary-set-parent): Added optional argument `parent-number'.
7972         (wl-summary-buffer-saved-message): New buffer local variable.
7973         (wl-summary-save-current-message): New command.
7974         (wl-summary-yank-saved-message): Ditto.
7975         (wl-summary-mode-map): Added key binding for
7976         `wl-summary-save-current-message' (\ew) and
7977         `wl-summary-yank-saved-message' (\C-y).
7978         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
7979
7980 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-summary.el (wl-summary-mode-map): Added key binding for
7983         `wl-summary-set-parent' (ts).
7984
7985 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7986
7987         * wl-summary.el (wl-summary-insert-thread-entity): Search same
7988         subject faster. If thread number is reverse, delayed updating
7989         thread.
7990         (wl-summary-search-by-subject): Ditto.
7991         (wl-summary-put-alike): Ditto.
7992         (wl-summary-get-alike): Ditto.
7993         (wl-summary-insert-headers): Insert header of all overview in
7994         buffer.
7995         (wl-summary-rescan): Delayed updating thread. Kill search subject
7996         buffer for wl-summary-search-by-subject.
7997         (wl-summary-sync-update3): Ditto.
7998         (wl-summary-exit): Ditto.
7999         (wl-summary-goto-bottom-of-current-thread): Change for linked
8000         thread.
8001         (wl-summary-overview-create-summary-line): Change line for linked
8002         thread.
8003
8004         * wl-summary.el (wl-summary-update-thread): Use
8005         wl-thread-maybe-get-children-num.
8006         (wl-summary-set-parent): If change parent, move sub thread.
8007         (wl-summary-redisplay-internal): Add horizontal recenter.
8008         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8009
8010         * wl-thread.el (wl-thread-entity-get-linked): New function.
8011         (wl-thread-entity-set-linked): New function.
8012         (wl-thread-create-entity): Add linked element.
8013         (wl-thread-entity-insert-as-top): Use wl-append.
8014         (wl-thread-maybe-get-children-num): If closing thread, return
8015         children msgs.
8016         (wl-thread-update-line-msgs): Displaying progress message.
8017         (wl-thread-update-line-on-buffer-sub): Use
8018         wl-thread-maybe-get-children-num.
8019         (wl-thread-update-line-on-buffer): If update line is not exists,
8020         insert thread.
8021         (wl-thread-delete-message): If delete top msg of thread, search
8022         parent by subject.
8023         (wl-thread-insert-entity): Use
8024         wl-thread-maybe-get-children-num.
8025
8026         * wl-highlight.el (wl-highlight-summary-current-line): change
8027         sregexp for linked thread.
8028         * wl-util.el (wl-count-lines): Count lines.
8029         (wl-horizontal-recenter): horizontal recenter.
8030         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8031         (wl-score-get-alike): Ditto.
8032         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8033         (wl-subject-length-limit): New variable.
8034         (wl-highlight-thread-indent-string-regexp): Changed for linked
8035         thread.
8036
8037 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8040         New variable (revival).
8041         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8042         by subject matching if there's no in-reply-to nor references field
8043         (revival).
8044
8045 \f
8046 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8047
8048         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8049         message.
8050
8051 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-summary.el (wl-summary-reply): Return t if there was a
8054         message at cursor point.
8055         Added unwind-protect.
8056         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8057         returns t.
8058         (wl-summary-cancel-message): Do nothing when there's no message at
8059         cursor point.
8060         (wl-summary-forward): Ditto.
8061         (wl-summary-jump-to-parent-message): Ditto.
8062         (wl-summary-reedit): Ditto.
8063         (wl-summary-edit-addresses): Ditto.
8064         (wl-summary-pipe-message): Ditto.
8065         (wl-summary-print-message-with-ps-print): Ditto.
8066         (wl-summary-print-message): Ditto.
8067         (wl-summary-mark-as-important): Ditto.
8068         (wl-summary-mark-as-unread): Ditto.
8069
8070         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8071         message at cursor point.
8072         (wl-summary-reply-with-citation): Remove unwind-protect.
8073
8074         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8075         subject searching feature.
8076         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8077         Eliminated.
8078
8079 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8082         New variable.
8083         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8084         by subject matching if there's no in-reply-to nor references field.
8085
8086         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8087
8088         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8089         when display is finished.
8090         (wl-folder-open-all): Ditto.
8091         (wl-folder-update-access-group): Ditto.
8092         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8093         * wl-thread.el (wl-thread-close-all): Ditto.
8094
8095         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8096         progress gauge only when it was displayed.
8097         * wl-folder.el (wl-folder-insert-entity): Ditto.
8098
8099 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl-summary.el (wl-summary-incorporate): Enclose
8102         `wl-summary-sync-force-update' with save-excursion.
8103
8104 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8105
8106         * wl-summary.el (wl-summary-prefetch-region):
8107         Pass current cursor point to `pos-visible-in-window-p' after
8108         moving cursor to the started point.
8109
8110 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8111
8112         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8113
8114         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8115         fields from the forwarding message.
8116         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8117         `ignored-fields'.
8118
8119 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-mime.el (wl-message-request-partial):
8122         Eliminated argument `msgdb'.
8123         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8124         (wl-mime-combine-message/partial-pieces): Likewise.
8125         * tm-wl.el (wl-message-request-partial): Likewise.
8126         (wl-mime-combine-message/partial-pieces): Likewise.
8127
8128 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8129
8130         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8131         when display is finished.
8132
8133 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8134
8135         * wl-summary.el (wl-summary-goto-folder-subr):
8136         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8137
8138 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8139
8140         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8141         when cursor point is visible.
8142
8143 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8144
8145         * wl-expire.el (wl-expire-archive-get-max-number):
8146         Don't use `file-name-directory'.
8147
8148 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8149
8150         * wl-expire.el (wl-expire-archive-get-max-number):
8151         Use `file-name-directory'.
8152
8153 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8156         only when there is progress.
8157
8158 2000-04-13  Mito <mit@nines.nec.co.jp>
8159
8160         * wl-summary.el (wl-summary-sync-marks): Display progress.
8161
8162 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8165         (wl-summary-prev): Move cursor regardless of unread status.
8166         (wl-summary-next): Ditto.
8167
8168 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8171         Added argument `target' and `number'.
8172         * tm-wl.el (wl-summary-burst-subr): New function.
8173         (wl-summary-burst): Use it.
8174
8175 2000-04-10  Mito <mit@nines.nec.co.jp>
8176
8177         * wl-mime.el (wl-burst): New function.
8178         (wl-summary-burst): Use it.
8179
8180 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8181
8182         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8183         as petname when there's no candidate.
8184
8185 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8188         New variable.
8189         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8190
8191         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8192
8193         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8194
8195 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8198         Use substring of `original' instead of buffer-substring.
8199         (wl-refile-evaluate-rule):
8200         Set `original' argument of wl-refile-expand-newtext.
8201
8202         * wl-summary.el
8203         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8204         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8205         (wl-summary-auto-refile): Check existence of destination folder just
8206         before marking.
8207
8208 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8209
8210         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8211         when wl-refile-get-field-value return nil.
8212
8213 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8214
8215         * wl-refile.el
8216         (wl-refile-expand-newtext): New function imported from Gnus.
8217         (wl-refile-evaluate-rule): Use it.
8218
8219 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8220
8221         * wl-summary.el (wl-summary-print-destination):
8222         Duplicate folder string to avoid putting text-property on
8223         original string.
8224
8225         * wl-refile.el (wl-refile-get-field-value): New function.
8226         (wl-refile-evaluate-rule): New function;
8227         Evaluate refile rule recursively.
8228         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8229         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8230         New function; Check existence of a target folder recursively.
8231         (wl-summary-auto-refile-check-refile-rule-alist):
8232         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8233
8234 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8237
8238         * wl-folder.el (wl-create-folder-entity-from-buffer):
8239         Fixed problem when '}' character is contained in folder name.
8240
8241         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8242
8243 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8244
8245         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8246         (wl-fldmgr-add-completion-all-completions):
8247         Use wl-fldmgr-add-completion-hashtb.
8248
8249 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8250
8251         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8252         wl-fldmgr-add-completion-subr): New functions.
8253         * wl-folder.el (wl-folder-completion-func): New variable.
8254         * wl-summary.el (wl-summary-read-folder):
8255         Use wl-folder-completion-func.
8256
8257         * wl-refile.el: Eliminate throw & catch.
8258
8259         * wl.el (wl-plugged-sending-queue-status): Fixed.
8260
8261 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8262
8263         * wl-draft.el (wl-draft): Put category property on
8264         mail-header-separator.