Update.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
4         Add an argument `reverse'.  All callers are updated.
5         (wl-summary-sort): Add a prefix argument `reverse' to specify
6         reverse sorting.
7         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
8         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
9         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
10
11 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-message.el (wl-message-redisplay): Does not narrow header if
14         disply-type is all-header or as-is.
15
16         * wl-summary.el (wl-summary-enter-handler): Use
17         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
18
19 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
20
21         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
22         after adding wl-draft-parent-variables.
23         (wl-draft-forward): Ditto.
24
25 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-summary.el (wl-summary-sync-marks): Call
28         `wl-summary-set-persistent-mark' and
29         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
30         (wl-summary-set-persistent-mark-internal): Add 4th argument
31         `no-server'.
32         (wl-summary-unset-persistent-mark): Ditto.
33         (wl-summary-set-persistent-mark): Ditto.
34         (wl-summary-add-flags-internal): Abolish.
35         (wl-summary-remove-flags-internal): Ditto.
36         (wl-summary-mark-as-important-internal): Ditto.
37         (wl-summary-mark-as-important): Use
38         `wl-summary-set-persistent-mark' instead of
39         `wl-summary-add-flags-internal'.
40         (wl-summary-mark-as-important-region): Ditto.
41
42         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
43
44         * wl-summary.el (wl-summary-get-available-flags): New function.
45         (wl-summary-sync-marks): Use it and simplified.
46         (wl-summary-unset-persistent-mark): Use
47         `wl-summary-get-available-flags'.
48         (wl-summary-set-persistent-mark): Ditto.
49
50 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
51
52         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
53         id.
54
55 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
56
57         * wl-summary.el (wl-summary-enter-handler): If argument is not a
58         number, call `wl-summary-prev-line-content'. Show message when the
59         message is not found.
60
61 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
62
63         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
64         wl-summary-enter-handler.
65         (wl-summary-enter-handler): New command.
66
67         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
68         docstring and custom spec.
69
70         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
71         flags too; Don't treat Cached and New.
72         (wl-summary-set-persistent-mark): Ditto.
73
74         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
75         `wl-folder-set-flag'.
76
77         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
78         instead of `wl-folder-set-flag'.
79
80         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
81         for completion.
82         (wl-summary-set-persistent-mark): Ditto.
83
84         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
85         instead of `wl-draft-quit-preview'.
86
87         * wl-mime.el (toplevel): Avoid compile warning.
88         (wl-mime-quit-preview): New function
89         (formarly defined as `wl-draft-quit-preview').
90         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
91         quitting method.
92
93         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
94
95         * wl-folder.el (wl-folder-set-flag): Renamed from
96         `wl-draft-set-flag-on-parent'.
97
98         * wl-draft.el (wl-draft-quit-preview): New function.
99         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
100         (wl-draft-send): Call `wl-folder-set-flag' instead of
101         `wl-draft-set-flag-on-parent'.
102         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
103
104 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
107         (wl-draft-send): Ditto.
108
109 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
110
111         * wl-vars.el (wl-draft-reply-hook): Changed default value.
112         (wl-draft-kill-pre-hook): Set default value as nil.
113         (wl-summary-reply-hook): Ditto.
114         (wl-draft-kill-flags): Abolish.
115
116         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
117         (wl-draft-parent-variables): Renamed from
118         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
119         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
120         argument; Add wl-draft-parent-variables to
121         wl-draft-config-variables.
122         (wl-draft-reply): Likewise.
123         (wl-draft-kill-flags): Abolish.
124         (wl-draft-send): Call wl-draft-set-flag-on-parent.
125         (wl-draft-set-flag-on-parent): New function.
126         (wl-draft-setup-parent-flag): Ditto.
127
128 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
129
130         * wl-draft.el (wl-draft-kill-flags): Avoid error when
131         `wl-draft-parent-folder' is "".
132
133 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
134
135         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
136         (wl-summary-digit-jump): New function.
137         (Adviced by John Owens and Hiroya Murata)
138
139         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
140         (Adviced by John Owens)
141
142         * wl-xmas.el (wl-message-define-keymap): Ditto.
143
144         * wl-mule.el (wl-message-define-keymap): Ditto.
145
146 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
149         change of return value of elmo-folder-count-flags.
150
151         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
152         (wl-summary-mark-as-read-internal): Ditto.
153         (wl-summary-set-persistent-mark-internal): Ditto.
154         (wl-summary-folder-info-update): Ditto.
155         (wl-summary-sync-update): Fixed the last change.
156
157         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
158
159 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
160
161         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
162         (wl-draft-kill-flags): Fixed docstring.
163
164         * wl-draft.el (wl-draft-kill-flags): New function.
165         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
166
167 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
168
169         * wl-vars.el (wl-reply-hook): Abolish.
170         (wl-draft-reply-hook): New hook.
171         (wl-summary-reply-hook): Ditto.
172         (wl-draft-forward-hook): Ditto.
173         (wl-summary-forward-hook): Ditto.
174         (wl-draft-kill-flags): New variable.
175
176         * wl-summary.el (wl-summary-mark-as-answered-region): Use
177         wl-summary-set-persistent-mark-internal.
178         (wl-summary-sync-marks): Use elmo-preserved-flags.
179         (wl-summary-update-persistent-mark): Make it interactive.
180         (wl-summary-set-persistent-mark-internal): New inline function.
181         (wl-summary-mark-as-answered): Use it.
182         (wl-summary-mark-as-unanswered): Ditto.
183         (wl-summary-unset-persistent-mark): New function.
184         (wl-summary-set-persistent-mark): Ditto.
185         (wl-summary-reply): Don't set answered flag;
186         Run wl-summary-reply-hook instead.
187         (wl-summary-forward): Call wl-draft-forward with number.
188         Run wl-summary-forward-hook.
189
190         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
191         (wl-highlight-summary-line-face-spec): Use it as a default
192         persistent mark face.
193
194         * wl-draft.el (wl-draft-forward): Added optional argument number;
195         Set wl-draft-parent-number; Run wl-draft-forward-hook.
196         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
197         (wl-draft-kill): Use wl-draft-kill-flags.
198
199         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
200
201         * wl-folder.el (wl-folder-check-one-entity): Follow the change
202         of return value of elmo-folder-count-flags.
203
204         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
205
206         * wl-summary.el (wl-summary-count-unread): Ditto.
207         (wl-summary-sync-update): Follow the change above.
208         (wl-summary-force-prefetch): New function.
209
210 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
211
212         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
213         variable `buf' with `let' instead of `setq'.
214
215 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
216
217         * wl-mime.el (wl-message-delete-current-part): If filename exists,
218         add Content-Disposition heaeder on the deleted part.
219
220 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
221
222         * wl-draft.el (wl-draft-save): Encode address list under edit by
223         `eword-encode-unstructured-field-body'.
224
225         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
226
227 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
230         wl-current-summary-buffer.
231
232 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
233
234         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
235         `numbers' is ignored.
236
237 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
238
239         * wl-folder.el (wl-folder-open-folder): Avoid error.
240         Reported by John Owens, [wl-en:815]
241
242         * wl.el (wl): Set timer for biff process even if prefix argument
243         is given or auto-checking is quitted.
244
245         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
246         immediately.
247         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
248         (wl-toggle-plugged): Ditto.
249
250         * wl-vars.el (wl-biff-use-idle-timer): New variable.
251         * wl-util.el (wl-biff-start): Use idle timer if
252         `wl-biff-use-idle-timer' is non-nil.
253
254 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
255
256         * wl-highlight.el (wl-highlight-message): Fix description.
257
258 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
259
260         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
261         tty.
262
263 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-action.el (wl-summary-exec): Print failure count.
266
267 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
268
269         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
270         to `defun', remove interactive form.
271         Set elmo-message-fetch-confirm when force-reload is non-nil.
272
273 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-summary.el (toplevel): Removed unnecessary autoload.
276
277 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
280         the buffer is generated from another message buffer.
281
282 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
283
284         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
285         extracted from `wl-fldmgr-save-folders'.
286         (wl-fldmgr-delete): Call it after deletion.
287
288 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
291         multi-tty support.
292
293 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
294
295         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
296
297 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
298
299         * wl-summary.el (wl-summary-rescan): Remove unused variables.
300         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
301
302 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
305         unsubscribe list only if argument CLEAR is nil.
306
307 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
308
309         * wl-draft.el (wl-draft-reply): Decode subject before removing
310         Re: prefix.
311
312 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
313
314         * wl-summary.el (wl-summary-sort-by-size): New command.
315
316 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-summary.el (wl-summary-number-list-from-region): New
319         function.
320         (wl-summary-mark-as-read-region): Use it.
321         (wl-summary-mark-as-unread-region): Ditto.
322         (wl-summary-set-flags-region): Ditto and add optional argument
323         remove.
324         (wl-summary-mark-as-answered-region): Ditto.
325         (wl-summary-mark-as-important-region): Ditto.
326         (wl-summary-target-mark-mark-as-important): Added optional
327         argument remove.
328         (wl-summary-target-mark-mark-as-answered): Ditto.
329         (wl-summary-target-mark-set-flags): Ditto.
330
331 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
332
333         * wl-summary.el (wl-summary-set-flags-region): Call
334         `wl-summary-set-flags-internal' with number list instead of call
335         one by each message.
336         (wl-summary-target-mark-set-flags): Likewise.
337
338 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-summary.el (wl-summary-target-mark-operation): Add optional
341         argument `inverse' and use `wl-summary-delete-all-target-marks'.
342         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
343         (wl-summary-target-mark-mark-as-answered): Likewise.
344
345 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
346
347         * wl-summary.el (wl-summary-target-mark-forward): Use
348         `wl-summary-delete-all-target-marks' instead of
349         `wl-summary-delete-all-temp-marks'.
350         (wl-summary-target-mark-reply-with-citation): Ditto.
351         (wl-summary-target-mark-uudecode): Ditto.
352         (wl-summary-target-mark-set-flags): Ditto and remove needless
353         cursor move.
354
355 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
356
357         * wl-summary.el (wl-summary-target-mark-forward): Protect
358         wl-summary-buffer-target-mark-list from nreverse.
359         (wl-summary-target-mark-reply-with-citation): Ditto.
360
361 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
362
363         * wl-thread.el (wl-thread-update-indent-string-thread): Use
364         `elmo-display-progress-threshold'.
365
366 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
369         check `wl-summary-highlight'.
370         (wl-summary-window-scroll-functions): Respect value of
371         `wl-summary-highlight'.
372         (wl-summary-sync-update): Run hooks
373         `wl-summary-buffer-window-scroll-functions' at any time.
374
375 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
378         from `wl-summary-cleanup-temp-marks'.
379         (wl-summary-cleanup-temp-marks): Abolish argument.
380         * wl.el (wl-save-status): Revert previous change.
381         (wl-execute-temp-marks): New function, call
382         `wl-summary-exec-with-confirmation'.
383         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
384         (wl-folder-save-and-exec-marks): Abolished.
385
386 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
387
388         * wl-e21.el (wl-e21-display-image-p): Respect
389         `wl-highlight-folder-with-icon'.
390         (wl-e21-highlight-folder-group-line): Highlight mouse line
391         even if wl-e21-display-image-p is nil.
392
393         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
394         Respect value of `wl-summary-highlight'.
395
396         * wl.el (wl-save-status): Remove unused variable.
397
398         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
399         (wl-folder-mode-map): Bind it to "x".
400
401 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
402
403         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
404
405         * wl-thread.el (wl-thread-get-parent-list): Don't check
406         disconnected ancestors, neglecting needless work in
407         `wl-thread-update-indent-string-thread'.
408
409         * wl.el (wl-save): Take prefix argument to execute remaining marks.
410         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
411         argument, add argument default-keep to keep marks by default.
412
413         * Version number is increased to 2.11.30.
414
415         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
416         customization type and docstring.
417         (wl-draft-reply-without-argument-list): Ditto.
418
419 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
422
423         * wl-spam.el (wl-spam-mark-action-list): Ditto.
424
425 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
428
429 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-draft.el (wl-draft-config-exec): Narrow the range of
432         save-excursion so as not to include run-hooks.
433
434 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
435
436         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
437         Clarify that marks are going to be cleared.
438
439 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
442         according to 3rd element of wl-summary-flag-mark.
443
444         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
445
446 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-action.el (wl-summary-target-mark-all): Don't set
449         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
450
451 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
454         (wl-forward-subject-prefix): Ditto.
455         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
456         (wl-draft-reply-make-subject): Ditto.
457
458         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
459         `wl-draft-forward'.
460         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
461
462 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
463
464         * wl-action.el (wl-summary-target-mark-set-action): Stop if
465         target message does not exist.
466
467 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
468
469         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
470         `wl-subject-prefix-regexp'.
471         (wl-subject-forward-prefix-regexp): New variable.
472         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
473         `wl-draft-strip-subject-re' and take regexp as argument.
474         (wl-draft-forward): Use it.
475         (wl-draft-reply): Ditto.
476
477 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
478
479         * wl-e21.el (wl-highlight-plugged-current-line): Change for
480         emacs multi-tty support.
481
482 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
483
484         * wl-e21.el (wl-e21-display-image-p): Don't call
485         `display-images-p'.
486         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
487         support.
488         (wl-highlight-folder-current-line): Ditto.
489         (wl-folder-init-icons): Ditto.
490
491 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
492
493         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
494         the last line of summary in unplugged mode.
495
496 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
497
498         * wl-vars.el (wl-refile-rule-alist): Doc fix.
499
500 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * wl-vars.el (wl-user-mail-address-regexp): New variable.
503         * wl-address.el (wl-address-user-mail-address-p): Use it.
504         (wl-address-delete-user-mail-addresses): Ditto.
505         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
506
507         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
508         (wl-address-delete-user-mail-addresses): Ditto.
509
510         * wl-address.el (wl-address-delete-user-mail-addresses): New
511         function.
512         * wl-refile.el (wl-refile-guess-by-history): Use it.
513         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
514         (wl-draft-make-mail-followup-to): Ditto and fix logic.
515
516         * wl-draft.el (wl-draft-edit-string): To judge sender address,
517         use wl-address-user-mail-address-p.
518
519 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
522         after opening group.
523
524 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
527         of elmo-set-buffer-multibyte.
528
529         * wl-message.el (wl-original-message-mode): Ditto.
530
531         * wl-score.el (wl-score-insert-header): Ditto.
532
533         * wl-summary.el
534         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
535         (wl-summary-goto-folder-subr): Ditto.
536         (wl-summary-insert-headers): Ditto.
537
538         * wl-util.el (wl-set-string-width): Ditto.
539
540         * Version number is increased to 2.11.29.
541
542 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
543
544         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
545         (wl-highlight-summary-line-help-echo-alist): New variable.
546         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
547         into `wl-highlight-summary-line-help-echo' and
548         `wl-highlight-flag-folder-help-echo'.
549         (wl-highlight-summary-line-string): Change accordingly.
550         (wl-highlight-summary-current-line): Ditto.
551
552 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
553
554         * wl-highlight.el (wl-highlight-message): Ignore white spaces
555         at the beginning of field body (Thanks to Markus Knittig).
556
557         * wl-draft.el (wl-draft-insert-current-message): Also check
558         summary buffer, remove unnecessary tag.
559
560 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
561
562         * wl-draft.el (wl-draft-insert-current-message): Cause error also
563         when wl-message-buffer is nil.
564
565         * wl-folder.el (wl-folder): Abolish unused argument.
566         Call wl-folder-init when wl-folder-entity is nil.
567         * wl.el (wl): Change accordingly.
568
569 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
572         multibyte string before insert into draft buffer.
573         (wl-draft-create-buffer): Always enable multibyte characters for
574         draft buffer.
575
576         * Version number is increased to 2.11.28.
577
578 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
579
580         * wl-folder.el (wl-folder-open-close): Handle blank line.
581         (wl-folder-jump-to-current-entity): Ditto.
582
583 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * Version number is increased to 2.11.27.
586
587 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
588
589         * wl-thread.el (wl-thread-insert-message): When the thread is
590         devided by wl-summary-max-thread-depth, insert line at the end of
591         buffer.
592
593 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * Version number is increased to 2.11.26.
596
597 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
600
601 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
604         value of stream-type and session.
605
606 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * Version number is increased to 2.11.25.
609
610 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
611
612         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
613         in a quit message.
614
615 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
618         (wl-summary-redisplay-no-mime-internal): Ditto.
619
620 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
623         * wl-vars.el (wl-smtp-connection-type): Ditto.
624
625 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
626
627         * wl-highlight.el (wl-highlight-message): Change to strict regexp
628         for the separator line and quote mail-header-separator.
629
630 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-spam.el (wl-message-check-spam): Fixed problem no display
633         result message.
634
635         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
636         `elmo-multiple-fields-body-list' with boundary as
637         mail-header-separator.
638
639 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
642
643 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
644
645         * wl-util.el (wl-list-diff): Remove unused function.
646
647         * wl-draft.el (wl-draft-send-confirm): Discard input before
648         confirmation.
649
650 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
653         order of flag and new.
654
655 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * wl-vars.el (wl-refile-policy-alist): Abolished.
658
659         * wl-action.el (wl-summary-set-action-refile): Follow the change
660         above.
661
662 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * wl-highlight.el (wl-highlight-signature-search): Don't use
665         re-search-backward for a long word since it is possible to crash
666         XEmacs because of a bug.
667
668 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
669
670         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
671
672 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
673
674         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
675         argument for wl-summary-sync-force-update.
676
677 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
678
679         * wl-summary.el (wl-summary-mode-map): Revival of
680         wl-summary-mark-as-important related bindings;
681         Bind 'F','tF','mF','rF','m&'.
682         (wl-summary-mark-as-important-region): Revival.
683         (wl-summary-target-mark-mark-as-important): Ditto.
684         (wl-summary-target-mark-operation): New function.
685         (wl-summary-target-mark-mark-as-answered): Use it.
686         (wl-summary-decide-flag): Don't set Important as default.
687         (wl-summary-mark-as-important-internal): Revival.
688         (wl-summary-mark-as-important): Ditto.
689
690         * wl-thread.el (wl-thread-mark-as-important): Ditto.
691
692         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
693         instead of facep.
694
695 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
696
697         * wl-dnd.el (wl-dnd-drop-func): Fix.
698
699         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
700         mouse-set-point instead of posn-point.
701
702         * wl-xmas.el (wl-completing-read-multiple): Define as function.
703
704         * wl-mule.el (wl-completing-read-multiple): Ditto.
705
706 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl-demo.el (face-background-name): Defalias to avoid compile
709         warning.
710
711 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
712
713         * wl-summary.el (wl-summary-decide-flag): Use
714         wl-completing-read-multiple instead of completing-read-multiple.
715
716         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
717         New alias.
718
719         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
720         Use face-background-name instead of face-background.
721
722         * wl-vars.el (wl-summary-save-file-suffix): New user option.
723
724         * wl-summary.el (wl-summary-save): Use it.
725         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
726
727         * wl-mime.el (wl-mime-save-content): Fix last change.
728
729 2004-02-10  Len Trigg <lenbok@myrealbox.com>
730
731         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
732         New function.
733         (wl-summary-sort-specs): Added sort.
734         * wl-mime.el (wl-mime-save-content): Expand file name.
735
736 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
737
738         * wl-mime.el (wl-draft-preview-message): Fixed typo.
739
740         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
741
742 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
745         for flag if it is not defined.
746
747 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
748
749         * wl-e21.el (wl-highlight-folder-current-line): Use
750         elmo-folder-type-internal when elmo-folder-type returns nil.
751
752         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
753
754         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
755
756         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
757
758         * wl-e21.el (wl-summary-toolbar): Ditto.
759
760         * wl-vars.el (wl-demo-background-color): Abolished.
761         (wl-summary-persistent-mark-priority-list): Renamed from
762         wl-summary-flag-priority-list.
763         (wl-summary-flag-alist): New user option.
764         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
765         (wl-message-mode-line-format-spec-alist): Added 'F'.
766         (wl-message-mode-line-format): Likewise.
767         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
768         instead of wl-summary-important-mark.
769         (wl-file-folder-icon): New variable.
770
771         * wl-thread.el (wl-thread-set-flags): Renamed from
772         wl-thread-mark-as-important.
773
774         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
775         warning.
776         (wl-summary-mode-menu-spec): Follow the change of 
777         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
778         (wl-summary-mode-map): Follow the change of
779         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
780         (wl-summary-detect-mark-position): Follow the variable name change.
781         (wl-summary-set-flags-region): New function for the replacement of
782         wl-summary-mark-as-important-region.
783         (wl-summary-sync-marks): Sync all global-flags.
784         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
785         instead of elmo-message-flagged-p.
786         (wl-summary-persistent-mark-string): Follow the variable name change;
787         Put wl-summary-flag-mark if the message has global-flag.
788         (wl-summary-target-mark-set-flags): Renamed from 
789         wl-summary-target-mark-mark-as-important.
790         (wl-summary-decide-flag): New function.
791         (wl-summary-set-flags-internal): Renamed from
792         wl-summary-mark-as-important-internal.
793         (wl-summary-add-flags-internal): New function.
794         (wl-summary-remove-flags-internal): Ditto.
795         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
796         (wl-summary-mark-as-unimportant): Abolish.
797         (wl-summary-move-spec-alist): Changed `important' to `digest'.
798         (wl-summary-next-message): List flagged messages in the msgdb.
799
800         * wl-score.el (wl-summary-score-update-all-lines): Use
801         wl-summary-add-flags-internal instead of 
802
803         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
804
805         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
806         from wl-message-buffer-cur-flag (To avoid misunderstanding).
807         (wl-message-buffer-require-all-header): Renamed from
808         wl-message-buffer-all-header-flag (Ditto).
809         (wl-message-buffer-flag-indicator): New variable.
810         (wl-message-redisplay): Changed local varibale name from `flag' to
811         `display-type'; Set up wl-message-buffer-flag-indicator.
812         (wl-message-buffer-display): Changed varibale name from `flag' to
813         `display-type'.
814         (wl-message-display-internal): Likewise.
815
816         * wl-highlight.el (wl-highlight-demo-face): Define default background
817         color.
818         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
819
820         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
821
822         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
823         (wl-demo-setup-properties): Renamed from
824         `wl-demo-set-background-color'.
825         (wl-demo): Follow the change above.
826         
827         * Version number is increased to 2.11.24.
828
829 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * wl-summary.el (wl-summary-toggle-thread): Call
832         `wl-summary-rescan' with disable-thread as non-nil.
833         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
834
835 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
836
837         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
838         foreground property of the face.
839         (wl-demo-insert-text): Don't set up face property here.
840         (wl-demo): Call wl-demo-set-background-color, anyway.
841
842 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
843
844         * wl-vars.el (wl-demo-background-color): The value can be nil.
845
846 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
847
848         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
849         to wl-summary-wheel-dispatcher.
850
851         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
852         wl-message-wheel-dispatcher.
853         (wl-message-wheel-dispatcher): New function.
854         (wl-summary-wheel-dispatcher): Ditto.
855
856 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
857
858         * wl-action.el (wl-summary-target-mark-all): List messages which are
859         not in the killed-list.
860
861         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
862         only when the folder is 'flag/important.
863
864         * wl-address.el (wl-complete-field-body): Complete if the last
865         character is a space.
866
867 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-folder.el (wl-folder-clear-entity-info): Use
870         elmo-clear-hash-val.
871
872         * wl-fldmgr.el (wl-fldmgr-rename): Set
873         wl-folder-info-alist-modified as t.
874
875 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
876
877         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
878
879 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
882         (wl-folder-buffer-last-visited-entity-id): New buffer local
883         variable.
884         (wl-folder-revisit-last-visited-folder): New function.
885         (wl-folder-mode-map): Bind it to "C-i".
886         (wl-folder-set-current-entity-id): Set last visited folder.
887         * wl-summary.el (wl-summary-exit): Ditto.
888
889 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
892         before calling `recenter' in order to cope with an XEmacs bug.
893
894 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
897         to the default value.
898
899 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
902         change.
903         (wl-summary-sync-marks): Ditto.
904         (wl-summary-mark-as-read-internal): Ditto.
905         (wl-summary-mark-as-answered-internal): Ditto.
906         (wl-summary-mark-as-important-internal): Ditto.
907         (wl-summary-reply): Ditto.
908
909         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
910         instead of `elmo-folder-unflag-answered'.
911
912         * Version number is increased to 2.11.23.
913
914         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
915         the last change.
916
917 2004-01-11  Kenichi Okada  <okada@opaopa.org>
918
919         * wl-spam.el (wl-summary-exec-action-refile-with-register):
920         Specify "spam" or "good".
921
922 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
923
924         * wl-spam.el (wl-summary-exec-action-spam): Call
925         wl-folder-confirm-existence for spam folder.
926         (wl-spam-setup): Bind "mk".
927
928 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
929
930         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
931
932 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
933
934         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
935         destination folder is empty.
936
937 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
938
939         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
940         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
941
942         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
943         (wl-summary-refile-prev-destination-region): New function.
944         (wl-thread-refile-prev-destination): Ditto.
945         (wl-summary-target-mark-refile-prev-destination): Ditto.
946
947 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
948
949         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
950         (wl-demo-background-color): Changed default value.
951
952         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
953         color.
954
955         * wl-demo.el (wl-demo-set-background-color): New function.
956         (wl-demo): Call it.
957
958 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
959
960         * wl-address.el (wl-address-delete): Avoid mis-deleting.
961         * wl-address.el (wl-address-add-or-change): Don't add empty
962         address.
963
964 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
965
966         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
967
968 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
969
970         * wl-vars.el (wl-demo-image-filter-alist): New variable
971         (wl-demo-background-color): Ditto.
972
973         * wl-demo.el (wl-demo-xpm-set-background): New function.
974         (wl-demo-image-filter): Ditto.
975         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
976
977         * wl-vars.el (wl-demo-icon-name-alist): New variable.
978
979         * wl-demo.el (wl-demo-icon-name): Define as function.
980         (wl-demo-insert-image): Use it.
981
982 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
983
984         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
985
986 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
987
988         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
989
990 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
991
992         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
993
994 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-thread.el (wl-thread-mark-as-answered): New function.
997
998         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
999         answered" entry.
1000         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1001         "r&" and wl-thread-mark-as-answered to "t&".
1002         (wl-summary-mark-as-important-region): Refine to toggle mark.
1003         (wl-summary-mark-as-answered-region): New function.
1004         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1005         and 3rd argument.
1006         (wl-summary-mark-as-important-internal): Likewise.
1007
1008 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-template.el (wl-template-preview): New internal variable.
1011         (wl-template-preview-p): New function.
1012         (wl-template-show): Bind `wl-template-preview' as t.
1013
1014 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1017         `elmo-message-entity-field' with 3rd argument which is non-nil.
1018
1019 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1022         Removed duplicate local bind `folder'.
1023
1024 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1027
1028 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1031         duplicate definition.
1032
1033 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1034
1035         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1036         non-nil, use it; Don't fetch message if there's no message in the
1037         current cursor position.
1038
1039 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1040
1041         * wl-util.el (wl-region-exists-p): Use region-active-p.
1042         (wl-deactivate-region): New function.
1043         * wl-message.el (wl-message-redisplay): Deactivate region.
1044
1045         * wl-summary.el (wl-summary-reply): Call
1046         `wl-summary-set-message-buffer-or-redisplay' instead of
1047         `wl-summary-redisplay-internal', don't move point.
1048
1049 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1052         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1053         by regexp.
1054
1055 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1058         if no need.
1059
1060 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1063         default value to nil.
1064         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1065         `wl-summary-prepare-hook'; Replace refile action to
1066         `wl-summary-exec-action-refile-with-register'.
1067
1068         * Version number is increased to 2.11.22.
1069
1070 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-summary.el (wl-summary-detect-mark-position): Set
1073         `wl-summary-buffer-weekday-name-lang'.
1074
1075 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1076
1077         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1078         (wl-summary-mark-as-read-all): Ditto.
1079         (wl-summary-delete-messages-on-buffer): Ditto.
1080         (wl-summary-sync-update): Ditto.
1081         (wl-summary-mark-as-read-internal): Ditto.
1082         (wl-summary-mark-as-answered-internal): Ditto.
1083         (wl-summary-update-folder-info): Abolished.
1084
1085 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-summary.el (wl-summary-mark-as-read-all): Use
1088         `wl-summary-update-folder-info' instead of
1089         `wl-folder-update-unread'.
1090
1091 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1092
1093         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1094         `wl-summary-folder-info-update'.
1095         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1096         instead of `wl-summary-folder-info-update'.
1097         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1098         `wl-folder-set-folder-updated'.
1099         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1100         instead of `wl-folder-update-unread'.
1101         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1102         the value of `wl-summary-buffer-unread-count' for the second parameter of
1103         `wl-folder-update-unread'.
1104
1105         * Version number is increased to 2.11.21.
1106
1107 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1108
1109         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1110         a local variable.
1111
1112 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1115         interactively.
1116
1117         * wl-summary.el (wl-summary-mark-as-important-internal): New
1118         internal function.
1119         (wl-summary-mark-as-important): Use it.
1120         (wl-summary-mark-as-unimportant): New function.
1121         (wl-summary-sync-marks): Follow the API change.
1122
1123         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1124
1125         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1126
1127 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1128
1129         * wl-folder.el (wl-folder-update-unread): Re-indent.
1130         Narrow the scope of a local variable.
1131
1132 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1133
1134         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1135         (wl-addrmgr-merge-entries): Ditto.
1136         (wl-addrmgr): Added to address entry which exists in draft buffer
1137         if no entry is in original.
1138
1139 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1140
1141         * wl-batch.el: New file.
1142
1143 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1144
1145         * wl-vars.el (wl-use-semi): Remove unused variable.
1146
1147 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1148
1149         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1150         "?".
1151
1152 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1155         wl-summary-new-mark.
1156         (wl-summary-new-cached-mark): New user option.
1157         (wl-summary-score-marks): Follow the change above.
1158         (wl-summary-auto-refile-skip-marks): Ditto.
1159         (wl-summary-incorporate-marks): Ditto.
1160         (wl-summary-expire-reserve-marks): Ditto.
1161
1162         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1163
1164         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1165         (wl-summary-persistent-mark-string): Distinguished between cached
1166         and uncached mark when the message is new.
1167
1168 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-spam.el (wl-spam-domain): Renamed from
1171         `wl-spam-folder-guess-domain'.
1172         (wl-summary-exec-action-spam): Register as spam if domain of the
1173         source folder is good.
1174         (wl-summary-exec-action-refile-with-register): Register message if
1175         domain of the source folder is not undecided.
1176
1177 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1180         detect thread loop.
1181
1182 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1185         and wl-summary-skip-mark-list.
1186
1187 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1190
1191         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1192
1193         * wl-spam.el (toplevel): Require wl-highlight.
1194         (wl-spam-auto-check-policy-alist): Abolish.
1195         (wl-spam-auto-check-folder-regexp-list): New user option.
1196         (wl-spam-auto-check-marks): Ditto.
1197         (wl-spam-mark-action-list): Ditto.
1198         (wl-highlight-summary-spam-face): New face.
1199         (wl-spam-auto-check-message-p): New function.
1200         (wl-spam-map-spam-messages): Fixed message.
1201         (wl-spam-register-spam-messages): Ditto.
1202         (wl-spam-register-good-messages): Ditto.
1203         (wl-summary-spam-map): Add and remove keybind.
1204         (wl-summary-target-mark-spam): Abolish.
1205         (wl-summary-refile-spam): Ditto.
1206         (wl-summary-test-spam): New function.
1207         (wl-summary-mark-spam): Ditto.
1208         (wl-summary-auto-check-spam): Follow the above change.
1209         (wl-summary-exec-action-spam): New function.
1210         (wl-summary-exec-action-refile-with-register): Fixed message.
1211         (wl-message-check-spam): New function.
1212         (wl-spam-setup): Ditto.
1213         (toplevel): Call it if this file is loaded interactivity.
1214
1215         * Version number is increased to 2.11.20.
1216
1217 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1220         when new optional argument `force' is non nil or modified.
1221
1222 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl.el (toplevel): Require wl-spam when compile.
1225         (wl-save-status): Call wl-spam-save-status.
1226
1227         * wl-spam.el (wl-spam-register-spam-messages): New function.
1228         (wl-spam-register-good-messages): Ditto.
1229         (wl-spam-save-status): Ditto.
1230         (wl-summary-mode-map): Bind
1231         wl-summary-target-mark-register-as-spam to "ms" and
1232         wl-summary-target-mark-register-as-good to "mn".
1233         (wl-summary-register-as-spam): Abolish optional argument; Use
1234         wl-spam-register-spam-messages.
1235         (wl-summary-register-as-spam-all): Use
1236         wl-spam-register-spam-messages.
1237         (wl-summary-register-as-good): Abolish optional argument; Use
1238         wl-spam-register-good-messages.
1239         (wl-summary-register-as-good-all): Use
1240         wl-spam-register-good-messages.
1241         (wl-summary-target-mark-register-as-spam): New funtion.
1242         (wl-summary-target-mark-register-as-good): Ditto.
1243
1244 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1245
1246         * wl-spam.el: New file.
1247
1248 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1251
1252         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1253         (wl-summary-auto-refile): Call wl-refile-guess with
1254         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1255
1256 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1259         with disable-thread argument non-nil.
1260
1261 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * wl-summary.el (wl-summary-rescan): Added optional argument
1264         disable-thread.
1265         (wl-summary-sync): Call wl-summary-rescan with argument
1266         disable-thread.
1267         (wl-summary-input-range): Added new range `rescan-thread'.
1268
1269 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1270
1271         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1272
1273 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1276         internal variable.
1277         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1278         wl-summary-search-parent-by-subject-regexp and
1279         wl-summary-divide-thread-when-subject-changed as nil.
1280         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1281         (wl-summary-insert-thread): Search parent entity from
1282         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1283         thread loop.
1284
1285 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1286
1287         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1288
1289         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1290
1291         * wl-util.el (wl-require-update-all-folder-p): New function.
1292         (wl-get-assoc-list-value): Added `function' to match directive.
1293         (wl-collect-draft): Rewrite.
1294
1295         * wl-summary.el (wl-summary-sync-update): Clear faces
1296         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1297         are non-nil.
1298         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1299         argument as function.
1300         (wl-summary-input-range): Ditto.
1301
1302         * wl-folder.el (wl-draft-get-folder): New function.
1303         (wl-folder-get-elmo-folder): Consider draft folder.
1304
1305         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1306         (wl-draft-buffer-message-number): New buffer local variable.
1307         (wl-draft-folder-internal): New internal variable.
1308         (wl-draft-delete): Rewrite.
1309         (wl-draft-save): Ditto.
1310         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1311         wl-folder-get-elmo-folder.
1312         (wl-draft-config-info-operation): Ditto.
1313         (wl-jump-to-draft-folder): Ditto.
1314         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1315         (wl-draft-reedit): Rewrite.
1316
1317         * Version number is increased to 2.11.19.
1318         
1319 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1320
1321         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1322         variable.
1323
1324 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1327         Use ignore-errors instead of unwind-protect.
1328
1329 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1330
1331         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1332         for updating `wl-thread-entity-list'.
1333
1334 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1335
1336         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1337         parameter from calling `wl-thread-entity-get-older-brothers' and
1338         `wl-thread-entity-get-younger-brothers'.
1339         Replace nested `append' with a single one.
1340
1341 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * wl-summary.el (wl-summary-mode): Don't use the return value of
1344         `make-local-hook'.
1345
1346 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1347
1348         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1349         instead of `let*'.
1350         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1351         of local variables.
1352
1353 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1356         Renamed from wl-summary-window-scroll-functions.
1357         (wl-summary-window-scroll-functions): Don't set to variable.
1358         (wl-summary-display-top): Use run-hooks.
1359         (wl-summary-display-bottom): Ditto.
1360         (wl-summary-toggle-disp-msg): Ditto.
1361         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1362         Use it instead of wl-summary-window-scroll-functions.
1363         (wl-summary-goto-folder-subr): Don't call
1364         wl-summary-window-scroll-functions, use
1365         wl-summary-buffer-window-scroll-functions instead.
1366
1367 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1368
1369         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1370         make-local-variable.
1371
1372 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1373
1374         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1375         set-buffer-modified-p.
1376         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1377         (wl-summary-display-bottom): Ditto.
1378         (wl-summary-toggle-disp-msg): Ditto.
1379
1380 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1383
1384         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1385         (wl-summary-forward): Use elmo-message-entity-field instead of
1386         elmo-message-field.
1387
1388         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1389
1390 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * wl-summary.el (wl-summary-window-scroll-functions): No use
1393         `append'.
1394
1395 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1396
1397         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1398         function.
1399         (wl-summary-window-scroll-functions): Call it when both
1400         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1401         (wl-summary-temp-mark): Added optional argument number.
1402         (wl-summary-message-mark): Added optional argument flag.
1403         (wl-summary-persistent-mark): Added optional argument number and flag.
1404         (wl-summary-update-persistent-mark): Ditto.
1405         (wl-summary-update-status-marks): Set "r" for interactive spec.
1406
1407         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1408         argument number and flag.
1409
1410         * wl-action.el (wl-summary-registered-temp-mark): 
1411         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1412
1413 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1416         internal variable (buffer local).
1417         (wl-summary-window-scroll-functions): New function.
1418         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1419         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1420         as nil.
1421         (wl-summary-update-status-marks): Added arguments beg, end and
1422         check.
1423         (wl-summary-update-mark-window): Use function.
1424         (wl-summary-sync-update): Follow the change above.
1425         (wl-summary-switch-to-clone-buffer): Copy
1426         wl-summary-buffer-unsync-mark-number-list.
1427         (wl-summary-goto-folder-subr): Set
1428         wl-summary-buffer-unsync-mark-number-list and
1429         use wl-summary-window-scroll-functions instead of
1430         wl-summary-lazy-highlight.
1431
1432         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1433
1434 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1437
1438         * wl-summary.el (wl-summary-update-persistent-mark): Call
1439         wl-summary-set-message-modified.
1440
1441         * wl-summary.el (wl-summary-sync-update): Don't call
1442         wl-summary-update-status-marks.
1443
1444         * Version number is increased to 2.11.18.
1445
1446 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1447
1448         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1449         (wl-message-next-page): Ditto.
1450
1451 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1452
1453         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1454         local variable.  Change the order of a collected list into the
1455         same as the specified range.  Remove nil from a collected list.
1456
1457 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1460         argument for elmo-folder-list-messages.
1461
1462 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1465         change (wl-summary-count-unreads return a list instead of a cons
1466         cell).
1467
1468 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1469
1470         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1471         `wl-summary-folder-info-update'.
1472
1473 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-summary.el (wl-summary-set-message-modified): No use
1476         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1477         (wl-summary-set-mark-modified): Abolish.
1478         (wl-summary-mark-modified-p): Ditto.
1479         (wl-summary-save-view): Follow the change above.
1480
1481         * wl-expire.el (wl-summary-expire): Likewise.
1482
1483 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-summary.el (wl-summary-detect-mark-position): Use
1486         modb-entity-handler.
1487         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1488
1489         * Version number is increased to 2.11.17.
1490
1491 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1492
1493         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1494         entity field value.
1495         (wl-summary-prefetch-msg): Ditto.
1496         (wl-summary-print-message-with-ps-print): Ditto.
1497
1498 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1499
1500         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1501         for dummy entity.
1502         (wl-summary-insert-thread): Use elmo-message-entity-field.
1503         (wl-summary-update-thread): Use elmo-message-entity-field and
1504         elmo-message-entity-number.
1505         (wl-summary-line-number):  Use elmo-message-entity-number.
1506         (wl-summary-line-size): Use elmo-message-entity-field.
1507         (wl-summary-line-subject): Ditto.
1508         (wl-summary-line-from): Ditto.
1509         (wl-summary-line-attached): Ditto.
1510         (wl-summary-create-line): Ditto.
1511         (wl-summary-create-line): Use elmo-message-entity-number.
1512         (wl-summary-print-message-with-ps-print): Use
1513         elmo-message-entity-field.
1514
1515 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1516
1517         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1518         change in elmo-msgdb-make-message-entity.
1519         (wl-summary-buffer-set-folder): Don't call
1520         wl-summary-detect-mark-position here.
1521         (wl-summary-rescan): Call elmo-message-entity-number.
1522         (wl-summary-sync-update): Ditto.
1523         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1524
1525         * wl-score.el (wl-score-header-index): Redefine 2th element.
1526         (wl-score-overview-entity-get-extra): Abolish.
1527         (wl-score-ov-entity-get): Rewrite.
1528         (wl-score-string-index<, wl-score-string-func<): Abolish.
1529         (wl-score-string<): New function.
1530         (wl-score-string-sort): Use it.
1531
1532         * wl-refile.el (wl-refile-guess-by-history): Use
1533         elmo-message-entity-field.
1534         (wl-refile-guess-by-from): Ditto.
1535         (wl-refile-guess-by-msgid): Ditto.
1536
1537         * Version number is increased to 2.11.16.
1538
1539 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1540
1541         * wl-folder.el (wl-folder-confirm-existence): Don't call
1542         file-exists-p if msgdb-path is nil.
1543         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1544         `wl-read-folder-hist' to `wl-read-folder-history'.
1545
1546 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1547
1548         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1549         `y-or-n-p'.
1550
1551 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1552
1553         * wl-score.el (wl-score-headers): Don't use
1554         elmo-folder-do-each-message-entity.
1555
1556         * Version number is increased to 2.11.15.
1557
1558 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1559
1560         * wl-summary.el (wl-summary-delete-all-msgs): Use
1561         elmo-folder-move-messages instead of elmo-folder-delete-messages
1562         and elmo-folder-detach-messages.
1563         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1564
1565         * wl-expire.el (wl-expire-delete): Ditto.
1566         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1567
1568 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1569
1570         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1571         (wl-message-header-narrowing-fields): Ditto.
1572         (wl-message-header-narrowing-lines): Ditto.
1573         (wl-message-header-narrowing-string): Ditto.
1574
1575         * wl-summary.el (wl-summary-mode-map): Bind
1576         wl-summary-toggle-header-narrowing to "C-cC-f".
1577         (wl-summary-toggle-header-narrowing): New function.
1578
1579         * wl-message.el (wl-message-buffer-create): Call
1580         wl-message-header-narrowing-setup.
1581         (wl-message-redisplay): Call wl-message-header-narrowing.
1582         (wl-message-header-narrowing): New function.
1583         (wl-message-header-narrowing-map): New keymap.
1584         (wl-message-header-narrowing-widen-map): New keymap.
1585         (wl-message-header-narrowing-again-at-mouse): New function.
1586         (wl-message-header-narrowing-1): Ditto.
1587         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1588         (wl-message-header-narrowing-setup): Ditto.
1589         (wl-message-header-narrowing-toggle): Ditto.
1590         
1591         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1592
1593         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1594         'flag as all.
1595         (wl-use-flag-folder-help-echo): New user option.
1596
1597         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1598         wl-summary-highlight as nil.
1599         (wl-summary-set-mark-modified): Follow the API change.
1600         (wl-summary-mark-modified-p): Ditto.
1601         (wl-summary-mark-as-read-all): Ditto.
1602         (wl-summary-sync-marks): Don't call
1603         elmo-folder-list-messages-with-global-mark.
1604         (wl-summary-mark-as-read-internal): Follow the API change.
1605         (wl-summary-mark-as-answered-internal): Ditto.
1606         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1607         Follow the API change.
1608         (wl-summary-create-line): Call with number argument.
1609         (wl-summary-reply): Follow the API change.
1610
1611         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1612         function.
1613         (wl-highlight-summary-line-string): Call it when
1614         wl-use-flag-folder-help-echo is non-nil.
1615         (wl-highlight-summary-current-line): Ditto.
1616         (elmo-flag-folder-referrer): Added autoload setting.
1617
1618         * wl-draft.el (wl-draft-kill): Follow the API change.
1619
1620         * Version number is increased to 2.11.14.
1621         
1622 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1625
1626 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1627
1628         * Version number is increased to 2.11.13.
1629
1630 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-draft.el (wl-draft-previous-history-element): Fixed
1633         unbalanced parenthesis and bind unbound local variables.
1634
1635 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1636
1637         * wl-draft.el (wl-draft-previous-history-element): New function.
1638         (wl-draft-next-history-element): Ditto.
1639         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1640         them to M-p and M-n.
1641
1642 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * Version number is increased to 2.11.12.
1645
1646 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1647
1648         * wl-draft.el (wl-draft-hide): Select buffer-window.
1649
1650 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1651
1652         * wl-summary.el (wl-summary-narrow-to-region): New function.
1653         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1654         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1655         (wl-summary-save-region): Use it.
1656         * wl-action.el (wl-summary-collect-numbers-region)
1657         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1658
1659 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * wl-folder.el (wl-folder-count-incorporates): Don't use
1662         `elmo-msgdb-mark-load'
1663
1664         * Version number is increased to 2.11.11.
1665
1666 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1667
1668         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1669         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1670
1671 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1672
1673         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1674
1675 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1676
1677         * Version number is increased to 2.11.10.
1678
1679 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1680
1681         * wl-mime.el (wl-draft-attribute-value): Fixed.
1682
1683 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1684
1685         * wl-util.el (wl-copy-local-variables): New function.
1686
1687         * wl-mime.el (wl-draft-attribute-recipients): New function.
1688         (wl-draft-attribute-envelope-from): Ditto.
1689         (wl-draft-attribute-smtp-posting-server): Ditto.
1690         (wl-draft-attribute-smtp-posting-port): Ditto.
1691         (wl-draft-attribute-value): Ditto.
1692         (wl-draft-preview-message): Use it to get value for
1693         attributes. Reflect result of `wl-draft-config'.
1694
1695         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1696         and call `wl-summary-mark-as-read' before to call
1697         `wl-summary-unset-mark'.
1698         (wl-summary-target-mark-mark-as-unread): Likewise.
1699         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1700
1701 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1702
1703         * wl-mime.el (wl-draft-preview-message): Use actual value for
1704         attributes; Fix for small window.
1705
1706 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-refile.el (wl-refile-get-field-value): Call
1709         `elmo-message-entity-field' with 3rd argument is non-nil.
1710
1711 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * wl-vars.el (wl-draft-preview-attributes): New user option.
1714         (wl-draft-preview-attributes-list): Ditto.
1715         (wl-draft-preview-attributes-buffer-lines): Ditto.
1716         (wl-draft-preview-attributes-buffer-name): Ditto.
1717
1718         * wl-mime.el (wl-draft-preview-message): Display attributes.
1719
1720 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * wl-summary.el (wl-summary-detect-mark-position): Bind
1723         wl-summary-flag-priority-list to '(new).
1724
1725 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1726
1727         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1728         funtion.
1729         (wl-highlight-summary-line-string): Use it.
1730         (wl-highlight-summary-current-line): Ditto.
1731
1732 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1733
1734         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1735         line even when the mark string is not changed.
1736
1737         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1738         argument change in the wl-summary-create-line.
1739         (wl-thread-insert-entity-sub): Ditto.
1740
1741         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1742         argument change in the wl-summary-create-line.
1743         (wl-summary-insert-sequential): Ditto.
1744         (wl-summary-update-thread): Ditto.
1745         (wl-summary-persistent-mark-string): New inline function.
1746         (wl-summary-message-mark): Use it.
1747         (wl-summary-create-line): Abolish argument wl-persistent-mark
1748         and added wl-flags, wl-cached.
1749
1750         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1751         mark to flags.
1752         (wl-highlight-summary-current-line): Decide the face not by the 
1753         persistent mark but flags.
1754
1755 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1758         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1759         wl-summary-read-uncached-mark): Revive.
1760         (wl-summary-answered-cached-mark,
1761         wl-summary-answered-uncached-mark): New user option.
1762         (wl-summary-score-marks): Follow the change above.
1763         (wl-summary-auto-refile-skip-marks): Ditto.
1764         (wl-summary-incorporate-marks): Ditto.
1765         (wl-summary-expire-reserve-marks): Ditto.
1766         (wl-summary-flag-priority-list): New user option.
1767
1768         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1769         changes.
1770         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1771         of elmo-message-mark.
1772         (wl-summary-mark-as-read-internal): Ditto.
1773         (wl-summary-mark-as-answered): Ditto.
1774         (wl-summary-mark-as-important): Ditto.
1775         (wl-summary-redisplay-internal): Ditto.
1776         (wl-summary-redisplay-no-mime-internal): Ditto.
1777         (wl-summary-message-mark): New function.
1778         (wl-summary-insert-sequential): Use wl-summary-message-mark
1779         instead of elmo-message-mark.
1780         (wl-summary-update-thread): Ditto.
1781         (wl-summary-persistent-mark): Ditto.
1782         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1783         instead of elmo-message-mark.
1784
1785         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1786         wl-summary-message-mark instead of elmo-message-mark.
1787         (wl-thread-insert-entity-sub): Ditto.
1788         (wl-thread-get-children-msgs-uncached): Ditto.
1789
1790         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1791         variable name changes.
1792         (wl-highlight-summary-current-line): Ditto.
1793
1794         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1795         wl-summary-message-mark instead of elmo-message-mark.
1796
1797         * wl-expire.el (wl-expire-message-p): Ditto.
1798
1799         * wl-score.el (wl-score-headers): Ditto.
1800
1801         * Version number is increased to 2.11.9.
1802
1803         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1804         (wl-summary-sync-update): Follow the change above.
1805         (wl-summary-switch-to-clone-buffer): Ditto.
1806         (wl-summary-open-folder): Ditto.
1807
1808 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1811         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1812
1813         * Version number is increased to 2.11.8.
1814
1815         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1816
1817         * wl-expire.el (wl-expire-refile): Follow the API change on
1818         `elmo-folder-move-messages'.
1819         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1820
1821         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1822         (wl-summary-exec-action-refile): Ditto.
1823         (wl-summary-exec-action-copy): Ditto.
1824         (wl-summary-no-auto-refile-message-p): No use
1825         `wl-summary-buffer-msgdb'.
1826         (wl-summary-auto-refile): Ditto.
1827
1828 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1829
1830         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1831
1832 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * wl-summary.el (wl-summary-sync): Treat no-sync.
1835
1836         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1837         (wl-default-sync-range): Ditto.
1838
1839 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * wl-refile.el (wl-refile-subject-learn): Call
1842         `elmo-message-entity-field' with 3rd argument is non-nil.
1843         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1844         instead of `elmo-msgdb-overview-entity-get-subject'.
1845
1846 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1849         scan-type is rescan.
1850         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1851         new optional argument force is non-nil.
1852         (wl-summary-save-view-cache): Call it with force argument non-nil.
1853
1854         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1855
1856 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1857
1858         * wl-action.el (wl-summary-print-argument): Fixed last change.
1859
1860 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1861
1862         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1863         simplified.
1864         (wl-summary-target-mark-mark-as-unread): Likewise.
1865         (wl-summary-target-mark-mark-as-important): Likewise.
1866
1867 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1868
1869         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1870         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1871         (wl-summary-mark-as-important-region): Change accordingly.
1872         (wl-summary-target-mark-mark-as-important): Ditto.
1873
1874 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1875
1876         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1877
1878         * wl-action.el (wl-summary-print-argument): Print argument to
1879         right side of window if `wl-summary-print-argument-within-window'
1880         is non-nil.
1881
1882 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1883
1884         * wl-action.el (wl-summary-set-mark): Use
1885         `wl-summary-message-visible-p' to check visibility of the message
1886         and jump to message only when the message line is visible and have
1887         different number; Call wl-summary-unset-mark with number argument.
1888         (wl-summary-unset-mark): 
1889         Use `wl-summary-message-visible-p'
1890         to check visibility of the message and jump to message only when
1891         the message line is visible and have different number;
1892
1893 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * Version number is increased to 2.11.7.
1896
1897         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1898         and wl-folder-summary-line-format.
1899
1900         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1901         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1902         (wl-summary-set-score-mark): Use it.
1903         (wl-summary-target-mark-mark-as-read): Ditto.
1904         (wl-summary-target-mark-mark-as-unread): Ditto.
1905         (wl-summary-target-mark-mark-as-important): Ditto.
1906         (wl-summary-target-mark-msgs): Simplified.
1907         (wl-summary-detect-mark-position): Fixed problem when
1908         summary-line-format no contain persisten/temp mark spec.
1909         (wl-summary-temp-mark): Ditto.
1910         (wl-summary-persistent-mark): Ditto.
1911         (wl-summary-update-persistent-mark): Ditto.
1912
1913         * wl-action.el (wl-summary-set-mark): Ditto.
1914         (wl-summary-unset-mark): Ditto.
1915         All other related portions are changed.
1916
1917 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1918
1919         * Version number is increased to 2.11.6.
1920
1921 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1922
1923         * wl-util.el (wl-current-message-buffer): Define as function;
1924         Don't use the value of wl-messge-buffer.
1925
1926         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1927         persistent mark.
1928
1929         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1930         no current message, cause an error.
1931
1932 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1933
1934         * wl-summary.el (wl-summary-set-message-modified): Use
1935         elmo-folder-set-message-modified instead of
1936         elmo-folder-set-message-modified-internal.
1937
1938 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1939
1940         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1941         interactively.
1942         (wl-summary-sync): nokill->entirely.
1943         (wl-summary-sync-marks): Fixed message.
1944         (wl-summary-input-range): Added mark, nokill->entirely.
1945
1946         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1947         messages as read.
1948
1949 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1950
1951         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1952         update-noscore.
1953         (wl-summary-sync): Follow the change above.
1954
1955 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1956
1957         * wl-action.el (wl-summary-target-mark-all): Use
1958         elmo-folder-list-messages.
1959
1960 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1961
1962         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1963         (wl-summary-rescan): Set wl-summary-scored as nil.
1964         (wl-summary-sync-force-update): Follow the change above.
1965         (wl-summary-sync): Ditto.
1966         (wl-summary-sync-update): Added argument disable-killed.
1967         (wl-summary-insert-headers): Set visible-only argument for
1968         elmo-folder-list-messages.
1969         (wl-summary-input-range): Added update-nokill, update-noscore,
1970         all-nokill, all-noscore and mark.
1971
1972         * Version number is increased to 2.11.5.
1973
1974         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1975
1976 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1979         (wl-summary-prefetch-region-no-mark): Change accordingly.
1980         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1981
1982 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1983
1984         * wl-address.el (wl-complete-field-to): Abolished.
1985         (wl-complete-address): Completion function for completing-read.
1986         * wl-action.el (wl-summary-get-resend-address): Use it.
1987
1988         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1989         wl-summary-update-mark and abolish unused argument.
1990         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1991         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1992         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1993         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1994         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1995         * wl-draft.el (wl-draft-kill): Ditto.
1996
1997         * wl-summary.el: Remove unused binding of case-fold-search.
1998         (wl-summary-replace-status-marks): Abolished.
1999
2000 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2001
2002         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2003         is specified or folder length is zero.
2004
2005 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2008         (wl-folder-archive-current-entity): Ditto.
2009
2010 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2011
2012         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2013         retrieving message mark.
2014         (wl-summary-redisplay-internal): Ditto.
2015
2016         * wl-message.el (wl-message-buffer-display): Ignore errors while
2017         retrieving message-id field.
2018
2019         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2020         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2021         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2022         order of the arguments for `wl-expire-message-p'.
2023         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2024
2025         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2026         Check return value of wl-summary-reply.
2027         (wl-summary-reply): Recover window configuration when an error occured.
2028
2029 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2030
2031         * wl-summary.el (wl-summary-resend-message): Abolished, the
2032         feature is inherited by wl-summary-resend (put resend mark).
2033
2034 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2035
2036         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2037         wl-message-buffer to nil when the message is hide.
2038
2039 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2040
2041         * .cvsignore: New file.
2042
2043 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2044
2045         * wl-action.el (wl-summary-action-docstring): Add more info.
2046         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2047         duplicate definition.
2048         (wl-summary-define-mark-action): Functions wl-summary-*-region
2049         keep current position.
2050         (wl-summary-unregister-target-mark): Store result to the variable.
2051
2052 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2053
2054         * Version number is increased to 2.11.4.
2055
2056 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2057
2058         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2059         wl-summary-delete-all-temp-marks.
2060         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2061
2062         * wl-action.el (wl-summary-set-mark): Changed terminology
2063         refile-destination -> action-argument.
2064         (wl-summary-unset-mark): Ditto.
2065         (wl-summary-remove-argument): Ditto.
2066         (wl-summary-print-argument): Ditto.
2067
2068         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2069         (wl-thread-remove-argument-region): Ditto.
2070         (wl-thread-print-argument-region): Ditto.
2071         (wl-thread-close): Ditto.
2072         (wl-thread-open): Ditto.
2073
2074         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2075         (wl-highlight-refile-destination-face is abolished)
2076         (wl-highlight-action-argument-string): Ditto.
2077         (wl-highlight-summary-current-line): Highlight action argument.
2078
2079         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2080         color for light backgrounds.
2081         (wl-highlight-summary-answered-face): Ditto.
2082
2083 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2084
2085         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2086
2087         * wl-score.el (wl-summary-score-update-all-lines): Use
2088         wl-summary-set-mark.
2089         (wl-summary-score-update-all-lines): Kill expunged messages.
2090
2091         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2092
2093 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2094
2095         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2096         directly.
2097         (wl-score-overview-entity-get-lines): Ditto.
2098         (wl-score-overview-entity-get-xref): Ditto.
2099         (wl-score-get-latest-msgs): Ditto.
2100         (wl-summary-rescore): Ditto.
2101
2102         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2103         to "&".
2104         (wl-summary-mark-as-answered-internal): New inline function.
2105         (wl-summary-mark-as-answered): New function.
2106         (wl-summary-mark-as-unanswered): Ditto.
2107         (wl-summary-sync-marks): Modified for answered-mark synching.
2108
2109 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2110
2111         * wl-action.el (wl-summary-set-mark): Fixed last change.
2112
2113 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2114
2115         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2116         behavior of wl-summary-unread-message-hook
2117         (Pointed out by akira yamada <akira@arika.org>).
2118
2119 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2122         wl-summary-delete.
2123         * wl-xmas.el (wl-summary-toolbar): Ditto.
2124
2125         * wl-action.el (wl-summary-set-mark): Don't override current
2126         temp-mark.
2127
2128         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2129
2130 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2133         (wl-refile-msgid-learn): Ditto.
2134         (wl-refile-get-field-value): Ditto.
2135
2136         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2137
2138         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2139         (wl-expire-delete-reserved-messages): Renamed from
2140         wl-expire-reserve-marked-msgs-from-list.
2141         (wl-expire-delete): Removed argument `msgdb'.
2142         (wl-expire-refile): Ditto.
2143         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2144         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2145         mark-alist as argument.
2146         (wl-expire-archive-number1): Removed argument `msgdb'.
2147         (wl-expire-archive-number2): Ditto.
2148         (wl-expire-archive-date): Ditto.
2149         (wl-expire-localdir-date): Ditto.
2150         (wl-expire-hide): Ditto.
2151         (wl-archive-number1): Ditto.
2152         (wl-archive-number2): Ditto.
2153         (wl-archive-date): Ditto.
2154         (wl-archive-folder): Ditto.
2155         All other related portions are changed.
2156
2157 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2158
2159         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2160         mean move up and down. (suggested by Takashi Kawachi)
2161
2162 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2163
2164         * wl-acap.el (toplevel): Don't require un-define.
2165
2166 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2167
2168         * wl-thread.el (wl-thread-delete-message): Always update
2169         wl-summary-buffer-number-list.
2170
2171         * wl-action.el (wl-summary-print-destination): 
2172         Do nothing when folder is nil.
2173
2174 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2175
2176         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2177         persistent mark when prefetch is succeeded.
2178
2179 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2180
2181         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2182         instead of elmo-msgdb-delete-msgs.
2183         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2184         (wl-expire-hide): Ditto.
2185
2186         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2187
2188         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2189         elmo-msgdb interface.
2190         (wl-thread-get-exist-children): Likewise.
2191         (wl-thread-insert-message): Likewise.
2192         (wl-thread-msg-mark-as-important): Likewise.
2193         (wl-thread-insert-entity-sub): Likewise.
2194         (wl-thread-get-children-msgs-uncached): Likewise.
2195
2196         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2197         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2198         (wl-summary-sync-update): Likewise.
2199         (wl-summary-auto-select-msg-p): Likewise.
2200         (wl-summary-update-thread): Likewise.
2201         (wl-summary-mark-as-important): Likewise.
2202         (wl-summary-jump-to-msg-internal): Likewise.
2203         (wl-summary-redisplay-internal): Likewise.
2204         (wl-summary-print-message-with-ps-print): Likewise.
2205         (wl-summary-folder-info-update): Likewise.
2206
2207         * wl-folder.el (wl-folder-check-one-entity):
2208         elmo-folder-count-flags instead of wl-summary-count-unread.
2209
2210         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2211
2212         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2213
2214         * wl-summary.el (wl-summary-set-message-modified): 
2215         Call wl-summary-set-mark-modified.
2216         (wl-summary-delete-messages-on-buffer): Call
2217         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2218         (wl-summary-sync-update): Call elmo-folder-length instead of
2219         elmo-folder-messages.
2220         (wl-summary-insert-headers): Don't call
2221         elmo-folder-list-message-entities.
2222
2223 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2224
2225         * wl-action.el (wl-summary-define-mark-action): Call
2226         `wl-summary-set-mark' with argument `data'.
2227         (wl-summary-auto-refile): Fixed order of arguments when call
2228         `wl-summary-refile'.
2229
2230 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2233
2234         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2235
2236         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2237         (Renamed from wl-highlight-summary-deleted-face).
2238         (wl-highlight-summary-resend-face): New face.
2239
2240         (wl-highlight-summary-deleted-face): Renamed from
2241         wl-highlight-summary-erased-face.
2242
2243         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2244
2245         * wl-action.el (wl-summary-get-resend-address): New function.
2246         (wl-summary-exec-action-resend): Ditto.
2247         (wl-summary-exec-action-resend-subr): Ditto.
2248
2249         * w-thread.el (wl-thread-copy): Removed definition.
2250         (wl-thread-refile): Ditto.
2251         (wl-thread-delete): Ditto.
2252         (wl-thread-target-mark): Ditto.
2253
2254         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2255         (wl-summary-target-mark-set-action): Fixed.
2256         (wl-summary-define-mark-action): Fixed quotation.
2257         (wl-summary-move-mark-list-messages): Display message.
2258         (wl-summary-define-mark-action): Define thread functions.
2259         (wl-summary-exec-action-refile): Changed message.
2260         (wl-summary-exec): Ditto.
2261
2262 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2263         
2264         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2265         '%%'.
2266
2267 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2268
2269         * wl.el (toplevel): Require wl-action.
2270         (wl-init): Call wl-summary-define-mark-action.
2271
2272         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2273
2274         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2275         wl-summary-delete and wl-summary-erase.
2276         (wl-summary-mode-map): Ditto.
2277
2278         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2279         wl-delete-folder-alist.
2280
2281         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2282         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2283         (toplevel): Moved mark & action related functions to the wl-action.el.
2284
2285         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2286         in wl-summary-mark-action-list.
2287         (wl-highlight-summary-current-line): Ditto.
2288
2289         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2290         empty lines.
2291
2292         * wl-action.el: New file. 
2293
2294 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2295
2296         * wl-summary.el (wl-summary-target-mark-replace): New function.
2297         (wl-summary-target-mark-prefetch): Use it.
2298         (wl-summary-target-mark-delete): Ditto.
2299         (toplevel): Rearranged definition order.
2300         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2301         (wl-summary-target-mark-erase): Rewrite.
2302         (wl-summary-erase-region): New function.
2303         (wl-summary-exec-action-erase): Changed message.
2304         (wl-summary-move-mark-list-messages): New function.
2305         (wl-summary-exec-action-delete): Use it.
2306         (wl-summary-exec-action-erase): Ditto.
2307
2308         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2309         (wl-summary-skip-mark-list): Added "d".
2310
2311         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2312         while searching.
2313
2314         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2315         and define using defcustom;
2316         Define 4th element as a face.
2317         
2318         * wl-summary.el (wl-summary-incorporate): Use 
2319         `wl-summary-prefetch-region-no-mark' instead of
2320         `wl-summary-prefetch-region'.
2321         (wl-summary-prefetch-region-no-mark): Revival of old
2322         `wl-summary-prefetch-region'.
2323         (wl-summary-mark-action-list): Moved to wl-vars.el
2324
2325         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2326         face according to the `wl-summary-mark-action-list'.
2327         (wl-highlight-summary-current-line): Ditto;
2328         Removed destination highlighting.
2329
2330         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2331         (wl-highlight-summary-line-string): Highlight for "i" mark.
2332         (wl-highlight-summary-current-line): Ditto.
2333
2334         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2335         no destination.
2336
2337         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2338         exists, just go ahead.
2339         (wl-summary-prefetch-region): Rewrite.
2340         (wl-summary-prefetch): Ditto.
2341         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2342         (wl-summary-exec-action-prefetch): New function.
2343         (wl-summary-target-mark-prefetch): Rewrite.
2344
2345 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2346
2347         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2348         (wl-highlight-summary-line-string): Added "d" and "D".
2349         (wl-highlight-summary-current-line): Ditto.
2350
2351         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2352         in wl-summary.el.
2353         (wl-thread-insert-entity-sub): Ditto.
2354         (wl-thread-remove-destination-region): Ditto.
2355         (wl-thread-print-destination-region): Ditto.
2356
2357         * wl-summary.el (wl-summary-buffer-refile-list,
2358         wl-summary-buffer-delete-list,
2359         wl-summary-buffer-copy-list): Abolish.
2360         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2361         All other related portions are changed.
2362         (wl-summary-mark-action-list): New variable.
2363         (wl-summary-set-mark): New function.
2364         (wl-summary-register-target-mark): Ditto.
2365         (wl-summary-unregister-target-mark): Ditto.
2366         (wl-summary-have-target-mark-p): Ditto.
2367         (wl-summary-register-temp-mark): Ditto.
2368         (wl-summary-unregister-temp-mark): Ditto.
2369         (wl-summary-registered-temp-mark): Ditto.
2370         (wl-summary-collect-temp-mark): Ditto.
2371         (wl-summary-unset-mark): Ditto.
2372         (wl-summary-set-target-mark): Ditto.
2373         (wl-summary-unset-target-mark): Ditto.
2374         (wl-summary-set-action-generic): Ditto.
2375         (wl-summary-unset-action-generic): Ditto.
2376         (wl-summary-exec-action-delete): Ditto.
2377         (wl-summary-exec-action-erase): Ditto.
2378         (wl-summary-set-action-refile): Ditto.
2379         (wl-summary-set-action-refile-subr): Ditto.
2380         (wl-summary-unset-action-refile): Ditto.
2381         (wl-summary-make-destination-numbers-list): Ditto.
2382         (wl-summary-exec-action-refile): Ditto.
2383         (wl-summary-set-action-copy): Ditto.
2384         (wl-summary-unset-action-copy): Ditto.
2385         (wl-summary-exec-action-copy): Ditto.
2386         (wl-summary-collect-numbers-region): Ditto.
2387         (wl-summary-delete): Rewrite.
2388         (wl-summary-erase): Ditto.
2389         (wl-summary-remove-destination): Ditto.
2390         (wl-summary-exec): Ditto.
2391         (wl-summary-exec-region): Ditto.
2392         (wl-summary-target-mark-erase): Ditto.
2393         (wl-summary-refile): Ditto.
2394         (wl-summary-copy): Ditto.
2395         (wl-summary-unmark): Ditto.
2396         (wl-summary-delete-all-mark): Ditto.
2397         (wl-summary-mark-line): Don't highlight.
2398         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2399         (wl-summary-target-mark-refile-subr): Rewrite.
2400
2401         (wl-summary-copy-prev-destination): Abolish.
2402
2403 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2404
2405         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2406         default values along the value of wl-on-mule.
2407         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2408         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2409         It is not used anywhere.
2410
2411 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2412
2413         * wl-summary.el (wl-summary-print-destination): Keep position.
2414         (wl-summary-cursor-move-surface): Keep horizontal position.
2415
2416 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2417
2418         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2419         write sendlog.
2420
2421 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2424         `wl-summary-highlight'.
2425
2426 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2427
2428         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2429         trivial condition for temp-mark.
2430
2431 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2432
2433         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2434         when it hits killed buffer.
2435
2436 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2437
2438         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2439         * wl-news.el.in: `message' and `error' take format string.
2440
2441 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2442
2443         * wl-folder (wl-folder-insert-entity): Display a message,
2444         `...done', when the work finish.
2445         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2446
2447 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448
2449         * wl-message.el (wl-message-redisplay): Remove unused local
2450         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2451
2452 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2453
2454         * wl-summary.el (wl-summary-replace-status-marks): Disable
2455         interactive use.
2456         (wl-summary-reedit): Check message existence at first.
2457         (wl-summary-mark-line): Fix doc, return value is indefinite.
2458
2459         * wl-highlight.el (wl-highlight-message): Arranged.
2460
2461         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2462         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2463         check temp-mark by wl-summary-temp-mark always.
2464         (wl-highlight-summary): Change accordingly.
2465         * wl-summary.el (wl-summary-mark-as-read-all)
2466         (wl-summary-delete-cache, wl-summary-set-score-mark)
2467         (wl-summary-mark-as-unread, wl-summary-unmark)
2468         (wl-summary-mark-line, wl-summary-mark-as-read)
2469         (wl-summary-mark-as-important): Ditto.
2470
2471         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2472         end of the window if possible.
2473         * wl-summary.el (wl-summary-sync-update): Support lazy
2474         highlighting.
2475         (wl-summary-toggle-disp-msg): Ditto.
2476
2477 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2478
2479         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2480
2481 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2484         change.
2485
2486 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2487
2488         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2489         API.
2490         (wl-summary-sync-update): Ditto.
2491
2492         * wl-score.el (wl-score-get-score-alist): Changed argument.
2493         (wl-summary-rescore-msgs): Likewise.
2494         (wl-summary-score-headers): Likewise.
2495         (wl-score-headers): Likewise;
2496         Use elmo-folder-do-each-message-entity, etc.
2497         (wl-summary-score-effect): Follow the changes above.
2498         (wl-summary-rescore): Ditto.
2499         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2500         (wl-score-get-overview): Abolish.
2501
2502         * wl-summary.el (wl-summary-default-from): Follow the API change in
2503         elmo-msgdb.
2504         (wl-summary-count-unread): Ditto.
2505         (wl-summary-detect-mark-position): Ditto.
2506         (wl-summary-overview-entity-compare-by-date): Ditto.
2507         (wl-summary-overview-entity-compare-by-number): Ditto.
2508         (wl-summary-overview-entity-compare-by-from): Ditto.
2509         (wl-summary-overview-entity-compare-by-subject): Ditto.
2510         (wl-summary-get-list-info): Ditto.
2511         (wl-summary-rescan): Ditto.
2512         (wl-summary-jump-to-msg-by-message-id): Ditto.
2513         (wl-summary-sync-update): Ditto; Removed comment.
2514         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2515         (wl-summary-insert-message): Use wl-summary-insert
2516         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2517         (wl-summary-insert-headers): Changed argument overview to folder.
2518         (wl-summary-search-by-subject): Likewise.
2519         (wl-summary-insert-thread): Renamed from 
2520         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2521
2522         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2523         too.
2524
2525         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2526         wl-string-member.
2527
2528 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2531         elmo-folder-append-buffer.
2532         (wl-draft-queue-append): Likewise.
2533
2534         * wl-mime.el (wl-message-delete-current-part): Ditto.
2535         (wl-summary-burst-subr): Ditto.
2536
2537         * wl-news.el.in (wl-news-send-news): Ditto.
2538
2539 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2542         function.
2543         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2544         (wl-summary-update-mark): Enclose with save-excursion.
2545         (wl-summary-mark-as-read-internal): Fixed last change.
2546         (wl-summary-mark-as-important): Use 3rd argument of
2547         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2548         Don't use elmo-msgdb-set-mark.
2549         (wl-summary-redisplay-internal): If msgdb flag is already read,
2550         just update the mark on buffer.
2551
2552 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2553
2554         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2555         cut visible folder when elmo-folder-delete returns non-nil value.
2556
2557 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2558
2559         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2560         by Kenichi OKADA <okada@opaopa.org>).
2561
2562 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2563
2564         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2565
2566 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2567
2568         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2569         Fixed the last change, search group entity by its real name.
2570         (Thanks to: KOBAYASHI Shinji)
2571
2572 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2573
2574         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2575         (wl-fldmgr-access-display-all): Don't refer visible name.
2576         * wl-expire.el (wl-folder-archive-current-entity)
2577         (wl-folder-expire-current-entity): Ditto.
2578         * wl-folder.el (wl-folder-jump-to-current-entity)
2579         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2580         (wl-folder-open-folder-sub,wl-folder-open-all)
2581         (wl-folder-write-current-folder): Ditto.
2582         (wl-folder-insert-entity): Don't use petname for normal group.
2583         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2584         is the real name.
2585         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2586         Abolished.
2587
2588 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2589
2590         * wl-draft.el (wl-draft-create-buffer): Add
2591         `wl-summary-reply-with-citation'
2592
2593 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2594
2595         * wl-draft.el (wl-draft-reply): Fixed.
2596
2597 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2598
2599         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2600         when `wl-draft-send-confirm-with-preview' is non-nil.
2601         You can scroll up/down by j/k.
2602         (wl-draft-send-confirm-with-preview): New variable (default=t).
2603
2604 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2605
2606         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2607         (wl-fldmgr-save-folders): Fix comment.
2608
2609 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2610
2611         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2612         along the last change in `wl-folder-buffer-group-p'.
2613
2614 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2615
2616         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2617         folder.
2618
2619         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2620         the default value.
2621
2622         * wl-mime.el (wl-summary-burst): Update summary only when target
2623         folder equals current folder.
2624
2625 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2626
2627         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2628
2629 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2630
2631         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2632         value.
2633
2634 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2637         `map-extents' instead of `extent-at' repeatedly.
2638         (wl-highlight-folder-current-line): Ditto.
2639
2640         * wl-highlight.el: Remove useless dummy functions.
2641
2642 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2643
2644         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2645         (wl-folder-put-folder-property): New function to put text property.
2646         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2647         (wl-folder-insert-entity, wl-folder-update-diff-line)
2648         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2649         * wl-e21.el, wl-xmas.el, wl-mule.el
2650         (wl-highlight-folder-current-line): Ditto.
2651         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2652         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2653         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2654         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2655
2656 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2657
2658         * Version number is increased to 2.11.3.
2659
2660 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2661
2662         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2663         Resume current-buffer since it is assumed by remaining tasks.
2664
2665 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2666
2667         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2668         (wl-folder-completion-function): Abolished.
2669         (wl-folder-complete-folder): New function.
2670         (wl-folder-complete-filter-condition): Ditto.
2671         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2672         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2673
2674 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2675
2676         * wl-draft.el (wl-draft-send-confirm): New function.
2677         (wl-draft-send): Use it.
2678
2679         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2680         cursor-in-echo-area while confirming.
2681
2682         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2683
2684         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2685         searching via nntp if wl-summary-search-via-nntp is 'force.
2686         Otherwise, invoke searching in nntp folder only.
2687         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2688
2689         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2690         explicitly for mime-make-text-tag.
2691
2692 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2693
2694         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2695         `mime-make-text-tag' instead of `mime-create-tag'.
2696
2697 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2698
2699         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2700         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2701
2702 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2703
2704         * wl-score.el (wl-score-save): Bind print-length and print-level.
2705         (wl-score-pretty-print): Ditto.
2706         (wl-score-edit-insert-header-entry): Ditto.
2707
2708         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2709         "From" entry to be treated with wl-draft-eword-encode-address-list.
2710         * wl-mime.el (wl-draft-preview-message): Ditto.
2711
2712         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2713         (wl-summary-mark-as-unread): Ditto.
2714         (wl-summary-mark-as-read-region): Change accordingly.
2715         (wl-summary-mark-as-unread-region): Ditto.
2716         (wl-summary-target-mark-mark-as-read): Ditto.
2717         (wl-summary-target-mark-mark-as-unread): Ditto.
2718
2719 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2720
2721         * Version number is increased to 2.11.2.
2722
2723 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2724
2725         * wl-news.el.in (wl-news-previous-version-save): Bind
2726         print-length and print-level.
2727         * wl-thread.el (wl-thread-save-entities): Ditto.
2728         (wl-thread-save-top-list): Bind print-length.
2729
2730 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2731
2732         * wl-highlight.el (wl-highlight-summary-line-string): Use
2733         wl-summary-score-below-mark, wl-summary-score-over-mark.
2734         (wl-highlight-summary-current-line): Ditto.
2735
2736 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2737
2738         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2739         insert it.
2740
2741 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2742
2743         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2744
2745 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2746
2747         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2748         message without msgid.
2749         Rewrite with elmo-folder-move-messages.
2750         Set wl-message-buffer to nil.
2751
2752         * wl-summary.el (wl-summary-erase-subr): New function. Use
2753         elmo-folder-move-messages.
2754         (wl-summary-erase): Call it.
2755         (wl-summary-target-mark-erase): Ditto.
2756
2757 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2758
2759         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2760         it is not up-tp-date.
2761
2762 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2763
2764         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2765         buffer after calling `wl-summary-goto-folder-subr' without the
2766         argument `interactive'.
2767         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2768
2769 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2770
2771         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2772         `mime-create-tag'. Use `string=' instead of `looking-at'.
2773
2774 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2775
2776         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2777         to avoid compile warning.
2778
2779         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2780         entity-id when folder is given.
2781         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2782         save-excursion, use save-selected-window instead.
2783         Select folder buffer window if exists.
2784         (To correct behavior with wl-folder-move-cur-folder.)
2785
2786 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2787
2788         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2789
2790 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2791
2792         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2793         list-count instead of %d.
2794
2795 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2796
2797         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2798         (wl-news): Set it.
2799         (wl-news-append-to-folder): Use it.
2800
2801         * wl-news.el.in (wl-news-send-news): Append to specified folder
2802         instead of wl-default-folder.
2803         (wl-news-append-to-folder): Show error message with specified folder.
2804
2805         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2806                 In most major modes, Emacs assumes that any opening
2807                 delimiter found at the left margin is the start of a
2808                 top-level definition, or defun. Therefore, *never put an
2809                 opening delimiter at the left margin unless it should have
2810                 that significance.*
2811
2812         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2813
2814 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2815
2816         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2817
2818 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2819
2820         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2821
2822 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2823
2824         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2825         for sequential numbering case.
2826
2827 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2828
2829         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2830         value.
2831         (wl-draft-reply-without-argument-list): Ditto.
2832         (wl-draft-reply-myself-with-argument-list): Abolish.
2833         (wl-draft-reply-myself-without-argument-list): Ditto.
2834         * wl-draft.el (wl-draft-self-reply-p): New function.
2835         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2836
2837 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2838
2839         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2840         (avoid error for the case without byte-compiling)
2841
2842 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2843
2844         * wl-news.el.in (wl-news-append-to-folder): New function.
2845         (wl-news-exit): Rewrite.
2846         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2847
2848 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2849
2850         * wl-draft.el (wl-draft-reply-position): New function.
2851         (wl-draft-reply-position): Fix.
2852         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2853         (wl-summary-target-mark-reply-with-citation): Ditto.
2854         (wl-summary-reply-with-citation): Ditto.
2855         * wl-vars.el (wl-draft-reply-default-position): New variable.
2856
2857 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2858
2859         * wl-draft.el (wl-draft-send): Preview when interactive send.
2860
2861 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2862
2863         * wl-draft.el (wl-draft-reply): Set default position.
2864         * wl-summary.el (wl-summary-reply): Ditto.
2865         (wl-summary-reply-with-citation): Ditto.
2866         (wl-summary-target-mark-reply-with-citation): Ditto.
2867
2868 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2869
2870         * wl-news.el.in (wl-news-lang): Set default value according to
2871         current-language-environment.
2872         (wl-news-append-news): Do nothing when news-list is nil.
2873
2874 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2875
2876         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2877         (wl-news): Change message.
2878         (wl-news-exit): Check buffer.
2879         (wl-news-force-exit): New function.
2880         (wl-news-show-all): New function.
2881         (wl-news-discard-and-exit): Fix.
2882
2883 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2884
2885         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2886         according to current-language-environment.
2887
2888         * wl-news.el.in (wl-news): If arg, show all NEWS after
2889         wl-news-default-previous-version.
2890
2891 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2892
2893         * wl-news.el.in (wl-news-check): Rewritten.
2894         (wl-news-previous-version-load): Change data type.
2895         (wl-news-previous-version-save): Change data type.
2896         (wl-news-append-news): Add return value.
2897         (wl-news-check-news): New function.
2898         (wl-news-already-current-p): New function.
2899         (wl-news-send-news): Rewritten.
2900         (wl-news-mode-map): Add new keybind.
2901         (wl-news): Rewritten.
2902         (wl-news-exit): Rewritten.
2903         (wl-news-discard-and-mail): New function.
2904         (wl-news-send-to-address): Abolished.
2905         * wl.el (wl-init): Delete a message.
2906
2907 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2908
2909         * wl-news.el.in (wl-news-exit): Update previous version.
2910         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2911
2912 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2913
2914         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2915
2916 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2917
2918         * wl-news.el.in (wl-news): New function.
2919         (wl-news-mode): New function.
2920         (wl-news-next-line): New function.
2921         (wl-news-next-page): New function.
2922         (wl-news-exit): New function.
2923         (wl-news-buf-name): New variable.
2924         (wl-news-mode-map): New variable.
2925         (wl-news-winconf): New variable.
2926         (wl-news-append-news): Add an option.
2927
2928 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2929
2930         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2931
2932 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2933
2934         * wl-news.el.in (wl-news-send-to-address): New variable.
2935         (wl-news-send-news): Use it.
2936         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2937         Return updating status.
2938         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2939
2940 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2941
2942         * wl-news.el.in (wl-news-send-news): Delete
2943         Organization and X-Face.
2944
2945 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2946
2947         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2948         (wl-news-append-news): New function.
2949         (wl-news-send-news): New function.
2950
2951 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2952
2953         * Version number is increased to 2.11.1.
2954
2955 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2956
2957         * wl-news.el.in : New file.
2958
2959 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2960
2961         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2962         default value.
2963         (wl-draft-reply-without-argument-list): Ditto.
2964
2965 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2966
2967         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2968         (wl-message-buffer-prefetch-idle-time): Ditto.
2969         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2970
2971 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2972
2973         * wl-thread.el (wl-thread-insert-message): Use
2974         wl-summary-max-thread-depth.
2975
2976         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2977         loop detection.
2978
2979         * wl-message.el (wl-message-buffer-display): Back to the first page
2980         when cache is hit.
2981
2982 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2983
2984         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2985
2986         * wl-summary.el (wl-summary-insert-thread-entity):
2987         If the thread depth is reached to wl-summary-max-thread-depth,
2988         divide the thread.
2989
2990 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2991
2992         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2993         for elmo-remove-passwd.
2994
2995 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2996
2997         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2998         folder is sticky.
2999         (wl-folder-mark-as-read-all-entity): Ditto.
3000         (wl-folder-prefetch-entity): Ditto.
3001
3002 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3003
3004         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3005
3006 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3007
3008         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3009         Delete messages on buffer for unplugged operation.
3010         (wl-summary-erase): Ditto.
3011
3012 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3013
3014         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3015         take nil so as not to search parent by subject.
3016
3017 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3018
3019         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3020         (wl-folder-get-next-folder): Ditto.
3021         (wl-folder-get-path): Ditto.
3022
3023 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3024
3025         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3026         system and encode the region with it before verifying.
3027
3028 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3029
3030         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3031         system of the echo buffer before decoding.
3032
3033 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3034
3035         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3036         original contents.
3037
3038 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3041         with argument 'any-exists.
3042
3043 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3044
3045         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3046         Use `wl-cs-autoconv'.
3047
3048 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3049
3050         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3051         by `mime-view-automatic-conversion'.
3052
3053         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3054         (wl-message-verify-pgp-nonmime): Ditto.
3055         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3056         Bind them to C-c:d and C-c:v respectively.
3057
3058         Merge following code by Teranishi-san from [wl-en:00167].
3059         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3060         (wl-mime-preview-application/pgp-encrypted): Ditto.
3061         (wl-mime-setup): Add entry.
3062
3063 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3064
3065         * wl-summary.el (wl-summary-target-mark-erase): New function.
3066         Bind it to "mD".
3067
3068 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3069
3070         * wl-vars.el (wl-draft-write-file-function): Fix.
3071         (wl-draft-reedit-hook): Changed default value.
3072
3073         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3074         wl-draft-reedit-hook.
3075         (wl-draft-remove-text-plain-tag): New function.
3076         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3077
3078         * wl-vars.el (wl-draft-write-file-function): New user option.
3079
3080         * wl-draft.el (wl-draft-prepare-edit): Use it for
3081         local-write-file-hooks.
3082         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3083
3084         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3085         (wl-draft-insert-mail-header-separator): Return the body beginning
3086         point.
3087         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3088         text/plain.
3089         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3090
3091 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3092
3093         * wl-summary.el (wl-summary-erase): New function to erase message
3094         without moving it to trash. Bind to "D".
3095
3096         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3097         as `keep' unless switch-function.
3098
3099 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3100
3101         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3102         message buffer by using `wl-summary-toggle-disp-msg'.
3103         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3104         buffer window.
3105         (wl-summary-supresedes-message): Ditto.
3106
3107         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3108         Do not delete other windows.
3109         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3110         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3111         (wl-draft-create-buffer): Set reply-or-forward also for target
3112         mark commands.
3113
3114 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3115
3116         * wl-draft.el (wl-user-agent-compose): Delete special case for
3117         switch-to-buffer-other-window.
3118
3119         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3120         (wl-summary-forward): Ditto.
3121
3122         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3123         function.
3124         (wl-draft-buffer-style): New use option.
3125
3126         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3127         (wl-draft): Follow the change above.
3128         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3129         wl-draft-buffer-style.
3130         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3131         switch-function.
3132
3133 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3134
3135         * wl-draft.el (wl-user-agent-compose): Delete special case for
3136         switch-to-buffer-other-window.
3137
3138         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3139         (wl-summary-forward): Ditto.
3140
3141         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3142         function.
3143         (wl-draft-buffer-style): New use option.
3144
3145         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3146         (wl-draft): Follow the change above.
3147         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3148         wl-draft-buffer-style.
3149         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3150         switch-function.
3151
3152 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3153
3154         * wl-address.el (wl-address-make-completion-entry): Extracted from
3155         `wl-address-make-completion-list'.
3156         (wl-address-enable-strict-loading): New variable.
3157         (wl-address-make-completion-list): Revive petname duplication
3158         inquiry, and enable it if `wl-address-enable-strict-loading'.
3159         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3160
3161 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3162
3163         * wl-message.el (wl-message-get-original-buffer): Avoid
3164         'Selecting deleted buffer' error when original buffer is killed.
3165
3166 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3167
3168         * wl-summary.el (wl-summary-next-message): Use
3169         elmo-message-accessible-p instead of elmo-message-cached-p.
3170
3171 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3172
3173         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3174
3175         * wl-thread.el (wl-thread-open-all-unread): Use
3176         elmo-folder-list-flagged instead of
3177         elmo-folder-list-messages-mark-match.
3178
3179         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3180         instead of elmo-folder-list-messages-mark-match.
3181         (wl-summary-move-spec-alist): New variable.
3182         (wl-summary-move-spec-plugged-alist,
3183         wl-summary-move-spec-unplugged-alist): Abolish.
3184         (wl-summary-next-message): Follow the change above.
3185         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3186         with 'no-msg' argument.
3187
3188         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3189         variable.
3190         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3191         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3192         (wl-message-buffer-prefetch-get-next): Follow the change above.
3193
3194 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3195
3196         * wl-version.el (wl-version): Changed codename.
3197
3198         * Version number is increased to 2.11.0.
3199
3200 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3201
3202         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3203         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3204         `wl-draft-config-variables'.
3205         (wl-draft-kill): Fixed problem when the draft is reedit.
3206
3207 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3208
3209         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3210         buffer-modified status (Thanks to
3211         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3212
3213 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3214
3215         * wl-util.el (wl-region-exists-p): New function.
3216
3217         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3218         Remove defvars for byte-compile warnings.
3219
3220 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3221
3222         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3223         defvar-maybe. Removed unused bind.
3224
3225 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3226
3227         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3228         summary buffer window before creating new frame.
3229         (wl-draft-reply): Ditto.
3230
3231 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3234
3235 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3236
3237         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3238
3239 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3240
3241         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3242         instead of `kill-region'.
3243
3244 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3245
3246         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3247         (wl-highlight-summary-line-string): Use it.
3248         (wl-highlight-summary-current-line): Ditto.
3249
3250         * wl-mime.el (wl-message-delete-current-part): Check the class of
3251         mime-entity.
3252
3253         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3254
3255         * wl-summary.el (wl-summary-make-number-list): Initialize.
3256         (wl-summary-update-mark): New function.
3257         (wl-summary-reply): Put `answered' mark on the message.
3258         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3259
3260         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3261         (wl-draft-reply): Added optional argument `number';
3262         Set wl-draft-parent-number.
3263         (wl-draft-kill): Delete answered mark if it is a reply.
3264
3265 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3266
3267         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3268         that originates in mime-preview-follow-current-entity.
3269         (wl-draft-yank-current-message-entity): Use it if region is active.
3270
3271         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3272         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3273         `wl-message-delete-current-part'.
3274         * wl-mule.el (wl-message-define-keymap): Ditto.
3275         * wl-xmas.el (wl-message-define-keymap): Ditto.
3276
3277 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3278
3279         * wl-mime.el (wl-message-delete-current-part): New function.
3280         (wl-mime-node-id-to-string): Ditto.
3281
3282         * wl-mime.el (wl-message-delete-current-part): Use existing
3283         original buffer which corresponds current mime-view buffer.
3284         (fetched buffer might have different structure, possibly)
3285
3286         * wl-mime.el (wl-message-delete-current-part): Quit if the
3287         message content differs from the actual message.
3288
3289 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3290
3291         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3292         order.
3293         (wl-summary-search-by-subject): Search parent message from tail;
3294         Check the existence of the parent message on the current thread tree.
3295         (wl-summary-update-thread): Check whether the line is inserted.
3296
3297 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3298
3299         * wl-vars.el (wl-summary-line-format): Undo last change.
3300         * wl-summary.el (wl-summary-print-destination): Do not put
3301         invisible property when `wl-summary-width' is nil.
3302         (wl-summary-line-subject-minimum-length): Abolished.
3303         (wl-summary-line-subject): Ditto.
3304
3305 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3306
3307         * wl-vars.el (wl-summary-line-format): Change default value.
3308         (wl-summary-subject-length-limit): Abolished.
3309         * wl-summary.el (wl-summary-line-subject): Ditto.
3310
3311 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3312
3313         * wl-template.el (wl-template-select): Added optional argument.
3314         If optional argument is specified, reverse
3315         `wl-template-visible-select'.
3316
3317 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3318
3319         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3320         Take prefix argument to force asking the destination folder.
3321
3322 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3323
3324         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3325         count and update status.
3326
3327 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-summary.el (wl-summary-redisplay-internal): If
3330         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3331         after fetching.
3332
3333 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3334
3335         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3336         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3337
3338         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3339
3340 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3341
3342         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3343         (All other related portions are changed).
3344         (wl-summary-mark-as-read-all): Rewrite.
3345
3346 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3347
3348         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3349         `wl-summary-mark-as-read'.
3350         (wl-summary-mark-as-unread): Rewrite.
3351         (wl-summary-mark-as-read): Added no-modeline argument.
3352         (wl-summary-resume-cache-status): Rewrite.
3353         (wl-summary-exec-subr): Remove unused local variable.
3354
3355 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3356
3357         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3358         logic to call `wl-summary-buffer-prev-folder-function'.
3359         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3360
3361 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3362
3363         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3364         is nil.
3365
3366 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3369         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3370         (wl-mime-setup): Add its entry.
3371
3372 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3375         (wl-summary-delete-cache): Likewise.
3376         (wl-summary-mark-as-read): Rewrite.
3377
3378 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3379
3380         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3381         `wl-summary-count-unread'.
3382
3383         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3384
3385         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3386
3387 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3388
3389         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3390         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3391         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3392         Renamed to the elmo-msgdb-*-mark.
3393         (wl-summary-score-marks): Follow the change above.
3394         (wl-summary-auto-refile-skip-marks): Ditto.
3395         (wl-summary-incorporate-marks): Ditto.
3396         (wl-summary-expire-reserve-marks): Ditto.
3397
3398         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3399         changes.
3400         (wl-thread-insert-top): Changed updating message.
3401
3402         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3403         variable.
3404         (wl-summary-count-unread): Count answered marks.
3405         (wl-summary-rescan): Call wl-summary-insert-message instead of
3406         wl-summary-append-message-func-internal.
3407         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3408         (wl-summary-prefetch-msg): Follow the variable name changes.
3409         (wl-summary-prefetch-region): Ditto.
3410         (wl-summary-mark-as-read-all): Follow the API changes;
3411         Don't call elmo-folder-replace-marks.
3412         (wl-summary-delete-cache): Follow the variable name changes.
3413         (wl-summary-resume-cache-status): Ditto.
3414         (wl-summary-update-status-marks): New function.
3415         (wl-summary-insert-message): New function.
3416         (wl-summary-sync-marks): Follow the variable name changes.
3417         (wl-summary-sync-update): Synchronize to the msgdb, too;
3418         Changed update messages.
3419         (wl-summary-make-number-list): Rewrite.
3420         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3421         (wl-summary-mark-as-unread): Follow the API changes.
3422         (wl-summary-exec-subr): Follow the variable name changes.
3423         (wl-summary-mark-as-read): Ditto.
3424         (wl-summary-move-spec-plugged-alist): Ditto.
3425         (wl-summary-move-spec-unplugged-alist): Ditto.
3426         (wl-summary-cursor-move-surface): Ditto.
3427
3428         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3429         variable name changes.
3430         (wl-highlight-summary-current-line): Ditto.
3431
3432         * wl-expire.el (wl-expire-refile): Follow the API change in
3433         elmo-folder-move-messages.
3434         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3435         (wl-summary-archive): Use elmo-folder-msgdb instead of
3436         elmo-msgdb-load.
3437
3438 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3439
3440         * wl-mime.el (wl-draft-preview-message): Restore the position
3441         before evaluating wl-draft-send-hook in preview buffer.
3442
3443 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3444
3445         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3446         when it creates new draft buffer.
3447
3448         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3449         without argument.
3450
3451         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3452         Evaluate content and if the value is string, insert it.
3453         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3454         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3455         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3456         wl-draft-config-sub-part-bottom): Use it.
3457
3458         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3459         with the folder name. The question was unintelligible when it is
3460         called from wl-save-status.
3461
3462 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3465         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3466         cannot take second argument).
3467
3468 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3471         as t. Since type and subtype are not case sensitive (RFC 2045).
3472
3473 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl-vars.el (wl-message-mode-line-format): New variable.
3476         (wl-message-mode-line-format-spec-alist): Ditto.
3477         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3478         (wl-message-redisplay): Use wl-message-mode-line-format.
3479
3480 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3481
3482         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3483
3484 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3485
3486         * wl-summary.el (wl-summary-default-from): Write description.
3487
3488 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-vars.el (wl-ldap-objectclass): Abolish.
3491
3492         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3493         (wl-ldap-make-filter): Removed condition for objectclass.
3494         (wl-ldap-make-matched-value-list): Remove meaningless process.
3495         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3496         (wl-address-ldap-search): Don't add `*' to `pat' string;
3497         use ignore-errors; added `email';
3498         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3499         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3500         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3501
3502
3503 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3504
3505         * wl-draft.el (wl-draft-parent-folder): Write description.
3506         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3507
3508 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3511         as "" (zero-length string) if no parent.
3512         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3513
3514 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3515
3516         * wl-address.el (wl-address-make-completion-list): Skip duplication
3517         checking.
3518         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3519         `append'.
3520
3521 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3522
3523         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3524         instead of `beginning-of-buffer'.
3525
3526 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3529
3530 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3531
3532         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3533         Refer wl-message-buffer-name.
3534         (wl-message-wheel-down): Ditto.
3535
3536 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3537
3538         * wl-vars.el (wl-message-buffer-name): New user option.
3539
3540         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3541         directly instead of making alist dinamically.
3542
3543         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3544         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3545         wl-message-buffer-cache-name.
3546         (wl-message-buffer-cache-clean-up): Ditto.
3547
3548         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3549
3550         * Version number is increased to 2.9.15.
3551
3552 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3553
3554         * wl-vars.el (wl-summary-default-view-alist): New user option.
3555
3556         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3557
3558         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3559         while deleting address.
3560         (wl-draft-delete-myself-from-cc): Ditto.
3561
3562         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3563         If optional argument is specified, reverse sort order.
3564
3565         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3566
3567 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-thread.el (wl-thread-insert-message): Return parent number if
3570         exists.
3571         (wl-thread-update-indent-string-region): Use
3572         wl-thread-update-line-on-buffer-sub instead of
3573         wl-thread-update-line-on-buffer.
3574
3575 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3576
3577         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3578         (wl-folder-close-all): Ditto.
3579
3580 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3581
3582         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3583         and mailing-list:.
3584         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3585         value.
3586         (wl-summary-line-list-info): Print mailing-list name even when 
3587         list-number is empty.
3588
3589 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3590
3591         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3592
3593         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3594         (wl-draft-open-file): Ditto.
3595         (wl-draft-random-alphabet): Ditto.
3596
3597         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3598         bindings.
3599
3600 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3601
3602         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3603         * wl-vars.el (wl-draft-config-alist): Ditto.
3604
3605 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3606
3607         * Version number is increased to 2.9.14.
3608
3609         * wl.el (wl): Don't set wl-init as nil when error occured while
3610         auto-checking folders.
3611
3612         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3613         `elmo-expand-newtext'.
3614
3615 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3616
3617         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3618         `this-command' so that `wl-folder-goto-folder' contained in
3619         `wl-summary-keep-cursor-command' work.
3620
3621 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3622
3623         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3624         message buffer displaying state.
3625
3626 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3627
3628         * wl-vars.el (wl-summary-default-view): New variable to specify
3629         default value for `wl-summary-buffer-view' instead of using
3630         set-default.
3631         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3632
3633 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3634
3635         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3636
3637         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3638
3639 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3640
3641         * wl-vars.el (wl-forward-subject-prefix): New variable.
3642         * wl-draft.el (wl-draft-forward): Use it.
3643
3644 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3645
3646         * wl-message.el (wl-message-prev-page): When it is called without
3647         lines argument, scroll down by wl-message-scroll-amount lines.
3648         (wl-message-next-page): Ditto.
3649         * wl-vars.el (wl-message-scroll-amount): Change default value
3650         to preserve current behavior.
3651
3652 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3653
3654         * wl-summary.el (wl-summary-prefetch-msg): Bind
3655         `wl-message-entity' to call `wl-summary-from-function'.
3656
3657 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3658
3659         * wl-message.el (wl-message-buffer-create): Run
3660         wl-message-buffer-created-hook.
3661
3662 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3663
3664         * wl-summary.el (wl-summary-sort-specs): New variable.
3665         (wl-summary-default-sort-spec): Ditto.
3666         (wl-summary-sort): Rewrite.
3667         (wl-summary-sort-by-list-info): New function.
3668
3669 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3670
3671         * wl-summary.el (wl-summary-get-list-info): New function.
3672         (wl-summary-sort): Rewrite.
3673         (wl-summary-line-list-info): Ditto.
3674         (wl-summary-line-list-count): Ditto.
3675         (wl-summary-refile-region): Fixed docstring.
3676
3677 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3680         `wl-folder-entity-hashtb' as completion table.
3681
3682 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3685         only when this command is called interactively; silence the byte-
3686         compiler.
3687
3688 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3689
3690         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3691         active in XEmacs.
3692
3693 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3694
3695         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3696         plural lines.
3697
3698 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3699
3700         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3701         of current line when the cursor is on the header name.
3702         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3703
3704 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3705
3706         * wl-util.el (wl-read-directory-name): Return displayed directory
3707         as the default value also on XEmacs.
3708
3709 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3712         formatting.
3713
3714 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3715
3716         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3717         argument and when it is non-nil, check face property before
3718         highlighting for each line.
3719         (wl-highlight-summary-window): Set it.
3720
3721 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3724         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3725
3726         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3727         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3728         (wl-draft-get-fcc-list): Likewise.
3729
3730 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3733         (wl-thread-entity-cur): Ditto.
3734         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3735         wl-thread-indent-regexp setting.
3736         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3737
3738         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3739         wl-summary-lazy-highlight.
3740         (wl-summary-display-bottom): Ditto.
3741
3742         * wl-thread.el (wl-thread-open-close): Likewise.
3743
3744         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3745         from and subject;
3746         Bind wl-draft-use-frame;
3747         Enclose with save-window-excursion;
3748         Use wl-draft-create-buffer instead of with-temp-buffer;
3749         Use wl-draft-prepare-edit;
3750         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3751         Use wl-draft-send instead of wl-draft-raw-send.
3752
3753 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3754
3755         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3756         of using wl-from.
3757
3758 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3759
3760         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3761         insert-buffer instead of clone-buffer.
3762         (wl-draft-doing-mime-bcc): New variable.
3763         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3764         infinite loop.
3765         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3766
3767         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3768         (wl-draft-mime-bcc-body): Ditto.
3769
3770         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3771         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3772         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3773         wl-draft-do-mime-bcc.
3774         (wl-draft-mime-bcc-field): New function.
3775         (wl-draft-do-mime-bcc): Ditto.
3776
3777         * wl-address.el (wl-address-complete-header-list): New variable.
3778         (wl-address-complete-header-regexp): Changed default value.
3779
3780         * Version number is increased to 2.9.13.
3781
3782 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3783
3784         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3785         it is differed.
3786
3787 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3788
3789         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3790         (wl-summary-line-list-count): Ditto.
3791
3792 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3793
3794         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3795         (wl-nntp-posting-function): New variable.
3796         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3797         `wl-nntp-posting-config-alist'.
3798
3799 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3800
3801         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3802         FLIM.
3803
3804 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3805
3806         * wl-summary.el (wl-summary-target-mark-refile-sub):
3807         Remove a nuisance funcall.
3808
3809 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3810
3811         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3812         as t for `try-completion'.
3813
3814 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3815
3816         * wl-summary.el (wl-summary-default-from): Use
3817         wl-address-header-extract-address instead of
3818         std11-extract-address-components.
3819         (wl-summary-simple-from): Ditto.
3820         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3821         (wl-summary-insert-headers): Show message.
3822         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3823         for whole line.
3824         (wl-summary-default-from): Revert last change.
3825         (wl-summary-simple-from): Ditto.
3826         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3827         (wl-summary-mark-as-read-region): Follow the change above.
3828         (wl-summary-sync-marks): Ditto.
3829         (wl-summary-target-mark-mark-as-read): Ditto.
3830         (wl-summary-redisplay-internal): Ditto.
3831         (wl-summary-redisplay-no-mime-internal): Ditto.
3832         (wl-summary-redisplay-all-header): Ditto.
3833         (wl-summary-mark-as-read): Removed argument `cached';
3834         Use current cache status to set cache mark.
3835         (wl-summary-redisplay-internal): Follow the change above.
3836         (wl-summary-redisplay-no-mime-internal): Ditto.
3837         (wl-summary-redisplay-all-header): Ditto.
3838
3839         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3840
3841         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3842         Don't call itself recursively (Adviced by Yamaoka-san).
3843
3844 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3845
3846         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3847         bind wl-summary-highlight as nil to avoid error caused by missing
3848         local variables.
3849
3850 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3851
3852         * wl-vars.el (wl-invalid-character-message): New user option.
3853
3854         * wl-util.el (wl-set-string-width): If truncated string-width is
3855         larger than specified width, use `wl-invalid-character-message'.
3856
3857 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3858
3859         * wl-summary.el (wl-summary-prefetch-msg): 
3860         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3861
3862 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * wl-vars.el (wl-summary-check-line-format): New user option.
3865         (wl-summary-line-format-file): Ditto.
3866
3867         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3868         variable.
3869         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3870         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3871         and `wl-summary-view-old-p' to check whether do a rescan or not.
3872         (wl-summary-view-old-p): New function.
3873         (wl-summary-line-format-changed-p): Ditto.
3874         (wl-summary-line-format-save): Ditto.
3875         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3876
3877         * wl-util.el (wl-set-string-width): Avoid using negative number
3878         for make-string.
3879
3880 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3881
3882         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3883         return value.
3884
3885         * wl-util.el (wl-set-string-width): Added optional argument
3886         `padding' (All other related portions are changed).
3887         (wl-line-parse-format): If the first letter of column number is
3888         `0', zero-padding the result (ex: "%05l").
3889
3890         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3891
3892 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3893
3894         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3895         sequential summary view.
3896
3897 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3900         if it doesn't have a -unix version.
3901
3902 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3903
3904         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3905
3906 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3907
3908         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3909         content.
3910         (wl-draft): Follow the change above.
3911
3912         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3913
3914         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3915         and wl-folder-summary-line-format-alist contain %T and %P.
3916
3917         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3918         (wl-summary-mode-line-format): New user option.
3919         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3920         (wl-summary-line-format): Changed default value.
3921         (wl-summary-lazy-highlight): Changed default value.
3922
3923         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3924         change in wl-summary-create-line.
3925         (wl-thread-insert-entity-sub): Ditto.
3926
3927         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3928         (wl-summary-buffer-unread-status): Ditto.
3929         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3930         (wl-summary-buffer-persistent-mark-column): Ditto.
3931         (wl-summary-buffer-mode-line-formatter): Ditto.
3932         (wl-summary-buffer-mode-line): Ditto.
3933         (wl-summary-message-regexp): Abolished.
3934         (All other related portions are changed.)
3935         (wl-summary-detect-mark-position): New function.
3936         (wl-summary-buffer-set-folder): Setup
3937         wl-summary-buffer-mode-line-formatter.
3938         (wl-summary-mode): Setup selective-display;
3939         Setup pre-idle-hook when xemacs.
3940         (wl-summary-update-modeline): Rewrite.
3941         (wl-summary-jump-to-msg): Define as function;
3942         Changed regexp for searching messages.
3943         (wl-summary-message-number): Rewrite.
3944         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3945         Do rescan when old type summary cache.
3946         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3947         (wl-summary-remove-destination): Use '\r' to detect EOL.
3948         (wl-summary-print-destination): Ditto.
3949         (wl-summary-temp-mark): New inline function.
3950         (wl-summary-persistent-mark): Ditto.
3951         (wl-summary-line-number): New function.
3952         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3953         (wl-summary-line-list-count): New function.
3954         (wl-summary-create-line): Added argument persistent-mark.
3955         (All other related portions are changed)
3956         (wl-summary-create-line): Insert '\r'.
3957         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3958         (wl-summary-cursor-move-surface): New inline function.
3959         (wl-summary-prev): Use it.
3960         (wl-summary-next): Ditto.
3961
3962         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3963         wl-summary-message-regexp.
3964         (wl-highlight-summary): Delete progress message.
3965         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3966
3967         * Version number is increased to 2.9.12.
3968
3969 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3972         variable (nil: no minimum).
3973         (wl-summary-line-subject): Add some spaces after subject by
3974         wl-summary-line-subject-minimum-length.
3975
3976 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3977
3978         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3979         and removed `F'.
3980         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3981         change above).
3982
3983 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * wl-summary.el (wl-summary-line-list-count): Reverted.
3986         (example setting in samples/*/dot.wl is also updated)
3987
3988 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3989
3990         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3991
3992         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3993
3994         * wl-vars.el (wl-summary-line-format): Addes some description to the
3995         docstring.
3996
3997         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3998         (wl-summary-line-close-bracket): Ditto.
3999         (wl-summary-line-children-number): Ditto.
4000         (wl-summary-line-thread-indent): Ditto.
4001         (wl-summary-line-children-and-from): Ditto.
4002
4003         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4004         't', 'c', 'F' and added 'C'.
4005
4006         * wl-util.el (wl-set-string-width): Accept negative value.
4007         (wl-line-parse-format): Added "%number(" and "%)".
4008
4009 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011         * wl-summary.el (wl-summary-line-list-count): Change format of the
4012         return value.
4013
4014 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4015
4016         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4017         from the recent message.el.
4018         (wl-draft-point-in-header-p): Ditto.
4019         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4020         wl-draft-beginning-of-line.
4021         * wl-e21.el (wl-draft-mode-map): Ditto.
4022         * wl-xmas.el (wl-draft-mode-map): Ditto.
4023
4024         * wl-folder.el: Sort macrodefs by dependencies.
4025
4026 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4027
4028         * wl-summary.el (wl-summary-prev): Fixed regexp.
4029         (wl-summary-next): Ditto.
4030
4031 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4032
4033         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4034
4035 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4036
4037         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4038         for backward compatibility.
4039
4040 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4041
4042         * wl-summary.el (wl-summary-line-list-count): New function, merged
4043         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4044         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4045         list counts.
4046
4047 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4048
4049         * wl-summary.el (wl-summary-create-line): Ignore errors while
4050         timezone-fix-time.
4051
4052         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4053
4054         * wl-summary.el (wl-summary-sync-update): Ditto.
4055         (wl-summary-default-from): Use wl-message-entity
4056         instead of entity.
4057
4058         * wl-summary.el (wl-summary-create-line): Fix.
4059
4060         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4061         (wl-summary-line-format): New user option.
4062         (wl-folder-summary-line-format-alist): Ditto.
4063         (wl-summary-from-width): Abolished.
4064
4065         * wl-util.el (toplevel): Require 'bytecomp.
4066         (wl-line-parse-format): New function.
4067         (wl-line-formatter-setup): New macro.
4068
4069         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4070         (wl-summary-buffer-line-formatter): New buffer local variable.
4071         (wl-summary-switch-to-clone-buffer): Follow the change above.
4072         (wl-summary-message-regexp): Fix.
4073         (wl-summary-from-func-internal): Abolished.
4074         (wl-summary-subject-func-internal): Ditto.
4075         (wl-summary-subject-filter-func-internal): Ditto.
4076         (All other related portions are changed.)
4077         (wl-summary-buffer-set-folder):
4078         Set up wl-summary-buffer-number-column and 
4079         wl-summary-buffer-line-formatter
4080         (All other related portions are changed.)
4081         (wl-summary-buffer-number-column-detect): Abolished.
4082         (All other related portions are changed.)
4083         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4084         (wl-summary-delete-all-temp-marks-on-buffer): Use
4085         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4086         (wl-summary-target-mark-delete): Ditto.
4087         (wl-summary-target-mark-refile-subr): Ditto.
4088         (wl-summary-target-mark-mark-as-read): Ditto.
4089         (wl-summary-target-mark-mark-as-unread): Ditto.
4090         (wl-summary-target-mark-mark-as-important): Ditto.
4091         (wl-summary-target-mark-save): Ditto.
4092         (wl-summary-replace-status-marks): Renamed from
4093         wl-summary-set-status-marks-on-buffer;
4094         Use wl-summary-message-regexp instead of
4095         wl-summary-buffer-number-regexp.
4096         (wl-summary-sync-update): Follow the change above.
4097         (wl-summary-goto-previous-message-beginning): New function.
4098         (wl-summary-mark-as-unread): Use it.
4099         (wl-summary-mark-as-important): Ditto.
4100         (wl-summary-line-formatter): New variable.
4101         (wl-summary-line-year): New function.
4102         (wl-summary-line-day): Ditto.
4103         (wl-summary-line-day-of-week): Ditto.
4104         (wl-summary-line-hour): Ditto.
4105         (wl-summary-line-minute): Ditto.
4106         (wl-summary-line-open-bracket): Ditto.
4107         (wl-summary-line-close-bracket): Ditto.
4108         (wl-summary-line-children-number): Ditto.
4109         (wl-summary-line-thread-indent): Ditto.
4110         (wl-summary-line-size): Ditto.
4111         (wl-summary-line-subject): Ditto.
4112         (wl-summary-line-from): Ditto.
4113         (wl-summary-line-children-and-from): Ditto.
4114         (wl-summary-create-line): Rewritten.
4115         (wl-summary-format-date): Abolished.
4116
4117         * wl-highlight.el (wl-highlight-summary-current-line): Use
4118         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4119         Use thread structure to detect thread top message.
4120
4121         * wl-draft.el (wl-default-draft-cite): Don't use
4122         wl-summary-from-func-internal.
4123
4124         * wl-refile.el (wl-refile-subject-learn): Don't use
4125         wl-summary-subject-filter-func-internal.
4126         (wl-refile-guess-by-subject): Ditto.
4127
4128         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4129         parameters.
4130
4131         * wl-thread.el (wl-thread-update-indent-string-region):
4132         Use wl-thread-update-line-on-buffer instead of
4133         wl-thread-update-indent-string.
4134         (wl-thread-update-children-number): Redefine using
4135         wl-thread-update-line-on-buffer.
4136         (wl-thread-update-indent-string): Abolished.
4137
4138         * Version number is increased to 2.9.11.
4139
4140 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4143         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4144         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4145
4146         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4147         as nil.
4148
4149         * wl-thread.el (wl-thread-open-all-unread): Use 
4150         elmo-folder-list-messages-mark-match.
4151         (wl-thread-insert-message): Removed argument `mark-alist'.
4152         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4153         elmo-msgdb-set-mark.
4154         (wl-thread-get-children-msgs-uncached): Likewise.
4155         (wl-thread-get-exist-children): Added argument include-self.
4156         (wl-thread-delete-message): Follow the change above.
4157
4158         * wl-summary.el (wl-summary-count-unread): Removed argument.
4159         (wl-summary-rescan): Follow the change above.
4160         (wl-summary-mark-as-read-region): Ditto
4161         (wl-summary-mark-as-unread-region): Ditto.
4162         (wl-summary-delete-messages-on-buffer): Ditto.
4163         (wl-summary-sync-update): Ditto.
4164         (wl-summary-switch-to-clone-buffer): Ditto.
4165         (wl-summary-goto-folder-subr): Ditto.
4166         (wl-summary-target-mark-mark-as-read): Ditto.
4167         (wl-summary-target-mark-mark-as-unread): Ditto.
4168         (wl-summary-target-mark-mark-as-important): Ditto.
4169         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4170         (wl-summary-update-thread): Removed argument `mark-alist'.
4171         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4172         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4173         (wl-summary-resume-cache-status): Likewise.
4174         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4175         elmo-msgdb-set-mark.
4176         (wl-summary-mark-as-read-all): Likewise.
4177         (wl-summary-delete-cache): Ditto.
4178         (wl-summary-auto-select-msg-p): Ditto.
4179         (wl-summary-mark-as-unread): Ditto.
4180         (wl-summary-no-auto-refile-message-p): Ditto.
4181         (wl-summary-mark-as-read): Ditto.
4182         (wl-summary-mark-as-important): Ditto.
4183         (wl-summary-auto-refile): Follow the change above.
4184         (wl-summary-delete-all-marks): Removed.
4185         (wl-summary-resume-marks-and-highlight): Ditto.
4186         (wl-summary-resume-marks): Ditto.
4187         (wl-summary-delete-important-msgs-from-list): Ditto.
4188         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4189
4190         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4191         wl-summary-count-unread.
4192
4193         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4194         (wl-summary-score-update-all-lines): Use
4195         elmo-msgdb-set-mark.
4196
4197 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4198
4199         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4200         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4201         (wl-summary-create-line): Renamed from
4202         wl-summary-overview-create-summary-line;
4203         Argument rearrangement.
4204         (wl-summary-update-thread): Follow the change above.
4205
4206         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4207         (wl-thread-insert-entity-sub): Likewise.
4208
4209         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4210         argument `overview', `mark-alist' and added `msgdb'.
4211
4212         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4213
4214         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4215         (wl-summary-rescan): Follow the change above.
4216         (wl-summary-sync-update): Ditto.
4217         (wl-summary-insert-thread-entity): Ditto;
4218         Don't use `let*' in every while loop;
4219         Detect infinite loop of threads.
4220         (wl-summary-update-thread): Removed argument `overview'.
4221
4222         * wl-thread.el (wl-thread-insert-message): Ditto.
4223
4224         * Version number is increased to 2.9.10.
4225
4226         * wl-message.el (wl-message-redisplay): Ignore errors while
4227         wl-message-redisplay-hook.
4228
4229 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4230
4231         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4232
4233 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl.el (wl): inhibit-quit while wl-folder.
4236
4237 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4238
4239         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4240         while msgdb access.
4241
4242 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4243
4244         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4245         even if no folder is not created.
4246
4247 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4248
4249         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4250
4251         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4252         implementation.
4253         (wl-summary-target-mark-thread): Ditto.
4254
4255         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4256
4257 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4258
4259         * wl-util.el (wl-display-bytes): Remove unused function.
4260
4261 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4262
4263         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4264         seems critical one (partially reverse the change in 2002/03/17).
4265
4266 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4267
4268         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4269         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4270
4271 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4272
4273         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4274         is not writable.
4275         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4276         plugged status instead of `'force' as 2nd argument.
4277
4278         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4279         is not creatable.
4280
4281         * Version number is increased to 2.9.9.
4282
4283 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4284
4285         * wl-summary.el (wl-summary-suspend): New function.
4286
4287 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4288
4289         * wl.el (wl): Do not check variables if check is nil.
4290         * wl-utils.el (wl-collect-draft): New function.
4291         * wl-folder.el (wl-folder-suspend): Put summary buffers
4292         and draft buffers at the end of buffer list.
4293         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4294
4295 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4296
4297         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4298         loop instead of recursive call.
4299
4300         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4301         2nd argument.
4302
4303 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4304
4305         * wl-draft.el (wl-draft-create-contents): Don't take neither
4306         (function . args) nor (string . something) any more.
4307
4308         * wl-version.el (wl-generate-user-agent-string): Return string
4309         without header symbol.
4310         * wl-draft.el (wl-draft-default-headers): Use it.
4311
4312         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4313         `wl-draft-insert-ccs' and return field value instead of inserting
4314         the header. Abolish cc argument.
4315         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4316
4317         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4318         rather than one with string car.
4319
4320         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4321         * wl-draft.el (wl-draft-create-contents): Add it after the default
4322         headers.
4323
4324         * wl-draft.el (wl-draft-create-contents): For the case of
4325         (symbol-or-string . function) insert header only when the function
4326         returns string value.
4327
4328 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4329
4330         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4331         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4332
4333 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl.el (wl-check-environment): Don't check Message-ID when
4336         `wl-insert-message-id' is nil.
4337         Revive checking if `wl-message-id-domain' contains "@".
4338
4339 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl.el (wl-check-environment): Merge examination for "@" at
4342         inappropriate position into the first string-match.
4343
4344         * wl-summary.el (wl-summary-target-mark-print): New function.
4345         (wl-summary-pipe-message-subr): Extracted from
4346         `wl-summary-pipe-message'.
4347         (wl-summary-target-mark-pipe): New function.
4348         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4349         `wl-summary-target-mark-pipe'.
4350
4351 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4354
4355 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4356
4357         * wl.el (wl-check-environment): Use elmo-warning instead of
4358         error for non-critical ones.
4359         Remove trash folder check.
4360         (wl): Don't ignore error in wl-check-environment.
4361
4362         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4363         check, which is moved from `wl-check-environment'.
4364         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4365
4366 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4367
4368         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4369         guess anything, call wl-summary-write.
4370         (wl-summary-write): Create draft with blank To field.
4371         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4372
4373 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4376         argument full as well for wl-folder-write-current-folder.
4377         If wl-*-write-current-folder cannot guess addressee, add blank
4378         To header.
4379         Rewrite condition for positioning cursor.
4380
4381 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4384         summary buffer is present, use it.
4385         (wl-folder-jump-to-previous-summary): Ditto.
4386
4387 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4390
4391         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4392         wl-summary-previous-buffer and wl-summary-next-buffer.
4393
4394         * wl-folder.el (wl-folder-mode-map): Bind
4395         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4396         (wl-folder-jump-to-next-summary): New function.
4397         (wl-folder-jump-to-previous-summary): Ditto.
4398
4399         * wl-draft.el (wl-draft): Rearranged.
4400
4401 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4402
4403         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4404         of header.
4405         (wl-draft): Collect arguments for the header as header-alist.
4406         (wl-draft-forward): Arrange arguments for wl-draft.
4407         (wl-draft-reply): Ditto.
4408         (wl-draft-edit-string): Ditto.
4409         * wl-summary.el (wl-summary-write): Ditto.
4410         (wl-summary-write-current-folder): Ditto.
4411
4412         * Version number is increased to 2.9.8.
4413
4414 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4417
4418         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4419
4420         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4421         even if the guess failed.
4422
4423         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4424         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4425         wl-summary-write-current-folder.
4426         * wl-xmas.el: Ditto.
4427
4428 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4429
4430         * wl-summary.el (wl-summary-next-page): Force display message if
4431         message is not displayed yet.
4432         (wl-summary-prev-page): Ditto.
4433
4434 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4435
4436         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4437
4438 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4441         add "Preview Message" and "Save Draft and Exit".
4442
4443 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4446         if addrmgr is called from draft in splitted window.
4447
4448         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4449         * wl-mule.el: Ditto.
4450         * wl-xmas.el: Ditto.
4451
4452 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4453
4454         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4455
4456         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4457         * wl-xmas.el (wl-folder-toolbar): Ditto.
4458
4459 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4462         and wl-draft-save-and-exit.
4463         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4464         * wl-xmas.el: Ditto.
4465         * wl-mule.el: Ditto.
4466
4467         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4468         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4469
4470 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4471
4472         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4473         lists for saving buffer.
4474
4475 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4476
4477         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4478         parent-folder argument instead of it.
4479         (wl-draft-create-buffer): Ditto.
4480         (wl-draft-forward): Ditto.
4481         (wl-draft-reply): Ditto.
4482         * wl-summary.el (wl-summary-write): Ditto.
4483         (wl-summary-write-current-folder): Ditto.
4484
4485         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4486         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4487         Folder buffer after composing.
4488
4489 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4492         header if the file `wl-x-face-file' already contains it.
4493
4494 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4497         folder" entry.
4498         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4499         * wl-e21.el (wl-folder-toolbar): Ditto.
4500         * wl-xmas.el (wl-folder-toolbar): Ditto.
4501
4502 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4505         wl-folder-goto-folder with sticky argument.
4506         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4507
4508 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4509
4510         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4511         and wl-summary-previous-buffer.
4512         (wl-summary-next-buffer): New function.
4513         (wl-summary-previous-buffer): Ditto.
4514
4515 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4518         wl-folder-jump-to-current-entity-with-arg.
4519         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4520         `wl-folder-jump-to-current-entity'.
4521         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4522         `wl-summary-goto-folder-sticky'.
4523         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4524         `wl-summary-goto-folder'.
4525         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4526         Unless force-exit, do not clean temp. marks for sticky summary.
4527         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4528
4529 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4532         not entire.
4533
4534 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4535
4536         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4537         to `C-x C-s'.
4538         (wl-summary-save-status): New command.
4539         (wl-summary-exit): Don't clean-up temp marks when sticky.
4540         (Applied patch from Nakayama-san [wl: 09548])
4541         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4542         Do nothing when no mark data.
4543         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4544         Call `wl-summary-delete-all-temp-marks' before saving.
4545
4546 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4547
4548         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4549
4550 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl.el (wl-check-environment): Also cause error when (system-name)
4553         returns "localhost.localdomain". (Although it doesn't affect because
4554         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4555
4556 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4559         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4560
4561         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4562         value.
4563
4564 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4565
4566         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4567         Likewise r-cc-list and r-ng-list.
4568
4569 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4570
4571         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4572         only if it is bound as variable.
4573
4574         * wl-mime.el (wl-draft-preview-message): Ditto.
4575
4576 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4579         needless `goto-char'.
4580
4581         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4582         `wl-summary-redisplay-no-mime-internal' instead of
4583         `wl-summary-redisplay-no-mime'.
4584         (wl-summary-redisplay-no-mime): Changed argument;
4585         Call `wl-summary-redisplay-no-mime-internal'.
4586
4587         * wl-mime.el (wl-draft-preview-message): Bind
4588         `mime-header-encode-method-alist' locally.
4589
4590         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4591         (wl-draft-std11-parse-addresses): Added the first address check.
4592         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4593
4594         * Version number is increased to 2.9.7.
4595
4596 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4597
4598         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4599
4600 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4601
4602         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4603         related to scrollbar support, if there is no such a feature
4604         compiled in.
4605
4606 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4607
4608         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4609         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4610         for prefetch.
4611
4612 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4613
4614         * wl-summary.el (wl-summary-pick): Fix for no match.
4615
4616 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4617
4618         * wl-draft.el (wl-draft-save):
4619         Override `mime-header-encode-method-alist'.
4620
4621 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4622
4623         * wl-folder.el (wl-folder-pick): New function.
4624         Define key as "?".
4625
4626 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4627
4628         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4629         Fix for unplugged.
4630
4631 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4632
4633         * wl-folder.el (wl-folder-virtual): New function.
4634         Define key as "V".
4635
4636 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4639         multi folder if entity is group.
4640
4641 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4642
4643         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4644         is nil.
4645
4646 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4647
4648         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4649         (wl-summary-target-mark-msgs): Return the number of marked messages.
4650
4651 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4652
4653         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4654         "first:" is specified.
4655
4656 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4657
4658         * wl-vars.el (wl-from): Use return value of function
4659         user-full-name instead of the variable user-full-name since
4660         XEmacs-20.4 doesn't set this variable.
4661
4662 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4663
4664         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4665         call `wl' directly.
4666
4667 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4668
4669         * wl-draft.el (wl-draft-reedit): Removed duplicated
4670         switch-to-buffers.
4671
4672 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * wl.el (wl-other-frame): Removed garbages.
4675
4676 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4679
4680         * wl-xmas.el (wl-draft-key-setup): Ditto.
4681
4682         * wl-mule.el (wl-draft-key-setup): Ditto.
4683
4684         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4685         (wl-draft-reedit): Ditto.
4686         (wl-draft-prepare-edit): Add `wl-draft-save' to
4687         `local-write-file-hooks'.
4688         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4689         (wl-draft-reedit): Set buffer-file-name.
4690         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4691
4692
4693         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4694         call it.
4695         (wl-delete-startup-frame-function): New variable.
4696         (wl-other-frame): New function
4697         (Original was written by Yamaoka san [wl: 09239]).
4698
4699         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4700         if `wl-folder-use-frame'.
4701
4702 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4703
4704         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4705
4706 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4707
4708         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4709         New variable.
4710         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4711         (wl-message-buffer-prefetch-get-next): Use them.
4712         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4713
4714 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4715
4716         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4717         with unwind-protect.
4718
4719         * wl-draft.el (wl-draft-reedit): Rewrite.
4720         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4721         (wl-draft-save): Insert header separator if it does not exist;
4722         Removed condition-case.
4723
4724         * wl-summary.el (wl-summary-reedit): Revert last change.
4725
4726         * wl-draft.el (wl-draft-save): Rewrite.
4727         (wl-draft-create-buffer): Set buffer-file-name as nil.
4728
4729         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4730
4731         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4732
4733         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4734         nil.
4735
4736 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4739         If count is nil, do not prefetch.
4740         (wl-message-buffer-prefetch-next): Next.
4741
4742 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4743
4744         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4745
4746 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4747
4748         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4749         `delete-backward-char'
4750         (wl-draft-prepare-edit): Check major-mode.
4751         (wl-draft-decode-header): Rewrite.
4752         (wl-draft): Fix.
4753
4754 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4755
4756         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4757
4758 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4759
4760         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4761         (wl-message-buffer-prefetch-get-next): Remove size checking.
4762         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4763
4764 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4765
4766         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4767         (wl-draft-default-headers): Fix.
4768
4769 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-draft.el (wl-draft-default-headers): Insert return value of
4772         `wl-generate-mailer-string-function'.
4773
4774 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4775
4776         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4777         (wl-draft-insert-mail-header-separator): Ditto.
4778
4779         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4780         again (Reverted the change on 2002-01-17 by OKADA san).
4781
4782 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4783
4784         * wl-draft.el (wl-draft): Rewrite.
4785         (wl-draft-create-buffer): New function.
4786         (wl-draft-create-contents): Ditto.
4787         (wl-draft-prepare-edit): Ditto.
4788         (wl-draft-decode-header): Ditto.
4789         (wl-draft-decode-body): Ditto.
4790         (wl-draft-check-new-line): Ditto.
4791         (wl-draft-default-headers): Ditto.
4792         (wl-draft-insert-mail-header-separator): Ditto.
4793
4794 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4795
4796         * Version number is increased to 2.9.6.
4797
4798 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4799
4800         * wl-draft.el (wl-draft-delete-field): Optional argument.
4801         (wl-draft-delete-fields): Ditto.
4802
4803 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4804
4805         * wl-message.el (toplevel): Eliminated byte-compile warning.
4806         for `itimer-function', `delete-timer' and `itimer-list'.
4807
4808 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4809
4810         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4811         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4812         `wl-message-buffer-prefetch-threshold'.
4813         * wl-summary.el (wl-summary-redisplay-internal): Remove
4814         the check of `wl-message-buffer-prefetch-depth'.
4815
4816 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4817
4818         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4819         size of article.
4820         (wl-message-buffer-prefetch-subr): Remove size check.
4821
4822 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl-vars.el (wl-plugged): Make customizable.
4825
4826 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4827
4828         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4829         (wl-message-buffer-prefetch-set-timer): New function.
4830         (wl-message-buffer-prefetch-get-next): New function.
4831         (wl-message-buffer-prefetch): New function.
4832         (wl-message-buffer-prefetch-next): Rewrite.
4833         (wl-message-buffer-prefetch-subr): Rewrite.
4834         * wl-vars.el (wl-auto-prefetch-first): New variable.
4835         * wl-summary.el (wl-summary-goto-folder-subr): Call
4836         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4837
4838 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4839
4840         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4841         `wl-summary-unread-message-hook'.
4842
4843 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4844
4845         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4846         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4847         if range is `cache-status'.
4848
4849 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4850
4851         * wl-message.el (wl-message-buffer-prefetch-subr):
4852         Improve debug message.
4853
4854 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4855
4856         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4857         `wl-mail-send-pre-hook'.
4858         (wl-draft-send-mail-with-qmail): Ditto.
4859         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4860
4861 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4862
4863         * wl-message.el (wl-message-buffer-prefetch-subr):
4864         Fix for cancel-function-timers bug.
4865         (wl-message-buffer-prefetch-debug): Default value is t.
4866
4867 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4868
4869         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4870         (wl-message-buffer-prefetch-subr): Rewrite.
4871         Rename from `wl-message-buffer-prefetch'.
4872
4873 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4874
4875         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4876         (wl-default-draft-cite-decorate-author): Ditto.
4877
4878         * wl-draft.el (wl-draft-cite-function): Removed.
4879         (wl-default-draft-cite-decorate-author): Ditto.
4880
4881 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4882
4883         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4884         (wl-default-draft-cite): Do not arrange author name if the value of
4885         `wl-default-draft-cite-decorate-author' is nil.
4886
4887 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4890
4891         * wl-folder.el (wl-folder-check-one-entity): Don't care
4892         `elmo-folder-use-flag-p'.
4893
4894 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4895
4896         * wl-folder (wl-folder-check-one-entity): Fix
4897         problem if unread is nil.
4898
4899 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4900
4901         * wl-address.el (wl-address-make-completion-list): Check whether
4902         the address is a group list.
4903         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4904
4905 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4906
4907         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4908         The number of the messages of new and unread does not count
4909         correctly.
4910
4911         * wl-summary.el (wl-summary-count-unread): Changed to return
4912         `(new . unread)' instead of total.
4913         (wl-summary-sync-update): Follow the change above.
4914
4915         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4916
4917 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-address.el (wl-address-make-completion-list): Do not enclose
4920         address by " <" and ">" if associated realname is "".
4921         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4922         This is against the promblem with group list in .addresses pointed
4923         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4924
4925 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4928         message is a format control string.
4929         * wl-expire.el (wl-expire-append-log): Ditto.
4930         * wl-mime.el (wl-summary-burst-subr): Ditto.
4931         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4932         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4933
4934 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4935
4936         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4937         wl.el (wl-check-variables): Rename from `wl-check-type'.
4938         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4939         (wl-check-variables-2): New function.
4940         (wl): Call `wl-check-variables-2'.
4941
4942 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4943
4944         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4945         after renaming folder in access group.
4946
4947 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4948
4949         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4950         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4951         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4952         (wl-message-buffer-prefetch): Rewrite.
4953         (wl-message-buffer-prefetch-idle-time): Removed.
4954         * wl-summary.el (wl-summary-redisplay-internal):
4955         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4956         Error check for `wl-message-buffer-prefetch-depht'.
4957
4958 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * Version number is increased to 2.9.5.
4961         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4962
4963 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4964
4965         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4966         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4967         Based on the patch written by
4968         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4969
4970 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4971
4972         * wl-draft.el (wl-draft-raw-send): Fix for
4973         `wl-news-send-pre-hook'
4974
4975 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4976
4977         * wl-utils.el (wl-message-id-function): New variable.
4978         * wl-draft.el (wl-draft-insert-required-fields):
4979         Use `wl-message-id-function'.
4980
4981 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4982
4983         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4984         * wl-utils.el (wl-draft-make-message-id-string):
4985         Use `wl-from' for domain part of Message-ID
4986         if `wl-message-id-use-wl-from' if non-nil.
4987         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4988
4989 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4990
4991         * wl.el (wl): Call `wl-check-type'
4992         Do not 'condition-case'.
4993
4994 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl.el (wl-check-type): New function.
4997         (wl-check-type-variables): New variable.
4998
4999 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5000
5001         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5002
5003 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5004
5005         * wl-draft.el (wl-smtp-password-key): New function.
5006         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5007         (wl-draft-send-mail-with-smtp): Ditto.
5008         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5009
5010 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5013         * wl-utils.el (wl-unique-id-suffix): Remove.
5014
5015 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * Version number is increased to 2.9.4.
5018
5019 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5020
5021         * wl-utils.el (wl-unique-id-suffix): New variable.
5022         (wl-unique-id): Use `wl-unique-id-suffix'
5023
5024 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5025
5026         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5027         instead of `elmo-msgdb-search'.
5028
5029         * Version number is increased to 2.9.3.
5030
5031 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5032
5033         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5034
5035 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5036
5037         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5038         (wl-draft-dispatch-message): Changed for send-later.
5039         (wl-draft-queue-flush): Ditto.
5040         (wl-draft): Clear `wl-sent-message-queued'.
5041         (wl-draft-reedit): Ditto.
5042         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5043         * wl-vars.el (wl-draft-force-queuing): New variable.
5044         (wl-draft-force-queuing-mail): New variable.
5045         (wl-draft-force-queuing-news): New variable.
5046
5047 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5048
5049         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5050         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5051
5052 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5053
5054         * Version number is increased to 2.9.2.
5055
5056 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * wl-draft.el (wl-draft-elide-region): New user command.
5059         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5060
5061         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5062         command `wl-draft-elide-region'.
5063         * wl-mule.el: Ditto.
5064         * wl-xmas.el: Ditto.
5065
5066 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5067
5068         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5069         (wl-biff-check-folder-async): Removed needless let.
5070
5071 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5074         wl-folder-get-elmo-folder.
5075         (wl-biff-check-folder): Set `biff' argument of
5076         `wl-folder-check-one-entity'.
5077         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5078
5079         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5080         (wl-folder-check-one-entity): Added `biff' argument;
5081         Setup `biff' slot of folder.
5082
5083         * Version number is increased to 2.9.1.
5084
5085 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5086
5087         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5088         comment out and fixed.
5089         (wl-fldmgr-add-completion-subr): Ditto.
5090
5091         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5092         and msgdb.
5093
5094         * wl.el (wl-toggle-plugged): Save summary view.
5095
5096 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5099
5100 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5101
5102         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5103
5104 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5107         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5108         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5109
5110         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5111         if it was failed.
5112         (wl-demo): Disable undo in the demo buffer.
5113
5114 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-version.el (wl-version): Changed codename.
5117
5118         * Version number is increased to 2.9.0.
5119
5120 2001-12-14  Takuo KITAME <kitame@northeye.org>
5121
5122         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5123         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5124         (wl-folder-mark-as-read-all-current-entity): Ditto.
5125
5126 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-vars.el (wl-from-width): Define as obsolete variable.
5129         (wl-subject-length-limit): Ditto.
5130
5131         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5132
5133         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5134         wl-summary-save-view.
5135
5136         * wl.el (wl-save-status): Ditto.
5137         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5138
5139         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5140         (wl-summary-exit): Follow the change above.
5141         (wl-summary-goto-folder-subr): Ditto.
5142
5143         * wl-folder.el (wl-folder-create-subr): Don't use
5144         `elmo-folder-creatable-p'.
5145
5146 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5149
5150 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5153         rather than bitmap on Emacs 21.
5154         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5155         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5156         for xbm if the new redisplay engine is not available.
5157
5158 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-folder.el (wl-folder-init-hook): New hook.
5161         (wl-folder-init): Run `wl-folder-init-hook'.
5162
5163 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5166
5167 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * wl-acap.el (wl-acap-cache-filename): New variable.
5170         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5171         (wl-acap-init): Use cache if no ACAP server found.
5172
5173 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5174
5175         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5176         `wl-acap-original-msgdb-dir'.
5177
5178         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5179         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5180
5181         * wl-mime.el (wl-mime-save-directory): Renamed from
5182         `wl-mime-save-dir'.
5183
5184 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5187
5188         * wl-demo.el: Require `path-util'.
5189         (wl-demo-bitmap-mule-available-p): New internal variable.
5190         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5191         `module-installed-p' instead.
5192         (wl-demo-insert-image): Use *.img file for a bitmap image.
5193         (wl-demo): Don't call the ascii demo recursively.
5194
5195 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5196
5197         * Version number is increased to 2.7.7.
5198
5199 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5200
5201         * wl.el (wl-exit): Eliminated byte-compile warning.
5202
5203 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5204
5205         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5206         obsolete variable using `elmo-define-obsolete-variable'.
5207         (wl-fetch-confirm-threshold): Ditto.
5208         (wl-cache-prefetch-folder-type-list): Ditto.
5209         (wl-cache-prefetch-folder-list): Ditto.
5210
5211 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5214         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5215         (wl-demo-insert-image): New function.
5216         (wl-demo-insert-text): New function.
5217         (wl-demo-image-type-alist): Redefine as a function.
5218         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5219         (wl-demo-with-temp-file-buffer): Removed.
5220         (wl-logo-xpm): Removed.
5221         (wl-logo-xbm): Removed.
5222         (wl-logo-bitmap): Removed.
5223
5224 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5225
5226         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5227         (wl-expire-localdir-get-folder-function): New user option.
5228         (wl-expire-localdir-get-folder): New function.
5229         (wl-expire-localdir-date): Ditto.
5230
5231 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5232
5233         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5234         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5235         Fixed unread number mismatch when all-unread < unread.
5236
5237 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5240         (wl-fetch-confirm-threshold): Ditto.
5241
5242         * wl-summary.el (wl-summary-confirm-appends): Removed.
5243         (wl-summary-sync-update): Don't refer
5244         `wl-summary-update-confirm-threshold' (It is now abolished).
5245
5246         * wl-message.el (wl-message-display-internal): Don't refer
5247         `wl-fetch-confirm-threshold' (It is now abolished).
5248
5249 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5252
5253 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5254
5255         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5256         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5257         Change default value to nil.
5258         (wl-summary-indent-length-limit): The value can be nil, nil means
5259         unlimited.
5260
5261         * wl-summary.el: Don't set limit for indent length if the value of
5262         wl-summary-indent-length-limit is nil.
5263         If the value of wl-summary-width is nil, it means only that the width
5264         of summary is unlimited (nil doesn't mean that the indent length is
5265         unlimited).
5266
5267         * wl-thread.el: Ditto.
5268
5269 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5270
5271         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5272         be nil, nil means never confirm.
5273         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5274
5275 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5278         means unlimited).
5279
5280 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5283         Use `with-temp-buffer'.
5284
5285 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5286
5287         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5288         with new backquote style).
5289         (wl-folder-get-entity-from-buffer): Ditto.
5290
5291 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5292
5293         * wl-version.el (nemacs-version): Eliminated.
5294         (wl-extended-emacs-version2): Ignore nemacs.
5295         (wl-extended-emacs-version3): Ditto.
5296
5297 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5298
5299         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5300         (wl-draft-add-in-reply-to): New variable.
5301         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5302         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5303         (wl-draft-yank-from-mail-reply-buffer): Use
5304         `wl-draft-add-in-reply-to'.
5305         (wl-draft-insert-current-message): Ditto.
5306
5307 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5308
5309         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5310         typo (kill->hide).
5311         (wl-message-buffer-prefetch-folder-type-list): Added elements
5312         `mark' and `cache' instead of `internal'.
5313
5314 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5315
5316         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5317         resume msgdb directory.
5318
5319 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl.el (wl-exit): Call `wl-acap-exit'.
5322
5323         * wl-summary.el (wl-summary-message-string): New function.
5324         (wl-summary-reedit): Use it.
5325         (wl-summary-resend-bounced-mail): Remove needless let.
5326         (wl-summary-supersedes-message): Ditto.
5327         (wl-summary-save): Ditto.
5328
5329         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5330         (wl-acap-init): Set it.
5331         (wl-acap-exit): New function.
5332
5333 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5334
5335         * wl.el (wl-init): Revert (require 'mime-setup). move from
5336         toplevel.
5337
5338 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5339
5340         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5341         local variables.  Add error when guess function return invalid
5342         value.
5343
5344 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5345
5346         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5347         Change local variable name.
5348         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5349         (wl-folder-get-newsgroups): Return nil when non-news folder.
5350         * wl-summary.el (wl-summary-write-current-folder): State through
5351         when guess-list return nil.
5352         (wl-summary-write-current-folder-functions): Fixed docstring.
5353
5354         * wl.el (wl-exit): Changed confirm message.
5355
5356         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5357         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5358
5359         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5360
5361 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5362
5363         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5364         user option (Renamed from wl-cache-prefetch-folder-type-list).
5365         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5366         from wl-cache-prefetch-folder-list).
5367
5368         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5369         Move to wl-vars.el.
5370         (wl-message-buffer-prefetch-p): Changed to enable
5371         `wl-message-buffer-prefetch-folder-list'.
5372
5373         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5374         `ignore-cache'.
5375
5376 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5377
5378         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5379         `part-top' and `part-bottom'.
5380         (wl-draft-config-sub-part-top): New function.
5381         (wl-draft-config-sub-part-bottom): New function.
5382
5383 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5386
5387 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5388
5389         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5390
5391 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5392
5393         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5394
5395         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5396         (wl-summary-write-current-folder): Ditto.
5397
5398 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-folder.el (wl-folder-get-newsgroups): Use
5401         `elmo-folder-newsgroups'.
5402
5403 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5404
5405         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5406         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5407         `wl-draft-config-sub-header-bottom'.
5408
5409 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5410
5411         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5412         localnews folder.
5413
5414 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5415
5416         * wl-summary.el (wl-summary-mode): Undo last change.
5417
5418         * wl-folder.el (wl-folder-mode): Ditto.
5419
5420 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5421
5422         * wl-summary.el (wl-summary-mode): Locally set
5423         truncate-partial-window-width to nil.
5424         (for XEmacs)
5425
5426         * wl-folder.el (wl-folder-mode): Ditto.
5427
5428 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5431
5432 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5433
5434         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5435         number.
5436
5437         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5438
5439         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5440
5441         * Version number is increased to 2.7.6.
5442
5443 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5444
5445         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5446
5447 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5448
5449         * wl-summary.el (wl-summary-sync-update): Enclose network
5450         related portion with `unwind-protect'.
5451
5452 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5453
5454         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5455
5456 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5459         element.
5460         * wl-vars.el (wl-message-body-button-alist): Ditto.
5461
5462         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5463         max match length.
5464         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5465
5466         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5467         for the max match length;
5468         Use 4th element value for the button string regexp group.
5469
5470         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5471         candidate exists, prompt to select.
5472
5473 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5474
5475         * wl-summary.el (wl-summary-jump-to-msg): Search before
5476         calibration point by `beginning-of-line'.
5477
5478 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5479
5480         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5481         for access group.
5482
5483 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-message.el (wl-message-display-internal): Bind
5486         `default-mime-charset'.
5487
5488         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5489
5490         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5491
5492         * Version number is increased to 2.7.5.
5493
5494 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5495
5496         * wl-expire.el (wl-summary-archive): Fixed;
5497         Use `elmo-folder-name-internal'.
5498
5499 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5500
5501         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5502         from `elmo-folder-move-messages' caller.
5503         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5504
5505         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5506         related portions are changed).
5507
5508 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5509
5510         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5511         counter.
5512
5513 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5514
5515         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5516         buffer local and set it to nil.
5517
5518         * wl-message.el (wl-message-redisplay): Ditto.
5519
5520 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-summary.el (wl-summary-mark-as-important): If message is
5523         already cached, set messag as read, otherwise encache and mark as read.
5524
5525 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5526
5527         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5528         point-min.
5529
5530 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5533         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5534         a keymap.
5535
5536 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5539         parent.
5540
5541         * wl-mule.el (wl-message-define-keymap): Ditto.
5542
5543         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5544
5545         * wl-xmas.el (wl-message-display-internal-hook): Define.
5546         (wl-xmas-setup-message-toolbar): Define as function.
5547         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5548         (wl-message-overload-functions): Abolished.
5549         (wl-message-define-keymap): New function.
5550
5551         * wl-vars.el (wl-message-display-internal-hook): New variable.
5552         (wl-message-header-button-alist): New variable (Renamed from
5553         wl-highlight-message-header-button-alist).
5554         (wl-message-body-button-alist): Ditto.
5555
5556         * wl-mule.el (wl-message-define-keymap): New function.
5557         (wl-message-overload-functions): Abolished.
5558
5559         * wl-message.el (wl-message-add-buttons-to-body): New function.
5560         (wl-message-redisplay): Don't call wl-message-overload-functions;
5561         Call wl-message-add-buttons-to-header and
5562         wl-message-add-buttons-to-body.
5563         (wl-message-display-internal): Set keymap argument for
5564         elmo-mime-display-as-is, elmo-mime-message-display;
5565         Run wl-message-display-internal-hook.
5566         (wl-message-refer-article-or-url): Abolished.
5567
5568         * wl-highlight.el (wl-highlight-headers): Don't call
5569         wl-highlight-message-add-buttons-to-header.
5570         (wl-highlight-message-add-buttons-to-header): Abolished.
5571
5572
5573         * wl-e21.el (wl-message-display-internal-hook): Define.
5574         (wl-e21-setup-toolbar): Deleted duplicated binding.
5575         (wl-e21-setup-message-toolbar): Define as function.
5576         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5577         (wl-message-define-keymap): New function.
5578         (wl-message-overload-functions): Abolished.
5579
5580 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5583         and elmo-folder-close.
5584
5585         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5586
5587 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5588
5589         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5590         boolean value.
5591         * wl-draft.el (wl-draft-do-fcc): Ditto.
5592
5593 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5594
5595         * wl-vars.el (wl-fcc-force-as-read): New variable.
5596         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5597         mark copied message as read.
5598
5599 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5600
5601         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5602
5603 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5604
5605         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5606         `wl-summary-target-above' instead of obsolete variable
5607         `wl-summary-temp-above'.
5608
5609         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5610         instead of `make-obsolete-variable'.
5611         * wl-refile.el (toplevel): Ditto.
5612
5613 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5614
5615         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5616         with third argument t.
5617         (wl-draft): Set first argument for wl-plugged-init as t.
5618
5619         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5620         definition.
5621
5622 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5623
5624         * wl-vars.el: Tabify.
5625         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5626
5627         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5628         message.
5629
5630 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5631
5632         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5633         and set default to beep.
5634
5635 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5636
5637         * wl-vars.el (wl-draft-truncate-lines): New variable.
5638
5639         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5640         instead of wl-message-truncate-lines for truncate-lines.
5641
5642 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5643
5644         * wl-message.el (wl-message-display-internal): Call
5645         `wl-highlight-message' after `elmo-mime-display-as-is'.
5646
5647         * wl-mime.el (wl-mime-display-text/plain): New function.
5648         (wl-mime-display-header): Ditto.
5649         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5650         body-presentation-method for text/plain;
5651         Register `wl-mime-display-header' as a header-presentation-method;
5652         Don't set up `elmo-message-text-content-inserted-hook' and
5653         `elmo-message-header-inserted-hook'.
5654
5655         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5656         variable.
5657         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5658         as t if flag is 'all-header;
5659         Don't bind `elmo-message-ignored-field-list',
5660         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5661
5662 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5665         for xemacs with non-mule environment.
5666
5667 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5668
5669         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5670         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5671         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5672
5673 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5674
5675         * wl-vars.el (wl-interactive-send): Set default value as t.
5676
5677 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5680         (wl-addrmgr-method-list): Abolished.
5681         (wl-addrmgr-change-method): Follow above change.
5682
5683         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5684
5685 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5686
5687         * wl-vars.el (wl-message-truncate-lines): Change default value
5688         to default-truncate-lines.
5689
5690         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5691
5692 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5693
5694         * wl-vars.el (wl-message-truncate-lines): New variable.
5695
5696         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5697         wl-message-truncate-lines.
5698
5699 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5700
5701         * wl-acap.el (wl-acap-init): Remove period from error message.
5702         (wl-acap-find-acap-service): Remove period from message.
5703
5704 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5705
5706         * wl.el (wl-check-environment): Undo last change.
5707
5708         * wl-vars.el (wl-from): Changed default value.
5709
5710         * wl-util.el (toplevel): Don't require tm-edit.
5711
5712         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5713         `wl-folder-init';
5714         Don't set mark on mail body.
5715         (wl-draft-reedit): Ditto.
5716
5717         * wl-address.el (wl-address-quote-specials): Define as an alias for
5718         elmo-address-quote-specials.
5719
5720 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5721
5722         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5723
5724         * wl-vars.el (wl-from): Set default value as nil.
5725         (wl-organization): Set default value as ORGANIZATION environment
5726         variable.
5727
5728         * wl-draft.el (wl-smtp-extension-bind): Check value of
5729         wl-smtp-connection-type.
5730
5731         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5732         error.
5733
5734 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5735
5736         * Version number is increased to 2.7.4.
5737
5738         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5739         arguments from `wl-highlight-x-face-function' caller.
5740         Use x-face-1.3.6.12 or later.
5741
5742 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5743
5744         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5745
5746 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5749         (wl-fcc): Fix to accept function.
5750         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5751
5752 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5753
5754         * wl-acap.el (toplevel): Added `product-provide' declare.
5755         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5756
5757 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5758
5759         * wl.el (wl): Changed order of calling `elmo-init'
5760         and `elmo-folder-init'.
5761
5762 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5763
5764         * wl-mime.el (wl-summary-burst): Extract message when content-type
5765         of root entity is not only `multipart' but also `message/rfc822'.
5766         (wl-summary-burst-subr): Ditto.
5767
5768 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-vars.el (toplevel): Require 'custom.
5771         (wl-trash-folder): Added to `wl-setting' group.
5772
5773         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5774         exists.
5775         (wl-addrmgr-draw): Insert empty line when no entry exists.
5776
5777         * wl-mule.el (wl-message-wheel-up): Fixed.
5778         (wl-message-wheel-down): Ditto.
5779
5780 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5781
5782         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5783         config is an anonymous lambda expression.
5784
5785 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5788         when Mule 2 is running.
5789
5790 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5793
5794 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5795
5796         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5797         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5798
5799         * wl-address.el (wl-address-specials-regexp): Eliminated.
5800         (wl-address-quote-specials): Rewrite.
5801
5802 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5805         shy-groups for regexp.
5806
5807         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5808         character classes and Perl style shy-groups for regexp.
5809         (wl-highlight-plugged-current-line): Use Posix style character
5810         classes for regexp.
5811         (wl-e21-highlight-folder-by-numbers): Ditto.
5812         (wl-e21-display-image-p): Use `display-images-p' instead of
5813         `display-graphic-p'.
5814         (display-images-p): Make an alias to `display-graphic-p' if it is
5815         not available.  It is for Emacs version prior to 21.0.105.
5816
5817         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5818         `display-graphic-p'.
5819         (wl-demo-image-type-alist): Ditto.
5820         (display-images-p): Make an alias to `display-graphic-p' if it is
5821         not available.  It is for Emacs version prior to 21.0.105.
5822
5823 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5824
5825         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5826         support.
5827         (wl-generate-user-agent-string): Ditto.
5828
5829         * wl-version.el (wl-version): Update docsting.
5830         (wl-version-status): Ditto.
5831
5832 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5833
5834         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5835         21.0.105.  For Emacs 21.0.104 or earlier.
5836
5837 2001-09-03  Takuo KITAME <kitame@northeye.org>
5838
5839         * wl-e21.el (wl-plugged-init-icons): Use
5840         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5841         (wl-biff-init-icons): Ditto.
5842
5843 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-highlight.el (wl-highlight-summary-current-line):
5846         Fixed highlighting refile/copy destination.
5847
5848         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5849         (wl-acap-store): Encode string by wl-acap-coding-system.
5850
5851 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5852
5853         * wl-acap.el (toplevel): Check and require 'un-define before
5854         'xemacs-ucs;
5855          Added checking for UTF-2000.
5856
5857 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5858
5859         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5860         Don't enclose with `eval-and-compile'.
5861
5862         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5863         wl-init is non-nil.
5864
5865         * wl-draft.el (wl-draft): Ditto.
5866
5867         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5868
5869         * wl-acap.el (toplevel): Require 'wl.
5870         (wl-acap-store): Call `elmo-init'.
5871
5872         * wl.el (wl): Changed position of `wl-check-environment'.
5873         (toplevel): Added autoload setting for wl-acap.
5874
5875         * wl-vars.el (wl-setting): New custom group.
5876         (wl-from): Added wl-setting group.
5877         (wl-user-mail-address-list): Ditto.
5878         (wl-organization): Ditto.
5879         (wl-subscribed-mailing-list): Ditto.
5880         (wl-envelope-from): Ditto.
5881         (wl-smtp-posting-user): Ditto.
5882         (wl-smtp-posting-server): Ditto.
5883         (wl-smtp-posting-port): Ditto.
5884         (wl-smtp-authenticate-type): Ditto.
5885         (wl-pop-before-smtp-user): Ditto.
5886         (wl-pop-before-smtp-server): Ditto.
5887         (wl-pop-before-smtp-port): Ditto.
5888         (wl-pop-before-smtp-authenticate-type): Ditto.
5889         (wl-nntp-posting-server): Ditto.
5890         (wl-nntp-posting-user): Ditto.
5891         (wl-nntp-posting-port): Ditto.
5892         (wl-fetch-confirm-threshold): Ditto.
5893         (wl-prefetch-threshold): Ditto.
5894         (wl-thread-insert-opened): Ditto.
5895         (wl-ldap-server): Ditto.
5896         (wl-ldap-port): Ditto.
5897         (wl-ldap-base): Ditto.
5898         (wl-ldap-objectclass): Ditto.
5899         (wl-use-ldap): Ditto.
5900         (wl-draft-config-alist): Ditto.
5901         (wl-draft-config-matchone): Ditto.
5902         (wl-template-alist): Ditto.
5903         (wl-message-sort-field-list): Ditto.
5904         (wl-message-ignored-field-list): Ditto.
5905         (wl-message-visible-field-list): Ditto.
5906         (wl-interactive-send): Ditto.
5907         (wl-summary-move-order): Ditto.
5908         (wl-auto-select-first): Ditto.
5909         (wl-auto-select-next): Ditto.
5910         (wl-interactive-save-folders): Ditto.
5911
5912         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5913         Initialization codes are moved from wl-local-folder-init.
5914         (wl-local-folder-init): Follow the change above.
5915         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5916
5917         * wl-acap.el: New file.
5918
5919         * Version number is increased to 2.7.3.
5920
5921 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5922
5923         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5924
5925 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5928         (wl-addrmgr-address-entry-list): Ditto.
5929
5930 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5931
5932         * wl-e21.el (wl-draft-mode-map): Removed binding for
5933         `wl-draft-insert-x-face-field'.
5934
5935         * wl-mule.el (wl-draft-mode-map): Ditto.
5936
5937         * wl-xmas.el (wl-draft-mode-map): Ditto.
5938
5939         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5940         (wl-cs-autoconv): Ditto.
5941         (wl-cs-local): Ditto.
5942         (wl-use-scoring): Ditto.
5943         (wl-mime-charset): Ditto.
5944         (wl-folder-check-async): Ditto.
5945
5946         * wl.el (toplevel): Ignore nemacs and tm.
5947         (wl-exit): Ditto.
5948
5949         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5950         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5951         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5952         instead of wl-address-petname-add-or-change.
5953         (wl-summary-edit-addresses-subr): Use wl-address-delete
5954         instead of wl-address-petname-delete.
5955
5956         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5957
5958         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5959         if error occured.
5960
5961         * wl-message.el (require): Remove tm support.
5962
5963         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5964
5965         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5966         (wl-folder-jump-to-current-entity): Ditto.
5967         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5968
5969         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5970         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5971         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5972
5973         * wl-mule.el (wl-draft-key-setup): Ditto.
5974
5975         * wl-xmas.el (wl-draft-key-setup): Ditto.
5976
5977         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5978         (wl-draft-std11-parse-addresses): New function.
5979         (wl-draft-parse-mailbox-list): Use it.
5980         (wl-draft): Ignore nemacs.
5981         (wl-draft-reedit): Ditto.
5982
5983         * wl-addrmgr.el: New file.
5984         (Original is wl-rcpt.el written by
5985         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5986         Thanks Kitamoto-san.)
5987
5988         * wl-address.el (wl-address-make-address-list): Modified parsing
5989         process.
5990         (wl-address-delete): Renamed from `wl-address-petname-delete';
5991         Modify wl-address-list too.
5992         (wl-address-add-or-change): Renamed from
5993         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5994
5995 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5996
5997         * wl-highlight.el (wl-highlight-summary-current-line):
5998           Work with transient-mark-mode
5999
6000 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6001
6002         * Version number is increased to 2.7.2.
6003
6004         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6005         instead of elmo-dop-queue-method.
6006
6007 2001-08-06  SAITO Atsunori <sai@yedo.com>
6008
6009         * wl-vars.el (wl-ldap-objectclass): New user option.
6010
6011         * wl-address.el (wl-ldap-make-filter): Use it.
6012
6013 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6016
6017 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6018
6019         * wl-folder.el (wl-folder): redisplay after folder insertion.
6020
6021         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6022
6023         * wl-summary.el (wl-summary-sync-update):
6024         Change status mark only when new-msgdb exists.
6025         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6026
6027 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl-summary.el (wl-summary-open-folder): New function.
6030         (wl-summary-goto-folder-subr): Use it.
6031         (wl-summary-mark-as-important): Fix;
6032         Encache only when no cache exists.
6033
6034 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6037         Use with-current-buffer.
6038
6039 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6040
6041         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6042         before call `get-buffer'. Fixed parenthesis.
6043         (wl-score-get-header-entry): Clear message and help window when
6044         keyboard quit.
6045         (wl-score-edit-insert-header): Ditto.
6046
6047 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6048
6049         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6050         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6051         (wl-default-draft-cite): Fix.
6052
6053         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6054         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6055
6056 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-message.el (wl-message-prev-page): Do same bahavior
6059         as summary when it is called in the message buffer.
6060         (wl-message-next-page): Ditto.
6061
6062 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-summary.el (wl-summary-forward): Use cache if it is not
6065         section cache.
6066
6067 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6070         Removed redundant require of elmo-vars.
6071         (wl-biff-state-indicator-on): Changed default value for
6072         xemacs with non-mule environment.
6073
6074         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6075         wl-message-buffer is nil;
6076         Hide progress bar after moving messages.
6077
6078 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6079
6080         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6081         message at cursor point is deleted.
6082
6083 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6084
6085         * wl-vars.el: Changed file coding system to euc-japan.
6086         Added -*-coding:-*- magic to the first line.
6087
6088         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6089         Search parent from the first message.
6090
6091         * Version number is increased to 2.7.1.
6092
6093 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6094
6095         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6096
6097 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6100         refile/delete execution.
6101
6102         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6103         Fixed docstring.
6104
6105 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6108         do update process;
6109         Don't update marks when update process is interrupted.
6110
6111 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * wl-summary.el (wl-summary-reply): Fixed problem when
6114         wl-draft-use-frame is non-nil.
6115         (wl-summary-forward): Ditto.
6116
6117         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6118         as nil.
6119         (wl-folder-mark-as-read-all-entity): Ditto.
6120         (wl-folder-prefetch-entity): Ditto.
6121
6122         * wl.el (wl): Check environment before wl-init.
6123
6124         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6125         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6126         instead of wl-summary-collect-unread.
6127         (wl-summary-reply): Split message window.
6128
6129 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6130
6131         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6132         only if current language environment is japanese,
6133
6134         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6135         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6136         (wl-folder-goto-folder-subr): Ditto.
6137
6138         * wl-draft.el (wl-draft-dispatch-message): Call
6139         `elmo-file-cache-get-path'.
6140
6141 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6142
6143         * wl-summary.el (wl-summary-cursor-move): If return value of
6144         wl-summary-next-message is not number, don't jump.
6145
6146 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl-summary.el (wl-summary-buffer-next-message-function): New
6149         variable.
6150         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6151         if it is bound.
6152
6153         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6154         string.
6155
6156         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6157         (wl-plugged-drawing): Ditto.
6158
6159 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6162         process.
6163         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6164         with unwind-protect.
6165
6166         * wl.el (wl-init): Require mime-setup.
6167         (wl-check-environment): Don't require mime-setup.
6168
6169         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6170         instead of elmo-folder-type.
6171
6172         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6173         value as nil.
6174
6175 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6176
6177         * Version number is increased to 2.7.0.
6178
6179         * wl-version.el (wl-version): Changed codename.
6180
6181         * wl-summary.el (wl-summary-delete-cache): Fixed.
6182
6183         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6184         Workaround for net folders.
6185         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6186
6187         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6188         value to nil (According to the patch from
6189         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6190
6191         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6192         of elmo-folder-close.
6193
6194 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6195
6196         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6197         for postfix.
6198
6199 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * wl-summary.el (wl-summary-resend-message): Fixed.
6202
6203         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6204         Call wl-draft with `from' argument if its address is included in
6205         `wl-user-mail-address-list'.
6206         (wl-draft): Added `from' argument.
6207
6208         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6209         non-nil.
6210         (wl): Don't show demo if wl-demo is nil.
6211
6212         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6213         wl-summary-use-frame.
6214
6215         * wl-vars.el (wl-summary-use-frame): New user option.
6216         (wl-folder-use-frame): Changed docstring.
6217
6218         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6219         non-nil.
6220         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6221         wl-summary-use-frame.
6222
6223         * wl-vars.el (wl-folder-use-frame): New user option.
6224
6225         * wl-summary.el (wl-summary-exit): Back to folder frame if
6226         wl-folder-use-frame is non-nil.
6227         (wl-summary-redisplay-internal): Ignore cache if current folder
6228         is draft folder,
6229         (wl-summary-redisplay-no-mime): Ditto.
6230         (wl-summary-redisplay-all-header): Ditto.
6231
6232         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6233         if wl-folder-use-frame is non-nil.
6234
6235 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6236
6237         * wl-summary.el (wl-summary-sync-update): Bind
6238         elmo-folder-update-threshold.
6239         (wl-summary-mark-as-important): Enclosed server mark processing
6240         with `save-match-data'.
6241
6242         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6243         only when it is already defined.
6244
6245 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6246
6247         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6248         name of folder exclude localdir is wrong.
6249         * wl-folder.el (wl-folder-sync-entity):
6250         Set `wl-summary-always-sticky-folder-list' as nil.
6251         (wl-folder-mark-as-read-all-entity): Ditto.
6252         (wl-folder-prefetch-entity): Ditto.
6253
6254 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6255
6256         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6257         instead of `wl-summary-write-current-newsgroup'.
6258
6259 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6260
6261         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6262         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6263         non-nil and selected message is important, do not display.
6264
6265 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6266
6267         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6268
6269 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6272
6273         * wl-summary.el (wl-summary-mark-as-important): Set message number
6274         using wl-summary-message-number.
6275
6276 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6277
6278         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6279         destination folder is 'null.
6280
6281 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6282
6283         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6284         New function.
6285         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6286         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6287         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6288
6289 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6290
6291         * wl-mime.el (wl-mime-setup): Added setting for
6292         `mime-setup-signature-key-alist' to avoid overriding key bind for
6293         `wl-draft-send'.
6294
6295         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6296         for `wl-draft-send'.
6297         * wl-mule.el (wl-draft-overload-functions): Ditto.
6298         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6299         * wl-draft.el (wl-draft-send): Ditto.
6300
6301         * wl-message.el (wl-message-display-internal):
6302         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6303         (Patch is provided by <kita@coe.nttdata.co.jp>).
6304
6305 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6306
6307         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6308
6309 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * wl.el (wl): Fix for wl-demo.
6312
6313 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6314
6315         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6316
6317 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6318
6319         * wl-folder.el (wl-folder-prefetch-entity): Use
6320         `wl-folder-get-elmo-folder'.
6321         (wl-folder-count-incorporates): Do not use
6322         `wl-folder-get-elmo-folder'.
6323
6324 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6327         instead of `elmo-folder-get-type'.
6328
6329 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6330
6331         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6332         position on Subject: field.
6333         (Advised by Mito <mit@nines.nec.co.jp>)
6334
6335 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6336
6337         * wl-folder.el (wl-folder-prefetch-entity): Use
6338         `wl-folder-get-elmo-folder'.
6339
6340 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6343
6344         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6345         `process-duplicates' slot.
6346
6347         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6348         if detection failed.
6349
6350 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6351
6352         * wl-version.el (wl-version-status): Set to "alpha".
6353
6354 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6355
6356         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6357         Check wl-message-buffer lives before set-buffer.
6358
6359 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6360
6361         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6362         called in folder mode.
6363         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6364         * wl-summary.el (wl-summary-exit-pre-hook): Run
6365         `wl-summary-exit-pre-hook' before exit summary mode.
6366
6367 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6368
6369         * wl-version.el (wl-version-status): New variable.
6370         (wl-version-status-alist): Removed.
6371         (wl-version-status): Rule included.
6372
6373 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6376         @sponichi.
6377
6378         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6379         when `mail-reply-buffer' is buffer-local variable.
6380         (Reported by <kita@coe.nttdata.co.jp>).
6381
6382 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-vars.el (toplevel): Require 'elmo-util.
6385
6386 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6389         (All other related portions are changed)
6390
6391         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6392
6393         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6394
6395 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6396
6397         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6398
6399 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6402         Delete other windows to avoid an error.
6403         Use `point-marker' instead of `point' to remember the start point
6404         of body.
6405
6406         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6407
6408         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6409         number not to exceed all message number.
6410
6411 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6412
6413         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6414         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6415
6416 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-summary.el (wl-summary-sync-force-update): Added argument
6419         no-check.
6420         (wl-summary-sync-update): Ditto.
6421         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6422         with `no-check'.
6423
6424         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6425         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6426         already running.
6427
6428 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6429
6430         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6431         `dst-folder-arg'.
6432         (wl-expire-archive-number1): Diito.
6433         (wl-expire-archive-number2): Diito.
6434         (wl-expire-archive-Date): Diito.
6435         (wl-archive-number1): Diito.
6436         (wl-archive-number2): Diito.
6437         (wl-archive-date): Diito.
6438         (wl-archive-folder-p): New function.
6439         (wl-summary-expire): Support of expand folder name at
6440         wl-expire-alist.
6441         * wl-util.el (wl-expand-newtext): Renamed from
6442         `wl-refile-expand-newtext'.
6443
6444 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6445
6446         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6447         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6448         `(elmo-msgdb-get-overview msgdb)'.
6449         (wl-summary-prefetch): Bind match data before call
6450         `wl-summay-prefetch-msg'.
6451         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6452         'off if `wl-summary-buffer-disp-msg' is non-nil.
6453         Fixed problem that couldn't show only one new or unread message when
6454         enter folder.
6455         (wl-summary-reply): Don't call `split-window-vertically' and other
6456         window.
6457
6458 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6459
6460         * wl-expire.el (wl-expire-refile): Fixed.
6461
6462 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6463
6464         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6465
6466         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6467         biff notification is removed.
6468
6469         * wl.el (wl): Changed position of `elmo-init'.
6470
6471         * wl-draft.el (wl-default-draft-cite): Use date field
6472         on the citation buffer.
6473
6474         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6475
6476         * wl-xmas.el (wl-folder-internal-icon-list): Added
6477         `wl-folder-shimbun-image'.
6478
6479         * wl-e21.el (wl-folder-internal-icon-list): Added
6480         `wl-folder-shimbun-image'.
6481
6482 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6483
6484         * wl.el (wl-init): Eliminated argument.
6485         (wl): Rewrite.
6486
6487         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6488         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6489         instead of `elmo-folder-msgdb-internal'.
6490         (wl-summary-sync-update): Ditto.
6491         (wl-summary-flush-pending-append-operations): Eliminated.
6492         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6493         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6494         `elmo-folder-open'.
6495
6496         * wl-mime.el (wl-summary-burst): Fixed.
6497
6498         * wl-folder.el (wl-folder-info-save): Check data type.
6499
6500         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6501         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6502         instead of `elmo-folder-msgdb-internal'.
6503         (wl-expire-hide): Ditto.
6504
6505
6506         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6507
6508 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6509
6510         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6511
6512 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6513
6514         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6515
6516 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6517
6518         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6519         Fixed `match-beginning' argument mismatch.
6520
6521 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6522
6523         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6524         the default value.
6525
6526 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6529         instead of `elmo-nntp-default-port'.
6530
6531         * wl-vars.el: Fixed some doc strings.
6532
6533 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6534
6535         * wl-summary.el (wl-summary-prefetch-msg): Use
6536         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6537
6538         * wl-vars.el: Define *-func as obsolete variable using
6539         `elmo-define-obsolete-variable'.
6540
6541         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6542         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6543         instead of `wl-message-buffer-prefetch-threshold'.
6544
6545         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6546
6547         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6548
6549         * wl-draft.el (wl-caesar-region-func): Ditto.
6550
6551         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6552         Keep unread status in elmo-folder-move-messages.
6553         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6554
6555 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6556
6557         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6558         `wl-summary-buffer-exit-func'
6559         (wl-summary-buffer-message-redisplay-function): Renamed from
6560         `wl-summary-buffer-message-redisplay-func'
6561         (wl-summary-buffer-next-folder-function): Renamed from
6562         `wl-summary-buffer-next-folder-func'.
6563         (wl-summary-buffer-prev-folder-function): Renamed from
6564         `wl-summary-buffer-prev-folder-func'.
6565         (wl-summary-get-petname-function): Renamed from
6566         `wl-summary-get-petname-func'.
6567
6568         * wl-score.el (wl-score-edit-exit-function): Renamed from
6569         `wl-score-edit-exit-func'.
6570
6571         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6572         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6573
6574         * wl-util.el (wl-load-profile-function): Renamed from
6575         `wl-load-profile-func'.
6576
6577         * wl-folder.el (wl-folder-completion-function): Renamed from
6578         `wl-folder-completion-func'.
6579         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6580
6581         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6582         `wl-expire-archive-get-folder-func'.
6583         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6584         (wl-draft-send-mail-function): Renamed from
6585         `wl-draft-send-mail-func'.
6586         (wl-draft-send-news-function): Renamed from
6587         `wl-draft-send-news-func'.
6588         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6589         (wl-generate-mailer-string-function): Renamed from
6590         `wl-generate-mailer-string-func'.
6591         (wl-highlight-signature-search-function): Renamed from
6592         `wl-highlight-signature-search-func'.
6593         (wl-highlight-x-face-function): Renamed from
6594         `wl-highlight-x-face-func'
6595         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6596         (wl-ps-print-buffer-function): Renamed from
6597         `wl-ps-print-buffer-func'
6598         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6599         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6600         (wl-summary-subject-filter-function): Renamed from
6601         `wl-summary-subject-filter-func'.
6602
6603         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6604         `wl-draft-queue-flush-send-func'
6605         (wl-draft-cite-function): Renamed from
6606         `wl-draft-cite-func'
6607
6608         * wl-address.el (wl-address-init-function): Renamed from
6609         `wl-address-init-func'.
6610
6611 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6612
6613         * wl-draft.el (wl-draft-queue-flush): Don't call
6614         `elmo-dop-unlock-message'.
6615         * wl-draft.el (wl-draft-queue-append): Don't call
6616         `elmo-dop-lock-message'.
6617
6618         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6619         (wl-summary-buffer-folder-name): Ditto.
6620         (wl-summary-message-regexp): Added '-' (all other related portions
6621         are changed).
6622         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6623         wl-summary-buffer-folder-name.
6624
6625 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6626
6627         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6628         the number of mails in the folder buffer is not updated by wl-biff.
6629
6630 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6631
6632         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6633         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6634
6635 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * wl-summary.el (wl-summary-next-message):
6638         Return next message number when wl-summary-move-order is nil.
6639
6640 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6641
6642         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6643         `wl-summary-move-spec-alist'.
6644         (wl-summary-move-spec-unplugged-alist): New variable
6645         (Move spec for unplugged status).
6646         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6647         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6648
6649 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6650
6651         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6652         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6653
6654 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6655
6656         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6657         simple quotation to quote the anonymous function.
6658         * tm-wl.el (wl-draft-preview-message): Ditto.
6659
6660 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6661
6662         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6663         Eliminate redundant `save-excursion'.
6664         (wl-highlight-summary-current-line): Ditto.
6665
6666         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6667         accessing match data when `looking-at' failed.
6668
6669         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6670         `elmo-match-string' where users don't care about the speed.
6671         (wl-draft-save): Ditto.
6672
6673 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6674
6675         * wl-util.el (wl-regexp-opt): New function.
6676
6677         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6678         number from `wl-summary-buffer-number-list'.
6679         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6680         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6681         (wl-summary-move-spec-alist): Changed default setting.
6682
6683 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6684
6685         * wl-vars.el (wl-biff-notify-hook): New hook.
6686         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6687         the arrival of new mail.
6688         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6689         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6690
6691 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6694
6695 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6698
6699         * Version number is increased to 2.5.8.
6700
6701         * wl-thread.el (toplevel): require 'cl.
6702         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6703         (wl-thread-make-number-list): New function.
6704         (wl-thread-entity-make-number-list-from-children): Ditto.
6705         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6706         (wl-thread-entity-insert-as-children): Likewise.
6707         (wl-thread-delete-message): Likewise.
6708         (wl-meaning-of-mark): Eliminated.
6709         (wl-thread-next-failure-mark-p): Ditto.
6710         (wl-thread-entity-get-mark): Ditto.
6711         (wl-thread-meaning-alist-get-result): Ditto.
6712         (wl-thread-entity-check-prev-mark): Ditto.
6713         (wl-thread-entity-check-next-mark): Ditto.
6714         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6715         (wl-thread-entity-get-prev-marked-entity): Ditto.
6716         (wl-thread-get-prev-unread): Ditto.
6717         (wl-thread-jump-to-prev-unread): Ditto.
6718         (wl-thread-get-next-unread): Ditto.
6719         (wl-thread-jump-to-next-unread): Ditto.
6720         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6721         (wl-thread-entity-get-next-marked-entity): Ditto.
6722
6723         * wl-summary.el (wl-summary-buffer-number-list):
6724         New bufer-local variable.
6725         (wl-summary-switch-to-clone-buffer): Clone
6726         `wl-summary-buffer-number-list'.
6727         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6728         (wl-summary-cursor-move-regex): Eliminated.
6729         (wl-summary-cursor-up): Rewrite.
6730         (wl-summary-cursor-down): Ditto.
6731         (wl-summary-mode-spec-alist): New variable.
6732         (wl-summary-next-message): New inline function.
6733         (wl-summary-cursor-move): New function.
6734         (wl-summary-default-get-next-msg): Rewrite.
6735         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6736         (wl-summary-rescan): Ditto.
6737         (wl-summary-sync-all-init): Ditto.
6738         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6739         summary is not thread view.
6740         (wl-summary-sync-update): Ditto.
6741         (wl-summary-rescan): Ditto.
6742         (wl-summary-make-number-list): New function.
6743
6744         * wl-draft.el: "FCC" -> "Fcc".
6745
6746 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6747
6748         * wl-highlight.el (wl-highlight-summary-window):
6749         Call `set-buffer-modified-p'.
6750
6751         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6752         (wl): Call `elmo-init' and fix.
6753
6754         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6755         Use new variables.
6756
6757         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6758
6759 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6762
6763 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6764
6765         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6766
6767 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6768
6769         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6770         `wl-use-toolbar' nor `display-graphic-p'.
6771         (wl-e21-setup-message-toolbar): Ditto.
6772         (wl-e21-setup-summary-toolbar): Ditto.
6773         (wl-e21-setup-folder-toolbar): Ditto.
6774
6775         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6776         (wl-plugged-init-icons): Ditto.
6777
6778         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6779         `display-graphic-p'.
6780         (wl-plugged-set-folder-icon): Ditto.
6781         (wl-highlight-plugged-current-line): Ditto.
6782         (wl-highlight-folder-current-line): Ditto.
6783         (wl-e21-highlight-folder-group-line): Ditto.
6784         (wl-e21-setup-toolbar): Ditto.
6785         (wl-e21-display-image-p): New macro.
6786
6787         * wl-demo.el (wl-demo): Simplified.
6788         (wl-demo-image-type-alist): Use `image-type-available-p' for
6789         checking whether the image type `xbm' is available.
6790
6791 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6794         (wl-summary-input-range): Ditto.
6795
6796 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6797
6798         * wl-summary.el (wl-summary-edit-addresses): Use
6799         `wl-summary-get-original-buffer'
6800         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6801         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6802         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6803         (wl-summary-get-newsgroups): Eliminated.
6804         (wl-summary-set-crosspost): Ditto.
6805         (wl-summary-is-crosspost-folder): Ditto.
6806         (wl-crosspost-alist-load): Ditto.
6807         (wl-crosspost-alist-save): Ditto.
6808
6809         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6810         `elmo-setup-subscribed-newsgroups' instead of
6811         `elmo-nntp-make-groups-hashtb'.
6812         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6813         instead of `wl-crosspost-alist-save'.
6814
6815         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6816         of `elmo-folder-message-appendable-p'.
6817         (wl-mime-header-presentation-method): Eliminated.
6818
6819         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6820         (Error occurs in emacs21).
6821
6822         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6823         the current buffer).
6824
6825         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6826         instead of `wl-crosspost-alist-save'.
6827         (wl-init): `elmo-crosspost-message-alist-load'
6828         instead of `wl-crosspost-alist-load'
6829
6830         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6831         (wl-parse-newsgroups): Likewise.
6832         (wl-biff-notify): Run `wl-biff-notify-hook'.
6833
6834 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6837
6838         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6839         when `wl-summary-lazy-highlight' is non-nil.
6840         (wl-summary-goto-folder-subr): Highlight only when
6841         `wl-summary-lazy-highlight' is non-nil.
6842
6843         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6844         Don't display progress and highlight temp-mark when
6845         `wl-summary-lazy-highlight' is non-nil.
6846         (wl-highlight-summary-window): New function.
6847         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6848
6849 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6850
6851         * wl-summary.el (wl-summary-sync): Change `all-visible'
6852         from `all-shown'
6853         (wl-summary-input-range): Ditto.
6854
6855 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6856
6857         * wl-e21.el (wl-highlight-folder-current-line): Call
6858         `wl-folder-init-icons' when folder icons have not been initialized.
6859
6860         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6861
6862         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6863         (wl-demo-image-type-alist): New macro.
6864
6865 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6866
6867         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6868         display does not support graphics.
6869         (wl-plugged-init-icons): Ditto.
6870         (wl-folder-init-icons): Ditto.
6871
6872         * wl-demo.el (wl-demo): Chech closely whether the display
6873         supports graphics.
6874
6875 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-summary.el (wl-summary-get-original-buffer): New function.
6878         (wl-summary-set-crosspost): Use it.
6879         (wl-summary-target-mark-uudecode): Ditto.
6880         (wl-summary-reedit): Ditto.
6881         (wl-summary-resend-bounced-mail): Ditto.
6882         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6883         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6884
6885         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6886         (wl-message-display-internal): Ditto.
6887
6888 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6891
6892 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * wl-summary.el (wl-summary-save-view): Renamed from
6895         `wl-summary-save-status'.
6896
6897 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6898
6899         * wl-summary.el (wl-summary-sync): Added `all-shown'
6900
6901 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6902
6903         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6904
6905 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6906
6907         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6908
6909 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6910
6911         * wl-highlight.el (wl-highlight-summary-line-string): Use
6912         `zerop' instead of `= 0'.
6913         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6914
6915         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6916         for comparing numbers.
6917         (wl-template-prev): Use `zerop' instead of `eq 0'.
6918
6919         * wl-draft.el (wl-draft-insert-current-message): Use
6920         `with-current-buffer' instead of `save-excursion'.
6921         Use `zerop' instead of `eq 0'.
6922
6923 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6924
6925         * wl-draft.el (wl-draft-insert-ccs): New function.
6926         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6927         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6928
6929 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6930
6931         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6932
6933 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl-expire.el (wl-expire-refile): Don't call
6936         elmo-msgdb-add-msgs-to-seen-list;
6937         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6938         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6939
6940 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-message.el (wl-message-prev-page): Ignore errors while
6943         scroll-down.
6944
6945 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-mime.el: Use elmo-original-message-mode instead of
6948         mmelmo-original-mode.
6949
6950         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6951         `elmo-folder-get-spec';
6952         (wl-fldmgr-add-completion-all-completions):
6953         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6954
6955         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6956         of `elmo-folder-get-type'.
6957
6958         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6959         `elmo-folder-get-spec';
6960         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6961         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6962         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6963         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6964         `elmo-read-msg-no-cache';
6965         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6966         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6967         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6968         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6969         `elmo-cache-save';
6970         (wl-draft-reedit): Use `elmo-message-file-name'.
6971
6972         * wl-expire.el: Use `elmo-folder-name-internal';
6973         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6974         Use macro `wl-summary-buffer-msgdb' instead of variable
6975         `wl-summary-buffer-msgdb';
6976         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6977         Use macro `wl-summary-buffer-folder-name' instead of variable
6978         `wl-summary-buffer-folder-name'.
6979         * wl-score.el: Likewise.
6980
6981         * wl-message.el: Rewrite for new message buffer cache mechanism.
6982         (wl-message-buffer-cache-buffer-get): New macro.
6983         (wl-message-buffer-cache-folder-get): Ditto.
6984         (wl-message-buffer-cache-message-get): Ditto.
6985         (wl-message-buffer-cache-entry-make): Ditto.
6986         (wl-message-buffer-cache-hit): Ditto.
6987         (wl-message-buffer-cache-sort): New function.
6988         (wl-message-buffer-cache-add): Ditto.
6989         (wl-message-buffer-cache-delete): Ditto.
6990         (wl-message-buffer-cache-clean-up): Ditto.
6991         (wl-message-buffer-window): Rewrite.
6992         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6993         (wl-message-buffer-display): New function.
6994         (wl-message-display-internal): New function.
6995
6996 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * wl-folder.el: Use `elmo-folder-name-internal';
6999         Use `wl-folder-get-elmo-folder';
7000         Use `elmo-folder-list-messages' instead of
7001         `elmo-list-folder';
7002         Use `elmo-folder-get-primitive-list' instead of
7003         `elmo-folder-get-primitive-spec-list';
7004         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7005         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7006         Use `elmo-folder-create' instead of `elmo-create-folder'.
7007         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7008         (wl-folder-get-elmo-folder): New macro.
7009         (wl-folder-elmo-folder-cache-get): Ditto.
7010         (wl-folder-elmo-folder-cache-put): Ditto.
7011         (wl-folder-suspend): Call `elmo-quit'.
7012
7013         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7014         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7015         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7016         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7017         (toplevel): require 'cl.
7018         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7019
7020         * wl-summary.el: Rewrite to use new elmo interface.
7021
7022 \f
7023 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7024
7025         * wl-mime.el (wl-draft-preview-message):
7026         Run `wl-draft-send-hook' before collecting recipients information;
7027         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7028
7029         * tm-wl.el (wl-draft-preview-message): Ditto.
7030
7031 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7032
7033         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7034         wrong recipients are displayed when forwarded message.
7035
7036 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * Version number is increased to 2.5.7.
7039
7040 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7041
7042         * wl-message.el (wl-message-next-page): Bind
7043         `window-pixel-scroll-increment' to nil while scrolling up.
7044
7045 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7046
7047         * wl-vars.el (wl-save-hook): New hook.
7048         * wl.el (wl-save): Call `wl-save-hook'.
7049
7050 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7051
7052         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7053         Argument WITH-ARG instead of NO-ARG (negative mean).
7054         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7055         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7056         * wl-message.el (wl-message-follow-current-entity): Likewise.
7057
7058 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7059
7060         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7061         FROM was optional argument.
7062         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7063
7064 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7065
7066         * Version number is increased to 2.5.6.
7067
7068 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7069
7070         * wl-version.el (wl-version-show): Removed.
7071         (wl-version): Add `interactive'.
7072
7073 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7074
7075         * wl-summary.el (wl-summary-get-petname-func): New variable.
7076         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7077         instead of `wl-address-get-petname-1'.
7078         (wl-summary-simple-from): Ditto.
7079
7080         * wl-address.el (wl-address-get-petname-1): Define as function.
7081
7082 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7085         field in the original message.
7086         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7087
7088 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7089
7090         * wl-expire.el (wl-expire-hide):
7091         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7092
7093 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7094
7095         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7096         find decoder for To, Cc, and Subject.
7097
7098 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7099
7100         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7101         for checking `elmo-use-buffer-cache'.
7102         (wl-summary-mark-as-important): Fixed typo in comment.
7103
7104 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7107         field in the original message.
7108         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7109
7110 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7111
7112         * wl-expire.el (wl-expire-hide):
7113         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7114
7115 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7116
7117         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7118         find decoder for To, Cc, and Subject.
7119
7120 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7121
7122         * Version number is increased to 2.5.5.
7123
7124         * wl-address.el (wl-address-specials-regexp): New constant.
7125         (wl-address-quote-specials): Use it.
7126
7127 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-summary.el (wl-summary-rescan):
7130         Call `wl-summary-buffer-number-column-detect'.
7131         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7132
7133         * wl-message.el (wl-message-mode-map): Define.
7134         (wl-message-decode): Use it as local-map.
7135
7136 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7139         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7140
7141 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7144
7145         * wl-mule.el (wl-read-event-char): Ditto.
7146
7147         * wl-e21.el (wl-read-event-char): Ditto.
7148
7149         * wl-nemacs.el (wl-read-event-char): Ditto.
7150         (read-event): Removed.
7151
7152         * wl-util.el (toplevel): Removed dummy definition of
7153         `read-event'.
7154         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7155
7156 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7157
7158         * wl-nemacs.el (elmo-archive-call-process): Moved to
7159         elmo-archive.el.
7160
7161 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7162
7163         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7164         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7165
7166         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7167         instead of magic-number 6.  Use `not' instead of `null' for symbol
7168         `nil' check (not empty list).
7169         (wl-draft-insert-x-face-field): Fixed paren style.
7170
7171         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7172         one-branch conditional statement, instead of `and' and `if'.
7173         (wl-draft-forward): Likewise.
7174         (wl-draft-add-references): Likewise.
7175         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7176
7177         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7178         conditional steatment.  Use `cond' instead of `if'.
7179         (wl-draft-confirm): Likewise.
7180
7181 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7182
7183         * wl-version.el (wl-version-show): Use `product-string-1'
7184         instead of `wl-version'.
7185         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7186
7187         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7188
7189 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7190
7191         * wl-highlight.el (wl-highlight-headers): Revert
7192         `wl-highlight-x-face-func' argument (`beg' and `end').
7193
7194 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7195
7196         * wl.el (toplevel): Move `product-provide' declare.
7197         * wl-demo.el (toplevel): Ditto.
7198         * wl-dnd.el (toplevel): Ditto.
7199         * wl-highlight.el (toplevel): Ditto.
7200         * wl-message.el (toplevel): Ditto.
7201         * wl-refile.el (toplevel): Ditto.
7202         * wl-util.el (toplevel): Ditto.
7203
7204 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7207         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7208         (wl-thread-close-all): keep cursor position.
7209
7210 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7211
7212         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7213         (eq x 0).
7214         (wl-generate-user-agent-string-1): Fix conditional statement.
7215
7216 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7217
7218         * wl.el (wl-check-environment): Additional check for
7219         'wl-local-domain' and `wl-message-id-domain'.
7220
7221 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7222
7223         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7224
7225 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7226
7227         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7228         instead of `smtp-sasl-user-realm'.
7229
7230 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7231
7232         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7233
7234 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7235
7236         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7237         to the default value as well as `eword-lexical-analyzer'.
7238
7239 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7240
7241         * wl-version.el (wl-extended-emacs-version,
7242         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7243         `elmo-match-string' instead of `wl-match-string'.
7244
7245 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7246
7247         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7248         docstring.
7249
7250 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7251
7252         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7253
7254 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7255
7256         * wl-highlight.el (wl-highlight-headers): Remove
7257         `wl-highlight-x-face-func' argument (`beg' and `end').
7258
7259 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * wl-summary.el (wl-summary-mark-as-important):
7262         Remove cache if folder is local.
7263
7264 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7265
7266         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7267         to get existing e-mail address string.
7268
7269 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7270
7271         * wl-version.el (wl-generate-user-agent-string): Commentary.
7272         (wl-generate-user-agent-string-1): Use `when' for
7273         one-branch conditional statement, instead of `and' and `if'.
7274         (wl-extended-emacs-version, wl-extended-emacs-version2,
7275         wl-extended-emacs-version3): Ditto.
7276
7277 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7278
7279         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7280         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7281         condition-case; Remove initialization.
7282         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7283         (wl-summary-sync-update3): Added argument `sync-all';
7284         Eliminated local variable `msgdb';
7285         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7286         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7287         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7288
7289 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7290
7291         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7292         connection before call `wl-draft-send-mail-with-smtp'.
7293
7294 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * Version number is increased to 2.5.4.
7297
7298 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7299
7300         * wl.el (wl-check-environment): Additional check for
7301         'wl-local-domain' and `wl-message-id-domain'.
7302
7303 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7306         buffer as command specific.
7307         (wl-folder-mark-as-read-all-entity): Ditto.
7308         (wl-folder-prefetch-entity): Ditto.
7309         (wl-folder-drop-unsync-entity): Ditto.
7310
7311         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7312         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7313         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7314
7315         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7316         save-excursion.
7317
7318 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * Version number is increased to 2.5.3.
7321
7322         * wl-summary.el (wl-summary-save-view-cache):
7323         Delete duplicated `write-region';
7324         Use `write-region-as-binary' instead of `as-binary-output-file' and
7325         `write-region'.
7326
7327 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7328
7329         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7330
7331 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7334         instead of `smtp-via-smtp'.
7335
7336 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7337
7338         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7339
7340 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7341
7342         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7343         instead of `smtp-sasl-user-realm'.
7344
7345 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7346
7347         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7348
7349 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7350
7351         * Version number is increased to 2.5.2.
7352
7353 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7356         does not exist.
7357         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7358         (wl-biff-start): Call `timer-activate' if timer already exists.
7359
7360         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7361         only when it is bound as function.
7362
7363 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * Version number is increased to 2.5.1.
7366
7367 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7370         Print refile/copy destination.
7371
7372 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7375         queue-flush-only is non-nil.
7376
7377         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7378
7379         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7380         checking cache folder.
7381
7382 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7383
7384         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7385         `regexp-quote'.
7386
7387 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7388
7389         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7390         function.
7391         * wl-summary.el (wl-summary-write-current-folder-functions):
7392         Change default value.  Use it.
7393
7394 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * Version number is increased to 2.5.0.
7397
7398         * wl-version.el (wl-version): Changed codename.
7399
7400 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7401
7402         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7403         (wl-summary-supersedes-message): Ditto.
7404
7405 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7406
7407         * wl-refile.el (wl-refile-guess-functions): Renamed from
7408         `wl-refile-guess-func-list'.
7409
7410 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7413         Fixed problem when no rule was matched.
7414
7415 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7416
7417         * wl-summary.el (wl-summary-get-mark): Fixed
7418         `wl-summary-buffer-target-mark' check logic.
7419
7420 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7421
7422         * wl-folder.el (wl-folder-write-current-folder): Added group
7423         folder check.
7424
7425         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7426         `wl-summary-write-current-newsgroup'.
7427         (wl-summary-write-current-folder-functions): New variable.
7428         * wl-folder.el (wl-folder-get-newsgroups): New function.
7429         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7430         (wl-folder-write-current-folder): Renamed from
7431         `wl-folder-write-current-newsgroup'.
7432
7433 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7434
7435         * Version number is increased to 2.3.93.
7436
7437 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7438
7439         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7440         (wl-ldap-make-matched-value-list): Ditto.
7441         (wl-ldap-alias-safe-string): Split e-mail address.
7442
7443         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7444         petname folder default was selected.
7445         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7446         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7447
7448 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7451         to `wl-draft-config-exec'.
7452
7453         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7454         instead of calling `wl-draft-config-exec';
7455         Process group-list and show recipients in minibuffer.
7456
7457         * tm-wl.el (wl-draft-preview-message): Ditto.
7458
7459 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7460
7461         * wl.el (toplevel): Added (C) to copyright notice, and
7462         sync Author header.
7463         * tm-wl.el (toplevel): Ditto.
7464         * wl-address.el (toplevel): Ditto.
7465         * wl-demo.el (toplevel): Ditto.
7466         * wl-dnd.el (toplevel): Ditto.
7467         * wl-draft.el (toplevel): Ditto.
7468         * wl-e21.el (toplevel): Ditto.
7469         * wl-expire.el (toplevel): Ditto.
7470         * wl-folder.el (toplevel): Ditto.
7471         * wl-highlight.el (toplevel): Ditto.
7472         * wl-message.el (toplevel): Ditto.
7473         * wl-mime.el (toplevel): Ditto.
7474         * wl-mule.el (toplevel): Ditto.
7475         * wl-nemacs.el (toplevel): Ditto.
7476         * wl-refile.el (toplevel): Ditto.
7477         * wl-score.el (toplevel): Ditto.
7478         * wl-summary.el (toplevel): Ditto.
7479         * wl-template.el (toplevel): Ditto.
7480         * wl-thread.el (toplevel): Ditto.
7481         * wl-util.el (toplevel): Ditto.
7482         * wl-vars.el (toplevel): Ditto.
7483         * wl-xmas.el (toplevel): Ditto.
7484
7485 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7486
7487         * wl.el (wl-init): Added comment about `wl-init-hook'.
7488         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7489         * wl-vars.el (wl-init-hook): Added docs.
7490         (wl-make-plugged-hook): Removed useless docs.
7491         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7492         * wl-xmas.el (toplevel): Ditto.
7493
7494 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7495
7496         * wl-address.el (toplevel): Fixed multiple Author header format.
7497         * wl-demo.el (toplevel): Ditto.
7498         * wl-draft.el (toplevel): Ditto.
7499         * wl-folder.el (toplevel): Ditto.
7500         * wl-summary.el (toplevel): Ditto.
7501         * wl-thread.el (toplevel): Ditto.
7502         * wl-util.el (toplevel): Ditto.
7503         * wl-vars.el (toplevel): Ditto.
7504         * wl-version.el (toplevel): Ditto.
7505         * wl-xmas.el (toplevel): Ditto.
7506         * wl.el (toplevel): Ditto.
7507
7508         * wl-version.el (toplevel): Added require `elmo-version' for
7509         `product-version-as-string'.
7510
7511 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-vars.el (wl-draft-send-hook): Changed default value to
7514         '(wl-draft-config-exec).
7515
7516         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7517         explicitly.
7518         (wl-draft): Set `wl-draft-config-exec-flag' before running
7519         `wl-mail-setup-hook'.
7520
7521         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7522         `wl-biff-init-icons' to `wl-init-hook' instead of
7523         `wl-make-plugged-hook'.
7524         (Because if `wl-draft' command is invoked at first,
7525         they are not initialized)
7526         Updated copyright notice.
7527
7528         * wl-e21.el (toplevel): Ditto;
7529
7530         * wl-demo.el (toplevel): Updated copyright notice.
7531         * wl-address.el (toplevel): Ditto.
7532         * wl-draft.el (toplevel): Ditto.
7533         * wl-version.el (toplevel): Ditto.
7534         * wl-folder.el (toplevel): Ditto.
7535         * wl-summary.el (toplevel): Ditto.
7536         * wl-thread.el (toplevel): Ditto.
7537         * wl-util.el (toplevel): Ditto.
7538         * wl-vars.el (toplevel): Ditto.
7539         * wl.el (toplevel): Ditto.
7540
7541 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7542
7543         * wl-highlight.el (wl-highlight-message): Fixed problem of
7544         highlighting failure which occured when the last field contains
7545         multiple lines in the draft buffer.
7546
7547         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7548         `wl-biff-start' if plugged.
7549
7550         * wl-util.el (wl-biff-check-folder): New function.
7551         (wl-biff-check-folders): Don't set session name prefix.
7552         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7553         (wl-biff-check-folder-async): Ditto.
7554
7555         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7556         in email address.
7557
7558 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7559
7560         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7561
7562         * wl-draft.el (wl-draft-strip-subject-re): New function.
7563
7564         * wl-draft.el (wl-draft-reply): Use it.
7565
7566 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-message.el (wl-mmelmo-message-redisplay): Use
7569         `mime-display-message' instead of `wl-mime-display-message'.
7570
7571         * wl-mime.el (toplevel): Removed compatibility workaround
7572         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7573         (wl-mime-display-message): Abolished.
7574         (wl-mime-entity-read-field): Ditto.
7575         (wl-mime-combine-message/partial-pieces): Use
7576         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7577
7578 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7579
7580         * wl-template.el: Doc fixes.
7581
7582 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7583
7584         * wl-e21.el (wl-message-overload-functions): Do nothing if
7585         `current-local-map' is not available.
7586         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7587
7588 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7589
7590         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7591         representation.
7592
7593         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7594         number.
7595         (wl-fldmgr-save-folders): Don't use `format' when insert
7596         `wl-fldmgr-folders-header'.
7597
7598 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7599
7600         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7601
7602 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * wl-highlight.el (wl-highlight-message):
7605         Use `std11-field-end' to detect end point of the header field.
7606         Refer `wl-highlight-max-header-size'.
7607
7608         * wl-vars.el (wl-highlight-max-header-size): New variable.
7609
7610         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7611
7612         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7613         Set `for-draft' argument of wl-highlight-headers.
7614         (wl-draft): Ditto.
7615         (wl-draft-reedit): Ditto.
7616         (wl-user-agent-compose-internal): Ditto.
7617
7618 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7619
7620         * wl-message.el (wl-message-add-button): Use overlay.
7621
7622 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7623
7624         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7625
7626         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7627         problem when group-list content is nothing.
7628         (Reported by Mito <mit@nines.nec.co.jp>)
7629
7630 2000-10-18  SAITO Atsunori <sai@yedo.com>
7631
7632         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7633
7634 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7635
7636         * tm-wl.el (toplevel): Use product-provide.
7637
7638 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7639
7640         * Version number is increased to 2.3.92.
7641
7642 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7643
7644         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7645         title text, use `display' property for left margin under Emacs 21.
7646
7647         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7648         properties.
7649         (wl-plugged-init-icons): Ditto.
7650
7651 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7652
7653         * wl.el (wl-save-status, wl-init): Remove last period in
7654         "...done." message.
7655         * tm-wl.el (wl-summary-burst): Ditto.
7656         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7657         wl-summary-resume-cache-status,
7658         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7659         wl-summary-sync-update3, wl-summary-highlight-msgs,
7660         wl-summary-flush-pending-append-operations,
7661         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7662         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7663         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7664         wl-thread-open-all): Ditto.
7665         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7666         * wl-mime.el (wl-summary-burst): Ditto.
7667         * wl-highlight.el (wl-highlight-summary): Ditto.
7668         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7669         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7670         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7671         * wl-address.el (wl-local-address-init): Ditto.
7672
7673 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7674
7675         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7676         `add-text-properties'.
7677         (wl-plugged-init-icons): Ditto.
7678         (wl-folder-init-icons): Use `propertize' instead of
7679         `put-text-property'.
7680         (wl-plugged-set-folder-icon): Ditto.
7681         (wl-e21-highlight-folder-group-line): Ditto.
7682
7683 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * wl-version.el (wl-version-status-alist): New variable.
7686         (wl-version-status): New function.
7687
7688         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7689         "Cc" part of the case "Reply-To".
7690
7691         * wl-draft.el (wl-draft-reply): Use result of
7692         `eword-extract-address-components'.
7693
7694         * wl-demo.el (wl-demo-icon-name): New constant.
7695         (wl-logo-xpm): Use it.
7696         (wl-logo-xbm): Ditto.
7697         (wl-logo-bitmap): Ditto.
7698
7699         * Version number is increased to 2.3.91.
7700
7701 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7702
7703         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7704         (wl-extended-emacs-version, wl-extended-emacs-version2,
7705         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7706         docstring.
7707
7708         * wl-version.el (wl-generate-user-agent-string-1): New function.
7709         (wl-generate-user-agent-string): Use it.
7710
7711         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7712         `mime-edit-insert-user-agent-field'.
7713         (wl-generate-user-agent-string): Check
7714         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7715
7716         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7717         instead of `if', when verbose case.
7718
7719 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7720
7721         * wl-expire.el (wl-summary-expire): Fix.
7722
7723 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7724
7725         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7726         and `elmo-lost+found-folder' if 'wl-draft.
7727         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7728
7729 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7730
7731         * wl-expire.el (wl-summary-expire): Change messages.
7732         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7733         `deleing-info' instead of "Deleting..."
7734
7735 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7736
7737         * wl-summary.el (wl-summary-refile-subr): Fix.
7738
7739 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7740
7741         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7742         if pipe folder.
7743
7744 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7745
7746         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7747
7748 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7749
7750         * wl-expire.el (wl-expire-hide): New function.
7751         (wl-summary-expire): Add `hide'.
7752
7753 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * wl-vars.el (wl-draft-reply-without-argument-list):
7756         Changed default value to consider `Reply-To:'.
7757         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7758
7759         * Version number is increased to 2.3.90.
7760
7761         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7762         elmo-imap4-get-session with unwind-protect.
7763         Don't cause error.
7764         (wl-summary-sync-marks): Don't check plugged nor folder type.
7765         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7766         (Always keep current buffer).
7767
7768 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7769
7770         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7771         Enclose with `save-excursion'.
7772
7773 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7774
7775         * wl-version.el (wl-version): Remove interactive.
7776
7777 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7778
7779         * wl-version.el (wl-generate-user-agent-string): Use
7780         `product-string-verbose' instead of `product-string-1'.
7781
7782 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7783
7784         * wl-vars.el (wl-draft-use-cache): New variable.
7785         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7786         if wl-draft-use-cache is non-nil.
7787
7788 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7789
7790         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7791         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7792
7793 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7796         (wl-thread-msg-mark-as-unread): Ditto.
7797
7798         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7799         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7800         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7801         Don't set mark in summary if return value of `elmo-mark-as-read'
7802         is nil.
7803         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7804         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7805         instead of `wl-thread-msg-mark-as-read'.
7806         (wl-summary-mark-as-unread-region): Ditto.
7807         (wl-summary-target-mark-mark-as-read): Ditto.
7808
7809         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7810
7811 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7814
7815         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7816
7817 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7820         face.
7821
7822 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7823
7824         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7825         `running-xemacs'.
7826
7827 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7828
7829         * wl-version.el (toplevel): Use `product-version-as-string' for
7830         set verstion-string, if defined.
7831
7832         * wl-version.el (wl-version-show): Insert string at point, when
7833         call with argument.
7834
7835         * wl-version.el (wl-generate-user-agent-string): Use
7836         `product-string-1' instead of `wl-appname', `wl-version' and
7837         `wl-codename'.
7838
7839 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7840
7841         * wl-address.el (toplevel): Use product-provide.
7842         * wl-demo.el (toplevel): Ditto.
7843         * wl-dnd.el (toplevel): Ditto.
7844         * wl-draft.el (toplevel): Ditto.
7845         * wl-e21.el (toplevel): Ditto.
7846         * wl-expire.el (toplevel): Ditto.
7847         * wl-fldmgr.el (toplevel): Ditto.
7848         * wl-folder.el (toplevel): Ditto.
7849         * wl-highlight.el (toplevel): Ditto.
7850         * wl-message.el (toplevel): Ditto.
7851         * wl-mime.el (toplevel): Ditto.
7852         * wl-mule.el (toplevel): Ditto.
7853         * wl-nemacs.el (toplevel): Ditto.
7854         * wl-refile.el (toplevel): Ditto.
7855         * wl-score.el (toplevel): Ditto.
7856         * wl-summary.el (toplevel): Ditto.
7857         * wl-template.el (toplevel): Ditto.
7858         * wl-thread.el (toplevel): Ditto.
7859         * wl-util.el (toplevel): Ditto.
7860         * wl-vars.el (toplevel): Ditto.
7861         * wl-xmas.el (toplevel): Ditto.
7862         * wl.el (toplevel): Ditto.
7863
7864 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7865
7866         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7867         instead of product.
7868
7869         * wl-version.el (wl-version): Compile time evalution elmo-version.
7870
7871 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7872
7873         * wl-summary.el (wl-summary-sync-force-update): Append queue
7874         `mark-as-read'if unplugged.
7875
7876 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7877
7878         * wl-version.el: New file.  Use product.el.
7879         * wl.el: add (require 'wl-version).
7880         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7881         for ~/.folders header.
7882         (wl-fldmgr-folders-header): Changed.
7883         * wl-demo.el (wl-demo): Use product.el.
7884
7885         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7886         wl-version.el.
7887         * wl-util.el (wl-version, wl-version-show): Ditto.
7888
7889         * wl-util.el (wl-generate-user-agent-string,
7890         wl-extended-emacs-version, wl-extended-emacs-version2,
7891         wl-extended-emacs-version3): Move to wl-version.el.
7892         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7893         xemacs-codename, mime-edit-insert-user-agent-field,
7894         mime-edit-user-agent-value, mime-editor/version,
7895         mime-editor/codename): Compile warning killer move to
7896         wl-version.el
7897
7898 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7899
7900         * wl-summary.el (wl-summary-refile-subr): Fix.
7901
7902 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7903
7904         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7905         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7906
7907 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7908
7909         * wl.el (wl-check-environment): Check too many `@'.
7910
7911 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7912
7913         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7914
7915 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7916
7917         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7918         wl-draft-reply-myself-without-argument-list): Add variables.
7919         * wl-draft.el (wl-draft-reply): Use it.
7920
7921 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7922
7923         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7924         the 5th argument of `elmo-network-get-spec'.
7925
7926         * wl-thread.el (wl-thread-reparent-children): New inline function.
7927         (wl-thread-delete-message): Use it.
7928
7929         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7930         (wl-summary-score-update-all-lines): Don't use `dolist'.
7931
7932 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7933
7934         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7935         (require 'elmo-msgdb) for inline function.
7936
7937 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7938
7939         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7940
7941 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7942
7943         * wl-score.el (wl-score-headers): Fix for the confusing macro
7944         `elmo-kill-buffer'.
7945
7946 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7947
7948         * wl-summary.el: Don't use the 3rd argument of `require' because
7949         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7950         * wl-util.el: Ditto.
7951         * wl-draft.el: Ditto.
7952
7953 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7954
7955         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7956         window system is not used.
7957
7958 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7959
7960         * wl-thread.el: Don't use `mapcar' only for iteration.
7961         (wl-thread-resume-entity): Ditto.
7962         (wl-thread-delete-message): Ditto.
7963
7964         * wl-summary.el: Bind `dragdrop-drop-functions',
7965         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7966         of `require' for `timezone', `easymenu' and `ps-print';
7967         don't use `mapcar' only for iteration.
7968
7969         * wl-util.el: Bind `mule-version', `nemacs-version',
7970         `emacs-beta-version', `xemacs-codename',
7971         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7972         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7973         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7974         only for iteration.
7975
7976         * wl-score.el: Don't use `mapcar' only for iteration.
7977         (wl-score-simplify-buffer-fuzzy): Ditto.
7978         (wl-score-simplify-subject): Ditto.
7979         (wl-score-headers): Ditto.
7980         (wl-summary-score-update-all-lines): Ditto.
7981
7982         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7983         `enable-multibyte-characters' and `mule-version'.
7984
7985         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7986         `mapcar' only for iteration.
7987
7988         * wl-demo.el: Don't use `mapcar' only for iteration.
7989
7990         * wl-folder.el: Don't use `mapcar' only for iteration.
7991         (wl-folder-open-all): Ditto.
7992         (wl-folder-count-incorporates): Ditto.
7993
7994         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7995         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7996
7997         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7998         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7999         `smtp-connection-type'; specify 3rd argument of `require' for
8000         `timezone'; don't use `mapcar' only for iteration.
8001         (wl-draft-clone-local-variables): Don't use `mapcar'.
8002         (wl-draft-generate-clone-buffer): Ditto.
8003         (wl-user-agent-compose-internal): Ditto.
8004
8005         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8006
8007         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8008         (wl-save-status): Ditto.
8009
8010         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8011         for iteration.
8012
8013 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8014
8015         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8016         removed `Date'.
8017         (wl-fldmgr-make-filter-default): New user option.
8018
8019         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8020         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8021         (wl-fldmgr-filter-completion-alist): Abolish.
8022
8023         * wl.el (wl): Don't check servers if arg is non-nil.
8024
8025         * wl-draft.el (wl-draft-reply): Set only message-id string to
8026         In-Reply-To field.
8027
8028 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-summary.el (wl-summary-pick): Rewrite.
8031
8032         * wl-draft.el (wl-draft-forward): Get references field from
8033         original buffer.
8034         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8035
8036 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8037
8038         * wl-draft.el (wl-draft-forward): Add references field.
8039
8040 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8043         (wl-draft-reply): Use it.
8044
8045 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8046
8047         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8048         when Emacs 21 is running.
8049
8050         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8051         bindings.
8052
8053 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8054
8055         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8056         XPM icons transparent.
8057
8058         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8059         Emacs 21.
8060
8061 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8064         nil.
8065
8066         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8067         when it is persistent.
8068         (wl-summary-sync-marks): Changed argument for
8069         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8070         (wl-summary-virtual): Use `elmo-read-search-condition'.
8071         (wl-summary-redisplay-internal): If folder is local, mark as read
8072         even when folder is plugged.
8073
8074 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8075
8076         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8077         of `tool-bar-lines' in the frame parameters.
8078         (after-make-frame-functions, post-command-hook): Don't modify the
8079         value.
8080         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8081         wl-e21-tool-bar-lines): Removed.
8082
8083 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8084
8085         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8086         properties `evaporate' and `wl-momentary-overlay' as well.
8087         (wl-highlight-summary-displaying): Ditto.
8088         (wl-delete-all-overlays): Don't delete overlay which does not have
8089         a property `wl-momentary-overlay'.
8090
8091         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8092         `display-mouse-p' and `display-graphic-p'.
8093         (wl-folder-init-icons): Don't search for XBM or the other files.
8094         (wl-plugged-set-folder-icon): Make icons if and only if
8095         `display-graphic-p' returns non-nil.
8096         (wl-highlight-plugged-current-line): Use `before-string' overlay
8097         property to show icon images.
8098         (wl-highlight-folder-current-line): Ditto.
8099         (wl-e21-highlight-folder-group-line): Ditto.
8100         (wl-e21-highlight-folder-by-numbers): Ditto.
8101         (wl-e21-insert-image): Removed.
8102         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8103         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8104         said.
8105         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8106         `wl-e21-force-switch-toolbar'.
8107         (wl-e21-make-icon-image): Removed.
8108         (wl-e21-setup-toolbar): Don't search for XBM files.
8109         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8110         the default value.
8111
8112 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-util.el (wl-biff-check-folder-async): Set
8115         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8116
8117 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8118
8119         * wl-e21.el (after-make-frame-functions): Add
8120         `wl-e21-force-switch-toolbar'.
8121         (wl-e21-force-switch-toolbar): New function force to switch the
8122         toolbar appearance automatically.
8123         (post-command-hook): Add `wl-e21-switch-toolbar'.
8124         (wl-e21-switch-toolbar): New function to switch the toolbar
8125         appearance automatically.
8126         (wl-e21-tool-bar-lines): New buffer local variable.
8127
8128 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8129
8130         * wl-util.el (wl-biff-check-folders-running): New variable.
8131         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8132         (wl-biff-check-folder-async-callback):
8133         Set `wl-biff-check-folders-running'.
8134         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8135         with unwind-protect.
8136
8137         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8138         Enclose `wl-folder-auto-check' with unwind-protect.
8139
8140         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8141         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8142
8143         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8144
8145         * wl-util.el (wl-biff-notify): New inline function.
8146         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8147         locally.
8148         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8149         folder-list' is 1.
8150         Use `wl-biff-notify'.
8151         (wl-biff-check-folder-async-callback): New function.
8152         (wl-biff-check-folder-async): Ditto.
8153
8154         * wl-folder.el (wl-folder): Don't check folders.
8155         (wl-folder-auto-check): New function.
8156
8157 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8158
8159         * wl-util.el (wl-biff-start) [Emacs19+]:
8160         Use `timer-next-integral-multiple-of-time'.
8161         (wl-biff-check-folders): Use `wl-default-folder'
8162         if `wl-biff-check-folder-list' is nil.
8163
8164 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8165
8166         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8167         instead of `elmo-delete-lists'.
8168
8169 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8170
8171         * wl.el (wl-plugged-toggle-all): Set the value of
8172         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8173         (wl-plugged-toggle): Ditto.
8174         (wl-toggle-plugged): Ditto.
8175         (wl-plugged-init): Ditto.
8176
8177         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8178         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8179         instead of `wl-biff-state-indicator-off' and
8180         `wl-biff-state-indicator-on'; don't modify the value and the type
8181         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8182         (wl-plugged-init-icons): Set icons data to
8183         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8184         instead of `wl-plug-state-indicator-off' and
8185         `wl-plug-state-indicator-on'; don't modify the value and the type
8186         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8187
8188         * wl-vars.el (wl-modeline-biff-state-off,
8189         wl-modeline-biff-state-on, wl-modeline-biff-status,
8190         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8191         wl-modeline-plug-status): New internal variables.
8192         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8193         wl-biff-check-interval, wl-biff-check-folder-list): Change
8194         customization group from `wl-folder' to `wl-highlight'.
8195         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8196         wl-show-plug-status-on-modeline): Defcustomized.
8197
8198         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8199         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8200         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8201         a flag to `mode-line-buffer-identification'.
8202
8203         * wl-e21.el (wl-biff-init-icons): Set icons data to
8204         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8205         instead of `wl-biff-state-indicator-off' and
8206         `wl-biff-state-indicator-on'.
8207         (wl-plugged-init-icons): Set icons data to
8208         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8209         instead of `wl-plug-state-indicator-off' and
8210         `wl-plug-state-indicator-on'.
8211
8212 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8213
8214         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8215         excessive titles.
8216
8217 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8218
8219         * wl.el (wl-plugged-mode): Use revised
8220         `wl-mode-line-buffer-identification'.
8221         (wl-plugged-init): Don't use `force-mode-line-update'.
8222
8223         * wl-xmas.el (wl-draft-overload-functions): Use revised
8224         `wl-mode-line-buffer-identification'.
8225         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8226         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8227         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8228         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8229         `wl-make-plugged-hook';
8230         add `wl-folder-init-icons' and `wl-setup-folder' to
8231         `wl-folder-mode-hook'.
8232
8233         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8234         19 as well.
8235         (wl-mode-line-display-priority-list): New user option.
8236         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8237         Defcustomized.
8238         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8239         Add docs.
8240
8241         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8242         start.
8243         (wl-mode-line-buffer-identification): Revised as a function.
8244
8245         * wl-summary.el (wl-summary-mode): Use revised
8246         `wl-mode-line-buffer-identification'; don't call
8247         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8248         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8249         `wl-xmas-setup-summary'.
8250
8251         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8252         `wl-mode-line-buffer-identification'.
8253
8254         * wl-mule.el (wl-draft-overload-functions): Use revised
8255         `wl-mode-line-buffer-identification'.
8256
8257         * wl-folder.el (wl-make-plugged-alist): Don't call
8258         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8259         (wl-folder): Don't call `wl-folder-init-icons' directly.
8260         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8261         `wl-xmas-setup-folder' directly;
8262         use revised `wl-mode-line-buffer-identification'.
8263         (TopLevel): Don't bind `wl-biff-init-icons',
8264         `wl-plugged-init-icons', `wl-folder-init-icons',
8265         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8266
8267         * wl-e21.el (wl-draft-overload-functions): Use revised
8268         `wl-mode-line-buffer-identification'.
8269         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8270         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8271         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8272         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8273         `wl-make-plugged-hook';
8274         add `wl-folder-init-icons' and `wl-setup-folder' to
8275         `wl-folder-mode-hook'.
8276
8277 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8278             Katsumi Yamaoka    <yamaoka@jpl.org>
8279
8280         * wl.el (wl): Call `wl-biff-start'.
8281         (wl-exit): Call `wl-biff-stop'.
8282         (wl-plugged-mode): Show biff in modeline.
8283         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8284
8285         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8286         (wl-biff-init-icons): New function.
8287         (wl-plugged-init-icons): Don't make too much keymaps.
8288         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8289
8290         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8291         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8292         variables.
8293         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8294         options.
8295
8296         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8297         wl-biff-start, wl-biff-stop): New functions.
8298         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8299         (wl-biff-timer-name): New variable.
8300
8301         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8302
8303         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8304         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8305
8306         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8307         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8308
8309         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8310         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8311         `wl-folder-init-icons' to `ignore' if they are not available.
8312         (wl-folder-mode): Show biff in modeline.
8313
8314         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8315         (wl-biff-init-icons): New function.
8316         (wl-plugged-init-icons): Don't make too much keymaps.
8317         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8318
8319 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8320
8321         * wl-vars.el (wl-strict-diff-folders): Customization Type
8322         and doc fix.  Define as a list of regular expressions for
8323         folders or nil.
8324         * wl-folder.el (wl-folder-check-one-entity): Use
8325         `wl-string-match-member' instead of `wl-string-member' for
8326         `wl-strict-diff-folders'.
8327
8328 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8329
8330         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8331         (wl-highlight-folder-current-line): Use it; new implementation.
8332         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8333         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8334         `defsubst' instead of `defun'.
8335
8336         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8337         `wl-highlight-group-folder-by-numbers'; made it can also be a
8338         number.  See info for more details.
8339
8340         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8341         running.
8342
8343         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8344         to bind them.
8345
8346         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8347         (wl-highlight-folder-current-line): New implementation.
8348
8349         * wl-highlight.el (wl-highlight-folder-group-line): New
8350         implementation.
8351         (wl-delete-all-overlays): Rewrite as a marco.
8352         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8353
8354         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8355         running.
8356         (wl-folder-*-glyph): No need to bind them.
8357
8358         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8359         `wl-e21-highlight-folder-group-icon'; rewrite.
8360         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8361         `defsubst' instead of `defun'.
8362         (wl-folder-mode-map): Bind it when compiling.
8363
8364 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8367
8368         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8369
8370 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8371
8372         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8373
8374 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8375
8376         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8377         (wl-highlight-folder-current-line): Use it.
8378
8379         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8380         in `id-name'.
8381
8382 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8383
8384         * wl.el: Require `wl-e21' when Emacs 21 is running.
8385
8386         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8387         default when Emacs 21 is running.
8388         (wl-use-highlight-mouse-line): Ditto.
8389         (wl-on-emacs21): New constant.
8390         (wl-on-emacs20): Removed.
8391
8392         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8393         Emacs 21 is running.
8394
8395         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8396         Emacs 21 is running.
8397
8398         * wl-e21.el: New file.
8399
8400 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8401
8402         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8403         (wl-toggle-plugged): Ditto.
8404         (wl-plugged-toggle): Ditto.
8405         (wl-plugged-toggle-all): Ditto.
8406
8407         * wl-vars.el (wl-plug-state-indicator): Refer
8408         `wl-plug-state-indicator-on' indirectly.
8409
8410 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8411
8412         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8413         Call `wl-folder-confirm-existence'.
8414
8415         * wl-folder.el (wl-folder-confirm-existence): Added optional
8416         argument `force'.
8417
8418 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8419
8420         * wl-summary.el (wl-summary-refile-subr): Assume
8421         `copy-or-refile' as symbol.
8422         (wl-summary-refile): Follow up above change.
8423         (wl-summary-copy): Ditto.  Doc fix.
8424
8425 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-summary.el (wl-summary-pick): Don't bind
8428         `elmo-search-mime-charset'.
8429
8430         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8431         default using old backquote style.
8432         (wl-search-mime-charset): Abolished.
8433
8434         * wl-highlight.el (wl-highlight-headers):
8435         Call `point' after `re-search-forward'(for Nemacs).
8436
8437         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8438         for elmo-imap4.el.
8439
8440 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8441
8442         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8443         `wl-message-ignored-field-list' instead of
8444         `mime-view-ignored-field-list'.
8445
8446         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8447         Add interactive spec.
8448         (wl-folder-goto-bottom-of-current-folder): Ditto.
8449         (wl-folder-mode-map): Bind them.
8450
8451         * wl-vars.el (wl-message-ignored-field-list): New variable.
8452         (wl-message-visible-field-list): New variable.
8453
8454         * wl-mime.el (wl-mime-header-presentation-method): New function.
8455         (wl-mime-setup): Set header-presentation-method.
8456
8457 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8458
8459         * wl-nemacs.el (wl-draft-overload-functions): Set
8460         `mode-line-buffer-identification' instead of using
8461         `wl-make-modeline'.
8462
8463         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8464         instead of using `wl-make-modeline'.
8465
8466         * wl-xmas.el (wl-plugged-init-icons): Set up
8467         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8468         (wl-make-modeline): Abolish.
8469         (wl-draft-overload-functions): Set
8470         `mode-line-buffer-identification' instead of using
8471         `wl-make-modeline'.
8472
8473         * wl-util.el (wl-make-modeline-subr): Abolish.
8474         (wl-mode-line-buffer-identification): New alias.
8475
8476         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8477         (wl-summary-make-modeline): Abolish.
8478         (wl-summary-buffer-set-folder): Set
8479         `wl-summary-buffer-folder-indicator'.
8480         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8481         of using `wl-make-modeline'.
8482         (wl-summary-switch-to-clone-buffer): Don't set
8483         `mode-line-buffer-identification'.
8484         (wl-summary-goto-folder-subr): Ditto.
8485
8486         * wl-mule.el (wl-draft-overload-functions): Set
8487         `mode-line-buffer-identification' instead of using
8488         `wl-make-modeline'.
8489
8490         * wl-folder.el (wl-folder-mode): Set
8491         `mode-line-buffer-identification' instead of using
8492         `wl-make-modeline'.
8493         (wl-folder): Don't set `mode-line-buffer-identification'.
8494
8495 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8496
8497         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8498         instead of `member' for `wl-refile-guess-func-list' look-ups.
8499         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8500
8501 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8502
8503         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8504         `wl-message-button-dispatcher'.
8505
8506         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8507
8508         * wl-message.el (wl-message-button-dispatcher): Use it.
8509
8510         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8511         "In-Reply-To".
8512
8513         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8514         Bind `case-fold-search' to t.
8515
8516 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8517
8518         * wl-xmas.el (wl-message-overload-functions): Initialize
8519         `wl-message-button-map'.
8520
8521         * wl-mule.el (wl-message-overload-functions): Initialize
8522         `wl-message-button-map'.
8523
8524         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8525
8526         * wl-message.el (wl-message-button-map): New keymap.
8527         (wl-message-add-button): New function.
8528         (wl-message-button-dispatcher): New function.
8529         (wl-message-button-refer-article): New function.
8530
8531         * wl-highlight.el
8532         (wl-highlight-message-add-buttons-to-header): New function.
8533         (wl-highlight-headers): Use it.
8534
8535 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8536
8537         * wl-summary.el (wl-summary-default-from): Use
8538         `wl-address-get-petname-1'.
8539         (wl-summary-simple-from): Ditto.
8540
8541         * wl-address.el (wl-address-get-petname-1): New inline function.
8542         (wl-address-get-petname): Use it.
8543
8544 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8545
8546         * wl-summary.el (wl-summary-default-from): Return full-name part
8547         from the address if no petname was found.
8548         (wl-summary-simple-from): Ditto.
8549
8550         * wl-address.el (wl-address-get-petname): Return nil if no petname
8551         associated with the address was found.
8552
8553 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8554
8555         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8556         display is finished.
8557
8558 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8559
8560         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8561         `elmo-folder-exists-p' argument.
8562
8563 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8564
8565         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8566         the folder.
8567
8568 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8569
8570         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8571
8572         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8573         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8574
8575 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8576
8577         * wl-folder.el (wl-folder-create-subr): New function.
8578         (wl-folder-confirm-existence): Use it.
8579         (wl-folder-check-one-entity): Use it.
8580         Check the error symbol is derived from 'elmo-open-error.
8581
8582         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8583         `ignore-error'.
8584
8585 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8586
8587         * wl-util.el (toplevel): Add (eval-when-compile (require
8588         'elmo-util)).  (Maybe `provide' is typo.)
8589
8590 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8591
8592         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8593         (I don't know why this was needed.)
8594
8595         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8596         Follow up changes for stream-type.
8597
8598         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8599         (wl-draft-elmo-nntp-send): Ditto.
8600
8601         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8602         (wl-nntp-posting-stream-type): Ditto.
8603         (wl-pop-before-smtp-ssl): Abolished.
8604         (wl-nntp-posting-ssl): Ditto.
8605
8606         * wl-address.el (wl-address-quote-specials): New function.
8607         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8608
8609         * wl-draft.el (wl-draft-reply): Ditto.
8610
8611 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8612
8613         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8614         use function `wl-string-match-assoc'.
8615
8616 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8619
8620         * wl-draft.el (wl-draft-deduce-address-list): New function.
8621         (wl-draft-parse-mailbox-list): Ditto.
8622         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8623         instead of `smtp-deduce-address-list'.
8624         (wl-draft-on-field-p): Follow group list.
8625
8626         * wl-address.el (wl-address-concat-token): New function.
8627         (wl-address-string-without-group-list-contents): Ditto.
8628         (wl-complete-field-body): Fixed problem of completion
8629         by japanese petname.
8630         (wl-address-make-completion-list): Rewrite.
8631
8632 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8633
8634         * wl-address.el (wl-address-make-completion-list): Completion by
8635         petname.
8636         (wl-complete-field-body): Likewise.
8637
8638 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8641         contains invalid address syntax.
8642
8643 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8644
8645         * wl-folder.el (wl-folder-check-entity-async): Use
8646         `elmo-nntp-spec-hostname'.
8647
8648 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8649
8650         * wl-summary.el (wl-summary-msgdb-load-async): Use
8651         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8652
8653 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8654
8655         * wl-draft.el (wl-draft-reply): Set argument
8656         `content-transfer-encoding' as nil.
8657
8658 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8659
8660         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8661         `wl-refile-alist'.
8662
8663 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8664
8665         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8666         (wl-draft-edit-string): Ditto.
8667         (wl-draft-forward): Ditto.
8668         * wl-summary.el (wl-summary-write): Ditto.
8669
8670 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8671
8672         * wl-summary.el (wl-summary-sync-update3): Call
8673         `wl-summary-buffer-number-column-detect'.
8674         (wl-summary-buffer-number-column-detect): Search from point-min.
8675
8676 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8677
8678         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8679         contains an address which is not included in original to or cc.
8680
8681 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8682
8683         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8684         begin-line does not exist.
8685         * wl-message.el (wl-message-uu-substring): Ditto.
8686
8687 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8688
8689         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8690         clear local variables.
8691         (wl-summary-exit): Call `elmo-commit'.
8692         (wl-summary-switch-to-clone-buffer): Call
8693         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8694         (wl-summary-goto-folder-subr): Ditto.
8695
8696         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8697         POP folder.
8698
8699 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8702         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8703         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8704         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8705         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8706         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8707
8708         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8709
8710 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8711
8712         * wl-summary.el (wl-summary-search-by-subject):
8713         Search parent message from the latest one.
8714
8715 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8716
8717         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8718         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8719
8720         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8721         New user option.
8722
8723         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8724         if elmo-nntp-use-killed-list is nil.
8725         Use `elmo-msgdb-append-to-killed-list'.
8726         (Append numbers confirmed as disappeared to the killed list.)
8727         (wl-summary-confirm-appends): Don't display negative number.
8728
8729 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8730
8731         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8732
8733 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8734
8735         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8736         range is `all'.
8737         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8738         `elmo-list-bigger-diff'.
8739
8740 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * wl-summary.el (wl-summary-buffer-exit-func):
8743         New buffer local variable.
8744         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8745
8746 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8747
8748         * wl-demo.el (wl-demo): Fix the last change.
8749
8750 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8751
8752         * wl-demo.el (wl-demo): Don't use `eval'.
8753
8754 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8755
8756         * wl-summary.el (wl-summary-buffer-thread-modified):
8757         New buffer-local variable.
8758         (wl-summary-set-thread-modified): New function.
8759         (wl-summary-thread-modified-p): New function.
8760         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8761         (wl-summary-yank-saved-message): Use function
8762         `wl-summary-set-thread-modified'
8763         (wl-summary-switch-to-clone-buffer): Add
8764         `wl-summary-buffer-thread-modified'.
8765
8766         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8767         (wl-summary-buffer-mark-saved-hook): Ditto.
8768         * wl-summary.el (wl-summary-msgdb-save): New hook
8769         `wl-summary-buffer-message-saved-hook' and
8770         `wl-summary-buffer-mark-saved-hook'.
8771
8772 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8773
8774         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8775
8776 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8777
8778         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8779         don't hide scroll bars under FSF Emacsen because it may incur an
8780         undesirable redrawing.
8781
8782 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8783
8784         * wl-draft.el (wl-draft-edit-string): Call
8785         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8786
8787 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8788
8789         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8790
8791 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8792
8793         * wl-summary.el (wl-summary-msgdb-load-async): Call
8794         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8795
8796 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8797
8798         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8799         fringes in demo buffer; center bitmap logo correctly even if old
8800         Mule is used.
8801
8802 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8803
8804         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8805
8806         * wl-refile.el (wl-refile-subject-alist): New variable.
8807         (wl-refile-subject-alist-file-name): Ditto.
8808         (wl-refile-alist-setup): Rewrite.
8809         (wl-refile-alist-save): Use `elmo-object-save'.
8810         Eliminated arguments.
8811         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8812         (wl-refile-guess-by-subject): New function.
8813         (wl-refile-guess-func-list): Added it.
8814
8815 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8816
8817         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8818         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8819
8820 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8823         New buffer-local variable.
8824         (wl-summary-buffer-next-folder-func): Ditto.
8825         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8826         if non-nil.
8827         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8828         if non-nil.
8829         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8830         if non-nil.
8831         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8832         if non-nil.
8833
8834 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8835
8836         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8837         permanently in the demo buffer.
8838
8839 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8842         `mime-entity-fetch-field'.
8843
8844         * wl.el (wl-exit): Delete plugged buffer.
8845
8846         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8847         XEmacs has menubar feature.
8848
8849 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8850
8851         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8852         cannot arrive at the beginning of the buffer under old Emacsen.
8853
8854 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8855
8856         * wl-address.el (wl-address-ldap-search):
8857         Call `ldap-search-entries' with `withdn' argument t.
8858         (wl-complete-field-body): Bind completion-ignore-case as t.
8859         Clear ldap search hash when it was sole completion.
8860         Use elmo-string for pattern string.
8861         (wl-ldap-alias-safe-string): Eliminated needless let.
8862
8863 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8864
8865         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8866         (wl-ldap-alias-sep): New constant.
8867         (wl-ldap-search-attribute-type-list): Ditto.
8868         (wl-ldap-get-value): New function.
8869         (wl-ldap-make-filter): Ditto.
8870         (wl-ldap-make-matched-value-list): Ditto.
8871         (wl-ldap-alias-safe-string): Ditto.
8872         (wl-ldap-register-dn-string): Ditto.
8873         (wl-address-ldap-search): Rewrite.
8874
8875 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8876
8877         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8878         thread is deleted.
8879         (wl-thread-delete-line-from-buffer): Ditto.
8880         (wl-thread-get-exist-children): New function.
8881
8882 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8883
8884         * wl-demo.el (wl-demo): Made it to select various image types.
8885         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8886         from `wl-title-logo'.
8887         (wl-logo-ascii): New variable.
8888         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8889         (wl-demo-copyright-notice): New constant.
8890
8891         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8892
8893 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8894
8895         * wl-vars.el (wl-summary-target-above): Renamed from
8896         wl-summary-temp-above.
8897         * wl-score.el (wl-score-get-score-alist): Use it.
8898         (wl-summary-score-update-all-lines): Use it.
8899         * wl-summary.el: Ditto. (make-variable-buffer-local).
8900
8901 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8902
8903         * wl-vars.el (wl-ldap-port): New user option.
8904
8905         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8906         Rewite whole implementation.
8907         (wl-complete-field-body): Fixed.
8908
8909 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8910
8911         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8912         Choose implementation at compile time.
8913
8914 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8915
8916         * wl-address.el (wl-ldap-search-internal): New function.
8917         (wl-complete-field-to): Use it.
8918
8919 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8922         Use `let' instead of `let*'.
8923         Require 'wl-vars.
8924
8925         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8926         Define as defcustom.
8927         (wl-ldap-base): Ditto.
8928         (wl-use-ldap): Ditto.
8929
8930 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8931
8932         * wl-address.el (wl-ldap-search): New function.
8933         (wl-complete-field-body): Use `wl-ldap-search'.
8934         (wl-ldap-server): New variable.
8935         (wl-ldap-base): Ditto.
8936         (wl-use-ldap): Ditto.
8937
8938 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8939
8940         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8941         (Pointed out by Mito <mit@nines.nec.co.jp>).
8942         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8943         buffer-local variables like `wl-summary-redisplay-internal'.
8944         (wl-summary-redisplay-all-header): Likewise.  Update
8945         Summary view too.
8946
8947 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8948
8949         * wl-summary.el (wl-summary-jump-to-parent-message):
8950         Consider prefix argument.
8951
8952         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8953         when closed thread is deleted.
8954
8955 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8956
8957         * wl-summary.el (wl-summary-jump-to-parent-message):
8958         Consider thread modification.
8959
8960 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8961
8962         * wl-message.el (wl-message-normal-get-original-buffer): Use
8963         `save-excursion'.
8964
8965         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8966         (wl-summary-showto-folder-regexp): Ditto.
8967
8968 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8969
8970         * wl-util.el (wl-delete-alist): Doc fix.
8971         (wl-delete-associations): New function.
8972         (wl-inverse-alist): New function.
8973         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8974         Split temporary variables. Use `wl-delete-associations'
8975         and `wl-inverse-alist'.
8976         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8977
8978 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * wl-folder.el (wl-folder-prefetch-entity):
8981         Execute prefetching if new count is unknown.
8982
8983 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8984
8985         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8986
8987         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8988         delete entity.
8989         (wl-thread-set-parent): If insert as top, set linked as nil.
8990
8991         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8992         `wl-thread-cleanup-symbols' when view mode is thread.
8993
8994 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8995
8996         * wl-folder.el (wl-folder-create-folder-entity): Use
8997         with-current-buffer.
8998         (wl-local-folder-init): Call set-buffer to make sure we are in
8999         the Folder buffer. Don't touch buffer-local variables here.
9000         (wl-folder-mode): Initialize buffer-local variables here.
9001
9002         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9003         (wl-folder-entity-assign-id): Ditto.
9004         (wl-folder-create-entity-hashtb): Ditto.
9005         (wl-local-folder-init): Ditto.
9006         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9007
9008 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9009
9010         * wl-summary.el (wl-summary-default-from): Fix probrem when
9011         std11-extract-address-components return (nil "foo@bar").
9012
9013 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9014
9015         * wl-draft.el (wl-draft-clone-local-variables):
9016         Remove redundant `setq'.
9017
9018 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9021         Bind wl-highlight-x-face-func as nil while highlighting header.
9022
9023 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9024
9025         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9026
9027 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9028
9029         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9030         elmo-msgdb-overview-hashtb from copy-variables.
9031         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9032         instead of `elmo-msgdb-overview-get-entity-by-number'.
9033         (wl-summary-auto-refile): Ditto.
9034
9035         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9036         `elmo-msgdb-overview-get-entity' instead of
9037         `elmo-msgdb-search-overview-entity'.  Use
9038         `elmo-msgdb-overview-get-entity' instead of
9039         `elmo-msgdb-overview-get-entity-by-number'.
9040         (wl-thread-insert-entity-sub): Ditto.
9041         (wl-thread-insert-message): Ditto.
9042
9043         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9044         `elmo-msgdb-overview-get-entity'.
9045         (wl-normal-message-redisplay): Ditto.
9046
9047 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9048
9049         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9050         `wl-thread-entities'.
9051         (wl-thread-delete-message): Fix remove top message from
9052         `wl-thread-entity-list'.
9053
9054         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9055         wl-append(nconc), because update-list is broken on Meadow.
9056
9057         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9058         updating process.
9059         (wl-summary-rescan): Ditto.
9060         (wl-summary-sync-update3): Ditto.
9061         * wl-thread.el (wl-thread-set-parent): Renamed from
9062         `wl-summary-set-parent'.
9063         (wl-thread-insert-message): Updating buffer faster.
9064         (wl-thread-delete-message): Updating buffer faster.
9065
9066         * wl-score.el (wl-summary-score-update-all-lines): Changed
9067         interval for display progress gauge.
9068
9069 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9070
9071         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9072         folder always-sticky.
9073         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9074         defmacro.
9075
9076 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9077
9078         * wl-vars.el (wl-draft-add-references): New user option.
9079
9080         * wl-draft.el (wl-draft-add-references): New function.
9081         (wl-draft-yank-from-mail-reply-buffer): Use it.
9082         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9083         as nil.
9084
9085 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9086
9087         * wl-thread.el (wl-thread-update-line-msgs): Called
9088         `wl-thread-update-line-on-buffer-sub'.
9089         (wl-thread-update-line-on-buffer): Delete routine of inserting
9090         thread.
9091         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9092         moved from `wl-thread-update-line-on-buffer'.
9093         Add threshold for displaying progress gauge.
9094         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9095         argument of `wl-thread-update-line-msgs'.
9096         Add threshold for displaying progress gauge.
9097         * wl-folder.el:
9098         Add threshold for displaying progress gauge.
9099         * wl-score.el: Ditto.
9100
9101         * wl-expire.el (wl-summary-expire): Display deleting info.
9102
9103 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9104
9105         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9106         `no-msg'.
9107         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9108         argument of `wl-thread-update-line-msgs'.
9109         (wl-summary-set-parent): Added optional argument `parent-number'.
9110         (wl-summary-buffer-saved-message): New buffer local variable.
9111         (wl-summary-save-current-message): New command.
9112         (wl-summary-yank-saved-message): Ditto.
9113         (wl-summary-mode-map): Added key binding for
9114         `wl-summary-save-current-message' (\ew) and
9115         `wl-summary-yank-saved-message' (\C-y).
9116         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9117
9118 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9119
9120         * wl-summary.el (wl-summary-mode-map): Added key binding for
9121         `wl-summary-set-parent' (ts).
9122
9123 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9124
9125         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9126         subject faster. If thread number is reverse, delayed updating
9127         thread.
9128         (wl-summary-search-by-subject): Ditto.
9129         (wl-summary-put-alike): Ditto.
9130         (wl-summary-get-alike): Ditto.
9131         (wl-summary-insert-headers): Insert header of all overview in
9132         buffer.
9133         (wl-summary-rescan): Delayed updating thread. Kill search subject
9134         buffer for wl-summary-search-by-subject.
9135         (wl-summary-sync-update3): Ditto.
9136         (wl-summary-exit): Ditto.
9137         (wl-summary-goto-bottom-of-current-thread): Change for linked
9138         thread.
9139         (wl-summary-overview-create-summary-line): Change line for linked
9140         thread.
9141
9142         * wl-summary.el (wl-summary-update-thread): Use
9143         wl-thread-maybe-get-children-num.
9144         (wl-summary-set-parent): If change parent, move sub thread.
9145         (wl-summary-redisplay-internal): Add horizontal recenter.
9146         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9147
9148         * wl-thread.el (wl-thread-entity-get-linked): New function.
9149         (wl-thread-entity-set-linked): New function.
9150         (wl-thread-create-entity): Add linked element.
9151         (wl-thread-entity-insert-as-top): Use wl-append.
9152         (wl-thread-maybe-get-children-num): If closing thread, return
9153         children msgs.
9154         (wl-thread-update-line-msgs): Displaying progress message.
9155         (wl-thread-update-line-on-buffer-sub): Use
9156         wl-thread-maybe-get-children-num.
9157         (wl-thread-update-line-on-buffer): If update line is not exists,
9158         insert thread.
9159         (wl-thread-delete-message): If delete top msg of thread, search
9160         parent by subject.
9161         (wl-thread-insert-entity): Use
9162         wl-thread-maybe-get-children-num.
9163
9164         * wl-highlight.el (wl-highlight-summary-current-line): change
9165         sregexp for linked thread.
9166         * wl-util.el (wl-count-lines): Count lines.
9167         (wl-horizontal-recenter): horizontal recenter.
9168         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9169         (wl-score-get-alike): Ditto.
9170         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9171         (wl-subject-length-limit): New variable.
9172         (wl-highlight-thread-indent-string-regexp): Changed for linked
9173         thread.
9174
9175 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9176
9177         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9178         New variable (revival).
9179         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9180         by subject matching if there's no in-reply-to nor references field
9181         (revival).
9182
9183 \f
9184 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9185
9186         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9187         message.
9188
9189 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * wl-summary.el (wl-summary-reply): Return t if there was a
9192         message at cursor point.
9193         Added unwind-protect.
9194         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9195         returns t.
9196         (wl-summary-cancel-message): Do nothing when there's no message at
9197         cursor point.
9198         (wl-summary-forward): Ditto.
9199         (wl-summary-jump-to-parent-message): Ditto.
9200         (wl-summary-reedit): Ditto.
9201         (wl-summary-edit-addresses): Ditto.
9202         (wl-summary-pipe-message): Ditto.
9203         (wl-summary-print-message-with-ps-print): Ditto.
9204         (wl-summary-print-message): Ditto.
9205         (wl-summary-mark-as-important): Ditto.
9206         (wl-summary-mark-as-unread): Ditto.
9207
9208         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9209         message at cursor point.
9210         (wl-summary-reply-with-citation): Remove unwind-protect.
9211
9212         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9213         subject searching feature.
9214         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9215         Eliminated.
9216
9217 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9220         New variable.
9221         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9222         by subject matching if there's no in-reply-to nor references field.
9223
9224         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9225
9226         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9227         when display is finished.
9228         (wl-folder-open-all): Ditto.
9229         (wl-folder-update-access-group): Ditto.
9230         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9231         * wl-thread.el (wl-thread-close-all): Ditto.
9232
9233         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9234         progress gauge only when it was displayed.
9235         * wl-folder.el (wl-folder-insert-entity): Ditto.
9236
9237 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9238
9239         * wl-summary.el (wl-summary-incorporate): Enclose
9240         `wl-summary-sync-force-update' with save-excursion.
9241
9242 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9243
9244         * wl-summary.el (wl-summary-prefetch-region):
9245         Pass current cursor point to `pos-visible-in-window-p' after
9246         moving cursor to the started point.
9247
9248 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9249
9250         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9251
9252         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9253         fields from the forwarding message.
9254         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9255         `ignored-fields'.
9256
9257 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9258
9259         * wl-mime.el (wl-message-request-partial):
9260         Eliminated argument `msgdb'.
9261         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9262         (wl-mime-combine-message/partial-pieces): Likewise.
9263         * tm-wl.el (wl-message-request-partial): Likewise.
9264         (wl-mime-combine-message/partial-pieces): Likewise.
9265
9266 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9267
9268         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9269         when display is finished.
9270
9271 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9272
9273         * wl-summary.el (wl-summary-goto-folder-subr):
9274         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9275
9276 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9279         when cursor point is visible.
9280
9281 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9282
9283         * wl-expire.el (wl-expire-archive-get-max-number):
9284         Don't use `file-name-directory'.
9285
9286 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9287
9288         * wl-expire.el (wl-expire-archive-get-max-number):
9289         Use `file-name-directory'.
9290
9291 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9294         only when there is progress.
9295
9296 2000-04-13  Mito <mit@nines.nec.co.jp>
9297
9298         * wl-summary.el (wl-summary-sync-marks): Display progress.
9299
9300 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9301
9302         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9303         (wl-summary-prev): Move cursor regardless of unread status.
9304         (wl-summary-next): Ditto.
9305
9306 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9307
9308         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9309         Added argument `target' and `number'.
9310         * tm-wl.el (wl-summary-burst-subr): New function.
9311         (wl-summary-burst): Use it.
9312
9313 2000-04-10  Mito <mit@nines.nec.co.jp>
9314
9315         * wl-mime.el (wl-burst): New function.
9316         (wl-summary-burst): Use it.
9317
9318 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9319
9320         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9321         as petname when there's no candidate.
9322
9323 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9326         New variable.
9327         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9328
9329         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9330
9331         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9332
9333 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9336         Use substring of `original' instead of buffer-substring.
9337         (wl-refile-evaluate-rule):
9338         Set `original' argument of wl-refile-expand-newtext.
9339
9340         * wl-summary.el
9341         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9342         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9343         (wl-summary-auto-refile): Check existence of destination folder just
9344         before marking.
9345
9346 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9347
9348         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9349         when wl-refile-get-field-value return nil.
9350
9351 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9352
9353         * wl-refile.el
9354         (wl-refile-expand-newtext): New function imported from Gnus.
9355         (wl-refile-evaluate-rule): Use it.
9356
9357 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9358
9359         * wl-summary.el (wl-summary-print-destination):
9360         Duplicate folder string to avoid putting text-property on
9361         original string.
9362
9363         * wl-refile.el (wl-refile-get-field-value): New function.
9364         (wl-refile-evaluate-rule): New function;
9365         Evaluate refile rule recursively.
9366         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9367         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9368         New function; Check existence of a target folder recursively.
9369         (wl-summary-auto-refile-check-refile-rule-alist):
9370         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9371
9372 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9375
9376         * wl-folder.el (wl-create-folder-entity-from-buffer):
9377         Fixed problem when '}' character is contained in folder name.
9378
9379         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9380
9381 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9382
9383         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9384         (wl-fldmgr-add-completion-all-completions):
9385         Use wl-fldmgr-add-completion-hashtb.
9386
9387 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9388
9389         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9390         wl-fldmgr-add-completion-subr): New functions.
9391         * wl-folder.el (wl-folder-completion-func): New variable.
9392         * wl-summary.el (wl-summary-read-folder):
9393         Use wl-folder-completion-func.
9394
9395         * wl-refile.el: Eliminate throw & catch.
9396
9397         * wl.el (wl-plugged-sending-queue-status): Fixed.
9398
9399 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9400
9401         * wl-draft.el (wl-draft): Put category property on
9402         mail-header-separator.