(wl-summary-enter-handler): If argument is not a
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-enter-handler): If argument is not a
4         number, call `wl-summary-prev-line-content'. Show message when the
5         message is not found.
6
7 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8
9         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
10         wl-summary-enter-handler.
11         (wl-summary-enter-handler): New command.
12
13         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
14         docstring and custom spec.
15
16         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
17         flags too; Don't treat Cached and New.
18         (wl-summary-set-persistent-mark): Ditto.
19
20         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
21         `wl-folder-set-flag'.
22
23         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
24         instead of `wl-folder-set-flag'.
25
26         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
27         for completion.
28         (wl-summary-set-persistent-mark): Ditto.
29
30         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
31         instead of `wl-draft-quit-preview'.
32
33         * wl-mime.el (toplevel): Avoid compile warning.
34         (wl-mime-quit-preview): New function
35         (formarly defined as `wl-draft-quit-preview').
36         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
37         quitting method.
38
39         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
40
41         * wl-folder.el (wl-folder-set-flag): Renamed from
42         `wl-draft-set-flag-on-parent'.
43
44         * wl-draft.el (wl-draft-quit-preview): New function.
45         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
46         (wl-draft-send): Call `wl-folder-set-flag' instead of
47         `wl-draft-set-flag-on-parent'.
48         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
49
50 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
51
52         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
53         (wl-draft-send): Ditto.
54
55 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
56
57         * wl-vars.el (wl-draft-reply-hook): Changed default value.
58         (wl-draft-kill-pre-hook): Set default value as nil.
59         (wl-summary-reply-hook): Ditto.
60         (wl-draft-kill-flags): Abolish.
61
62         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
63         (wl-draft-parent-variables): Renamed from
64         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
65         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
66         argument; Add wl-draft-parent-variables to
67         wl-draft-config-variables.
68         (wl-draft-reply): Likewise.
69         (wl-draft-kill-flags): Abolish.
70         (wl-draft-send): Call wl-draft-set-flag-on-parent.
71         (wl-draft-set-flag-on-parent): New function.
72         (wl-draft-setup-parent-flag): Ditto.
73
74 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
75
76         * wl-draft.el (wl-draft-kill-flags): Avoid error when
77         `wl-draft-parent-folder' is "".
78
79 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
80
81         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
82         (wl-summary-digit-jump): New function.
83         (Adviced by John Owens and Hiroya Murata)
84
85         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
86         (Adviced by John Owens)
87
88         * wl-xmas.el (wl-message-define-keymap): Ditto.
89
90         * wl-mule.el (wl-message-define-keymap): Ditto.
91
92 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
93
94         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
95         change of return value of elmo-folder-count-flags.
96
97         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
98         (wl-summary-mark-as-read-internal): Ditto.
99         (wl-summary-set-persistent-mark-internal): Ditto.
100         (wl-summary-folder-info-update): Ditto.
101         (wl-summary-sync-update): Fixed the last change.
102
103         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
104
105 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
106
107         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
108         (wl-draft-kill-flags): Fixed docstring.
109
110         * wl-draft.el (wl-draft-kill-flags): New function.
111         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
112
113 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
114
115         * wl-vars.el (wl-reply-hook): Abolish.
116         (wl-draft-reply-hook): New hook.
117         (wl-summary-reply-hook): Ditto.
118         (wl-draft-forward-hook): Ditto.
119         (wl-summary-forward-hook): Ditto.
120         (wl-draft-kill-flags): New variable.
121
122         * wl-summary.el (wl-summary-mark-as-answered-region): Use
123         wl-summary-set-persistent-mark-internal.
124         (wl-summary-sync-marks): Use elmo-preserved-flags.
125         (wl-summary-update-persistent-mark): Make it interactive.
126         (wl-summary-set-persistent-mark-internal): New inline function.
127         (wl-summary-mark-as-answered): Use it.
128         (wl-summary-mark-as-unanswered): Ditto.
129         (wl-summary-unset-persistent-mark): New function.
130         (wl-summary-set-persistent-mark): Ditto.
131         (wl-summary-reply): Don't set answered flag;
132         Run wl-summary-reply-hook instead.
133         (wl-summary-forward): Call wl-draft-forward with number.
134         Run wl-summary-forward-hook.
135
136         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
137         (wl-highlight-summary-line-face-spec): Use it as a default
138         persistent mark face.
139
140         * wl-draft.el (wl-draft-forward): Added optional argument number;
141         Set wl-draft-parent-number; Run wl-draft-forward-hook.
142         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
143         (wl-draft-kill): Use wl-draft-kill-flags.
144
145         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
146
147         * wl-folder.el (wl-folder-check-one-entity): Follow the change
148         of return value of elmo-folder-count-flags.
149
150         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
151
152         * wl-summary.el (wl-summary-count-unread): Ditto.
153         (wl-summary-sync-update): Follow the change above.
154         (wl-summary-force-prefetch): New function.
155
156 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
157
158         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
159         variable `buf' with `let' instead of `setq'.
160
161 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
162
163         * wl-mime.el (wl-message-delete-current-part): If filename exists,
164         add Content-Disposition heaeder on the deleted part.
165
166 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-draft.el (wl-draft-save): Encode address list under edit by
169         `eword-encode-unstructured-field-body'.
170
171         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
172
173 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
176         wl-current-summary-buffer.
177
178 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
179
180         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
181         `numbers' is ignored.
182
183 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
184
185         * wl-folder.el (wl-folder-open-folder): Avoid error.
186         Reported by John Owens, [wl-en:815]
187
188         * wl.el (wl): Set timer for biff process even if prefix argument
189         is given or auto-checking is quitted.
190
191         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
192         immediately.
193         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
194         (wl-toggle-plugged): Ditto.
195
196         * wl-vars.el (wl-biff-use-idle-timer): New variable.
197         * wl-util.el (wl-biff-start): Use idle timer if
198         `wl-biff-use-idle-timer' is non-nil.
199
200 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl-highlight.el (wl-highlight-message): Fix description.
203
204 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
205
206         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
207         tty.
208
209 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
210
211         * wl-action.el (wl-summary-exec): Print failure count.
212
213 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
214
215         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
216         to `defun', remove interactive form.
217         Set elmo-message-fetch-confirm when force-reload is non-nil.
218
219 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-summary.el (toplevel): Removed unnecessary autoload.
222
223 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
224
225         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
226         the buffer is generated from another message buffer.
227
228 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
231         extracted from `wl-fldmgr-save-folders'.
232         (wl-fldmgr-delete): Call it after deletion.
233
234 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
237         multi-tty support.
238
239 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
240
241         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
242
243 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
244
245         * wl-summary.el (wl-summary-rescan): Remove unused variables.
246         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
247
248 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
251         unsubscribe list only if argument CLEAR is nil.
252
253 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-draft.el (wl-draft-reply): Decode subject before removing
256         Re: prefix.
257
258 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
259
260         * wl-summary.el (wl-summary-sort-by-size): New command.
261
262 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * wl-summary.el (wl-summary-number-list-from-region): New
265         function.
266         (wl-summary-mark-as-read-region): Use it.
267         (wl-summary-mark-as-unread-region): Ditto.
268         (wl-summary-set-flags-region): Ditto and add optional argument
269         remove.
270         (wl-summary-mark-as-answered-region): Ditto.
271         (wl-summary-mark-as-important-region): Ditto.
272         (wl-summary-target-mark-mark-as-important): Added optional
273         argument remove.
274         (wl-summary-target-mark-mark-as-answered): Ditto.
275         (wl-summary-target-mark-set-flags): Ditto.
276
277 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-summary.el (wl-summary-set-flags-region): Call
280         `wl-summary-set-flags-internal' with number list instead of call
281         one by each message.
282         (wl-summary-target-mark-set-flags): Likewise.
283
284 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
285
286         * wl-summary.el (wl-summary-target-mark-operation): Add optional
287         argument `inverse' and use `wl-summary-delete-all-target-marks'.
288         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
289         (wl-summary-target-mark-mark-as-answered): Likewise.
290
291 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-summary.el (wl-summary-target-mark-forward): Use
294         `wl-summary-delete-all-target-marks' instead of
295         `wl-summary-delete-all-temp-marks'.
296         (wl-summary-target-mark-reply-with-citation): Ditto.
297         (wl-summary-target-mark-uudecode): Ditto.
298         (wl-summary-target-mark-set-flags): Ditto and remove needless
299         cursor move.
300
301 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
302
303         * wl-summary.el (wl-summary-target-mark-forward): Protect
304         wl-summary-buffer-target-mark-list from nreverse.
305         (wl-summary-target-mark-reply-with-citation): Ditto.
306
307 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
308
309         * wl-thread.el (wl-thread-update-indent-string-thread): Use
310         `elmo-display-progress-threshold'.
311
312 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
315         check `wl-summary-highlight'.
316         (wl-summary-window-scroll-functions): Respect value of
317         `wl-summary-highlight'.
318         (wl-summary-sync-update): Run hooks
319         `wl-summary-buffer-window-scroll-functions' at any time.
320
321 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
324         from `wl-summary-cleanup-temp-marks'.
325         (wl-summary-cleanup-temp-marks): Abolish argument.
326         * wl.el (wl-save-status): Revert previous change.
327         (wl-execute-temp-marks): New function, call
328         `wl-summary-exec-with-confirmation'.
329         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
330         (wl-folder-save-and-exec-marks): Abolished.
331
332 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-e21.el (wl-e21-display-image-p): Respect
335         `wl-highlight-folder-with-icon'.
336         (wl-e21-highlight-folder-group-line): Highlight mouse line
337         even if wl-e21-display-image-p is nil.
338
339         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
340         Respect value of `wl-summary-highlight'.
341
342         * wl.el (wl-save-status): Remove unused variable.
343
344         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
345         (wl-folder-mode-map): Bind it to "x".
346
347 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
350
351         * wl-thread.el (wl-thread-get-parent-list): Don't check
352         disconnected ancestors, neglecting needless work in
353         `wl-thread-update-indent-string-thread'.
354
355         * wl.el (wl-save): Take prefix argument to execute remaining marks.
356         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
357         argument, add argument default-keep to keep marks by default.
358
359         * Version number is increased to 2.11.30.
360
361         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
362         customization type and docstring.
363         (wl-draft-reply-without-argument-list): Ditto.
364
365 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
368
369         * wl-spam.el (wl-spam-mark-action-list): Ditto.
370
371 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
372
373         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
374
375 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * wl-draft.el (wl-draft-config-exec): Narrow the range of
378         save-excursion so as not to include run-hooks.
379
380 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
383         Clarify that marks are going to be cleared.
384
385 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
388         according to 3rd element of wl-summary-flag-mark.
389
390         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
391
392 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
393
394         * wl-action.el (wl-summary-target-mark-all): Don't set
395         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
396
397 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
398
399         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
400         (wl-forward-subject-prefix): Ditto.
401         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
402         (wl-draft-reply-make-subject): Ditto.
403
404         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
405         `wl-draft-forward'.
406         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
407
408 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
409
410         * wl-action.el (wl-summary-target-mark-set-action): Stop if
411         target message does not exist.
412
413 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
414
415         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
416         `wl-subject-prefix-regexp'.
417         (wl-subject-forward-prefix-regexp): New variable.
418         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
419         `wl-draft-strip-subject-re' and take regexp as argument.
420         (wl-draft-forward): Use it.
421         (wl-draft-reply): Ditto.
422
423 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
424
425         * wl-e21.el (wl-highlight-plugged-current-line): Change for
426         emacs multi-tty support.
427
428 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
429
430         * wl-e21.el (wl-e21-display-image-p): Don't call
431         `display-images-p'.
432         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
433         support.
434         (wl-highlight-folder-current-line): Ditto.
435         (wl-folder-init-icons): Ditto.
436
437 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
440         the last line of summary in unplugged mode.
441
442 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
443
444         * wl-vars.el (wl-refile-rule-alist): Doc fix.
445
446 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
447
448         * wl-vars.el (wl-user-mail-address-regexp): New variable.
449         * wl-address.el (wl-address-user-mail-address-p): Use it.
450         (wl-address-delete-user-mail-addresses): Ditto.
451         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
452
453         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
454         (wl-address-delete-user-mail-addresses): Ditto.
455
456         * wl-address.el (wl-address-delete-user-mail-addresses): New
457         function.
458         * wl-refile.el (wl-refile-guess-by-history): Use it.
459         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
460         (wl-draft-make-mail-followup-to): Ditto and fix logic.
461
462         * wl-draft.el (wl-draft-edit-string): To judge sender address,
463         use wl-address-user-mail-address-p.
464
465 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
466
467         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
468         after opening group.
469
470 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
473         of elmo-set-buffer-multibyte.
474
475         * wl-message.el (wl-original-message-mode): Ditto.
476
477         * wl-score.el (wl-score-insert-header): Ditto.
478
479         * wl-summary.el
480         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
481         (wl-summary-goto-folder-subr): Ditto.
482         (wl-summary-insert-headers): Ditto.
483
484         * wl-util.el (wl-set-string-width): Ditto.
485
486         * Version number is increased to 2.11.29.
487
488 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
491         (wl-highlight-summary-line-help-echo-alist): New variable.
492         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
493         into `wl-highlight-summary-line-help-echo' and
494         `wl-highlight-flag-folder-help-echo'.
495         (wl-highlight-summary-line-string): Change accordingly.
496         (wl-highlight-summary-current-line): Ditto.
497
498 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-highlight.el (wl-highlight-message): Ignore white spaces
501         at the beginning of field body (Thanks to Markus Knittig).
502
503         * wl-draft.el (wl-draft-insert-current-message): Also check
504         summary buffer, remove unnecessary tag.
505
506 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-draft.el (wl-draft-insert-current-message): Cause error also
509         when wl-message-buffer is nil.
510
511         * wl-folder.el (wl-folder): Abolish unused argument.
512         Call wl-folder-init when wl-folder-entity is nil.
513         * wl.el (wl): Change accordingly.
514
515 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
518         multibyte string before insert into draft buffer.
519         (wl-draft-create-buffer): Always enable multibyte characters for
520         draft buffer.
521
522         * Version number is increased to 2.11.28.
523
524 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
525
526         * wl-folder.el (wl-folder-open-close): Handle blank line.
527         (wl-folder-jump-to-current-entity): Ditto.
528
529 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * Version number is increased to 2.11.27.
532
533 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-thread.el (wl-thread-insert-message): When the thread is
536         devided by wl-summary-max-thread-depth, insert line at the end of
537         buffer.
538
539 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * Version number is increased to 2.11.26.
542
543 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
546
547 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
548
549         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
550         value of stream-type and session.
551
552 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * Version number is increased to 2.11.25.
555
556 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
557
558         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
559         in a quit message.
560
561 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
564         (wl-summary-redisplay-no-mime-internal): Ditto.
565
566 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
569         * wl-vars.el (wl-smtp-connection-type): Ditto.
570
571 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
572
573         * wl-highlight.el (wl-highlight-message): Change to strict regexp
574         for the separator line and quote mail-header-separator.
575
576 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-spam.el (wl-message-check-spam): Fixed problem no display
579         result message.
580
581         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
582         `elmo-multiple-fields-body-list' with boundary as
583         mail-header-separator.
584
585 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
588
589 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
590
591         * wl-util.el (wl-list-diff): Remove unused function.
592
593         * wl-draft.el (wl-draft-send-confirm): Discard input before
594         confirmation.
595
596 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
599         order of flag and new.
600
601 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-vars.el (wl-refile-policy-alist): Abolished.
604
605         * wl-action.el (wl-summary-set-action-refile): Follow the change
606         above.
607
608 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * wl-highlight.el (wl-highlight-signature-search): Don't use
611         re-search-backward for a long word since it is possible to crash
612         XEmacs because of a bug.
613
614 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
615
616         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
617
618 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
619
620         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
621         argument for wl-summary-sync-force-update.
622
623 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
624
625         * wl-summary.el (wl-summary-mode-map): Revival of
626         wl-summary-mark-as-important related bindings;
627         Bind 'F','tF','mF','rF','m&'.
628         (wl-summary-mark-as-important-region): Revival.
629         (wl-summary-target-mark-mark-as-important): Ditto.
630         (wl-summary-target-mark-operation): New function.
631         (wl-summary-target-mark-mark-as-answered): Use it.
632         (wl-summary-decide-flag): Don't set Important as default.
633         (wl-summary-mark-as-important-internal): Revival.
634         (wl-summary-mark-as-important): Ditto.
635
636         * wl-thread.el (wl-thread-mark-as-important): Ditto.
637
638         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
639         instead of facep.
640
641 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
642
643         * wl-dnd.el (wl-dnd-drop-func): Fix.
644
645         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
646         mouse-set-point instead of posn-point.
647
648         * wl-xmas.el (wl-completing-read-multiple): Define as function.
649
650         * wl-mule.el (wl-completing-read-multiple): Ditto.
651
652 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-demo.el (face-background-name): Defalias to avoid compile
655         warning.
656
657 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
658
659         * wl-summary.el (wl-summary-decide-flag): Use
660         wl-completing-read-multiple instead of completing-read-multiple.
661
662         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
663         New alias.
664
665         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
666         Use face-background-name instead of face-background.
667
668         * wl-vars.el (wl-summary-save-file-suffix): New user option.
669
670         * wl-summary.el (wl-summary-save): Use it.
671         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
672
673         * wl-mime.el (wl-mime-save-content): Fix last change.
674
675 2004-02-10  Len Trigg <lenbok@myrealbox.com>
676
677         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
678         New function.
679         (wl-summary-sort-specs): Added sort.
680         * wl-mime.el (wl-mime-save-content): Expand file name.
681
682 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
683
684         * wl-mime.el (wl-draft-preview-message): Fixed typo.
685
686         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
687
688 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
691         for flag if it is not defined.
692
693 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
694
695         * wl-e21.el (wl-highlight-folder-current-line): Use
696         elmo-folder-type-internal when elmo-folder-type returns nil.
697
698         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
699
700         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
701
702         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
703
704         * wl-e21.el (wl-summary-toolbar): Ditto.
705
706         * wl-vars.el (wl-demo-background-color): Abolished.
707         (wl-summary-persistent-mark-priority-list): Renamed from
708         wl-summary-flag-priority-list.
709         (wl-summary-flag-alist): New user option.
710         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
711         (wl-message-mode-line-format-spec-alist): Added 'F'.
712         (wl-message-mode-line-format): Likewise.
713         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
714         instead of wl-summary-important-mark.
715         (wl-file-folder-icon): New variable.
716
717         * wl-thread.el (wl-thread-set-flags): Renamed from
718         wl-thread-mark-as-important.
719
720         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
721         warning.
722         (wl-summary-mode-menu-spec): Follow the change of 
723         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
724         (wl-summary-mode-map): Follow the change of
725         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
726         (wl-summary-detect-mark-position): Follow the variable name change.
727         (wl-summary-set-flags-region): New function for the replacement of
728         wl-summary-mark-as-important-region.
729         (wl-summary-sync-marks): Sync all global-flags.
730         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
731         instead of elmo-message-flagged-p.
732         (wl-summary-persistent-mark-string): Follow the variable name change;
733         Put wl-summary-flag-mark if the message has global-flag.
734         (wl-summary-target-mark-set-flags): Renamed from 
735         wl-summary-target-mark-mark-as-important.
736         (wl-summary-decide-flag): New function.
737         (wl-summary-set-flags-internal): Renamed from
738         wl-summary-mark-as-important-internal.
739         (wl-summary-add-flags-internal): New function.
740         (wl-summary-remove-flags-internal): Ditto.
741         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
742         (wl-summary-mark-as-unimportant): Abolish.
743         (wl-summary-move-spec-alist): Changed `important' to `digest'.
744         (wl-summary-next-message): List flagged messages in the msgdb.
745
746         * wl-score.el (wl-summary-score-update-all-lines): Use
747         wl-summary-add-flags-internal instead of 
748
749         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
750
751         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
752         from wl-message-buffer-cur-flag (To avoid misunderstanding).
753         (wl-message-buffer-require-all-header): Renamed from
754         wl-message-buffer-all-header-flag (Ditto).
755         (wl-message-buffer-flag-indicator): New variable.
756         (wl-message-redisplay): Changed local varibale name from `flag' to
757         `display-type'; Set up wl-message-buffer-flag-indicator.
758         (wl-message-buffer-display): Changed varibale name from `flag' to
759         `display-type'.
760         (wl-message-display-internal): Likewise.
761
762         * wl-highlight.el (wl-highlight-demo-face): Define default background
763         color.
764         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
765
766         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
767
768         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
769         (wl-demo-setup-properties): Renamed from
770         `wl-demo-set-background-color'.
771         (wl-demo): Follow the change above.
772         
773         * Version number is increased to 2.11.24.
774
775 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-summary.el (wl-summary-toggle-thread): Call
778         `wl-summary-rescan' with disable-thread as non-nil.
779         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
780
781 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
782
783         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
784         foreground property of the face.
785         (wl-demo-insert-text): Don't set up face property here.
786         (wl-demo): Call wl-demo-set-background-color, anyway.
787
788 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
789
790         * wl-vars.el (wl-demo-background-color): The value can be nil.
791
792 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
793
794         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
795         to wl-summary-wheel-dispatcher.
796
797         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
798         wl-message-wheel-dispatcher.
799         (wl-message-wheel-dispatcher): New function.
800         (wl-summary-wheel-dispatcher): Ditto.
801
802 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
803
804         * wl-action.el (wl-summary-target-mark-all): List messages which are
805         not in the killed-list.
806
807         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
808         only when the folder is 'flag/important.
809
810         * wl-address.el (wl-complete-field-body): Complete if the last
811         character is a space.
812
813 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * wl-folder.el (wl-folder-clear-entity-info): Use
816         elmo-clear-hash-val.
817
818         * wl-fldmgr.el (wl-fldmgr-rename): Set
819         wl-folder-info-alist-modified as t.
820
821 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
824
825 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
826
827         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
828         (wl-folder-buffer-last-visited-entity-id): New buffer local
829         variable.
830         (wl-folder-revisit-last-visited-folder): New function.
831         (wl-folder-mode-map): Bind it to "C-i".
832         (wl-folder-set-current-entity-id): Set last visited folder.
833         * wl-summary.el (wl-summary-exit): Ditto.
834
835 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
838         before calling `recenter' in order to cope with an XEmacs bug.
839
840 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
843         to the default value.
844
845 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
848         change.
849         (wl-summary-sync-marks): Ditto.
850         (wl-summary-mark-as-read-internal): Ditto.
851         (wl-summary-mark-as-answered-internal): Ditto.
852         (wl-summary-mark-as-important-internal): Ditto.
853         (wl-summary-reply): Ditto.
854
855         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
856         instead of `elmo-folder-unflag-answered'.
857
858         * Version number is increased to 2.11.23.
859
860         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
861         the last change.
862
863 2004-01-11  Kenichi Okada  <okada@opaopa.org>
864
865         * wl-spam.el (wl-summary-exec-action-refile-with-register):
866         Specify "spam" or "good".
867
868 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
869
870         * wl-spam.el (wl-summary-exec-action-spam): Call
871         wl-folder-confirm-existence for spam folder.
872         (wl-spam-setup): Bind "mk".
873
874 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
877
878 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
879
880         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
881         destination folder is empty.
882
883 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
884
885         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
886         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
887
888         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
889         (wl-summary-refile-prev-destination-region): New function.
890         (wl-thread-refile-prev-destination): Ditto.
891         (wl-summary-target-mark-refile-prev-destination): Ditto.
892
893 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
894
895         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
896         (wl-demo-background-color): Changed default value.
897
898         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
899         color.
900
901         * wl-demo.el (wl-demo-set-background-color): New function.
902         (wl-demo): Call it.
903
904 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
905
906         * wl-address.el (wl-address-delete): Avoid mis-deleting.
907         * wl-address.el (wl-address-add-or-change): Don't add empty
908         address.
909
910 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
911
912         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
913
914 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
915
916         * wl-vars.el (wl-demo-image-filter-alist): New variable
917         (wl-demo-background-color): Ditto.
918
919         * wl-demo.el (wl-demo-xpm-set-background): New function.
920         (wl-demo-image-filter): Ditto.
921         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
922
923         * wl-vars.el (wl-demo-icon-name-alist): New variable.
924
925         * wl-demo.el (wl-demo-icon-name): Define as function.
926         (wl-demo-insert-image): Use it.
927
928 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
929
930         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
931
932 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
933
934         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
935
936 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
937
938         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
939
940 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
941
942         * wl-thread.el (wl-thread-mark-as-answered): New function.
943
944         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
945         answered" entry.
946         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
947         "r&" and wl-thread-mark-as-answered to "t&".
948         (wl-summary-mark-as-important-region): Refine to toggle mark.
949         (wl-summary-mark-as-answered-region): New function.
950         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
951         and 3rd argument.
952         (wl-summary-mark-as-important-internal): Likewise.
953
954 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-template.el (wl-template-preview): New internal variable.
957         (wl-template-preview-p): New function.
958         (wl-template-show): Bind `wl-template-preview' as t.
959
960 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
963         `elmo-message-entity-field' with 3rd argument which is non-nil.
964
965 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966
967         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
968         Removed duplicate local bind `folder'.
969
970 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
971
972         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
973
974 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
977         duplicate definition.
978
979 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
980
981         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
982         non-nil, use it; Don't fetch message if there's no message in the
983         current cursor position.
984
985 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
986
987         * wl-util.el (wl-region-exists-p): Use region-active-p.
988         (wl-deactivate-region): New function.
989         * wl-message.el (wl-message-redisplay): Deactivate region.
990
991         * wl-summary.el (wl-summary-reply): Call
992         `wl-summary-set-message-buffer-or-redisplay' instead of
993         `wl-summary-redisplay-internal', don't move point.
994
995 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
996
997         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
998         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
999         by regexp.
1000
1001 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1004         if no need.
1005
1006 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1007
1008         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1009         default value to nil.
1010         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1011         `wl-summary-prepare-hook'; Replace refile action to
1012         `wl-summary-exec-action-refile-with-register'.
1013
1014         * Version number is increased to 2.11.22.
1015
1016 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1017
1018         * wl-summary.el (wl-summary-detect-mark-position): Set
1019         `wl-summary-buffer-weekday-name-lang'.
1020
1021 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1022
1023         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1024         (wl-summary-mark-as-read-all): Ditto.
1025         (wl-summary-delete-messages-on-buffer): Ditto.
1026         (wl-summary-sync-update): Ditto.
1027         (wl-summary-mark-as-read-internal): Ditto.
1028         (wl-summary-mark-as-answered-internal): Ditto.
1029         (wl-summary-update-folder-info): Abolished.
1030
1031 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-summary.el (wl-summary-mark-as-read-all): Use
1034         `wl-summary-update-folder-info' instead of
1035         `wl-folder-update-unread'.
1036
1037 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1038
1039         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1040         `wl-summary-folder-info-update'.
1041         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1042         instead of `wl-summary-folder-info-update'.
1043         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1044         `wl-folder-set-folder-updated'.
1045         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1046         instead of `wl-folder-update-unread'.
1047         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1048         the value of `wl-summary-buffer-unread-count' for the second parameter of
1049         `wl-folder-update-unread'.
1050
1051         * Version number is increased to 2.11.21.
1052
1053 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1054
1055         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1056         a local variable.
1057
1058 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1061         interactively.
1062
1063         * wl-summary.el (wl-summary-mark-as-important-internal): New
1064         internal function.
1065         (wl-summary-mark-as-important): Use it.
1066         (wl-summary-mark-as-unimportant): New function.
1067         (wl-summary-sync-marks): Follow the API change.
1068
1069         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1070
1071         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1072
1073 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1074
1075         * wl-folder.el (wl-folder-update-unread): Re-indent.
1076         Narrow the scope of a local variable.
1077
1078 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1081         (wl-addrmgr-merge-entries): Ditto.
1082         (wl-addrmgr): Added to address entry which exists in draft buffer
1083         if no entry is in original.
1084
1085 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1086
1087         * wl-batch.el: New file.
1088
1089 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1090
1091         * wl-vars.el (wl-use-semi): Remove unused variable.
1092
1093 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1094
1095         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1096         "?".
1097
1098 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1101         wl-summary-new-mark.
1102         (wl-summary-new-cached-mark): New user option.
1103         (wl-summary-score-marks): Follow the change above.
1104         (wl-summary-auto-refile-skip-marks): Ditto.
1105         (wl-summary-incorporate-marks): Ditto.
1106         (wl-summary-expire-reserve-marks): Ditto.
1107
1108         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1109
1110         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1111         (wl-summary-persistent-mark-string): Distinguished between cached
1112         and uncached mark when the message is new.
1113
1114 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-spam.el (wl-spam-domain): Renamed from
1117         `wl-spam-folder-guess-domain'.
1118         (wl-summary-exec-action-spam): Register as spam if domain of the
1119         source folder is good.
1120         (wl-summary-exec-action-refile-with-register): Register message if
1121         domain of the source folder is not undecided.
1122
1123 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1126         detect thread loop.
1127
1128 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1131         and wl-summary-skip-mark-list.
1132
1133 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1136
1137         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1138
1139         * wl-spam.el (toplevel): Require wl-highlight.
1140         (wl-spam-auto-check-policy-alist): Abolish.
1141         (wl-spam-auto-check-folder-regexp-list): New user option.
1142         (wl-spam-auto-check-marks): Ditto.
1143         (wl-spam-mark-action-list): Ditto.
1144         (wl-highlight-summary-spam-face): New face.
1145         (wl-spam-auto-check-message-p): New function.
1146         (wl-spam-map-spam-messages): Fixed message.
1147         (wl-spam-register-spam-messages): Ditto.
1148         (wl-spam-register-good-messages): Ditto.
1149         (wl-summary-spam-map): Add and remove keybind.
1150         (wl-summary-target-mark-spam): Abolish.
1151         (wl-summary-refile-spam): Ditto.
1152         (wl-summary-test-spam): New function.
1153         (wl-summary-mark-spam): Ditto.
1154         (wl-summary-auto-check-spam): Follow the above change.
1155         (wl-summary-exec-action-spam): New function.
1156         (wl-summary-exec-action-refile-with-register): Fixed message.
1157         (wl-message-check-spam): New function.
1158         (wl-spam-setup): Ditto.
1159         (toplevel): Call it if this file is loaded interactivity.
1160
1161         * Version number is increased to 2.11.20.
1162
1163 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1164
1165         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1166         when new optional argument `force' is non nil or modified.
1167
1168 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl.el (toplevel): Require wl-spam when compile.
1171         (wl-save-status): Call wl-spam-save-status.
1172
1173         * wl-spam.el (wl-spam-register-spam-messages): New function.
1174         (wl-spam-register-good-messages): Ditto.
1175         (wl-spam-save-status): Ditto.
1176         (wl-summary-mode-map): Bind
1177         wl-summary-target-mark-register-as-spam to "ms" and
1178         wl-summary-target-mark-register-as-good to "mn".
1179         (wl-summary-register-as-spam): Abolish optional argument; Use
1180         wl-spam-register-spam-messages.
1181         (wl-summary-register-as-spam-all): Use
1182         wl-spam-register-spam-messages.
1183         (wl-summary-register-as-good): Abolish optional argument; Use
1184         wl-spam-register-good-messages.
1185         (wl-summary-register-as-good-all): Use
1186         wl-spam-register-good-messages.
1187         (wl-summary-target-mark-register-as-spam): New funtion.
1188         (wl-summary-target-mark-register-as-good): Ditto.
1189
1190 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-spam.el: New file.
1193
1194 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1197
1198         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1199         (wl-summary-auto-refile): Call wl-refile-guess with
1200         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1201
1202 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1205         with disable-thread argument non-nil.
1206
1207 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-summary.el (wl-summary-rescan): Added optional argument
1210         disable-thread.
1211         (wl-summary-sync): Call wl-summary-rescan with argument
1212         disable-thread.
1213         (wl-summary-input-range): Added new range `rescan-thread'.
1214
1215 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1216
1217         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1218
1219 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1222         internal variable.
1223         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1224         wl-summary-search-parent-by-subject-regexp and
1225         wl-summary-divide-thread-when-subject-changed as nil.
1226         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1227         (wl-summary-insert-thread): Search parent entity from
1228         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1229         thread loop.
1230
1231 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1232
1233         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1234
1235         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1236
1237         * wl-util.el (wl-require-update-all-folder-p): New function.
1238         (wl-get-assoc-list-value): Added `function' to match directive.
1239         (wl-collect-draft): Rewrite.
1240
1241         * wl-summary.el (wl-summary-sync-update): Clear faces
1242         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1243         are non-nil.
1244         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1245         argument as function.
1246         (wl-summary-input-range): Ditto.
1247
1248         * wl-folder.el (wl-draft-get-folder): New function.
1249         (wl-folder-get-elmo-folder): Consider draft folder.
1250
1251         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1252         (wl-draft-buffer-message-number): New buffer local variable.
1253         (wl-draft-folder-internal): New internal variable.
1254         (wl-draft-delete): Rewrite.
1255         (wl-draft-save): Ditto.
1256         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1257         wl-folder-get-elmo-folder.
1258         (wl-draft-config-info-operation): Ditto.
1259         (wl-jump-to-draft-folder): Ditto.
1260         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1261         (wl-draft-reedit): Rewrite.
1262
1263         * Version number is increased to 2.11.19.
1264         
1265 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1266
1267         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1268         variable.
1269
1270 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1273         Use ignore-errors instead of unwind-protect.
1274
1275 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1276
1277         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1278         for updating `wl-thread-entity-list'.
1279
1280 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1281
1282         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1283         parameter from calling `wl-thread-entity-get-older-brothers' and
1284         `wl-thread-entity-get-younger-brothers'.
1285         Replace nested `append' with a single one.
1286
1287 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-summary.el (wl-summary-mode): Don't use the return value of
1290         `make-local-hook'.
1291
1292 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1293
1294         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1295         instead of `let*'.
1296         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1297         of local variables.
1298
1299 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1300
1301         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1302         Renamed from wl-summary-window-scroll-functions.
1303         (wl-summary-window-scroll-functions): Don't set to variable.
1304         (wl-summary-display-top): Use run-hooks.
1305         (wl-summary-display-bottom): Ditto.
1306         (wl-summary-toggle-disp-msg): Ditto.
1307         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1308         Use it instead of wl-summary-window-scroll-functions.
1309         (wl-summary-goto-folder-subr): Don't call
1310         wl-summary-window-scroll-functions, use
1311         wl-summary-buffer-window-scroll-functions instead.
1312
1313 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1314
1315         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1316         make-local-variable.
1317
1318 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1319
1320         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1321         set-buffer-modified-p.
1322         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1323         (wl-summary-display-bottom): Ditto.
1324         (wl-summary-toggle-disp-msg): Ditto.
1325
1326 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1327
1328         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1329
1330         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1331         (wl-summary-forward): Use elmo-message-entity-field instead of
1332         elmo-message-field.
1333
1334         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1335
1336 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337
1338         * wl-summary.el (wl-summary-window-scroll-functions): No use
1339         `append'.
1340
1341 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1342
1343         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1344         function.
1345         (wl-summary-window-scroll-functions): Call it when both
1346         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1347         (wl-summary-temp-mark): Added optional argument number.
1348         (wl-summary-message-mark): Added optional argument flag.
1349         (wl-summary-persistent-mark): Added optional argument number and flag.
1350         (wl-summary-update-persistent-mark): Ditto.
1351         (wl-summary-update-status-marks): Set "r" for interactive spec.
1352
1353         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1354         argument number and flag.
1355
1356         * wl-action.el (wl-summary-registered-temp-mark): 
1357         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1358
1359 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1362         internal variable (buffer local).
1363         (wl-summary-window-scroll-functions): New function.
1364         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1365         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1366         as nil.
1367         (wl-summary-update-status-marks): Added arguments beg, end and
1368         check.
1369         (wl-summary-update-mark-window): Use function.
1370         (wl-summary-sync-update): Follow the change above.
1371         (wl-summary-switch-to-clone-buffer): Copy
1372         wl-summary-buffer-unsync-mark-number-list.
1373         (wl-summary-goto-folder-subr): Set
1374         wl-summary-buffer-unsync-mark-number-list and
1375         use wl-summary-window-scroll-functions instead of
1376         wl-summary-lazy-highlight.
1377
1378         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1379
1380 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1383
1384         * wl-summary.el (wl-summary-update-persistent-mark): Call
1385         wl-summary-set-message-modified.
1386
1387         * wl-summary.el (wl-summary-sync-update): Don't call
1388         wl-summary-update-status-marks.
1389
1390         * Version number is increased to 2.11.18.
1391
1392 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1393
1394         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1395         (wl-message-next-page): Ditto.
1396
1397 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1398
1399         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1400         local variable.  Change the order of a collected list into the
1401         same as the specified range.  Remove nil from a collected list.
1402
1403 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1406         argument for elmo-folder-list-messages.
1407
1408 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1409
1410         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1411         change (wl-summary-count-unreads return a list instead of a cons
1412         cell).
1413
1414 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1415
1416         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1417         `wl-summary-folder-info-update'.
1418
1419 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1420
1421         * wl-summary.el (wl-summary-set-message-modified): No use
1422         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1423         (wl-summary-set-mark-modified): Abolish.
1424         (wl-summary-mark-modified-p): Ditto.
1425         (wl-summary-save-view): Follow the change above.
1426
1427         * wl-expire.el (wl-summary-expire): Likewise.
1428
1429 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1430
1431         * wl-summary.el (wl-summary-detect-mark-position): Use
1432         modb-entity-handler.
1433         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1434
1435         * Version number is increased to 2.11.17.
1436
1437 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1438
1439         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1440         entity field value.
1441         (wl-summary-prefetch-msg): Ditto.
1442         (wl-summary-print-message-with-ps-print): Ditto.
1443
1444 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1445
1446         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1447         for dummy entity.
1448         (wl-summary-insert-thread): Use elmo-message-entity-field.
1449         (wl-summary-update-thread): Use elmo-message-entity-field and
1450         elmo-message-entity-number.
1451         (wl-summary-line-number):  Use elmo-message-entity-number.
1452         (wl-summary-line-size): Use elmo-message-entity-field.
1453         (wl-summary-line-subject): Ditto.
1454         (wl-summary-line-from): Ditto.
1455         (wl-summary-line-attached): Ditto.
1456         (wl-summary-create-line): Ditto.
1457         (wl-summary-create-line): Use elmo-message-entity-number.
1458         (wl-summary-print-message-with-ps-print): Use
1459         elmo-message-entity-field.
1460
1461 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1462
1463         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1464         change in elmo-msgdb-make-message-entity.
1465         (wl-summary-buffer-set-folder): Don't call
1466         wl-summary-detect-mark-position here.
1467         (wl-summary-rescan): Call elmo-message-entity-number.
1468         (wl-summary-sync-update): Ditto.
1469         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1470
1471         * wl-score.el (wl-score-header-index): Redefine 2th element.
1472         (wl-score-overview-entity-get-extra): Abolish.
1473         (wl-score-ov-entity-get): Rewrite.
1474         (wl-score-string-index<, wl-score-string-func<): Abolish.
1475         (wl-score-string<): New function.
1476         (wl-score-string-sort): Use it.
1477
1478         * wl-refile.el (wl-refile-guess-by-history): Use
1479         elmo-message-entity-field.
1480         (wl-refile-guess-by-from): Ditto.
1481         (wl-refile-guess-by-msgid): Ditto.
1482
1483         * Version number is increased to 2.11.16.
1484
1485 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1486
1487         * wl-folder.el (wl-folder-confirm-existence): Don't call
1488         file-exists-p if msgdb-path is nil.
1489         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1490         `wl-read-folder-hist' to `wl-read-folder-history'.
1491
1492 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1493
1494         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1495         `y-or-n-p'.
1496
1497 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * wl-score.el (wl-score-headers): Don't use
1500         elmo-folder-do-each-message-entity.
1501
1502         * Version number is increased to 2.11.15.
1503
1504 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1505
1506         * wl-summary.el (wl-summary-delete-all-msgs): Use
1507         elmo-folder-move-messages instead of elmo-folder-delete-messages
1508         and elmo-folder-detach-messages.
1509         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1510
1511         * wl-expire.el (wl-expire-delete): Ditto.
1512         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1513
1514 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1515
1516         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1517         (wl-message-header-narrowing-fields): Ditto.
1518         (wl-message-header-narrowing-lines): Ditto.
1519         (wl-message-header-narrowing-string): Ditto.
1520
1521         * wl-summary.el (wl-summary-mode-map): Bind
1522         wl-summary-toggle-header-narrowing to "C-cC-f".
1523         (wl-summary-toggle-header-narrowing): New function.
1524
1525         * wl-message.el (wl-message-buffer-create): Call
1526         wl-message-header-narrowing-setup.
1527         (wl-message-redisplay): Call wl-message-header-narrowing.
1528         (wl-message-header-narrowing): New function.
1529         (wl-message-header-narrowing-map): New keymap.
1530         (wl-message-header-narrowing-widen-map): New keymap.
1531         (wl-message-header-narrowing-again-at-mouse): New function.
1532         (wl-message-header-narrowing-1): Ditto.
1533         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1534         (wl-message-header-narrowing-setup): Ditto.
1535         (wl-message-header-narrowing-toggle): Ditto.
1536         
1537         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1538
1539         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1540         'flag as all.
1541         (wl-use-flag-folder-help-echo): New user option.
1542
1543         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1544         wl-summary-highlight as nil.
1545         (wl-summary-set-mark-modified): Follow the API change.
1546         (wl-summary-mark-modified-p): Ditto.
1547         (wl-summary-mark-as-read-all): Ditto.
1548         (wl-summary-sync-marks): Don't call
1549         elmo-folder-list-messages-with-global-mark.
1550         (wl-summary-mark-as-read-internal): Follow the API change.
1551         (wl-summary-mark-as-answered-internal): Ditto.
1552         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1553         Follow the API change.
1554         (wl-summary-create-line): Call with number argument.
1555         (wl-summary-reply): Follow the API change.
1556
1557         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1558         function.
1559         (wl-highlight-summary-line-string): Call it when
1560         wl-use-flag-folder-help-echo is non-nil.
1561         (wl-highlight-summary-current-line): Ditto.
1562         (elmo-flag-folder-referrer): Added autoload setting.
1563
1564         * wl-draft.el (wl-draft-kill): Follow the API change.
1565
1566         * Version number is increased to 2.11.14.
1567         
1568 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1569
1570         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1571
1572 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * Version number is increased to 2.11.13.
1575
1576 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1577
1578         * wl-draft.el (wl-draft-previous-history-element): Fixed
1579         unbalanced parenthesis and bind unbound local variables.
1580
1581 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-draft.el (wl-draft-previous-history-element): New function.
1584         (wl-draft-next-history-element): Ditto.
1585         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1586         them to M-p and M-n.
1587
1588 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1589
1590         * Version number is increased to 2.11.12.
1591
1592 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1593
1594         * wl-draft.el (wl-draft-hide): Select buffer-window.
1595
1596 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1597
1598         * wl-summary.el (wl-summary-narrow-to-region): New function.
1599         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1600         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1601         (wl-summary-save-region): Use it.
1602         * wl-action.el (wl-summary-collect-numbers-region)
1603         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1604
1605 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * wl-folder.el (wl-folder-count-incorporates): Don't use
1608         `elmo-msgdb-mark-load'
1609
1610         * Version number is increased to 2.11.11.
1611
1612 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1613
1614         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1615         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1616
1617 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1618
1619         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1620
1621 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * Version number is increased to 2.11.10.
1624
1625 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1626
1627         * wl-mime.el (wl-draft-attribute-value): Fixed.
1628
1629 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1630
1631         * wl-util.el (wl-copy-local-variables): New function.
1632
1633         * wl-mime.el (wl-draft-attribute-recipients): New function.
1634         (wl-draft-attribute-envelope-from): Ditto.
1635         (wl-draft-attribute-smtp-posting-server): Ditto.
1636         (wl-draft-attribute-smtp-posting-port): Ditto.
1637         (wl-draft-attribute-value): Ditto.
1638         (wl-draft-preview-message): Use it to get value for
1639         attributes. Reflect result of `wl-draft-config'.
1640
1641         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1642         and call `wl-summary-mark-as-read' before to call
1643         `wl-summary-unset-mark'.
1644         (wl-summary-target-mark-mark-as-unread): Likewise.
1645         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1646
1647 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1648
1649         * wl-mime.el (wl-draft-preview-message): Use actual value for
1650         attributes; Fix for small window.
1651
1652 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1653
1654         * wl-refile.el (wl-refile-get-field-value): Call
1655         `elmo-message-entity-field' with 3rd argument is non-nil.
1656
1657 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1658
1659         * wl-vars.el (wl-draft-preview-attributes): New user option.
1660         (wl-draft-preview-attributes-list): Ditto.
1661         (wl-draft-preview-attributes-buffer-lines): Ditto.
1662         (wl-draft-preview-attributes-buffer-name): Ditto.
1663
1664         * wl-mime.el (wl-draft-preview-message): Display attributes.
1665
1666 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1667
1668         * wl-summary.el (wl-summary-detect-mark-position): Bind
1669         wl-summary-flag-priority-list to '(new).
1670
1671 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1674         funtion.
1675         (wl-highlight-summary-line-string): Use it.
1676         (wl-highlight-summary-current-line): Ditto.
1677
1678 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1679
1680         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1681         line even when the mark string is not changed.
1682
1683         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1684         argument change in the wl-summary-create-line.
1685         (wl-thread-insert-entity-sub): Ditto.
1686
1687         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1688         argument change in the wl-summary-create-line.
1689         (wl-summary-insert-sequential): Ditto.
1690         (wl-summary-update-thread): Ditto.
1691         (wl-summary-persistent-mark-string): New inline function.
1692         (wl-summary-message-mark): Use it.
1693         (wl-summary-create-line): Abolish argument wl-persistent-mark
1694         and added wl-flags, wl-cached.
1695
1696         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1697         mark to flags.
1698         (wl-highlight-summary-current-line): Decide the face not by the 
1699         persistent mark but flags.
1700
1701 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1702
1703         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1704         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1705         wl-summary-read-uncached-mark): Revive.
1706         (wl-summary-answered-cached-mark,
1707         wl-summary-answered-uncached-mark): New user option.
1708         (wl-summary-score-marks): Follow the change above.
1709         (wl-summary-auto-refile-skip-marks): Ditto.
1710         (wl-summary-incorporate-marks): Ditto.
1711         (wl-summary-expire-reserve-marks): Ditto.
1712         (wl-summary-flag-priority-list): New user option.
1713
1714         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1715         changes.
1716         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1717         of elmo-message-mark.
1718         (wl-summary-mark-as-read-internal): Ditto.
1719         (wl-summary-mark-as-answered): Ditto.
1720         (wl-summary-mark-as-important): Ditto.
1721         (wl-summary-redisplay-internal): Ditto.
1722         (wl-summary-redisplay-no-mime-internal): Ditto.
1723         (wl-summary-message-mark): New function.
1724         (wl-summary-insert-sequential): Use wl-summary-message-mark
1725         instead of elmo-message-mark.
1726         (wl-summary-update-thread): Ditto.
1727         (wl-summary-persistent-mark): Ditto.
1728         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1729         instead of elmo-message-mark.
1730
1731         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1732         wl-summary-message-mark instead of elmo-message-mark.
1733         (wl-thread-insert-entity-sub): Ditto.
1734         (wl-thread-get-children-msgs-uncached): Ditto.
1735
1736         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1737         variable name changes.
1738         (wl-highlight-summary-current-line): Ditto.
1739
1740         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1741         wl-summary-message-mark instead of elmo-message-mark.
1742
1743         * wl-expire.el (wl-expire-message-p): Ditto.
1744
1745         * wl-score.el (wl-score-headers): Ditto.
1746
1747         * Version number is increased to 2.11.9.
1748
1749         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1750         (wl-summary-sync-update): Follow the change above.
1751         (wl-summary-switch-to-clone-buffer): Ditto.
1752         (wl-summary-open-folder): Ditto.
1753
1754 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1755
1756         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1757         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1758
1759         * Version number is increased to 2.11.8.
1760
1761         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1762
1763         * wl-expire.el (wl-expire-refile): Follow the API change on
1764         `elmo-folder-move-messages'.
1765         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1766
1767         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1768         (wl-summary-exec-action-refile): Ditto.
1769         (wl-summary-exec-action-copy): Ditto.
1770         (wl-summary-no-auto-refile-message-p): No use
1771         `wl-summary-buffer-msgdb'.
1772         (wl-summary-auto-refile): Ditto.
1773
1774 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1775
1776         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1777
1778 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1779
1780         * wl-summary.el (wl-summary-sync): Treat no-sync.
1781
1782         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1783         (wl-default-sync-range): Ditto.
1784
1785 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-refile.el (wl-refile-subject-learn): Call
1788         `elmo-message-entity-field' with 3rd argument is non-nil.
1789         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1790         instead of `elmo-msgdb-overview-entity-get-subject'.
1791
1792 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1793
1794         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1795         scan-type is rescan.
1796         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1797         new optional argument force is non-nil.
1798         (wl-summary-save-view-cache): Call it with force argument non-nil.
1799
1800         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1801
1802 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1803
1804         * wl-action.el (wl-summary-print-argument): Fixed last change.
1805
1806 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1809         simplified.
1810         (wl-summary-target-mark-mark-as-unread): Likewise.
1811         (wl-summary-target-mark-mark-as-important): Likewise.
1812
1813 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1814
1815         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1816         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1817         (wl-summary-mark-as-important-region): Change accordingly.
1818         (wl-summary-target-mark-mark-as-important): Ditto.
1819
1820 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1821
1822         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1823
1824         * wl-action.el (wl-summary-print-argument): Print argument to
1825         right side of window if `wl-summary-print-argument-within-window'
1826         is non-nil.
1827
1828 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1829
1830         * wl-action.el (wl-summary-set-mark): Use
1831         `wl-summary-message-visible-p' to check visibility of the message
1832         and jump to message only when the message line is visible and have
1833         different number; Call wl-summary-unset-mark with number argument.
1834         (wl-summary-unset-mark): 
1835         Use `wl-summary-message-visible-p'
1836         to check visibility of the message and jump to message only when
1837         the message line is visible and have different number;
1838
1839 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * Version number is increased to 2.11.7.
1842
1843         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1844         and wl-folder-summary-line-format.
1845
1846         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1847         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1848         (wl-summary-set-score-mark): Use it.
1849         (wl-summary-target-mark-mark-as-read): Ditto.
1850         (wl-summary-target-mark-mark-as-unread): Ditto.
1851         (wl-summary-target-mark-mark-as-important): Ditto.
1852         (wl-summary-target-mark-msgs): Simplified.
1853         (wl-summary-detect-mark-position): Fixed problem when
1854         summary-line-format no contain persisten/temp mark spec.
1855         (wl-summary-temp-mark): Ditto.
1856         (wl-summary-persistent-mark): Ditto.
1857         (wl-summary-update-persistent-mark): Ditto.
1858
1859         * wl-action.el (wl-summary-set-mark): Ditto.
1860         (wl-summary-unset-mark): Ditto.
1861         All other related portions are changed.
1862
1863 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1864
1865         * Version number is increased to 2.11.6.
1866
1867 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1868
1869         * wl-util.el (wl-current-message-buffer): Define as function;
1870         Don't use the value of wl-messge-buffer.
1871
1872         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1873         persistent mark.
1874
1875         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1876         no current message, cause an error.
1877
1878 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * wl-summary.el (wl-summary-set-message-modified): Use
1881         elmo-folder-set-message-modified instead of
1882         elmo-folder-set-message-modified-internal.
1883
1884 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1885
1886         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1887         interactively.
1888         (wl-summary-sync): nokill->entirely.
1889         (wl-summary-sync-marks): Fixed message.
1890         (wl-summary-input-range): Added mark, nokill->entirely.
1891
1892         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1893         messages as read.
1894
1895 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1896
1897         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1898         update-noscore.
1899         (wl-summary-sync): Follow the change above.
1900
1901 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1902
1903         * wl-action.el (wl-summary-target-mark-all): Use
1904         elmo-folder-list-messages.
1905
1906 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1907
1908         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1909         (wl-summary-rescan): Set wl-summary-scored as nil.
1910         (wl-summary-sync-force-update): Follow the change above.
1911         (wl-summary-sync): Ditto.
1912         (wl-summary-sync-update): Added argument disable-killed.
1913         (wl-summary-insert-headers): Set visible-only argument for
1914         elmo-folder-list-messages.
1915         (wl-summary-input-range): Added update-nokill, update-noscore,
1916         all-nokill, all-noscore and mark.
1917
1918         * Version number is increased to 2.11.5.
1919
1920         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1921
1922 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1923
1924         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1925         (wl-summary-prefetch-region-no-mark): Change accordingly.
1926         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1927
1928 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1929
1930         * wl-address.el (wl-complete-field-to): Abolished.
1931         (wl-complete-address): Completion function for completing-read.
1932         * wl-action.el (wl-summary-get-resend-address): Use it.
1933
1934         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1935         wl-summary-update-mark and abolish unused argument.
1936         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1937         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1938         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1939         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1940         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1941         * wl-draft.el (wl-draft-kill): Ditto.
1942
1943         * wl-summary.el: Remove unused binding of case-fold-search.
1944         (wl-summary-replace-status-marks): Abolished.
1945
1946 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1949         is specified or folder length is zero.
1950
1951 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1952
1953         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1954         (wl-folder-archive-current-entity): Ditto.
1955
1956 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1957
1958         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1959         retrieving message mark.
1960         (wl-summary-redisplay-internal): Ditto.
1961
1962         * wl-message.el (wl-message-buffer-display): Ignore errors while
1963         retrieving message-id field.
1964
1965         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1966         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1967         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1968         order of the arguments for `wl-expire-message-p'.
1969         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1970
1971         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1972         Check return value of wl-summary-reply.
1973         (wl-summary-reply): Recover window configuration when an error occured.
1974
1975 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-summary.el (wl-summary-resend-message): Abolished, the
1978         feature is inherited by wl-summary-resend (put resend mark).
1979
1980 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1981
1982         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1983         wl-message-buffer to nil when the message is hide.
1984
1985 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1986
1987         * .cvsignore: New file.
1988
1989 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1990
1991         * wl-action.el (wl-summary-action-docstring): Add more info.
1992         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1993         duplicate definition.
1994         (wl-summary-define-mark-action): Functions wl-summary-*-region
1995         keep current position.
1996         (wl-summary-unregister-target-mark): Store result to the variable.
1997
1998 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1999
2000         * Version number is increased to 2.11.4.
2001
2002 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2003
2004         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2005         wl-summary-delete-all-temp-marks.
2006         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2007
2008         * wl-action.el (wl-summary-set-mark): Changed terminology
2009         refile-destination -> action-argument.
2010         (wl-summary-unset-mark): Ditto.
2011         (wl-summary-remove-argument): Ditto.
2012         (wl-summary-print-argument): Ditto.
2013
2014         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2015         (wl-thread-remove-argument-region): Ditto.
2016         (wl-thread-print-argument-region): Ditto.
2017         (wl-thread-close): Ditto.
2018         (wl-thread-open): Ditto.
2019
2020         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2021         (wl-highlight-refile-destination-face is abolished)
2022         (wl-highlight-action-argument-string): Ditto.
2023         (wl-highlight-summary-current-line): Highlight action argument.
2024
2025         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2026         color for light backgrounds.
2027         (wl-highlight-summary-answered-face): Ditto.
2028
2029 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2030
2031         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2032
2033         * wl-score.el (wl-summary-score-update-all-lines): Use
2034         wl-summary-set-mark.
2035         (wl-summary-score-update-all-lines): Kill expunged messages.
2036
2037         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2038
2039 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2040
2041         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2042         directly.
2043         (wl-score-overview-entity-get-lines): Ditto.
2044         (wl-score-overview-entity-get-xref): Ditto.
2045         (wl-score-get-latest-msgs): Ditto.
2046         (wl-summary-rescore): Ditto.
2047
2048         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2049         to "&".
2050         (wl-summary-mark-as-answered-internal): New inline function.
2051         (wl-summary-mark-as-answered): New function.
2052         (wl-summary-mark-as-unanswered): Ditto.
2053         (wl-summary-sync-marks): Modified for answered-mark synching.
2054
2055 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-action.el (wl-summary-set-mark): Fixed last change.
2058
2059 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2060
2061         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2062         behavior of wl-summary-unread-message-hook
2063         (Pointed out by akira yamada <akira@arika.org>).
2064
2065 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2066
2067         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2068         wl-summary-delete.
2069         * wl-xmas.el (wl-summary-toolbar): Ditto.
2070
2071         * wl-action.el (wl-summary-set-mark): Don't override current
2072         temp-mark.
2073
2074         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2075
2076 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2077
2078         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2079         (wl-refile-msgid-learn): Ditto.
2080         (wl-refile-get-field-value): Ditto.
2081
2082         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2083
2084         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2085         (wl-expire-delete-reserved-messages): Renamed from
2086         wl-expire-reserve-marked-msgs-from-list.
2087         (wl-expire-delete): Removed argument `msgdb'.
2088         (wl-expire-refile): Ditto.
2089         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2090         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2091         mark-alist as argument.
2092         (wl-expire-archive-number1): Removed argument `msgdb'.
2093         (wl-expire-archive-number2): Ditto.
2094         (wl-expire-archive-date): Ditto.
2095         (wl-expire-localdir-date): Ditto.
2096         (wl-expire-hide): Ditto.
2097         (wl-archive-number1): Ditto.
2098         (wl-archive-number2): Ditto.
2099         (wl-archive-date): Ditto.
2100         (wl-archive-folder): Ditto.
2101         All other related portions are changed.
2102
2103 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2104
2105         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2106         mean move up and down. (suggested by Takashi Kawachi)
2107
2108 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2109
2110         * wl-acap.el (toplevel): Don't require un-define.
2111
2112 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2113
2114         * wl-thread.el (wl-thread-delete-message): Always update
2115         wl-summary-buffer-number-list.
2116
2117         * wl-action.el (wl-summary-print-destination): 
2118         Do nothing when folder is nil.
2119
2120 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2121
2122         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2123         persistent mark when prefetch is succeeded.
2124
2125 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2126
2127         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2128         instead of elmo-msgdb-delete-msgs.
2129         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2130         (wl-expire-hide): Ditto.
2131
2132         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2133
2134         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2135         elmo-msgdb interface.
2136         (wl-thread-get-exist-children): Likewise.
2137         (wl-thread-insert-message): Likewise.
2138         (wl-thread-msg-mark-as-important): Likewise.
2139         (wl-thread-insert-entity-sub): Likewise.
2140         (wl-thread-get-children-msgs-uncached): Likewise.
2141
2142         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2143         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2144         (wl-summary-sync-update): Likewise.
2145         (wl-summary-auto-select-msg-p): Likewise.
2146         (wl-summary-update-thread): Likewise.
2147         (wl-summary-mark-as-important): Likewise.
2148         (wl-summary-jump-to-msg-internal): Likewise.
2149         (wl-summary-redisplay-internal): Likewise.
2150         (wl-summary-print-message-with-ps-print): Likewise.
2151         (wl-summary-folder-info-update): Likewise.
2152
2153         * wl-folder.el (wl-folder-check-one-entity):
2154         elmo-folder-count-flags instead of wl-summary-count-unread.
2155
2156         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2157
2158         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2159
2160         * wl-summary.el (wl-summary-set-message-modified): 
2161         Call wl-summary-set-mark-modified.
2162         (wl-summary-delete-messages-on-buffer): Call
2163         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2164         (wl-summary-sync-update): Call elmo-folder-length instead of
2165         elmo-folder-messages.
2166         (wl-summary-insert-headers): Don't call
2167         elmo-folder-list-message-entities.
2168
2169 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-action.el (wl-summary-define-mark-action): Call
2172         `wl-summary-set-mark' with argument `data'.
2173         (wl-summary-auto-refile): Fixed order of arguments when call
2174         `wl-summary-refile'.
2175
2176 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2177
2178         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2179
2180         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2181
2182         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2183         (Renamed from wl-highlight-summary-deleted-face).
2184         (wl-highlight-summary-resend-face): New face.
2185
2186         (wl-highlight-summary-deleted-face): Renamed from
2187         wl-highlight-summary-erased-face.
2188
2189         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2190
2191         * wl-action.el (wl-summary-get-resend-address): New function.
2192         (wl-summary-exec-action-resend): Ditto.
2193         (wl-summary-exec-action-resend-subr): Ditto.
2194
2195         * w-thread.el (wl-thread-copy): Removed definition.
2196         (wl-thread-refile): Ditto.
2197         (wl-thread-delete): Ditto.
2198         (wl-thread-target-mark): Ditto.
2199
2200         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2201         (wl-summary-target-mark-set-action): Fixed.
2202         (wl-summary-define-mark-action): Fixed quotation.
2203         (wl-summary-move-mark-list-messages): Display message.
2204         (wl-summary-define-mark-action): Define thread functions.
2205         (wl-summary-exec-action-refile): Changed message.
2206         (wl-summary-exec): Ditto.
2207
2208 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2209         
2210         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2211         '%%'.
2212
2213 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl.el (toplevel): Require wl-action.
2216         (wl-init): Call wl-summary-define-mark-action.
2217
2218         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2219
2220         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2221         wl-summary-delete and wl-summary-erase.
2222         (wl-summary-mode-map): Ditto.
2223
2224         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2225         wl-delete-folder-alist.
2226
2227         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2228         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2229         (toplevel): Moved mark & action related functions to the wl-action.el.
2230
2231         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2232         in wl-summary-mark-action-list.
2233         (wl-highlight-summary-current-line): Ditto.
2234
2235         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2236         empty lines.
2237
2238         * wl-action.el: New file. 
2239
2240 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2241
2242         * wl-summary.el (wl-summary-target-mark-replace): New function.
2243         (wl-summary-target-mark-prefetch): Use it.
2244         (wl-summary-target-mark-delete): Ditto.
2245         (toplevel): Rearranged definition order.
2246         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2247         (wl-summary-target-mark-erase): Rewrite.
2248         (wl-summary-erase-region): New function.
2249         (wl-summary-exec-action-erase): Changed message.
2250         (wl-summary-move-mark-list-messages): New function.
2251         (wl-summary-exec-action-delete): Use it.
2252         (wl-summary-exec-action-erase): Ditto.
2253
2254         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2255         (wl-summary-skip-mark-list): Added "d".
2256
2257         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2258         while searching.
2259
2260         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2261         and define using defcustom;
2262         Define 4th element as a face.
2263         
2264         * wl-summary.el (wl-summary-incorporate): Use 
2265         `wl-summary-prefetch-region-no-mark' instead of
2266         `wl-summary-prefetch-region'.
2267         (wl-summary-prefetch-region-no-mark): Revival of old
2268         `wl-summary-prefetch-region'.
2269         (wl-summary-mark-action-list): Moved to wl-vars.el
2270
2271         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2272         face according to the `wl-summary-mark-action-list'.
2273         (wl-highlight-summary-current-line): Ditto;
2274         Removed destination highlighting.
2275
2276         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2277         (wl-highlight-summary-line-string): Highlight for "i" mark.
2278         (wl-highlight-summary-current-line): Ditto.
2279
2280         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2281         no destination.
2282
2283         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2284         exists, just go ahead.
2285         (wl-summary-prefetch-region): Rewrite.
2286         (wl-summary-prefetch): Ditto.
2287         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2288         (wl-summary-exec-action-prefetch): New function.
2289         (wl-summary-target-mark-prefetch): Rewrite.
2290
2291 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2292
2293         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2294         (wl-highlight-summary-line-string): Added "d" and "D".
2295         (wl-highlight-summary-current-line): Ditto.
2296
2297         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2298         in wl-summary.el.
2299         (wl-thread-insert-entity-sub): Ditto.
2300         (wl-thread-remove-destination-region): Ditto.
2301         (wl-thread-print-destination-region): Ditto.
2302
2303         * wl-summary.el (wl-summary-buffer-refile-list,
2304         wl-summary-buffer-delete-list,
2305         wl-summary-buffer-copy-list): Abolish.
2306         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2307         All other related portions are changed.
2308         (wl-summary-mark-action-list): New variable.
2309         (wl-summary-set-mark): New function.
2310         (wl-summary-register-target-mark): Ditto.
2311         (wl-summary-unregister-target-mark): Ditto.
2312         (wl-summary-have-target-mark-p): Ditto.
2313         (wl-summary-register-temp-mark): Ditto.
2314         (wl-summary-unregister-temp-mark): Ditto.
2315         (wl-summary-registered-temp-mark): Ditto.
2316         (wl-summary-collect-temp-mark): Ditto.
2317         (wl-summary-unset-mark): Ditto.
2318         (wl-summary-set-target-mark): Ditto.
2319         (wl-summary-unset-target-mark): Ditto.
2320         (wl-summary-set-action-generic): Ditto.
2321         (wl-summary-unset-action-generic): Ditto.
2322         (wl-summary-exec-action-delete): Ditto.
2323         (wl-summary-exec-action-erase): Ditto.
2324         (wl-summary-set-action-refile): Ditto.
2325         (wl-summary-set-action-refile-subr): Ditto.
2326         (wl-summary-unset-action-refile): Ditto.
2327         (wl-summary-make-destination-numbers-list): Ditto.
2328         (wl-summary-exec-action-refile): Ditto.
2329         (wl-summary-set-action-copy): Ditto.
2330         (wl-summary-unset-action-copy): Ditto.
2331         (wl-summary-exec-action-copy): Ditto.
2332         (wl-summary-collect-numbers-region): Ditto.
2333         (wl-summary-delete): Rewrite.
2334         (wl-summary-erase): Ditto.
2335         (wl-summary-remove-destination): Ditto.
2336         (wl-summary-exec): Ditto.
2337         (wl-summary-exec-region): Ditto.
2338         (wl-summary-target-mark-erase): Ditto.
2339         (wl-summary-refile): Ditto.
2340         (wl-summary-copy): Ditto.
2341         (wl-summary-unmark): Ditto.
2342         (wl-summary-delete-all-mark): Ditto.
2343         (wl-summary-mark-line): Don't highlight.
2344         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2345         (wl-summary-target-mark-refile-subr): Rewrite.
2346
2347         (wl-summary-copy-prev-destination): Abolish.
2348
2349 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2350
2351         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2352         default values along the value of wl-on-mule.
2353         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2354         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2355         It is not used anywhere.
2356
2357 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2358
2359         * wl-summary.el (wl-summary-print-destination): Keep position.
2360         (wl-summary-cursor-move-surface): Keep horizontal position.
2361
2362 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2363
2364         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2365         write sendlog.
2366
2367 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2368
2369         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2370         `wl-summary-highlight'.
2371
2372 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2373
2374         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2375         trivial condition for temp-mark.
2376
2377 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2378
2379         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2380         when it hits killed buffer.
2381
2382 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2383
2384         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2385         * wl-news.el.in: `message' and `error' take format string.
2386
2387 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2388
2389         * wl-folder (wl-folder-insert-entity): Display a message,
2390         `...done', when the work finish.
2391         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2392
2393 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2394
2395         * wl-message.el (wl-message-redisplay): Remove unused local
2396         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2397
2398 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2399
2400         * wl-summary.el (wl-summary-replace-status-marks): Disable
2401         interactive use.
2402         (wl-summary-reedit): Check message existence at first.
2403         (wl-summary-mark-line): Fix doc, return value is indefinite.
2404
2405         * wl-highlight.el (wl-highlight-message): Arranged.
2406
2407         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2408         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2409         check temp-mark by wl-summary-temp-mark always.
2410         (wl-highlight-summary): Change accordingly.
2411         * wl-summary.el (wl-summary-mark-as-read-all)
2412         (wl-summary-delete-cache, wl-summary-set-score-mark)
2413         (wl-summary-mark-as-unread, wl-summary-unmark)
2414         (wl-summary-mark-line, wl-summary-mark-as-read)
2415         (wl-summary-mark-as-important): Ditto.
2416
2417         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2418         end of the window if possible.
2419         * wl-summary.el (wl-summary-sync-update): Support lazy
2420         highlighting.
2421         (wl-summary-toggle-disp-msg): Ditto.
2422
2423 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2424
2425         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2426
2427 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428
2429         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2430         change.
2431
2432 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2433
2434         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2435         API.
2436         (wl-summary-sync-update): Ditto.
2437
2438         * wl-score.el (wl-score-get-score-alist): Changed argument.
2439         (wl-summary-rescore-msgs): Likewise.
2440         (wl-summary-score-headers): Likewise.
2441         (wl-score-headers): Likewise;
2442         Use elmo-folder-do-each-message-entity, etc.
2443         (wl-summary-score-effect): Follow the changes above.
2444         (wl-summary-rescore): Ditto.
2445         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2446         (wl-score-get-overview): Abolish.
2447
2448         * wl-summary.el (wl-summary-default-from): Follow the API change in
2449         elmo-msgdb.
2450         (wl-summary-count-unread): Ditto.
2451         (wl-summary-detect-mark-position): Ditto.
2452         (wl-summary-overview-entity-compare-by-date): Ditto.
2453         (wl-summary-overview-entity-compare-by-number): Ditto.
2454         (wl-summary-overview-entity-compare-by-from): Ditto.
2455         (wl-summary-overview-entity-compare-by-subject): Ditto.
2456         (wl-summary-get-list-info): Ditto.
2457         (wl-summary-rescan): Ditto.
2458         (wl-summary-jump-to-msg-by-message-id): Ditto.
2459         (wl-summary-sync-update): Ditto; Removed comment.
2460         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2461         (wl-summary-insert-message): Use wl-summary-insert
2462         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2463         (wl-summary-insert-headers): Changed argument overview to folder.
2464         (wl-summary-search-by-subject): Likewise.
2465         (wl-summary-insert-thread): Renamed from 
2466         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2467
2468         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2469         too.
2470
2471         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2472         wl-string-member.
2473
2474 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2475
2476         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2477         elmo-folder-append-buffer.
2478         (wl-draft-queue-append): Likewise.
2479
2480         * wl-mime.el (wl-message-delete-current-part): Ditto.
2481         (wl-summary-burst-subr): Ditto.
2482
2483         * wl-news.el.in (wl-news-send-news): Ditto.
2484
2485 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2486
2487         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2488         function.
2489         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2490         (wl-summary-update-mark): Enclose with save-excursion.
2491         (wl-summary-mark-as-read-internal): Fixed last change.
2492         (wl-summary-mark-as-important): Use 3rd argument of
2493         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2494         Don't use elmo-msgdb-set-mark.
2495         (wl-summary-redisplay-internal): If msgdb flag is already read,
2496         just update the mark on buffer.
2497
2498 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2499
2500         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2501         cut visible folder when elmo-folder-delete returns non-nil value.
2502
2503 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2504
2505         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2506         by Kenichi OKADA <okada@opaopa.org>).
2507
2508 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2509
2510         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2511
2512 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2513
2514         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2515         Fixed the last change, search group entity by its real name.
2516         (Thanks to: KOBAYASHI Shinji)
2517
2518 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2519
2520         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2521         (wl-fldmgr-access-display-all): Don't refer visible name.
2522         * wl-expire.el (wl-folder-archive-current-entity)
2523         (wl-folder-expire-current-entity): Ditto.
2524         * wl-folder.el (wl-folder-jump-to-current-entity)
2525         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2526         (wl-folder-open-folder-sub,wl-folder-open-all)
2527         (wl-folder-write-current-folder): Ditto.
2528         (wl-folder-insert-entity): Don't use petname for normal group.
2529         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2530         is the real name.
2531         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2532         Abolished.
2533
2534 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2535
2536         * wl-draft.el (wl-draft-create-buffer): Add
2537         `wl-summary-reply-with-citation'
2538
2539 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2540
2541         * wl-draft.el (wl-draft-reply): Fixed.
2542
2543 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2544
2545         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2546         when `wl-draft-send-confirm-with-preview' is non-nil.
2547         You can scroll up/down by j/k.
2548         (wl-draft-send-confirm-with-preview): New variable (default=t).
2549
2550 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2551
2552         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2553         (wl-fldmgr-save-folders): Fix comment.
2554
2555 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2556
2557         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2558         along the last change in `wl-folder-buffer-group-p'.
2559
2560 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2561
2562         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2563         folder.
2564
2565         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2566         the default value.
2567
2568         * wl-mime.el (wl-summary-burst): Update summary only when target
2569         folder equals current folder.
2570
2571 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2572
2573         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2574
2575 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2576
2577         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2578         value.
2579
2580 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2583         `map-extents' instead of `extent-at' repeatedly.
2584         (wl-highlight-folder-current-line): Ditto.
2585
2586         * wl-highlight.el: Remove useless dummy functions.
2587
2588 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2589
2590         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2591         (wl-folder-put-folder-property): New function to put text property.
2592         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2593         (wl-folder-insert-entity, wl-folder-update-diff-line)
2594         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2595         * wl-e21.el, wl-xmas.el, wl-mule.el
2596         (wl-highlight-folder-current-line): Ditto.
2597         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2598         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2599         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2600         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2601
2602 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2603
2604         * Version number is increased to 2.11.3.
2605
2606 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2607
2608         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2609         Resume current-buffer since it is assumed by remaining tasks.
2610
2611 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2612
2613         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2614         (wl-folder-completion-function): Abolished.
2615         (wl-folder-complete-folder): New function.
2616         (wl-folder-complete-filter-condition): Ditto.
2617         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2618         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2619
2620 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2621
2622         * wl-draft.el (wl-draft-send-confirm): New function.
2623         (wl-draft-send): Use it.
2624
2625         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2626         cursor-in-echo-area while confirming.
2627
2628         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2629
2630         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2631         searching via nntp if wl-summary-search-via-nntp is 'force.
2632         Otherwise, invoke searching in nntp folder only.
2633         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2634
2635         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2636         explicitly for mime-make-text-tag.
2637
2638 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2639
2640         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2641         `mime-make-text-tag' instead of `mime-create-tag'.
2642
2643 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2644
2645         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2646         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2647
2648 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2649
2650         * wl-score.el (wl-score-save): Bind print-length and print-level.
2651         (wl-score-pretty-print): Ditto.
2652         (wl-score-edit-insert-header-entry): Ditto.
2653
2654         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2655         "From" entry to be treated with wl-draft-eword-encode-address-list.
2656         * wl-mime.el (wl-draft-preview-message): Ditto.
2657
2658         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2659         (wl-summary-mark-as-unread): Ditto.
2660         (wl-summary-mark-as-read-region): Change accordingly.
2661         (wl-summary-mark-as-unread-region): Ditto.
2662         (wl-summary-target-mark-mark-as-read): Ditto.
2663         (wl-summary-target-mark-mark-as-unread): Ditto.
2664
2665 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2666
2667         * Version number is increased to 2.11.2.
2668
2669 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2670
2671         * wl-news.el.in (wl-news-previous-version-save): Bind
2672         print-length and print-level.
2673         * wl-thread.el (wl-thread-save-entities): Ditto.
2674         (wl-thread-save-top-list): Bind print-length.
2675
2676 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2677
2678         * wl-highlight.el (wl-highlight-summary-line-string): Use
2679         wl-summary-score-below-mark, wl-summary-score-over-mark.
2680         (wl-highlight-summary-current-line): Ditto.
2681
2682 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2683
2684         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2685         insert it.
2686
2687 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2688
2689         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2690
2691 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2692
2693         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2694         message without msgid.
2695         Rewrite with elmo-folder-move-messages.
2696         Set wl-message-buffer to nil.
2697
2698         * wl-summary.el (wl-summary-erase-subr): New function. Use
2699         elmo-folder-move-messages.
2700         (wl-summary-erase): Call it.
2701         (wl-summary-target-mark-erase): Ditto.
2702
2703 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2704
2705         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2706         it is not up-tp-date.
2707
2708 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2709
2710         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2711         buffer after calling `wl-summary-goto-folder-subr' without the
2712         argument `interactive'.
2713         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2714
2715 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2716
2717         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2718         `mime-create-tag'. Use `string=' instead of `looking-at'.
2719
2720 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2721
2722         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2723         to avoid compile warning.
2724
2725         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2726         entity-id when folder is given.
2727         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2728         save-excursion, use save-selected-window instead.
2729         Select folder buffer window if exists.
2730         (To correct behavior with wl-folder-move-cur-folder.)
2731
2732 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2733
2734         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2735
2736 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2737
2738         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2739         list-count instead of %d.
2740
2741 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2742
2743         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2744         (wl-news): Set it.
2745         (wl-news-append-to-folder): Use it.
2746
2747         * wl-news.el.in (wl-news-send-news): Append to specified folder
2748         instead of wl-default-folder.
2749         (wl-news-append-to-folder): Show error message with specified folder.
2750
2751         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2752                 In most major modes, Emacs assumes that any opening
2753                 delimiter found at the left margin is the start of a
2754                 top-level definition, or defun. Therefore, *never put an
2755                 opening delimiter at the left margin unless it should have
2756                 that significance.*
2757
2758         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2759
2760 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2761
2762         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2763
2764 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2765
2766         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2767
2768 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2769
2770         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2771         for sequential numbering case.
2772
2773 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2774
2775         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2776         value.
2777         (wl-draft-reply-without-argument-list): Ditto.
2778         (wl-draft-reply-myself-with-argument-list): Abolish.
2779         (wl-draft-reply-myself-without-argument-list): Ditto.
2780         * wl-draft.el (wl-draft-self-reply-p): New function.
2781         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2782
2783 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2784
2785         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2786         (avoid error for the case without byte-compiling)
2787
2788 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2789
2790         * wl-news.el.in (wl-news-append-to-folder): New function.
2791         (wl-news-exit): Rewrite.
2792         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2793
2794 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2795
2796         * wl-draft.el (wl-draft-reply-position): New function.
2797         (wl-draft-reply-position): Fix.
2798         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2799         (wl-summary-target-mark-reply-with-citation): Ditto.
2800         (wl-summary-reply-with-citation): Ditto.
2801         * wl-vars.el (wl-draft-reply-default-position): New variable.
2802
2803 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2804
2805         * wl-draft.el (wl-draft-send): Preview when interactive send.
2806
2807 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2808
2809         * wl-draft.el (wl-draft-reply): Set default position.
2810         * wl-summary.el (wl-summary-reply): Ditto.
2811         (wl-summary-reply-with-citation): Ditto.
2812         (wl-summary-target-mark-reply-with-citation): Ditto.
2813
2814 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2815
2816         * wl-news.el.in (wl-news-lang): Set default value according to
2817         current-language-environment.
2818         (wl-news-append-news): Do nothing when news-list is nil.
2819
2820 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2821
2822         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2823         (wl-news): Change message.
2824         (wl-news-exit): Check buffer.
2825         (wl-news-force-exit): New function.
2826         (wl-news-show-all): New function.
2827         (wl-news-discard-and-exit): Fix.
2828
2829 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2830
2831         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2832         according to current-language-environment.
2833
2834         * wl-news.el.in (wl-news): If arg, show all NEWS after
2835         wl-news-default-previous-version.
2836
2837 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2838
2839         * wl-news.el.in (wl-news-check): Rewritten.
2840         (wl-news-previous-version-load): Change data type.
2841         (wl-news-previous-version-save): Change data type.
2842         (wl-news-append-news): Add return value.
2843         (wl-news-check-news): New function.
2844         (wl-news-already-current-p): New function.
2845         (wl-news-send-news): Rewritten.
2846         (wl-news-mode-map): Add new keybind.
2847         (wl-news): Rewritten.
2848         (wl-news-exit): Rewritten.
2849         (wl-news-discard-and-mail): New function.
2850         (wl-news-send-to-address): Abolished.
2851         * wl.el (wl-init): Delete a message.
2852
2853 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2854
2855         * wl-news.el.in (wl-news-exit): Update previous version.
2856         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2857
2858 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2859
2860         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2861
2862 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2863
2864         * wl-news.el.in (wl-news): New function.
2865         (wl-news-mode): New function.
2866         (wl-news-next-line): New function.
2867         (wl-news-next-page): New function.
2868         (wl-news-exit): New function.
2869         (wl-news-buf-name): New variable.
2870         (wl-news-mode-map): New variable.
2871         (wl-news-winconf): New variable.
2872         (wl-news-append-news): Add an option.
2873
2874 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2875
2876         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2877
2878 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2879
2880         * wl-news.el.in (wl-news-send-to-address): New variable.
2881         (wl-news-send-news): Use it.
2882         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2883         Return updating status.
2884         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2885
2886 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2887
2888         * wl-news.el.in (wl-news-send-news): Delete
2889         Organization and X-Face.
2890
2891 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2892
2893         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2894         (wl-news-append-news): New function.
2895         (wl-news-send-news): New function.
2896
2897 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2898
2899         * Version number is increased to 2.11.1.
2900
2901 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2902
2903         * wl-news.el.in : New file.
2904
2905 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2906
2907         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2908         default value.
2909         (wl-draft-reply-without-argument-list): Ditto.
2910
2911 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2912
2913         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2914         (wl-message-buffer-prefetch-idle-time): Ditto.
2915         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2916
2917 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2918
2919         * wl-thread.el (wl-thread-insert-message): Use
2920         wl-summary-max-thread-depth.
2921
2922         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2923         loop detection.
2924
2925         * wl-message.el (wl-message-buffer-display): Back to the first page
2926         when cache is hit.
2927
2928 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2929
2930         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2931
2932         * wl-summary.el (wl-summary-insert-thread-entity):
2933         If the thread depth is reached to wl-summary-max-thread-depth,
2934         divide the thread.
2935
2936 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2937
2938         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2939         for elmo-remove-passwd.
2940
2941 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2944         folder is sticky.
2945         (wl-folder-mark-as-read-all-entity): Ditto.
2946         (wl-folder-prefetch-entity): Ditto.
2947
2948 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2949
2950         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2951
2952 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2953
2954         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2955         Delete messages on buffer for unplugged operation.
2956         (wl-summary-erase): Ditto.
2957
2958 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2959
2960         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2961         take nil so as not to search parent by subject.
2962
2963 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2964
2965         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2966         (wl-folder-get-next-folder): Ditto.
2967         (wl-folder-get-path): Ditto.
2968
2969 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2970
2971         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2972         system and encode the region with it before verifying.
2973
2974 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2975
2976         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2977         system of the echo buffer before decoding.
2978
2979 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2980
2981         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2982         original contents.
2983
2984 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2987         with argument 'any-exists.
2988
2989 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2990
2991         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2992         Use `wl-cs-autoconv'.
2993
2994 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2995
2996         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2997         by `mime-view-automatic-conversion'.
2998
2999         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3000         (wl-message-verify-pgp-nonmime): Ditto.
3001         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3002         Bind them to C-c:d and C-c:v respectively.
3003
3004         Merge following code by Teranishi-san from [wl-en:00167].
3005         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3006         (wl-mime-preview-application/pgp-encrypted): Ditto.
3007         (wl-mime-setup): Add entry.
3008
3009 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3010
3011         * wl-summary.el (wl-summary-target-mark-erase): New function.
3012         Bind it to "mD".
3013
3014 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3015
3016         * wl-vars.el (wl-draft-write-file-function): Fix.
3017         (wl-draft-reedit-hook): Changed default value.
3018
3019         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3020         wl-draft-reedit-hook.
3021         (wl-draft-remove-text-plain-tag): New function.
3022         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3023
3024         * wl-vars.el (wl-draft-write-file-function): New user option.
3025
3026         * wl-draft.el (wl-draft-prepare-edit): Use it for
3027         local-write-file-hooks.
3028         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3029
3030         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3031         (wl-draft-insert-mail-header-separator): Return the body beginning
3032         point.
3033         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3034         text/plain.
3035         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3036
3037 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3038
3039         * wl-summary.el (wl-summary-erase): New function to erase message
3040         without moving it to trash. Bind to "D".
3041
3042         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3043         as `keep' unless switch-function.
3044
3045 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3046
3047         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3048         message buffer by using `wl-summary-toggle-disp-msg'.
3049         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3050         buffer window.
3051         (wl-summary-supresedes-message): Ditto.
3052
3053         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3054         Do not delete other windows.
3055         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3056         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3057         (wl-draft-create-buffer): Set reply-or-forward also for target
3058         mark commands.
3059
3060 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-draft.el (wl-user-agent-compose): Delete special case for
3063         switch-to-buffer-other-window.
3064
3065         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3066         (wl-summary-forward): Ditto.
3067
3068         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3069         function.
3070         (wl-draft-buffer-style): New use option.
3071
3072         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3073         (wl-draft): Follow the change above.
3074         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3075         wl-draft-buffer-style.
3076         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3077         switch-function.
3078
3079 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3080
3081         * wl-draft.el (wl-user-agent-compose): Delete special case for
3082         switch-to-buffer-other-window.
3083
3084         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3085         (wl-summary-forward): Ditto.
3086
3087         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3088         function.
3089         (wl-draft-buffer-style): New use option.
3090
3091         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3092         (wl-draft): Follow the change above.
3093         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3094         wl-draft-buffer-style.
3095         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3096         switch-function.
3097
3098 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3099
3100         * wl-address.el (wl-address-make-completion-entry): Extracted from
3101         `wl-address-make-completion-list'.
3102         (wl-address-enable-strict-loading): New variable.
3103         (wl-address-make-completion-list): Revive petname duplication
3104         inquiry, and enable it if `wl-address-enable-strict-loading'.
3105         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3106
3107 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-message.el (wl-message-get-original-buffer): Avoid
3110         'Selecting deleted buffer' error when original buffer is killed.
3111
3112 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3113
3114         * wl-summary.el (wl-summary-next-message): Use
3115         elmo-message-accessible-p instead of elmo-message-cached-p.
3116
3117 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3120
3121         * wl-thread.el (wl-thread-open-all-unread): Use
3122         elmo-folder-list-flagged instead of
3123         elmo-folder-list-messages-mark-match.
3124
3125         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3126         instead of elmo-folder-list-messages-mark-match.
3127         (wl-summary-move-spec-alist): New variable.
3128         (wl-summary-move-spec-plugged-alist,
3129         wl-summary-move-spec-unplugged-alist): Abolish.
3130         (wl-summary-next-message): Follow the change above.
3131         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3132         with 'no-msg' argument.
3133
3134         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3135         variable.
3136         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3137         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3138         (wl-message-buffer-prefetch-get-next): Follow the change above.
3139
3140 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3141
3142         * wl-version.el (wl-version): Changed codename.
3143
3144         * Version number is increased to 2.11.0.
3145
3146 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3147
3148         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3149         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3150         `wl-draft-config-variables'.
3151         (wl-draft-kill): Fixed problem when the draft is reedit.
3152
3153 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3154
3155         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3156         buffer-modified status (Thanks to
3157         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3158
3159 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-util.el (wl-region-exists-p): New function.
3162
3163         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3164         Remove defvars for byte-compile warnings.
3165
3166 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3167
3168         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3169         defvar-maybe. Removed unused bind.
3170
3171 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3172
3173         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3174         summary buffer window before creating new frame.
3175         (wl-draft-reply): Ditto.
3176
3177 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3180
3181 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3182
3183         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3184
3185 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3186
3187         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3188         instead of `kill-region'.
3189
3190 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3193         (wl-highlight-summary-line-string): Use it.
3194         (wl-highlight-summary-current-line): Ditto.
3195
3196         * wl-mime.el (wl-message-delete-current-part): Check the class of
3197         mime-entity.
3198
3199         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3200
3201         * wl-summary.el (wl-summary-make-number-list): Initialize.
3202         (wl-summary-update-mark): New function.
3203         (wl-summary-reply): Put `answered' mark on the message.
3204         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3205
3206         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3207         (wl-draft-reply): Added optional argument `number';
3208         Set wl-draft-parent-number.
3209         (wl-draft-kill): Delete answered mark if it is a reply.
3210
3211 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3212
3213         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3214         that originates in mime-preview-follow-current-entity.
3215         (wl-draft-yank-current-message-entity): Use it if region is active.
3216
3217         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3218         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3219         `wl-message-delete-current-part'.
3220         * wl-mule.el (wl-message-define-keymap): Ditto.
3221         * wl-xmas.el (wl-message-define-keymap): Ditto.
3222
3223 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3224
3225         * wl-mime.el (wl-message-delete-current-part): New function.
3226         (wl-mime-node-id-to-string): Ditto.
3227
3228         * wl-mime.el (wl-message-delete-current-part): Use existing
3229         original buffer which corresponds current mime-view buffer.
3230         (fetched buffer might have different structure, possibly)
3231
3232         * wl-mime.el (wl-message-delete-current-part): Quit if the
3233         message content differs from the actual message.
3234
3235 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3238         order.
3239         (wl-summary-search-by-subject): Search parent message from tail;
3240         Check the existence of the parent message on the current thread tree.
3241         (wl-summary-update-thread): Check whether the line is inserted.
3242
3243 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3244
3245         * wl-vars.el (wl-summary-line-format): Undo last change.
3246         * wl-summary.el (wl-summary-print-destination): Do not put
3247         invisible property when `wl-summary-width' is nil.
3248         (wl-summary-line-subject-minimum-length): Abolished.
3249         (wl-summary-line-subject): Ditto.
3250
3251 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3252
3253         * wl-vars.el (wl-summary-line-format): Change default value.
3254         (wl-summary-subject-length-limit): Abolished.
3255         * wl-summary.el (wl-summary-line-subject): Ditto.
3256
3257 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3258
3259         * wl-template.el (wl-template-select): Added optional argument.
3260         If optional argument is specified, reverse
3261         `wl-template-visible-select'.
3262
3263 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3264
3265         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3266         Take prefix argument to force asking the destination folder.
3267
3268 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3269
3270         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3271         count and update status.
3272
3273 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3274
3275         * wl-summary.el (wl-summary-redisplay-internal): If
3276         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3277         after fetching.
3278
3279 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3280
3281         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3282         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3283
3284         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3285
3286 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3289         (All other related portions are changed).
3290         (wl-summary-mark-as-read-all): Rewrite.
3291
3292 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3293
3294         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3295         `wl-summary-mark-as-read'.
3296         (wl-summary-mark-as-unread): Rewrite.
3297         (wl-summary-mark-as-read): Added no-modeline argument.
3298         (wl-summary-resume-cache-status): Rewrite.
3299         (wl-summary-exec-subr): Remove unused local variable.
3300
3301 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3302
3303         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3304         logic to call `wl-summary-buffer-prev-folder-function'.
3305         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3306
3307 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3308
3309         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3310         is nil.
3311
3312 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3313
3314         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3315         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3316         (wl-mime-setup): Add its entry.
3317
3318 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3319
3320         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3321         (wl-summary-delete-cache): Likewise.
3322         (wl-summary-mark-as-read): Rewrite.
3323
3324 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3325
3326         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3327         `wl-summary-count-unread'.
3328
3329         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3330
3331         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3332
3333 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3334
3335         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3336         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3337         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3338         Renamed to the elmo-msgdb-*-mark.
3339         (wl-summary-score-marks): Follow the change above.
3340         (wl-summary-auto-refile-skip-marks): Ditto.
3341         (wl-summary-incorporate-marks): Ditto.
3342         (wl-summary-expire-reserve-marks): Ditto.
3343
3344         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3345         changes.
3346         (wl-thread-insert-top): Changed updating message.
3347
3348         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3349         variable.
3350         (wl-summary-count-unread): Count answered marks.
3351         (wl-summary-rescan): Call wl-summary-insert-message instead of
3352         wl-summary-append-message-func-internal.
3353         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3354         (wl-summary-prefetch-msg): Follow the variable name changes.
3355         (wl-summary-prefetch-region): Ditto.
3356         (wl-summary-mark-as-read-all): Follow the API changes;
3357         Don't call elmo-folder-replace-marks.
3358         (wl-summary-delete-cache): Follow the variable name changes.
3359         (wl-summary-resume-cache-status): Ditto.
3360         (wl-summary-update-status-marks): New function.
3361         (wl-summary-insert-message): New function.
3362         (wl-summary-sync-marks): Follow the variable name changes.
3363         (wl-summary-sync-update): Synchronize to the msgdb, too;
3364         Changed update messages.
3365         (wl-summary-make-number-list): Rewrite.
3366         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3367         (wl-summary-mark-as-unread): Follow the API changes.
3368         (wl-summary-exec-subr): Follow the variable name changes.
3369         (wl-summary-mark-as-read): Ditto.
3370         (wl-summary-move-spec-plugged-alist): Ditto.
3371         (wl-summary-move-spec-unplugged-alist): Ditto.
3372         (wl-summary-cursor-move-surface): Ditto.
3373
3374         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3375         variable name changes.
3376         (wl-highlight-summary-current-line): Ditto.
3377
3378         * wl-expire.el (wl-expire-refile): Follow the API change in
3379         elmo-folder-move-messages.
3380         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3381         (wl-summary-archive): Use elmo-folder-msgdb instead of
3382         elmo-msgdb-load.
3383
3384 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3385
3386         * wl-mime.el (wl-draft-preview-message): Restore the position
3387         before evaluating wl-draft-send-hook in preview buffer.
3388
3389 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3392         when it creates new draft buffer.
3393
3394         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3395         without argument.
3396
3397         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3398         Evaluate content and if the value is string, insert it.
3399         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3400         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3401         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3402         wl-draft-config-sub-part-bottom): Use it.
3403
3404         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3405         with the folder name. The question was unintelligible when it is
3406         called from wl-save-status.
3407
3408 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3409
3410         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3411         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3412         cannot take second argument).
3413
3414 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3415
3416         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3417         as t. Since type and subtype are not case sensitive (RFC 2045).
3418
3419 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3420
3421         * wl-vars.el (wl-message-mode-line-format): New variable.
3422         (wl-message-mode-line-format-spec-alist): Ditto.
3423         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3424         (wl-message-redisplay): Use wl-message-mode-line-format.
3425
3426 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3429
3430 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3431
3432         * wl-summary.el (wl-summary-default-from): Write description.
3433
3434 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3435
3436         * wl-vars.el (wl-ldap-objectclass): Abolish.
3437
3438         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3439         (wl-ldap-make-filter): Removed condition for objectclass.
3440         (wl-ldap-make-matched-value-list): Remove meaningless process.
3441         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3442         (wl-address-ldap-search): Don't add `*' to `pat' string;
3443         use ignore-errors; added `email';
3444         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3445         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3446         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3447
3448
3449 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3450
3451         * wl-draft.el (wl-draft-parent-folder): Write description.
3452         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3453
3454 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3457         as "" (zero-length string) if no parent.
3458         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3459
3460 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * wl-address.el (wl-address-make-completion-list): Skip duplication
3463         checking.
3464         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3465         `append'.
3466
3467 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3468
3469         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3470         instead of `beginning-of-buffer'.
3471
3472 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3475
3476 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3477
3478         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3479         Refer wl-message-buffer-name.
3480         (wl-message-wheel-down): Ditto.
3481
3482 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3483
3484         * wl-vars.el (wl-message-buffer-name): New user option.
3485
3486         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3487         directly instead of making alist dinamically.
3488
3489         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3490         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3491         wl-message-buffer-cache-name.
3492         (wl-message-buffer-cache-clean-up): Ditto.
3493
3494         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3495
3496         * Version number is increased to 2.9.15.
3497
3498 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3499
3500         * wl-vars.el (wl-summary-default-view-alist): New user option.
3501
3502         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3503
3504         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3505         while deleting address.
3506         (wl-draft-delete-myself-from-cc): Ditto.
3507
3508         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3509         If optional argument is specified, reverse sort order.
3510
3511         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3512
3513 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-thread.el (wl-thread-insert-message): Return parent number if
3516         exists.
3517         (wl-thread-update-indent-string-region): Use
3518         wl-thread-update-line-on-buffer-sub instead of
3519         wl-thread-update-line-on-buffer.
3520
3521 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3522
3523         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3524         (wl-folder-close-all): Ditto.
3525
3526 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3527
3528         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3529         and mailing-list:.
3530         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3531         value.
3532         (wl-summary-line-list-info): Print mailing-list name even when 
3533         list-number is empty.
3534
3535 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3536
3537         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3538
3539         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3540         (wl-draft-open-file): Ditto.
3541         (wl-draft-random-alphabet): Ditto.
3542
3543         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3544         bindings.
3545
3546 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3549         * wl-vars.el (wl-draft-config-alist): Ditto.
3550
3551 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * Version number is increased to 2.9.14.
3554
3555         * wl.el (wl): Don't set wl-init as nil when error occured while
3556         auto-checking folders.
3557
3558         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3559         `elmo-expand-newtext'.
3560
3561 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3562
3563         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3564         `this-command' so that `wl-folder-goto-folder' contained in
3565         `wl-summary-keep-cursor-command' work.
3566
3567 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3568
3569         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3570         message buffer displaying state.
3571
3572 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3573
3574         * wl-vars.el (wl-summary-default-view): New variable to specify
3575         default value for `wl-summary-buffer-view' instead of using
3576         set-default.
3577         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3578
3579 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3580
3581         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3582
3583         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3584
3585 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3586
3587         * wl-vars.el (wl-forward-subject-prefix): New variable.
3588         * wl-draft.el (wl-draft-forward): Use it.
3589
3590 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3591
3592         * wl-message.el (wl-message-prev-page): When it is called without
3593         lines argument, scroll down by wl-message-scroll-amount lines.
3594         (wl-message-next-page): Ditto.
3595         * wl-vars.el (wl-message-scroll-amount): Change default value
3596         to preserve current behavior.
3597
3598 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3599
3600         * wl-summary.el (wl-summary-prefetch-msg): Bind
3601         `wl-message-entity' to call `wl-summary-from-function'.
3602
3603 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3604
3605         * wl-message.el (wl-message-buffer-create): Run
3606         wl-message-buffer-created-hook.
3607
3608 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3609
3610         * wl-summary.el (wl-summary-sort-specs): New variable.
3611         (wl-summary-default-sort-spec): Ditto.
3612         (wl-summary-sort): Rewrite.
3613         (wl-summary-sort-by-list-info): New function.
3614
3615 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3616
3617         * wl-summary.el (wl-summary-get-list-info): New function.
3618         (wl-summary-sort): Rewrite.
3619         (wl-summary-line-list-info): Ditto.
3620         (wl-summary-line-list-count): Ditto.
3621         (wl-summary-refile-region): Fixed docstring.
3622
3623 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3624
3625         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3626         `wl-folder-entity-hashtb' as completion table.
3627
3628 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3631         only when this command is called interactively; silence the byte-
3632         compiler.
3633
3634 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3635
3636         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3637         active in XEmacs.
3638
3639 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3640
3641         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3642         plural lines.
3643
3644 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3645
3646         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3647         of current line when the cursor is on the header name.
3648         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3649
3650 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3651
3652         * wl-util.el (wl-read-directory-name): Return displayed directory
3653         as the default value also on XEmacs.
3654
3655 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3658         formatting.
3659
3660 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3663         argument and when it is non-nil, check face property before
3664         highlighting for each line.
3665         (wl-highlight-summary-window): Set it.
3666
3667 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3670         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3671
3672         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3673         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3674         (wl-draft-get-fcc-list): Likewise.
3675
3676 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3677
3678         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3679         (wl-thread-entity-cur): Ditto.
3680         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3681         wl-thread-indent-regexp setting.
3682         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3683
3684         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3685         wl-summary-lazy-highlight.
3686         (wl-summary-display-bottom): Ditto.
3687
3688         * wl-thread.el (wl-thread-open-close): Likewise.
3689
3690         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3691         from and subject;
3692         Bind wl-draft-use-frame;
3693         Enclose with save-window-excursion;
3694         Use wl-draft-create-buffer instead of with-temp-buffer;
3695         Use wl-draft-prepare-edit;
3696         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3697         Use wl-draft-send instead of wl-draft-raw-send.
3698
3699 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3700
3701         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3702         of using wl-from.
3703
3704 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3705
3706         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3707         insert-buffer instead of clone-buffer.
3708         (wl-draft-doing-mime-bcc): New variable.
3709         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3710         infinite loop.
3711         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3712
3713         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3714         (wl-draft-mime-bcc-body): Ditto.
3715
3716         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3717         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3718         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3719         wl-draft-do-mime-bcc.
3720         (wl-draft-mime-bcc-field): New function.
3721         (wl-draft-do-mime-bcc): Ditto.
3722
3723         * wl-address.el (wl-address-complete-header-list): New variable.
3724         (wl-address-complete-header-regexp): Changed default value.
3725
3726         * Version number is increased to 2.9.13.
3727
3728 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3729
3730         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3731         it is differed.
3732
3733 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3734
3735         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3736         (wl-summary-line-list-count): Ditto.
3737
3738 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3739
3740         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3741         (wl-nntp-posting-function): New variable.
3742         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3743         `wl-nntp-posting-config-alist'.
3744
3745 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3746
3747         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3748         FLIM.
3749
3750 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3751
3752         * wl-summary.el (wl-summary-target-mark-refile-sub):
3753         Remove a nuisance funcall.
3754
3755 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3756
3757         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3758         as t for `try-completion'.
3759
3760 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * wl-summary.el (wl-summary-default-from): Use
3763         wl-address-header-extract-address instead of
3764         std11-extract-address-components.
3765         (wl-summary-simple-from): Ditto.
3766         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3767         (wl-summary-insert-headers): Show message.
3768         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3769         for whole line.
3770         (wl-summary-default-from): Revert last change.
3771         (wl-summary-simple-from): Ditto.
3772         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3773         (wl-summary-mark-as-read-region): Follow the change above.
3774         (wl-summary-sync-marks): Ditto.
3775         (wl-summary-target-mark-mark-as-read): Ditto.
3776         (wl-summary-redisplay-internal): Ditto.
3777         (wl-summary-redisplay-no-mime-internal): Ditto.
3778         (wl-summary-redisplay-all-header): Ditto.
3779         (wl-summary-mark-as-read): Removed argument `cached';
3780         Use current cache status to set cache mark.
3781         (wl-summary-redisplay-internal): Follow the change above.
3782         (wl-summary-redisplay-no-mime-internal): Ditto.
3783         (wl-summary-redisplay-all-header): Ditto.
3784
3785         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3786
3787         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3788         Don't call itself recursively (Adviced by Yamaoka-san).
3789
3790 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3791
3792         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3793         bind wl-summary-highlight as nil to avoid error caused by missing
3794         local variables.
3795
3796 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3797
3798         * wl-vars.el (wl-invalid-character-message): New user option.
3799
3800         * wl-util.el (wl-set-string-width): If truncated string-width is
3801         larger than specified width, use `wl-invalid-character-message'.
3802
3803 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3804
3805         * wl-summary.el (wl-summary-prefetch-msg): 
3806         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3807
3808 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3809
3810         * wl-vars.el (wl-summary-check-line-format): New user option.
3811         (wl-summary-line-format-file): Ditto.
3812
3813         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3814         variable.
3815         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3816         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3817         and `wl-summary-view-old-p' to check whether do a rescan or not.
3818         (wl-summary-view-old-p): New function.
3819         (wl-summary-line-format-changed-p): Ditto.
3820         (wl-summary-line-format-save): Ditto.
3821         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3822
3823         * wl-util.el (wl-set-string-width): Avoid using negative number
3824         for make-string.
3825
3826 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3827
3828         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3829         return value.
3830
3831         * wl-util.el (wl-set-string-width): Added optional argument
3832         `padding' (All other related portions are changed).
3833         (wl-line-parse-format): If the first letter of column number is
3834         `0', zero-padding the result (ex: "%05l").
3835
3836         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3837
3838 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3841         sequential summary view.
3842
3843 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3846         if it doesn't have a -unix version.
3847
3848 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3849
3850         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3851
3852 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3855         content.
3856         (wl-draft): Follow the change above.
3857
3858         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3859
3860         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3861         and wl-folder-summary-line-format-alist contain %T and %P.
3862
3863         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3864         (wl-summary-mode-line-format): New user option.
3865         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3866         (wl-summary-line-format): Changed default value.
3867         (wl-summary-lazy-highlight): Changed default value.
3868
3869         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3870         change in wl-summary-create-line.
3871         (wl-thread-insert-entity-sub): Ditto.
3872
3873         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3874         (wl-summary-buffer-unread-status): Ditto.
3875         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3876         (wl-summary-buffer-persistent-mark-column): Ditto.
3877         (wl-summary-buffer-mode-line-formatter): Ditto.
3878         (wl-summary-buffer-mode-line): Ditto.
3879         (wl-summary-message-regexp): Abolished.
3880         (All other related portions are changed.)
3881         (wl-summary-detect-mark-position): New function.
3882         (wl-summary-buffer-set-folder): Setup
3883         wl-summary-buffer-mode-line-formatter.
3884         (wl-summary-mode): Setup selective-display;
3885         Setup pre-idle-hook when xemacs.
3886         (wl-summary-update-modeline): Rewrite.
3887         (wl-summary-jump-to-msg): Define as function;
3888         Changed regexp for searching messages.
3889         (wl-summary-message-number): Rewrite.
3890         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3891         Do rescan when old type summary cache.
3892         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3893         (wl-summary-remove-destination): Use '\r' to detect EOL.
3894         (wl-summary-print-destination): Ditto.
3895         (wl-summary-temp-mark): New inline function.
3896         (wl-summary-persistent-mark): Ditto.
3897         (wl-summary-line-number): New function.
3898         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3899         (wl-summary-line-list-count): New function.
3900         (wl-summary-create-line): Added argument persistent-mark.
3901         (All other related portions are changed)
3902         (wl-summary-create-line): Insert '\r'.
3903         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3904         (wl-summary-cursor-move-surface): New inline function.
3905         (wl-summary-prev): Use it.
3906         (wl-summary-next): Ditto.
3907
3908         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3909         wl-summary-message-regexp.
3910         (wl-highlight-summary): Delete progress message.
3911         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3912
3913         * Version number is increased to 2.9.12.
3914
3915 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3916
3917         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3918         variable (nil: no minimum).
3919         (wl-summary-line-subject): Add some spaces after subject by
3920         wl-summary-line-subject-minimum-length.
3921
3922 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3923
3924         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3925         and removed `F'.
3926         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3927         change above).
3928
3929 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3930
3931         * wl-summary.el (wl-summary-line-list-count): Reverted.
3932         (example setting in samples/*/dot.wl is also updated)
3933
3934 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3935
3936         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3937
3938         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3939
3940         * wl-vars.el (wl-summary-line-format): Addes some description to the
3941         docstring.
3942
3943         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3944         (wl-summary-line-close-bracket): Ditto.
3945         (wl-summary-line-children-number): Ditto.
3946         (wl-summary-line-thread-indent): Ditto.
3947         (wl-summary-line-children-and-from): Ditto.
3948
3949         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3950         't', 'c', 'F' and added 'C'.
3951
3952         * wl-util.el (wl-set-string-width): Accept negative value.
3953         (wl-line-parse-format): Added "%number(" and "%)".
3954
3955 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3956
3957         * wl-summary.el (wl-summary-line-list-count): Change format of the
3958         return value.
3959
3960 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3961
3962         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3963         from the recent message.el.
3964         (wl-draft-point-in-header-p): Ditto.
3965         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3966         wl-draft-beginning-of-line.
3967         * wl-e21.el (wl-draft-mode-map): Ditto.
3968         * wl-xmas.el (wl-draft-mode-map): Ditto.
3969
3970         * wl-folder.el: Sort macrodefs by dependencies.
3971
3972 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3973
3974         * wl-summary.el (wl-summary-prev): Fixed regexp.
3975         (wl-summary-next): Ditto.
3976
3977 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3978
3979         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3980
3981 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3982
3983         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3984         for backward compatibility.
3985
3986 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3987
3988         * wl-summary.el (wl-summary-line-list-count): New function, merged
3989         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3990         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3991         list counts.
3992
3993 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-summary.el (wl-summary-create-line): Ignore errors while
3996         timezone-fix-time.
3997
3998         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3999
4000         * wl-summary.el (wl-summary-sync-update): Ditto.
4001         (wl-summary-default-from): Use wl-message-entity
4002         instead of entity.
4003
4004         * wl-summary.el (wl-summary-create-line): Fix.
4005
4006         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4007         (wl-summary-line-format): New user option.
4008         (wl-folder-summary-line-format-alist): Ditto.
4009         (wl-summary-from-width): Abolished.
4010
4011         * wl-util.el (toplevel): Require 'bytecomp.
4012         (wl-line-parse-format): New function.
4013         (wl-line-formatter-setup): New macro.
4014
4015         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4016         (wl-summary-buffer-line-formatter): New buffer local variable.
4017         (wl-summary-switch-to-clone-buffer): Follow the change above.
4018         (wl-summary-message-regexp): Fix.
4019         (wl-summary-from-func-internal): Abolished.
4020         (wl-summary-subject-func-internal): Ditto.
4021         (wl-summary-subject-filter-func-internal): Ditto.
4022         (All other related portions are changed.)
4023         (wl-summary-buffer-set-folder):
4024         Set up wl-summary-buffer-number-column and 
4025         wl-summary-buffer-line-formatter
4026         (All other related portions are changed.)
4027         (wl-summary-buffer-number-column-detect): Abolished.
4028         (All other related portions are changed.)
4029         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4030         (wl-summary-delete-all-temp-marks-on-buffer): Use
4031         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4032         (wl-summary-target-mark-delete): Ditto.
4033         (wl-summary-target-mark-refile-subr): Ditto.
4034         (wl-summary-target-mark-mark-as-read): Ditto.
4035         (wl-summary-target-mark-mark-as-unread): Ditto.
4036         (wl-summary-target-mark-mark-as-important): Ditto.
4037         (wl-summary-target-mark-save): Ditto.
4038         (wl-summary-replace-status-marks): Renamed from
4039         wl-summary-set-status-marks-on-buffer;
4040         Use wl-summary-message-regexp instead of
4041         wl-summary-buffer-number-regexp.
4042         (wl-summary-sync-update): Follow the change above.
4043         (wl-summary-goto-previous-message-beginning): New function.
4044         (wl-summary-mark-as-unread): Use it.
4045         (wl-summary-mark-as-important): Ditto.
4046         (wl-summary-line-formatter): New variable.
4047         (wl-summary-line-year): New function.
4048         (wl-summary-line-day): Ditto.
4049         (wl-summary-line-day-of-week): Ditto.
4050         (wl-summary-line-hour): Ditto.
4051         (wl-summary-line-minute): Ditto.
4052         (wl-summary-line-open-bracket): Ditto.
4053         (wl-summary-line-close-bracket): Ditto.
4054         (wl-summary-line-children-number): Ditto.
4055         (wl-summary-line-thread-indent): Ditto.
4056         (wl-summary-line-size): Ditto.
4057         (wl-summary-line-subject): Ditto.
4058         (wl-summary-line-from): Ditto.
4059         (wl-summary-line-children-and-from): Ditto.
4060         (wl-summary-create-line): Rewritten.
4061         (wl-summary-format-date): Abolished.
4062
4063         * wl-highlight.el (wl-highlight-summary-current-line): Use
4064         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4065         Use thread structure to detect thread top message.
4066
4067         * wl-draft.el (wl-default-draft-cite): Don't use
4068         wl-summary-from-func-internal.
4069
4070         * wl-refile.el (wl-refile-subject-learn): Don't use
4071         wl-summary-subject-filter-func-internal.
4072         (wl-refile-guess-by-subject): Ditto.
4073
4074         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4075         parameters.
4076
4077         * wl-thread.el (wl-thread-update-indent-string-region):
4078         Use wl-thread-update-line-on-buffer instead of
4079         wl-thread-update-indent-string.
4080         (wl-thread-update-children-number): Redefine using
4081         wl-thread-update-line-on-buffer.
4082         (wl-thread-update-indent-string): Abolished.
4083
4084         * Version number is increased to 2.9.11.
4085
4086 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4087
4088         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4089         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4090         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4091
4092         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4093         as nil.
4094
4095         * wl-thread.el (wl-thread-open-all-unread): Use 
4096         elmo-folder-list-messages-mark-match.
4097         (wl-thread-insert-message): Removed argument `mark-alist'.
4098         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4099         elmo-msgdb-set-mark.
4100         (wl-thread-get-children-msgs-uncached): Likewise.
4101         (wl-thread-get-exist-children): Added argument include-self.
4102         (wl-thread-delete-message): Follow the change above.
4103
4104         * wl-summary.el (wl-summary-count-unread): Removed argument.
4105         (wl-summary-rescan): Follow the change above.
4106         (wl-summary-mark-as-read-region): Ditto
4107         (wl-summary-mark-as-unread-region): Ditto.
4108         (wl-summary-delete-messages-on-buffer): Ditto.
4109         (wl-summary-sync-update): Ditto.
4110         (wl-summary-switch-to-clone-buffer): Ditto.
4111         (wl-summary-goto-folder-subr): Ditto.
4112         (wl-summary-target-mark-mark-as-read): Ditto.
4113         (wl-summary-target-mark-mark-as-unread): Ditto.
4114         (wl-summary-target-mark-mark-as-important): Ditto.
4115         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4116         (wl-summary-update-thread): Removed argument `mark-alist'.
4117         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4118         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4119         (wl-summary-resume-cache-status): Likewise.
4120         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4121         elmo-msgdb-set-mark.
4122         (wl-summary-mark-as-read-all): Likewise.
4123         (wl-summary-delete-cache): Ditto.
4124         (wl-summary-auto-select-msg-p): Ditto.
4125         (wl-summary-mark-as-unread): Ditto.
4126         (wl-summary-no-auto-refile-message-p): Ditto.
4127         (wl-summary-mark-as-read): Ditto.
4128         (wl-summary-mark-as-important): Ditto.
4129         (wl-summary-auto-refile): Follow the change above.
4130         (wl-summary-delete-all-marks): Removed.
4131         (wl-summary-resume-marks-and-highlight): Ditto.
4132         (wl-summary-resume-marks): Ditto.
4133         (wl-summary-delete-important-msgs-from-list): Ditto.
4134         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4135
4136         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4137         wl-summary-count-unread.
4138
4139         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4140         (wl-summary-score-update-all-lines): Use
4141         elmo-msgdb-set-mark.
4142
4143 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4144
4145         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4146         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4147         (wl-summary-create-line): Renamed from
4148         wl-summary-overview-create-summary-line;
4149         Argument rearrangement.
4150         (wl-summary-update-thread): Follow the change above.
4151
4152         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4153         (wl-thread-insert-entity-sub): Likewise.
4154
4155         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4156         argument `overview', `mark-alist' and added `msgdb'.
4157
4158         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4159
4160         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4161         (wl-summary-rescan): Follow the change above.
4162         (wl-summary-sync-update): Ditto.
4163         (wl-summary-insert-thread-entity): Ditto;
4164         Don't use `let*' in every while loop;
4165         Detect infinite loop of threads.
4166         (wl-summary-update-thread): Removed argument `overview'.
4167
4168         * wl-thread.el (wl-thread-insert-message): Ditto.
4169
4170         * Version number is increased to 2.9.10.
4171
4172         * wl-message.el (wl-message-redisplay): Ignore errors while
4173         wl-message-redisplay-hook.
4174
4175 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4176
4177         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4178
4179 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * wl.el (wl): inhibit-quit while wl-folder.
4182
4183 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4186         while msgdb access.
4187
4188 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4189
4190         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4191         even if no folder is not created.
4192
4193 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4196
4197         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4198         implementation.
4199         (wl-summary-target-mark-thread): Ditto.
4200
4201         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4202
4203 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4204
4205         * wl-util.el (wl-display-bytes): Remove unused function.
4206
4207 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4210         seems critical one (partially reverse the change in 2002/03/17).
4211
4212 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4213
4214         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4215         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4216
4217 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4218
4219         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4220         is not writable.
4221         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4222         plugged status instead of `'force' as 2nd argument.
4223
4224         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4225         is not creatable.
4226
4227         * Version number is increased to 2.9.9.
4228
4229 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4230
4231         * wl-summary.el (wl-summary-suspend): New function.
4232
4233 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4234
4235         * wl.el (wl): Do not check variables if check is nil.
4236         * wl-utils.el (wl-collect-draft): New function.
4237         * wl-folder.el (wl-folder-suspend): Put summary buffers
4238         and draft buffers at the end of buffer list.
4239         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4240
4241 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4242
4243         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4244         loop instead of recursive call.
4245
4246         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4247         2nd argument.
4248
4249 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4250
4251         * wl-draft.el (wl-draft-create-contents): Don't take neither
4252         (function . args) nor (string . something) any more.
4253
4254         * wl-version.el (wl-generate-user-agent-string): Return string
4255         without header symbol.
4256         * wl-draft.el (wl-draft-default-headers): Use it.
4257
4258         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4259         `wl-draft-insert-ccs' and return field value instead of inserting
4260         the header. Abolish cc argument.
4261         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4262
4263         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4264         rather than one with string car.
4265
4266         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4267         * wl-draft.el (wl-draft-create-contents): Add it after the default
4268         headers.
4269
4270         * wl-draft.el (wl-draft-create-contents): For the case of
4271         (symbol-or-string . function) insert header only when the function
4272         returns string value.
4273
4274 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4277         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4278
4279 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4280
4281         * wl.el (wl-check-environment): Don't check Message-ID when
4282         `wl-insert-message-id' is nil.
4283         Revive checking if `wl-message-id-domain' contains "@".
4284
4285 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4286
4287         * wl.el (wl-check-environment): Merge examination for "@" at
4288         inappropriate position into the first string-match.
4289
4290         * wl-summary.el (wl-summary-target-mark-print): New function.
4291         (wl-summary-pipe-message-subr): Extracted from
4292         `wl-summary-pipe-message'.
4293         (wl-summary-target-mark-pipe): New function.
4294         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4295         `wl-summary-target-mark-pipe'.
4296
4297 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4300
4301 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl.el (wl-check-environment): Use elmo-warning instead of
4304         error for non-critical ones.
4305         Remove trash folder check.
4306         (wl): Don't ignore error in wl-check-environment.
4307
4308         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4309         check, which is moved from `wl-check-environment'.
4310         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4311
4312 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4315         guess anything, call wl-summary-write.
4316         (wl-summary-write): Create draft with blank To field.
4317         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4318
4319 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4322         argument full as well for wl-folder-write-current-folder.
4323         If wl-*-write-current-folder cannot guess addressee, add blank
4324         To header.
4325         Rewrite condition for positioning cursor.
4326
4327 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4328
4329         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4330         summary buffer is present, use it.
4331         (wl-folder-jump-to-previous-summary): Ditto.
4332
4333 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4336
4337         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4338         wl-summary-previous-buffer and wl-summary-next-buffer.
4339
4340         * wl-folder.el (wl-folder-mode-map): Bind
4341         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4342         (wl-folder-jump-to-next-summary): New function.
4343         (wl-folder-jump-to-previous-summary): Ditto.
4344
4345         * wl-draft.el (wl-draft): Rearranged.
4346
4347 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4348
4349         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4350         of header.
4351         (wl-draft): Collect arguments for the header as header-alist.
4352         (wl-draft-forward): Arrange arguments for wl-draft.
4353         (wl-draft-reply): Ditto.
4354         (wl-draft-edit-string): Ditto.
4355         * wl-summary.el (wl-summary-write): Ditto.
4356         (wl-summary-write-current-folder): Ditto.
4357
4358         * Version number is increased to 2.9.8.
4359
4360 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4361
4362         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4363
4364         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4365
4366         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4367         even if the guess failed.
4368
4369         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4370         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4371         wl-summary-write-current-folder.
4372         * wl-xmas.el: Ditto.
4373
4374 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * wl-summary.el (wl-summary-next-page): Force display message if
4377         message is not displayed yet.
4378         (wl-summary-prev-page): Ditto.
4379
4380 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4381
4382         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4383
4384 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4387         add "Preview Message" and "Save Draft and Exit".
4388
4389 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4392         if addrmgr is called from draft in splitted window.
4393
4394         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4395         * wl-mule.el: Ditto.
4396         * wl-xmas.el: Ditto.
4397
4398 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4401
4402         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4403         * wl-xmas.el (wl-folder-toolbar): Ditto.
4404
4405 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4408         and wl-draft-save-and-exit.
4409         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4410         * wl-xmas.el: Ditto.
4411         * wl-mule.el: Ditto.
4412
4413         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4414         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4415
4416 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4419         lists for saving buffer.
4420
4421 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4422
4423         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4424         parent-folder argument instead of it.
4425         (wl-draft-create-buffer): Ditto.
4426         (wl-draft-forward): Ditto.
4427         (wl-draft-reply): Ditto.
4428         * wl-summary.el (wl-summary-write): Ditto.
4429         (wl-summary-write-current-folder): Ditto.
4430
4431         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4432         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4433         Folder buffer after composing.
4434
4435 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4438         header if the file `wl-x-face-file' already contains it.
4439
4440 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4441
4442         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4443         folder" entry.
4444         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4445         * wl-e21.el (wl-folder-toolbar): Ditto.
4446         * wl-xmas.el (wl-folder-toolbar): Ditto.
4447
4448 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4449
4450         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4451         wl-folder-goto-folder with sticky argument.
4452         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4453
4454 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4455
4456         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4457         and wl-summary-previous-buffer.
4458         (wl-summary-next-buffer): New function.
4459         (wl-summary-previous-buffer): Ditto.
4460
4461 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4464         wl-folder-jump-to-current-entity-with-arg.
4465         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4466         `wl-folder-jump-to-current-entity'.
4467         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4468         `wl-summary-goto-folder-sticky'.
4469         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4470         `wl-summary-goto-folder'.
4471         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4472         Unless force-exit, do not clean temp. marks for sticky summary.
4473         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4474
4475 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4478         not entire.
4479
4480 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4481
4482         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4483         to `C-x C-s'.
4484         (wl-summary-save-status): New command.
4485         (wl-summary-exit): Don't clean-up temp marks when sticky.
4486         (Applied patch from Nakayama-san [wl: 09548])
4487         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4488         Do nothing when no mark data.
4489         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4490         Call `wl-summary-delete-all-temp-marks' before saving.
4491
4492 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4493
4494         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4495
4496 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4497
4498         * wl.el (wl-check-environment): Also cause error when (system-name)
4499         returns "localhost.localdomain". (Although it doesn't affect because
4500         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4501
4502 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4505         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4506
4507         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4508         value.
4509
4510 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4511
4512         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4513         Likewise r-cc-list and r-ng-list.
4514
4515 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4516
4517         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4518         only if it is bound as variable.
4519
4520         * wl-mime.el (wl-draft-preview-message): Ditto.
4521
4522 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4525         needless `goto-char'.
4526
4527         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4528         `wl-summary-redisplay-no-mime-internal' instead of
4529         `wl-summary-redisplay-no-mime'.
4530         (wl-summary-redisplay-no-mime): Changed argument;
4531         Call `wl-summary-redisplay-no-mime-internal'.
4532
4533         * wl-mime.el (wl-draft-preview-message): Bind
4534         `mime-header-encode-method-alist' locally.
4535
4536         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4537         (wl-draft-std11-parse-addresses): Added the first address check.
4538         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4539
4540         * Version number is increased to 2.9.7.
4541
4542 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4543
4544         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4545
4546 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4547
4548         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4549         related to scrollbar support, if there is no such a feature
4550         compiled in.
4551
4552 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4553
4554         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4555         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4556         for prefetch.
4557
4558 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4559
4560         * wl-summary.el (wl-summary-pick): Fix for no match.
4561
4562 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4563
4564         * wl-draft.el (wl-draft-save):
4565         Override `mime-header-encode-method-alist'.
4566
4567 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4568
4569         * wl-folder.el (wl-folder-pick): New function.
4570         Define key as "?".
4571
4572 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4573
4574         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4575         Fix for unplugged.
4576
4577 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-folder.el (wl-folder-virtual): New function.
4580         Define key as "V".
4581
4582 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4585         multi folder if entity is group.
4586
4587 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4588
4589         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4590         is nil.
4591
4592 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4593
4594         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4595         (wl-summary-target-mark-msgs): Return the number of marked messages.
4596
4597 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4598
4599         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4600         "first:" is specified.
4601
4602 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4603
4604         * wl-vars.el (wl-from): Use return value of function
4605         user-full-name instead of the variable user-full-name since
4606         XEmacs-20.4 doesn't set this variable.
4607
4608 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4609
4610         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4611         call `wl' directly.
4612
4613 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4614
4615         * wl-draft.el (wl-draft-reedit): Removed duplicated
4616         switch-to-buffers.
4617
4618 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * wl.el (wl-other-frame): Removed garbages.
4621
4622 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4623
4624         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4625
4626         * wl-xmas.el (wl-draft-key-setup): Ditto.
4627
4628         * wl-mule.el (wl-draft-key-setup): Ditto.
4629
4630         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4631         (wl-draft-reedit): Ditto.
4632         (wl-draft-prepare-edit): Add `wl-draft-save' to
4633         `local-write-file-hooks'.
4634         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4635         (wl-draft-reedit): Set buffer-file-name.
4636         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4637
4638
4639         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4640         call it.
4641         (wl-delete-startup-frame-function): New variable.
4642         (wl-other-frame): New function
4643         (Original was written by Yamaoka san [wl: 09239]).
4644
4645         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4646         if `wl-folder-use-frame'.
4647
4648 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4649
4650         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4651
4652 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4655         New variable.
4656         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4657         (wl-message-buffer-prefetch-get-next): Use them.
4658         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4659
4660 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4661
4662         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4663         with unwind-protect.
4664
4665         * wl-draft.el (wl-draft-reedit): Rewrite.
4666         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4667         (wl-draft-save): Insert header separator if it does not exist;
4668         Removed condition-case.
4669
4670         * wl-summary.el (wl-summary-reedit): Revert last change.
4671
4672         * wl-draft.el (wl-draft-save): Rewrite.
4673         (wl-draft-create-buffer): Set buffer-file-name as nil.
4674
4675         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4676
4677         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4678
4679         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4680         nil.
4681
4682 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4683
4684         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4685         If count is nil, do not prefetch.
4686         (wl-message-buffer-prefetch-next): Next.
4687
4688 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4689
4690         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4691
4692 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4693
4694         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4695         `delete-backward-char'
4696         (wl-draft-prepare-edit): Check major-mode.
4697         (wl-draft-decode-header): Rewrite.
4698         (wl-draft): Fix.
4699
4700 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4703
4704 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4707         (wl-message-buffer-prefetch-get-next): Remove size checking.
4708         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4709
4710 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4711
4712         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4713         (wl-draft-default-headers): Fix.
4714
4715 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-draft.el (wl-draft-default-headers): Insert return value of
4718         `wl-generate-mailer-string-function'.
4719
4720 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4721
4722         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4723         (wl-draft-insert-mail-header-separator): Ditto.
4724
4725         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4726         again (Reverted the change on 2002-01-17 by OKADA san).
4727
4728 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4729
4730         * wl-draft.el (wl-draft): Rewrite.
4731         (wl-draft-create-buffer): New function.
4732         (wl-draft-create-contents): Ditto.
4733         (wl-draft-prepare-edit): Ditto.
4734         (wl-draft-decode-header): Ditto.
4735         (wl-draft-decode-body): Ditto.
4736         (wl-draft-check-new-line): Ditto.
4737         (wl-draft-default-headers): Ditto.
4738         (wl-draft-insert-mail-header-separator): Ditto.
4739
4740 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * Version number is increased to 2.9.6.
4743
4744 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-draft.el (wl-draft-delete-field): Optional argument.
4747         (wl-draft-delete-fields): Ditto.
4748
4749 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4750
4751         * wl-message.el (toplevel): Eliminated byte-compile warning.
4752         for `itimer-function', `delete-timer' and `itimer-list'.
4753
4754 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4755
4756         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4757         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4758         `wl-message-buffer-prefetch-threshold'.
4759         * wl-summary.el (wl-summary-redisplay-internal): Remove
4760         the check of `wl-message-buffer-prefetch-depth'.
4761
4762 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4763
4764         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4765         size of article.
4766         (wl-message-buffer-prefetch-subr): Remove size check.
4767
4768 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * wl-vars.el (wl-plugged): Make customizable.
4771
4772 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4773
4774         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4775         (wl-message-buffer-prefetch-set-timer): New function.
4776         (wl-message-buffer-prefetch-get-next): New function.
4777         (wl-message-buffer-prefetch): New function.
4778         (wl-message-buffer-prefetch-next): Rewrite.
4779         (wl-message-buffer-prefetch-subr): Rewrite.
4780         * wl-vars.el (wl-auto-prefetch-first): New variable.
4781         * wl-summary.el (wl-summary-goto-folder-subr): Call
4782         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4783
4784 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4785
4786         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4787         `wl-summary-unread-message-hook'.
4788
4789 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4790
4791         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4792         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4793         if range is `cache-status'.
4794
4795 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4796
4797         * wl-message.el (wl-message-buffer-prefetch-subr):
4798         Improve debug message.
4799
4800 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4801
4802         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4803         `wl-mail-send-pre-hook'.
4804         (wl-draft-send-mail-with-qmail): Ditto.
4805         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4806
4807 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4808
4809         * wl-message.el (wl-message-buffer-prefetch-subr):
4810         Fix for cancel-function-timers bug.
4811         (wl-message-buffer-prefetch-debug): Default value is t.
4812
4813 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4814
4815         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4816         (wl-message-buffer-prefetch-subr): Rewrite.
4817         Rename from `wl-message-buffer-prefetch'.
4818
4819 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4822         (wl-default-draft-cite-decorate-author): Ditto.
4823
4824         * wl-draft.el (wl-draft-cite-function): Removed.
4825         (wl-default-draft-cite-decorate-author): Ditto.
4826
4827 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4828
4829         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4830         (wl-default-draft-cite): Do not arrange author name if the value of
4831         `wl-default-draft-cite-decorate-author' is nil.
4832
4833 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4834
4835         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4836
4837         * wl-folder.el (wl-folder-check-one-entity): Don't care
4838         `elmo-folder-use-flag-p'.
4839
4840 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4841
4842         * wl-folder (wl-folder-check-one-entity): Fix
4843         problem if unread is nil.
4844
4845 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4846
4847         * wl-address.el (wl-address-make-completion-list): Check whether
4848         the address is a group list.
4849         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4850
4851 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4852
4853         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4854         The number of the messages of new and unread does not count
4855         correctly.
4856
4857         * wl-summary.el (wl-summary-count-unread): Changed to return
4858         `(new . unread)' instead of total.
4859         (wl-summary-sync-update): Follow the change above.
4860
4861         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4862
4863 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4864
4865         * wl-address.el (wl-address-make-completion-list): Do not enclose
4866         address by " <" and ">" if associated realname is "".
4867         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4868         This is against the promblem with group list in .addresses pointed
4869         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4870
4871 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4874         message is a format control string.
4875         * wl-expire.el (wl-expire-append-log): Ditto.
4876         * wl-mime.el (wl-summary-burst-subr): Ditto.
4877         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4878         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4879
4880 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4881
4882         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4883         wl.el (wl-check-variables): Rename from `wl-check-type'.
4884         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4885         (wl-check-variables-2): New function.
4886         (wl): Call `wl-check-variables-2'.
4887
4888 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4889
4890         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4891         after renaming folder in access group.
4892
4893 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4894
4895         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4896         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4897         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4898         (wl-message-buffer-prefetch): Rewrite.
4899         (wl-message-buffer-prefetch-idle-time): Removed.
4900         * wl-summary.el (wl-summary-redisplay-internal):
4901         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4902         Error check for `wl-message-buffer-prefetch-depht'.
4903
4904 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4905
4906         * Version number is increased to 2.9.5.
4907         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4908
4909 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4910
4911         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4912         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4913         Based on the patch written by
4914         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4915
4916 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4917
4918         * wl-draft.el (wl-draft-raw-send): Fix for
4919         `wl-news-send-pre-hook'
4920
4921 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4922
4923         * wl-utils.el (wl-message-id-function): New variable.
4924         * wl-draft.el (wl-draft-insert-required-fields):
4925         Use `wl-message-id-function'.
4926
4927 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4928
4929         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4930         * wl-utils.el (wl-draft-make-message-id-string):
4931         Use `wl-from' for domain part of Message-ID
4932         if `wl-message-id-use-wl-from' if non-nil.
4933         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4934
4935 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4936
4937         * wl.el (wl): Call `wl-check-type'
4938         Do not 'condition-case'.
4939
4940 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4941
4942         * wl.el (wl-check-type): New function.
4943         (wl-check-type-variables): New variable.
4944
4945 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4946
4947         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4948
4949 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4950
4951         * wl-draft.el (wl-smtp-password-key): New function.
4952         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4953         (wl-draft-send-mail-with-smtp): Ditto.
4954         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4955
4956 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4957
4958         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4959         * wl-utils.el (wl-unique-id-suffix): Remove.
4960
4961 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4962
4963         * Version number is increased to 2.9.4.
4964
4965 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4966
4967         * wl-utils.el (wl-unique-id-suffix): New variable.
4968         (wl-unique-id): Use `wl-unique-id-suffix'
4969
4970 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4971
4972         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4973         instead of `elmo-msgdb-search'.
4974
4975         * Version number is increased to 2.9.3.
4976
4977 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4978
4979         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4980
4981 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4982
4983         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4984         (wl-draft-dispatch-message): Changed for send-later.
4985         (wl-draft-queue-flush): Ditto.
4986         (wl-draft): Clear `wl-sent-message-queued'.
4987         (wl-draft-reedit): Ditto.
4988         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4989         * wl-vars.el (wl-draft-force-queuing): New variable.
4990         (wl-draft-force-queuing-mail): New variable.
4991         (wl-draft-force-queuing-news): New variable.
4992
4993 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4996         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4997
4998 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4999
5000         * Version number is increased to 2.9.2.
5001
5002 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * wl-draft.el (wl-draft-elide-region): New user command.
5005         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5006
5007         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5008         command `wl-draft-elide-region'.
5009         * wl-mule.el: Ditto.
5010         * wl-xmas.el: Ditto.
5011
5012 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5013
5014         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5015         (wl-biff-check-folder-async): Removed needless let.
5016
5017 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5018
5019         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5020         wl-folder-get-elmo-folder.
5021         (wl-biff-check-folder): Set `biff' argument of
5022         `wl-folder-check-one-entity'.
5023         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5024
5025         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5026         (wl-folder-check-one-entity): Added `biff' argument;
5027         Setup `biff' slot of folder.
5028
5029         * Version number is increased to 2.9.1.
5030
5031 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5034         comment out and fixed.
5035         (wl-fldmgr-add-completion-subr): Ditto.
5036
5037         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5038         and msgdb.
5039
5040         * wl.el (wl-toggle-plugged): Save summary view.
5041
5042 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5043
5044         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5045
5046 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5047
5048         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5049
5050 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5053         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5054         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5055
5056         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5057         if it was failed.
5058         (wl-demo): Disable undo in the demo buffer.
5059
5060 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * wl-version.el (wl-version): Changed codename.
5063
5064         * Version number is increased to 2.9.0.
5065
5066 2001-12-14  Takuo KITAME <kitame@northeye.org>
5067
5068         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5069         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5070         (wl-folder-mark-as-read-all-current-entity): Ditto.
5071
5072 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl-vars.el (wl-from-width): Define as obsolete variable.
5075         (wl-subject-length-limit): Ditto.
5076
5077         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5078
5079         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5080         wl-summary-save-view.
5081
5082         * wl.el (wl-save-status): Ditto.
5083         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5084
5085         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5086         (wl-summary-exit): Follow the change above.
5087         (wl-summary-goto-folder-subr): Ditto.
5088
5089         * wl-folder.el (wl-folder-create-subr): Don't use
5090         `elmo-folder-creatable-p'.
5091
5092 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5095
5096 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5099         rather than bitmap on Emacs 21.
5100         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5101         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5102         for xbm if the new redisplay engine is not available.
5103
5104 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-folder.el (wl-folder-init-hook): New hook.
5107         (wl-folder-init): Run `wl-folder-init-hook'.
5108
5109 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5112
5113 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5114
5115         * wl-acap.el (wl-acap-cache-filename): New variable.
5116         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5117         (wl-acap-init): Use cache if no ACAP server found.
5118
5119 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5120
5121         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5122         `wl-acap-original-msgdb-dir'.
5123
5124         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5125         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5126
5127         * wl-mime.el (wl-mime-save-directory): Renamed from
5128         `wl-mime-save-dir'.
5129
5130 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5133
5134         * wl-demo.el: Require `path-util'.
5135         (wl-demo-bitmap-mule-available-p): New internal variable.
5136         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5137         `module-installed-p' instead.
5138         (wl-demo-insert-image): Use *.img file for a bitmap image.
5139         (wl-demo): Don't call the ascii demo recursively.
5140
5141 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5142
5143         * Version number is increased to 2.7.7.
5144
5145 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl.el (wl-exit): Eliminated byte-compile warning.
5148
5149 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5150
5151         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5152         obsolete variable using `elmo-define-obsolete-variable'.
5153         (wl-fetch-confirm-threshold): Ditto.
5154         (wl-cache-prefetch-folder-type-list): Ditto.
5155         (wl-cache-prefetch-folder-list): Ditto.
5156
5157 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5160         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5161         (wl-demo-insert-image): New function.
5162         (wl-demo-insert-text): New function.
5163         (wl-demo-image-type-alist): Redefine as a function.
5164         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5165         (wl-demo-with-temp-file-buffer): Removed.
5166         (wl-logo-xpm): Removed.
5167         (wl-logo-xbm): Removed.
5168         (wl-logo-bitmap): Removed.
5169
5170 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5171
5172         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5173         (wl-expire-localdir-get-folder-function): New user option.
5174         (wl-expire-localdir-get-folder): New function.
5175         (wl-expire-localdir-date): Ditto.
5176
5177 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5178
5179         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5180         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5181         Fixed unread number mismatch when all-unread < unread.
5182
5183 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5184
5185         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5186         (wl-fetch-confirm-threshold): Ditto.
5187
5188         * wl-summary.el (wl-summary-confirm-appends): Removed.
5189         (wl-summary-sync-update): Don't refer
5190         `wl-summary-update-confirm-threshold' (It is now abolished).
5191
5192         * wl-message.el (wl-message-display-internal): Don't refer
5193         `wl-fetch-confirm-threshold' (It is now abolished).
5194
5195 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5198
5199 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5200
5201         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5202         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5203         Change default value to nil.
5204         (wl-summary-indent-length-limit): The value can be nil, nil means
5205         unlimited.
5206
5207         * wl-summary.el: Don't set limit for indent length if the value of
5208         wl-summary-indent-length-limit is nil.
5209         If the value of wl-summary-width is nil, it means only that the width
5210         of summary is unlimited (nil doesn't mean that the indent length is
5211         unlimited).
5212
5213         * wl-thread.el: Ditto.
5214
5215 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5216
5217         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5218         be nil, nil means never confirm.
5219         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5220
5221 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5222
5223         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5224         means unlimited).
5225
5226 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5227
5228         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5229         Use `with-temp-buffer'.
5230
5231 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5232
5233         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5234         with new backquote style).
5235         (wl-folder-get-entity-from-buffer): Ditto.
5236
5237 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5238
5239         * wl-version.el (nemacs-version): Eliminated.
5240         (wl-extended-emacs-version2): Ignore nemacs.
5241         (wl-extended-emacs-version3): Ditto.
5242
5243 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5244
5245         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5246         (wl-draft-add-in-reply-to): New variable.
5247         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5248         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5249         (wl-draft-yank-from-mail-reply-buffer): Use
5250         `wl-draft-add-in-reply-to'.
5251         (wl-draft-insert-current-message): Ditto.
5252
5253 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5254
5255         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5256         typo (kill->hide).
5257         (wl-message-buffer-prefetch-folder-type-list): Added elements
5258         `mark' and `cache' instead of `internal'.
5259
5260 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5261
5262         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5263         resume msgdb directory.
5264
5265 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl.el (wl-exit): Call `wl-acap-exit'.
5268
5269         * wl-summary.el (wl-summary-message-string): New function.
5270         (wl-summary-reedit): Use it.
5271         (wl-summary-resend-bounced-mail): Remove needless let.
5272         (wl-summary-supersedes-message): Ditto.
5273         (wl-summary-save): Ditto.
5274
5275         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5276         (wl-acap-init): Set it.
5277         (wl-acap-exit): New function.
5278
5279 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5280
5281         * wl.el (wl-init): Revert (require 'mime-setup). move from
5282         toplevel.
5283
5284 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5285
5286         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5287         local variables.  Add error when guess function return invalid
5288         value.
5289
5290 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5291
5292         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5293         Change local variable name.
5294         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5295         (wl-folder-get-newsgroups): Return nil when non-news folder.
5296         * wl-summary.el (wl-summary-write-current-folder): State through
5297         when guess-list return nil.
5298         (wl-summary-write-current-folder-functions): Fixed docstring.
5299
5300         * wl.el (wl-exit): Changed confirm message.
5301
5302         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5303         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5304
5305         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5306
5307 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5308
5309         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5310         user option (Renamed from wl-cache-prefetch-folder-type-list).
5311         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5312         from wl-cache-prefetch-folder-list).
5313
5314         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5315         Move to wl-vars.el.
5316         (wl-message-buffer-prefetch-p): Changed to enable
5317         `wl-message-buffer-prefetch-folder-list'.
5318
5319         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5320         `ignore-cache'.
5321
5322 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5323
5324         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5325         `part-top' and `part-bottom'.
5326         (wl-draft-config-sub-part-top): New function.
5327         (wl-draft-config-sub-part-bottom): New function.
5328
5329 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5332
5333 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5334
5335         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5336
5337 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5338
5339         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5340
5341         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5342         (wl-summary-write-current-folder): Ditto.
5343
5344 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5345
5346         * wl-folder.el (wl-folder-get-newsgroups): Use
5347         `elmo-folder-newsgroups'.
5348
5349 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5350
5351         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5352         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5353         `wl-draft-config-sub-header-bottom'.
5354
5355 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5356
5357         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5358         localnews folder.
5359
5360 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5361
5362         * wl-summary.el (wl-summary-mode): Undo last change.
5363
5364         * wl-folder.el (wl-folder-mode): Ditto.
5365
5366 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5367
5368         * wl-summary.el (wl-summary-mode): Locally set
5369         truncate-partial-window-width to nil.
5370         (for XEmacs)
5371
5372         * wl-folder.el (wl-folder-mode): Ditto.
5373
5374 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5377
5378 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5381         number.
5382
5383         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5384
5385         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5386
5387         * Version number is increased to 2.7.6.
5388
5389 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5392
5393 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-summary.el (wl-summary-sync-update): Enclose network
5396         related portion with `unwind-protect'.
5397
5398 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5399
5400         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5401
5402 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5405         element.
5406         * wl-vars.el (wl-message-body-button-alist): Ditto.
5407
5408         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5409         max match length.
5410         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5411
5412         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5413         for the max match length;
5414         Use 4th element value for the button string regexp group.
5415
5416         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5417         candidate exists, prompt to select.
5418
5419 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5420
5421         * wl-summary.el (wl-summary-jump-to-msg): Search before
5422         calibration point by `beginning-of-line'.
5423
5424 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5425
5426         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5427         for access group.
5428
5429 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-message.el (wl-message-display-internal): Bind
5432         `default-mime-charset'.
5433
5434         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5435
5436         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5437
5438         * Version number is increased to 2.7.5.
5439
5440 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5441
5442         * wl-expire.el (wl-summary-archive): Fixed;
5443         Use `elmo-folder-name-internal'.
5444
5445 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5446
5447         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5448         from `elmo-folder-move-messages' caller.
5449         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5450
5451         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5452         related portions are changed).
5453
5454 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5455
5456         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5457         counter.
5458
5459 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5460
5461         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5462         buffer local and set it to nil.
5463
5464         * wl-message.el (wl-message-redisplay): Ditto.
5465
5466 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * wl-summary.el (wl-summary-mark-as-important): If message is
5469         already cached, set messag as read, otherwise encache and mark as read.
5470
5471 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5472
5473         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5474         point-min.
5475
5476 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5479         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5480         a keymap.
5481
5482 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5483
5484         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5485         parent.
5486
5487         * wl-mule.el (wl-message-define-keymap): Ditto.
5488
5489         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5490
5491         * wl-xmas.el (wl-message-display-internal-hook): Define.
5492         (wl-xmas-setup-message-toolbar): Define as function.
5493         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5494         (wl-message-overload-functions): Abolished.
5495         (wl-message-define-keymap): New function.
5496
5497         * wl-vars.el (wl-message-display-internal-hook): New variable.
5498         (wl-message-header-button-alist): New variable (Renamed from
5499         wl-highlight-message-header-button-alist).
5500         (wl-message-body-button-alist): Ditto.
5501
5502         * wl-mule.el (wl-message-define-keymap): New function.
5503         (wl-message-overload-functions): Abolished.
5504
5505         * wl-message.el (wl-message-add-buttons-to-body): New function.
5506         (wl-message-redisplay): Don't call wl-message-overload-functions;
5507         Call wl-message-add-buttons-to-header and
5508         wl-message-add-buttons-to-body.
5509         (wl-message-display-internal): Set keymap argument for
5510         elmo-mime-display-as-is, elmo-mime-message-display;
5511         Run wl-message-display-internal-hook.
5512         (wl-message-refer-article-or-url): Abolished.
5513
5514         * wl-highlight.el (wl-highlight-headers): Don't call
5515         wl-highlight-message-add-buttons-to-header.
5516         (wl-highlight-message-add-buttons-to-header): Abolished.
5517
5518
5519         * wl-e21.el (wl-message-display-internal-hook): Define.
5520         (wl-e21-setup-toolbar): Deleted duplicated binding.
5521         (wl-e21-setup-message-toolbar): Define as function.
5522         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5523         (wl-message-define-keymap): New function.
5524         (wl-message-overload-functions): Abolished.
5525
5526 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5527
5528         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5529         and elmo-folder-close.
5530
5531         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5532
5533 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5534
5535         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5536         boolean value.
5537         * wl-draft.el (wl-draft-do-fcc): Ditto.
5538
5539 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5540
5541         * wl-vars.el (wl-fcc-force-as-read): New variable.
5542         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5543         mark copied message as read.
5544
5545 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5548
5549 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5550
5551         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5552         `wl-summary-target-above' instead of obsolete variable
5553         `wl-summary-temp-above'.
5554
5555         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5556         instead of `make-obsolete-variable'.
5557         * wl-refile.el (toplevel): Ditto.
5558
5559 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5562         with third argument t.
5563         (wl-draft): Set first argument for wl-plugged-init as t.
5564
5565         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5566         definition.
5567
5568 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5569
5570         * wl-vars.el: Tabify.
5571         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5572
5573         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5574         message.
5575
5576 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5577
5578         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5579         and set default to beep.
5580
5581 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5582
5583         * wl-vars.el (wl-draft-truncate-lines): New variable.
5584
5585         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5586         instead of wl-message-truncate-lines for truncate-lines.
5587
5588 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-message.el (wl-message-display-internal): Call
5591         `wl-highlight-message' after `elmo-mime-display-as-is'.
5592
5593         * wl-mime.el (wl-mime-display-text/plain): New function.
5594         (wl-mime-display-header): Ditto.
5595         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5596         body-presentation-method for text/plain;
5597         Register `wl-mime-display-header' as a header-presentation-method;
5598         Don't set up `elmo-message-text-content-inserted-hook' and
5599         `elmo-message-header-inserted-hook'.
5600
5601         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5602         variable.
5603         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5604         as t if flag is 'all-header;
5605         Don't bind `elmo-message-ignored-field-list',
5606         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5607
5608 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5611         for xemacs with non-mule environment.
5612
5613 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5614
5615         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5616         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5617         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5618
5619 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5620
5621         * wl-vars.el (wl-interactive-send): Set default value as t.
5622
5623 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5626         (wl-addrmgr-method-list): Abolished.
5627         (wl-addrmgr-change-method): Follow above change.
5628
5629         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5630
5631 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5632
5633         * wl-vars.el (wl-message-truncate-lines): Change default value
5634         to default-truncate-lines.
5635
5636         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5637
5638 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5639
5640         * wl-vars.el (wl-message-truncate-lines): New variable.
5641
5642         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5643         wl-message-truncate-lines.
5644
5645 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5646
5647         * wl-acap.el (wl-acap-init): Remove period from error message.
5648         (wl-acap-find-acap-service): Remove period from message.
5649
5650 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl.el (wl-check-environment): Undo last change.
5653
5654         * wl-vars.el (wl-from): Changed default value.
5655
5656         * wl-util.el (toplevel): Don't require tm-edit.
5657
5658         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5659         `wl-folder-init';
5660         Don't set mark on mail body.
5661         (wl-draft-reedit): Ditto.
5662
5663         * wl-address.el (wl-address-quote-specials): Define as an alias for
5664         elmo-address-quote-specials.
5665
5666 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5667
5668         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5669
5670         * wl-vars.el (wl-from): Set default value as nil.
5671         (wl-organization): Set default value as ORGANIZATION environment
5672         variable.
5673
5674         * wl-draft.el (wl-smtp-extension-bind): Check value of
5675         wl-smtp-connection-type.
5676
5677         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5678         error.
5679
5680 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5681
5682         * Version number is increased to 2.7.4.
5683
5684         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5685         arguments from `wl-highlight-x-face-function' caller.
5686         Use x-face-1.3.6.12 or later.
5687
5688 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5689
5690         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5691
5692 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5693
5694         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5695         (wl-fcc): Fix to accept function.
5696         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5697
5698 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5699
5700         * wl-acap.el (toplevel): Added `product-provide' declare.
5701         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5702
5703 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5704
5705         * wl.el (wl): Changed order of calling `elmo-init'
5706         and `elmo-folder-init'.
5707
5708 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5709
5710         * wl-mime.el (wl-summary-burst): Extract message when content-type
5711         of root entity is not only `multipart' but also `message/rfc822'.
5712         (wl-summary-burst-subr): Ditto.
5713
5714 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-vars.el (toplevel): Require 'custom.
5717         (wl-trash-folder): Added to `wl-setting' group.
5718
5719         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5720         exists.
5721         (wl-addrmgr-draw): Insert empty line when no entry exists.
5722
5723         * wl-mule.el (wl-message-wheel-up): Fixed.
5724         (wl-message-wheel-down): Ditto.
5725
5726 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5727
5728         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5729         config is an anonymous lambda expression.
5730
5731 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5734         when Mule 2 is running.
5735
5736 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5737
5738         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5739
5740 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5743         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5744
5745         * wl-address.el (wl-address-specials-regexp): Eliminated.
5746         (wl-address-quote-specials): Rewrite.
5747
5748 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5751         shy-groups for regexp.
5752
5753         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5754         character classes and Perl style shy-groups for regexp.
5755         (wl-highlight-plugged-current-line): Use Posix style character
5756         classes for regexp.
5757         (wl-e21-highlight-folder-by-numbers): Ditto.
5758         (wl-e21-display-image-p): Use `display-images-p' instead of
5759         `display-graphic-p'.
5760         (display-images-p): Make an alias to `display-graphic-p' if it is
5761         not available.  It is for Emacs version prior to 21.0.105.
5762
5763         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5764         `display-graphic-p'.
5765         (wl-demo-image-type-alist): Ditto.
5766         (display-images-p): Make an alias to `display-graphic-p' if it is
5767         not available.  It is for Emacs version prior to 21.0.105.
5768
5769 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5770
5771         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5772         support.
5773         (wl-generate-user-agent-string): Ditto.
5774
5775         * wl-version.el (wl-version): Update docsting.
5776         (wl-version-status): Ditto.
5777
5778 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5779
5780         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5781         21.0.105.  For Emacs 21.0.104 or earlier.
5782
5783 2001-09-03  Takuo KITAME <kitame@northeye.org>
5784
5785         * wl-e21.el (wl-plugged-init-icons): Use
5786         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5787         (wl-biff-init-icons): Ditto.
5788
5789 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * wl-highlight.el (wl-highlight-summary-current-line):
5792         Fixed highlighting refile/copy destination.
5793
5794         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5795         (wl-acap-store): Encode string by wl-acap-coding-system.
5796
5797 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-acap.el (toplevel): Check and require 'un-define before
5800         'xemacs-ucs;
5801          Added checking for UTF-2000.
5802
5803 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5806         Don't enclose with `eval-and-compile'.
5807
5808         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5809         wl-init is non-nil.
5810
5811         * wl-draft.el (wl-draft): Ditto.
5812
5813         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5814
5815         * wl-acap.el (toplevel): Require 'wl.
5816         (wl-acap-store): Call `elmo-init'.
5817
5818         * wl.el (wl): Changed position of `wl-check-environment'.
5819         (toplevel): Added autoload setting for wl-acap.
5820
5821         * wl-vars.el (wl-setting): New custom group.
5822         (wl-from): Added wl-setting group.
5823         (wl-user-mail-address-list): Ditto.
5824         (wl-organization): Ditto.
5825         (wl-subscribed-mailing-list): Ditto.
5826         (wl-envelope-from): Ditto.
5827         (wl-smtp-posting-user): Ditto.
5828         (wl-smtp-posting-server): Ditto.
5829         (wl-smtp-posting-port): Ditto.
5830         (wl-smtp-authenticate-type): Ditto.
5831         (wl-pop-before-smtp-user): Ditto.
5832         (wl-pop-before-smtp-server): Ditto.
5833         (wl-pop-before-smtp-port): Ditto.
5834         (wl-pop-before-smtp-authenticate-type): Ditto.
5835         (wl-nntp-posting-server): Ditto.
5836         (wl-nntp-posting-user): Ditto.
5837         (wl-nntp-posting-port): Ditto.
5838         (wl-fetch-confirm-threshold): Ditto.
5839         (wl-prefetch-threshold): Ditto.
5840         (wl-thread-insert-opened): Ditto.
5841         (wl-ldap-server): Ditto.
5842         (wl-ldap-port): Ditto.
5843         (wl-ldap-base): Ditto.
5844         (wl-ldap-objectclass): Ditto.
5845         (wl-use-ldap): Ditto.
5846         (wl-draft-config-alist): Ditto.
5847         (wl-draft-config-matchone): Ditto.
5848         (wl-template-alist): Ditto.
5849         (wl-message-sort-field-list): Ditto.
5850         (wl-message-ignored-field-list): Ditto.
5851         (wl-message-visible-field-list): Ditto.
5852         (wl-interactive-send): Ditto.
5853         (wl-summary-move-order): Ditto.
5854         (wl-auto-select-first): Ditto.
5855         (wl-auto-select-next): Ditto.
5856         (wl-interactive-save-folders): Ditto.
5857
5858         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5859         Initialization codes are moved from wl-local-folder-init.
5860         (wl-local-folder-init): Follow the change above.
5861         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5862
5863         * wl-acap.el: New file.
5864
5865         * Version number is increased to 2.7.3.
5866
5867 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5868
5869         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5870
5871 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5872
5873         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5874         (wl-addrmgr-address-entry-list): Ditto.
5875
5876 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5877
5878         * wl-e21.el (wl-draft-mode-map): Removed binding for
5879         `wl-draft-insert-x-face-field'.
5880
5881         * wl-mule.el (wl-draft-mode-map): Ditto.
5882
5883         * wl-xmas.el (wl-draft-mode-map): Ditto.
5884
5885         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5886         (wl-cs-autoconv): Ditto.
5887         (wl-cs-local): Ditto.
5888         (wl-use-scoring): Ditto.
5889         (wl-mime-charset): Ditto.
5890         (wl-folder-check-async): Ditto.
5891
5892         * wl.el (toplevel): Ignore nemacs and tm.
5893         (wl-exit): Ditto.
5894
5895         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5896         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5897         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5898         instead of wl-address-petname-add-or-change.
5899         (wl-summary-edit-addresses-subr): Use wl-address-delete
5900         instead of wl-address-petname-delete.
5901
5902         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5903
5904         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5905         if error occured.
5906
5907         * wl-message.el (require): Remove tm support.
5908
5909         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5910
5911         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5912         (wl-folder-jump-to-current-entity): Ditto.
5913         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5914
5915         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5916         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5917         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5918
5919         * wl-mule.el (wl-draft-key-setup): Ditto.
5920
5921         * wl-xmas.el (wl-draft-key-setup): Ditto.
5922
5923         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5924         (wl-draft-std11-parse-addresses): New function.
5925         (wl-draft-parse-mailbox-list): Use it.
5926         (wl-draft): Ignore nemacs.
5927         (wl-draft-reedit): Ditto.
5928
5929         * wl-addrmgr.el: New file.
5930         (Original is wl-rcpt.el written by
5931         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5932         Thanks Kitamoto-san.)
5933
5934         * wl-address.el (wl-address-make-address-list): Modified parsing
5935         process.
5936         (wl-address-delete): Renamed from `wl-address-petname-delete';
5937         Modify wl-address-list too.
5938         (wl-address-add-or-change): Renamed from
5939         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5940
5941 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5942
5943         * wl-highlight.el (wl-highlight-summary-current-line):
5944           Work with transient-mark-mode
5945
5946 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5947
5948         * Version number is increased to 2.7.2.
5949
5950         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5951         instead of elmo-dop-queue-method.
5952
5953 2001-08-06  SAITO Atsunori <sai@yedo.com>
5954
5955         * wl-vars.el (wl-ldap-objectclass): New user option.
5956
5957         * wl-address.el (wl-ldap-make-filter): Use it.
5958
5959 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5960
5961         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5962
5963 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5964
5965         * wl-folder.el (wl-folder): redisplay after folder insertion.
5966
5967         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5968
5969         * wl-summary.el (wl-summary-sync-update):
5970         Change status mark only when new-msgdb exists.
5971         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5972
5973 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-summary.el (wl-summary-open-folder): New function.
5976         (wl-summary-goto-folder-subr): Use it.
5977         (wl-summary-mark-as-important): Fix;
5978         Encache only when no cache exists.
5979
5980 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5981
5982         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5983         Use with-current-buffer.
5984
5985 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5986
5987         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5988         before call `get-buffer'. Fixed parenthesis.
5989         (wl-score-get-header-entry): Clear message and help window when
5990         keyboard quit.
5991         (wl-score-edit-insert-header): Ditto.
5992
5993 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5994
5995         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5996         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5997         (wl-default-draft-cite): Fix.
5998
5999         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6000         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6001
6002 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-message.el (wl-message-prev-page): Do same bahavior
6005         as summary when it is called in the message buffer.
6006         (wl-message-next-page): Ditto.
6007
6008 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * wl-summary.el (wl-summary-forward): Use cache if it is not
6011         section cache.
6012
6013 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6016         Removed redundant require of elmo-vars.
6017         (wl-biff-state-indicator-on): Changed default value for
6018         xemacs with non-mule environment.
6019
6020         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6021         wl-message-buffer is nil;
6022         Hide progress bar after moving messages.
6023
6024 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6027         message at cursor point is deleted.
6028
6029 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-vars.el: Changed file coding system to euc-japan.
6032         Added -*-coding:-*- magic to the first line.
6033
6034         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6035         Search parent from the first message.
6036
6037         * Version number is increased to 2.7.1.
6038
6039 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6040
6041         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6042
6043 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6044
6045         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6046         refile/delete execution.
6047
6048         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6049         Fixed docstring.
6050
6051 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6054         do update process;
6055         Don't update marks when update process is interrupted.
6056
6057 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * wl-summary.el (wl-summary-reply): Fixed problem when
6060         wl-draft-use-frame is non-nil.
6061         (wl-summary-forward): Ditto.
6062
6063         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6064         as nil.
6065         (wl-folder-mark-as-read-all-entity): Ditto.
6066         (wl-folder-prefetch-entity): Ditto.
6067
6068         * wl.el (wl): Check environment before wl-init.
6069
6070         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6071         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6072         instead of wl-summary-collect-unread.
6073         (wl-summary-reply): Split message window.
6074
6075 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6076
6077         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6078         only if current language environment is japanese,
6079
6080         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6081         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6082         (wl-folder-goto-folder-subr): Ditto.
6083
6084         * wl-draft.el (wl-draft-dispatch-message): Call
6085         `elmo-file-cache-get-path'.
6086
6087 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl-summary.el (wl-summary-cursor-move): If return value of
6090         wl-summary-next-message is not number, don't jump.
6091
6092 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-summary.el (wl-summary-buffer-next-message-function): New
6095         variable.
6096         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6097         if it is bound.
6098
6099         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6100         string.
6101
6102         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6103         (wl-plugged-drawing): Ditto.
6104
6105 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6108         process.
6109         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6110         with unwind-protect.
6111
6112         * wl.el (wl-init): Require mime-setup.
6113         (wl-check-environment): Don't require mime-setup.
6114
6115         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6116         instead of elmo-folder-type.
6117
6118         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6119         value as nil.
6120
6121 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6122
6123         * Version number is increased to 2.7.0.
6124
6125         * wl-version.el (wl-version): Changed codename.
6126
6127         * wl-summary.el (wl-summary-delete-cache): Fixed.
6128
6129         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6130         Workaround for net folders.
6131         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6132
6133         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6134         value to nil (According to the patch from
6135         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6136
6137         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6138         of elmo-folder-close.
6139
6140 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6141
6142         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6143         for postfix.
6144
6145 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-summary.el (wl-summary-resend-message): Fixed.
6148
6149         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6150         Call wl-draft with `from' argument if its address is included in
6151         `wl-user-mail-address-list'.
6152         (wl-draft): Added `from' argument.
6153
6154         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6155         non-nil.
6156         (wl): Don't show demo if wl-demo is nil.
6157
6158         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6159         wl-summary-use-frame.
6160
6161         * wl-vars.el (wl-summary-use-frame): New user option.
6162         (wl-folder-use-frame): Changed docstring.
6163
6164         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6165         non-nil.
6166         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6167         wl-summary-use-frame.
6168
6169         * wl-vars.el (wl-folder-use-frame): New user option.
6170
6171         * wl-summary.el (wl-summary-exit): Back to folder frame if
6172         wl-folder-use-frame is non-nil.
6173         (wl-summary-redisplay-internal): Ignore cache if current folder
6174         is draft folder,
6175         (wl-summary-redisplay-no-mime): Ditto.
6176         (wl-summary-redisplay-all-header): Ditto.
6177
6178         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6179         if wl-folder-use-frame is non-nil.
6180
6181 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl-summary.el (wl-summary-sync-update): Bind
6184         elmo-folder-update-threshold.
6185         (wl-summary-mark-as-important): Enclosed server mark processing
6186         with `save-match-data'.
6187
6188         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6189         only when it is already defined.
6190
6191 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6192
6193         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6194         name of folder exclude localdir is wrong.
6195         * wl-folder.el (wl-folder-sync-entity):
6196         Set `wl-summary-always-sticky-folder-list' as nil.
6197         (wl-folder-mark-as-read-all-entity): Ditto.
6198         (wl-folder-prefetch-entity): Ditto.
6199
6200 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6201
6202         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6203         instead of `wl-summary-write-current-newsgroup'.
6204
6205 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6206
6207         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6208         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6209         non-nil and selected message is important, do not display.
6210
6211 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6212
6213         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6214
6215 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6218
6219         * wl-summary.el (wl-summary-mark-as-important): Set message number
6220         using wl-summary-message-number.
6221
6222 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6223
6224         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6225         destination folder is 'null.
6226
6227 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6228
6229         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6230         New function.
6231         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6232         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6233         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6234
6235 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6236
6237         * wl-mime.el (wl-mime-setup): Added setting for
6238         `mime-setup-signature-key-alist' to avoid overriding key bind for
6239         `wl-draft-send'.
6240
6241         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6242         for `wl-draft-send'.
6243         * wl-mule.el (wl-draft-overload-functions): Ditto.
6244         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6245         * wl-draft.el (wl-draft-send): Ditto.
6246
6247         * wl-message.el (wl-message-display-internal):
6248         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6249         (Patch is provided by <kita@coe.nttdata.co.jp>).
6250
6251 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6252
6253         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6254
6255 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6256
6257         * wl.el (wl): Fix for wl-demo.
6258
6259 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6260
6261         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6262
6263 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-folder.el (wl-folder-prefetch-entity): Use
6266         `wl-folder-get-elmo-folder'.
6267         (wl-folder-count-incorporates): Do not use
6268         `wl-folder-get-elmo-folder'.
6269
6270 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6271
6272         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6273         instead of `elmo-folder-get-type'.
6274
6275 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6276
6277         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6278         position on Subject: field.
6279         (Advised by Mito <mit@nines.nec.co.jp>)
6280
6281 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6282
6283         * wl-folder.el (wl-folder-prefetch-entity): Use
6284         `wl-folder-get-elmo-folder'.
6285
6286 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6287
6288         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6289
6290         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6291         `process-duplicates' slot.
6292
6293         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6294         if detection failed.
6295
6296 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6297
6298         * wl-version.el (wl-version-status): Set to "alpha".
6299
6300 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6303         Check wl-message-buffer lives before set-buffer.
6304
6305 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6306
6307         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6308         called in folder mode.
6309         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6310         * wl-summary.el (wl-summary-exit-pre-hook): Run
6311         `wl-summary-exit-pre-hook' before exit summary mode.
6312
6313 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6314
6315         * wl-version.el (wl-version-status): New variable.
6316         (wl-version-status-alist): Removed.
6317         (wl-version-status): Rule included.
6318
6319 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6322         @sponichi.
6323
6324         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6325         when `mail-reply-buffer' is buffer-local variable.
6326         (Reported by <kita@coe.nttdata.co.jp>).
6327
6328 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6329
6330         * wl-vars.el (toplevel): Require 'elmo-util.
6331
6332 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6333
6334         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6335         (All other related portions are changed)
6336
6337         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6338
6339         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6340
6341 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6342
6343         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6344
6345 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6348         Delete other windows to avoid an error.
6349         Use `point-marker' instead of `point' to remember the start point
6350         of body.
6351
6352         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6353
6354         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6355         number not to exceed all message number.
6356
6357 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6358
6359         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6360         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6361
6362 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6363
6364         * wl-summary.el (wl-summary-sync-force-update): Added argument
6365         no-check.
6366         (wl-summary-sync-update): Ditto.
6367         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6368         with `no-check'.
6369
6370         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6371         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6372         already running.
6373
6374 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6375
6376         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6377         `dst-folder-arg'.
6378         (wl-expire-archive-number1): Diito.
6379         (wl-expire-archive-number2): Diito.
6380         (wl-expire-archive-Date): Diito.
6381         (wl-archive-number1): Diito.
6382         (wl-archive-number2): Diito.
6383         (wl-archive-date): Diito.
6384         (wl-archive-folder-p): New function.
6385         (wl-summary-expire): Support of expand folder name at
6386         wl-expire-alist.
6387         * wl-util.el (wl-expand-newtext): Renamed from
6388         `wl-refile-expand-newtext'.
6389
6390 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6391
6392         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6393         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6394         `(elmo-msgdb-get-overview msgdb)'.
6395         (wl-summary-prefetch): Bind match data before call
6396         `wl-summay-prefetch-msg'.
6397         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6398         'off if `wl-summary-buffer-disp-msg' is non-nil.
6399         Fixed problem that couldn't show only one new or unread message when
6400         enter folder.
6401         (wl-summary-reply): Don't call `split-window-vertically' and other
6402         window.
6403
6404 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-expire.el (wl-expire-refile): Fixed.
6407
6408 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6409
6410         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6411
6412         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6413         biff notification is removed.
6414
6415         * wl.el (wl): Changed position of `elmo-init'.
6416
6417         * wl-draft.el (wl-default-draft-cite): Use date field
6418         on the citation buffer.
6419
6420         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6421
6422         * wl-xmas.el (wl-folder-internal-icon-list): Added
6423         `wl-folder-shimbun-image'.
6424
6425         * wl-e21.el (wl-folder-internal-icon-list): Added
6426         `wl-folder-shimbun-image'.
6427
6428 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl.el (wl-init): Eliminated argument.
6431         (wl): Rewrite.
6432
6433         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6434         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6435         instead of `elmo-folder-msgdb-internal'.
6436         (wl-summary-sync-update): Ditto.
6437         (wl-summary-flush-pending-append-operations): Eliminated.
6438         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6439         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6440         `elmo-folder-open'.
6441
6442         * wl-mime.el (wl-summary-burst): Fixed.
6443
6444         * wl-folder.el (wl-folder-info-save): Check data type.
6445
6446         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6447         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6448         instead of `elmo-folder-msgdb-internal'.
6449         (wl-expire-hide): Ditto.
6450
6451
6452         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6453
6454 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6455
6456         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6457
6458 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6459
6460         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6461
6462 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6463
6464         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6465         Fixed `match-beginning' argument mismatch.
6466
6467 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6468
6469         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6470         the default value.
6471
6472 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6473
6474         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6475         instead of `elmo-nntp-default-port'.
6476
6477         * wl-vars.el: Fixed some doc strings.
6478
6479 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-summary.el (wl-summary-prefetch-msg): Use
6482         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6483
6484         * wl-vars.el: Define *-func as obsolete variable using
6485         `elmo-define-obsolete-variable'.
6486
6487         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6488         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6489         instead of `wl-message-buffer-prefetch-threshold'.
6490
6491         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6492
6493         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6494
6495         * wl-draft.el (wl-caesar-region-func): Ditto.
6496
6497         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6498         Keep unread status in elmo-folder-move-messages.
6499         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6500
6501 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6502
6503         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6504         `wl-summary-buffer-exit-func'
6505         (wl-summary-buffer-message-redisplay-function): Renamed from
6506         `wl-summary-buffer-message-redisplay-func'
6507         (wl-summary-buffer-next-folder-function): Renamed from
6508         `wl-summary-buffer-next-folder-func'.
6509         (wl-summary-buffer-prev-folder-function): Renamed from
6510         `wl-summary-buffer-prev-folder-func'.
6511         (wl-summary-get-petname-function): Renamed from
6512         `wl-summary-get-petname-func'.
6513
6514         * wl-score.el (wl-score-edit-exit-function): Renamed from
6515         `wl-score-edit-exit-func'.
6516
6517         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6518         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6519
6520         * wl-util.el (wl-load-profile-function): Renamed from
6521         `wl-load-profile-func'.
6522
6523         * wl-folder.el (wl-folder-completion-function): Renamed from
6524         `wl-folder-completion-func'.
6525         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6526
6527         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6528         `wl-expire-archive-get-folder-func'.
6529         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6530         (wl-draft-send-mail-function): Renamed from
6531         `wl-draft-send-mail-func'.
6532         (wl-draft-send-news-function): Renamed from
6533         `wl-draft-send-news-func'.
6534         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6535         (wl-generate-mailer-string-function): Renamed from
6536         `wl-generate-mailer-string-func'.
6537         (wl-highlight-signature-search-function): Renamed from
6538         `wl-highlight-signature-search-func'.
6539         (wl-highlight-x-face-function): Renamed from
6540         `wl-highlight-x-face-func'
6541         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6542         (wl-ps-print-buffer-function): Renamed from
6543         `wl-ps-print-buffer-func'
6544         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6545         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6546         (wl-summary-subject-filter-function): Renamed from
6547         `wl-summary-subject-filter-func'.
6548
6549         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6550         `wl-draft-queue-flush-send-func'
6551         (wl-draft-cite-function): Renamed from
6552         `wl-draft-cite-func'
6553
6554         * wl-address.el (wl-address-init-function): Renamed from
6555         `wl-address-init-func'.
6556
6557 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-draft.el (wl-draft-queue-flush): Don't call
6560         `elmo-dop-unlock-message'.
6561         * wl-draft.el (wl-draft-queue-append): Don't call
6562         `elmo-dop-lock-message'.
6563
6564         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6565         (wl-summary-buffer-folder-name): Ditto.
6566         (wl-summary-message-regexp): Added '-' (all other related portions
6567         are changed).
6568         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6569         wl-summary-buffer-folder-name.
6570
6571 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6572
6573         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6574         the number of mails in the folder buffer is not updated by wl-biff.
6575
6576 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6579         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6580
6581 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * wl-summary.el (wl-summary-next-message):
6584         Return next message number when wl-summary-move-order is nil.
6585
6586 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6587
6588         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6589         `wl-summary-move-spec-alist'.
6590         (wl-summary-move-spec-unplugged-alist): New variable
6591         (Move spec for unplugged status).
6592         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6593         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6594
6595 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6596
6597         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6598         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6599
6600 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6601
6602         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6603         simple quotation to quote the anonymous function.
6604         * tm-wl.el (wl-draft-preview-message): Ditto.
6605
6606 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6607
6608         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6609         Eliminate redundant `save-excursion'.
6610         (wl-highlight-summary-current-line): Ditto.
6611
6612         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6613         accessing match data when `looking-at' failed.
6614
6615         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6616         `elmo-match-string' where users don't care about the speed.
6617         (wl-draft-save): Ditto.
6618
6619 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-util.el (wl-regexp-opt): New function.
6622
6623         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6624         number from `wl-summary-buffer-number-list'.
6625         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6626         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6627         (wl-summary-move-spec-alist): Changed default setting.
6628
6629 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6630
6631         * wl-vars.el (wl-biff-notify-hook): New hook.
6632         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6633         the arrival of new mail.
6634         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6635         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6636
6637 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6638
6639         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6640
6641 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6642
6643         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6644
6645         * Version number is increased to 2.5.8.
6646
6647         * wl-thread.el (toplevel): require 'cl.
6648         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6649         (wl-thread-make-number-list): New function.
6650         (wl-thread-entity-make-number-list-from-children): Ditto.
6651         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6652         (wl-thread-entity-insert-as-children): Likewise.
6653         (wl-thread-delete-message): Likewise.
6654         (wl-meaning-of-mark): Eliminated.
6655         (wl-thread-next-failure-mark-p): Ditto.
6656         (wl-thread-entity-get-mark): Ditto.
6657         (wl-thread-meaning-alist-get-result): Ditto.
6658         (wl-thread-entity-check-prev-mark): Ditto.
6659         (wl-thread-entity-check-next-mark): Ditto.
6660         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6661         (wl-thread-entity-get-prev-marked-entity): Ditto.
6662         (wl-thread-get-prev-unread): Ditto.
6663         (wl-thread-jump-to-prev-unread): Ditto.
6664         (wl-thread-get-next-unread): Ditto.
6665         (wl-thread-jump-to-next-unread): Ditto.
6666         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6667         (wl-thread-entity-get-next-marked-entity): Ditto.
6668
6669         * wl-summary.el (wl-summary-buffer-number-list):
6670         New bufer-local variable.
6671         (wl-summary-switch-to-clone-buffer): Clone
6672         `wl-summary-buffer-number-list'.
6673         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6674         (wl-summary-cursor-move-regex): Eliminated.
6675         (wl-summary-cursor-up): Rewrite.
6676         (wl-summary-cursor-down): Ditto.
6677         (wl-summary-mode-spec-alist): New variable.
6678         (wl-summary-next-message): New inline function.
6679         (wl-summary-cursor-move): New function.
6680         (wl-summary-default-get-next-msg): Rewrite.
6681         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6682         (wl-summary-rescan): Ditto.
6683         (wl-summary-sync-all-init): Ditto.
6684         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6685         summary is not thread view.
6686         (wl-summary-sync-update): Ditto.
6687         (wl-summary-rescan): Ditto.
6688         (wl-summary-make-number-list): New function.
6689
6690         * wl-draft.el: "FCC" -> "Fcc".
6691
6692 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-highlight.el (wl-highlight-summary-window):
6695         Call `set-buffer-modified-p'.
6696
6697         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6698         (wl): Call `elmo-init' and fix.
6699
6700         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6701         Use new variables.
6702
6703         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6704
6705 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6708
6709 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6710
6711         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6712
6713 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6714
6715         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6716         `wl-use-toolbar' nor `display-graphic-p'.
6717         (wl-e21-setup-message-toolbar): Ditto.
6718         (wl-e21-setup-summary-toolbar): Ditto.
6719         (wl-e21-setup-folder-toolbar): Ditto.
6720
6721         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6722         (wl-plugged-init-icons): Ditto.
6723
6724         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6725         `display-graphic-p'.
6726         (wl-plugged-set-folder-icon): Ditto.
6727         (wl-highlight-plugged-current-line): Ditto.
6728         (wl-highlight-folder-current-line): Ditto.
6729         (wl-e21-highlight-folder-group-line): Ditto.
6730         (wl-e21-setup-toolbar): Ditto.
6731         (wl-e21-display-image-p): New macro.
6732
6733         * wl-demo.el (wl-demo): Simplified.
6734         (wl-demo-image-type-alist): Use `image-type-available-p' for
6735         checking whether the image type `xbm' is available.
6736
6737 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6738
6739         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6740         (wl-summary-input-range): Ditto.
6741
6742 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-summary.el (wl-summary-edit-addresses): Use
6745         `wl-summary-get-original-buffer'
6746         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6747         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6748         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6749         (wl-summary-get-newsgroups): Eliminated.
6750         (wl-summary-set-crosspost): Ditto.
6751         (wl-summary-is-crosspost-folder): Ditto.
6752         (wl-crosspost-alist-load): Ditto.
6753         (wl-crosspost-alist-save): Ditto.
6754
6755         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6756         `elmo-setup-subscribed-newsgroups' instead of
6757         `elmo-nntp-make-groups-hashtb'.
6758         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6759         instead of `wl-crosspost-alist-save'.
6760
6761         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6762         of `elmo-folder-message-appendable-p'.
6763         (wl-mime-header-presentation-method): Eliminated.
6764
6765         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6766         (Error occurs in emacs21).
6767
6768         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6769         the current buffer).
6770
6771         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6772         instead of `wl-crosspost-alist-save'.
6773         (wl-init): `elmo-crosspost-message-alist-load'
6774         instead of `wl-crosspost-alist-load'
6775
6776         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6777         (wl-parse-newsgroups): Likewise.
6778         (wl-biff-notify): Run `wl-biff-notify-hook'.
6779
6780 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6781
6782         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6783
6784         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6785         when `wl-summary-lazy-highlight' is non-nil.
6786         (wl-summary-goto-folder-subr): Highlight only when
6787         `wl-summary-lazy-highlight' is non-nil.
6788
6789         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6790         Don't display progress and highlight temp-mark when
6791         `wl-summary-lazy-highlight' is non-nil.
6792         (wl-highlight-summary-window): New function.
6793         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6794
6795 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6796
6797         * wl-summary.el (wl-summary-sync): Change `all-visible'
6798         from `all-shown'
6799         (wl-summary-input-range): Ditto.
6800
6801 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6802
6803         * wl-e21.el (wl-highlight-folder-current-line): Call
6804         `wl-folder-init-icons' when folder icons have not been initialized.
6805
6806         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6807
6808         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6809         (wl-demo-image-type-alist): New macro.
6810
6811 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6812
6813         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6814         display does not support graphics.
6815         (wl-plugged-init-icons): Ditto.
6816         (wl-folder-init-icons): Ditto.
6817
6818         * wl-demo.el (wl-demo): Chech closely whether the display
6819         supports graphics.
6820
6821 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * wl-summary.el (wl-summary-get-original-buffer): New function.
6824         (wl-summary-set-crosspost): Use it.
6825         (wl-summary-target-mark-uudecode): Ditto.
6826         (wl-summary-reedit): Ditto.
6827         (wl-summary-resend-bounced-mail): Ditto.
6828         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6829         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6830
6831         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6832         (wl-message-display-internal): Ditto.
6833
6834 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6837
6838 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6839
6840         * wl-summary.el (wl-summary-save-view): Renamed from
6841         `wl-summary-save-status'.
6842
6843 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6844
6845         * wl-summary.el (wl-summary-sync): Added `all-shown'
6846
6847 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6848
6849         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6850
6851 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6852
6853         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6854
6855 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6856
6857         * wl-highlight.el (wl-highlight-summary-line-string): Use
6858         `zerop' instead of `= 0'.
6859         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6860
6861         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6862         for comparing numbers.
6863         (wl-template-prev): Use `zerop' instead of `eq 0'.
6864
6865         * wl-draft.el (wl-draft-insert-current-message): Use
6866         `with-current-buffer' instead of `save-excursion'.
6867         Use `zerop' instead of `eq 0'.
6868
6869 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6870
6871         * wl-draft.el (wl-draft-insert-ccs): New function.
6872         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6873         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6874
6875 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6878
6879 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-expire.el (wl-expire-refile): Don't call
6882         elmo-msgdb-add-msgs-to-seen-list;
6883         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6884         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6885
6886 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-message.el (wl-message-prev-page): Ignore errors while
6889         scroll-down.
6890
6891 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6892
6893         * wl-mime.el: Use elmo-original-message-mode instead of
6894         mmelmo-original-mode.
6895
6896         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6897         `elmo-folder-get-spec';
6898         (wl-fldmgr-add-completion-all-completions):
6899         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6900
6901         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6902         of `elmo-folder-get-type'.
6903
6904         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6905         `elmo-folder-get-spec';
6906         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6907         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6908         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6909         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6910         `elmo-read-msg-no-cache';
6911         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6912         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6913         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6914         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6915         `elmo-cache-save';
6916         (wl-draft-reedit): Use `elmo-message-file-name'.
6917
6918         * wl-expire.el: Use `elmo-folder-name-internal';
6919         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6920         Use macro `wl-summary-buffer-msgdb' instead of variable
6921         `wl-summary-buffer-msgdb';
6922         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6923         Use macro `wl-summary-buffer-folder-name' instead of variable
6924         `wl-summary-buffer-folder-name'.
6925         * wl-score.el: Likewise.
6926
6927         * wl-message.el: Rewrite for new message buffer cache mechanism.
6928         (wl-message-buffer-cache-buffer-get): New macro.
6929         (wl-message-buffer-cache-folder-get): Ditto.
6930         (wl-message-buffer-cache-message-get): Ditto.
6931         (wl-message-buffer-cache-entry-make): Ditto.
6932         (wl-message-buffer-cache-hit): Ditto.
6933         (wl-message-buffer-cache-sort): New function.
6934         (wl-message-buffer-cache-add): Ditto.
6935         (wl-message-buffer-cache-delete): Ditto.
6936         (wl-message-buffer-cache-clean-up): Ditto.
6937         (wl-message-buffer-window): Rewrite.
6938         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6939         (wl-message-buffer-display): New function.
6940         (wl-message-display-internal): New function.
6941
6942 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6943
6944         * wl-folder.el: Use `elmo-folder-name-internal';
6945         Use `wl-folder-get-elmo-folder';
6946         Use `elmo-folder-list-messages' instead of
6947         `elmo-list-folder';
6948         Use `elmo-folder-get-primitive-list' instead of
6949         `elmo-folder-get-primitive-spec-list';
6950         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6951         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6952         Use `elmo-folder-create' instead of `elmo-create-folder'.
6953         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6954         (wl-folder-get-elmo-folder): New macro.
6955         (wl-folder-elmo-folder-cache-get): Ditto.
6956         (wl-folder-elmo-folder-cache-put): Ditto.
6957         (wl-folder-suspend): Call `elmo-quit'.
6958
6959         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6960         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6961         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6962         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6963         (toplevel): require 'cl.
6964         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6965
6966         * wl-summary.el: Rewrite to use new elmo interface.
6967
6968 \f
6969 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl-mime.el (wl-draft-preview-message):
6972         Run `wl-draft-send-hook' before collecting recipients information;
6973         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6974
6975         * tm-wl.el (wl-draft-preview-message): Ditto.
6976
6977 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6980         wrong recipients are displayed when forwarded message.
6981
6982 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * Version number is increased to 2.5.7.
6985
6986 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6987
6988         * wl-message.el (wl-message-next-page): Bind
6989         `window-pixel-scroll-increment' to nil while scrolling up.
6990
6991 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6992
6993         * wl-vars.el (wl-save-hook): New hook.
6994         * wl.el (wl-save): Call `wl-save-hook'.
6995
6996 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6997
6998         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6999         Argument WITH-ARG instead of NO-ARG (negative mean).
7000         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7001         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7002         * wl-message.el (wl-message-follow-current-entity): Likewise.
7003
7004 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7005
7006         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7007         FROM was optional argument.
7008         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7009
7010 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7011
7012         * Version number is increased to 2.5.6.
7013
7014 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7015
7016         * wl-version.el (wl-version-show): Removed.
7017         (wl-version): Add `interactive'.
7018
7019 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7020
7021         * wl-summary.el (wl-summary-get-petname-func): New variable.
7022         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7023         instead of `wl-address-get-petname-1'.
7024         (wl-summary-simple-from): Ditto.
7025
7026         * wl-address.el (wl-address-get-petname-1): Define as function.
7027
7028 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7031         field in the original message.
7032         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7033
7034 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7035
7036         * wl-expire.el (wl-expire-hide):
7037         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7038
7039 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7040
7041         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7042         find decoder for To, Cc, and Subject.
7043
7044 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7047         for checking `elmo-use-buffer-cache'.
7048         (wl-summary-mark-as-important): Fixed typo in comment.
7049
7050 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7053         field in the original message.
7054         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7055
7056 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7057
7058         * wl-expire.el (wl-expire-hide):
7059         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7060
7061 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7064         find decoder for To, Cc, and Subject.
7065
7066 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * Version number is increased to 2.5.5.
7069
7070         * wl-address.el (wl-address-specials-regexp): New constant.
7071         (wl-address-quote-specials): Use it.
7072
7073 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7074
7075         * wl-summary.el (wl-summary-rescan):
7076         Call `wl-summary-buffer-number-column-detect'.
7077         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7078
7079         * wl-message.el (wl-message-mode-map): Define.
7080         (wl-message-decode): Use it as local-map.
7081
7082 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7085         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7086
7087 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7090
7091         * wl-mule.el (wl-read-event-char): Ditto.
7092
7093         * wl-e21.el (wl-read-event-char): Ditto.
7094
7095         * wl-nemacs.el (wl-read-event-char): Ditto.
7096         (read-event): Removed.
7097
7098         * wl-util.el (toplevel): Removed dummy definition of
7099         `read-event'.
7100         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7101
7102 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7103
7104         * wl-nemacs.el (elmo-archive-call-process): Moved to
7105         elmo-archive.el.
7106
7107 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7108
7109         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7110         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7111
7112         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7113         instead of magic-number 6.  Use `not' instead of `null' for symbol
7114         `nil' check (not empty list).
7115         (wl-draft-insert-x-face-field): Fixed paren style.
7116
7117         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7118         one-branch conditional statement, instead of `and' and `if'.
7119         (wl-draft-forward): Likewise.
7120         (wl-draft-add-references): Likewise.
7121         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7122
7123         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7124         conditional steatment.  Use `cond' instead of `if'.
7125         (wl-draft-confirm): Likewise.
7126
7127 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7128
7129         * wl-version.el (wl-version-show): Use `product-string-1'
7130         instead of `wl-version'.
7131         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7132
7133         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7134
7135 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7136
7137         * wl-highlight.el (wl-highlight-headers): Revert
7138         `wl-highlight-x-face-func' argument (`beg' and `end').
7139
7140 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7141
7142         * wl.el (toplevel): Move `product-provide' declare.
7143         * wl-demo.el (toplevel): Ditto.
7144         * wl-dnd.el (toplevel): Ditto.
7145         * wl-highlight.el (toplevel): Ditto.
7146         * wl-message.el (toplevel): Ditto.
7147         * wl-refile.el (toplevel): Ditto.
7148         * wl-util.el (toplevel): Ditto.
7149
7150 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7153         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7154         (wl-thread-close-all): keep cursor position.
7155
7156 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7157
7158         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7159         (eq x 0).
7160         (wl-generate-user-agent-string-1): Fix conditional statement.
7161
7162 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7163
7164         * wl.el (wl-check-environment): Additional check for
7165         'wl-local-domain' and `wl-message-id-domain'.
7166
7167 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7168
7169         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7170
7171 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7172
7173         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7174         instead of `smtp-sasl-user-realm'.
7175
7176 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7177
7178         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7179
7180 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7181
7182         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7183         to the default value as well as `eword-lexical-analyzer'.
7184
7185 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7186
7187         * wl-version.el (wl-extended-emacs-version,
7188         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7189         `elmo-match-string' instead of `wl-match-string'.
7190
7191 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7192
7193         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7194         docstring.
7195
7196 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7197
7198         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7199
7200 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7201
7202         * wl-highlight.el (wl-highlight-headers): Remove
7203         `wl-highlight-x-face-func' argument (`beg' and `end').
7204
7205 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-summary.el (wl-summary-mark-as-important):
7208         Remove cache if folder is local.
7209
7210 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7211
7212         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7213         to get existing e-mail address string.
7214
7215 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7216
7217         * wl-version.el (wl-generate-user-agent-string): Commentary.
7218         (wl-generate-user-agent-string-1): Use `when' for
7219         one-branch conditional statement, instead of `and' and `if'.
7220         (wl-extended-emacs-version, wl-extended-emacs-version2,
7221         wl-extended-emacs-version3): Ditto.
7222
7223 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7226         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7227         condition-case; Remove initialization.
7228         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7229         (wl-summary-sync-update3): Added argument `sync-all';
7230         Eliminated local variable `msgdb';
7231         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7232         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7233         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7234
7235 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7236
7237         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7238         connection before call `wl-draft-send-mail-with-smtp'.
7239
7240 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * Version number is increased to 2.5.4.
7243
7244 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7245
7246         * wl.el (wl-check-environment): Additional check for
7247         'wl-local-domain' and `wl-message-id-domain'.
7248
7249 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7252         buffer as command specific.
7253         (wl-folder-mark-as-read-all-entity): Ditto.
7254         (wl-folder-prefetch-entity): Ditto.
7255         (wl-folder-drop-unsync-entity): Ditto.
7256
7257         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7258         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7259         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7260
7261         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7262         save-excursion.
7263
7264 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7265
7266         * Version number is increased to 2.5.3.
7267
7268         * wl-summary.el (wl-summary-save-view-cache):
7269         Delete duplicated `write-region';
7270         Use `write-region-as-binary' instead of `as-binary-output-file' and
7271         `write-region'.
7272
7273 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7274
7275         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7276
7277 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7278
7279         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7280         instead of `smtp-via-smtp'.
7281
7282 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7283
7284         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7285
7286 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7287
7288         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7289         instead of `smtp-sasl-user-realm'.
7290
7291 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7292
7293         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7294
7295 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7296
7297         * Version number is increased to 2.5.2.
7298
7299 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7302         does not exist.
7303         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7304         (wl-biff-start): Call `timer-activate' if timer already exists.
7305
7306         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7307         only when it is bound as function.
7308
7309 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * Version number is increased to 2.5.1.
7312
7313 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7314
7315         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7316         Print refile/copy destination.
7317
7318 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7321         queue-flush-only is non-nil.
7322
7323         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7324
7325         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7326         checking cache folder.
7327
7328 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7329
7330         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7331         `regexp-quote'.
7332
7333 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7334
7335         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7336         function.
7337         * wl-summary.el (wl-summary-write-current-folder-functions):
7338         Change default value.  Use it.
7339
7340 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7341
7342         * Version number is increased to 2.5.0.
7343
7344         * wl-version.el (wl-version): Changed codename.
7345
7346 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7347
7348         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7349         (wl-summary-supersedes-message): Ditto.
7350
7351 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7352
7353         * wl-refile.el (wl-refile-guess-functions): Renamed from
7354         `wl-refile-guess-func-list'.
7355
7356 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7359         Fixed problem when no rule was matched.
7360
7361 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7362
7363         * wl-summary.el (wl-summary-get-mark): Fixed
7364         `wl-summary-buffer-target-mark' check logic.
7365
7366 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7367
7368         * wl-folder.el (wl-folder-write-current-folder): Added group
7369         folder check.
7370
7371         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7372         `wl-summary-write-current-newsgroup'.
7373         (wl-summary-write-current-folder-functions): New variable.
7374         * wl-folder.el (wl-folder-get-newsgroups): New function.
7375         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7376         (wl-folder-write-current-folder): Renamed from
7377         `wl-folder-write-current-newsgroup'.
7378
7379 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7380
7381         * Version number is increased to 2.3.93.
7382
7383 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7386         (wl-ldap-make-matched-value-list): Ditto.
7387         (wl-ldap-alias-safe-string): Split e-mail address.
7388
7389         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7390         petname folder default was selected.
7391         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7392         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7393
7394 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7397         to `wl-draft-config-exec'.
7398
7399         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7400         instead of calling `wl-draft-config-exec';
7401         Process group-list and show recipients in minibuffer.
7402
7403         * tm-wl.el (wl-draft-preview-message): Ditto.
7404
7405 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7406
7407         * wl.el (toplevel): Added (C) to copyright notice, and
7408         sync Author header.
7409         * tm-wl.el (toplevel): Ditto.
7410         * wl-address.el (toplevel): Ditto.
7411         * wl-demo.el (toplevel): Ditto.
7412         * wl-dnd.el (toplevel): Ditto.
7413         * wl-draft.el (toplevel): Ditto.
7414         * wl-e21.el (toplevel): Ditto.
7415         * wl-expire.el (toplevel): Ditto.
7416         * wl-folder.el (toplevel): Ditto.
7417         * wl-highlight.el (toplevel): Ditto.
7418         * wl-message.el (toplevel): Ditto.
7419         * wl-mime.el (toplevel): Ditto.
7420         * wl-mule.el (toplevel): Ditto.
7421         * wl-nemacs.el (toplevel): Ditto.
7422         * wl-refile.el (toplevel): Ditto.
7423         * wl-score.el (toplevel): Ditto.
7424         * wl-summary.el (toplevel): Ditto.
7425         * wl-template.el (toplevel): Ditto.
7426         * wl-thread.el (toplevel): Ditto.
7427         * wl-util.el (toplevel): Ditto.
7428         * wl-vars.el (toplevel): Ditto.
7429         * wl-xmas.el (toplevel): Ditto.
7430
7431 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7432
7433         * wl.el (wl-init): Added comment about `wl-init-hook'.
7434         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7435         * wl-vars.el (wl-init-hook): Added docs.
7436         (wl-make-plugged-hook): Removed useless docs.
7437         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7438         * wl-xmas.el (toplevel): Ditto.
7439
7440 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7441
7442         * wl-address.el (toplevel): Fixed multiple Author header format.
7443         * wl-demo.el (toplevel): Ditto.
7444         * wl-draft.el (toplevel): Ditto.
7445         * wl-folder.el (toplevel): Ditto.
7446         * wl-summary.el (toplevel): Ditto.
7447         * wl-thread.el (toplevel): Ditto.
7448         * wl-util.el (toplevel): Ditto.
7449         * wl-vars.el (toplevel): Ditto.
7450         * wl-version.el (toplevel): Ditto.
7451         * wl-xmas.el (toplevel): Ditto.
7452         * wl.el (toplevel): Ditto.
7453
7454         * wl-version.el (toplevel): Added require `elmo-version' for
7455         `product-version-as-string'.
7456
7457 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-vars.el (wl-draft-send-hook): Changed default value to
7460         '(wl-draft-config-exec).
7461
7462         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7463         explicitly.
7464         (wl-draft): Set `wl-draft-config-exec-flag' before running
7465         `wl-mail-setup-hook'.
7466
7467         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7468         `wl-biff-init-icons' to `wl-init-hook' instead of
7469         `wl-make-plugged-hook'.
7470         (Because if `wl-draft' command is invoked at first,
7471         they are not initialized)
7472         Updated copyright notice.
7473
7474         * wl-e21.el (toplevel): Ditto;
7475
7476         * wl-demo.el (toplevel): Updated copyright notice.
7477         * wl-address.el (toplevel): Ditto.
7478         * wl-draft.el (toplevel): Ditto.
7479         * wl-version.el (toplevel): Ditto.
7480         * wl-folder.el (toplevel): Ditto.
7481         * wl-summary.el (toplevel): Ditto.
7482         * wl-thread.el (toplevel): Ditto.
7483         * wl-util.el (toplevel): Ditto.
7484         * wl-vars.el (toplevel): Ditto.
7485         * wl.el (toplevel): Ditto.
7486
7487 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-highlight.el (wl-highlight-message): Fixed problem of
7490         highlighting failure which occured when the last field contains
7491         multiple lines in the draft buffer.
7492
7493         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7494         `wl-biff-start' if plugged.
7495
7496         * wl-util.el (wl-biff-check-folder): New function.
7497         (wl-biff-check-folders): Don't set session name prefix.
7498         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7499         (wl-biff-check-folder-async): Ditto.
7500
7501         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7502         in email address.
7503
7504 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7505
7506         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7507
7508         * wl-draft.el (wl-draft-strip-subject-re): New function.
7509
7510         * wl-draft.el (wl-draft-reply): Use it.
7511
7512 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-message.el (wl-mmelmo-message-redisplay): Use
7515         `mime-display-message' instead of `wl-mime-display-message'.
7516
7517         * wl-mime.el (toplevel): Removed compatibility workaround
7518         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7519         (wl-mime-display-message): Abolished.
7520         (wl-mime-entity-read-field): Ditto.
7521         (wl-mime-combine-message/partial-pieces): Use
7522         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7523
7524 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7525
7526         * wl-template.el: Doc fixes.
7527
7528 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7529
7530         * wl-e21.el (wl-message-overload-functions): Do nothing if
7531         `current-local-map' is not available.
7532         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7533
7534 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7537         representation.
7538
7539         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7540         number.
7541         (wl-fldmgr-save-folders): Don't use `format' when insert
7542         `wl-fldmgr-folders-header'.
7543
7544 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7545
7546         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7547
7548 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7549
7550         * wl-highlight.el (wl-highlight-message):
7551         Use `std11-field-end' to detect end point of the header field.
7552         Refer `wl-highlight-max-header-size'.
7553
7554         * wl-vars.el (wl-highlight-max-header-size): New variable.
7555
7556         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7557
7558         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7559         Set `for-draft' argument of wl-highlight-headers.
7560         (wl-draft): Ditto.
7561         (wl-draft-reedit): Ditto.
7562         (wl-user-agent-compose-internal): Ditto.
7563
7564 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7565
7566         * wl-message.el (wl-message-add-button): Use overlay.
7567
7568 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7571
7572         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7573         problem when group-list content is nothing.
7574         (Reported by Mito <mit@nines.nec.co.jp>)
7575
7576 2000-10-18  SAITO Atsunori <sai@yedo.com>
7577
7578         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7579
7580 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7581
7582         * tm-wl.el (toplevel): Use product-provide.
7583
7584 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * Version number is increased to 2.3.92.
7587
7588 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7589
7590         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7591         title text, use `display' property for left margin under Emacs 21.
7592
7593         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7594         properties.
7595         (wl-plugged-init-icons): Ditto.
7596
7597 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7598
7599         * wl.el (wl-save-status, wl-init): Remove last period in
7600         "...done." message.
7601         * tm-wl.el (wl-summary-burst): Ditto.
7602         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7603         wl-summary-resume-cache-status,
7604         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7605         wl-summary-sync-update3, wl-summary-highlight-msgs,
7606         wl-summary-flush-pending-append-operations,
7607         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7608         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7609         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7610         wl-thread-open-all): Ditto.
7611         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7612         * wl-mime.el (wl-summary-burst): Ditto.
7613         * wl-highlight.el (wl-highlight-summary): Ditto.
7614         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7615         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7616         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7617         * wl-address.el (wl-local-address-init): Ditto.
7618
7619 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7620
7621         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7622         `add-text-properties'.
7623         (wl-plugged-init-icons): Ditto.
7624         (wl-folder-init-icons): Use `propertize' instead of
7625         `put-text-property'.
7626         (wl-plugged-set-folder-icon): Ditto.
7627         (wl-e21-highlight-folder-group-line): Ditto.
7628
7629 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-version.el (wl-version-status-alist): New variable.
7632         (wl-version-status): New function.
7633
7634         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7635         "Cc" part of the case "Reply-To".
7636
7637         * wl-draft.el (wl-draft-reply): Use result of
7638         `eword-extract-address-components'.
7639
7640         * wl-demo.el (wl-demo-icon-name): New constant.
7641         (wl-logo-xpm): Use it.
7642         (wl-logo-xbm): Ditto.
7643         (wl-logo-bitmap): Ditto.
7644
7645         * Version number is increased to 2.3.91.
7646
7647 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7648
7649         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7650         (wl-extended-emacs-version, wl-extended-emacs-version2,
7651         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7652         docstring.
7653
7654         * wl-version.el (wl-generate-user-agent-string-1): New function.
7655         (wl-generate-user-agent-string): Use it.
7656
7657         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7658         `mime-edit-insert-user-agent-field'.
7659         (wl-generate-user-agent-string): Check
7660         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7661
7662         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7663         instead of `if', when verbose case.
7664
7665 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7666
7667         * wl-expire.el (wl-summary-expire): Fix.
7668
7669 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7670
7671         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7672         and `elmo-lost+found-folder' if 'wl-draft.
7673         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7674
7675 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7676
7677         * wl-expire.el (wl-summary-expire): Change messages.
7678         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7679         `deleing-info' instead of "Deleting..."
7680
7681 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7682
7683         * wl-summary.el (wl-summary-refile-subr): Fix.
7684
7685 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7686
7687         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7688         if pipe folder.
7689
7690 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7691
7692         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7693
7694 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7695
7696         * wl-expire.el (wl-expire-hide): New function.
7697         (wl-summary-expire): Add `hide'.
7698
7699 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * wl-vars.el (wl-draft-reply-without-argument-list):
7702         Changed default value to consider `Reply-To:'.
7703         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7704
7705         * Version number is increased to 2.3.90.
7706
7707         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7708         elmo-imap4-get-session with unwind-protect.
7709         Don't cause error.
7710         (wl-summary-sync-marks): Don't check plugged nor folder type.
7711         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7712         (Always keep current buffer).
7713
7714 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7715
7716         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7717         Enclose with `save-excursion'.
7718
7719 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7720
7721         * wl-version.el (wl-version): Remove interactive.
7722
7723 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7724
7725         * wl-version.el (wl-generate-user-agent-string): Use
7726         `product-string-verbose' instead of `product-string-1'.
7727
7728 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7729
7730         * wl-vars.el (wl-draft-use-cache): New variable.
7731         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7732         if wl-draft-use-cache is non-nil.
7733
7734 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7735
7736         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7737         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7738
7739 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7742         (wl-thread-msg-mark-as-unread): Ditto.
7743
7744         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7745         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7746         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7747         Don't set mark in summary if return value of `elmo-mark-as-read'
7748         is nil.
7749         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7750         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7751         instead of `wl-thread-msg-mark-as-read'.
7752         (wl-summary-mark-as-unread-region): Ditto.
7753         (wl-summary-target-mark-mark-as-read): Ditto.
7754
7755         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7756
7757 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7760
7761         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7762
7763 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7766         face.
7767
7768 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7769
7770         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7771         `running-xemacs'.
7772
7773 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7774
7775         * wl-version.el (toplevel): Use `product-version-as-string' for
7776         set verstion-string, if defined.
7777
7778         * wl-version.el (wl-version-show): Insert string at point, when
7779         call with argument.
7780
7781         * wl-version.el (wl-generate-user-agent-string): Use
7782         `product-string-1' instead of `wl-appname', `wl-version' and
7783         `wl-codename'.
7784
7785 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7786
7787         * wl-address.el (toplevel): Use product-provide.
7788         * wl-demo.el (toplevel): Ditto.
7789         * wl-dnd.el (toplevel): Ditto.
7790         * wl-draft.el (toplevel): Ditto.
7791         * wl-e21.el (toplevel): Ditto.
7792         * wl-expire.el (toplevel): Ditto.
7793         * wl-fldmgr.el (toplevel): Ditto.
7794         * wl-folder.el (toplevel): Ditto.
7795         * wl-highlight.el (toplevel): Ditto.
7796         * wl-message.el (toplevel): Ditto.
7797         * wl-mime.el (toplevel): Ditto.
7798         * wl-mule.el (toplevel): Ditto.
7799         * wl-nemacs.el (toplevel): Ditto.
7800         * wl-refile.el (toplevel): Ditto.
7801         * wl-score.el (toplevel): Ditto.
7802         * wl-summary.el (toplevel): Ditto.
7803         * wl-template.el (toplevel): Ditto.
7804         * wl-thread.el (toplevel): Ditto.
7805         * wl-util.el (toplevel): Ditto.
7806         * wl-vars.el (toplevel): Ditto.
7807         * wl-xmas.el (toplevel): Ditto.
7808         * wl.el (toplevel): Ditto.
7809
7810 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7811
7812         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7813         instead of product.
7814
7815         * wl-version.el (wl-version): Compile time evalution elmo-version.
7816
7817 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7818
7819         * wl-summary.el (wl-summary-sync-force-update): Append queue
7820         `mark-as-read'if unplugged.
7821
7822 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7823
7824         * wl-version.el: New file.  Use product.el.
7825         * wl.el: add (require 'wl-version).
7826         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7827         for ~/.folders header.
7828         (wl-fldmgr-folders-header): Changed.
7829         * wl-demo.el (wl-demo): Use product.el.
7830
7831         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7832         wl-version.el.
7833         * wl-util.el (wl-version, wl-version-show): Ditto.
7834
7835         * wl-util.el (wl-generate-user-agent-string,
7836         wl-extended-emacs-version, wl-extended-emacs-version2,
7837         wl-extended-emacs-version3): Move to wl-version.el.
7838         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7839         xemacs-codename, mime-edit-insert-user-agent-field,
7840         mime-edit-user-agent-value, mime-editor/version,
7841         mime-editor/codename): Compile warning killer move to
7842         wl-version.el
7843
7844 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7845
7846         * wl-summary.el (wl-summary-refile-subr): Fix.
7847
7848 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7851         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7852
7853 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7854
7855         * wl.el (wl-check-environment): Check too many `@'.
7856
7857 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7858
7859         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7860
7861 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7862
7863         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7864         wl-draft-reply-myself-without-argument-list): Add variables.
7865         * wl-draft.el (wl-draft-reply): Use it.
7866
7867 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7868
7869         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7870         the 5th argument of `elmo-network-get-spec'.
7871
7872         * wl-thread.el (wl-thread-reparent-children): New inline function.
7873         (wl-thread-delete-message): Use it.
7874
7875         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7876         (wl-summary-score-update-all-lines): Don't use `dolist'.
7877
7878 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7879
7880         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7881         (require 'elmo-msgdb) for inline function.
7882
7883 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7884
7885         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7886
7887 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7888
7889         * wl-score.el (wl-score-headers): Fix for the confusing macro
7890         `elmo-kill-buffer'.
7891
7892 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7893
7894         * wl-summary.el: Don't use the 3rd argument of `require' because
7895         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7896         * wl-util.el: Ditto.
7897         * wl-draft.el: Ditto.
7898
7899 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7900
7901         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7902         window system is not used.
7903
7904 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7905
7906         * wl-thread.el: Don't use `mapcar' only for iteration.
7907         (wl-thread-resume-entity): Ditto.
7908         (wl-thread-delete-message): Ditto.
7909
7910         * wl-summary.el: Bind `dragdrop-drop-functions',
7911         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7912         of `require' for `timezone', `easymenu' and `ps-print';
7913         don't use `mapcar' only for iteration.
7914
7915         * wl-util.el: Bind `mule-version', `nemacs-version',
7916         `emacs-beta-version', `xemacs-codename',
7917         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7918         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7919         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7920         only for iteration.
7921
7922         * wl-score.el: Don't use `mapcar' only for iteration.
7923         (wl-score-simplify-buffer-fuzzy): Ditto.
7924         (wl-score-simplify-subject): Ditto.
7925         (wl-score-headers): Ditto.
7926         (wl-summary-score-update-all-lines): Ditto.
7927
7928         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7929         `enable-multibyte-characters' and `mule-version'.
7930
7931         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7932         `mapcar' only for iteration.
7933
7934         * wl-demo.el: Don't use `mapcar' only for iteration.
7935
7936         * wl-folder.el: Don't use `mapcar' only for iteration.
7937         (wl-folder-open-all): Ditto.
7938         (wl-folder-count-incorporates): Ditto.
7939
7940         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7941         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7942
7943         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7944         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7945         `smtp-connection-type'; specify 3rd argument of `require' for
7946         `timezone'; don't use `mapcar' only for iteration.
7947         (wl-draft-clone-local-variables): Don't use `mapcar'.
7948         (wl-draft-generate-clone-buffer): Ditto.
7949         (wl-user-agent-compose-internal): Ditto.
7950
7951         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7952
7953         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7954         (wl-save-status): Ditto.
7955
7956         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7957         for iteration.
7958
7959 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7962         removed `Date'.
7963         (wl-fldmgr-make-filter-default): New user option.
7964
7965         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7966         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7967         (wl-fldmgr-filter-completion-alist): Abolish.
7968
7969         * wl.el (wl): Don't check servers if arg is non-nil.
7970
7971         * wl-draft.el (wl-draft-reply): Set only message-id string to
7972         In-Reply-To field.
7973
7974 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7975
7976         * wl-summary.el (wl-summary-pick): Rewrite.
7977
7978         * wl-draft.el (wl-draft-forward): Get references field from
7979         original buffer.
7980         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7981
7982 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7983
7984         * wl-draft.el (wl-draft-forward): Add references field.
7985
7986 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7987
7988         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7989         (wl-draft-reply): Use it.
7990
7991 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7992
7993         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7994         when Emacs 21 is running.
7995
7996         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7997         bindings.
7998
7999 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8000
8001         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8002         XPM icons transparent.
8003
8004         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8005         Emacs 21.
8006
8007 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8008
8009         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8010         nil.
8011
8012         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8013         when it is persistent.
8014         (wl-summary-sync-marks): Changed argument for
8015         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8016         (wl-summary-virtual): Use `elmo-read-search-condition'.
8017         (wl-summary-redisplay-internal): If folder is local, mark as read
8018         even when folder is plugged.
8019
8020 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8021
8022         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8023         of `tool-bar-lines' in the frame parameters.
8024         (after-make-frame-functions, post-command-hook): Don't modify the
8025         value.
8026         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8027         wl-e21-tool-bar-lines): Removed.
8028
8029 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8030
8031         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8032         properties `evaporate' and `wl-momentary-overlay' as well.
8033         (wl-highlight-summary-displaying): Ditto.
8034         (wl-delete-all-overlays): Don't delete overlay which does not have
8035         a property `wl-momentary-overlay'.
8036
8037         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8038         `display-mouse-p' and `display-graphic-p'.
8039         (wl-folder-init-icons): Don't search for XBM or the other files.
8040         (wl-plugged-set-folder-icon): Make icons if and only if
8041         `display-graphic-p' returns non-nil.
8042         (wl-highlight-plugged-current-line): Use `before-string' overlay
8043         property to show icon images.
8044         (wl-highlight-folder-current-line): Ditto.
8045         (wl-e21-highlight-folder-group-line): Ditto.
8046         (wl-e21-highlight-folder-by-numbers): Ditto.
8047         (wl-e21-insert-image): Removed.
8048         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8049         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8050         said.
8051         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8052         `wl-e21-force-switch-toolbar'.
8053         (wl-e21-make-icon-image): Removed.
8054         (wl-e21-setup-toolbar): Don't search for XBM files.
8055         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8056         the default value.
8057
8058 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-util.el (wl-biff-check-folder-async): Set
8061         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8062
8063 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8064
8065         * wl-e21.el (after-make-frame-functions): Add
8066         `wl-e21-force-switch-toolbar'.
8067         (wl-e21-force-switch-toolbar): New function force to switch the
8068         toolbar appearance automatically.
8069         (post-command-hook): Add `wl-e21-switch-toolbar'.
8070         (wl-e21-switch-toolbar): New function to switch the toolbar
8071         appearance automatically.
8072         (wl-e21-tool-bar-lines): New buffer local variable.
8073
8074 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8075
8076         * wl-util.el (wl-biff-check-folders-running): New variable.
8077         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8078         (wl-biff-check-folder-async-callback):
8079         Set `wl-biff-check-folders-running'.
8080         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8081         with unwind-protect.
8082
8083         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8084         Enclose `wl-folder-auto-check' with unwind-protect.
8085
8086         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8087         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8088
8089         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8090
8091         * wl-util.el (wl-biff-notify): New inline function.
8092         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8093         locally.
8094         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8095         folder-list' is 1.
8096         Use `wl-biff-notify'.
8097         (wl-biff-check-folder-async-callback): New function.
8098         (wl-biff-check-folder-async): Ditto.
8099
8100         * wl-folder.el (wl-folder): Don't check folders.
8101         (wl-folder-auto-check): New function.
8102
8103 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8104
8105         * wl-util.el (wl-biff-start) [Emacs19+]:
8106         Use `timer-next-integral-multiple-of-time'.
8107         (wl-biff-check-folders): Use `wl-default-folder'
8108         if `wl-biff-check-folder-list' is nil.
8109
8110 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8111
8112         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8113         instead of `elmo-delete-lists'.
8114
8115 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8116
8117         * wl.el (wl-plugged-toggle-all): Set the value of
8118         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8119         (wl-plugged-toggle): Ditto.
8120         (wl-toggle-plugged): Ditto.
8121         (wl-plugged-init): Ditto.
8122
8123         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8124         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8125         instead of `wl-biff-state-indicator-off' and
8126         `wl-biff-state-indicator-on'; don't modify the value and the type
8127         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8128         (wl-plugged-init-icons): Set icons data to
8129         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8130         instead of `wl-plug-state-indicator-off' and
8131         `wl-plug-state-indicator-on'; don't modify the value and the type
8132         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8133
8134         * wl-vars.el (wl-modeline-biff-state-off,
8135         wl-modeline-biff-state-on, wl-modeline-biff-status,
8136         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8137         wl-modeline-plug-status): New internal variables.
8138         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8139         wl-biff-check-interval, wl-biff-check-folder-list): Change
8140         customization group from `wl-folder' to `wl-highlight'.
8141         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8142         wl-show-plug-status-on-modeline): Defcustomized.
8143
8144         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8145         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8146         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8147         a flag to `mode-line-buffer-identification'.
8148
8149         * wl-e21.el (wl-biff-init-icons): Set icons data to
8150         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8151         instead of `wl-biff-state-indicator-off' and
8152         `wl-biff-state-indicator-on'.
8153         (wl-plugged-init-icons): Set icons data to
8154         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8155         instead of `wl-plug-state-indicator-off' and
8156         `wl-plug-state-indicator-on'.
8157
8158 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8159
8160         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8161         excessive titles.
8162
8163 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8164
8165         * wl.el (wl-plugged-mode): Use revised
8166         `wl-mode-line-buffer-identification'.
8167         (wl-plugged-init): Don't use `force-mode-line-update'.
8168
8169         * wl-xmas.el (wl-draft-overload-functions): Use revised
8170         `wl-mode-line-buffer-identification'.
8171         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8172         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8173         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8174         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8175         `wl-make-plugged-hook';
8176         add `wl-folder-init-icons' and `wl-setup-folder' to
8177         `wl-folder-mode-hook'.
8178
8179         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8180         19 as well.
8181         (wl-mode-line-display-priority-list): New user option.
8182         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8183         Defcustomized.
8184         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8185         Add docs.
8186
8187         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8188         start.
8189         (wl-mode-line-buffer-identification): Revised as a function.
8190
8191         * wl-summary.el (wl-summary-mode): Use revised
8192         `wl-mode-line-buffer-identification'; don't call
8193         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8194         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8195         `wl-xmas-setup-summary'.
8196
8197         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8198         `wl-mode-line-buffer-identification'.
8199
8200         * wl-mule.el (wl-draft-overload-functions): Use revised
8201         `wl-mode-line-buffer-identification'.
8202
8203         * wl-folder.el (wl-make-plugged-alist): Don't call
8204         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8205         (wl-folder): Don't call `wl-folder-init-icons' directly.
8206         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8207         `wl-xmas-setup-folder' directly;
8208         use revised `wl-mode-line-buffer-identification'.
8209         (TopLevel): Don't bind `wl-biff-init-icons',
8210         `wl-plugged-init-icons', `wl-folder-init-icons',
8211         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8212
8213         * wl-e21.el (wl-draft-overload-functions): Use revised
8214         `wl-mode-line-buffer-identification'.
8215         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8216         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8217         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8218         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8219         `wl-make-plugged-hook';
8220         add `wl-folder-init-icons' and `wl-setup-folder' to
8221         `wl-folder-mode-hook'.
8222
8223 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8224             Katsumi Yamaoka    <yamaoka@jpl.org>
8225
8226         * wl.el (wl): Call `wl-biff-start'.
8227         (wl-exit): Call `wl-biff-stop'.
8228         (wl-plugged-mode): Show biff in modeline.
8229         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8230
8231         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8232         (wl-biff-init-icons): New function.
8233         (wl-plugged-init-icons): Don't make too much keymaps.
8234         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8235
8236         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8237         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8238         variables.
8239         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8240         options.
8241
8242         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8243         wl-biff-start, wl-biff-stop): New functions.
8244         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8245         (wl-biff-timer-name): New variable.
8246
8247         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8248
8249         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8250         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8251
8252         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8253         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8254
8255         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8256         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8257         `wl-folder-init-icons' to `ignore' if they are not available.
8258         (wl-folder-mode): Show biff in modeline.
8259
8260         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8261         (wl-biff-init-icons): New function.
8262         (wl-plugged-init-icons): Don't make too much keymaps.
8263         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8264
8265 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8266
8267         * wl-vars.el (wl-strict-diff-folders): Customization Type
8268         and doc fix.  Define as a list of regular expressions for
8269         folders or nil.
8270         * wl-folder.el (wl-folder-check-one-entity): Use
8271         `wl-string-match-member' instead of `wl-string-member' for
8272         `wl-strict-diff-folders'.
8273
8274 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8275
8276         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8277         (wl-highlight-folder-current-line): Use it; new implementation.
8278         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8279         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8280         `defsubst' instead of `defun'.
8281
8282         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8283         `wl-highlight-group-folder-by-numbers'; made it can also be a
8284         number.  See info for more details.
8285
8286         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8287         running.
8288
8289         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8290         to bind them.
8291
8292         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8293         (wl-highlight-folder-current-line): New implementation.
8294
8295         * wl-highlight.el (wl-highlight-folder-group-line): New
8296         implementation.
8297         (wl-delete-all-overlays): Rewrite as a marco.
8298         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8299
8300         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8301         running.
8302         (wl-folder-*-glyph): No need to bind them.
8303
8304         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8305         `wl-e21-highlight-folder-group-icon'; rewrite.
8306         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8307         `defsubst' instead of `defun'.
8308         (wl-folder-mode-map): Bind it when compiling.
8309
8310 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8311
8312         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8313
8314         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8315
8316 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8317
8318         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8319
8320 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8321
8322         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8323         (wl-highlight-folder-current-line): Use it.
8324
8325         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8326         in `id-name'.
8327
8328 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8329
8330         * wl.el: Require `wl-e21' when Emacs 21 is running.
8331
8332         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8333         default when Emacs 21 is running.
8334         (wl-use-highlight-mouse-line): Ditto.
8335         (wl-on-emacs21): New constant.
8336         (wl-on-emacs20): Removed.
8337
8338         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8339         Emacs 21 is running.
8340
8341         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8342         Emacs 21 is running.
8343
8344         * wl-e21.el: New file.
8345
8346 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8347
8348         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8349         (wl-toggle-plugged): Ditto.
8350         (wl-plugged-toggle): Ditto.
8351         (wl-plugged-toggle-all): Ditto.
8352
8353         * wl-vars.el (wl-plug-state-indicator): Refer
8354         `wl-plug-state-indicator-on' indirectly.
8355
8356 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8359         Call `wl-folder-confirm-existence'.
8360
8361         * wl-folder.el (wl-folder-confirm-existence): Added optional
8362         argument `force'.
8363
8364 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8365
8366         * wl-summary.el (wl-summary-refile-subr): Assume
8367         `copy-or-refile' as symbol.
8368         (wl-summary-refile): Follow up above change.
8369         (wl-summary-copy): Ditto.  Doc fix.
8370
8371 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8372
8373         * wl-summary.el (wl-summary-pick): Don't bind
8374         `elmo-search-mime-charset'.
8375
8376         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8377         default using old backquote style.
8378         (wl-search-mime-charset): Abolished.
8379
8380         * wl-highlight.el (wl-highlight-headers):
8381         Call `point' after `re-search-forward'(for Nemacs).
8382
8383         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8384         for elmo-imap4.el.
8385
8386 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8387
8388         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8389         `wl-message-ignored-field-list' instead of
8390         `mime-view-ignored-field-list'.
8391
8392         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8393         Add interactive spec.
8394         (wl-folder-goto-bottom-of-current-folder): Ditto.
8395         (wl-folder-mode-map): Bind them.
8396
8397         * wl-vars.el (wl-message-ignored-field-list): New variable.
8398         (wl-message-visible-field-list): New variable.
8399
8400         * wl-mime.el (wl-mime-header-presentation-method): New function.
8401         (wl-mime-setup): Set header-presentation-method.
8402
8403 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8404
8405         * wl-nemacs.el (wl-draft-overload-functions): Set
8406         `mode-line-buffer-identification' instead of using
8407         `wl-make-modeline'.
8408
8409         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8410         instead of using `wl-make-modeline'.
8411
8412         * wl-xmas.el (wl-plugged-init-icons): Set up
8413         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8414         (wl-make-modeline): Abolish.
8415         (wl-draft-overload-functions): Set
8416         `mode-line-buffer-identification' instead of using
8417         `wl-make-modeline'.
8418
8419         * wl-util.el (wl-make-modeline-subr): Abolish.
8420         (wl-mode-line-buffer-identification): New alias.
8421
8422         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8423         (wl-summary-make-modeline): Abolish.
8424         (wl-summary-buffer-set-folder): Set
8425         `wl-summary-buffer-folder-indicator'.
8426         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8427         of using `wl-make-modeline'.
8428         (wl-summary-switch-to-clone-buffer): Don't set
8429         `mode-line-buffer-identification'.
8430         (wl-summary-goto-folder-subr): Ditto.
8431
8432         * wl-mule.el (wl-draft-overload-functions): Set
8433         `mode-line-buffer-identification' instead of using
8434         `wl-make-modeline'.
8435
8436         * wl-folder.el (wl-folder-mode): Set
8437         `mode-line-buffer-identification' instead of using
8438         `wl-make-modeline'.
8439         (wl-folder): Don't set `mode-line-buffer-identification'.
8440
8441 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8442
8443         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8444         instead of `member' for `wl-refile-guess-func-list' look-ups.
8445         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8446
8447 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8448
8449         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8450         `wl-message-button-dispatcher'.
8451
8452         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8453
8454         * wl-message.el (wl-message-button-dispatcher): Use it.
8455
8456         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8457         "In-Reply-To".
8458
8459         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8460         Bind `case-fold-search' to t.
8461
8462 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8463
8464         * wl-xmas.el (wl-message-overload-functions): Initialize
8465         `wl-message-button-map'.
8466
8467         * wl-mule.el (wl-message-overload-functions): Initialize
8468         `wl-message-button-map'.
8469
8470         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8471
8472         * wl-message.el (wl-message-button-map): New keymap.
8473         (wl-message-add-button): New function.
8474         (wl-message-button-dispatcher): New function.
8475         (wl-message-button-refer-article): New function.
8476
8477         * wl-highlight.el
8478         (wl-highlight-message-add-buttons-to-header): New function.
8479         (wl-highlight-headers): Use it.
8480
8481 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8482
8483         * wl-summary.el (wl-summary-default-from): Use
8484         `wl-address-get-petname-1'.
8485         (wl-summary-simple-from): Ditto.
8486
8487         * wl-address.el (wl-address-get-petname-1): New inline function.
8488         (wl-address-get-petname): Use it.
8489
8490 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8491
8492         * wl-summary.el (wl-summary-default-from): Return full-name part
8493         from the address if no petname was found.
8494         (wl-summary-simple-from): Ditto.
8495
8496         * wl-address.el (wl-address-get-petname): Return nil if no petname
8497         associated with the address was found.
8498
8499 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8500
8501         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8502         display is finished.
8503
8504 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8505
8506         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8507         `elmo-folder-exists-p' argument.
8508
8509 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8510
8511         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8512         the folder.
8513
8514 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8517
8518         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8519         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8520
8521 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8522
8523         * wl-folder.el (wl-folder-create-subr): New function.
8524         (wl-folder-confirm-existence): Use it.
8525         (wl-folder-check-one-entity): Use it.
8526         Check the error symbol is derived from 'elmo-open-error.
8527
8528         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8529         `ignore-error'.
8530
8531 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8532
8533         * wl-util.el (toplevel): Add (eval-when-compile (require
8534         'elmo-util)).  (Maybe `provide' is typo.)
8535
8536 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8539         (I don't know why this was needed.)
8540
8541         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8542         Follow up changes for stream-type.
8543
8544         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8545         (wl-draft-elmo-nntp-send): Ditto.
8546
8547         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8548         (wl-nntp-posting-stream-type): Ditto.
8549         (wl-pop-before-smtp-ssl): Abolished.
8550         (wl-nntp-posting-ssl): Ditto.
8551
8552         * wl-address.el (wl-address-quote-specials): New function.
8553         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8554
8555         * wl-draft.el (wl-draft-reply): Ditto.
8556
8557 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8558
8559         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8560         use function `wl-string-match-assoc'.
8561
8562 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8563
8564         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8565
8566         * wl-draft.el (wl-draft-deduce-address-list): New function.
8567         (wl-draft-parse-mailbox-list): Ditto.
8568         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8569         instead of `smtp-deduce-address-list'.
8570         (wl-draft-on-field-p): Follow group list.
8571
8572         * wl-address.el (wl-address-concat-token): New function.
8573         (wl-address-string-without-group-list-contents): Ditto.
8574         (wl-complete-field-body): Fixed problem of completion
8575         by japanese petname.
8576         (wl-address-make-completion-list): Rewrite.
8577
8578 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8579
8580         * wl-address.el (wl-address-make-completion-list): Completion by
8581         petname.
8582         (wl-complete-field-body): Likewise.
8583
8584 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8587         contains invalid address syntax.
8588
8589 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8590
8591         * wl-folder.el (wl-folder-check-entity-async): Use
8592         `elmo-nntp-spec-hostname'.
8593
8594 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8595
8596         * wl-summary.el (wl-summary-msgdb-load-async): Use
8597         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8598
8599 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8600
8601         * wl-draft.el (wl-draft-reply): Set argument
8602         `content-transfer-encoding' as nil.
8603
8604 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8605
8606         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8607         `wl-refile-alist'.
8608
8609 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8610
8611         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8612         (wl-draft-edit-string): Ditto.
8613         (wl-draft-forward): Ditto.
8614         * wl-summary.el (wl-summary-write): Ditto.
8615
8616 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl-summary.el (wl-summary-sync-update3): Call
8619         `wl-summary-buffer-number-column-detect'.
8620         (wl-summary-buffer-number-column-detect): Search from point-min.
8621
8622 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8623
8624         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8625         contains an address which is not included in original to or cc.
8626
8627 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8628
8629         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8630         begin-line does not exist.
8631         * wl-message.el (wl-message-uu-substring): Ditto.
8632
8633 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8634
8635         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8636         clear local variables.
8637         (wl-summary-exit): Call `elmo-commit'.
8638         (wl-summary-switch-to-clone-buffer): Call
8639         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8640         (wl-summary-goto-folder-subr): Ditto.
8641
8642         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8643         POP folder.
8644
8645 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8648         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8649         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8650         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8651         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8652         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8653
8654         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8655
8656 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8657
8658         * wl-summary.el (wl-summary-search-by-subject):
8659         Search parent message from the latest one.
8660
8661 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8664         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8665
8666         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8667         New user option.
8668
8669         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8670         if elmo-nntp-use-killed-list is nil.
8671         Use `elmo-msgdb-append-to-killed-list'.
8672         (Append numbers confirmed as disappeared to the killed list.)
8673         (wl-summary-confirm-appends): Don't display negative number.
8674
8675 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8676
8677         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8678
8679 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8680
8681         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8682         range is `all'.
8683         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8684         `elmo-list-bigger-diff'.
8685
8686 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8687
8688         * wl-summary.el (wl-summary-buffer-exit-func):
8689         New buffer local variable.
8690         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8691
8692 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8693
8694         * wl-demo.el (wl-demo): Fix the last change.
8695
8696 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8697
8698         * wl-demo.el (wl-demo): Don't use `eval'.
8699
8700 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8701
8702         * wl-summary.el (wl-summary-buffer-thread-modified):
8703         New buffer-local variable.
8704         (wl-summary-set-thread-modified): New function.
8705         (wl-summary-thread-modified-p): New function.
8706         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8707         (wl-summary-yank-saved-message): Use function
8708         `wl-summary-set-thread-modified'
8709         (wl-summary-switch-to-clone-buffer): Add
8710         `wl-summary-buffer-thread-modified'.
8711
8712         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8713         (wl-summary-buffer-mark-saved-hook): Ditto.
8714         * wl-summary.el (wl-summary-msgdb-save): New hook
8715         `wl-summary-buffer-message-saved-hook' and
8716         `wl-summary-buffer-mark-saved-hook'.
8717
8718 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8719
8720         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8721
8722 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8723
8724         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8725         don't hide scroll bars under FSF Emacsen because it may incur an
8726         undesirable redrawing.
8727
8728 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8729
8730         * wl-draft.el (wl-draft-edit-string): Call
8731         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8732
8733 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8734
8735         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8736
8737 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8738
8739         * wl-summary.el (wl-summary-msgdb-load-async): Call
8740         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8741
8742 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8743
8744         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8745         fringes in demo buffer; center bitmap logo correctly even if old
8746         Mule is used.
8747
8748 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8749
8750         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8751
8752         * wl-refile.el (wl-refile-subject-alist): New variable.
8753         (wl-refile-subject-alist-file-name): Ditto.
8754         (wl-refile-alist-setup): Rewrite.
8755         (wl-refile-alist-save): Use `elmo-object-save'.
8756         Eliminated arguments.
8757         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8758         (wl-refile-guess-by-subject): New function.
8759         (wl-refile-guess-func-list): Added it.
8760
8761 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8762
8763         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8764         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8765
8766 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8767
8768         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8769         New buffer-local variable.
8770         (wl-summary-buffer-next-folder-func): Ditto.
8771         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8772         if non-nil.
8773         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8774         if non-nil.
8775         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8776         if non-nil.
8777         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8778         if non-nil.
8779
8780 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8781
8782         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8783         permanently in the demo buffer.
8784
8785 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8786
8787         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8788         `mime-entity-fetch-field'.
8789
8790         * wl.el (wl-exit): Delete plugged buffer.
8791
8792         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8793         XEmacs has menubar feature.
8794
8795 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8796
8797         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8798         cannot arrive at the beginning of the buffer under old Emacsen.
8799
8800 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * wl-address.el (wl-address-ldap-search):
8803         Call `ldap-search-entries' with `withdn' argument t.
8804         (wl-complete-field-body): Bind completion-ignore-case as t.
8805         Clear ldap search hash when it was sole completion.
8806         Use elmo-string for pattern string.
8807         (wl-ldap-alias-safe-string): Eliminated needless let.
8808
8809 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8810
8811         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8812         (wl-ldap-alias-sep): New constant.
8813         (wl-ldap-search-attribute-type-list): Ditto.
8814         (wl-ldap-get-value): New function.
8815         (wl-ldap-make-filter): Ditto.
8816         (wl-ldap-make-matched-value-list): Ditto.
8817         (wl-ldap-alias-safe-string): Ditto.
8818         (wl-ldap-register-dn-string): Ditto.
8819         (wl-address-ldap-search): Rewrite.
8820
8821 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8822
8823         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8824         thread is deleted.
8825         (wl-thread-delete-line-from-buffer): Ditto.
8826         (wl-thread-get-exist-children): New function.
8827
8828 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8829
8830         * wl-demo.el (wl-demo): Made it to select various image types.
8831         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8832         from `wl-title-logo'.
8833         (wl-logo-ascii): New variable.
8834         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8835         (wl-demo-copyright-notice): New constant.
8836
8837         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8838
8839 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8840
8841         * wl-vars.el (wl-summary-target-above): Renamed from
8842         wl-summary-temp-above.
8843         * wl-score.el (wl-score-get-score-alist): Use it.
8844         (wl-summary-score-update-all-lines): Use it.
8845         * wl-summary.el: Ditto. (make-variable-buffer-local).
8846
8847 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-vars.el (wl-ldap-port): New user option.
8850
8851         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8852         Rewite whole implementation.
8853         (wl-complete-field-body): Fixed.
8854
8855 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8856
8857         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8858         Choose implementation at compile time.
8859
8860 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8861
8862         * wl-address.el (wl-ldap-search-internal): New function.
8863         (wl-complete-field-to): Use it.
8864
8865 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8868         Use `let' instead of `let*'.
8869         Require 'wl-vars.
8870
8871         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8872         Define as defcustom.
8873         (wl-ldap-base): Ditto.
8874         (wl-use-ldap): Ditto.
8875
8876 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8877
8878         * wl-address.el (wl-ldap-search): New function.
8879         (wl-complete-field-body): Use `wl-ldap-search'.
8880         (wl-ldap-server): New variable.
8881         (wl-ldap-base): Ditto.
8882         (wl-use-ldap): Ditto.
8883
8884 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8885
8886         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8887         (Pointed out by Mito <mit@nines.nec.co.jp>).
8888         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8889         buffer-local variables like `wl-summary-redisplay-internal'.
8890         (wl-summary-redisplay-all-header): Likewise.  Update
8891         Summary view too.
8892
8893 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8894
8895         * wl-summary.el (wl-summary-jump-to-parent-message):
8896         Consider prefix argument.
8897
8898         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8899         when closed thread is deleted.
8900
8901 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8902
8903         * wl-summary.el (wl-summary-jump-to-parent-message):
8904         Consider thread modification.
8905
8906 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8907
8908         * wl-message.el (wl-message-normal-get-original-buffer): Use
8909         `save-excursion'.
8910
8911         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8912         (wl-summary-showto-folder-regexp): Ditto.
8913
8914 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8915
8916         * wl-util.el (wl-delete-alist): Doc fix.
8917         (wl-delete-associations): New function.
8918         (wl-inverse-alist): New function.
8919         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8920         Split temporary variables. Use `wl-delete-associations'
8921         and `wl-inverse-alist'.
8922         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8923
8924 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8925
8926         * wl-folder.el (wl-folder-prefetch-entity):
8927         Execute prefetching if new count is unknown.
8928
8929 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8930
8931         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8932
8933         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8934         delete entity.
8935         (wl-thread-set-parent): If insert as top, set linked as nil.
8936
8937         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8938         `wl-thread-cleanup-symbols' when view mode is thread.
8939
8940 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8941
8942         * wl-folder.el (wl-folder-create-folder-entity): Use
8943         with-current-buffer.
8944         (wl-local-folder-init): Call set-buffer to make sure we are in
8945         the Folder buffer. Don't touch buffer-local variables here.
8946         (wl-folder-mode): Initialize buffer-local variables here.
8947
8948         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8949         (wl-folder-entity-assign-id): Ditto.
8950         (wl-folder-create-entity-hashtb): Ditto.
8951         (wl-local-folder-init): Ditto.
8952         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8953
8954 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8955
8956         * wl-summary.el (wl-summary-default-from): Fix probrem when
8957         std11-extract-address-components return (nil "foo@bar").
8958
8959 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8960
8961         * wl-draft.el (wl-draft-clone-local-variables):
8962         Remove redundant `setq'.
8963
8964 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8965
8966         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8967         Bind wl-highlight-x-face-func as nil while highlighting header.
8968
8969 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8970
8971         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8972
8973 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8974
8975         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8976         elmo-msgdb-overview-hashtb from copy-variables.
8977         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8978         instead of `elmo-msgdb-overview-get-entity-by-number'.
8979         (wl-summary-auto-refile): Ditto.
8980
8981         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8982         `elmo-msgdb-overview-get-entity' instead of
8983         `elmo-msgdb-search-overview-entity'.  Use
8984         `elmo-msgdb-overview-get-entity' instead of
8985         `elmo-msgdb-overview-get-entity-by-number'.
8986         (wl-thread-insert-entity-sub): Ditto.
8987         (wl-thread-insert-message): Ditto.
8988
8989         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8990         `elmo-msgdb-overview-get-entity'.
8991         (wl-normal-message-redisplay): Ditto.
8992
8993 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8994
8995         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8996         `wl-thread-entities'.
8997         (wl-thread-delete-message): Fix remove top message from
8998         `wl-thread-entity-list'.
8999
9000         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9001         wl-append(nconc), because update-list is broken on Meadow.
9002
9003         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9004         updating process.
9005         (wl-summary-rescan): Ditto.
9006         (wl-summary-sync-update3): Ditto.
9007         * wl-thread.el (wl-thread-set-parent): Renamed from
9008         `wl-summary-set-parent'.
9009         (wl-thread-insert-message): Updating buffer faster.
9010         (wl-thread-delete-message): Updating buffer faster.
9011
9012         * wl-score.el (wl-summary-score-update-all-lines): Changed
9013         interval for display progress gauge.
9014
9015 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9016
9017         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9018         folder always-sticky.
9019         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9020         defmacro.
9021
9022 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * wl-vars.el (wl-draft-add-references): New user option.
9025
9026         * wl-draft.el (wl-draft-add-references): New function.
9027         (wl-draft-yank-from-mail-reply-buffer): Use it.
9028         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9029         as nil.
9030
9031 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9032
9033         * wl-thread.el (wl-thread-update-line-msgs): Called
9034         `wl-thread-update-line-on-buffer-sub'.
9035         (wl-thread-update-line-on-buffer): Delete routine of inserting
9036         thread.
9037         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9038         moved from `wl-thread-update-line-on-buffer'.
9039         Add threshold for displaying progress gauge.
9040         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9041         argument of `wl-thread-update-line-msgs'.
9042         Add threshold for displaying progress gauge.
9043         * wl-folder.el:
9044         Add threshold for displaying progress gauge.
9045         * wl-score.el: Ditto.
9046
9047         * wl-expire.el (wl-summary-expire): Display deleting info.
9048
9049 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9050
9051         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9052         `no-msg'.
9053         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9054         argument of `wl-thread-update-line-msgs'.
9055         (wl-summary-set-parent): Added optional argument `parent-number'.
9056         (wl-summary-buffer-saved-message): New buffer local variable.
9057         (wl-summary-save-current-message): New command.
9058         (wl-summary-yank-saved-message): Ditto.
9059         (wl-summary-mode-map): Added key binding for
9060         `wl-summary-save-current-message' (\ew) and
9061         `wl-summary-yank-saved-message' (\C-y).
9062         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9063
9064 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9065
9066         * wl-summary.el (wl-summary-mode-map): Added key binding for
9067         `wl-summary-set-parent' (ts).
9068
9069 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9070
9071         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9072         subject faster. If thread number is reverse, delayed updating
9073         thread.
9074         (wl-summary-search-by-subject): Ditto.
9075         (wl-summary-put-alike): Ditto.
9076         (wl-summary-get-alike): Ditto.
9077         (wl-summary-insert-headers): Insert header of all overview in
9078         buffer.
9079         (wl-summary-rescan): Delayed updating thread. Kill search subject
9080         buffer for wl-summary-search-by-subject.
9081         (wl-summary-sync-update3): Ditto.
9082         (wl-summary-exit): Ditto.
9083         (wl-summary-goto-bottom-of-current-thread): Change for linked
9084         thread.
9085         (wl-summary-overview-create-summary-line): Change line for linked
9086         thread.
9087
9088         * wl-summary.el (wl-summary-update-thread): Use
9089         wl-thread-maybe-get-children-num.
9090         (wl-summary-set-parent): If change parent, move sub thread.
9091         (wl-summary-redisplay-internal): Add horizontal recenter.
9092         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9093
9094         * wl-thread.el (wl-thread-entity-get-linked): New function.
9095         (wl-thread-entity-set-linked): New function.
9096         (wl-thread-create-entity): Add linked element.
9097         (wl-thread-entity-insert-as-top): Use wl-append.
9098         (wl-thread-maybe-get-children-num): If closing thread, return
9099         children msgs.
9100         (wl-thread-update-line-msgs): Displaying progress message.
9101         (wl-thread-update-line-on-buffer-sub): Use
9102         wl-thread-maybe-get-children-num.
9103         (wl-thread-update-line-on-buffer): If update line is not exists,
9104         insert thread.
9105         (wl-thread-delete-message): If delete top msg of thread, search
9106         parent by subject.
9107         (wl-thread-insert-entity): Use
9108         wl-thread-maybe-get-children-num.
9109
9110         * wl-highlight.el (wl-highlight-summary-current-line): change
9111         sregexp for linked thread.
9112         * wl-util.el (wl-count-lines): Count lines.
9113         (wl-horizontal-recenter): horizontal recenter.
9114         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9115         (wl-score-get-alike): Ditto.
9116         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9117         (wl-subject-length-limit): New variable.
9118         (wl-highlight-thread-indent-string-regexp): Changed for linked
9119         thread.
9120
9121 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9122
9123         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9124         New variable (revival).
9125         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9126         by subject matching if there's no in-reply-to nor references field
9127         (revival).
9128
9129 \f
9130 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9131
9132         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9133         message.
9134
9135 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9136
9137         * wl-summary.el (wl-summary-reply): Return t if there was a
9138         message at cursor point.
9139         Added unwind-protect.
9140         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9141         returns t.
9142         (wl-summary-cancel-message): Do nothing when there's no message at
9143         cursor point.
9144         (wl-summary-forward): Ditto.
9145         (wl-summary-jump-to-parent-message): Ditto.
9146         (wl-summary-reedit): Ditto.
9147         (wl-summary-edit-addresses): Ditto.
9148         (wl-summary-pipe-message): Ditto.
9149         (wl-summary-print-message-with-ps-print): Ditto.
9150         (wl-summary-print-message): Ditto.
9151         (wl-summary-mark-as-important): Ditto.
9152         (wl-summary-mark-as-unread): Ditto.
9153
9154         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9155         message at cursor point.
9156         (wl-summary-reply-with-citation): Remove unwind-protect.
9157
9158         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9159         subject searching feature.
9160         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9161         Eliminated.
9162
9163 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9166         New variable.
9167         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9168         by subject matching if there's no in-reply-to nor references field.
9169
9170         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9171
9172         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9173         when display is finished.
9174         (wl-folder-open-all): Ditto.
9175         (wl-folder-update-access-group): Ditto.
9176         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9177         * wl-thread.el (wl-thread-close-all): Ditto.
9178
9179         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9180         progress gauge only when it was displayed.
9181         * wl-folder.el (wl-folder-insert-entity): Ditto.
9182
9183 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9184
9185         * wl-summary.el (wl-summary-incorporate): Enclose
9186         `wl-summary-sync-force-update' with save-excursion.
9187
9188 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9189
9190         * wl-summary.el (wl-summary-prefetch-region):
9191         Pass current cursor point to `pos-visible-in-window-p' after
9192         moving cursor to the started point.
9193
9194 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9195
9196         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9197
9198         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9199         fields from the forwarding message.
9200         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9201         `ignored-fields'.
9202
9203 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9204
9205         * wl-mime.el (wl-message-request-partial):
9206         Eliminated argument `msgdb'.
9207         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9208         (wl-mime-combine-message/partial-pieces): Likewise.
9209         * tm-wl.el (wl-message-request-partial): Likewise.
9210         (wl-mime-combine-message/partial-pieces): Likewise.
9211
9212 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9213
9214         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9215         when display is finished.
9216
9217 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9218
9219         * wl-summary.el (wl-summary-goto-folder-subr):
9220         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9221
9222 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9223
9224         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9225         when cursor point is visible.
9226
9227 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl-expire.el (wl-expire-archive-get-max-number):
9230         Don't use `file-name-directory'.
9231
9232 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9233
9234         * wl-expire.el (wl-expire-archive-get-max-number):
9235         Use `file-name-directory'.
9236
9237 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9238
9239         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9240         only when there is progress.
9241
9242 2000-04-13  Mito <mit@nines.nec.co.jp>
9243
9244         * wl-summary.el (wl-summary-sync-marks): Display progress.
9245
9246 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9247
9248         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9249         (wl-summary-prev): Move cursor regardless of unread status.
9250         (wl-summary-next): Ditto.
9251
9252 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9253
9254         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9255         Added argument `target' and `number'.
9256         * tm-wl.el (wl-summary-burst-subr): New function.
9257         (wl-summary-burst): Use it.
9258
9259 2000-04-10  Mito <mit@nines.nec.co.jp>
9260
9261         * wl-mime.el (wl-burst): New function.
9262         (wl-summary-burst): Use it.
9263
9264 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9265
9266         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9267         as petname when there's no candidate.
9268
9269 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9272         New variable.
9273         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9274
9275         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9276
9277         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9278
9279 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9280
9281         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9282         Use substring of `original' instead of buffer-substring.
9283         (wl-refile-evaluate-rule):
9284         Set `original' argument of wl-refile-expand-newtext.
9285
9286         * wl-summary.el
9287         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9288         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9289         (wl-summary-auto-refile): Check existence of destination folder just
9290         before marking.
9291
9292 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9293
9294         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9295         when wl-refile-get-field-value return nil.
9296
9297 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9298
9299         * wl-refile.el
9300         (wl-refile-expand-newtext): New function imported from Gnus.
9301         (wl-refile-evaluate-rule): Use it.
9302
9303 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9304
9305         * wl-summary.el (wl-summary-print-destination):
9306         Duplicate folder string to avoid putting text-property on
9307         original string.
9308
9309         * wl-refile.el (wl-refile-get-field-value): New function.
9310         (wl-refile-evaluate-rule): New function;
9311         Evaluate refile rule recursively.
9312         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9313         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9314         New function; Check existence of a target folder recursively.
9315         (wl-summary-auto-refile-check-refile-rule-alist):
9316         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9317
9318 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9319
9320         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9321
9322         * wl-folder.el (wl-create-folder-entity-from-buffer):
9323         Fixed problem when '}' character is contained in folder name.
9324
9325         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9326
9327 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9328
9329         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9330         (wl-fldmgr-add-completion-all-completions):
9331         Use wl-fldmgr-add-completion-hashtb.
9332
9333 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9334
9335         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9336         wl-fldmgr-add-completion-subr): New functions.
9337         * wl-folder.el (wl-folder-completion-func): New variable.
9338         * wl-summary.el (wl-summary-read-folder):
9339         Use wl-folder-completion-func.
9340
9341         * wl-refile.el: Eliminate throw & catch.
9342
9343         * wl.el (wl-plugged-sending-queue-status): Fixed.
9344
9345 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9346
9347         * wl-draft.el (wl-draft): Put category property on
9348         mail-header-separator.