(wl-folder-entity-assign-id): Fix for folder entity id.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
4         id.
5
6 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-summary.el (wl-summary-enter-handler): If argument is not a
9         number, call `wl-summary-prev-line-content'. Show message when the
10         message is not found.
11
12 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
13
14         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
15         wl-summary-enter-handler.
16         (wl-summary-enter-handler): New command.
17
18         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
19         docstring and custom spec.
20
21         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
22         flags too; Don't treat Cached and New.
23         (wl-summary-set-persistent-mark): Ditto.
24
25         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
26         `wl-folder-set-flag'.
27
28         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
29         instead of `wl-folder-set-flag'.
30
31         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
32         for completion.
33         (wl-summary-set-persistent-mark): Ditto.
34
35         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
36         instead of `wl-draft-quit-preview'.
37
38         * wl-mime.el (toplevel): Avoid compile warning.
39         (wl-mime-quit-preview): New function
40         (formarly defined as `wl-draft-quit-preview').
41         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
42         quitting method.
43
44         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
45
46         * wl-folder.el (wl-folder-set-flag): Renamed from
47         `wl-draft-set-flag-on-parent'.
48
49         * wl-draft.el (wl-draft-quit-preview): New function.
50         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
51         (wl-draft-send): Call `wl-folder-set-flag' instead of
52         `wl-draft-set-flag-on-parent'.
53         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
54
55 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
56
57         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
58         (wl-draft-send): Ditto.
59
60 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
61
62         * wl-vars.el (wl-draft-reply-hook): Changed default value.
63         (wl-draft-kill-pre-hook): Set default value as nil.
64         (wl-summary-reply-hook): Ditto.
65         (wl-draft-kill-flags): Abolish.
66
67         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
68         (wl-draft-parent-variables): Renamed from
69         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
70         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
71         argument; Add wl-draft-parent-variables to
72         wl-draft-config-variables.
73         (wl-draft-reply): Likewise.
74         (wl-draft-kill-flags): Abolish.
75         (wl-draft-send): Call wl-draft-set-flag-on-parent.
76         (wl-draft-set-flag-on-parent): New function.
77         (wl-draft-setup-parent-flag): Ditto.
78
79 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
80
81         * wl-draft.el (wl-draft-kill-flags): Avoid error when
82         `wl-draft-parent-folder' is "".
83
84 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
85
86         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
87         (wl-summary-digit-jump): New function.
88         (Adviced by John Owens and Hiroya Murata)
89
90         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
91         (Adviced by John Owens)
92
93         * wl-xmas.el (wl-message-define-keymap): Ditto.
94
95         * wl-mule.el (wl-message-define-keymap): Ditto.
96
97 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
98
99         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
100         change of return value of elmo-folder-count-flags.
101
102         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
103         (wl-summary-mark-as-read-internal): Ditto.
104         (wl-summary-set-persistent-mark-internal): Ditto.
105         (wl-summary-folder-info-update): Ditto.
106         (wl-summary-sync-update): Fixed the last change.
107
108         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
109
110 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
111
112         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
113         (wl-draft-kill-flags): Fixed docstring.
114
115         * wl-draft.el (wl-draft-kill-flags): New function.
116         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
117
118 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
119
120         * wl-vars.el (wl-reply-hook): Abolish.
121         (wl-draft-reply-hook): New hook.
122         (wl-summary-reply-hook): Ditto.
123         (wl-draft-forward-hook): Ditto.
124         (wl-summary-forward-hook): Ditto.
125         (wl-draft-kill-flags): New variable.
126
127         * wl-summary.el (wl-summary-mark-as-answered-region): Use
128         wl-summary-set-persistent-mark-internal.
129         (wl-summary-sync-marks): Use elmo-preserved-flags.
130         (wl-summary-update-persistent-mark): Make it interactive.
131         (wl-summary-set-persistent-mark-internal): New inline function.
132         (wl-summary-mark-as-answered): Use it.
133         (wl-summary-mark-as-unanswered): Ditto.
134         (wl-summary-unset-persistent-mark): New function.
135         (wl-summary-set-persistent-mark): Ditto.
136         (wl-summary-reply): Don't set answered flag;
137         Run wl-summary-reply-hook instead.
138         (wl-summary-forward): Call wl-draft-forward with number.
139         Run wl-summary-forward-hook.
140
141         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
142         (wl-highlight-summary-line-face-spec): Use it as a default
143         persistent mark face.
144
145         * wl-draft.el (wl-draft-forward): Added optional argument number;
146         Set wl-draft-parent-number; Run wl-draft-forward-hook.
147         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
148         (wl-draft-kill): Use wl-draft-kill-flags.
149
150         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
151
152         * wl-folder.el (wl-folder-check-one-entity): Follow the change
153         of return value of elmo-folder-count-flags.
154
155         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
156
157         * wl-summary.el (wl-summary-count-unread): Ditto.
158         (wl-summary-sync-update): Follow the change above.
159         (wl-summary-force-prefetch): New function.
160
161 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
162
163         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
164         variable `buf' with `let' instead of `setq'.
165
166 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-mime.el (wl-message-delete-current-part): If filename exists,
169         add Content-Disposition heaeder on the deleted part.
170
171 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
172
173         * wl-draft.el (wl-draft-save): Encode address list under edit by
174         `eword-encode-unstructured-field-body'.
175
176         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
177
178 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
179
180         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
181         wl-current-summary-buffer.
182
183 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
184
185         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
186         `numbers' is ignored.
187
188 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
189
190         * wl-folder.el (wl-folder-open-folder): Avoid error.
191         Reported by John Owens, [wl-en:815]
192
193         * wl.el (wl): Set timer for biff process even if prefix argument
194         is given or auto-checking is quitted.
195
196         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
197         immediately.
198         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
199         (wl-toggle-plugged): Ditto.
200
201         * wl-vars.el (wl-biff-use-idle-timer): New variable.
202         * wl-util.el (wl-biff-start): Use idle timer if
203         `wl-biff-use-idle-timer' is non-nil.
204
205 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
206
207         * wl-highlight.el (wl-highlight-message): Fix description.
208
209 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
210
211         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
212         tty.
213
214 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * wl-action.el (wl-summary-exec): Print failure count.
217
218 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
219
220         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
221         to `defun', remove interactive form.
222         Set elmo-message-fetch-confirm when force-reload is non-nil.
223
224 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-summary.el (toplevel): Removed unnecessary autoload.
227
228 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
231         the buffer is generated from another message buffer.
232
233 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
236         extracted from `wl-fldmgr-save-folders'.
237         (wl-fldmgr-delete): Call it after deletion.
238
239 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
242         multi-tty support.
243
244 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
245
246         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
247
248 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
249
250         * wl-summary.el (wl-summary-rescan): Remove unused variables.
251         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
252
253 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
254
255         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
256         unsubscribe list only if argument CLEAR is nil.
257
258 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
259
260         * wl-draft.el (wl-draft-reply): Decode subject before removing
261         Re: prefix.
262
263 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
264
265         * wl-summary.el (wl-summary-sort-by-size): New command.
266
267 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-summary.el (wl-summary-number-list-from-region): New
270         function.
271         (wl-summary-mark-as-read-region): Use it.
272         (wl-summary-mark-as-unread-region): Ditto.
273         (wl-summary-set-flags-region): Ditto and add optional argument
274         remove.
275         (wl-summary-mark-as-answered-region): Ditto.
276         (wl-summary-mark-as-important-region): Ditto.
277         (wl-summary-target-mark-mark-as-important): Added optional
278         argument remove.
279         (wl-summary-target-mark-mark-as-answered): Ditto.
280         (wl-summary-target-mark-set-flags): Ditto.
281
282 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-summary.el (wl-summary-set-flags-region): Call
285         `wl-summary-set-flags-internal' with number list instead of call
286         one by each message.
287         (wl-summary-target-mark-set-flags): Likewise.
288
289 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-summary.el (wl-summary-target-mark-operation): Add optional
292         argument `inverse' and use `wl-summary-delete-all-target-marks'.
293         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
294         (wl-summary-target-mark-mark-as-answered): Likewise.
295
296 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
297
298         * wl-summary.el (wl-summary-target-mark-forward): Use
299         `wl-summary-delete-all-target-marks' instead of
300         `wl-summary-delete-all-temp-marks'.
301         (wl-summary-target-mark-reply-with-citation): Ditto.
302         (wl-summary-target-mark-uudecode): Ditto.
303         (wl-summary-target-mark-set-flags): Ditto and remove needless
304         cursor move.
305
306 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
307
308         * wl-summary.el (wl-summary-target-mark-forward): Protect
309         wl-summary-buffer-target-mark-list from nreverse.
310         (wl-summary-target-mark-reply-with-citation): Ditto.
311
312 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
313
314         * wl-thread.el (wl-thread-update-indent-string-thread): Use
315         `elmo-display-progress-threshold'.
316
317 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
320         check `wl-summary-highlight'.
321         (wl-summary-window-scroll-functions): Respect value of
322         `wl-summary-highlight'.
323         (wl-summary-sync-update): Run hooks
324         `wl-summary-buffer-window-scroll-functions' at any time.
325
326 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
329         from `wl-summary-cleanup-temp-marks'.
330         (wl-summary-cleanup-temp-marks): Abolish argument.
331         * wl.el (wl-save-status): Revert previous change.
332         (wl-execute-temp-marks): New function, call
333         `wl-summary-exec-with-confirmation'.
334         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
335         (wl-folder-save-and-exec-marks): Abolished.
336
337 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
338
339         * wl-e21.el (wl-e21-display-image-p): Respect
340         `wl-highlight-folder-with-icon'.
341         (wl-e21-highlight-folder-group-line): Highlight mouse line
342         even if wl-e21-display-image-p is nil.
343
344         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
345         Respect value of `wl-summary-highlight'.
346
347         * wl.el (wl-save-status): Remove unused variable.
348
349         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
350         (wl-folder-mode-map): Bind it to "x".
351
352 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
353
354         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
355
356         * wl-thread.el (wl-thread-get-parent-list): Don't check
357         disconnected ancestors, neglecting needless work in
358         `wl-thread-update-indent-string-thread'.
359
360         * wl.el (wl-save): Take prefix argument to execute remaining marks.
361         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
362         argument, add argument default-keep to keep marks by default.
363
364         * Version number is increased to 2.11.30.
365
366         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
367         customization type and docstring.
368         (wl-draft-reply-without-argument-list): Ditto.
369
370 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
373
374         * wl-spam.el (wl-spam-mark-action-list): Ditto.
375
376 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
379
380 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-draft.el (wl-draft-config-exec): Narrow the range of
383         save-excursion so as not to include run-hooks.
384
385 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
386
387         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
388         Clarify that marks are going to be cleared.
389
390 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
393         according to 3rd element of wl-summary-flag-mark.
394
395         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
396
397 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-action.el (wl-summary-target-mark-all): Don't set
400         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
401
402 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
403
404         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
405         (wl-forward-subject-prefix): Ditto.
406         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
407         (wl-draft-reply-make-subject): Ditto.
408
409         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
410         `wl-draft-forward'.
411         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
412
413 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
414
415         * wl-action.el (wl-summary-target-mark-set-action): Stop if
416         target message does not exist.
417
418 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
419
420         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
421         `wl-subject-prefix-regexp'.
422         (wl-subject-forward-prefix-regexp): New variable.
423         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
424         `wl-draft-strip-subject-re' and take regexp as argument.
425         (wl-draft-forward): Use it.
426         (wl-draft-reply): Ditto.
427
428 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
429
430         * wl-e21.el (wl-highlight-plugged-current-line): Change for
431         emacs multi-tty support.
432
433 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
434
435         * wl-e21.el (wl-e21-display-image-p): Don't call
436         `display-images-p'.
437         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
438         support.
439         (wl-highlight-folder-current-line): Ditto.
440         (wl-folder-init-icons): Ditto.
441
442 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
445         the last line of summary in unplugged mode.
446
447 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
448
449         * wl-vars.el (wl-refile-rule-alist): Doc fix.
450
451 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-vars.el (wl-user-mail-address-regexp): New variable.
454         * wl-address.el (wl-address-user-mail-address-p): Use it.
455         (wl-address-delete-user-mail-addresses): Ditto.
456         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
457
458         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
459         (wl-address-delete-user-mail-addresses): Ditto.
460
461         * wl-address.el (wl-address-delete-user-mail-addresses): New
462         function.
463         * wl-refile.el (wl-refile-guess-by-history): Use it.
464         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
465         (wl-draft-make-mail-followup-to): Ditto and fix logic.
466
467         * wl-draft.el (wl-draft-edit-string): To judge sender address,
468         use wl-address-user-mail-address-p.
469
470 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
471
472         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
473         after opening group.
474
475 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
478         of elmo-set-buffer-multibyte.
479
480         * wl-message.el (wl-original-message-mode): Ditto.
481
482         * wl-score.el (wl-score-insert-header): Ditto.
483
484         * wl-summary.el
485         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
486         (wl-summary-goto-folder-subr): Ditto.
487         (wl-summary-insert-headers): Ditto.
488
489         * wl-util.el (wl-set-string-width): Ditto.
490
491         * Version number is increased to 2.11.29.
492
493 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
496         (wl-highlight-summary-line-help-echo-alist): New variable.
497         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
498         into `wl-highlight-summary-line-help-echo' and
499         `wl-highlight-flag-folder-help-echo'.
500         (wl-highlight-summary-line-string): Change accordingly.
501         (wl-highlight-summary-current-line): Ditto.
502
503 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
504
505         * wl-highlight.el (wl-highlight-message): Ignore white spaces
506         at the beginning of field body (Thanks to Markus Knittig).
507
508         * wl-draft.el (wl-draft-insert-current-message): Also check
509         summary buffer, remove unnecessary tag.
510
511 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
512
513         * wl-draft.el (wl-draft-insert-current-message): Cause error also
514         when wl-message-buffer is nil.
515
516         * wl-folder.el (wl-folder): Abolish unused argument.
517         Call wl-folder-init when wl-folder-entity is nil.
518         * wl.el (wl): Change accordingly.
519
520 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
521
522         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
523         multibyte string before insert into draft buffer.
524         (wl-draft-create-buffer): Always enable multibyte characters for
525         draft buffer.
526
527         * Version number is increased to 2.11.28.
528
529 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-folder.el (wl-folder-open-close): Handle blank line.
532         (wl-folder-jump-to-current-entity): Ditto.
533
534 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * Version number is increased to 2.11.27.
537
538 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-thread.el (wl-thread-insert-message): When the thread is
541         devided by wl-summary-max-thread-depth, insert line at the end of
542         buffer.
543
544 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * Version number is increased to 2.11.26.
547
548 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
551
552 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
553
554         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
555         value of stream-type and session.
556
557 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * Version number is increased to 2.11.25.
560
561 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
562
563         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
564         in a quit message.
565
566 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
569         (wl-summary-redisplay-no-mime-internal): Ditto.
570
571 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
572
573         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
574         * wl-vars.el (wl-smtp-connection-type): Ditto.
575
576 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
577
578         * wl-highlight.el (wl-highlight-message): Change to strict regexp
579         for the separator line and quote mail-header-separator.
580
581 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-spam.el (wl-message-check-spam): Fixed problem no display
584         result message.
585
586         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
587         `elmo-multiple-fields-body-list' with boundary as
588         mail-header-separator.
589
590 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
593
594 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
595
596         * wl-util.el (wl-list-diff): Remove unused function.
597
598         * wl-draft.el (wl-draft-send-confirm): Discard input before
599         confirmation.
600
601 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
604         order of flag and new.
605
606 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-vars.el (wl-refile-policy-alist): Abolished.
609
610         * wl-action.el (wl-summary-set-action-refile): Follow the change
611         above.
612
613 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * wl-highlight.el (wl-highlight-signature-search): Don't use
616         re-search-backward for a long word since it is possible to crash
617         XEmacs because of a bug.
618
619 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
620
621         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
622
623 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
624
625         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
626         argument for wl-summary-sync-force-update.
627
628 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
629
630         * wl-summary.el (wl-summary-mode-map): Revival of
631         wl-summary-mark-as-important related bindings;
632         Bind 'F','tF','mF','rF','m&'.
633         (wl-summary-mark-as-important-region): Revival.
634         (wl-summary-target-mark-mark-as-important): Ditto.
635         (wl-summary-target-mark-operation): New function.
636         (wl-summary-target-mark-mark-as-answered): Use it.
637         (wl-summary-decide-flag): Don't set Important as default.
638         (wl-summary-mark-as-important-internal): Revival.
639         (wl-summary-mark-as-important): Ditto.
640
641         * wl-thread.el (wl-thread-mark-as-important): Ditto.
642
643         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
644         instead of facep.
645
646 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
647
648         * wl-dnd.el (wl-dnd-drop-func): Fix.
649
650         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
651         mouse-set-point instead of posn-point.
652
653         * wl-xmas.el (wl-completing-read-multiple): Define as function.
654
655         * wl-mule.el (wl-completing-read-multiple): Ditto.
656
657 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-demo.el (face-background-name): Defalias to avoid compile
660         warning.
661
662 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
663
664         * wl-summary.el (wl-summary-decide-flag): Use
665         wl-completing-read-multiple instead of completing-read-multiple.
666
667         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
668         New alias.
669
670         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
671         Use face-background-name instead of face-background.
672
673         * wl-vars.el (wl-summary-save-file-suffix): New user option.
674
675         * wl-summary.el (wl-summary-save): Use it.
676         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
677
678         * wl-mime.el (wl-mime-save-content): Fix last change.
679
680 2004-02-10  Len Trigg <lenbok@myrealbox.com>
681
682         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
683         New function.
684         (wl-summary-sort-specs): Added sort.
685         * wl-mime.el (wl-mime-save-content): Expand file name.
686
687 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
688
689         * wl-mime.el (wl-draft-preview-message): Fixed typo.
690
691         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
692
693 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
696         for flag if it is not defined.
697
698 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
699
700         * wl-e21.el (wl-highlight-folder-current-line): Use
701         elmo-folder-type-internal when elmo-folder-type returns nil.
702
703         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
704
705         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
706
707         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
708
709         * wl-e21.el (wl-summary-toolbar): Ditto.
710
711         * wl-vars.el (wl-demo-background-color): Abolished.
712         (wl-summary-persistent-mark-priority-list): Renamed from
713         wl-summary-flag-priority-list.
714         (wl-summary-flag-alist): New user option.
715         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
716         (wl-message-mode-line-format-spec-alist): Added 'F'.
717         (wl-message-mode-line-format): Likewise.
718         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
719         instead of wl-summary-important-mark.
720         (wl-file-folder-icon): New variable.
721
722         * wl-thread.el (wl-thread-set-flags): Renamed from
723         wl-thread-mark-as-important.
724
725         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
726         warning.
727         (wl-summary-mode-menu-spec): Follow the change of 
728         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
729         (wl-summary-mode-map): Follow the change of
730         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
731         (wl-summary-detect-mark-position): Follow the variable name change.
732         (wl-summary-set-flags-region): New function for the replacement of
733         wl-summary-mark-as-important-region.
734         (wl-summary-sync-marks): Sync all global-flags.
735         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
736         instead of elmo-message-flagged-p.
737         (wl-summary-persistent-mark-string): Follow the variable name change;
738         Put wl-summary-flag-mark if the message has global-flag.
739         (wl-summary-target-mark-set-flags): Renamed from 
740         wl-summary-target-mark-mark-as-important.
741         (wl-summary-decide-flag): New function.
742         (wl-summary-set-flags-internal): Renamed from
743         wl-summary-mark-as-important-internal.
744         (wl-summary-add-flags-internal): New function.
745         (wl-summary-remove-flags-internal): Ditto.
746         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
747         (wl-summary-mark-as-unimportant): Abolish.
748         (wl-summary-move-spec-alist): Changed `important' to `digest'.
749         (wl-summary-next-message): List flagged messages in the msgdb.
750
751         * wl-score.el (wl-summary-score-update-all-lines): Use
752         wl-summary-add-flags-internal instead of 
753
754         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
755
756         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
757         from wl-message-buffer-cur-flag (To avoid misunderstanding).
758         (wl-message-buffer-require-all-header): Renamed from
759         wl-message-buffer-all-header-flag (Ditto).
760         (wl-message-buffer-flag-indicator): New variable.
761         (wl-message-redisplay): Changed local varibale name from `flag' to
762         `display-type'; Set up wl-message-buffer-flag-indicator.
763         (wl-message-buffer-display): Changed varibale name from `flag' to
764         `display-type'.
765         (wl-message-display-internal): Likewise.
766
767         * wl-highlight.el (wl-highlight-demo-face): Define default background
768         color.
769         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
770
771         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
772
773         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
774         (wl-demo-setup-properties): Renamed from
775         `wl-demo-set-background-color'.
776         (wl-demo): Follow the change above.
777         
778         * Version number is increased to 2.11.24.
779
780 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-summary.el (wl-summary-toggle-thread): Call
783         `wl-summary-rescan' with disable-thread as non-nil.
784         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
785
786 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
787
788         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
789         foreground property of the face.
790         (wl-demo-insert-text): Don't set up face property here.
791         (wl-demo): Call wl-demo-set-background-color, anyway.
792
793 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
794
795         * wl-vars.el (wl-demo-background-color): The value can be nil.
796
797 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
798
799         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
800         to wl-summary-wheel-dispatcher.
801
802         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
803         wl-message-wheel-dispatcher.
804         (wl-message-wheel-dispatcher): New function.
805         (wl-summary-wheel-dispatcher): Ditto.
806
807 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
808
809         * wl-action.el (wl-summary-target-mark-all): List messages which are
810         not in the killed-list.
811
812         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
813         only when the folder is 'flag/important.
814
815         * wl-address.el (wl-complete-field-body): Complete if the last
816         character is a space.
817
818 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-folder.el (wl-folder-clear-entity-info): Use
821         elmo-clear-hash-val.
822
823         * wl-fldmgr.el (wl-fldmgr-rename): Set
824         wl-folder-info-alist-modified as t.
825
826 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
829
830 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
831
832         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
833         (wl-folder-buffer-last-visited-entity-id): New buffer local
834         variable.
835         (wl-folder-revisit-last-visited-folder): New function.
836         (wl-folder-mode-map): Bind it to "C-i".
837         (wl-folder-set-current-entity-id): Set last visited folder.
838         * wl-summary.el (wl-summary-exit): Ditto.
839
840 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
843         before calling `recenter' in order to cope with an XEmacs bug.
844
845 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
846
847         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
848         to the default value.
849
850 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
853         change.
854         (wl-summary-sync-marks): Ditto.
855         (wl-summary-mark-as-read-internal): Ditto.
856         (wl-summary-mark-as-answered-internal): Ditto.
857         (wl-summary-mark-as-important-internal): Ditto.
858         (wl-summary-reply): Ditto.
859
860         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
861         instead of `elmo-folder-unflag-answered'.
862
863         * Version number is increased to 2.11.23.
864
865         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
866         the last change.
867
868 2004-01-11  Kenichi Okada  <okada@opaopa.org>
869
870         * wl-spam.el (wl-summary-exec-action-refile-with-register):
871         Specify "spam" or "good".
872
873 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
874
875         * wl-spam.el (wl-summary-exec-action-spam): Call
876         wl-folder-confirm-existence for spam folder.
877         (wl-spam-setup): Bind "mk".
878
879 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
882
883 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
886         destination folder is empty.
887
888 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
889
890         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
891         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
892
893         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
894         (wl-summary-refile-prev-destination-region): New function.
895         (wl-thread-refile-prev-destination): Ditto.
896         (wl-summary-target-mark-refile-prev-destination): Ditto.
897
898 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
899
900         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
901         (wl-demo-background-color): Changed default value.
902
903         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
904         color.
905
906         * wl-demo.el (wl-demo-set-background-color): New function.
907         (wl-demo): Call it.
908
909 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
910
911         * wl-address.el (wl-address-delete): Avoid mis-deleting.
912         * wl-address.el (wl-address-add-or-change): Don't add empty
913         address.
914
915 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
916
917         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
918
919 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
920
921         * wl-vars.el (wl-demo-image-filter-alist): New variable
922         (wl-demo-background-color): Ditto.
923
924         * wl-demo.el (wl-demo-xpm-set-background): New function.
925         (wl-demo-image-filter): Ditto.
926         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
927
928         * wl-vars.el (wl-demo-icon-name-alist): New variable.
929
930         * wl-demo.el (wl-demo-icon-name): Define as function.
931         (wl-demo-insert-image): Use it.
932
933 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
934
935         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
936
937 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
938
939         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
940
941 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
942
943         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
944
945 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-thread.el (wl-thread-mark-as-answered): New function.
948
949         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
950         answered" entry.
951         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
952         "r&" and wl-thread-mark-as-answered to "t&".
953         (wl-summary-mark-as-important-region): Refine to toggle mark.
954         (wl-summary-mark-as-answered-region): New function.
955         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
956         and 3rd argument.
957         (wl-summary-mark-as-important-internal): Likewise.
958
959 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-template.el (wl-template-preview): New internal variable.
962         (wl-template-preview-p): New function.
963         (wl-template-show): Bind `wl-template-preview' as t.
964
965 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966
967         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
968         `elmo-message-entity-field' with 3rd argument which is non-nil.
969
970 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
971
972         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
973         Removed duplicate local bind `folder'.
974
975 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
978
979 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
982         duplicate definition.
983
984 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
985
986         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
987         non-nil, use it; Don't fetch message if there's no message in the
988         current cursor position.
989
990 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
991
992         * wl-util.el (wl-region-exists-p): Use region-active-p.
993         (wl-deactivate-region): New function.
994         * wl-message.el (wl-message-redisplay): Deactivate region.
995
996         * wl-summary.el (wl-summary-reply): Call
997         `wl-summary-set-message-buffer-or-redisplay' instead of
998         `wl-summary-redisplay-internal', don't move point.
999
1000 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1001
1002         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1003         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1004         by regexp.
1005
1006 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1007
1008         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1009         if no need.
1010
1011 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1014         default value to nil.
1015         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1016         `wl-summary-prepare-hook'; Replace refile action to
1017         `wl-summary-exec-action-refile-with-register'.
1018
1019         * Version number is increased to 2.11.22.
1020
1021 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1022
1023         * wl-summary.el (wl-summary-detect-mark-position): Set
1024         `wl-summary-buffer-weekday-name-lang'.
1025
1026 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1027
1028         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1029         (wl-summary-mark-as-read-all): Ditto.
1030         (wl-summary-delete-messages-on-buffer): Ditto.
1031         (wl-summary-sync-update): Ditto.
1032         (wl-summary-mark-as-read-internal): Ditto.
1033         (wl-summary-mark-as-answered-internal): Ditto.
1034         (wl-summary-update-folder-info): Abolished.
1035
1036 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-summary.el (wl-summary-mark-as-read-all): Use
1039         `wl-summary-update-folder-info' instead of
1040         `wl-folder-update-unread'.
1041
1042 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1043
1044         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1045         `wl-summary-folder-info-update'.
1046         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1047         instead of `wl-summary-folder-info-update'.
1048         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1049         `wl-folder-set-folder-updated'.
1050         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1051         instead of `wl-folder-update-unread'.
1052         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1053         the value of `wl-summary-buffer-unread-count' for the second parameter of
1054         `wl-folder-update-unread'.
1055
1056         * Version number is increased to 2.11.21.
1057
1058 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1059
1060         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1061         a local variable.
1062
1063 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1066         interactively.
1067
1068         * wl-summary.el (wl-summary-mark-as-important-internal): New
1069         internal function.
1070         (wl-summary-mark-as-important): Use it.
1071         (wl-summary-mark-as-unimportant): New function.
1072         (wl-summary-sync-marks): Follow the API change.
1073
1074         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1075
1076         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1077
1078 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1079
1080         * wl-folder.el (wl-folder-update-unread): Re-indent.
1081         Narrow the scope of a local variable.
1082
1083 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1084
1085         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1086         (wl-addrmgr-merge-entries): Ditto.
1087         (wl-addrmgr): Added to address entry which exists in draft buffer
1088         if no entry is in original.
1089
1090 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1091
1092         * wl-batch.el: New file.
1093
1094 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1095
1096         * wl-vars.el (wl-use-semi): Remove unused variable.
1097
1098 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1099
1100         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1101         "?".
1102
1103 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1106         wl-summary-new-mark.
1107         (wl-summary-new-cached-mark): New user option.
1108         (wl-summary-score-marks): Follow the change above.
1109         (wl-summary-auto-refile-skip-marks): Ditto.
1110         (wl-summary-incorporate-marks): Ditto.
1111         (wl-summary-expire-reserve-marks): Ditto.
1112
1113         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1114
1115         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1116         (wl-summary-persistent-mark-string): Distinguished between cached
1117         and uncached mark when the message is new.
1118
1119 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-spam.el (wl-spam-domain): Renamed from
1122         `wl-spam-folder-guess-domain'.
1123         (wl-summary-exec-action-spam): Register as spam if domain of the
1124         source folder is good.
1125         (wl-summary-exec-action-refile-with-register): Register message if
1126         domain of the source folder is not undecided.
1127
1128 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1131         detect thread loop.
1132
1133 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1136         and wl-summary-skip-mark-list.
1137
1138 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1141
1142         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1143
1144         * wl-spam.el (toplevel): Require wl-highlight.
1145         (wl-spam-auto-check-policy-alist): Abolish.
1146         (wl-spam-auto-check-folder-regexp-list): New user option.
1147         (wl-spam-auto-check-marks): Ditto.
1148         (wl-spam-mark-action-list): Ditto.
1149         (wl-highlight-summary-spam-face): New face.
1150         (wl-spam-auto-check-message-p): New function.
1151         (wl-spam-map-spam-messages): Fixed message.
1152         (wl-spam-register-spam-messages): Ditto.
1153         (wl-spam-register-good-messages): Ditto.
1154         (wl-summary-spam-map): Add and remove keybind.
1155         (wl-summary-target-mark-spam): Abolish.
1156         (wl-summary-refile-spam): Ditto.
1157         (wl-summary-test-spam): New function.
1158         (wl-summary-mark-spam): Ditto.
1159         (wl-summary-auto-check-spam): Follow the above change.
1160         (wl-summary-exec-action-spam): New function.
1161         (wl-summary-exec-action-refile-with-register): Fixed message.
1162         (wl-message-check-spam): New function.
1163         (wl-spam-setup): Ditto.
1164         (toplevel): Call it if this file is loaded interactivity.
1165
1166         * Version number is increased to 2.11.20.
1167
1168 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1171         when new optional argument `force' is non nil or modified.
1172
1173 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl.el (toplevel): Require wl-spam when compile.
1176         (wl-save-status): Call wl-spam-save-status.
1177
1178         * wl-spam.el (wl-spam-register-spam-messages): New function.
1179         (wl-spam-register-good-messages): Ditto.
1180         (wl-spam-save-status): Ditto.
1181         (wl-summary-mode-map): Bind
1182         wl-summary-target-mark-register-as-spam to "ms" and
1183         wl-summary-target-mark-register-as-good to "mn".
1184         (wl-summary-register-as-spam): Abolish optional argument; Use
1185         wl-spam-register-spam-messages.
1186         (wl-summary-register-as-spam-all): Use
1187         wl-spam-register-spam-messages.
1188         (wl-summary-register-as-good): Abolish optional argument; Use
1189         wl-spam-register-good-messages.
1190         (wl-summary-register-as-good-all): Use
1191         wl-spam-register-good-messages.
1192         (wl-summary-target-mark-register-as-spam): New funtion.
1193         (wl-summary-target-mark-register-as-good): Ditto.
1194
1195 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-spam.el: New file.
1198
1199 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1202
1203         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1204         (wl-summary-auto-refile): Call wl-refile-guess with
1205         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1206
1207 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1210         with disable-thread argument non-nil.
1211
1212 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-summary.el (wl-summary-rescan): Added optional argument
1215         disable-thread.
1216         (wl-summary-sync): Call wl-summary-rescan with argument
1217         disable-thread.
1218         (wl-summary-input-range): Added new range `rescan-thread'.
1219
1220 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1221
1222         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1223
1224 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1225
1226         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1227         internal variable.
1228         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1229         wl-summary-search-parent-by-subject-regexp and
1230         wl-summary-divide-thread-when-subject-changed as nil.
1231         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1232         (wl-summary-insert-thread): Search parent entity from
1233         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1234         thread loop.
1235
1236 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1237
1238         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1239
1240         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1241
1242         * wl-util.el (wl-require-update-all-folder-p): New function.
1243         (wl-get-assoc-list-value): Added `function' to match directive.
1244         (wl-collect-draft): Rewrite.
1245
1246         * wl-summary.el (wl-summary-sync-update): Clear faces
1247         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1248         are non-nil.
1249         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1250         argument as function.
1251         (wl-summary-input-range): Ditto.
1252
1253         * wl-folder.el (wl-draft-get-folder): New function.
1254         (wl-folder-get-elmo-folder): Consider draft folder.
1255
1256         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1257         (wl-draft-buffer-message-number): New buffer local variable.
1258         (wl-draft-folder-internal): New internal variable.
1259         (wl-draft-delete): Rewrite.
1260         (wl-draft-save): Ditto.
1261         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1262         wl-folder-get-elmo-folder.
1263         (wl-draft-config-info-operation): Ditto.
1264         (wl-jump-to-draft-folder): Ditto.
1265         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1266         (wl-draft-reedit): Rewrite.
1267
1268         * Version number is increased to 2.11.19.
1269         
1270 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1271
1272         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1273         variable.
1274
1275 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1278         Use ignore-errors instead of unwind-protect.
1279
1280 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1281
1282         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1283         for updating `wl-thread-entity-list'.
1284
1285 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1286
1287         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1288         parameter from calling `wl-thread-entity-get-older-brothers' and
1289         `wl-thread-entity-get-younger-brothers'.
1290         Replace nested `append' with a single one.
1291
1292 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-summary.el (wl-summary-mode): Don't use the return value of
1295         `make-local-hook'.
1296
1297 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1298
1299         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1300         instead of `let*'.
1301         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1302         of local variables.
1303
1304 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1305
1306         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1307         Renamed from wl-summary-window-scroll-functions.
1308         (wl-summary-window-scroll-functions): Don't set to variable.
1309         (wl-summary-display-top): Use run-hooks.
1310         (wl-summary-display-bottom): Ditto.
1311         (wl-summary-toggle-disp-msg): Ditto.
1312         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1313         Use it instead of wl-summary-window-scroll-functions.
1314         (wl-summary-goto-folder-subr): Don't call
1315         wl-summary-window-scroll-functions, use
1316         wl-summary-buffer-window-scroll-functions instead.
1317
1318 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1319
1320         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1321         make-local-variable.
1322
1323 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1324
1325         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1326         set-buffer-modified-p.
1327         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1328         (wl-summary-display-bottom): Ditto.
1329         (wl-summary-toggle-disp-msg): Ditto.
1330
1331 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1334
1335         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1336         (wl-summary-forward): Use elmo-message-entity-field instead of
1337         elmo-message-field.
1338
1339         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1340
1341 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * wl-summary.el (wl-summary-window-scroll-functions): No use
1344         `append'.
1345
1346 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1347
1348         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1349         function.
1350         (wl-summary-window-scroll-functions): Call it when both
1351         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1352         (wl-summary-temp-mark): Added optional argument number.
1353         (wl-summary-message-mark): Added optional argument flag.
1354         (wl-summary-persistent-mark): Added optional argument number and flag.
1355         (wl-summary-update-persistent-mark): Ditto.
1356         (wl-summary-update-status-marks): Set "r" for interactive spec.
1357
1358         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1359         argument number and flag.
1360
1361         * wl-action.el (wl-summary-registered-temp-mark): 
1362         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1363
1364 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1367         internal variable (buffer local).
1368         (wl-summary-window-scroll-functions): New function.
1369         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1370         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1371         as nil.
1372         (wl-summary-update-status-marks): Added arguments beg, end and
1373         check.
1374         (wl-summary-update-mark-window): Use function.
1375         (wl-summary-sync-update): Follow the change above.
1376         (wl-summary-switch-to-clone-buffer): Copy
1377         wl-summary-buffer-unsync-mark-number-list.
1378         (wl-summary-goto-folder-subr): Set
1379         wl-summary-buffer-unsync-mark-number-list and
1380         use wl-summary-window-scroll-functions instead of
1381         wl-summary-lazy-highlight.
1382
1383         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1384
1385 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1386
1387         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1388
1389         * wl-summary.el (wl-summary-update-persistent-mark): Call
1390         wl-summary-set-message-modified.
1391
1392         * wl-summary.el (wl-summary-sync-update): Don't call
1393         wl-summary-update-status-marks.
1394
1395         * Version number is increased to 2.11.18.
1396
1397 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1398
1399         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1400         (wl-message-next-page): Ditto.
1401
1402 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1403
1404         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1405         local variable.  Change the order of a collected list into the
1406         same as the specified range.  Remove nil from a collected list.
1407
1408 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1409
1410         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1411         argument for elmo-folder-list-messages.
1412
1413 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1416         change (wl-summary-count-unreads return a list instead of a cons
1417         cell).
1418
1419 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1420
1421         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1422         `wl-summary-folder-info-update'.
1423
1424 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425
1426         * wl-summary.el (wl-summary-set-message-modified): No use
1427         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1428         (wl-summary-set-mark-modified): Abolish.
1429         (wl-summary-mark-modified-p): Ditto.
1430         (wl-summary-save-view): Follow the change above.
1431
1432         * wl-expire.el (wl-summary-expire): Likewise.
1433
1434 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1435
1436         * wl-summary.el (wl-summary-detect-mark-position): Use
1437         modb-entity-handler.
1438         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1439
1440         * Version number is increased to 2.11.17.
1441
1442 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1445         entity field value.
1446         (wl-summary-prefetch-msg): Ditto.
1447         (wl-summary-print-message-with-ps-print): Ditto.
1448
1449 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1450
1451         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1452         for dummy entity.
1453         (wl-summary-insert-thread): Use elmo-message-entity-field.
1454         (wl-summary-update-thread): Use elmo-message-entity-field and
1455         elmo-message-entity-number.
1456         (wl-summary-line-number):  Use elmo-message-entity-number.
1457         (wl-summary-line-size): Use elmo-message-entity-field.
1458         (wl-summary-line-subject): Ditto.
1459         (wl-summary-line-from): Ditto.
1460         (wl-summary-line-attached): Ditto.
1461         (wl-summary-create-line): Ditto.
1462         (wl-summary-create-line): Use elmo-message-entity-number.
1463         (wl-summary-print-message-with-ps-print): Use
1464         elmo-message-entity-field.
1465
1466 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1469         change in elmo-msgdb-make-message-entity.
1470         (wl-summary-buffer-set-folder): Don't call
1471         wl-summary-detect-mark-position here.
1472         (wl-summary-rescan): Call elmo-message-entity-number.
1473         (wl-summary-sync-update): Ditto.
1474         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1475
1476         * wl-score.el (wl-score-header-index): Redefine 2th element.
1477         (wl-score-overview-entity-get-extra): Abolish.
1478         (wl-score-ov-entity-get): Rewrite.
1479         (wl-score-string-index<, wl-score-string-func<): Abolish.
1480         (wl-score-string<): New function.
1481         (wl-score-string-sort): Use it.
1482
1483         * wl-refile.el (wl-refile-guess-by-history): Use
1484         elmo-message-entity-field.
1485         (wl-refile-guess-by-from): Ditto.
1486         (wl-refile-guess-by-msgid): Ditto.
1487
1488         * Version number is increased to 2.11.16.
1489
1490 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1491
1492         * wl-folder.el (wl-folder-confirm-existence): Don't call
1493         file-exists-p if msgdb-path is nil.
1494         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1495         `wl-read-folder-hist' to `wl-read-folder-history'.
1496
1497 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1498
1499         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1500         `y-or-n-p'.
1501
1502 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-score.el (wl-score-headers): Don't use
1505         elmo-folder-do-each-message-entity.
1506
1507         * Version number is increased to 2.11.15.
1508
1509 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1510
1511         * wl-summary.el (wl-summary-delete-all-msgs): Use
1512         elmo-folder-move-messages instead of elmo-folder-delete-messages
1513         and elmo-folder-detach-messages.
1514         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1515
1516         * wl-expire.el (wl-expire-delete): Ditto.
1517         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1518
1519 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1520
1521         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1522         (wl-message-header-narrowing-fields): Ditto.
1523         (wl-message-header-narrowing-lines): Ditto.
1524         (wl-message-header-narrowing-string): Ditto.
1525
1526         * wl-summary.el (wl-summary-mode-map): Bind
1527         wl-summary-toggle-header-narrowing to "C-cC-f".
1528         (wl-summary-toggle-header-narrowing): New function.
1529
1530         * wl-message.el (wl-message-buffer-create): Call
1531         wl-message-header-narrowing-setup.
1532         (wl-message-redisplay): Call wl-message-header-narrowing.
1533         (wl-message-header-narrowing): New function.
1534         (wl-message-header-narrowing-map): New keymap.
1535         (wl-message-header-narrowing-widen-map): New keymap.
1536         (wl-message-header-narrowing-again-at-mouse): New function.
1537         (wl-message-header-narrowing-1): Ditto.
1538         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1539         (wl-message-header-narrowing-setup): Ditto.
1540         (wl-message-header-narrowing-toggle): Ditto.
1541         
1542         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1543
1544         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1545         'flag as all.
1546         (wl-use-flag-folder-help-echo): New user option.
1547
1548         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1549         wl-summary-highlight as nil.
1550         (wl-summary-set-mark-modified): Follow the API change.
1551         (wl-summary-mark-modified-p): Ditto.
1552         (wl-summary-mark-as-read-all): Ditto.
1553         (wl-summary-sync-marks): Don't call
1554         elmo-folder-list-messages-with-global-mark.
1555         (wl-summary-mark-as-read-internal): Follow the API change.
1556         (wl-summary-mark-as-answered-internal): Ditto.
1557         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1558         Follow the API change.
1559         (wl-summary-create-line): Call with number argument.
1560         (wl-summary-reply): Follow the API change.
1561
1562         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1563         function.
1564         (wl-highlight-summary-line-string): Call it when
1565         wl-use-flag-folder-help-echo is non-nil.
1566         (wl-highlight-summary-current-line): Ditto.
1567         (elmo-flag-folder-referrer): Added autoload setting.
1568
1569         * wl-draft.el (wl-draft-kill): Follow the API change.
1570
1571         * Version number is increased to 2.11.14.
1572         
1573 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1576
1577 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * Version number is increased to 2.11.13.
1580
1581 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1582
1583         * wl-draft.el (wl-draft-previous-history-element): Fixed
1584         unbalanced parenthesis and bind unbound local variables.
1585
1586 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * wl-draft.el (wl-draft-previous-history-element): New function.
1589         (wl-draft-next-history-element): Ditto.
1590         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1591         them to M-p and M-n.
1592
1593 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1594
1595         * Version number is increased to 2.11.12.
1596
1597 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1598
1599         * wl-draft.el (wl-draft-hide): Select buffer-window.
1600
1601 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1602
1603         * wl-summary.el (wl-summary-narrow-to-region): New function.
1604         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1605         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1606         (wl-summary-save-region): Use it.
1607         * wl-action.el (wl-summary-collect-numbers-region)
1608         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1609
1610 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-folder.el (wl-folder-count-incorporates): Don't use
1613         `elmo-msgdb-mark-load'
1614
1615         * Version number is increased to 2.11.11.
1616
1617 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1618
1619         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1620         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1621
1622 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1625
1626 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1627
1628         * Version number is increased to 2.11.10.
1629
1630 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-mime.el (wl-draft-attribute-value): Fixed.
1633
1634 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1635
1636         * wl-util.el (wl-copy-local-variables): New function.
1637
1638         * wl-mime.el (wl-draft-attribute-recipients): New function.
1639         (wl-draft-attribute-envelope-from): Ditto.
1640         (wl-draft-attribute-smtp-posting-server): Ditto.
1641         (wl-draft-attribute-smtp-posting-port): Ditto.
1642         (wl-draft-attribute-value): Ditto.
1643         (wl-draft-preview-message): Use it to get value for
1644         attributes. Reflect result of `wl-draft-config'.
1645
1646         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1647         and call `wl-summary-mark-as-read' before to call
1648         `wl-summary-unset-mark'.
1649         (wl-summary-target-mark-mark-as-unread): Likewise.
1650         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1651
1652 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1653
1654         * wl-mime.el (wl-draft-preview-message): Use actual value for
1655         attributes; Fix for small window.
1656
1657 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1658
1659         * wl-refile.el (wl-refile-get-field-value): Call
1660         `elmo-message-entity-field' with 3rd argument is non-nil.
1661
1662 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * wl-vars.el (wl-draft-preview-attributes): New user option.
1665         (wl-draft-preview-attributes-list): Ditto.
1666         (wl-draft-preview-attributes-buffer-lines): Ditto.
1667         (wl-draft-preview-attributes-buffer-name): Ditto.
1668
1669         * wl-mime.el (wl-draft-preview-message): Display attributes.
1670
1671 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-summary.el (wl-summary-detect-mark-position): Bind
1674         wl-summary-flag-priority-list to '(new).
1675
1676 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1679         funtion.
1680         (wl-highlight-summary-line-string): Use it.
1681         (wl-highlight-summary-current-line): Ditto.
1682
1683 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1686         line even when the mark string is not changed.
1687
1688         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1689         argument change in the wl-summary-create-line.
1690         (wl-thread-insert-entity-sub): Ditto.
1691
1692         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1693         argument change in the wl-summary-create-line.
1694         (wl-summary-insert-sequential): Ditto.
1695         (wl-summary-update-thread): Ditto.
1696         (wl-summary-persistent-mark-string): New inline function.
1697         (wl-summary-message-mark): Use it.
1698         (wl-summary-create-line): Abolish argument wl-persistent-mark
1699         and added wl-flags, wl-cached.
1700
1701         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1702         mark to flags.
1703         (wl-highlight-summary-current-line): Decide the face not by the 
1704         persistent mark but flags.
1705
1706 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1709         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1710         wl-summary-read-uncached-mark): Revive.
1711         (wl-summary-answered-cached-mark,
1712         wl-summary-answered-uncached-mark): New user option.
1713         (wl-summary-score-marks): Follow the change above.
1714         (wl-summary-auto-refile-skip-marks): Ditto.
1715         (wl-summary-incorporate-marks): Ditto.
1716         (wl-summary-expire-reserve-marks): Ditto.
1717         (wl-summary-flag-priority-list): New user option.
1718
1719         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1720         changes.
1721         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1722         of elmo-message-mark.
1723         (wl-summary-mark-as-read-internal): Ditto.
1724         (wl-summary-mark-as-answered): Ditto.
1725         (wl-summary-mark-as-important): Ditto.
1726         (wl-summary-redisplay-internal): Ditto.
1727         (wl-summary-redisplay-no-mime-internal): Ditto.
1728         (wl-summary-message-mark): New function.
1729         (wl-summary-insert-sequential): Use wl-summary-message-mark
1730         instead of elmo-message-mark.
1731         (wl-summary-update-thread): Ditto.
1732         (wl-summary-persistent-mark): Ditto.
1733         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1734         instead of elmo-message-mark.
1735
1736         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1737         wl-summary-message-mark instead of elmo-message-mark.
1738         (wl-thread-insert-entity-sub): Ditto.
1739         (wl-thread-get-children-msgs-uncached): Ditto.
1740
1741         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1742         variable name changes.
1743         (wl-highlight-summary-current-line): Ditto.
1744
1745         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1746         wl-summary-message-mark instead of elmo-message-mark.
1747
1748         * wl-expire.el (wl-expire-message-p): Ditto.
1749
1750         * wl-score.el (wl-score-headers): Ditto.
1751
1752         * Version number is increased to 2.11.9.
1753
1754         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1755         (wl-summary-sync-update): Follow the change above.
1756         (wl-summary-switch-to-clone-buffer): Ditto.
1757         (wl-summary-open-folder): Ditto.
1758
1759 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1762         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1763
1764         * Version number is increased to 2.11.8.
1765
1766         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1767
1768         * wl-expire.el (wl-expire-refile): Follow the API change on
1769         `elmo-folder-move-messages'.
1770         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1771
1772         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1773         (wl-summary-exec-action-refile): Ditto.
1774         (wl-summary-exec-action-copy): Ditto.
1775         (wl-summary-no-auto-refile-message-p): No use
1776         `wl-summary-buffer-msgdb'.
1777         (wl-summary-auto-refile): Ditto.
1778
1779 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1780
1781         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1782
1783 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1784
1785         * wl-summary.el (wl-summary-sync): Treat no-sync.
1786
1787         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1788         (wl-default-sync-range): Ditto.
1789
1790 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * wl-refile.el (wl-refile-subject-learn): Call
1793         `elmo-message-entity-field' with 3rd argument is non-nil.
1794         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1795         instead of `elmo-msgdb-overview-entity-get-subject'.
1796
1797 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1798
1799         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1800         scan-type is rescan.
1801         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1802         new optional argument force is non-nil.
1803         (wl-summary-save-view-cache): Call it with force argument non-nil.
1804
1805         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1806
1807 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-action.el (wl-summary-print-argument): Fixed last change.
1810
1811 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1814         simplified.
1815         (wl-summary-target-mark-mark-as-unread): Likewise.
1816         (wl-summary-target-mark-mark-as-important): Likewise.
1817
1818 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1819
1820         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1821         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1822         (wl-summary-mark-as-important-region): Change accordingly.
1823         (wl-summary-target-mark-mark-as-important): Ditto.
1824
1825 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1828
1829         * wl-action.el (wl-summary-print-argument): Print argument to
1830         right side of window if `wl-summary-print-argument-within-window'
1831         is non-nil.
1832
1833 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1834
1835         * wl-action.el (wl-summary-set-mark): Use
1836         `wl-summary-message-visible-p' to check visibility of the message
1837         and jump to message only when the message line is visible and have
1838         different number; Call wl-summary-unset-mark with number argument.
1839         (wl-summary-unset-mark): 
1840         Use `wl-summary-message-visible-p'
1841         to check visibility of the message and jump to message only when
1842         the message line is visible and have different number;
1843
1844 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1845
1846         * Version number is increased to 2.11.7.
1847
1848         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1849         and wl-folder-summary-line-format.
1850
1851         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1852         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1853         (wl-summary-set-score-mark): Use it.
1854         (wl-summary-target-mark-mark-as-read): Ditto.
1855         (wl-summary-target-mark-mark-as-unread): Ditto.
1856         (wl-summary-target-mark-mark-as-important): Ditto.
1857         (wl-summary-target-mark-msgs): Simplified.
1858         (wl-summary-detect-mark-position): Fixed problem when
1859         summary-line-format no contain persisten/temp mark spec.
1860         (wl-summary-temp-mark): Ditto.
1861         (wl-summary-persistent-mark): Ditto.
1862         (wl-summary-update-persistent-mark): Ditto.
1863
1864         * wl-action.el (wl-summary-set-mark): Ditto.
1865         (wl-summary-unset-mark): Ditto.
1866         All other related portions are changed.
1867
1868 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1869
1870         * Version number is increased to 2.11.6.
1871
1872 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1873
1874         * wl-util.el (wl-current-message-buffer): Define as function;
1875         Don't use the value of wl-messge-buffer.
1876
1877         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1878         persistent mark.
1879
1880         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1881         no current message, cause an error.
1882
1883 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-summary.el (wl-summary-set-message-modified): Use
1886         elmo-folder-set-message-modified instead of
1887         elmo-folder-set-message-modified-internal.
1888
1889 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1890
1891         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1892         interactively.
1893         (wl-summary-sync): nokill->entirely.
1894         (wl-summary-sync-marks): Fixed message.
1895         (wl-summary-input-range): Added mark, nokill->entirely.
1896
1897         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1898         messages as read.
1899
1900 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1903         update-noscore.
1904         (wl-summary-sync): Follow the change above.
1905
1906 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1907
1908         * wl-action.el (wl-summary-target-mark-all): Use
1909         elmo-folder-list-messages.
1910
1911 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1914         (wl-summary-rescan): Set wl-summary-scored as nil.
1915         (wl-summary-sync-force-update): Follow the change above.
1916         (wl-summary-sync): Ditto.
1917         (wl-summary-sync-update): Added argument disable-killed.
1918         (wl-summary-insert-headers): Set visible-only argument for
1919         elmo-folder-list-messages.
1920         (wl-summary-input-range): Added update-nokill, update-noscore,
1921         all-nokill, all-noscore and mark.
1922
1923         * Version number is increased to 2.11.5.
1924
1925         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1926
1927 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1928
1929         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1930         (wl-summary-prefetch-region-no-mark): Change accordingly.
1931         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1932
1933 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1934
1935         * wl-address.el (wl-complete-field-to): Abolished.
1936         (wl-complete-address): Completion function for completing-read.
1937         * wl-action.el (wl-summary-get-resend-address): Use it.
1938
1939         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1940         wl-summary-update-mark and abolish unused argument.
1941         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1942         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1943         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1944         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1945         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1946         * wl-draft.el (wl-draft-kill): Ditto.
1947
1948         * wl-summary.el: Remove unused binding of case-fold-search.
1949         (wl-summary-replace-status-marks): Abolished.
1950
1951 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1952
1953         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1954         is specified or folder length is zero.
1955
1956 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1957
1958         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1959         (wl-folder-archive-current-entity): Ditto.
1960
1961 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1962
1963         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1964         retrieving message mark.
1965         (wl-summary-redisplay-internal): Ditto.
1966
1967         * wl-message.el (wl-message-buffer-display): Ignore errors while
1968         retrieving message-id field.
1969
1970         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1971         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1972         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1973         order of the arguments for `wl-expire-message-p'.
1974         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1975
1976         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1977         Check return value of wl-summary-reply.
1978         (wl-summary-reply): Recover window configuration when an error occured.
1979
1980 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1981
1982         * wl-summary.el (wl-summary-resend-message): Abolished, the
1983         feature is inherited by wl-summary-resend (put resend mark).
1984
1985 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1986
1987         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1988         wl-message-buffer to nil when the message is hide.
1989
1990 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1991
1992         * .cvsignore: New file.
1993
1994 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1995
1996         * wl-action.el (wl-summary-action-docstring): Add more info.
1997         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1998         duplicate definition.
1999         (wl-summary-define-mark-action): Functions wl-summary-*-region
2000         keep current position.
2001         (wl-summary-unregister-target-mark): Store result to the variable.
2002
2003 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * Version number is increased to 2.11.4.
2006
2007 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2008
2009         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2010         wl-summary-delete-all-temp-marks.
2011         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2012
2013         * wl-action.el (wl-summary-set-mark): Changed terminology
2014         refile-destination -> action-argument.
2015         (wl-summary-unset-mark): Ditto.
2016         (wl-summary-remove-argument): Ditto.
2017         (wl-summary-print-argument): Ditto.
2018
2019         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2020         (wl-thread-remove-argument-region): Ditto.
2021         (wl-thread-print-argument-region): Ditto.
2022         (wl-thread-close): Ditto.
2023         (wl-thread-open): Ditto.
2024
2025         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2026         (wl-highlight-refile-destination-face is abolished)
2027         (wl-highlight-action-argument-string): Ditto.
2028         (wl-highlight-summary-current-line): Highlight action argument.
2029
2030         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2031         color for light backgrounds.
2032         (wl-highlight-summary-answered-face): Ditto.
2033
2034 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2035
2036         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2037
2038         * wl-score.el (wl-summary-score-update-all-lines): Use
2039         wl-summary-set-mark.
2040         (wl-summary-score-update-all-lines): Kill expunged messages.
2041
2042         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2043
2044 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2047         directly.
2048         (wl-score-overview-entity-get-lines): Ditto.
2049         (wl-score-overview-entity-get-xref): Ditto.
2050         (wl-score-get-latest-msgs): Ditto.
2051         (wl-summary-rescore): Ditto.
2052
2053         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2054         to "&".
2055         (wl-summary-mark-as-answered-internal): New inline function.
2056         (wl-summary-mark-as-answered): New function.
2057         (wl-summary-mark-as-unanswered): Ditto.
2058         (wl-summary-sync-marks): Modified for answered-mark synching.
2059
2060 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-action.el (wl-summary-set-mark): Fixed last change.
2063
2064 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2065
2066         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2067         behavior of wl-summary-unread-message-hook
2068         (Pointed out by akira yamada <akira@arika.org>).
2069
2070 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2071
2072         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2073         wl-summary-delete.
2074         * wl-xmas.el (wl-summary-toolbar): Ditto.
2075
2076         * wl-action.el (wl-summary-set-mark): Don't override current
2077         temp-mark.
2078
2079         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2080
2081 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2082
2083         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2084         (wl-refile-msgid-learn): Ditto.
2085         (wl-refile-get-field-value): Ditto.
2086
2087         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2088
2089         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2090         (wl-expire-delete-reserved-messages): Renamed from
2091         wl-expire-reserve-marked-msgs-from-list.
2092         (wl-expire-delete): Removed argument `msgdb'.
2093         (wl-expire-refile): Ditto.
2094         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2095         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2096         mark-alist as argument.
2097         (wl-expire-archive-number1): Removed argument `msgdb'.
2098         (wl-expire-archive-number2): Ditto.
2099         (wl-expire-archive-date): Ditto.
2100         (wl-expire-localdir-date): Ditto.
2101         (wl-expire-hide): Ditto.
2102         (wl-archive-number1): Ditto.
2103         (wl-archive-number2): Ditto.
2104         (wl-archive-date): Ditto.
2105         (wl-archive-folder): Ditto.
2106         All other related portions are changed.
2107
2108 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2109
2110         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2111         mean move up and down. (suggested by Takashi Kawachi)
2112
2113 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2114
2115         * wl-acap.el (toplevel): Don't require un-define.
2116
2117 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2118
2119         * wl-thread.el (wl-thread-delete-message): Always update
2120         wl-summary-buffer-number-list.
2121
2122         * wl-action.el (wl-summary-print-destination): 
2123         Do nothing when folder is nil.
2124
2125 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2128         persistent mark when prefetch is succeeded.
2129
2130 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2133         instead of elmo-msgdb-delete-msgs.
2134         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2135         (wl-expire-hide): Ditto.
2136
2137         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2138
2139         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2140         elmo-msgdb interface.
2141         (wl-thread-get-exist-children): Likewise.
2142         (wl-thread-insert-message): Likewise.
2143         (wl-thread-msg-mark-as-important): Likewise.
2144         (wl-thread-insert-entity-sub): Likewise.
2145         (wl-thread-get-children-msgs-uncached): Likewise.
2146
2147         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2148         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2149         (wl-summary-sync-update): Likewise.
2150         (wl-summary-auto-select-msg-p): Likewise.
2151         (wl-summary-update-thread): Likewise.
2152         (wl-summary-mark-as-important): Likewise.
2153         (wl-summary-jump-to-msg-internal): Likewise.
2154         (wl-summary-redisplay-internal): Likewise.
2155         (wl-summary-print-message-with-ps-print): Likewise.
2156         (wl-summary-folder-info-update): Likewise.
2157
2158         * wl-folder.el (wl-folder-check-one-entity):
2159         elmo-folder-count-flags instead of wl-summary-count-unread.
2160
2161         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2162
2163         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2164
2165         * wl-summary.el (wl-summary-set-message-modified): 
2166         Call wl-summary-set-mark-modified.
2167         (wl-summary-delete-messages-on-buffer): Call
2168         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2169         (wl-summary-sync-update): Call elmo-folder-length instead of
2170         elmo-folder-messages.
2171         (wl-summary-insert-headers): Don't call
2172         elmo-folder-list-message-entities.
2173
2174 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2175
2176         * wl-action.el (wl-summary-define-mark-action): Call
2177         `wl-summary-set-mark' with argument `data'.
2178         (wl-summary-auto-refile): Fixed order of arguments when call
2179         `wl-summary-refile'.
2180
2181 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2182
2183         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2184
2185         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2186
2187         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2188         (Renamed from wl-highlight-summary-deleted-face).
2189         (wl-highlight-summary-resend-face): New face.
2190
2191         (wl-highlight-summary-deleted-face): Renamed from
2192         wl-highlight-summary-erased-face.
2193
2194         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2195
2196         * wl-action.el (wl-summary-get-resend-address): New function.
2197         (wl-summary-exec-action-resend): Ditto.
2198         (wl-summary-exec-action-resend-subr): Ditto.
2199
2200         * w-thread.el (wl-thread-copy): Removed definition.
2201         (wl-thread-refile): Ditto.
2202         (wl-thread-delete): Ditto.
2203         (wl-thread-target-mark): Ditto.
2204
2205         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2206         (wl-summary-target-mark-set-action): Fixed.
2207         (wl-summary-define-mark-action): Fixed quotation.
2208         (wl-summary-move-mark-list-messages): Display message.
2209         (wl-summary-define-mark-action): Define thread functions.
2210         (wl-summary-exec-action-refile): Changed message.
2211         (wl-summary-exec): Ditto.
2212
2213 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2214         
2215         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2216         '%%'.
2217
2218 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2219
2220         * wl.el (toplevel): Require wl-action.
2221         (wl-init): Call wl-summary-define-mark-action.
2222
2223         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2224
2225         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2226         wl-summary-delete and wl-summary-erase.
2227         (wl-summary-mode-map): Ditto.
2228
2229         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2230         wl-delete-folder-alist.
2231
2232         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2233         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2234         (toplevel): Moved mark & action related functions to the wl-action.el.
2235
2236         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2237         in wl-summary-mark-action-list.
2238         (wl-highlight-summary-current-line): Ditto.
2239
2240         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2241         empty lines.
2242
2243         * wl-action.el: New file. 
2244
2245 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2246
2247         * wl-summary.el (wl-summary-target-mark-replace): New function.
2248         (wl-summary-target-mark-prefetch): Use it.
2249         (wl-summary-target-mark-delete): Ditto.
2250         (toplevel): Rearranged definition order.
2251         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2252         (wl-summary-target-mark-erase): Rewrite.
2253         (wl-summary-erase-region): New function.
2254         (wl-summary-exec-action-erase): Changed message.
2255         (wl-summary-move-mark-list-messages): New function.
2256         (wl-summary-exec-action-delete): Use it.
2257         (wl-summary-exec-action-erase): Ditto.
2258
2259         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2260         (wl-summary-skip-mark-list): Added "d".
2261
2262         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2263         while searching.
2264
2265         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2266         and define using defcustom;
2267         Define 4th element as a face.
2268         
2269         * wl-summary.el (wl-summary-incorporate): Use 
2270         `wl-summary-prefetch-region-no-mark' instead of
2271         `wl-summary-prefetch-region'.
2272         (wl-summary-prefetch-region-no-mark): Revival of old
2273         `wl-summary-prefetch-region'.
2274         (wl-summary-mark-action-list): Moved to wl-vars.el
2275
2276         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2277         face according to the `wl-summary-mark-action-list'.
2278         (wl-highlight-summary-current-line): Ditto;
2279         Removed destination highlighting.
2280
2281         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2282         (wl-highlight-summary-line-string): Highlight for "i" mark.
2283         (wl-highlight-summary-current-line): Ditto.
2284
2285         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2286         no destination.
2287
2288         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2289         exists, just go ahead.
2290         (wl-summary-prefetch-region): Rewrite.
2291         (wl-summary-prefetch): Ditto.
2292         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2293         (wl-summary-exec-action-prefetch): New function.
2294         (wl-summary-target-mark-prefetch): Rewrite.
2295
2296 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2297
2298         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2299         (wl-highlight-summary-line-string): Added "d" and "D".
2300         (wl-highlight-summary-current-line): Ditto.
2301
2302         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2303         in wl-summary.el.
2304         (wl-thread-insert-entity-sub): Ditto.
2305         (wl-thread-remove-destination-region): Ditto.
2306         (wl-thread-print-destination-region): Ditto.
2307
2308         * wl-summary.el (wl-summary-buffer-refile-list,
2309         wl-summary-buffer-delete-list,
2310         wl-summary-buffer-copy-list): Abolish.
2311         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2312         All other related portions are changed.
2313         (wl-summary-mark-action-list): New variable.
2314         (wl-summary-set-mark): New function.
2315         (wl-summary-register-target-mark): Ditto.
2316         (wl-summary-unregister-target-mark): Ditto.
2317         (wl-summary-have-target-mark-p): Ditto.
2318         (wl-summary-register-temp-mark): Ditto.
2319         (wl-summary-unregister-temp-mark): Ditto.
2320         (wl-summary-registered-temp-mark): Ditto.
2321         (wl-summary-collect-temp-mark): Ditto.
2322         (wl-summary-unset-mark): Ditto.
2323         (wl-summary-set-target-mark): Ditto.
2324         (wl-summary-unset-target-mark): Ditto.
2325         (wl-summary-set-action-generic): Ditto.
2326         (wl-summary-unset-action-generic): Ditto.
2327         (wl-summary-exec-action-delete): Ditto.
2328         (wl-summary-exec-action-erase): Ditto.
2329         (wl-summary-set-action-refile): Ditto.
2330         (wl-summary-set-action-refile-subr): Ditto.
2331         (wl-summary-unset-action-refile): Ditto.
2332         (wl-summary-make-destination-numbers-list): Ditto.
2333         (wl-summary-exec-action-refile): Ditto.
2334         (wl-summary-set-action-copy): Ditto.
2335         (wl-summary-unset-action-copy): Ditto.
2336         (wl-summary-exec-action-copy): Ditto.
2337         (wl-summary-collect-numbers-region): Ditto.
2338         (wl-summary-delete): Rewrite.
2339         (wl-summary-erase): Ditto.
2340         (wl-summary-remove-destination): Ditto.
2341         (wl-summary-exec): Ditto.
2342         (wl-summary-exec-region): Ditto.
2343         (wl-summary-target-mark-erase): Ditto.
2344         (wl-summary-refile): Ditto.
2345         (wl-summary-copy): Ditto.
2346         (wl-summary-unmark): Ditto.
2347         (wl-summary-delete-all-mark): Ditto.
2348         (wl-summary-mark-line): Don't highlight.
2349         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2350         (wl-summary-target-mark-refile-subr): Rewrite.
2351
2352         (wl-summary-copy-prev-destination): Abolish.
2353
2354 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2355
2356         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2357         default values along the value of wl-on-mule.
2358         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2359         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2360         It is not used anywhere.
2361
2362 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2363
2364         * wl-summary.el (wl-summary-print-destination): Keep position.
2365         (wl-summary-cursor-move-surface): Keep horizontal position.
2366
2367 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2368
2369         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2370         write sendlog.
2371
2372 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2373
2374         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2375         `wl-summary-highlight'.
2376
2377 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2378
2379         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2380         trivial condition for temp-mark.
2381
2382 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2383
2384         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2385         when it hits killed buffer.
2386
2387 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2388
2389         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2390         * wl-news.el.in: `message' and `error' take format string.
2391
2392 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2393
2394         * wl-folder (wl-folder-insert-entity): Display a message,
2395         `...done', when the work finish.
2396         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2397
2398 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-message.el (wl-message-redisplay): Remove unused local
2401         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2402
2403 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2404
2405         * wl-summary.el (wl-summary-replace-status-marks): Disable
2406         interactive use.
2407         (wl-summary-reedit): Check message existence at first.
2408         (wl-summary-mark-line): Fix doc, return value is indefinite.
2409
2410         * wl-highlight.el (wl-highlight-message): Arranged.
2411
2412         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2413         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2414         check temp-mark by wl-summary-temp-mark always.
2415         (wl-highlight-summary): Change accordingly.
2416         * wl-summary.el (wl-summary-mark-as-read-all)
2417         (wl-summary-delete-cache, wl-summary-set-score-mark)
2418         (wl-summary-mark-as-unread, wl-summary-unmark)
2419         (wl-summary-mark-line, wl-summary-mark-as-read)
2420         (wl-summary-mark-as-important): Ditto.
2421
2422         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2423         end of the window if possible.
2424         * wl-summary.el (wl-summary-sync-update): Support lazy
2425         highlighting.
2426         (wl-summary-toggle-disp-msg): Ditto.
2427
2428 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2429
2430         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2431
2432 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2433
2434         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2435         change.
2436
2437 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2438
2439         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2440         API.
2441         (wl-summary-sync-update): Ditto.
2442
2443         * wl-score.el (wl-score-get-score-alist): Changed argument.
2444         (wl-summary-rescore-msgs): Likewise.
2445         (wl-summary-score-headers): Likewise.
2446         (wl-score-headers): Likewise;
2447         Use elmo-folder-do-each-message-entity, etc.
2448         (wl-summary-score-effect): Follow the changes above.
2449         (wl-summary-rescore): Ditto.
2450         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2451         (wl-score-get-overview): Abolish.
2452
2453         * wl-summary.el (wl-summary-default-from): Follow the API change in
2454         elmo-msgdb.
2455         (wl-summary-count-unread): Ditto.
2456         (wl-summary-detect-mark-position): Ditto.
2457         (wl-summary-overview-entity-compare-by-date): Ditto.
2458         (wl-summary-overview-entity-compare-by-number): Ditto.
2459         (wl-summary-overview-entity-compare-by-from): Ditto.
2460         (wl-summary-overview-entity-compare-by-subject): Ditto.
2461         (wl-summary-get-list-info): Ditto.
2462         (wl-summary-rescan): Ditto.
2463         (wl-summary-jump-to-msg-by-message-id): Ditto.
2464         (wl-summary-sync-update): Ditto; Removed comment.
2465         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2466         (wl-summary-insert-message): Use wl-summary-insert
2467         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2468         (wl-summary-insert-headers): Changed argument overview to folder.
2469         (wl-summary-search-by-subject): Likewise.
2470         (wl-summary-insert-thread): Renamed from 
2471         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2472
2473         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2474         too.
2475
2476         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2477         wl-string-member.
2478
2479 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2480
2481         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2482         elmo-folder-append-buffer.
2483         (wl-draft-queue-append): Likewise.
2484
2485         * wl-mime.el (wl-message-delete-current-part): Ditto.
2486         (wl-summary-burst-subr): Ditto.
2487
2488         * wl-news.el.in (wl-news-send-news): Ditto.
2489
2490 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2491
2492         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2493         function.
2494         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2495         (wl-summary-update-mark): Enclose with save-excursion.
2496         (wl-summary-mark-as-read-internal): Fixed last change.
2497         (wl-summary-mark-as-important): Use 3rd argument of
2498         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2499         Don't use elmo-msgdb-set-mark.
2500         (wl-summary-redisplay-internal): If msgdb flag is already read,
2501         just update the mark on buffer.
2502
2503 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2504
2505         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2506         cut visible folder when elmo-folder-delete returns non-nil value.
2507
2508 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2509
2510         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2511         by Kenichi OKADA <okada@opaopa.org>).
2512
2513 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2514
2515         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2516
2517 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2518
2519         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2520         Fixed the last change, search group entity by its real name.
2521         (Thanks to: KOBAYASHI Shinji)
2522
2523 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2524
2525         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2526         (wl-fldmgr-access-display-all): Don't refer visible name.
2527         * wl-expire.el (wl-folder-archive-current-entity)
2528         (wl-folder-expire-current-entity): Ditto.
2529         * wl-folder.el (wl-folder-jump-to-current-entity)
2530         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2531         (wl-folder-open-folder-sub,wl-folder-open-all)
2532         (wl-folder-write-current-folder): Ditto.
2533         (wl-folder-insert-entity): Don't use petname for normal group.
2534         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2535         is the real name.
2536         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2537         Abolished.
2538
2539 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2540
2541         * wl-draft.el (wl-draft-create-buffer): Add
2542         `wl-summary-reply-with-citation'
2543
2544 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2545
2546         * wl-draft.el (wl-draft-reply): Fixed.
2547
2548 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2549
2550         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2551         when `wl-draft-send-confirm-with-preview' is non-nil.
2552         You can scroll up/down by j/k.
2553         (wl-draft-send-confirm-with-preview): New variable (default=t).
2554
2555 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2556
2557         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2558         (wl-fldmgr-save-folders): Fix comment.
2559
2560 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2561
2562         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2563         along the last change in `wl-folder-buffer-group-p'.
2564
2565 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2566
2567         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2568         folder.
2569
2570         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2571         the default value.
2572
2573         * wl-mime.el (wl-summary-burst): Update summary only when target
2574         folder equals current folder.
2575
2576 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2577
2578         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2579
2580 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2581
2582         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2583         value.
2584
2585 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2588         `map-extents' instead of `extent-at' repeatedly.
2589         (wl-highlight-folder-current-line): Ditto.
2590
2591         * wl-highlight.el: Remove useless dummy functions.
2592
2593 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2594
2595         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2596         (wl-folder-put-folder-property): New function to put text property.
2597         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2598         (wl-folder-insert-entity, wl-folder-update-diff-line)
2599         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2600         * wl-e21.el, wl-xmas.el, wl-mule.el
2601         (wl-highlight-folder-current-line): Ditto.
2602         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2603         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2604         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2605         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2606
2607 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2608
2609         * Version number is increased to 2.11.3.
2610
2611 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2612
2613         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2614         Resume current-buffer since it is assumed by remaining tasks.
2615
2616 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2617
2618         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2619         (wl-folder-completion-function): Abolished.
2620         (wl-folder-complete-folder): New function.
2621         (wl-folder-complete-filter-condition): Ditto.
2622         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2623         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2624
2625 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2626
2627         * wl-draft.el (wl-draft-send-confirm): New function.
2628         (wl-draft-send): Use it.
2629
2630         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2631         cursor-in-echo-area while confirming.
2632
2633         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2634
2635         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2636         searching via nntp if wl-summary-search-via-nntp is 'force.
2637         Otherwise, invoke searching in nntp folder only.
2638         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2639
2640         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2641         explicitly for mime-make-text-tag.
2642
2643 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2644
2645         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2646         `mime-make-text-tag' instead of `mime-create-tag'.
2647
2648 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2649
2650         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2651         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2652
2653 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2654
2655         * wl-score.el (wl-score-save): Bind print-length and print-level.
2656         (wl-score-pretty-print): Ditto.
2657         (wl-score-edit-insert-header-entry): Ditto.
2658
2659         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2660         "From" entry to be treated with wl-draft-eword-encode-address-list.
2661         * wl-mime.el (wl-draft-preview-message): Ditto.
2662
2663         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2664         (wl-summary-mark-as-unread): Ditto.
2665         (wl-summary-mark-as-read-region): Change accordingly.
2666         (wl-summary-mark-as-unread-region): Ditto.
2667         (wl-summary-target-mark-mark-as-read): Ditto.
2668         (wl-summary-target-mark-mark-as-unread): Ditto.
2669
2670 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2671
2672         * Version number is increased to 2.11.2.
2673
2674 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2675
2676         * wl-news.el.in (wl-news-previous-version-save): Bind
2677         print-length and print-level.
2678         * wl-thread.el (wl-thread-save-entities): Ditto.
2679         (wl-thread-save-top-list): Bind print-length.
2680
2681 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2682
2683         * wl-highlight.el (wl-highlight-summary-line-string): Use
2684         wl-summary-score-below-mark, wl-summary-score-over-mark.
2685         (wl-highlight-summary-current-line): Ditto.
2686
2687 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2688
2689         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2690         insert it.
2691
2692 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2693
2694         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2695
2696 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2697
2698         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2699         message without msgid.
2700         Rewrite with elmo-folder-move-messages.
2701         Set wl-message-buffer to nil.
2702
2703         * wl-summary.el (wl-summary-erase-subr): New function. Use
2704         elmo-folder-move-messages.
2705         (wl-summary-erase): Call it.
2706         (wl-summary-target-mark-erase): Ditto.
2707
2708 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2709
2710         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2711         it is not up-tp-date.
2712
2713 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2714
2715         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2716         buffer after calling `wl-summary-goto-folder-subr' without the
2717         argument `interactive'.
2718         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2719
2720 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2721
2722         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2723         `mime-create-tag'. Use `string=' instead of `looking-at'.
2724
2725 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2726
2727         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2728         to avoid compile warning.
2729
2730         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2731         entity-id when folder is given.
2732         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2733         save-excursion, use save-selected-window instead.
2734         Select folder buffer window if exists.
2735         (To correct behavior with wl-folder-move-cur-folder.)
2736
2737 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2738
2739         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2740
2741 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2742
2743         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2744         list-count instead of %d.
2745
2746 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2747
2748         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2749         (wl-news): Set it.
2750         (wl-news-append-to-folder): Use it.
2751
2752         * wl-news.el.in (wl-news-send-news): Append to specified folder
2753         instead of wl-default-folder.
2754         (wl-news-append-to-folder): Show error message with specified folder.
2755
2756         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2757                 In most major modes, Emacs assumes that any opening
2758                 delimiter found at the left margin is the start of a
2759                 top-level definition, or defun. Therefore, *never put an
2760                 opening delimiter at the left margin unless it should have
2761                 that significance.*
2762
2763         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2764
2765 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2766
2767         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2768
2769 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2770
2771         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2772
2773 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2774
2775         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2776         for sequential numbering case.
2777
2778 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2779
2780         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2781         value.
2782         (wl-draft-reply-without-argument-list): Ditto.
2783         (wl-draft-reply-myself-with-argument-list): Abolish.
2784         (wl-draft-reply-myself-without-argument-list): Ditto.
2785         * wl-draft.el (wl-draft-self-reply-p): New function.
2786         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2787
2788 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2789
2790         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2791         (avoid error for the case without byte-compiling)
2792
2793 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2794
2795         * wl-news.el.in (wl-news-append-to-folder): New function.
2796         (wl-news-exit): Rewrite.
2797         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2798
2799 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2800
2801         * wl-draft.el (wl-draft-reply-position): New function.
2802         (wl-draft-reply-position): Fix.
2803         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2804         (wl-summary-target-mark-reply-with-citation): Ditto.
2805         (wl-summary-reply-with-citation): Ditto.
2806         * wl-vars.el (wl-draft-reply-default-position): New variable.
2807
2808 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2809
2810         * wl-draft.el (wl-draft-send): Preview when interactive send.
2811
2812 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2813
2814         * wl-draft.el (wl-draft-reply): Set default position.
2815         * wl-summary.el (wl-summary-reply): Ditto.
2816         (wl-summary-reply-with-citation): Ditto.
2817         (wl-summary-target-mark-reply-with-citation): Ditto.
2818
2819 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2820
2821         * wl-news.el.in (wl-news-lang): Set default value according to
2822         current-language-environment.
2823         (wl-news-append-news): Do nothing when news-list is nil.
2824
2825 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2826
2827         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2828         (wl-news): Change message.
2829         (wl-news-exit): Check buffer.
2830         (wl-news-force-exit): New function.
2831         (wl-news-show-all): New function.
2832         (wl-news-discard-and-exit): Fix.
2833
2834 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2835
2836         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2837         according to current-language-environment.
2838
2839         * wl-news.el.in (wl-news): If arg, show all NEWS after
2840         wl-news-default-previous-version.
2841
2842 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2843
2844         * wl-news.el.in (wl-news-check): Rewritten.
2845         (wl-news-previous-version-load): Change data type.
2846         (wl-news-previous-version-save): Change data type.
2847         (wl-news-append-news): Add return value.
2848         (wl-news-check-news): New function.
2849         (wl-news-already-current-p): New function.
2850         (wl-news-send-news): Rewritten.
2851         (wl-news-mode-map): Add new keybind.
2852         (wl-news): Rewritten.
2853         (wl-news-exit): Rewritten.
2854         (wl-news-discard-and-mail): New function.
2855         (wl-news-send-to-address): Abolished.
2856         * wl.el (wl-init): Delete a message.
2857
2858 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2859
2860         * wl-news.el.in (wl-news-exit): Update previous version.
2861         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2862
2863 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2864
2865         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2866
2867 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2868
2869         * wl-news.el.in (wl-news): New function.
2870         (wl-news-mode): New function.
2871         (wl-news-next-line): New function.
2872         (wl-news-next-page): New function.
2873         (wl-news-exit): New function.
2874         (wl-news-buf-name): New variable.
2875         (wl-news-mode-map): New variable.
2876         (wl-news-winconf): New variable.
2877         (wl-news-append-news): Add an option.
2878
2879 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2880
2881         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2882
2883 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2884
2885         * wl-news.el.in (wl-news-send-to-address): New variable.
2886         (wl-news-send-news): Use it.
2887         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2888         Return updating status.
2889         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2890
2891 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2892
2893         * wl-news.el.in (wl-news-send-news): Delete
2894         Organization and X-Face.
2895
2896 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2897
2898         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2899         (wl-news-append-news): New function.
2900         (wl-news-send-news): New function.
2901
2902 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2903
2904         * Version number is increased to 2.11.1.
2905
2906 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2907
2908         * wl-news.el.in : New file.
2909
2910 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2911
2912         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2913         default value.
2914         (wl-draft-reply-without-argument-list): Ditto.
2915
2916 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2917
2918         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2919         (wl-message-buffer-prefetch-idle-time): Ditto.
2920         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2921
2922 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-thread.el (wl-thread-insert-message): Use
2925         wl-summary-max-thread-depth.
2926
2927         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2928         loop detection.
2929
2930         * wl-message.el (wl-message-buffer-display): Back to the first page
2931         when cache is hit.
2932
2933 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2934
2935         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2936
2937         * wl-summary.el (wl-summary-insert-thread-entity):
2938         If the thread depth is reached to wl-summary-max-thread-depth,
2939         divide the thread.
2940
2941 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2942
2943         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2944         for elmo-remove-passwd.
2945
2946 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2949         folder is sticky.
2950         (wl-folder-mark-as-read-all-entity): Ditto.
2951         (wl-folder-prefetch-entity): Ditto.
2952
2953 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2954
2955         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2956
2957 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2958
2959         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2960         Delete messages on buffer for unplugged operation.
2961         (wl-summary-erase): Ditto.
2962
2963 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2964
2965         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2966         take nil so as not to search parent by subject.
2967
2968 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2969
2970         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2971         (wl-folder-get-next-folder): Ditto.
2972         (wl-folder-get-path): Ditto.
2973
2974 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2975
2976         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2977         system and encode the region with it before verifying.
2978
2979 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2980
2981         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2982         system of the echo buffer before decoding.
2983
2984 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2985
2986         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2987         original contents.
2988
2989 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2990
2991         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2992         with argument 'any-exists.
2993
2994 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2995
2996         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2997         Use `wl-cs-autoconv'.
2998
2999 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3000
3001         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3002         by `mime-view-automatic-conversion'.
3003
3004         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3005         (wl-message-verify-pgp-nonmime): Ditto.
3006         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3007         Bind them to C-c:d and C-c:v respectively.
3008
3009         Merge following code by Teranishi-san from [wl-en:00167].
3010         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3011         (wl-mime-preview-application/pgp-encrypted): Ditto.
3012         (wl-mime-setup): Add entry.
3013
3014 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3015
3016         * wl-summary.el (wl-summary-target-mark-erase): New function.
3017         Bind it to "mD".
3018
3019 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3020
3021         * wl-vars.el (wl-draft-write-file-function): Fix.
3022         (wl-draft-reedit-hook): Changed default value.
3023
3024         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3025         wl-draft-reedit-hook.
3026         (wl-draft-remove-text-plain-tag): New function.
3027         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3028
3029         * wl-vars.el (wl-draft-write-file-function): New user option.
3030
3031         * wl-draft.el (wl-draft-prepare-edit): Use it for
3032         local-write-file-hooks.
3033         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3034
3035         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3036         (wl-draft-insert-mail-header-separator): Return the body beginning
3037         point.
3038         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3039         text/plain.
3040         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3041
3042 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3043
3044         * wl-summary.el (wl-summary-erase): New function to erase message
3045         without moving it to trash. Bind to "D".
3046
3047         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3048         as `keep' unless switch-function.
3049
3050 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3051
3052         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3053         message buffer by using `wl-summary-toggle-disp-msg'.
3054         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3055         buffer window.
3056         (wl-summary-supresedes-message): Ditto.
3057
3058         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3059         Do not delete other windows.
3060         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3061         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3062         (wl-draft-create-buffer): Set reply-or-forward also for target
3063         mark commands.
3064
3065 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3066
3067         * wl-draft.el (wl-user-agent-compose): Delete special case for
3068         switch-to-buffer-other-window.
3069
3070         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3071         (wl-summary-forward): Ditto.
3072
3073         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3074         function.
3075         (wl-draft-buffer-style): New use option.
3076
3077         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3078         (wl-draft): Follow the change above.
3079         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3080         wl-draft-buffer-style.
3081         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3082         switch-function.
3083
3084 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3085
3086         * wl-draft.el (wl-user-agent-compose): Delete special case for
3087         switch-to-buffer-other-window.
3088
3089         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3090         (wl-summary-forward): Ditto.
3091
3092         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3093         function.
3094         (wl-draft-buffer-style): New use option.
3095
3096         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3097         (wl-draft): Follow the change above.
3098         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3099         wl-draft-buffer-style.
3100         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3101         switch-function.
3102
3103 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3104
3105         * wl-address.el (wl-address-make-completion-entry): Extracted from
3106         `wl-address-make-completion-list'.
3107         (wl-address-enable-strict-loading): New variable.
3108         (wl-address-make-completion-list): Revive petname duplication
3109         inquiry, and enable it if `wl-address-enable-strict-loading'.
3110         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3111
3112 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-message.el (wl-message-get-original-buffer): Avoid
3115         'Selecting deleted buffer' error when original buffer is killed.
3116
3117 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * wl-summary.el (wl-summary-next-message): Use
3120         elmo-message-accessible-p instead of elmo-message-cached-p.
3121
3122 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3125
3126         * wl-thread.el (wl-thread-open-all-unread): Use
3127         elmo-folder-list-flagged instead of
3128         elmo-folder-list-messages-mark-match.
3129
3130         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3131         instead of elmo-folder-list-messages-mark-match.
3132         (wl-summary-move-spec-alist): New variable.
3133         (wl-summary-move-spec-plugged-alist,
3134         wl-summary-move-spec-unplugged-alist): Abolish.
3135         (wl-summary-next-message): Follow the change above.
3136         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3137         with 'no-msg' argument.
3138
3139         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3140         variable.
3141         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3142         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3143         (wl-message-buffer-prefetch-get-next): Follow the change above.
3144
3145 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-version.el (wl-version): Changed codename.
3148
3149         * Version number is increased to 2.11.0.
3150
3151 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3152
3153         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3154         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3155         `wl-draft-config-variables'.
3156         (wl-draft-kill): Fixed problem when the draft is reedit.
3157
3158 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3159
3160         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3161         buffer-modified status (Thanks to
3162         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3163
3164 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3165
3166         * wl-util.el (wl-region-exists-p): New function.
3167
3168         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3169         Remove defvars for byte-compile warnings.
3170
3171 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3172
3173         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3174         defvar-maybe. Removed unused bind.
3175
3176 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3177
3178         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3179         summary buffer window before creating new frame.
3180         (wl-draft-reply): Ditto.
3181
3182 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3185
3186 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3187
3188         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3189
3190 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3191
3192         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3193         instead of `kill-region'.
3194
3195 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3196
3197         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3198         (wl-highlight-summary-line-string): Use it.
3199         (wl-highlight-summary-current-line): Ditto.
3200
3201         * wl-mime.el (wl-message-delete-current-part): Check the class of
3202         mime-entity.
3203
3204         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3205
3206         * wl-summary.el (wl-summary-make-number-list): Initialize.
3207         (wl-summary-update-mark): New function.
3208         (wl-summary-reply): Put `answered' mark on the message.
3209         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3210
3211         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3212         (wl-draft-reply): Added optional argument `number';
3213         Set wl-draft-parent-number.
3214         (wl-draft-kill): Delete answered mark if it is a reply.
3215
3216 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3217
3218         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3219         that originates in mime-preview-follow-current-entity.
3220         (wl-draft-yank-current-message-entity): Use it if region is active.
3221
3222         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3223         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3224         `wl-message-delete-current-part'.
3225         * wl-mule.el (wl-message-define-keymap): Ditto.
3226         * wl-xmas.el (wl-message-define-keymap): Ditto.
3227
3228 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3229
3230         * wl-mime.el (wl-message-delete-current-part): New function.
3231         (wl-mime-node-id-to-string): Ditto.
3232
3233         * wl-mime.el (wl-message-delete-current-part): Use existing
3234         original buffer which corresponds current mime-view buffer.
3235         (fetched buffer might have different structure, possibly)
3236
3237         * wl-mime.el (wl-message-delete-current-part): Quit if the
3238         message content differs from the actual message.
3239
3240 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3241
3242         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3243         order.
3244         (wl-summary-search-by-subject): Search parent message from tail;
3245         Check the existence of the parent message on the current thread tree.
3246         (wl-summary-update-thread): Check whether the line is inserted.
3247
3248 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3249
3250         * wl-vars.el (wl-summary-line-format): Undo last change.
3251         * wl-summary.el (wl-summary-print-destination): Do not put
3252         invisible property when `wl-summary-width' is nil.
3253         (wl-summary-line-subject-minimum-length): Abolished.
3254         (wl-summary-line-subject): Ditto.
3255
3256 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3257
3258         * wl-vars.el (wl-summary-line-format): Change default value.
3259         (wl-summary-subject-length-limit): Abolished.
3260         * wl-summary.el (wl-summary-line-subject): Ditto.
3261
3262 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3263
3264         * wl-template.el (wl-template-select): Added optional argument.
3265         If optional argument is specified, reverse
3266         `wl-template-visible-select'.
3267
3268 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3269
3270         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3271         Take prefix argument to force asking the destination folder.
3272
3273 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3274
3275         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3276         count and update status.
3277
3278 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3279
3280         * wl-summary.el (wl-summary-redisplay-internal): If
3281         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3282         after fetching.
3283
3284 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3285
3286         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3287         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3288
3289         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3290
3291 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3292
3293         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3294         (All other related portions are changed).
3295         (wl-summary-mark-as-read-all): Rewrite.
3296
3297 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3300         `wl-summary-mark-as-read'.
3301         (wl-summary-mark-as-unread): Rewrite.
3302         (wl-summary-mark-as-read): Added no-modeline argument.
3303         (wl-summary-resume-cache-status): Rewrite.
3304         (wl-summary-exec-subr): Remove unused local variable.
3305
3306 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3307
3308         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3309         logic to call `wl-summary-buffer-prev-folder-function'.
3310         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3311
3312 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3313
3314         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3315         is nil.
3316
3317 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3318
3319         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3320         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3321         (wl-mime-setup): Add its entry.
3322
3323 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3324
3325         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3326         (wl-summary-delete-cache): Likewise.
3327         (wl-summary-mark-as-read): Rewrite.
3328
3329 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3330
3331         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3332         `wl-summary-count-unread'.
3333
3334         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3335
3336         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3337
3338 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3341         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3342         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3343         Renamed to the elmo-msgdb-*-mark.
3344         (wl-summary-score-marks): Follow the change above.
3345         (wl-summary-auto-refile-skip-marks): Ditto.
3346         (wl-summary-incorporate-marks): Ditto.
3347         (wl-summary-expire-reserve-marks): Ditto.
3348
3349         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3350         changes.
3351         (wl-thread-insert-top): Changed updating message.
3352
3353         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3354         variable.
3355         (wl-summary-count-unread): Count answered marks.
3356         (wl-summary-rescan): Call wl-summary-insert-message instead of
3357         wl-summary-append-message-func-internal.
3358         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3359         (wl-summary-prefetch-msg): Follow the variable name changes.
3360         (wl-summary-prefetch-region): Ditto.
3361         (wl-summary-mark-as-read-all): Follow the API changes;
3362         Don't call elmo-folder-replace-marks.
3363         (wl-summary-delete-cache): Follow the variable name changes.
3364         (wl-summary-resume-cache-status): Ditto.
3365         (wl-summary-update-status-marks): New function.
3366         (wl-summary-insert-message): New function.
3367         (wl-summary-sync-marks): Follow the variable name changes.
3368         (wl-summary-sync-update): Synchronize to the msgdb, too;
3369         Changed update messages.
3370         (wl-summary-make-number-list): Rewrite.
3371         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3372         (wl-summary-mark-as-unread): Follow the API changes.
3373         (wl-summary-exec-subr): Follow the variable name changes.
3374         (wl-summary-mark-as-read): Ditto.
3375         (wl-summary-move-spec-plugged-alist): Ditto.
3376         (wl-summary-move-spec-unplugged-alist): Ditto.
3377         (wl-summary-cursor-move-surface): Ditto.
3378
3379         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3380         variable name changes.
3381         (wl-highlight-summary-current-line): Ditto.
3382
3383         * wl-expire.el (wl-expire-refile): Follow the API change in
3384         elmo-folder-move-messages.
3385         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3386         (wl-summary-archive): Use elmo-folder-msgdb instead of
3387         elmo-msgdb-load.
3388
3389 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-mime.el (wl-draft-preview-message): Restore the position
3392         before evaluating wl-draft-send-hook in preview buffer.
3393
3394 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3395
3396         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3397         when it creates new draft buffer.
3398
3399         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3400         without argument.
3401
3402         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3403         Evaluate content and if the value is string, insert it.
3404         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3405         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3406         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3407         wl-draft-config-sub-part-bottom): Use it.
3408
3409         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3410         with the folder name. The question was unintelligible when it is
3411         called from wl-save-status.
3412
3413 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3414
3415         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3416         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3417         cannot take second argument).
3418
3419 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3420
3421         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3422         as t. Since type and subtype are not case sensitive (RFC 2045).
3423
3424 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3425
3426         * wl-vars.el (wl-message-mode-line-format): New variable.
3427         (wl-message-mode-line-format-spec-alist): Ditto.
3428         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3429         (wl-message-redisplay): Use wl-message-mode-line-format.
3430
3431 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3432
3433         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3434
3435 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3436
3437         * wl-summary.el (wl-summary-default-from): Write description.
3438
3439 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3440
3441         * wl-vars.el (wl-ldap-objectclass): Abolish.
3442
3443         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3444         (wl-ldap-make-filter): Removed condition for objectclass.
3445         (wl-ldap-make-matched-value-list): Remove meaningless process.
3446         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3447         (wl-address-ldap-search): Don't add `*' to `pat' string;
3448         use ignore-errors; added `email';
3449         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3450         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3451         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3452
3453
3454 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3455
3456         * wl-draft.el (wl-draft-parent-folder): Write description.
3457         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3458
3459 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3460
3461         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3462         as "" (zero-length string) if no parent.
3463         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3464
3465 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * wl-address.el (wl-address-make-completion-list): Skip duplication
3468         checking.
3469         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3470         `append'.
3471
3472 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3473
3474         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3475         instead of `beginning-of-buffer'.
3476
3477 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3480
3481 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3482
3483         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3484         Refer wl-message-buffer-name.
3485         (wl-message-wheel-down): Ditto.
3486
3487 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3488
3489         * wl-vars.el (wl-message-buffer-name): New user option.
3490
3491         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3492         directly instead of making alist dinamically.
3493
3494         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3495         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3496         wl-message-buffer-cache-name.
3497         (wl-message-buffer-cache-clean-up): Ditto.
3498
3499         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3500
3501         * Version number is increased to 2.9.15.
3502
3503 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-vars.el (wl-summary-default-view-alist): New user option.
3506
3507         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3508
3509         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3510         while deleting address.
3511         (wl-draft-delete-myself-from-cc): Ditto.
3512
3513         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3514         If optional argument is specified, reverse sort order.
3515
3516         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3517
3518 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3519
3520         * wl-thread.el (wl-thread-insert-message): Return parent number if
3521         exists.
3522         (wl-thread-update-indent-string-region): Use
3523         wl-thread-update-line-on-buffer-sub instead of
3524         wl-thread-update-line-on-buffer.
3525
3526 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3527
3528         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3529         (wl-folder-close-all): Ditto.
3530
3531 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3532
3533         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3534         and mailing-list:.
3535         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3536         value.
3537         (wl-summary-line-list-info): Print mailing-list name even when 
3538         list-number is empty.
3539
3540 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3541
3542         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3543
3544         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3545         (wl-draft-open-file): Ditto.
3546         (wl-draft-random-alphabet): Ditto.
3547
3548         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3549         bindings.
3550
3551 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3554         * wl-vars.el (wl-draft-config-alist): Ditto.
3555
3556 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3557
3558         * Version number is increased to 2.9.14.
3559
3560         * wl.el (wl): Don't set wl-init as nil when error occured while
3561         auto-checking folders.
3562
3563         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3564         `elmo-expand-newtext'.
3565
3566 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3567
3568         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3569         `this-command' so that `wl-folder-goto-folder' contained in
3570         `wl-summary-keep-cursor-command' work.
3571
3572 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3573
3574         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3575         message buffer displaying state.
3576
3577 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3578
3579         * wl-vars.el (wl-summary-default-view): New variable to specify
3580         default value for `wl-summary-buffer-view' instead of using
3581         set-default.
3582         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3583
3584 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3585
3586         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3587
3588         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3589
3590 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3591
3592         * wl-vars.el (wl-forward-subject-prefix): New variable.
3593         * wl-draft.el (wl-draft-forward): Use it.
3594
3595 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3596
3597         * wl-message.el (wl-message-prev-page): When it is called without
3598         lines argument, scroll down by wl-message-scroll-amount lines.
3599         (wl-message-next-page): Ditto.
3600         * wl-vars.el (wl-message-scroll-amount): Change default value
3601         to preserve current behavior.
3602
3603 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3604
3605         * wl-summary.el (wl-summary-prefetch-msg): Bind
3606         `wl-message-entity' to call `wl-summary-from-function'.
3607
3608 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3609
3610         * wl-message.el (wl-message-buffer-create): Run
3611         wl-message-buffer-created-hook.
3612
3613 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-summary.el (wl-summary-sort-specs): New variable.
3616         (wl-summary-default-sort-spec): Ditto.
3617         (wl-summary-sort): Rewrite.
3618         (wl-summary-sort-by-list-info): New function.
3619
3620 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3621
3622         * wl-summary.el (wl-summary-get-list-info): New function.
3623         (wl-summary-sort): Rewrite.
3624         (wl-summary-line-list-info): Ditto.
3625         (wl-summary-line-list-count): Ditto.
3626         (wl-summary-refile-region): Fixed docstring.
3627
3628 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3631         `wl-folder-entity-hashtb' as completion table.
3632
3633 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3636         only when this command is called interactively; silence the byte-
3637         compiler.
3638
3639 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3640
3641         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3642         active in XEmacs.
3643
3644 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3645
3646         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3647         plural lines.
3648
3649 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3650
3651         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3652         of current line when the cursor is on the header name.
3653         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3654
3655 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3656
3657         * wl-util.el (wl-read-directory-name): Return displayed directory
3658         as the default value also on XEmacs.
3659
3660 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3663         formatting.
3664
3665 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3668         argument and when it is non-nil, check face property before
3669         highlighting for each line.
3670         (wl-highlight-summary-window): Set it.
3671
3672 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3673
3674         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3675         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3676
3677         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3678         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3679         (wl-draft-get-fcc-list): Likewise.
3680
3681 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3682
3683         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3684         (wl-thread-entity-cur): Ditto.
3685         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3686         wl-thread-indent-regexp setting.
3687         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3688
3689         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3690         wl-summary-lazy-highlight.
3691         (wl-summary-display-bottom): Ditto.
3692
3693         * wl-thread.el (wl-thread-open-close): Likewise.
3694
3695         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3696         from and subject;
3697         Bind wl-draft-use-frame;
3698         Enclose with save-window-excursion;
3699         Use wl-draft-create-buffer instead of with-temp-buffer;
3700         Use wl-draft-prepare-edit;
3701         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3702         Use wl-draft-send instead of wl-draft-raw-send.
3703
3704 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3705
3706         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3707         of using wl-from.
3708
3709 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3712         insert-buffer instead of clone-buffer.
3713         (wl-draft-doing-mime-bcc): New variable.
3714         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3715         infinite loop.
3716         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3717
3718         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3719         (wl-draft-mime-bcc-body): Ditto.
3720
3721         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3722         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3723         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3724         wl-draft-do-mime-bcc.
3725         (wl-draft-mime-bcc-field): New function.
3726         (wl-draft-do-mime-bcc): Ditto.
3727
3728         * wl-address.el (wl-address-complete-header-list): New variable.
3729         (wl-address-complete-header-regexp): Changed default value.
3730
3731         * Version number is increased to 2.9.13.
3732
3733 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3734
3735         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3736         it is differed.
3737
3738 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3739
3740         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3741         (wl-summary-line-list-count): Ditto.
3742
3743 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3744
3745         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3746         (wl-nntp-posting-function): New variable.
3747         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3748         `wl-nntp-posting-config-alist'.
3749
3750 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3751
3752         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3753         FLIM.
3754
3755 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3756
3757         * wl-summary.el (wl-summary-target-mark-refile-sub):
3758         Remove a nuisance funcall.
3759
3760 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3763         as t for `try-completion'.
3764
3765 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3766
3767         * wl-summary.el (wl-summary-default-from): Use
3768         wl-address-header-extract-address instead of
3769         std11-extract-address-components.
3770         (wl-summary-simple-from): Ditto.
3771         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3772         (wl-summary-insert-headers): Show message.
3773         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3774         for whole line.
3775         (wl-summary-default-from): Revert last change.
3776         (wl-summary-simple-from): Ditto.
3777         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3778         (wl-summary-mark-as-read-region): Follow the change above.
3779         (wl-summary-sync-marks): Ditto.
3780         (wl-summary-target-mark-mark-as-read): Ditto.
3781         (wl-summary-redisplay-internal): Ditto.
3782         (wl-summary-redisplay-no-mime-internal): Ditto.
3783         (wl-summary-redisplay-all-header): Ditto.
3784         (wl-summary-mark-as-read): Removed argument `cached';
3785         Use current cache status to set cache mark.
3786         (wl-summary-redisplay-internal): Follow the change above.
3787         (wl-summary-redisplay-no-mime-internal): Ditto.
3788         (wl-summary-redisplay-all-header): Ditto.
3789
3790         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3791
3792         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3793         Don't call itself recursively (Adviced by Yamaoka-san).
3794
3795 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3796
3797         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3798         bind wl-summary-highlight as nil to avoid error caused by missing
3799         local variables.
3800
3801 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3802
3803         * wl-vars.el (wl-invalid-character-message): New user option.
3804
3805         * wl-util.el (wl-set-string-width): If truncated string-width is
3806         larger than specified width, use `wl-invalid-character-message'.
3807
3808 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3809
3810         * wl-summary.el (wl-summary-prefetch-msg): 
3811         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3812
3813 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3814
3815         * wl-vars.el (wl-summary-check-line-format): New user option.
3816         (wl-summary-line-format-file): Ditto.
3817
3818         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3819         variable.
3820         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3821         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3822         and `wl-summary-view-old-p' to check whether do a rescan or not.
3823         (wl-summary-view-old-p): New function.
3824         (wl-summary-line-format-changed-p): Ditto.
3825         (wl-summary-line-format-save): Ditto.
3826         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3827
3828         * wl-util.el (wl-set-string-width): Avoid using negative number
3829         for make-string.
3830
3831 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3832
3833         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3834         return value.
3835
3836         * wl-util.el (wl-set-string-width): Added optional argument
3837         `padding' (All other related portions are changed).
3838         (wl-line-parse-format): If the first letter of column number is
3839         `0', zero-padding the result (ex: "%05l").
3840
3841         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3842
3843 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3844
3845         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3846         sequential summary view.
3847
3848 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3851         if it doesn't have a -unix version.
3852
3853 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3854
3855         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3856
3857 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3860         content.
3861         (wl-draft): Follow the change above.
3862
3863         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3864
3865         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3866         and wl-folder-summary-line-format-alist contain %T and %P.
3867
3868         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3869         (wl-summary-mode-line-format): New user option.
3870         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3871         (wl-summary-line-format): Changed default value.
3872         (wl-summary-lazy-highlight): Changed default value.
3873
3874         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3875         change in wl-summary-create-line.
3876         (wl-thread-insert-entity-sub): Ditto.
3877
3878         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3879         (wl-summary-buffer-unread-status): Ditto.
3880         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3881         (wl-summary-buffer-persistent-mark-column): Ditto.
3882         (wl-summary-buffer-mode-line-formatter): Ditto.
3883         (wl-summary-buffer-mode-line): Ditto.
3884         (wl-summary-message-regexp): Abolished.
3885         (All other related portions are changed.)
3886         (wl-summary-detect-mark-position): New function.
3887         (wl-summary-buffer-set-folder): Setup
3888         wl-summary-buffer-mode-line-formatter.
3889         (wl-summary-mode): Setup selective-display;
3890         Setup pre-idle-hook when xemacs.
3891         (wl-summary-update-modeline): Rewrite.
3892         (wl-summary-jump-to-msg): Define as function;
3893         Changed regexp for searching messages.
3894         (wl-summary-message-number): Rewrite.
3895         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3896         Do rescan when old type summary cache.
3897         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3898         (wl-summary-remove-destination): Use '\r' to detect EOL.
3899         (wl-summary-print-destination): Ditto.
3900         (wl-summary-temp-mark): New inline function.
3901         (wl-summary-persistent-mark): Ditto.
3902         (wl-summary-line-number): New function.
3903         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3904         (wl-summary-line-list-count): New function.
3905         (wl-summary-create-line): Added argument persistent-mark.
3906         (All other related portions are changed)
3907         (wl-summary-create-line): Insert '\r'.
3908         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3909         (wl-summary-cursor-move-surface): New inline function.
3910         (wl-summary-prev): Use it.
3911         (wl-summary-next): Ditto.
3912
3913         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3914         wl-summary-message-regexp.
3915         (wl-highlight-summary): Delete progress message.
3916         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3917
3918         * Version number is increased to 2.9.12.
3919
3920 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3921
3922         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3923         variable (nil: no minimum).
3924         (wl-summary-line-subject): Add some spaces after subject by
3925         wl-summary-line-subject-minimum-length.
3926
3927 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3928
3929         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3930         and removed `F'.
3931         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3932         change above).
3933
3934 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3935
3936         * wl-summary.el (wl-summary-line-list-count): Reverted.
3937         (example setting in samples/*/dot.wl is also updated)
3938
3939 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3940
3941         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3942
3943         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3944
3945         * wl-vars.el (wl-summary-line-format): Addes some description to the
3946         docstring.
3947
3948         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3949         (wl-summary-line-close-bracket): Ditto.
3950         (wl-summary-line-children-number): Ditto.
3951         (wl-summary-line-thread-indent): Ditto.
3952         (wl-summary-line-children-and-from): Ditto.
3953
3954         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3955         't', 'c', 'F' and added 'C'.
3956
3957         * wl-util.el (wl-set-string-width): Accept negative value.
3958         (wl-line-parse-format): Added "%number(" and "%)".
3959
3960 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3961
3962         * wl-summary.el (wl-summary-line-list-count): Change format of the
3963         return value.
3964
3965 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3966
3967         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3968         from the recent message.el.
3969         (wl-draft-point-in-header-p): Ditto.
3970         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3971         wl-draft-beginning-of-line.
3972         * wl-e21.el (wl-draft-mode-map): Ditto.
3973         * wl-xmas.el (wl-draft-mode-map): Ditto.
3974
3975         * wl-folder.el: Sort macrodefs by dependencies.
3976
3977 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3978
3979         * wl-summary.el (wl-summary-prev): Fixed regexp.
3980         (wl-summary-next): Ditto.
3981
3982 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3985
3986 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3987
3988         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3989         for backward compatibility.
3990
3991 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3992
3993         * wl-summary.el (wl-summary-line-list-count): New function, merged
3994         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3995         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3996         list counts.
3997
3998 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3999
4000         * wl-summary.el (wl-summary-create-line): Ignore errors while
4001         timezone-fix-time.
4002
4003         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4004
4005         * wl-summary.el (wl-summary-sync-update): Ditto.
4006         (wl-summary-default-from): Use wl-message-entity
4007         instead of entity.
4008
4009         * wl-summary.el (wl-summary-create-line): Fix.
4010
4011         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4012         (wl-summary-line-format): New user option.
4013         (wl-folder-summary-line-format-alist): Ditto.
4014         (wl-summary-from-width): Abolished.
4015
4016         * wl-util.el (toplevel): Require 'bytecomp.
4017         (wl-line-parse-format): New function.
4018         (wl-line-formatter-setup): New macro.
4019
4020         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4021         (wl-summary-buffer-line-formatter): New buffer local variable.
4022         (wl-summary-switch-to-clone-buffer): Follow the change above.
4023         (wl-summary-message-regexp): Fix.
4024         (wl-summary-from-func-internal): Abolished.
4025         (wl-summary-subject-func-internal): Ditto.
4026         (wl-summary-subject-filter-func-internal): Ditto.
4027         (All other related portions are changed.)
4028         (wl-summary-buffer-set-folder):
4029         Set up wl-summary-buffer-number-column and 
4030         wl-summary-buffer-line-formatter
4031         (All other related portions are changed.)
4032         (wl-summary-buffer-number-column-detect): Abolished.
4033         (All other related portions are changed.)
4034         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4035         (wl-summary-delete-all-temp-marks-on-buffer): Use
4036         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4037         (wl-summary-target-mark-delete): Ditto.
4038         (wl-summary-target-mark-refile-subr): Ditto.
4039         (wl-summary-target-mark-mark-as-read): Ditto.
4040         (wl-summary-target-mark-mark-as-unread): Ditto.
4041         (wl-summary-target-mark-mark-as-important): Ditto.
4042         (wl-summary-target-mark-save): Ditto.
4043         (wl-summary-replace-status-marks): Renamed from
4044         wl-summary-set-status-marks-on-buffer;
4045         Use wl-summary-message-regexp instead of
4046         wl-summary-buffer-number-regexp.
4047         (wl-summary-sync-update): Follow the change above.
4048         (wl-summary-goto-previous-message-beginning): New function.
4049         (wl-summary-mark-as-unread): Use it.
4050         (wl-summary-mark-as-important): Ditto.
4051         (wl-summary-line-formatter): New variable.
4052         (wl-summary-line-year): New function.
4053         (wl-summary-line-day): Ditto.
4054         (wl-summary-line-day-of-week): Ditto.
4055         (wl-summary-line-hour): Ditto.
4056         (wl-summary-line-minute): Ditto.
4057         (wl-summary-line-open-bracket): Ditto.
4058         (wl-summary-line-close-bracket): Ditto.
4059         (wl-summary-line-children-number): Ditto.
4060         (wl-summary-line-thread-indent): Ditto.
4061         (wl-summary-line-size): Ditto.
4062         (wl-summary-line-subject): Ditto.
4063         (wl-summary-line-from): Ditto.
4064         (wl-summary-line-children-and-from): Ditto.
4065         (wl-summary-create-line): Rewritten.
4066         (wl-summary-format-date): Abolished.
4067
4068         * wl-highlight.el (wl-highlight-summary-current-line): Use
4069         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4070         Use thread structure to detect thread top message.
4071
4072         * wl-draft.el (wl-default-draft-cite): Don't use
4073         wl-summary-from-func-internal.
4074
4075         * wl-refile.el (wl-refile-subject-learn): Don't use
4076         wl-summary-subject-filter-func-internal.
4077         (wl-refile-guess-by-subject): Ditto.
4078
4079         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4080         parameters.
4081
4082         * wl-thread.el (wl-thread-update-indent-string-region):
4083         Use wl-thread-update-line-on-buffer instead of
4084         wl-thread-update-indent-string.
4085         (wl-thread-update-children-number): Redefine using
4086         wl-thread-update-line-on-buffer.
4087         (wl-thread-update-indent-string): Abolished.
4088
4089         * Version number is increased to 2.9.11.
4090
4091 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4092
4093         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4094         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4095         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4096
4097         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4098         as nil.
4099
4100         * wl-thread.el (wl-thread-open-all-unread): Use 
4101         elmo-folder-list-messages-mark-match.
4102         (wl-thread-insert-message): Removed argument `mark-alist'.
4103         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4104         elmo-msgdb-set-mark.
4105         (wl-thread-get-children-msgs-uncached): Likewise.
4106         (wl-thread-get-exist-children): Added argument include-self.
4107         (wl-thread-delete-message): Follow the change above.
4108
4109         * wl-summary.el (wl-summary-count-unread): Removed argument.
4110         (wl-summary-rescan): Follow the change above.
4111         (wl-summary-mark-as-read-region): Ditto
4112         (wl-summary-mark-as-unread-region): Ditto.
4113         (wl-summary-delete-messages-on-buffer): Ditto.
4114         (wl-summary-sync-update): Ditto.
4115         (wl-summary-switch-to-clone-buffer): Ditto.
4116         (wl-summary-goto-folder-subr): Ditto.
4117         (wl-summary-target-mark-mark-as-read): Ditto.
4118         (wl-summary-target-mark-mark-as-unread): Ditto.
4119         (wl-summary-target-mark-mark-as-important): Ditto.
4120         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4121         (wl-summary-update-thread): Removed argument `mark-alist'.
4122         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4123         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4124         (wl-summary-resume-cache-status): Likewise.
4125         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4126         elmo-msgdb-set-mark.
4127         (wl-summary-mark-as-read-all): Likewise.
4128         (wl-summary-delete-cache): Ditto.
4129         (wl-summary-auto-select-msg-p): Ditto.
4130         (wl-summary-mark-as-unread): Ditto.
4131         (wl-summary-no-auto-refile-message-p): Ditto.
4132         (wl-summary-mark-as-read): Ditto.
4133         (wl-summary-mark-as-important): Ditto.
4134         (wl-summary-auto-refile): Follow the change above.
4135         (wl-summary-delete-all-marks): Removed.
4136         (wl-summary-resume-marks-and-highlight): Ditto.
4137         (wl-summary-resume-marks): Ditto.
4138         (wl-summary-delete-important-msgs-from-list): Ditto.
4139         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4140
4141         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4142         wl-summary-count-unread.
4143
4144         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4145         (wl-summary-score-update-all-lines): Use
4146         elmo-msgdb-set-mark.
4147
4148 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4149
4150         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4151         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4152         (wl-summary-create-line): Renamed from
4153         wl-summary-overview-create-summary-line;
4154         Argument rearrangement.
4155         (wl-summary-update-thread): Follow the change above.
4156
4157         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4158         (wl-thread-insert-entity-sub): Likewise.
4159
4160         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4161         argument `overview', `mark-alist' and added `msgdb'.
4162
4163         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4164
4165         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4166         (wl-summary-rescan): Follow the change above.
4167         (wl-summary-sync-update): Ditto.
4168         (wl-summary-insert-thread-entity): Ditto;
4169         Don't use `let*' in every while loop;
4170         Detect infinite loop of threads.
4171         (wl-summary-update-thread): Removed argument `overview'.
4172
4173         * wl-thread.el (wl-thread-insert-message): Ditto.
4174
4175         * Version number is increased to 2.9.10.
4176
4177         * wl-message.el (wl-message-redisplay): Ignore errors while
4178         wl-message-redisplay-hook.
4179
4180 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4181
4182         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4183
4184 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4185
4186         * wl.el (wl): inhibit-quit while wl-folder.
4187
4188 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4189
4190         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4191         while msgdb access.
4192
4193 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4194
4195         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4196         even if no folder is not created.
4197
4198 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4199
4200         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4201
4202         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4203         implementation.
4204         (wl-summary-target-mark-thread): Ditto.
4205
4206         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4207
4208 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4209
4210         * wl-util.el (wl-display-bytes): Remove unused function.
4211
4212 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4213
4214         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4215         seems critical one (partially reverse the change in 2002/03/17).
4216
4217 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4218
4219         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4220         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4221
4222 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4223
4224         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4225         is not writable.
4226         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4227         plugged status instead of `'force' as 2nd argument.
4228
4229         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4230         is not creatable.
4231
4232         * Version number is increased to 2.9.9.
4233
4234 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4235
4236         * wl-summary.el (wl-summary-suspend): New function.
4237
4238 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4239
4240         * wl.el (wl): Do not check variables if check is nil.
4241         * wl-utils.el (wl-collect-draft): New function.
4242         * wl-folder.el (wl-folder-suspend): Put summary buffers
4243         and draft buffers at the end of buffer list.
4244         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4245
4246 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4247
4248         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4249         loop instead of recursive call.
4250
4251         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4252         2nd argument.
4253
4254 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4255
4256         * wl-draft.el (wl-draft-create-contents): Don't take neither
4257         (function . args) nor (string . something) any more.
4258
4259         * wl-version.el (wl-generate-user-agent-string): Return string
4260         without header symbol.
4261         * wl-draft.el (wl-draft-default-headers): Use it.
4262
4263         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4264         `wl-draft-insert-ccs' and return field value instead of inserting
4265         the header. Abolish cc argument.
4266         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4267
4268         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4269         rather than one with string car.
4270
4271         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4272         * wl-draft.el (wl-draft-create-contents): Add it after the default
4273         headers.
4274
4275         * wl-draft.el (wl-draft-create-contents): For the case of
4276         (symbol-or-string . function) insert header only when the function
4277         returns string value.
4278
4279 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4280
4281         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4282         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4283
4284 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4285
4286         * wl.el (wl-check-environment): Don't check Message-ID when
4287         `wl-insert-message-id' is nil.
4288         Revive checking if `wl-message-id-domain' contains "@".
4289
4290 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl.el (wl-check-environment): Merge examination for "@" at
4293         inappropriate position into the first string-match.
4294
4295         * wl-summary.el (wl-summary-target-mark-print): New function.
4296         (wl-summary-pipe-message-subr): Extracted from
4297         `wl-summary-pipe-message'.
4298         (wl-summary-target-mark-pipe): New function.
4299         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4300         `wl-summary-target-mark-pipe'.
4301
4302 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4303
4304         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4305
4306 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl.el (wl-check-environment): Use elmo-warning instead of
4309         error for non-critical ones.
4310         Remove trash folder check.
4311         (wl): Don't ignore error in wl-check-environment.
4312
4313         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4314         check, which is moved from `wl-check-environment'.
4315         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4316
4317 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4320         guess anything, call wl-summary-write.
4321         (wl-summary-write): Create draft with blank To field.
4322         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4323
4324 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4325
4326         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4327         argument full as well for wl-folder-write-current-folder.
4328         If wl-*-write-current-folder cannot guess addressee, add blank
4329         To header.
4330         Rewrite condition for positioning cursor.
4331
4332 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4333
4334         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4335         summary buffer is present, use it.
4336         (wl-folder-jump-to-previous-summary): Ditto.
4337
4338 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4339
4340         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4341
4342         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4343         wl-summary-previous-buffer and wl-summary-next-buffer.
4344
4345         * wl-folder.el (wl-folder-mode-map): Bind
4346         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4347         (wl-folder-jump-to-next-summary): New function.
4348         (wl-folder-jump-to-previous-summary): Ditto.
4349
4350         * wl-draft.el (wl-draft): Rearranged.
4351
4352 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4353
4354         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4355         of header.
4356         (wl-draft): Collect arguments for the header as header-alist.
4357         (wl-draft-forward): Arrange arguments for wl-draft.
4358         (wl-draft-reply): Ditto.
4359         (wl-draft-edit-string): Ditto.
4360         * wl-summary.el (wl-summary-write): Ditto.
4361         (wl-summary-write-current-folder): Ditto.
4362
4363         * Version number is increased to 2.9.8.
4364
4365 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4366
4367         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4368
4369         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4370
4371         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4372         even if the guess failed.
4373
4374         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4375         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4376         wl-summary-write-current-folder.
4377         * wl-xmas.el: Ditto.
4378
4379 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4380
4381         * wl-summary.el (wl-summary-next-page): Force display message if
4382         message is not displayed yet.
4383         (wl-summary-prev-page): Ditto.
4384
4385 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4386
4387         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4388
4389 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4392         add "Preview Message" and "Save Draft and Exit".
4393
4394 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4397         if addrmgr is called from draft in splitted window.
4398
4399         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4400         * wl-mule.el: Ditto.
4401         * wl-xmas.el: Ditto.
4402
4403 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4404
4405         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4406
4407         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4408         * wl-xmas.el (wl-folder-toolbar): Ditto.
4409
4410 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4413         and wl-draft-save-and-exit.
4414         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4415         * wl-xmas.el: Ditto.
4416         * wl-mule.el: Ditto.
4417
4418         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4419         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4420
4421 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4422
4423         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4424         lists for saving buffer.
4425
4426 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4427
4428         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4429         parent-folder argument instead of it.
4430         (wl-draft-create-buffer): Ditto.
4431         (wl-draft-forward): Ditto.
4432         (wl-draft-reply): Ditto.
4433         * wl-summary.el (wl-summary-write): Ditto.
4434         (wl-summary-write-current-folder): Ditto.
4435
4436         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4437         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4438         Folder buffer after composing.
4439
4440 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4443         header if the file `wl-x-face-file' already contains it.
4444
4445 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4446
4447         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4448         folder" entry.
4449         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4450         * wl-e21.el (wl-folder-toolbar): Ditto.
4451         * wl-xmas.el (wl-folder-toolbar): Ditto.
4452
4453 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4456         wl-folder-goto-folder with sticky argument.
4457         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4458
4459 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4460
4461         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4462         and wl-summary-previous-buffer.
4463         (wl-summary-next-buffer): New function.
4464         (wl-summary-previous-buffer): Ditto.
4465
4466 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4469         wl-folder-jump-to-current-entity-with-arg.
4470         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4471         `wl-folder-jump-to-current-entity'.
4472         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4473         `wl-summary-goto-folder-sticky'.
4474         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4475         `wl-summary-goto-folder'.
4476         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4477         Unless force-exit, do not clean temp. marks for sticky summary.
4478         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4479
4480 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4481
4482         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4483         not entire.
4484
4485 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4486
4487         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4488         to `C-x C-s'.
4489         (wl-summary-save-status): New command.
4490         (wl-summary-exit): Don't clean-up temp marks when sticky.
4491         (Applied patch from Nakayama-san [wl: 09548])
4492         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4493         Do nothing when no mark data.
4494         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4495         Call `wl-summary-delete-all-temp-marks' before saving.
4496
4497 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4498
4499         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4500
4501 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4502
4503         * wl.el (wl-check-environment): Also cause error when (system-name)
4504         returns "localhost.localdomain". (Although it doesn't affect because
4505         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4506
4507 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4510         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4511
4512         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4513         value.
4514
4515 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4516
4517         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4518         Likewise r-cc-list and r-ng-list.
4519
4520 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4521
4522         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4523         only if it is bound as variable.
4524
4525         * wl-mime.el (wl-draft-preview-message): Ditto.
4526
4527 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4530         needless `goto-char'.
4531
4532         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4533         `wl-summary-redisplay-no-mime-internal' instead of
4534         `wl-summary-redisplay-no-mime'.
4535         (wl-summary-redisplay-no-mime): Changed argument;
4536         Call `wl-summary-redisplay-no-mime-internal'.
4537
4538         * wl-mime.el (wl-draft-preview-message): Bind
4539         `mime-header-encode-method-alist' locally.
4540
4541         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4542         (wl-draft-std11-parse-addresses): Added the first address check.
4543         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4544
4545         * Version number is increased to 2.9.7.
4546
4547 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4548
4549         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4550
4551 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4552
4553         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4554         related to scrollbar support, if there is no such a feature
4555         compiled in.
4556
4557 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4558
4559         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4560         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4561         for prefetch.
4562
4563 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4564
4565         * wl-summary.el (wl-summary-pick): Fix for no match.
4566
4567 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4568
4569         * wl-draft.el (wl-draft-save):
4570         Override `mime-header-encode-method-alist'.
4571
4572 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4573
4574         * wl-folder.el (wl-folder-pick): New function.
4575         Define key as "?".
4576
4577 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4580         Fix for unplugged.
4581
4582 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl-folder.el (wl-folder-virtual): New function.
4585         Define key as "V".
4586
4587 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4588
4589         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4590         multi folder if entity is group.
4591
4592 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4593
4594         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4595         is nil.
4596
4597 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4598
4599         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4600         (wl-summary-target-mark-msgs): Return the number of marked messages.
4601
4602 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4603
4604         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4605         "first:" is specified.
4606
4607 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-vars.el (wl-from): Use return value of function
4610         user-full-name instead of the variable user-full-name since
4611         XEmacs-20.4 doesn't set this variable.
4612
4613 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4616         call `wl' directly.
4617
4618 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4619
4620         * wl-draft.el (wl-draft-reedit): Removed duplicated
4621         switch-to-buffers.
4622
4623 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * wl.el (wl-other-frame): Removed garbages.
4626
4627 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4628
4629         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4630
4631         * wl-xmas.el (wl-draft-key-setup): Ditto.
4632
4633         * wl-mule.el (wl-draft-key-setup): Ditto.
4634
4635         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4636         (wl-draft-reedit): Ditto.
4637         (wl-draft-prepare-edit): Add `wl-draft-save' to
4638         `local-write-file-hooks'.
4639         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4640         (wl-draft-reedit): Set buffer-file-name.
4641         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4642
4643
4644         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4645         call it.
4646         (wl-delete-startup-frame-function): New variable.
4647         (wl-other-frame): New function
4648         (Original was written by Yamaoka san [wl: 09239]).
4649
4650         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4651         if `wl-folder-use-frame'.
4652
4653 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4654
4655         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4656
4657 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4660         New variable.
4661         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4662         (wl-message-buffer-prefetch-get-next): Use them.
4663         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4664
4665 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4666
4667         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4668         with unwind-protect.
4669
4670         * wl-draft.el (wl-draft-reedit): Rewrite.
4671         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4672         (wl-draft-save): Insert header separator if it does not exist;
4673         Removed condition-case.
4674
4675         * wl-summary.el (wl-summary-reedit): Revert last change.
4676
4677         * wl-draft.el (wl-draft-save): Rewrite.
4678         (wl-draft-create-buffer): Set buffer-file-name as nil.
4679
4680         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4681
4682         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4683
4684         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4685         nil.
4686
4687 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4688
4689         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4690         If count is nil, do not prefetch.
4691         (wl-message-buffer-prefetch-next): Next.
4692
4693 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4694
4695         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4696
4697 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4698
4699         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4700         `delete-backward-char'
4701         (wl-draft-prepare-edit): Check major-mode.
4702         (wl-draft-decode-header): Rewrite.
4703         (wl-draft): Fix.
4704
4705 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4706
4707         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4708
4709 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4712         (wl-message-buffer-prefetch-get-next): Remove size checking.
4713         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4714
4715 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4716
4717         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4718         (wl-draft-default-headers): Fix.
4719
4720 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-draft.el (wl-draft-default-headers): Insert return value of
4723         `wl-generate-mailer-string-function'.
4724
4725 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4728         (wl-draft-insert-mail-header-separator): Ditto.
4729
4730         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4731         again (Reverted the change on 2002-01-17 by OKADA san).
4732
4733 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4734
4735         * wl-draft.el (wl-draft): Rewrite.
4736         (wl-draft-create-buffer): New function.
4737         (wl-draft-create-contents): Ditto.
4738         (wl-draft-prepare-edit): Ditto.
4739         (wl-draft-decode-header): Ditto.
4740         (wl-draft-decode-body): Ditto.
4741         (wl-draft-check-new-line): Ditto.
4742         (wl-draft-default-headers): Ditto.
4743         (wl-draft-insert-mail-header-separator): Ditto.
4744
4745 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4746
4747         * Version number is increased to 2.9.6.
4748
4749 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4750
4751         * wl-draft.el (wl-draft-delete-field): Optional argument.
4752         (wl-draft-delete-fields): Ditto.
4753
4754 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4755
4756         * wl-message.el (toplevel): Eliminated byte-compile warning.
4757         for `itimer-function', `delete-timer' and `itimer-list'.
4758
4759 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4760
4761         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4762         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4763         `wl-message-buffer-prefetch-threshold'.
4764         * wl-summary.el (wl-summary-redisplay-internal): Remove
4765         the check of `wl-message-buffer-prefetch-depth'.
4766
4767 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4768
4769         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4770         size of article.
4771         (wl-message-buffer-prefetch-subr): Remove size check.
4772
4773 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-vars.el (wl-plugged): Make customizable.
4776
4777 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4778
4779         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4780         (wl-message-buffer-prefetch-set-timer): New function.
4781         (wl-message-buffer-prefetch-get-next): New function.
4782         (wl-message-buffer-prefetch): New function.
4783         (wl-message-buffer-prefetch-next): Rewrite.
4784         (wl-message-buffer-prefetch-subr): Rewrite.
4785         * wl-vars.el (wl-auto-prefetch-first): New variable.
4786         * wl-summary.el (wl-summary-goto-folder-subr): Call
4787         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4788
4789 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4790
4791         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4792         `wl-summary-unread-message-hook'.
4793
4794 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4795
4796         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4797         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4798         if range is `cache-status'.
4799
4800 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4801
4802         * wl-message.el (wl-message-buffer-prefetch-subr):
4803         Improve debug message.
4804
4805 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4806
4807         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4808         `wl-mail-send-pre-hook'.
4809         (wl-draft-send-mail-with-qmail): Ditto.
4810         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4811
4812 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4813
4814         * wl-message.el (wl-message-buffer-prefetch-subr):
4815         Fix for cancel-function-timers bug.
4816         (wl-message-buffer-prefetch-debug): Default value is t.
4817
4818 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4819
4820         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4821         (wl-message-buffer-prefetch-subr): Rewrite.
4822         Rename from `wl-message-buffer-prefetch'.
4823
4824 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4825
4826         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4827         (wl-default-draft-cite-decorate-author): Ditto.
4828
4829         * wl-draft.el (wl-draft-cite-function): Removed.
4830         (wl-default-draft-cite-decorate-author): Ditto.
4831
4832 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4835         (wl-default-draft-cite): Do not arrange author name if the value of
4836         `wl-default-draft-cite-decorate-author' is nil.
4837
4838 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4839
4840         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4841
4842         * wl-folder.el (wl-folder-check-one-entity): Don't care
4843         `elmo-folder-use-flag-p'.
4844
4845 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4846
4847         * wl-folder (wl-folder-check-one-entity): Fix
4848         problem if unread is nil.
4849
4850 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * wl-address.el (wl-address-make-completion-list): Check whether
4853         the address is a group list.
4854         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4855
4856 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4857
4858         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4859         The number of the messages of new and unread does not count
4860         correctly.
4861
4862         * wl-summary.el (wl-summary-count-unread): Changed to return
4863         `(new . unread)' instead of total.
4864         (wl-summary-sync-update): Follow the change above.
4865
4866         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4867
4868 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4869
4870         * wl-address.el (wl-address-make-completion-list): Do not enclose
4871         address by " <" and ">" if associated realname is "".
4872         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4873         This is against the promblem with group list in .addresses pointed
4874         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4875
4876 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4879         message is a format control string.
4880         * wl-expire.el (wl-expire-append-log): Ditto.
4881         * wl-mime.el (wl-summary-burst-subr): Ditto.
4882         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4883         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4884
4885 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4886
4887         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4888         wl.el (wl-check-variables): Rename from `wl-check-type'.
4889         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4890         (wl-check-variables-2): New function.
4891         (wl): Call `wl-check-variables-2'.
4892
4893 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4894
4895         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4896         after renaming folder in access group.
4897
4898 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4899
4900         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4901         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4902         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4903         (wl-message-buffer-prefetch): Rewrite.
4904         (wl-message-buffer-prefetch-idle-time): Removed.
4905         * wl-summary.el (wl-summary-redisplay-internal):
4906         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4907         Error check for `wl-message-buffer-prefetch-depht'.
4908
4909 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4910
4911         * Version number is increased to 2.9.5.
4912         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4913
4914 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4915
4916         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4917         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4918         Based on the patch written by
4919         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4920
4921 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4922
4923         * wl-draft.el (wl-draft-raw-send): Fix for
4924         `wl-news-send-pre-hook'
4925
4926 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-utils.el (wl-message-id-function): New variable.
4929         * wl-draft.el (wl-draft-insert-required-fields):
4930         Use `wl-message-id-function'.
4931
4932 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4933
4934         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4935         * wl-utils.el (wl-draft-make-message-id-string):
4936         Use `wl-from' for domain part of Message-ID
4937         if `wl-message-id-use-wl-from' if non-nil.
4938         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4939
4940 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4941
4942         * wl.el (wl): Call `wl-check-type'
4943         Do not 'condition-case'.
4944
4945 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4946
4947         * wl.el (wl-check-type): New function.
4948         (wl-check-type-variables): New variable.
4949
4950 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4951
4952         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4953
4954 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4955
4956         * wl-draft.el (wl-smtp-password-key): New function.
4957         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4958         (wl-draft-send-mail-with-smtp): Ditto.
4959         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4960
4961 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4962
4963         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4964         * wl-utils.el (wl-unique-id-suffix): Remove.
4965
4966 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4967
4968         * Version number is increased to 2.9.4.
4969
4970 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4971
4972         * wl-utils.el (wl-unique-id-suffix): New variable.
4973         (wl-unique-id): Use `wl-unique-id-suffix'
4974
4975 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4976
4977         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4978         instead of `elmo-msgdb-search'.
4979
4980         * Version number is increased to 2.9.3.
4981
4982 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4983
4984         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4985
4986 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4987
4988         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4989         (wl-draft-dispatch-message): Changed for send-later.
4990         (wl-draft-queue-flush): Ditto.
4991         (wl-draft): Clear `wl-sent-message-queued'.
4992         (wl-draft-reedit): Ditto.
4993         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4994         * wl-vars.el (wl-draft-force-queuing): New variable.
4995         (wl-draft-force-queuing-mail): New variable.
4996         (wl-draft-force-queuing-news): New variable.
4997
4998 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5001         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5002
5003 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5004
5005         * Version number is increased to 2.9.2.
5006
5007 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * wl-draft.el (wl-draft-elide-region): New user command.
5010         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5011
5012         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5013         command `wl-draft-elide-region'.
5014         * wl-mule.el: Ditto.
5015         * wl-xmas.el: Ditto.
5016
5017 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5018
5019         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5020         (wl-biff-check-folder-async): Removed needless let.
5021
5022 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5025         wl-folder-get-elmo-folder.
5026         (wl-biff-check-folder): Set `biff' argument of
5027         `wl-folder-check-one-entity'.
5028         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5029
5030         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5031         (wl-folder-check-one-entity): Added `biff' argument;
5032         Setup `biff' slot of folder.
5033
5034         * Version number is increased to 2.9.1.
5035
5036 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5039         comment out and fixed.
5040         (wl-fldmgr-add-completion-subr): Ditto.
5041
5042         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5043         and msgdb.
5044
5045         * wl.el (wl-toggle-plugged): Save summary view.
5046
5047 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5048
5049         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5050
5051 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5052
5053         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5054
5055 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5058         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5059         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5060
5061         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5062         if it was failed.
5063         (wl-demo): Disable undo in the demo buffer.
5064
5065 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-version.el (wl-version): Changed codename.
5068
5069         * Version number is increased to 2.9.0.
5070
5071 2001-12-14  Takuo KITAME <kitame@northeye.org>
5072
5073         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5074         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5075         (wl-folder-mark-as-read-all-current-entity): Ditto.
5076
5077 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-vars.el (wl-from-width): Define as obsolete variable.
5080         (wl-subject-length-limit): Ditto.
5081
5082         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5083
5084         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5085         wl-summary-save-view.
5086
5087         * wl.el (wl-save-status): Ditto.
5088         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5089
5090         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5091         (wl-summary-exit): Follow the change above.
5092         (wl-summary-goto-folder-subr): Ditto.
5093
5094         * wl-folder.el (wl-folder-create-subr): Don't use
5095         `elmo-folder-creatable-p'.
5096
5097 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5100
5101 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5104         rather than bitmap on Emacs 21.
5105         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5106         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5107         for xbm if the new redisplay engine is not available.
5108
5109 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5110
5111         * wl-folder.el (wl-folder-init-hook): New hook.
5112         (wl-folder-init): Run `wl-folder-init-hook'.
5113
5114 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5117
5118 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5119
5120         * wl-acap.el (wl-acap-cache-filename): New variable.
5121         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5122         (wl-acap-init): Use cache if no ACAP server found.
5123
5124 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5125
5126         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5127         `wl-acap-original-msgdb-dir'.
5128
5129         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5130         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5131
5132         * wl-mime.el (wl-mime-save-directory): Renamed from
5133         `wl-mime-save-dir'.
5134
5135 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5138
5139         * wl-demo.el: Require `path-util'.
5140         (wl-demo-bitmap-mule-available-p): New internal variable.
5141         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5142         `module-installed-p' instead.
5143         (wl-demo-insert-image): Use *.img file for a bitmap image.
5144         (wl-demo): Don't call the ascii demo recursively.
5145
5146 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5147
5148         * Version number is increased to 2.7.7.
5149
5150 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5151
5152         * wl.el (wl-exit): Eliminated byte-compile warning.
5153
5154 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5155
5156         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5157         obsolete variable using `elmo-define-obsolete-variable'.
5158         (wl-fetch-confirm-threshold): Ditto.
5159         (wl-cache-prefetch-folder-type-list): Ditto.
5160         (wl-cache-prefetch-folder-list): Ditto.
5161
5162 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5165         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5166         (wl-demo-insert-image): New function.
5167         (wl-demo-insert-text): New function.
5168         (wl-demo-image-type-alist): Redefine as a function.
5169         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5170         (wl-demo-with-temp-file-buffer): Removed.
5171         (wl-logo-xpm): Removed.
5172         (wl-logo-xbm): Removed.
5173         (wl-logo-bitmap): Removed.
5174
5175 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5176
5177         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5178         (wl-expire-localdir-get-folder-function): New user option.
5179         (wl-expire-localdir-get-folder): New function.
5180         (wl-expire-localdir-date): Ditto.
5181
5182 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5183
5184         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5185         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5186         Fixed unread number mismatch when all-unread < unread.
5187
5188 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5189
5190         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5191         (wl-fetch-confirm-threshold): Ditto.
5192
5193         * wl-summary.el (wl-summary-confirm-appends): Removed.
5194         (wl-summary-sync-update): Don't refer
5195         `wl-summary-update-confirm-threshold' (It is now abolished).
5196
5197         * wl-message.el (wl-message-display-internal): Don't refer
5198         `wl-fetch-confirm-threshold' (It is now abolished).
5199
5200 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5203
5204 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5205
5206         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5207         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5208         Change default value to nil.
5209         (wl-summary-indent-length-limit): The value can be nil, nil means
5210         unlimited.
5211
5212         * wl-summary.el: Don't set limit for indent length if the value of
5213         wl-summary-indent-length-limit is nil.
5214         If the value of wl-summary-width is nil, it means only that the width
5215         of summary is unlimited (nil doesn't mean that the indent length is
5216         unlimited).
5217
5218         * wl-thread.el: Ditto.
5219
5220 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5221
5222         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5223         be nil, nil means never confirm.
5224         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5225
5226 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5229         means unlimited).
5230
5231 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5232
5233         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5234         Use `with-temp-buffer'.
5235
5236 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5239         with new backquote style).
5240         (wl-folder-get-entity-from-buffer): Ditto.
5241
5242 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5243
5244         * wl-version.el (nemacs-version): Eliminated.
5245         (wl-extended-emacs-version2): Ignore nemacs.
5246         (wl-extended-emacs-version3): Ditto.
5247
5248 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5249
5250         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5251         (wl-draft-add-in-reply-to): New variable.
5252         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5253         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5254         (wl-draft-yank-from-mail-reply-buffer): Use
5255         `wl-draft-add-in-reply-to'.
5256         (wl-draft-insert-current-message): Ditto.
5257
5258 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5259
5260         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5261         typo (kill->hide).
5262         (wl-message-buffer-prefetch-folder-type-list): Added elements
5263         `mark' and `cache' instead of `internal'.
5264
5265 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5268         resume msgdb directory.
5269
5270 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl.el (wl-exit): Call `wl-acap-exit'.
5273
5274         * wl-summary.el (wl-summary-message-string): New function.
5275         (wl-summary-reedit): Use it.
5276         (wl-summary-resend-bounced-mail): Remove needless let.
5277         (wl-summary-supersedes-message): Ditto.
5278         (wl-summary-save): Ditto.
5279
5280         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5281         (wl-acap-init): Set it.
5282         (wl-acap-exit): New function.
5283
5284 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5285
5286         * wl.el (wl-init): Revert (require 'mime-setup). move from
5287         toplevel.
5288
5289 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5290
5291         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5292         local variables.  Add error when guess function return invalid
5293         value.
5294
5295 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5296
5297         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5298         Change local variable name.
5299         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5300         (wl-folder-get-newsgroups): Return nil when non-news folder.
5301         * wl-summary.el (wl-summary-write-current-folder): State through
5302         when guess-list return nil.
5303         (wl-summary-write-current-folder-functions): Fixed docstring.
5304
5305         * wl.el (wl-exit): Changed confirm message.
5306
5307         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5308         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5309
5310         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5311
5312 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5313
5314         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5315         user option (Renamed from wl-cache-prefetch-folder-type-list).
5316         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5317         from wl-cache-prefetch-folder-list).
5318
5319         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5320         Move to wl-vars.el.
5321         (wl-message-buffer-prefetch-p): Changed to enable
5322         `wl-message-buffer-prefetch-folder-list'.
5323
5324         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5325         `ignore-cache'.
5326
5327 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5330         `part-top' and `part-bottom'.
5331         (wl-draft-config-sub-part-top): New function.
5332         (wl-draft-config-sub-part-bottom): New function.
5333
5334 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5335
5336         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5337
5338 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5339
5340         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5341
5342 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5345
5346         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5347         (wl-summary-write-current-folder): Ditto.
5348
5349 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5350
5351         * wl-folder.el (wl-folder-get-newsgroups): Use
5352         `elmo-folder-newsgroups'.
5353
5354 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5355
5356         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5357         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5358         `wl-draft-config-sub-header-bottom'.
5359
5360 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5361
5362         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5363         localnews folder.
5364
5365 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5366
5367         * wl-summary.el (wl-summary-mode): Undo last change.
5368
5369         * wl-folder.el (wl-folder-mode): Ditto.
5370
5371 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5372
5373         * wl-summary.el (wl-summary-mode): Locally set
5374         truncate-partial-window-width to nil.
5375         (for XEmacs)
5376
5377         * wl-folder.el (wl-folder-mode): Ditto.
5378
5379 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5382
5383 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5386         number.
5387
5388         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5389
5390         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5391
5392         * Version number is increased to 2.7.6.
5393
5394 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5395
5396         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5397
5398 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-summary.el (wl-summary-sync-update): Enclose network
5401         related portion with `unwind-protect'.
5402
5403 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5404
5405         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5406
5407 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5410         element.
5411         * wl-vars.el (wl-message-body-button-alist): Ditto.
5412
5413         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5414         max match length.
5415         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5416
5417         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5418         for the max match length;
5419         Use 4th element value for the button string regexp group.
5420
5421         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5422         candidate exists, prompt to select.
5423
5424 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5425
5426         * wl-summary.el (wl-summary-jump-to-msg): Search before
5427         calibration point by `beginning-of-line'.
5428
5429 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5430
5431         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5432         for access group.
5433
5434 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-message.el (wl-message-display-internal): Bind
5437         `default-mime-charset'.
5438
5439         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5440
5441         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5442
5443         * Version number is increased to 2.7.5.
5444
5445 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5446
5447         * wl-expire.el (wl-summary-archive): Fixed;
5448         Use `elmo-folder-name-internal'.
5449
5450 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5451
5452         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5453         from `elmo-folder-move-messages' caller.
5454         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5455
5456         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5457         related portions are changed).
5458
5459 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5460
5461         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5462         counter.
5463
5464 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5465
5466         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5467         buffer local and set it to nil.
5468
5469         * wl-message.el (wl-message-redisplay): Ditto.
5470
5471 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5472
5473         * wl-summary.el (wl-summary-mark-as-important): If message is
5474         already cached, set messag as read, otherwise encache and mark as read.
5475
5476 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5477
5478         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5479         point-min.
5480
5481 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5484         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5485         a keymap.
5486
5487 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5490         parent.
5491
5492         * wl-mule.el (wl-message-define-keymap): Ditto.
5493
5494         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5495
5496         * wl-xmas.el (wl-message-display-internal-hook): Define.
5497         (wl-xmas-setup-message-toolbar): Define as function.
5498         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5499         (wl-message-overload-functions): Abolished.
5500         (wl-message-define-keymap): New function.
5501
5502         * wl-vars.el (wl-message-display-internal-hook): New variable.
5503         (wl-message-header-button-alist): New variable (Renamed from
5504         wl-highlight-message-header-button-alist).
5505         (wl-message-body-button-alist): Ditto.
5506
5507         * wl-mule.el (wl-message-define-keymap): New function.
5508         (wl-message-overload-functions): Abolished.
5509
5510         * wl-message.el (wl-message-add-buttons-to-body): New function.
5511         (wl-message-redisplay): Don't call wl-message-overload-functions;
5512         Call wl-message-add-buttons-to-header and
5513         wl-message-add-buttons-to-body.
5514         (wl-message-display-internal): Set keymap argument for
5515         elmo-mime-display-as-is, elmo-mime-message-display;
5516         Run wl-message-display-internal-hook.
5517         (wl-message-refer-article-or-url): Abolished.
5518
5519         * wl-highlight.el (wl-highlight-headers): Don't call
5520         wl-highlight-message-add-buttons-to-header.
5521         (wl-highlight-message-add-buttons-to-header): Abolished.
5522
5523
5524         * wl-e21.el (wl-message-display-internal-hook): Define.
5525         (wl-e21-setup-toolbar): Deleted duplicated binding.
5526         (wl-e21-setup-message-toolbar): Define as function.
5527         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5528         (wl-message-define-keymap): New function.
5529         (wl-message-overload-functions): Abolished.
5530
5531 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5534         and elmo-folder-close.
5535
5536         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5537
5538 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5539
5540         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5541         boolean value.
5542         * wl-draft.el (wl-draft-do-fcc): Ditto.
5543
5544 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5545
5546         * wl-vars.el (wl-fcc-force-as-read): New variable.
5547         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5548         mark copied message as read.
5549
5550 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5551
5552         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5553
5554 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5555
5556         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5557         `wl-summary-target-above' instead of obsolete variable
5558         `wl-summary-temp-above'.
5559
5560         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5561         instead of `make-obsolete-variable'.
5562         * wl-refile.el (toplevel): Ditto.
5563
5564 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5567         with third argument t.
5568         (wl-draft): Set first argument for wl-plugged-init as t.
5569
5570         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5571         definition.
5572
5573 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5574
5575         * wl-vars.el: Tabify.
5576         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5577
5578         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5579         message.
5580
5581 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5582
5583         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5584         and set default to beep.
5585
5586 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5587
5588         * wl-vars.el (wl-draft-truncate-lines): New variable.
5589
5590         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5591         instead of wl-message-truncate-lines for truncate-lines.
5592
5593 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-message.el (wl-message-display-internal): Call
5596         `wl-highlight-message' after `elmo-mime-display-as-is'.
5597
5598         * wl-mime.el (wl-mime-display-text/plain): New function.
5599         (wl-mime-display-header): Ditto.
5600         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5601         body-presentation-method for text/plain;
5602         Register `wl-mime-display-header' as a header-presentation-method;
5603         Don't set up `elmo-message-text-content-inserted-hook' and
5604         `elmo-message-header-inserted-hook'.
5605
5606         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5607         variable.
5608         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5609         as t if flag is 'all-header;
5610         Don't bind `elmo-message-ignored-field-list',
5611         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5612
5613 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5616         for xemacs with non-mule environment.
5617
5618 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5619
5620         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5621         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5622         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5623
5624 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5625
5626         * wl-vars.el (wl-interactive-send): Set default value as t.
5627
5628 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5631         (wl-addrmgr-method-list): Abolished.
5632         (wl-addrmgr-change-method): Follow above change.
5633
5634         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5635
5636 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5637
5638         * wl-vars.el (wl-message-truncate-lines): Change default value
5639         to default-truncate-lines.
5640
5641         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5642
5643 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645         * wl-vars.el (wl-message-truncate-lines): New variable.
5646
5647         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5648         wl-message-truncate-lines.
5649
5650 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5651
5652         * wl-acap.el (wl-acap-init): Remove period from error message.
5653         (wl-acap-find-acap-service): Remove period from message.
5654
5655 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * wl.el (wl-check-environment): Undo last change.
5658
5659         * wl-vars.el (wl-from): Changed default value.
5660
5661         * wl-util.el (toplevel): Don't require tm-edit.
5662
5663         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5664         `wl-folder-init';
5665         Don't set mark on mail body.
5666         (wl-draft-reedit): Ditto.
5667
5668         * wl-address.el (wl-address-quote-specials): Define as an alias for
5669         elmo-address-quote-specials.
5670
5671 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5672
5673         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5674
5675         * wl-vars.el (wl-from): Set default value as nil.
5676         (wl-organization): Set default value as ORGANIZATION environment
5677         variable.
5678
5679         * wl-draft.el (wl-smtp-extension-bind): Check value of
5680         wl-smtp-connection-type.
5681
5682         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5683         error.
5684
5685 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5686
5687         * Version number is increased to 2.7.4.
5688
5689         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5690         arguments from `wl-highlight-x-face-function' caller.
5691         Use x-face-1.3.6.12 or later.
5692
5693 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5694
5695         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5696
5697 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5698
5699         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5700         (wl-fcc): Fix to accept function.
5701         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5702
5703 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5704
5705         * wl-acap.el (toplevel): Added `product-provide' declare.
5706         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5707
5708 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl.el (wl): Changed order of calling `elmo-init'
5711         and `elmo-folder-init'.
5712
5713 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5714
5715         * wl-mime.el (wl-summary-burst): Extract message when content-type
5716         of root entity is not only `multipart' but also `message/rfc822'.
5717         (wl-summary-burst-subr): Ditto.
5718
5719 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5720
5721         * wl-vars.el (toplevel): Require 'custom.
5722         (wl-trash-folder): Added to `wl-setting' group.
5723
5724         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5725         exists.
5726         (wl-addrmgr-draw): Insert empty line when no entry exists.
5727
5728         * wl-mule.el (wl-message-wheel-up): Fixed.
5729         (wl-message-wheel-down): Ditto.
5730
5731 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5732
5733         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5734         config is an anonymous lambda expression.
5735
5736 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5739         when Mule 2 is running.
5740
5741 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5744
5745 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5748         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5749
5750         * wl-address.el (wl-address-specials-regexp): Eliminated.
5751         (wl-address-quote-specials): Rewrite.
5752
5753 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5756         shy-groups for regexp.
5757
5758         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5759         character classes and Perl style shy-groups for regexp.
5760         (wl-highlight-plugged-current-line): Use Posix style character
5761         classes for regexp.
5762         (wl-e21-highlight-folder-by-numbers): Ditto.
5763         (wl-e21-display-image-p): Use `display-images-p' instead of
5764         `display-graphic-p'.
5765         (display-images-p): Make an alias to `display-graphic-p' if it is
5766         not available.  It is for Emacs version prior to 21.0.105.
5767
5768         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5769         `display-graphic-p'.
5770         (wl-demo-image-type-alist): Ditto.
5771         (display-images-p): Make an alias to `display-graphic-p' if it is
5772         not available.  It is for Emacs version prior to 21.0.105.
5773
5774 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5775
5776         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5777         support.
5778         (wl-generate-user-agent-string): Ditto.
5779
5780         * wl-version.el (wl-version): Update docsting.
5781         (wl-version-status): Ditto.
5782
5783 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5784
5785         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5786         21.0.105.  For Emacs 21.0.104 or earlier.
5787
5788 2001-09-03  Takuo KITAME <kitame@northeye.org>
5789
5790         * wl-e21.el (wl-plugged-init-icons): Use
5791         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5792         (wl-biff-init-icons): Ditto.
5793
5794 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5795
5796         * wl-highlight.el (wl-highlight-summary-current-line):
5797         Fixed highlighting refile/copy destination.
5798
5799         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5800         (wl-acap-store): Encode string by wl-acap-coding-system.
5801
5802 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-acap.el (toplevel): Check and require 'un-define before
5805         'xemacs-ucs;
5806          Added checking for UTF-2000.
5807
5808 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5809
5810         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5811         Don't enclose with `eval-and-compile'.
5812
5813         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5814         wl-init is non-nil.
5815
5816         * wl-draft.el (wl-draft): Ditto.
5817
5818         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5819
5820         * wl-acap.el (toplevel): Require 'wl.
5821         (wl-acap-store): Call `elmo-init'.
5822
5823         * wl.el (wl): Changed position of `wl-check-environment'.
5824         (toplevel): Added autoload setting for wl-acap.
5825
5826         * wl-vars.el (wl-setting): New custom group.
5827         (wl-from): Added wl-setting group.
5828         (wl-user-mail-address-list): Ditto.
5829         (wl-organization): Ditto.
5830         (wl-subscribed-mailing-list): Ditto.
5831         (wl-envelope-from): Ditto.
5832         (wl-smtp-posting-user): Ditto.
5833         (wl-smtp-posting-server): Ditto.
5834         (wl-smtp-posting-port): Ditto.
5835         (wl-smtp-authenticate-type): Ditto.
5836         (wl-pop-before-smtp-user): Ditto.
5837         (wl-pop-before-smtp-server): Ditto.
5838         (wl-pop-before-smtp-port): Ditto.
5839         (wl-pop-before-smtp-authenticate-type): Ditto.
5840         (wl-nntp-posting-server): Ditto.
5841         (wl-nntp-posting-user): Ditto.
5842         (wl-nntp-posting-port): Ditto.
5843         (wl-fetch-confirm-threshold): Ditto.
5844         (wl-prefetch-threshold): Ditto.
5845         (wl-thread-insert-opened): Ditto.
5846         (wl-ldap-server): Ditto.
5847         (wl-ldap-port): Ditto.
5848         (wl-ldap-base): Ditto.
5849         (wl-ldap-objectclass): Ditto.
5850         (wl-use-ldap): Ditto.
5851         (wl-draft-config-alist): Ditto.
5852         (wl-draft-config-matchone): Ditto.
5853         (wl-template-alist): Ditto.
5854         (wl-message-sort-field-list): Ditto.
5855         (wl-message-ignored-field-list): Ditto.
5856         (wl-message-visible-field-list): Ditto.
5857         (wl-interactive-send): Ditto.
5858         (wl-summary-move-order): Ditto.
5859         (wl-auto-select-first): Ditto.
5860         (wl-auto-select-next): Ditto.
5861         (wl-interactive-save-folders): Ditto.
5862
5863         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5864         Initialization codes are moved from wl-local-folder-init.
5865         (wl-local-folder-init): Follow the change above.
5866         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5867
5868         * wl-acap.el: New file.
5869
5870         * Version number is increased to 2.7.3.
5871
5872 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5873
5874         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5875
5876 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5877
5878         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5879         (wl-addrmgr-address-entry-list): Ditto.
5880
5881 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5882
5883         * wl-e21.el (wl-draft-mode-map): Removed binding for
5884         `wl-draft-insert-x-face-field'.
5885
5886         * wl-mule.el (wl-draft-mode-map): Ditto.
5887
5888         * wl-xmas.el (wl-draft-mode-map): Ditto.
5889
5890         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5891         (wl-cs-autoconv): Ditto.
5892         (wl-cs-local): Ditto.
5893         (wl-use-scoring): Ditto.
5894         (wl-mime-charset): Ditto.
5895         (wl-folder-check-async): Ditto.
5896
5897         * wl.el (toplevel): Ignore nemacs and tm.
5898         (wl-exit): Ditto.
5899
5900         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5901         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5902         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5903         instead of wl-address-petname-add-or-change.
5904         (wl-summary-edit-addresses-subr): Use wl-address-delete
5905         instead of wl-address-petname-delete.
5906
5907         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5908
5909         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5910         if error occured.
5911
5912         * wl-message.el (require): Remove tm support.
5913
5914         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5915
5916         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5917         (wl-folder-jump-to-current-entity): Ditto.
5918         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5919
5920         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5921         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5922         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5923
5924         * wl-mule.el (wl-draft-key-setup): Ditto.
5925
5926         * wl-xmas.el (wl-draft-key-setup): Ditto.
5927
5928         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5929         (wl-draft-std11-parse-addresses): New function.
5930         (wl-draft-parse-mailbox-list): Use it.
5931         (wl-draft): Ignore nemacs.
5932         (wl-draft-reedit): Ditto.
5933
5934         * wl-addrmgr.el: New file.
5935         (Original is wl-rcpt.el written by
5936         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5937         Thanks Kitamoto-san.)
5938
5939         * wl-address.el (wl-address-make-address-list): Modified parsing
5940         process.
5941         (wl-address-delete): Renamed from `wl-address-petname-delete';
5942         Modify wl-address-list too.
5943         (wl-address-add-or-change): Renamed from
5944         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5945
5946 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5947
5948         * wl-highlight.el (wl-highlight-summary-current-line):
5949           Work with transient-mark-mode
5950
5951 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5952
5953         * Version number is increased to 2.7.2.
5954
5955         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5956         instead of elmo-dop-queue-method.
5957
5958 2001-08-06  SAITO Atsunori <sai@yedo.com>
5959
5960         * wl-vars.el (wl-ldap-objectclass): New user option.
5961
5962         * wl-address.el (wl-ldap-make-filter): Use it.
5963
5964 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5967
5968 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-folder.el (wl-folder): redisplay after folder insertion.
5971
5972         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5973
5974         * wl-summary.el (wl-summary-sync-update):
5975         Change status mark only when new-msgdb exists.
5976         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5977
5978 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl-summary.el (wl-summary-open-folder): New function.
5981         (wl-summary-goto-folder-subr): Use it.
5982         (wl-summary-mark-as-important): Fix;
5983         Encache only when no cache exists.
5984
5985 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5986
5987         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5988         Use with-current-buffer.
5989
5990 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5991
5992         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5993         before call `get-buffer'. Fixed parenthesis.
5994         (wl-score-get-header-entry): Clear message and help window when
5995         keyboard quit.
5996         (wl-score-edit-insert-header): Ditto.
5997
5998 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6001         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6002         (wl-default-draft-cite): Fix.
6003
6004         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6005         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6006
6007 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl-message.el (wl-message-prev-page): Do same bahavior
6010         as summary when it is called in the message buffer.
6011         (wl-message-next-page): Ditto.
6012
6013 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-summary.el (wl-summary-forward): Use cache if it is not
6016         section cache.
6017
6018 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6019
6020         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6021         Removed redundant require of elmo-vars.
6022         (wl-biff-state-indicator-on): Changed default value for
6023         xemacs with non-mule environment.
6024
6025         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6026         wl-message-buffer is nil;
6027         Hide progress bar after moving messages.
6028
6029 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6032         message at cursor point is deleted.
6033
6034 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-vars.el: Changed file coding system to euc-japan.
6037         Added -*-coding:-*- magic to the first line.
6038
6039         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6040         Search parent from the first message.
6041
6042         * Version number is increased to 2.7.1.
6043
6044 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6045
6046         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6047
6048 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6049
6050         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6051         refile/delete execution.
6052
6053         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6054         Fixed docstring.
6055
6056 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6059         do update process;
6060         Don't update marks when update process is interrupted.
6061
6062 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-summary.el (wl-summary-reply): Fixed problem when
6065         wl-draft-use-frame is non-nil.
6066         (wl-summary-forward): Ditto.
6067
6068         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6069         as nil.
6070         (wl-folder-mark-as-read-all-entity): Ditto.
6071         (wl-folder-prefetch-entity): Ditto.
6072
6073         * wl.el (wl): Check environment before wl-init.
6074
6075         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6076         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6077         instead of wl-summary-collect-unread.
6078         (wl-summary-reply): Split message window.
6079
6080 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6081
6082         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6083         only if current language environment is japanese,
6084
6085         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6086         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6087         (wl-folder-goto-folder-subr): Ditto.
6088
6089         * wl-draft.el (wl-draft-dispatch-message): Call
6090         `elmo-file-cache-get-path'.
6091
6092 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-summary.el (wl-summary-cursor-move): If return value of
6095         wl-summary-next-message is not number, don't jump.
6096
6097 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-summary.el (wl-summary-buffer-next-message-function): New
6100         variable.
6101         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6102         if it is bound.
6103
6104         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6105         string.
6106
6107         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6108         (wl-plugged-drawing): Ditto.
6109
6110 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6111
6112         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6113         process.
6114         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6115         with unwind-protect.
6116
6117         * wl.el (wl-init): Require mime-setup.
6118         (wl-check-environment): Don't require mime-setup.
6119
6120         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6121         instead of elmo-folder-type.
6122
6123         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6124         value as nil.
6125
6126 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6127
6128         * Version number is increased to 2.7.0.
6129
6130         * wl-version.el (wl-version): Changed codename.
6131
6132         * wl-summary.el (wl-summary-delete-cache): Fixed.
6133
6134         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6135         Workaround for net folders.
6136         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6137
6138         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6139         value to nil (According to the patch from
6140         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6141
6142         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6143         of elmo-folder-close.
6144
6145 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6146
6147         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6148         for postfix.
6149
6150 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-summary.el (wl-summary-resend-message): Fixed.
6153
6154         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6155         Call wl-draft with `from' argument if its address is included in
6156         `wl-user-mail-address-list'.
6157         (wl-draft): Added `from' argument.
6158
6159         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6160         non-nil.
6161         (wl): Don't show demo if wl-demo is nil.
6162
6163         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6164         wl-summary-use-frame.
6165
6166         * wl-vars.el (wl-summary-use-frame): New user option.
6167         (wl-folder-use-frame): Changed docstring.
6168
6169         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6170         non-nil.
6171         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6172         wl-summary-use-frame.
6173
6174         * wl-vars.el (wl-folder-use-frame): New user option.
6175
6176         * wl-summary.el (wl-summary-exit): Back to folder frame if
6177         wl-folder-use-frame is non-nil.
6178         (wl-summary-redisplay-internal): Ignore cache if current folder
6179         is draft folder,
6180         (wl-summary-redisplay-no-mime): Ditto.
6181         (wl-summary-redisplay-all-header): Ditto.
6182
6183         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6184         if wl-folder-use-frame is non-nil.
6185
6186 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6187
6188         * wl-summary.el (wl-summary-sync-update): Bind
6189         elmo-folder-update-threshold.
6190         (wl-summary-mark-as-important): Enclosed server mark processing
6191         with `save-match-data'.
6192
6193         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6194         only when it is already defined.
6195
6196 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6197
6198         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6199         name of folder exclude localdir is wrong.
6200         * wl-folder.el (wl-folder-sync-entity):
6201         Set `wl-summary-always-sticky-folder-list' as nil.
6202         (wl-folder-mark-as-read-all-entity): Ditto.
6203         (wl-folder-prefetch-entity): Ditto.
6204
6205 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6206
6207         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6208         instead of `wl-summary-write-current-newsgroup'.
6209
6210 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6211
6212         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6213         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6214         non-nil and selected message is important, do not display.
6215
6216 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6217
6218         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6219
6220 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6223
6224         * wl-summary.el (wl-summary-mark-as-important): Set message number
6225         using wl-summary-message-number.
6226
6227 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6228
6229         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6230         destination folder is 'null.
6231
6232 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6233
6234         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6235         New function.
6236         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6237         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6238         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6239
6240 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * wl-mime.el (wl-mime-setup): Added setting for
6243         `mime-setup-signature-key-alist' to avoid overriding key bind for
6244         `wl-draft-send'.
6245
6246         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6247         for `wl-draft-send'.
6248         * wl-mule.el (wl-draft-overload-functions): Ditto.
6249         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6250         * wl-draft.el (wl-draft-send): Ditto.
6251
6252         * wl-message.el (wl-message-display-internal):
6253         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6254         (Patch is provided by <kita@coe.nttdata.co.jp>).
6255
6256 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6257
6258         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6259
6260 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6261
6262         * wl.el (wl): Fix for wl-demo.
6263
6264 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6265
6266         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6267
6268 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6269
6270         * wl-folder.el (wl-folder-prefetch-entity): Use
6271         `wl-folder-get-elmo-folder'.
6272         (wl-folder-count-incorporates): Do not use
6273         `wl-folder-get-elmo-folder'.
6274
6275 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6276
6277         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6278         instead of `elmo-folder-get-type'.
6279
6280 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6281
6282         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6283         position on Subject: field.
6284         (Advised by Mito <mit@nines.nec.co.jp>)
6285
6286 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6287
6288         * wl-folder.el (wl-folder-prefetch-entity): Use
6289         `wl-folder-get-elmo-folder'.
6290
6291 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6292
6293         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6294
6295         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6296         `process-duplicates' slot.
6297
6298         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6299         if detection failed.
6300
6301 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6302
6303         * wl-version.el (wl-version-status): Set to "alpha".
6304
6305 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6306
6307         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6308         Check wl-message-buffer lives before set-buffer.
6309
6310 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6311
6312         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6313         called in folder mode.
6314         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6315         * wl-summary.el (wl-summary-exit-pre-hook): Run
6316         `wl-summary-exit-pre-hook' before exit summary mode.
6317
6318 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6319
6320         * wl-version.el (wl-version-status): New variable.
6321         (wl-version-status-alist): Removed.
6322         (wl-version-status): Rule included.
6323
6324 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6327         @sponichi.
6328
6329         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6330         when `mail-reply-buffer' is buffer-local variable.
6331         (Reported by <kita@coe.nttdata.co.jp>).
6332
6333 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6334
6335         * wl-vars.el (toplevel): Require 'elmo-util.
6336
6337 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6340         (All other related portions are changed)
6341
6342         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6343
6344         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6345
6346 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6347
6348         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6349
6350 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6351
6352         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6353         Delete other windows to avoid an error.
6354         Use `point-marker' instead of `point' to remember the start point
6355         of body.
6356
6357         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6358
6359         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6360         number not to exceed all message number.
6361
6362 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6363
6364         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6365         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6366
6367 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6368
6369         * wl-summary.el (wl-summary-sync-force-update): Added argument
6370         no-check.
6371         (wl-summary-sync-update): Ditto.
6372         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6373         with `no-check'.
6374
6375         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6376         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6377         already running.
6378
6379 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6380
6381         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6382         `dst-folder-arg'.
6383         (wl-expire-archive-number1): Diito.
6384         (wl-expire-archive-number2): Diito.
6385         (wl-expire-archive-Date): Diito.
6386         (wl-archive-number1): Diito.
6387         (wl-archive-number2): Diito.
6388         (wl-archive-date): Diito.
6389         (wl-archive-folder-p): New function.
6390         (wl-summary-expire): Support of expand folder name at
6391         wl-expire-alist.
6392         * wl-util.el (wl-expand-newtext): Renamed from
6393         `wl-refile-expand-newtext'.
6394
6395 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6396
6397         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6398         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6399         `(elmo-msgdb-get-overview msgdb)'.
6400         (wl-summary-prefetch): Bind match data before call
6401         `wl-summay-prefetch-msg'.
6402         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6403         'off if `wl-summary-buffer-disp-msg' is non-nil.
6404         Fixed problem that couldn't show only one new or unread message when
6405         enter folder.
6406         (wl-summary-reply): Don't call `split-window-vertically' and other
6407         window.
6408
6409 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6410
6411         * wl-expire.el (wl-expire-refile): Fixed.
6412
6413 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6416
6417         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6418         biff notification is removed.
6419
6420         * wl.el (wl): Changed position of `elmo-init'.
6421
6422         * wl-draft.el (wl-default-draft-cite): Use date field
6423         on the citation buffer.
6424
6425         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6426
6427         * wl-xmas.el (wl-folder-internal-icon-list): Added
6428         `wl-folder-shimbun-image'.
6429
6430         * wl-e21.el (wl-folder-internal-icon-list): Added
6431         `wl-folder-shimbun-image'.
6432
6433 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl.el (wl-init): Eliminated argument.
6436         (wl): Rewrite.
6437
6438         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6439         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6440         instead of `elmo-folder-msgdb-internal'.
6441         (wl-summary-sync-update): Ditto.
6442         (wl-summary-flush-pending-append-operations): Eliminated.
6443         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6444         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6445         `elmo-folder-open'.
6446
6447         * wl-mime.el (wl-summary-burst): Fixed.
6448
6449         * wl-folder.el (wl-folder-info-save): Check data type.
6450
6451         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6452         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6453         instead of `elmo-folder-msgdb-internal'.
6454         (wl-expire-hide): Ditto.
6455
6456
6457         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6458
6459 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6460
6461         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6462
6463 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6464
6465         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6466
6467 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6468
6469         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6470         Fixed `match-beginning' argument mismatch.
6471
6472 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6473
6474         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6475         the default value.
6476
6477 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6478
6479         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6480         instead of `elmo-nntp-default-port'.
6481
6482         * wl-vars.el: Fixed some doc strings.
6483
6484 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-summary.el (wl-summary-prefetch-msg): Use
6487         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6488
6489         * wl-vars.el: Define *-func as obsolete variable using
6490         `elmo-define-obsolete-variable'.
6491
6492         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6493         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6494         instead of `wl-message-buffer-prefetch-threshold'.
6495
6496         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6497
6498         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6499
6500         * wl-draft.el (wl-caesar-region-func): Ditto.
6501
6502         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6503         Keep unread status in elmo-folder-move-messages.
6504         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6505
6506 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6507
6508         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6509         `wl-summary-buffer-exit-func'
6510         (wl-summary-buffer-message-redisplay-function): Renamed from
6511         `wl-summary-buffer-message-redisplay-func'
6512         (wl-summary-buffer-next-folder-function): Renamed from
6513         `wl-summary-buffer-next-folder-func'.
6514         (wl-summary-buffer-prev-folder-function): Renamed from
6515         `wl-summary-buffer-prev-folder-func'.
6516         (wl-summary-get-petname-function): Renamed from
6517         `wl-summary-get-petname-func'.
6518
6519         * wl-score.el (wl-score-edit-exit-function): Renamed from
6520         `wl-score-edit-exit-func'.
6521
6522         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6523         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6524
6525         * wl-util.el (wl-load-profile-function): Renamed from
6526         `wl-load-profile-func'.
6527
6528         * wl-folder.el (wl-folder-completion-function): Renamed from
6529         `wl-folder-completion-func'.
6530         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6531
6532         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6533         `wl-expire-archive-get-folder-func'.
6534         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6535         (wl-draft-send-mail-function): Renamed from
6536         `wl-draft-send-mail-func'.
6537         (wl-draft-send-news-function): Renamed from
6538         `wl-draft-send-news-func'.
6539         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6540         (wl-generate-mailer-string-function): Renamed from
6541         `wl-generate-mailer-string-func'.
6542         (wl-highlight-signature-search-function): Renamed from
6543         `wl-highlight-signature-search-func'.
6544         (wl-highlight-x-face-function): Renamed from
6545         `wl-highlight-x-face-func'
6546         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6547         (wl-ps-print-buffer-function): Renamed from
6548         `wl-ps-print-buffer-func'
6549         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6550         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6551         (wl-summary-subject-filter-function): Renamed from
6552         `wl-summary-subject-filter-func'.
6553
6554         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6555         `wl-draft-queue-flush-send-func'
6556         (wl-draft-cite-function): Renamed from
6557         `wl-draft-cite-func'
6558
6559         * wl-address.el (wl-address-init-function): Renamed from
6560         `wl-address-init-func'.
6561
6562 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6563
6564         * wl-draft.el (wl-draft-queue-flush): Don't call
6565         `elmo-dop-unlock-message'.
6566         * wl-draft.el (wl-draft-queue-append): Don't call
6567         `elmo-dop-lock-message'.
6568
6569         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6570         (wl-summary-buffer-folder-name): Ditto.
6571         (wl-summary-message-regexp): Added '-' (all other related portions
6572         are changed).
6573         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6574         wl-summary-buffer-folder-name.
6575
6576 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6577
6578         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6579         the number of mails in the folder buffer is not updated by wl-biff.
6580
6581 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6584         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6585
6586 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6587
6588         * wl-summary.el (wl-summary-next-message):
6589         Return next message number when wl-summary-move-order is nil.
6590
6591 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6592
6593         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6594         `wl-summary-move-spec-alist'.
6595         (wl-summary-move-spec-unplugged-alist): New variable
6596         (Move spec for unplugged status).
6597         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6598         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6599
6600 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6601
6602         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6603         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6604
6605 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6606
6607         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6608         simple quotation to quote the anonymous function.
6609         * tm-wl.el (wl-draft-preview-message): Ditto.
6610
6611 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6612
6613         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6614         Eliminate redundant `save-excursion'.
6615         (wl-highlight-summary-current-line): Ditto.
6616
6617         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6618         accessing match data when `looking-at' failed.
6619
6620         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6621         `elmo-match-string' where users don't care about the speed.
6622         (wl-draft-save): Ditto.
6623
6624 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * wl-util.el (wl-regexp-opt): New function.
6627
6628         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6629         number from `wl-summary-buffer-number-list'.
6630         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6631         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6632         (wl-summary-move-spec-alist): Changed default setting.
6633
6634 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6635
6636         * wl-vars.el (wl-biff-notify-hook): New hook.
6637         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6638         the arrival of new mail.
6639         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6640         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6641
6642 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6643
6644         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6645
6646 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6647
6648         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6649
6650         * Version number is increased to 2.5.8.
6651
6652         * wl-thread.el (toplevel): require 'cl.
6653         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6654         (wl-thread-make-number-list): New function.
6655         (wl-thread-entity-make-number-list-from-children): Ditto.
6656         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6657         (wl-thread-entity-insert-as-children): Likewise.
6658         (wl-thread-delete-message): Likewise.
6659         (wl-meaning-of-mark): Eliminated.
6660         (wl-thread-next-failure-mark-p): Ditto.
6661         (wl-thread-entity-get-mark): Ditto.
6662         (wl-thread-meaning-alist-get-result): Ditto.
6663         (wl-thread-entity-check-prev-mark): Ditto.
6664         (wl-thread-entity-check-next-mark): Ditto.
6665         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6666         (wl-thread-entity-get-prev-marked-entity): Ditto.
6667         (wl-thread-get-prev-unread): Ditto.
6668         (wl-thread-jump-to-prev-unread): Ditto.
6669         (wl-thread-get-next-unread): Ditto.
6670         (wl-thread-jump-to-next-unread): Ditto.
6671         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6672         (wl-thread-entity-get-next-marked-entity): Ditto.
6673
6674         * wl-summary.el (wl-summary-buffer-number-list):
6675         New bufer-local variable.
6676         (wl-summary-switch-to-clone-buffer): Clone
6677         `wl-summary-buffer-number-list'.
6678         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6679         (wl-summary-cursor-move-regex): Eliminated.
6680         (wl-summary-cursor-up): Rewrite.
6681         (wl-summary-cursor-down): Ditto.
6682         (wl-summary-mode-spec-alist): New variable.
6683         (wl-summary-next-message): New inline function.
6684         (wl-summary-cursor-move): New function.
6685         (wl-summary-default-get-next-msg): Rewrite.
6686         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6687         (wl-summary-rescan): Ditto.
6688         (wl-summary-sync-all-init): Ditto.
6689         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6690         summary is not thread view.
6691         (wl-summary-sync-update): Ditto.
6692         (wl-summary-rescan): Ditto.
6693         (wl-summary-make-number-list): New function.
6694
6695         * wl-draft.el: "FCC" -> "Fcc".
6696
6697 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6698
6699         * wl-highlight.el (wl-highlight-summary-window):
6700         Call `set-buffer-modified-p'.
6701
6702         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6703         (wl): Call `elmo-init' and fix.
6704
6705         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6706         Use new variables.
6707
6708         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6709
6710 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6711
6712         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6713
6714 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6715
6716         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6717
6718 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6719
6720         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6721         `wl-use-toolbar' nor `display-graphic-p'.
6722         (wl-e21-setup-message-toolbar): Ditto.
6723         (wl-e21-setup-summary-toolbar): Ditto.
6724         (wl-e21-setup-folder-toolbar): Ditto.
6725
6726         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6727         (wl-plugged-init-icons): Ditto.
6728
6729         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6730         `display-graphic-p'.
6731         (wl-plugged-set-folder-icon): Ditto.
6732         (wl-highlight-plugged-current-line): Ditto.
6733         (wl-highlight-folder-current-line): Ditto.
6734         (wl-e21-highlight-folder-group-line): Ditto.
6735         (wl-e21-setup-toolbar): Ditto.
6736         (wl-e21-display-image-p): New macro.
6737
6738         * wl-demo.el (wl-demo): Simplified.
6739         (wl-demo-image-type-alist): Use `image-type-available-p' for
6740         checking whether the image type `xbm' is available.
6741
6742 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6745         (wl-summary-input-range): Ditto.
6746
6747 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-summary.el (wl-summary-edit-addresses): Use
6750         `wl-summary-get-original-buffer'
6751         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6752         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6753         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6754         (wl-summary-get-newsgroups): Eliminated.
6755         (wl-summary-set-crosspost): Ditto.
6756         (wl-summary-is-crosspost-folder): Ditto.
6757         (wl-crosspost-alist-load): Ditto.
6758         (wl-crosspost-alist-save): Ditto.
6759
6760         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6761         `elmo-setup-subscribed-newsgroups' instead of
6762         `elmo-nntp-make-groups-hashtb'.
6763         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6764         instead of `wl-crosspost-alist-save'.
6765
6766         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6767         of `elmo-folder-message-appendable-p'.
6768         (wl-mime-header-presentation-method): Eliminated.
6769
6770         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6771         (Error occurs in emacs21).
6772
6773         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6774         the current buffer).
6775
6776         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6777         instead of `wl-crosspost-alist-save'.
6778         (wl-init): `elmo-crosspost-message-alist-load'
6779         instead of `wl-crosspost-alist-load'
6780
6781         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6782         (wl-parse-newsgroups): Likewise.
6783         (wl-biff-notify): Run `wl-biff-notify-hook'.
6784
6785 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6788
6789         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6790         when `wl-summary-lazy-highlight' is non-nil.
6791         (wl-summary-goto-folder-subr): Highlight only when
6792         `wl-summary-lazy-highlight' is non-nil.
6793
6794         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6795         Don't display progress and highlight temp-mark when
6796         `wl-summary-lazy-highlight' is non-nil.
6797         (wl-highlight-summary-window): New function.
6798         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6799
6800 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6801
6802         * wl-summary.el (wl-summary-sync): Change `all-visible'
6803         from `all-shown'
6804         (wl-summary-input-range): Ditto.
6805
6806 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6807
6808         * wl-e21.el (wl-highlight-folder-current-line): Call
6809         `wl-folder-init-icons' when folder icons have not been initialized.
6810
6811         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6812
6813         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6814         (wl-demo-image-type-alist): New macro.
6815
6816 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6817
6818         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6819         display does not support graphics.
6820         (wl-plugged-init-icons): Ditto.
6821         (wl-folder-init-icons): Ditto.
6822
6823         * wl-demo.el (wl-demo): Chech closely whether the display
6824         supports graphics.
6825
6826 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-summary.el (wl-summary-get-original-buffer): New function.
6829         (wl-summary-set-crosspost): Use it.
6830         (wl-summary-target-mark-uudecode): Ditto.
6831         (wl-summary-reedit): Ditto.
6832         (wl-summary-resend-bounced-mail): Ditto.
6833         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6834         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6835
6836         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6837         (wl-message-display-internal): Ditto.
6838
6839 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6842
6843 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6844
6845         * wl-summary.el (wl-summary-save-view): Renamed from
6846         `wl-summary-save-status'.
6847
6848 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6849
6850         * wl-summary.el (wl-summary-sync): Added `all-shown'
6851
6852 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6853
6854         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6855
6856 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6857
6858         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6859
6860 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6861
6862         * wl-highlight.el (wl-highlight-summary-line-string): Use
6863         `zerop' instead of `= 0'.
6864         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6865
6866         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6867         for comparing numbers.
6868         (wl-template-prev): Use `zerop' instead of `eq 0'.
6869
6870         * wl-draft.el (wl-draft-insert-current-message): Use
6871         `with-current-buffer' instead of `save-excursion'.
6872         Use `zerop' instead of `eq 0'.
6873
6874 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6875
6876         * wl-draft.el (wl-draft-insert-ccs): New function.
6877         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6878         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6879
6880 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6881
6882         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6883
6884 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6885
6886         * wl-expire.el (wl-expire-refile): Don't call
6887         elmo-msgdb-add-msgs-to-seen-list;
6888         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6889         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6890
6891 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6892
6893         * wl-message.el (wl-message-prev-page): Ignore errors while
6894         scroll-down.
6895
6896 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-mime.el: Use elmo-original-message-mode instead of
6899         mmelmo-original-mode.
6900
6901         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6902         `elmo-folder-get-spec';
6903         (wl-fldmgr-add-completion-all-completions):
6904         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6905
6906         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6907         of `elmo-folder-get-type'.
6908
6909         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6910         `elmo-folder-get-spec';
6911         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6912         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6913         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6914         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6915         `elmo-read-msg-no-cache';
6916         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6917         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6918         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6919         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6920         `elmo-cache-save';
6921         (wl-draft-reedit): Use `elmo-message-file-name'.
6922
6923         * wl-expire.el: Use `elmo-folder-name-internal';
6924         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6925         Use macro `wl-summary-buffer-msgdb' instead of variable
6926         `wl-summary-buffer-msgdb';
6927         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6928         Use macro `wl-summary-buffer-folder-name' instead of variable
6929         `wl-summary-buffer-folder-name'.
6930         * wl-score.el: Likewise.
6931
6932         * wl-message.el: Rewrite for new message buffer cache mechanism.
6933         (wl-message-buffer-cache-buffer-get): New macro.
6934         (wl-message-buffer-cache-folder-get): Ditto.
6935         (wl-message-buffer-cache-message-get): Ditto.
6936         (wl-message-buffer-cache-entry-make): Ditto.
6937         (wl-message-buffer-cache-hit): Ditto.
6938         (wl-message-buffer-cache-sort): New function.
6939         (wl-message-buffer-cache-add): Ditto.
6940         (wl-message-buffer-cache-delete): Ditto.
6941         (wl-message-buffer-cache-clean-up): Ditto.
6942         (wl-message-buffer-window): Rewrite.
6943         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6944         (wl-message-buffer-display): New function.
6945         (wl-message-display-internal): New function.
6946
6947 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6948
6949         * wl-folder.el: Use `elmo-folder-name-internal';
6950         Use `wl-folder-get-elmo-folder';
6951         Use `elmo-folder-list-messages' instead of
6952         `elmo-list-folder';
6953         Use `elmo-folder-get-primitive-list' instead of
6954         `elmo-folder-get-primitive-spec-list';
6955         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6956         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6957         Use `elmo-folder-create' instead of `elmo-create-folder'.
6958         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6959         (wl-folder-get-elmo-folder): New macro.
6960         (wl-folder-elmo-folder-cache-get): Ditto.
6961         (wl-folder-elmo-folder-cache-put): Ditto.
6962         (wl-folder-suspend): Call `elmo-quit'.
6963
6964         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6965         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6966         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6967         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6968         (toplevel): require 'cl.
6969         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6970
6971         * wl-summary.el: Rewrite to use new elmo interface.
6972
6973 \f
6974 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * wl-mime.el (wl-draft-preview-message):
6977         Run `wl-draft-send-hook' before collecting recipients information;
6978         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6979
6980         * tm-wl.el (wl-draft-preview-message): Ditto.
6981
6982 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6985         wrong recipients are displayed when forwarded message.
6986
6987 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * Version number is increased to 2.5.7.
6990
6991 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6992
6993         * wl-message.el (wl-message-next-page): Bind
6994         `window-pixel-scroll-increment' to nil while scrolling up.
6995
6996 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6997
6998         * wl-vars.el (wl-save-hook): New hook.
6999         * wl.el (wl-save): Call `wl-save-hook'.
7000
7001 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7002
7003         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7004         Argument WITH-ARG instead of NO-ARG (negative mean).
7005         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7006         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7007         * wl-message.el (wl-message-follow-current-entity): Likewise.
7008
7009 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7010
7011         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7012         FROM was optional argument.
7013         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7014
7015 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7016
7017         * Version number is increased to 2.5.6.
7018
7019 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7020
7021         * wl-version.el (wl-version-show): Removed.
7022         (wl-version): Add `interactive'.
7023
7024 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7025
7026         * wl-summary.el (wl-summary-get-petname-func): New variable.
7027         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7028         instead of `wl-address-get-petname-1'.
7029         (wl-summary-simple-from): Ditto.
7030
7031         * wl-address.el (wl-address-get-petname-1): Define as function.
7032
7033 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7034
7035         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7036         field in the original message.
7037         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7038
7039 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7040
7041         * wl-expire.el (wl-expire-hide):
7042         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7043
7044 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7047         find decoder for To, Cc, and Subject.
7048
7049 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7052         for checking `elmo-use-buffer-cache'.
7053         (wl-summary-mark-as-important): Fixed typo in comment.
7054
7055 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7056
7057         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7058         field in the original message.
7059         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7060
7061 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7062
7063         * wl-expire.el (wl-expire-hide):
7064         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7065
7066 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7069         find decoder for To, Cc, and Subject.
7070
7071 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7072
7073         * Version number is increased to 2.5.5.
7074
7075         * wl-address.el (wl-address-specials-regexp): New constant.
7076         (wl-address-quote-specials): Use it.
7077
7078 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-summary.el (wl-summary-rescan):
7081         Call `wl-summary-buffer-number-column-detect'.
7082         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7083
7084         * wl-message.el (wl-message-mode-map): Define.
7085         (wl-message-decode): Use it as local-map.
7086
7087 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7090         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7091
7092 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7095
7096         * wl-mule.el (wl-read-event-char): Ditto.
7097
7098         * wl-e21.el (wl-read-event-char): Ditto.
7099
7100         * wl-nemacs.el (wl-read-event-char): Ditto.
7101         (read-event): Removed.
7102
7103         * wl-util.el (toplevel): Removed dummy definition of
7104         `read-event'.
7105         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7106
7107 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7108
7109         * wl-nemacs.el (elmo-archive-call-process): Moved to
7110         elmo-archive.el.
7111
7112 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7113
7114         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7115         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7116
7117         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7118         instead of magic-number 6.  Use `not' instead of `null' for symbol
7119         `nil' check (not empty list).
7120         (wl-draft-insert-x-face-field): Fixed paren style.
7121
7122         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7123         one-branch conditional statement, instead of `and' and `if'.
7124         (wl-draft-forward): Likewise.
7125         (wl-draft-add-references): Likewise.
7126         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7127
7128         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7129         conditional steatment.  Use `cond' instead of `if'.
7130         (wl-draft-confirm): Likewise.
7131
7132 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7133
7134         * wl-version.el (wl-version-show): Use `product-string-1'
7135         instead of `wl-version'.
7136         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7137
7138         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7139
7140 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7141
7142         * wl-highlight.el (wl-highlight-headers): Revert
7143         `wl-highlight-x-face-func' argument (`beg' and `end').
7144
7145 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7146
7147         * wl.el (toplevel): Move `product-provide' declare.
7148         * wl-demo.el (toplevel): Ditto.
7149         * wl-dnd.el (toplevel): Ditto.
7150         * wl-highlight.el (toplevel): Ditto.
7151         * wl-message.el (toplevel): Ditto.
7152         * wl-refile.el (toplevel): Ditto.
7153         * wl-util.el (toplevel): Ditto.
7154
7155 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7158         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7159         (wl-thread-close-all): keep cursor position.
7160
7161 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7162
7163         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7164         (eq x 0).
7165         (wl-generate-user-agent-string-1): Fix conditional statement.
7166
7167 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7168
7169         * wl.el (wl-check-environment): Additional check for
7170         'wl-local-domain' and `wl-message-id-domain'.
7171
7172 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7173
7174         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7175
7176 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7177
7178         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7179         instead of `smtp-sasl-user-realm'.
7180
7181 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7182
7183         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7184
7185 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7186
7187         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7188         to the default value as well as `eword-lexical-analyzer'.
7189
7190 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7191
7192         * wl-version.el (wl-extended-emacs-version,
7193         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7194         `elmo-match-string' instead of `wl-match-string'.
7195
7196 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7197
7198         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7199         docstring.
7200
7201 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7202
7203         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7204
7205 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7206
7207         * wl-highlight.el (wl-highlight-headers): Remove
7208         `wl-highlight-x-face-func' argument (`beg' and `end').
7209
7210 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7211
7212         * wl-summary.el (wl-summary-mark-as-important):
7213         Remove cache if folder is local.
7214
7215 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7216
7217         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7218         to get existing e-mail address string.
7219
7220 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7221
7222         * wl-version.el (wl-generate-user-agent-string): Commentary.
7223         (wl-generate-user-agent-string-1): Use `when' for
7224         one-branch conditional statement, instead of `and' and `if'.
7225         (wl-extended-emacs-version, wl-extended-emacs-version2,
7226         wl-extended-emacs-version3): Ditto.
7227
7228 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7229
7230         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7231         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7232         condition-case; Remove initialization.
7233         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7234         (wl-summary-sync-update3): Added argument `sync-all';
7235         Eliminated local variable `msgdb';
7236         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7237         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7238         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7239
7240 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7241
7242         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7243         connection before call `wl-draft-send-mail-with-smtp'.
7244
7245 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * Version number is increased to 2.5.4.
7248
7249 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7250
7251         * wl.el (wl-check-environment): Additional check for
7252         'wl-local-domain' and `wl-message-id-domain'.
7253
7254 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7255
7256         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7257         buffer as command specific.
7258         (wl-folder-mark-as-read-all-entity): Ditto.
7259         (wl-folder-prefetch-entity): Ditto.
7260         (wl-folder-drop-unsync-entity): Ditto.
7261
7262         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7263         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7264         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7265
7266         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7267         save-excursion.
7268
7269 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7270
7271         * Version number is increased to 2.5.3.
7272
7273         * wl-summary.el (wl-summary-save-view-cache):
7274         Delete duplicated `write-region';
7275         Use `write-region-as-binary' instead of `as-binary-output-file' and
7276         `write-region'.
7277
7278 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7279
7280         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7281
7282 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7285         instead of `smtp-via-smtp'.
7286
7287 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7288
7289         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7290
7291 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7292
7293         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7294         instead of `smtp-sasl-user-realm'.
7295
7296 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7297
7298         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7299
7300 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7301
7302         * Version number is increased to 2.5.2.
7303
7304 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7307         does not exist.
7308         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7309         (wl-biff-start): Call `timer-activate' if timer already exists.
7310
7311         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7312         only when it is bound as function.
7313
7314 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * Version number is increased to 2.5.1.
7317
7318 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7321         Print refile/copy destination.
7322
7323 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7326         queue-flush-only is non-nil.
7327
7328         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7329
7330         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7331         checking cache folder.
7332
7333 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7334
7335         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7336         `regexp-quote'.
7337
7338 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7339
7340         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7341         function.
7342         * wl-summary.el (wl-summary-write-current-folder-functions):
7343         Change default value.  Use it.
7344
7345 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * Version number is increased to 2.5.0.
7348
7349         * wl-version.el (wl-version): Changed codename.
7350
7351 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7352
7353         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7354         (wl-summary-supersedes-message): Ditto.
7355
7356 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7357
7358         * wl-refile.el (wl-refile-guess-functions): Renamed from
7359         `wl-refile-guess-func-list'.
7360
7361 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7364         Fixed problem when no rule was matched.
7365
7366 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7367
7368         * wl-summary.el (wl-summary-get-mark): Fixed
7369         `wl-summary-buffer-target-mark' check logic.
7370
7371 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7372
7373         * wl-folder.el (wl-folder-write-current-folder): Added group
7374         folder check.
7375
7376         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7377         `wl-summary-write-current-newsgroup'.
7378         (wl-summary-write-current-folder-functions): New variable.
7379         * wl-folder.el (wl-folder-get-newsgroups): New function.
7380         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7381         (wl-folder-write-current-folder): Renamed from
7382         `wl-folder-write-current-newsgroup'.
7383
7384 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7385
7386         * Version number is increased to 2.3.93.
7387
7388 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7389
7390         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7391         (wl-ldap-make-matched-value-list): Ditto.
7392         (wl-ldap-alias-safe-string): Split e-mail address.
7393
7394         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7395         petname folder default was selected.
7396         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7397         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7398
7399 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7402         to `wl-draft-config-exec'.
7403
7404         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7405         instead of calling `wl-draft-config-exec';
7406         Process group-list and show recipients in minibuffer.
7407
7408         * tm-wl.el (wl-draft-preview-message): Ditto.
7409
7410 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7411
7412         * wl.el (toplevel): Added (C) to copyright notice, and
7413         sync Author header.
7414         * tm-wl.el (toplevel): Ditto.
7415         * wl-address.el (toplevel): Ditto.
7416         * wl-demo.el (toplevel): Ditto.
7417         * wl-dnd.el (toplevel): Ditto.
7418         * wl-draft.el (toplevel): Ditto.
7419         * wl-e21.el (toplevel): Ditto.
7420         * wl-expire.el (toplevel): Ditto.
7421         * wl-folder.el (toplevel): Ditto.
7422         * wl-highlight.el (toplevel): Ditto.
7423         * wl-message.el (toplevel): Ditto.
7424         * wl-mime.el (toplevel): Ditto.
7425         * wl-mule.el (toplevel): Ditto.
7426         * wl-nemacs.el (toplevel): Ditto.
7427         * wl-refile.el (toplevel): Ditto.
7428         * wl-score.el (toplevel): Ditto.
7429         * wl-summary.el (toplevel): Ditto.
7430         * wl-template.el (toplevel): Ditto.
7431         * wl-thread.el (toplevel): Ditto.
7432         * wl-util.el (toplevel): Ditto.
7433         * wl-vars.el (toplevel): Ditto.
7434         * wl-xmas.el (toplevel): Ditto.
7435
7436 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7437
7438         * wl.el (wl-init): Added comment about `wl-init-hook'.
7439         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7440         * wl-vars.el (wl-init-hook): Added docs.
7441         (wl-make-plugged-hook): Removed useless docs.
7442         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7443         * wl-xmas.el (toplevel): Ditto.
7444
7445 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7446
7447         * wl-address.el (toplevel): Fixed multiple Author header format.
7448         * wl-demo.el (toplevel): Ditto.
7449         * wl-draft.el (toplevel): Ditto.
7450         * wl-folder.el (toplevel): Ditto.
7451         * wl-summary.el (toplevel): Ditto.
7452         * wl-thread.el (toplevel): Ditto.
7453         * wl-util.el (toplevel): Ditto.
7454         * wl-vars.el (toplevel): Ditto.
7455         * wl-version.el (toplevel): Ditto.
7456         * wl-xmas.el (toplevel): Ditto.
7457         * wl.el (toplevel): Ditto.
7458
7459         * wl-version.el (toplevel): Added require `elmo-version' for
7460         `product-version-as-string'.
7461
7462 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-vars.el (wl-draft-send-hook): Changed default value to
7465         '(wl-draft-config-exec).
7466
7467         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7468         explicitly.
7469         (wl-draft): Set `wl-draft-config-exec-flag' before running
7470         `wl-mail-setup-hook'.
7471
7472         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7473         `wl-biff-init-icons' to `wl-init-hook' instead of
7474         `wl-make-plugged-hook'.
7475         (Because if `wl-draft' command is invoked at first,
7476         they are not initialized)
7477         Updated copyright notice.
7478
7479         * wl-e21.el (toplevel): Ditto;
7480
7481         * wl-demo.el (toplevel): Updated copyright notice.
7482         * wl-address.el (toplevel): Ditto.
7483         * wl-draft.el (toplevel): Ditto.
7484         * wl-version.el (toplevel): Ditto.
7485         * wl-folder.el (toplevel): Ditto.
7486         * wl-summary.el (toplevel): Ditto.
7487         * wl-thread.el (toplevel): Ditto.
7488         * wl-util.el (toplevel): Ditto.
7489         * wl-vars.el (toplevel): Ditto.
7490         * wl.el (toplevel): Ditto.
7491
7492 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-highlight.el (wl-highlight-message): Fixed problem of
7495         highlighting failure which occured when the last field contains
7496         multiple lines in the draft buffer.
7497
7498         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7499         `wl-biff-start' if plugged.
7500
7501         * wl-util.el (wl-biff-check-folder): New function.
7502         (wl-biff-check-folders): Don't set session name prefix.
7503         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7504         (wl-biff-check-folder-async): Ditto.
7505
7506         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7507         in email address.
7508
7509 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7510
7511         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7512
7513         * wl-draft.el (wl-draft-strip-subject-re): New function.
7514
7515         * wl-draft.el (wl-draft-reply): Use it.
7516
7517 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7518
7519         * wl-message.el (wl-mmelmo-message-redisplay): Use
7520         `mime-display-message' instead of `wl-mime-display-message'.
7521
7522         * wl-mime.el (toplevel): Removed compatibility workaround
7523         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7524         (wl-mime-display-message): Abolished.
7525         (wl-mime-entity-read-field): Ditto.
7526         (wl-mime-combine-message/partial-pieces): Use
7527         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7528
7529 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7530
7531         * wl-template.el: Doc fixes.
7532
7533 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7534
7535         * wl-e21.el (wl-message-overload-functions): Do nothing if
7536         `current-local-map' is not available.
7537         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7538
7539 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7540
7541         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7542         representation.
7543
7544         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7545         number.
7546         (wl-fldmgr-save-folders): Don't use `format' when insert
7547         `wl-fldmgr-folders-header'.
7548
7549 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7550
7551         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7552
7553 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-highlight.el (wl-highlight-message):
7556         Use `std11-field-end' to detect end point of the header field.
7557         Refer `wl-highlight-max-header-size'.
7558
7559         * wl-vars.el (wl-highlight-max-header-size): New variable.
7560
7561         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7562
7563         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7564         Set `for-draft' argument of wl-highlight-headers.
7565         (wl-draft): Ditto.
7566         (wl-draft-reedit): Ditto.
7567         (wl-user-agent-compose-internal): Ditto.
7568
7569 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7570
7571         * wl-message.el (wl-message-add-button): Use overlay.
7572
7573 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7576
7577         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7578         problem when group-list content is nothing.
7579         (Reported by Mito <mit@nines.nec.co.jp>)
7580
7581 2000-10-18  SAITO Atsunori <sai@yedo.com>
7582
7583         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7584
7585 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7586
7587         * tm-wl.el (toplevel): Use product-provide.
7588
7589 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * Version number is increased to 2.3.92.
7592
7593 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7594
7595         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7596         title text, use `display' property for left margin under Emacs 21.
7597
7598         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7599         properties.
7600         (wl-plugged-init-icons): Ditto.
7601
7602 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7603
7604         * wl.el (wl-save-status, wl-init): Remove last period in
7605         "...done." message.
7606         * tm-wl.el (wl-summary-burst): Ditto.
7607         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7608         wl-summary-resume-cache-status,
7609         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7610         wl-summary-sync-update3, wl-summary-highlight-msgs,
7611         wl-summary-flush-pending-append-operations,
7612         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7613         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7614         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7615         wl-thread-open-all): Ditto.
7616         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7617         * wl-mime.el (wl-summary-burst): Ditto.
7618         * wl-highlight.el (wl-highlight-summary): Ditto.
7619         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7620         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7621         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7622         * wl-address.el (wl-local-address-init): Ditto.
7623
7624 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7625
7626         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7627         `add-text-properties'.
7628         (wl-plugged-init-icons): Ditto.
7629         (wl-folder-init-icons): Use `propertize' instead of
7630         `put-text-property'.
7631         (wl-plugged-set-folder-icon): Ditto.
7632         (wl-e21-highlight-folder-group-line): Ditto.
7633
7634 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7635
7636         * wl-version.el (wl-version-status-alist): New variable.
7637         (wl-version-status): New function.
7638
7639         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7640         "Cc" part of the case "Reply-To".
7641
7642         * wl-draft.el (wl-draft-reply): Use result of
7643         `eword-extract-address-components'.
7644
7645         * wl-demo.el (wl-demo-icon-name): New constant.
7646         (wl-logo-xpm): Use it.
7647         (wl-logo-xbm): Ditto.
7648         (wl-logo-bitmap): Ditto.
7649
7650         * Version number is increased to 2.3.91.
7651
7652 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7653
7654         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7655         (wl-extended-emacs-version, wl-extended-emacs-version2,
7656         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7657         docstring.
7658
7659         * wl-version.el (wl-generate-user-agent-string-1): New function.
7660         (wl-generate-user-agent-string): Use it.
7661
7662         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7663         `mime-edit-insert-user-agent-field'.
7664         (wl-generate-user-agent-string): Check
7665         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7666
7667         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7668         instead of `if', when verbose case.
7669
7670 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7671
7672         * wl-expire.el (wl-summary-expire): Fix.
7673
7674 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7675
7676         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7677         and `elmo-lost+found-folder' if 'wl-draft.
7678         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7679
7680 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7681
7682         * wl-expire.el (wl-summary-expire): Change messages.
7683         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7684         `deleing-info' instead of "Deleting..."
7685
7686 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7687
7688         * wl-summary.el (wl-summary-refile-subr): Fix.
7689
7690 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7691
7692         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7693         if pipe folder.
7694
7695 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7696
7697         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7698
7699 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7700
7701         * wl-expire.el (wl-expire-hide): New function.
7702         (wl-summary-expire): Add `hide'.
7703
7704 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-vars.el (wl-draft-reply-without-argument-list):
7707         Changed default value to consider `Reply-To:'.
7708         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7709
7710         * Version number is increased to 2.3.90.
7711
7712         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7713         elmo-imap4-get-session with unwind-protect.
7714         Don't cause error.
7715         (wl-summary-sync-marks): Don't check plugged nor folder type.
7716         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7717         (Always keep current buffer).
7718
7719 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7720
7721         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7722         Enclose with `save-excursion'.
7723
7724 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7725
7726         * wl-version.el (wl-version): Remove interactive.
7727
7728 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7729
7730         * wl-version.el (wl-generate-user-agent-string): Use
7731         `product-string-verbose' instead of `product-string-1'.
7732
7733 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7734
7735         * wl-vars.el (wl-draft-use-cache): New variable.
7736         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7737         if wl-draft-use-cache is non-nil.
7738
7739 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7740
7741         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7742         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7743
7744 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7747         (wl-thread-msg-mark-as-unread): Ditto.
7748
7749         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7750         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7751         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7752         Don't set mark in summary if return value of `elmo-mark-as-read'
7753         is nil.
7754         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7755         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7756         instead of `wl-thread-msg-mark-as-read'.
7757         (wl-summary-mark-as-unread-region): Ditto.
7758         (wl-summary-target-mark-mark-as-read): Ditto.
7759
7760         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7761
7762 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7765
7766         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7767
7768 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7771         face.
7772
7773 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7774
7775         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7776         `running-xemacs'.
7777
7778 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7779
7780         * wl-version.el (toplevel): Use `product-version-as-string' for
7781         set verstion-string, if defined.
7782
7783         * wl-version.el (wl-version-show): Insert string at point, when
7784         call with argument.
7785
7786         * wl-version.el (wl-generate-user-agent-string): Use
7787         `product-string-1' instead of `wl-appname', `wl-version' and
7788         `wl-codename'.
7789
7790 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7791
7792         * wl-address.el (toplevel): Use product-provide.
7793         * wl-demo.el (toplevel): Ditto.
7794         * wl-dnd.el (toplevel): Ditto.
7795         * wl-draft.el (toplevel): Ditto.
7796         * wl-e21.el (toplevel): Ditto.
7797         * wl-expire.el (toplevel): Ditto.
7798         * wl-fldmgr.el (toplevel): Ditto.
7799         * wl-folder.el (toplevel): Ditto.
7800         * wl-highlight.el (toplevel): Ditto.
7801         * wl-message.el (toplevel): Ditto.
7802         * wl-mime.el (toplevel): Ditto.
7803         * wl-mule.el (toplevel): Ditto.
7804         * wl-nemacs.el (toplevel): Ditto.
7805         * wl-refile.el (toplevel): Ditto.
7806         * wl-score.el (toplevel): Ditto.
7807         * wl-summary.el (toplevel): Ditto.
7808         * wl-template.el (toplevel): Ditto.
7809         * wl-thread.el (toplevel): Ditto.
7810         * wl-util.el (toplevel): Ditto.
7811         * wl-vars.el (toplevel): Ditto.
7812         * wl-xmas.el (toplevel): Ditto.
7813         * wl.el (toplevel): Ditto.
7814
7815 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7816
7817         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7818         instead of product.
7819
7820         * wl-version.el (wl-version): Compile time evalution elmo-version.
7821
7822 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7823
7824         * wl-summary.el (wl-summary-sync-force-update): Append queue
7825         `mark-as-read'if unplugged.
7826
7827 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7828
7829         * wl-version.el: New file.  Use product.el.
7830         * wl.el: add (require 'wl-version).
7831         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7832         for ~/.folders header.
7833         (wl-fldmgr-folders-header): Changed.
7834         * wl-demo.el (wl-demo): Use product.el.
7835
7836         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7837         wl-version.el.
7838         * wl-util.el (wl-version, wl-version-show): Ditto.
7839
7840         * wl-util.el (wl-generate-user-agent-string,
7841         wl-extended-emacs-version, wl-extended-emacs-version2,
7842         wl-extended-emacs-version3): Move to wl-version.el.
7843         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7844         xemacs-codename, mime-edit-insert-user-agent-field,
7845         mime-edit-user-agent-value, mime-editor/version,
7846         mime-editor/codename): Compile warning killer move to
7847         wl-version.el
7848
7849 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7850
7851         * wl-summary.el (wl-summary-refile-subr): Fix.
7852
7853 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7856         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7857
7858 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7859
7860         * wl.el (wl-check-environment): Check too many `@'.
7861
7862 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7863
7864         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7865
7866 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7867
7868         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7869         wl-draft-reply-myself-without-argument-list): Add variables.
7870         * wl-draft.el (wl-draft-reply): Use it.
7871
7872 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7873
7874         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7875         the 5th argument of `elmo-network-get-spec'.
7876
7877         * wl-thread.el (wl-thread-reparent-children): New inline function.
7878         (wl-thread-delete-message): Use it.
7879
7880         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7881         (wl-summary-score-update-all-lines): Don't use `dolist'.
7882
7883 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7884
7885         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7886         (require 'elmo-msgdb) for inline function.
7887
7888 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7889
7890         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7891
7892 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7893
7894         * wl-score.el (wl-score-headers): Fix for the confusing macro
7895         `elmo-kill-buffer'.
7896
7897 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7898
7899         * wl-summary.el: Don't use the 3rd argument of `require' because
7900         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7901         * wl-util.el: Ditto.
7902         * wl-draft.el: Ditto.
7903
7904 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7905
7906         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7907         window system is not used.
7908
7909 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7910
7911         * wl-thread.el: Don't use `mapcar' only for iteration.
7912         (wl-thread-resume-entity): Ditto.
7913         (wl-thread-delete-message): Ditto.
7914
7915         * wl-summary.el: Bind `dragdrop-drop-functions',
7916         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7917         of `require' for `timezone', `easymenu' and `ps-print';
7918         don't use `mapcar' only for iteration.
7919
7920         * wl-util.el: Bind `mule-version', `nemacs-version',
7921         `emacs-beta-version', `xemacs-codename',
7922         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7923         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7924         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7925         only for iteration.
7926
7927         * wl-score.el: Don't use `mapcar' only for iteration.
7928         (wl-score-simplify-buffer-fuzzy): Ditto.
7929         (wl-score-simplify-subject): Ditto.
7930         (wl-score-headers): Ditto.
7931         (wl-summary-score-update-all-lines): Ditto.
7932
7933         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7934         `enable-multibyte-characters' and `mule-version'.
7935
7936         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7937         `mapcar' only for iteration.
7938
7939         * wl-demo.el: Don't use `mapcar' only for iteration.
7940
7941         * wl-folder.el: Don't use `mapcar' only for iteration.
7942         (wl-folder-open-all): Ditto.
7943         (wl-folder-count-incorporates): Ditto.
7944
7945         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7946         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7947
7948         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7949         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7950         `smtp-connection-type'; specify 3rd argument of `require' for
7951         `timezone'; don't use `mapcar' only for iteration.
7952         (wl-draft-clone-local-variables): Don't use `mapcar'.
7953         (wl-draft-generate-clone-buffer): Ditto.
7954         (wl-user-agent-compose-internal): Ditto.
7955
7956         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7957
7958         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7959         (wl-save-status): Ditto.
7960
7961         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7962         for iteration.
7963
7964 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7967         removed `Date'.
7968         (wl-fldmgr-make-filter-default): New user option.
7969
7970         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7971         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7972         (wl-fldmgr-filter-completion-alist): Abolish.
7973
7974         * wl.el (wl): Don't check servers if arg is non-nil.
7975
7976         * wl-draft.el (wl-draft-reply): Set only message-id string to
7977         In-Reply-To field.
7978
7979 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7980
7981         * wl-summary.el (wl-summary-pick): Rewrite.
7982
7983         * wl-draft.el (wl-draft-forward): Get references field from
7984         original buffer.
7985         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7986
7987 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7988
7989         * wl-draft.el (wl-draft-forward): Add references field.
7990
7991 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7994         (wl-draft-reply): Use it.
7995
7996 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7997
7998         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7999         when Emacs 21 is running.
8000
8001         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8002         bindings.
8003
8004 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8005
8006         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8007         XPM icons transparent.
8008
8009         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8010         Emacs 21.
8011
8012 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8013
8014         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8015         nil.
8016
8017         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8018         when it is persistent.
8019         (wl-summary-sync-marks): Changed argument for
8020         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8021         (wl-summary-virtual): Use `elmo-read-search-condition'.
8022         (wl-summary-redisplay-internal): If folder is local, mark as read
8023         even when folder is plugged.
8024
8025 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8026
8027         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8028         of `tool-bar-lines' in the frame parameters.
8029         (after-make-frame-functions, post-command-hook): Don't modify the
8030         value.
8031         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8032         wl-e21-tool-bar-lines): Removed.
8033
8034 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8035
8036         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8037         properties `evaporate' and `wl-momentary-overlay' as well.
8038         (wl-highlight-summary-displaying): Ditto.
8039         (wl-delete-all-overlays): Don't delete overlay which does not have
8040         a property `wl-momentary-overlay'.
8041
8042         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8043         `display-mouse-p' and `display-graphic-p'.
8044         (wl-folder-init-icons): Don't search for XBM or the other files.
8045         (wl-plugged-set-folder-icon): Make icons if and only if
8046         `display-graphic-p' returns non-nil.
8047         (wl-highlight-plugged-current-line): Use `before-string' overlay
8048         property to show icon images.
8049         (wl-highlight-folder-current-line): Ditto.
8050         (wl-e21-highlight-folder-group-line): Ditto.
8051         (wl-e21-highlight-folder-by-numbers): Ditto.
8052         (wl-e21-insert-image): Removed.
8053         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8054         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8055         said.
8056         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8057         `wl-e21-force-switch-toolbar'.
8058         (wl-e21-make-icon-image): Removed.
8059         (wl-e21-setup-toolbar): Don't search for XBM files.
8060         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8061         the default value.
8062
8063 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8064
8065         * wl-util.el (wl-biff-check-folder-async): Set
8066         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8067
8068 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8069
8070         * wl-e21.el (after-make-frame-functions): Add
8071         `wl-e21-force-switch-toolbar'.
8072         (wl-e21-force-switch-toolbar): New function force to switch the
8073         toolbar appearance automatically.
8074         (post-command-hook): Add `wl-e21-switch-toolbar'.
8075         (wl-e21-switch-toolbar): New function to switch the toolbar
8076         appearance automatically.
8077         (wl-e21-tool-bar-lines): New buffer local variable.
8078
8079 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-util.el (wl-biff-check-folders-running): New variable.
8082         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8083         (wl-biff-check-folder-async-callback):
8084         Set `wl-biff-check-folders-running'.
8085         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8086         with unwind-protect.
8087
8088         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8089         Enclose `wl-folder-auto-check' with unwind-protect.
8090
8091         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8092         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8093
8094         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8095
8096         * wl-util.el (wl-biff-notify): New inline function.
8097         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8098         locally.
8099         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8100         folder-list' is 1.
8101         Use `wl-biff-notify'.
8102         (wl-biff-check-folder-async-callback): New function.
8103         (wl-biff-check-folder-async): Ditto.
8104
8105         * wl-folder.el (wl-folder): Don't check folders.
8106         (wl-folder-auto-check): New function.
8107
8108 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8109
8110         * wl-util.el (wl-biff-start) [Emacs19+]:
8111         Use `timer-next-integral-multiple-of-time'.
8112         (wl-biff-check-folders): Use `wl-default-folder'
8113         if `wl-biff-check-folder-list' is nil.
8114
8115 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8116
8117         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8118         instead of `elmo-delete-lists'.
8119
8120 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8121
8122         * wl.el (wl-plugged-toggle-all): Set the value of
8123         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8124         (wl-plugged-toggle): Ditto.
8125         (wl-toggle-plugged): Ditto.
8126         (wl-plugged-init): Ditto.
8127
8128         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8129         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8130         instead of `wl-biff-state-indicator-off' and
8131         `wl-biff-state-indicator-on'; don't modify the value and the type
8132         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8133         (wl-plugged-init-icons): Set icons data to
8134         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8135         instead of `wl-plug-state-indicator-off' and
8136         `wl-plug-state-indicator-on'; don't modify the value and the type
8137         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8138
8139         * wl-vars.el (wl-modeline-biff-state-off,
8140         wl-modeline-biff-state-on, wl-modeline-biff-status,
8141         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8142         wl-modeline-plug-status): New internal variables.
8143         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8144         wl-biff-check-interval, wl-biff-check-folder-list): Change
8145         customization group from `wl-folder' to `wl-highlight'.
8146         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8147         wl-show-plug-status-on-modeline): Defcustomized.
8148
8149         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8150         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8151         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8152         a flag to `mode-line-buffer-identification'.
8153
8154         * wl-e21.el (wl-biff-init-icons): Set icons data to
8155         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8156         instead of `wl-biff-state-indicator-off' and
8157         `wl-biff-state-indicator-on'.
8158         (wl-plugged-init-icons): Set icons data to
8159         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8160         instead of `wl-plug-state-indicator-off' and
8161         `wl-plug-state-indicator-on'.
8162
8163 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8164
8165         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8166         excessive titles.
8167
8168 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8169
8170         * wl.el (wl-plugged-mode): Use revised
8171         `wl-mode-line-buffer-identification'.
8172         (wl-plugged-init): Don't use `force-mode-line-update'.
8173
8174         * wl-xmas.el (wl-draft-overload-functions): Use revised
8175         `wl-mode-line-buffer-identification'.
8176         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8177         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8178         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8179         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8180         `wl-make-plugged-hook';
8181         add `wl-folder-init-icons' and `wl-setup-folder' to
8182         `wl-folder-mode-hook'.
8183
8184         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8185         19 as well.
8186         (wl-mode-line-display-priority-list): New user option.
8187         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8188         Defcustomized.
8189         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8190         Add docs.
8191
8192         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8193         start.
8194         (wl-mode-line-buffer-identification): Revised as a function.
8195
8196         * wl-summary.el (wl-summary-mode): Use revised
8197         `wl-mode-line-buffer-identification'; don't call
8198         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8199         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8200         `wl-xmas-setup-summary'.
8201
8202         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8203         `wl-mode-line-buffer-identification'.
8204
8205         * wl-mule.el (wl-draft-overload-functions): Use revised
8206         `wl-mode-line-buffer-identification'.
8207
8208         * wl-folder.el (wl-make-plugged-alist): Don't call
8209         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8210         (wl-folder): Don't call `wl-folder-init-icons' directly.
8211         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8212         `wl-xmas-setup-folder' directly;
8213         use revised `wl-mode-line-buffer-identification'.
8214         (TopLevel): Don't bind `wl-biff-init-icons',
8215         `wl-plugged-init-icons', `wl-folder-init-icons',
8216         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8217
8218         * wl-e21.el (wl-draft-overload-functions): Use revised
8219         `wl-mode-line-buffer-identification'.
8220         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8221         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8222         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8223         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8224         `wl-make-plugged-hook';
8225         add `wl-folder-init-icons' and `wl-setup-folder' to
8226         `wl-folder-mode-hook'.
8227
8228 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8229             Katsumi Yamaoka    <yamaoka@jpl.org>
8230
8231         * wl.el (wl): Call `wl-biff-start'.
8232         (wl-exit): Call `wl-biff-stop'.
8233         (wl-plugged-mode): Show biff in modeline.
8234         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8235
8236         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8237         (wl-biff-init-icons): New function.
8238         (wl-plugged-init-icons): Don't make too much keymaps.
8239         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8240
8241         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8242         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8243         variables.
8244         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8245         options.
8246
8247         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8248         wl-biff-start, wl-biff-stop): New functions.
8249         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8250         (wl-biff-timer-name): New variable.
8251
8252         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8253
8254         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8255         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8256
8257         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8258         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8259
8260         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8261         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8262         `wl-folder-init-icons' to `ignore' if they are not available.
8263         (wl-folder-mode): Show biff in modeline.
8264
8265         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8266         (wl-biff-init-icons): New function.
8267         (wl-plugged-init-icons): Don't make too much keymaps.
8268         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8269
8270 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8271
8272         * wl-vars.el (wl-strict-diff-folders): Customization Type
8273         and doc fix.  Define as a list of regular expressions for
8274         folders or nil.
8275         * wl-folder.el (wl-folder-check-one-entity): Use
8276         `wl-string-match-member' instead of `wl-string-member' for
8277         `wl-strict-diff-folders'.
8278
8279 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8280
8281         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8282         (wl-highlight-folder-current-line): Use it; new implementation.
8283         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8284         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8285         `defsubst' instead of `defun'.
8286
8287         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8288         `wl-highlight-group-folder-by-numbers'; made it can also be a
8289         number.  See info for more details.
8290
8291         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8292         running.
8293
8294         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8295         to bind them.
8296
8297         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8298         (wl-highlight-folder-current-line): New implementation.
8299
8300         * wl-highlight.el (wl-highlight-folder-group-line): New
8301         implementation.
8302         (wl-delete-all-overlays): Rewrite as a marco.
8303         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8304
8305         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8306         running.
8307         (wl-folder-*-glyph): No need to bind them.
8308
8309         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8310         `wl-e21-highlight-folder-group-icon'; rewrite.
8311         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8312         `defsubst' instead of `defun'.
8313         (wl-folder-mode-map): Bind it when compiling.
8314
8315 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8316
8317         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8318
8319         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8320
8321 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8322
8323         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8324
8325 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8326
8327         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8328         (wl-highlight-folder-current-line): Use it.
8329
8330         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8331         in `id-name'.
8332
8333 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8334
8335         * wl.el: Require `wl-e21' when Emacs 21 is running.
8336
8337         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8338         default when Emacs 21 is running.
8339         (wl-use-highlight-mouse-line): Ditto.
8340         (wl-on-emacs21): New constant.
8341         (wl-on-emacs20): Removed.
8342
8343         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8344         Emacs 21 is running.
8345
8346         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8347         Emacs 21 is running.
8348
8349         * wl-e21.el: New file.
8350
8351 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8352
8353         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8354         (wl-toggle-plugged): Ditto.
8355         (wl-plugged-toggle): Ditto.
8356         (wl-plugged-toggle-all): Ditto.
8357
8358         * wl-vars.el (wl-plug-state-indicator): Refer
8359         `wl-plug-state-indicator-on' indirectly.
8360
8361 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8362
8363         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8364         Call `wl-folder-confirm-existence'.
8365
8366         * wl-folder.el (wl-folder-confirm-existence): Added optional
8367         argument `force'.
8368
8369 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8370
8371         * wl-summary.el (wl-summary-refile-subr): Assume
8372         `copy-or-refile' as symbol.
8373         (wl-summary-refile): Follow up above change.
8374         (wl-summary-copy): Ditto.  Doc fix.
8375
8376 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-summary.el (wl-summary-pick): Don't bind
8379         `elmo-search-mime-charset'.
8380
8381         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8382         default using old backquote style.
8383         (wl-search-mime-charset): Abolished.
8384
8385         * wl-highlight.el (wl-highlight-headers):
8386         Call `point' after `re-search-forward'(for Nemacs).
8387
8388         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8389         for elmo-imap4.el.
8390
8391 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8392
8393         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8394         `wl-message-ignored-field-list' instead of
8395         `mime-view-ignored-field-list'.
8396
8397         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8398         Add interactive spec.
8399         (wl-folder-goto-bottom-of-current-folder): Ditto.
8400         (wl-folder-mode-map): Bind them.
8401
8402         * wl-vars.el (wl-message-ignored-field-list): New variable.
8403         (wl-message-visible-field-list): New variable.
8404
8405         * wl-mime.el (wl-mime-header-presentation-method): New function.
8406         (wl-mime-setup): Set header-presentation-method.
8407
8408 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8409
8410         * wl-nemacs.el (wl-draft-overload-functions): Set
8411         `mode-line-buffer-identification' instead of using
8412         `wl-make-modeline'.
8413
8414         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8415         instead of using `wl-make-modeline'.
8416
8417         * wl-xmas.el (wl-plugged-init-icons): Set up
8418         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8419         (wl-make-modeline): Abolish.
8420         (wl-draft-overload-functions): Set
8421         `mode-line-buffer-identification' instead of using
8422         `wl-make-modeline'.
8423
8424         * wl-util.el (wl-make-modeline-subr): Abolish.
8425         (wl-mode-line-buffer-identification): New alias.
8426
8427         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8428         (wl-summary-make-modeline): Abolish.
8429         (wl-summary-buffer-set-folder): Set
8430         `wl-summary-buffer-folder-indicator'.
8431         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8432         of using `wl-make-modeline'.
8433         (wl-summary-switch-to-clone-buffer): Don't set
8434         `mode-line-buffer-identification'.
8435         (wl-summary-goto-folder-subr): Ditto.
8436
8437         * wl-mule.el (wl-draft-overload-functions): Set
8438         `mode-line-buffer-identification' instead of using
8439         `wl-make-modeline'.
8440
8441         * wl-folder.el (wl-folder-mode): Set
8442         `mode-line-buffer-identification' instead of using
8443         `wl-make-modeline'.
8444         (wl-folder): Don't set `mode-line-buffer-identification'.
8445
8446 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8447
8448         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8449         instead of `member' for `wl-refile-guess-func-list' look-ups.
8450         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8451
8452 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8453
8454         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8455         `wl-message-button-dispatcher'.
8456
8457         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8458
8459         * wl-message.el (wl-message-button-dispatcher): Use it.
8460
8461         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8462         "In-Reply-To".
8463
8464         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8465         Bind `case-fold-search' to t.
8466
8467 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8468
8469         * wl-xmas.el (wl-message-overload-functions): Initialize
8470         `wl-message-button-map'.
8471
8472         * wl-mule.el (wl-message-overload-functions): Initialize
8473         `wl-message-button-map'.
8474
8475         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8476
8477         * wl-message.el (wl-message-button-map): New keymap.
8478         (wl-message-add-button): New function.
8479         (wl-message-button-dispatcher): New function.
8480         (wl-message-button-refer-article): New function.
8481
8482         * wl-highlight.el
8483         (wl-highlight-message-add-buttons-to-header): New function.
8484         (wl-highlight-headers): Use it.
8485
8486 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8487
8488         * wl-summary.el (wl-summary-default-from): Use
8489         `wl-address-get-petname-1'.
8490         (wl-summary-simple-from): Ditto.
8491
8492         * wl-address.el (wl-address-get-petname-1): New inline function.
8493         (wl-address-get-petname): Use it.
8494
8495 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8496
8497         * wl-summary.el (wl-summary-default-from): Return full-name part
8498         from the address if no petname was found.
8499         (wl-summary-simple-from): Ditto.
8500
8501         * wl-address.el (wl-address-get-petname): Return nil if no petname
8502         associated with the address was found.
8503
8504 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8505
8506         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8507         display is finished.
8508
8509 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8510
8511         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8512         `elmo-folder-exists-p' argument.
8513
8514 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8515
8516         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8517         the folder.
8518
8519 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8520
8521         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8522
8523         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8524         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8525
8526 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8527
8528         * wl-folder.el (wl-folder-create-subr): New function.
8529         (wl-folder-confirm-existence): Use it.
8530         (wl-folder-check-one-entity): Use it.
8531         Check the error symbol is derived from 'elmo-open-error.
8532
8533         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8534         `ignore-error'.
8535
8536 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8537
8538         * wl-util.el (toplevel): Add (eval-when-compile (require
8539         'elmo-util)).  (Maybe `provide' is typo.)
8540
8541 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8544         (I don't know why this was needed.)
8545
8546         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8547         Follow up changes for stream-type.
8548
8549         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8550         (wl-draft-elmo-nntp-send): Ditto.
8551
8552         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8553         (wl-nntp-posting-stream-type): Ditto.
8554         (wl-pop-before-smtp-ssl): Abolished.
8555         (wl-nntp-posting-ssl): Ditto.
8556
8557         * wl-address.el (wl-address-quote-specials): New function.
8558         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8559
8560         * wl-draft.el (wl-draft-reply): Ditto.
8561
8562 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8563
8564         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8565         use function `wl-string-match-assoc'.
8566
8567 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8570
8571         * wl-draft.el (wl-draft-deduce-address-list): New function.
8572         (wl-draft-parse-mailbox-list): Ditto.
8573         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8574         instead of `smtp-deduce-address-list'.
8575         (wl-draft-on-field-p): Follow group list.
8576
8577         * wl-address.el (wl-address-concat-token): New function.
8578         (wl-address-string-without-group-list-contents): Ditto.
8579         (wl-complete-field-body): Fixed problem of completion
8580         by japanese petname.
8581         (wl-address-make-completion-list): Rewrite.
8582
8583 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8584
8585         * wl-address.el (wl-address-make-completion-list): Completion by
8586         petname.
8587         (wl-complete-field-body): Likewise.
8588
8589 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8590
8591         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8592         contains invalid address syntax.
8593
8594 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8595
8596         * wl-folder.el (wl-folder-check-entity-async): Use
8597         `elmo-nntp-spec-hostname'.
8598
8599 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8600
8601         * wl-summary.el (wl-summary-msgdb-load-async): Use
8602         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8603
8604 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8605
8606         * wl-draft.el (wl-draft-reply): Set argument
8607         `content-transfer-encoding' as nil.
8608
8609 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8610
8611         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8612         `wl-refile-alist'.
8613
8614 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8615
8616         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8617         (wl-draft-edit-string): Ditto.
8618         (wl-draft-forward): Ditto.
8619         * wl-summary.el (wl-summary-write): Ditto.
8620
8621 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8622
8623         * wl-summary.el (wl-summary-sync-update3): Call
8624         `wl-summary-buffer-number-column-detect'.
8625         (wl-summary-buffer-number-column-detect): Search from point-min.
8626
8627 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8630         contains an address which is not included in original to or cc.
8631
8632 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8633
8634         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8635         begin-line does not exist.
8636         * wl-message.el (wl-message-uu-substring): Ditto.
8637
8638 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8641         clear local variables.
8642         (wl-summary-exit): Call `elmo-commit'.
8643         (wl-summary-switch-to-clone-buffer): Call
8644         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8645         (wl-summary-goto-folder-subr): Ditto.
8646
8647         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8648         POP folder.
8649
8650 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8651
8652         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8653         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8654         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8655         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8656         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8657         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8658
8659         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8660
8661 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8662
8663         * wl-summary.el (wl-summary-search-by-subject):
8664         Search parent message from the latest one.
8665
8666 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8669         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8670
8671         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8672         New user option.
8673
8674         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8675         if elmo-nntp-use-killed-list is nil.
8676         Use `elmo-msgdb-append-to-killed-list'.
8677         (Append numbers confirmed as disappeared to the killed list.)
8678         (wl-summary-confirm-appends): Don't display negative number.
8679
8680 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8681
8682         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8683
8684 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8687         range is `all'.
8688         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8689         `elmo-list-bigger-diff'.
8690
8691 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-summary.el (wl-summary-buffer-exit-func):
8694         New buffer local variable.
8695         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8696
8697 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8698
8699         * wl-demo.el (wl-demo): Fix the last change.
8700
8701 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8702
8703         * wl-demo.el (wl-demo): Don't use `eval'.
8704
8705 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8706
8707         * wl-summary.el (wl-summary-buffer-thread-modified):
8708         New buffer-local variable.
8709         (wl-summary-set-thread-modified): New function.
8710         (wl-summary-thread-modified-p): New function.
8711         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8712         (wl-summary-yank-saved-message): Use function
8713         `wl-summary-set-thread-modified'
8714         (wl-summary-switch-to-clone-buffer): Add
8715         `wl-summary-buffer-thread-modified'.
8716
8717         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8718         (wl-summary-buffer-mark-saved-hook): Ditto.
8719         * wl-summary.el (wl-summary-msgdb-save): New hook
8720         `wl-summary-buffer-message-saved-hook' and
8721         `wl-summary-buffer-mark-saved-hook'.
8722
8723 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8724
8725         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8726
8727 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8728
8729         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8730         don't hide scroll bars under FSF Emacsen because it may incur an
8731         undesirable redrawing.
8732
8733 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8734
8735         * wl-draft.el (wl-draft-edit-string): Call
8736         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8737
8738 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8739
8740         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8741
8742 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8743
8744         * wl-summary.el (wl-summary-msgdb-load-async): Call
8745         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8746
8747 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8748
8749         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8750         fringes in demo buffer; center bitmap logo correctly even if old
8751         Mule is used.
8752
8753 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8754
8755         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8756
8757         * wl-refile.el (wl-refile-subject-alist): New variable.
8758         (wl-refile-subject-alist-file-name): Ditto.
8759         (wl-refile-alist-setup): Rewrite.
8760         (wl-refile-alist-save): Use `elmo-object-save'.
8761         Eliminated arguments.
8762         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8763         (wl-refile-guess-by-subject): New function.
8764         (wl-refile-guess-func-list): Added it.
8765
8766 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8767
8768         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8769         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8770
8771 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8774         New buffer-local variable.
8775         (wl-summary-buffer-next-folder-func): Ditto.
8776         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8777         if non-nil.
8778         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8779         if non-nil.
8780         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8781         if non-nil.
8782         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8783         if non-nil.
8784
8785 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8786
8787         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8788         permanently in the demo buffer.
8789
8790 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8791
8792         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8793         `mime-entity-fetch-field'.
8794
8795         * wl.el (wl-exit): Delete plugged buffer.
8796
8797         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8798         XEmacs has menubar feature.
8799
8800 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8801
8802         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8803         cannot arrive at the beginning of the buffer under old Emacsen.
8804
8805 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-address.el (wl-address-ldap-search):
8808         Call `ldap-search-entries' with `withdn' argument t.
8809         (wl-complete-field-body): Bind completion-ignore-case as t.
8810         Clear ldap search hash when it was sole completion.
8811         Use elmo-string for pattern string.
8812         (wl-ldap-alias-safe-string): Eliminated needless let.
8813
8814 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8815
8816         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8817         (wl-ldap-alias-sep): New constant.
8818         (wl-ldap-search-attribute-type-list): Ditto.
8819         (wl-ldap-get-value): New function.
8820         (wl-ldap-make-filter): Ditto.
8821         (wl-ldap-make-matched-value-list): Ditto.
8822         (wl-ldap-alias-safe-string): Ditto.
8823         (wl-ldap-register-dn-string): Ditto.
8824         (wl-address-ldap-search): Rewrite.
8825
8826 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8827
8828         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8829         thread is deleted.
8830         (wl-thread-delete-line-from-buffer): Ditto.
8831         (wl-thread-get-exist-children): New function.
8832
8833 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8834
8835         * wl-demo.el (wl-demo): Made it to select various image types.
8836         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8837         from `wl-title-logo'.
8838         (wl-logo-ascii): New variable.
8839         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8840         (wl-demo-copyright-notice): New constant.
8841
8842         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8843
8844 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8845
8846         * wl-vars.el (wl-summary-target-above): Renamed from
8847         wl-summary-temp-above.
8848         * wl-score.el (wl-score-get-score-alist): Use it.
8849         (wl-summary-score-update-all-lines): Use it.
8850         * wl-summary.el: Ditto. (make-variable-buffer-local).
8851
8852 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-vars.el (wl-ldap-port): New user option.
8855
8856         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8857         Rewite whole implementation.
8858         (wl-complete-field-body): Fixed.
8859
8860 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8861
8862         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8863         Choose implementation at compile time.
8864
8865 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8866
8867         * wl-address.el (wl-ldap-search-internal): New function.
8868         (wl-complete-field-to): Use it.
8869
8870 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8873         Use `let' instead of `let*'.
8874         Require 'wl-vars.
8875
8876         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8877         Define as defcustom.
8878         (wl-ldap-base): Ditto.
8879         (wl-use-ldap): Ditto.
8880
8881 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8882
8883         * wl-address.el (wl-ldap-search): New function.
8884         (wl-complete-field-body): Use `wl-ldap-search'.
8885         (wl-ldap-server): New variable.
8886         (wl-ldap-base): Ditto.
8887         (wl-use-ldap): Ditto.
8888
8889 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8890
8891         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8892         (Pointed out by Mito <mit@nines.nec.co.jp>).
8893         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8894         buffer-local variables like `wl-summary-redisplay-internal'.
8895         (wl-summary-redisplay-all-header): Likewise.  Update
8896         Summary view too.
8897
8898 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-summary.el (wl-summary-jump-to-parent-message):
8901         Consider prefix argument.
8902
8903         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8904         when closed thread is deleted.
8905
8906 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8907
8908         * wl-summary.el (wl-summary-jump-to-parent-message):
8909         Consider thread modification.
8910
8911 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8912
8913         * wl-message.el (wl-message-normal-get-original-buffer): Use
8914         `save-excursion'.
8915
8916         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8917         (wl-summary-showto-folder-regexp): Ditto.
8918
8919 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8920
8921         * wl-util.el (wl-delete-alist): Doc fix.
8922         (wl-delete-associations): New function.
8923         (wl-inverse-alist): New function.
8924         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8925         Split temporary variables. Use `wl-delete-associations'
8926         and `wl-inverse-alist'.
8927         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8928
8929 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8930
8931         * wl-folder.el (wl-folder-prefetch-entity):
8932         Execute prefetching if new count is unknown.
8933
8934 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8935
8936         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8937
8938         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8939         delete entity.
8940         (wl-thread-set-parent): If insert as top, set linked as nil.
8941
8942         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8943         `wl-thread-cleanup-symbols' when view mode is thread.
8944
8945 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8946
8947         * wl-folder.el (wl-folder-create-folder-entity): Use
8948         with-current-buffer.
8949         (wl-local-folder-init): Call set-buffer to make sure we are in
8950         the Folder buffer. Don't touch buffer-local variables here.
8951         (wl-folder-mode): Initialize buffer-local variables here.
8952
8953         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8954         (wl-folder-entity-assign-id): Ditto.
8955         (wl-folder-create-entity-hashtb): Ditto.
8956         (wl-local-folder-init): Ditto.
8957         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8958
8959 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8960
8961         * wl-summary.el (wl-summary-default-from): Fix probrem when
8962         std11-extract-address-components return (nil "foo@bar").
8963
8964 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8965
8966         * wl-draft.el (wl-draft-clone-local-variables):
8967         Remove redundant `setq'.
8968
8969 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8970
8971         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8972         Bind wl-highlight-x-face-func as nil while highlighting header.
8973
8974 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8975
8976         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8977
8978 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8979
8980         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8981         elmo-msgdb-overview-hashtb from copy-variables.
8982         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8983         instead of `elmo-msgdb-overview-get-entity-by-number'.
8984         (wl-summary-auto-refile): Ditto.
8985
8986         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8987         `elmo-msgdb-overview-get-entity' instead of
8988         `elmo-msgdb-search-overview-entity'.  Use
8989         `elmo-msgdb-overview-get-entity' instead of
8990         `elmo-msgdb-overview-get-entity-by-number'.
8991         (wl-thread-insert-entity-sub): Ditto.
8992         (wl-thread-insert-message): Ditto.
8993
8994         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8995         `elmo-msgdb-overview-get-entity'.
8996         (wl-normal-message-redisplay): Ditto.
8997
8998 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8999
9000         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9001         `wl-thread-entities'.
9002         (wl-thread-delete-message): Fix remove top message from
9003         `wl-thread-entity-list'.
9004
9005         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9006         wl-append(nconc), because update-list is broken on Meadow.
9007
9008         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9009         updating process.
9010         (wl-summary-rescan): Ditto.
9011         (wl-summary-sync-update3): Ditto.
9012         * wl-thread.el (wl-thread-set-parent): Renamed from
9013         `wl-summary-set-parent'.
9014         (wl-thread-insert-message): Updating buffer faster.
9015         (wl-thread-delete-message): Updating buffer faster.
9016
9017         * wl-score.el (wl-summary-score-update-all-lines): Changed
9018         interval for display progress gauge.
9019
9020 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9021
9022         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9023         folder always-sticky.
9024         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9025         defmacro.
9026
9027 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9028
9029         * wl-vars.el (wl-draft-add-references): New user option.
9030
9031         * wl-draft.el (wl-draft-add-references): New function.
9032         (wl-draft-yank-from-mail-reply-buffer): Use it.
9033         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9034         as nil.
9035
9036 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9037
9038         * wl-thread.el (wl-thread-update-line-msgs): Called
9039         `wl-thread-update-line-on-buffer-sub'.
9040         (wl-thread-update-line-on-buffer): Delete routine of inserting
9041         thread.
9042         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9043         moved from `wl-thread-update-line-on-buffer'.
9044         Add threshold for displaying progress gauge.
9045         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9046         argument of `wl-thread-update-line-msgs'.
9047         Add threshold for displaying progress gauge.
9048         * wl-folder.el:
9049         Add threshold for displaying progress gauge.
9050         * wl-score.el: Ditto.
9051
9052         * wl-expire.el (wl-summary-expire): Display deleting info.
9053
9054 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9055
9056         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9057         `no-msg'.
9058         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9059         argument of `wl-thread-update-line-msgs'.
9060         (wl-summary-set-parent): Added optional argument `parent-number'.
9061         (wl-summary-buffer-saved-message): New buffer local variable.
9062         (wl-summary-save-current-message): New command.
9063         (wl-summary-yank-saved-message): Ditto.
9064         (wl-summary-mode-map): Added key binding for
9065         `wl-summary-save-current-message' (\ew) and
9066         `wl-summary-yank-saved-message' (\C-y).
9067         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9068
9069 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9070
9071         * wl-summary.el (wl-summary-mode-map): Added key binding for
9072         `wl-summary-set-parent' (ts).
9073
9074 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9075
9076         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9077         subject faster. If thread number is reverse, delayed updating
9078         thread.
9079         (wl-summary-search-by-subject): Ditto.
9080         (wl-summary-put-alike): Ditto.
9081         (wl-summary-get-alike): Ditto.
9082         (wl-summary-insert-headers): Insert header of all overview in
9083         buffer.
9084         (wl-summary-rescan): Delayed updating thread. Kill search subject
9085         buffer for wl-summary-search-by-subject.
9086         (wl-summary-sync-update3): Ditto.
9087         (wl-summary-exit): Ditto.
9088         (wl-summary-goto-bottom-of-current-thread): Change for linked
9089         thread.
9090         (wl-summary-overview-create-summary-line): Change line for linked
9091         thread.
9092
9093         * wl-summary.el (wl-summary-update-thread): Use
9094         wl-thread-maybe-get-children-num.
9095         (wl-summary-set-parent): If change parent, move sub thread.
9096         (wl-summary-redisplay-internal): Add horizontal recenter.
9097         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9098
9099         * wl-thread.el (wl-thread-entity-get-linked): New function.
9100         (wl-thread-entity-set-linked): New function.
9101         (wl-thread-create-entity): Add linked element.
9102         (wl-thread-entity-insert-as-top): Use wl-append.
9103         (wl-thread-maybe-get-children-num): If closing thread, return
9104         children msgs.
9105         (wl-thread-update-line-msgs): Displaying progress message.
9106         (wl-thread-update-line-on-buffer-sub): Use
9107         wl-thread-maybe-get-children-num.
9108         (wl-thread-update-line-on-buffer): If update line is not exists,
9109         insert thread.
9110         (wl-thread-delete-message): If delete top msg of thread, search
9111         parent by subject.
9112         (wl-thread-insert-entity): Use
9113         wl-thread-maybe-get-children-num.
9114
9115         * wl-highlight.el (wl-highlight-summary-current-line): change
9116         sregexp for linked thread.
9117         * wl-util.el (wl-count-lines): Count lines.
9118         (wl-horizontal-recenter): horizontal recenter.
9119         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9120         (wl-score-get-alike): Ditto.
9121         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9122         (wl-subject-length-limit): New variable.
9123         (wl-highlight-thread-indent-string-regexp): Changed for linked
9124         thread.
9125
9126 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9127
9128         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9129         New variable (revival).
9130         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9131         by subject matching if there's no in-reply-to nor references field
9132         (revival).
9133
9134 \f
9135 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9136
9137         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9138         message.
9139
9140 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * wl-summary.el (wl-summary-reply): Return t if there was a
9143         message at cursor point.
9144         Added unwind-protect.
9145         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9146         returns t.
9147         (wl-summary-cancel-message): Do nothing when there's no message at
9148         cursor point.
9149         (wl-summary-forward): Ditto.
9150         (wl-summary-jump-to-parent-message): Ditto.
9151         (wl-summary-reedit): Ditto.
9152         (wl-summary-edit-addresses): Ditto.
9153         (wl-summary-pipe-message): Ditto.
9154         (wl-summary-print-message-with-ps-print): Ditto.
9155         (wl-summary-print-message): Ditto.
9156         (wl-summary-mark-as-important): Ditto.
9157         (wl-summary-mark-as-unread): Ditto.
9158
9159         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9160         message at cursor point.
9161         (wl-summary-reply-with-citation): Remove unwind-protect.
9162
9163         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9164         subject searching feature.
9165         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9166         Eliminated.
9167
9168 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9169
9170         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9171         New variable.
9172         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9173         by subject matching if there's no in-reply-to nor references field.
9174
9175         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9176
9177         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9178         when display is finished.
9179         (wl-folder-open-all): Ditto.
9180         (wl-folder-update-access-group): Ditto.
9181         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9182         * wl-thread.el (wl-thread-close-all): Ditto.
9183
9184         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9185         progress gauge only when it was displayed.
9186         * wl-folder.el (wl-folder-insert-entity): Ditto.
9187
9188 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9189
9190         * wl-summary.el (wl-summary-incorporate): Enclose
9191         `wl-summary-sync-force-update' with save-excursion.
9192
9193 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9194
9195         * wl-summary.el (wl-summary-prefetch-region):
9196         Pass current cursor point to `pos-visible-in-window-p' after
9197         moving cursor to the started point.
9198
9199 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9200
9201         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9202
9203         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9204         fields from the forwarding message.
9205         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9206         `ignored-fields'.
9207
9208 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9209
9210         * wl-mime.el (wl-message-request-partial):
9211         Eliminated argument `msgdb'.
9212         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9213         (wl-mime-combine-message/partial-pieces): Likewise.
9214         * tm-wl.el (wl-message-request-partial): Likewise.
9215         (wl-mime-combine-message/partial-pieces): Likewise.
9216
9217 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9218
9219         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9220         when display is finished.
9221
9222 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9223
9224         * wl-summary.el (wl-summary-goto-folder-subr):
9225         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9226
9227 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9230         when cursor point is visible.
9231
9232 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9233
9234         * wl-expire.el (wl-expire-archive-get-max-number):
9235         Don't use `file-name-directory'.
9236
9237 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9238
9239         * wl-expire.el (wl-expire-archive-get-max-number):
9240         Use `file-name-directory'.
9241
9242 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9243
9244         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9245         only when there is progress.
9246
9247 2000-04-13  Mito <mit@nines.nec.co.jp>
9248
9249         * wl-summary.el (wl-summary-sync-marks): Display progress.
9250
9251 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9254         (wl-summary-prev): Move cursor regardless of unread status.
9255         (wl-summary-next): Ditto.
9256
9257 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9258
9259         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9260         Added argument `target' and `number'.
9261         * tm-wl.el (wl-summary-burst-subr): New function.
9262         (wl-summary-burst): Use it.
9263
9264 2000-04-10  Mito <mit@nines.nec.co.jp>
9265
9266         * wl-mime.el (wl-burst): New function.
9267         (wl-summary-burst): Use it.
9268
9269 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9270
9271         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9272         as petname when there's no candidate.
9273
9274 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9275
9276         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9277         New variable.
9278         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9279
9280         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9281
9282         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9283
9284 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9285
9286         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9287         Use substring of `original' instead of buffer-substring.
9288         (wl-refile-evaluate-rule):
9289         Set `original' argument of wl-refile-expand-newtext.
9290
9291         * wl-summary.el
9292         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9293         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9294         (wl-summary-auto-refile): Check existence of destination folder just
9295         before marking.
9296
9297 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9298
9299         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9300         when wl-refile-get-field-value return nil.
9301
9302 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9303
9304         * wl-refile.el
9305         (wl-refile-expand-newtext): New function imported from Gnus.
9306         (wl-refile-evaluate-rule): Use it.
9307
9308 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9309
9310         * wl-summary.el (wl-summary-print-destination):
9311         Duplicate folder string to avoid putting text-property on
9312         original string.
9313
9314         * wl-refile.el (wl-refile-get-field-value): New function.
9315         (wl-refile-evaluate-rule): New function;
9316         Evaluate refile rule recursively.
9317         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9318         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9319         New function; Check existence of a target folder recursively.
9320         (wl-summary-auto-refile-check-refile-rule-alist):
9321         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9322
9323 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9326
9327         * wl-folder.el (wl-create-folder-entity-from-buffer):
9328         Fixed problem when '}' character is contained in folder name.
9329
9330         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9331
9332 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9333
9334         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9335         (wl-fldmgr-add-completion-all-completions):
9336         Use wl-fldmgr-add-completion-hashtb.
9337
9338 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9339
9340         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9341         wl-fldmgr-add-completion-subr): New functions.
9342         * wl-folder.el (wl-folder-completion-func): New variable.
9343         * wl-summary.el (wl-summary-read-folder):
9344         Use wl-folder-completion-func.
9345
9346         * wl-refile.el: Eliminate throw & catch.
9347
9348         * wl.el (wl-plugged-sending-queue-status): Fixed.
9349
9350 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9351
9352         * wl-draft.el (wl-draft): Put category property on
9353         mail-header-separator.