* wl-summary.el (wl-summary-mode-map): Bind enter key to the
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
4         wl-summary-enter-handler.
5         (wl-summary-enter-handler): New command.
6
7         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
8         docstring and custom spec.
9
10         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
11         flags too; Don't treat Cached and New.
12         (wl-summary-set-persistent-mark): Ditto.
13
14         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
15         `wl-folder-set-flag'.
16
17         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
18         instead of `wl-folder-set-flag'.
19
20         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
21         for completion.
22         (wl-summary-set-persistent-mark): Ditto.
23
24         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
25         instead of `wl-draft-quit-preview'.
26
27         * wl-mime.el (toplevel): Avoid compile warning.
28         (wl-mime-quit-preview): New function
29         (formarly defined as `wl-draft-quit-preview').
30         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
31         quitting method.
32
33         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
34
35         * wl-folder.el (wl-folder-set-flag): Renamed from
36         `wl-draft-set-flag-on-parent'.
37
38         * wl-draft.el (wl-draft-quit-preview): New function.
39         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
40         (wl-draft-send): Call `wl-folder-set-flag' instead of
41         `wl-draft-set-flag-on-parent'.
42         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
43
44 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
47         (wl-draft-send): Ditto.
48
49 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
50
51         * wl-vars.el (wl-draft-reply-hook): Changed default value.
52         (wl-draft-kill-pre-hook): Set default value as nil.
53         (wl-summary-reply-hook): Ditto.
54         (wl-draft-kill-flags): Abolish.
55
56         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
57         (wl-draft-parent-variables): Renamed from
58         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
59         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
60         argument; Add wl-draft-parent-variables to
61         wl-draft-config-variables.
62         (wl-draft-reply): Likewise.
63         (wl-draft-kill-flags): Abolish.
64         (wl-draft-send): Call wl-draft-set-flag-on-parent.
65         (wl-draft-set-flag-on-parent): New function.
66         (wl-draft-setup-parent-flag): Ditto.
67
68 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
69
70         * wl-draft.el (wl-draft-kill-flags): Avoid error when
71         `wl-draft-parent-folder' is "".
72
73 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
74
75         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
76         (wl-summary-digit-jump): New function.
77         (Adviced by John Owens and Hiroya Murata)
78
79         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
80         (Adviced by John Owens)
81
82         * wl-xmas.el (wl-message-define-keymap): Ditto.
83
84         * wl-mule.el (wl-message-define-keymap): Ditto.
85
86 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
89         change of return value of elmo-folder-count-flags.
90
91         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
92         (wl-summary-mark-as-read-internal): Ditto.
93         (wl-summary-set-persistent-mark-internal): Ditto.
94         (wl-summary-folder-info-update): Ditto.
95         (wl-summary-sync-update): Fixed the last change.
96
97         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
98
99 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
100
101         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
102         (wl-draft-kill-flags): Fixed docstring.
103
104         * wl-draft.el (wl-draft-kill-flags): New function.
105         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
106
107 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
108
109         * wl-vars.el (wl-reply-hook): Abolish.
110         (wl-draft-reply-hook): New hook.
111         (wl-summary-reply-hook): Ditto.
112         (wl-draft-forward-hook): Ditto.
113         (wl-summary-forward-hook): Ditto.
114         (wl-draft-kill-flags): New variable.
115
116         * wl-summary.el (wl-summary-mark-as-answered-region): Use
117         wl-summary-set-persistent-mark-internal.
118         (wl-summary-sync-marks): Use elmo-preserved-flags.
119         (wl-summary-update-persistent-mark): Make it interactive.
120         (wl-summary-set-persistent-mark-internal): New inline function.
121         (wl-summary-mark-as-answered): Use it.
122         (wl-summary-mark-as-unanswered): Ditto.
123         (wl-summary-unset-persistent-mark): New function.
124         (wl-summary-set-persistent-mark): Ditto.
125         (wl-summary-reply): Don't set answered flag;
126         Run wl-summary-reply-hook instead.
127         (wl-summary-forward): Call wl-draft-forward with number.
128         Run wl-summary-forward-hook.
129
130         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
131         (wl-highlight-summary-line-face-spec): Use it as a default
132         persistent mark face.
133
134         * wl-draft.el (wl-draft-forward): Added optional argument number;
135         Set wl-draft-parent-number; Run wl-draft-forward-hook.
136         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
137         (wl-draft-kill): Use wl-draft-kill-flags.
138
139         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
140
141         * wl-folder.el (wl-folder-check-one-entity): Follow the change
142         of return value of elmo-folder-count-flags.
143
144         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
145
146         * wl-summary.el (wl-summary-count-unread): Ditto.
147         (wl-summary-sync-update): Follow the change above.
148         (wl-summary-force-prefetch): New function.
149
150 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
151
152         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
153         variable `buf' with `let' instead of `setq'.
154
155 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-mime.el (wl-message-delete-current-part): If filename exists,
158         add Content-Disposition heaeder on the deleted part.
159
160 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
161
162         * wl-draft.el (wl-draft-save): Encode address list under edit by
163         `eword-encode-unstructured-field-body'.
164
165         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
166
167 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
168
169         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
170         wl-current-summary-buffer.
171
172 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
173
174         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
175         `numbers' is ignored.
176
177 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
178
179         * wl-folder.el (wl-folder-open-folder): Avoid error.
180         Reported by John Owens, [wl-en:815]
181
182         * wl.el (wl): Set timer for biff process even if prefix argument
183         is given or auto-checking is quitted.
184
185         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
186         immediately.
187         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
188         (wl-toggle-plugged): Ditto.
189
190         * wl-vars.el (wl-biff-use-idle-timer): New variable.
191         * wl-util.el (wl-biff-start): Use idle timer if
192         `wl-biff-use-idle-timer' is non-nil.
193
194 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
195
196         * wl-highlight.el (wl-highlight-message): Fix description.
197
198 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
199
200         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
201         tty.
202
203 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
204
205         * wl-action.el (wl-summary-exec): Print failure count.
206
207 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
208
209         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
210         to `defun', remove interactive form.
211         Set elmo-message-fetch-confirm when force-reload is non-nil.
212
213 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-summary.el (toplevel): Removed unnecessary autoload.
216
217 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
220         the buffer is generated from another message buffer.
221
222 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
223
224         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
225         extracted from `wl-fldmgr-save-folders'.
226         (wl-fldmgr-delete): Call it after deletion.
227
228 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
231         multi-tty support.
232
233 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
234
235         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
236
237 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
238
239         * wl-summary.el (wl-summary-rescan): Remove unused variables.
240         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
241
242 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
245         unsubscribe list only if argument CLEAR is nil.
246
247 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
248
249         * wl-draft.el (wl-draft-reply): Decode subject before removing
250         Re: prefix.
251
252 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
253
254         * wl-summary.el (wl-summary-sort-by-size): New command.
255
256 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-summary.el (wl-summary-number-list-from-region): New
259         function.
260         (wl-summary-mark-as-read-region): Use it.
261         (wl-summary-mark-as-unread-region): Ditto.
262         (wl-summary-set-flags-region): Ditto and add optional argument
263         remove.
264         (wl-summary-mark-as-answered-region): Ditto.
265         (wl-summary-mark-as-important-region): Ditto.
266         (wl-summary-target-mark-mark-as-important): Added optional
267         argument remove.
268         (wl-summary-target-mark-mark-as-answered): Ditto.
269         (wl-summary-target-mark-set-flags): Ditto.
270
271 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
272
273         * wl-summary.el (wl-summary-set-flags-region): Call
274         `wl-summary-set-flags-internal' with number list instead of call
275         one by each message.
276         (wl-summary-target-mark-set-flags): Likewise.
277
278 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-summary.el (wl-summary-target-mark-operation): Add optional
281         argument `inverse' and use `wl-summary-delete-all-target-marks'.
282         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
283         (wl-summary-target-mark-mark-as-answered): Likewise.
284
285 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
286
287         * wl-summary.el (wl-summary-target-mark-forward): Use
288         `wl-summary-delete-all-target-marks' instead of
289         `wl-summary-delete-all-temp-marks'.
290         (wl-summary-target-mark-reply-with-citation): Ditto.
291         (wl-summary-target-mark-uudecode): Ditto.
292         (wl-summary-target-mark-set-flags): Ditto and remove needless
293         cursor move.
294
295 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
296
297         * wl-summary.el (wl-summary-target-mark-forward): Protect
298         wl-summary-buffer-target-mark-list from nreverse.
299         (wl-summary-target-mark-reply-with-citation): Ditto.
300
301 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
302
303         * wl-thread.el (wl-thread-update-indent-string-thread): Use
304         `elmo-display-progress-threshold'.
305
306 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
309         check `wl-summary-highlight'.
310         (wl-summary-window-scroll-functions): Respect value of
311         `wl-summary-highlight'.
312         (wl-summary-sync-update): Run hooks
313         `wl-summary-buffer-window-scroll-functions' at any time.
314
315 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
316
317         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
318         from `wl-summary-cleanup-temp-marks'.
319         (wl-summary-cleanup-temp-marks): Abolish argument.
320         * wl.el (wl-save-status): Revert previous change.
321         (wl-execute-temp-marks): New function, call
322         `wl-summary-exec-with-confirmation'.
323         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
324         (wl-folder-save-and-exec-marks): Abolished.
325
326 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-e21.el (wl-e21-display-image-p): Respect
329         `wl-highlight-folder-with-icon'.
330         (wl-e21-highlight-folder-group-line): Highlight mouse line
331         even if wl-e21-display-image-p is nil.
332
333         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
334         Respect value of `wl-summary-highlight'.
335
336         * wl.el (wl-save-status): Remove unused variable.
337
338         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
339         (wl-folder-mode-map): Bind it to "x".
340
341 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
344
345         * wl-thread.el (wl-thread-get-parent-list): Don't check
346         disconnected ancestors, neglecting needless work in
347         `wl-thread-update-indent-string-thread'.
348
349         * wl.el (wl-save): Take prefix argument to execute remaining marks.
350         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
351         argument, add argument default-keep to keep marks by default.
352
353         * Version number is increased to 2.11.30.
354
355         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
356         customization type and docstring.
357         (wl-draft-reply-without-argument-list): Ditto.
358
359 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
362
363         * wl-spam.el (wl-spam-mark-action-list): Ditto.
364
365 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
366
367         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
368
369 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
370
371         * wl-draft.el (wl-draft-config-exec): Narrow the range of
372         save-excursion so as not to include run-hooks.
373
374 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
375
376         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
377         Clarify that marks are going to be cleared.
378
379 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
382         according to 3rd element of wl-summary-flag-mark.
383
384         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
385
386 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-action.el (wl-summary-target-mark-all): Don't set
389         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
390
391 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
392
393         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
394         (wl-forward-subject-prefix): Ditto.
395         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
396         (wl-draft-reply-make-subject): Ditto.
397
398         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
399         `wl-draft-forward'.
400         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
401
402 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
403
404         * wl-action.el (wl-summary-target-mark-set-action): Stop if
405         target message does not exist.
406
407 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
408
409         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
410         `wl-subject-prefix-regexp'.
411         (wl-subject-forward-prefix-regexp): New variable.
412         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
413         `wl-draft-strip-subject-re' and take regexp as argument.
414         (wl-draft-forward): Use it.
415         (wl-draft-reply): Ditto.
416
417 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
418
419         * wl-e21.el (wl-highlight-plugged-current-line): Change for
420         emacs multi-tty support.
421
422 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
423
424         * wl-e21.el (wl-e21-display-image-p): Don't call
425         `display-images-p'.
426         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
427         support.
428         (wl-highlight-folder-current-line): Ditto.
429         (wl-folder-init-icons): Ditto.
430
431 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
432
433         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
434         the last line of summary in unplugged mode.
435
436 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
437
438         * wl-vars.el (wl-refile-rule-alist): Doc fix.
439
440 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-vars.el (wl-user-mail-address-regexp): New variable.
443         * wl-address.el (wl-address-user-mail-address-p): Use it.
444         (wl-address-delete-user-mail-addresses): Ditto.
445         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
446
447         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
448         (wl-address-delete-user-mail-addresses): Ditto.
449
450         * wl-address.el (wl-address-delete-user-mail-addresses): New
451         function.
452         * wl-refile.el (wl-refile-guess-by-history): Use it.
453         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
454         (wl-draft-make-mail-followup-to): Ditto and fix logic.
455
456         * wl-draft.el (wl-draft-edit-string): To judge sender address,
457         use wl-address-user-mail-address-p.
458
459 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
460
461         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
462         after opening group.
463
464 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
465
466         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
467         of elmo-set-buffer-multibyte.
468
469         * wl-message.el (wl-original-message-mode): Ditto.
470
471         * wl-score.el (wl-score-insert-header): Ditto.
472
473         * wl-summary.el
474         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
475         (wl-summary-goto-folder-subr): Ditto.
476         (wl-summary-insert-headers): Ditto.
477
478         * wl-util.el (wl-set-string-width): Ditto.
479
480         * Version number is increased to 2.11.29.
481
482 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
485         (wl-highlight-summary-line-help-echo-alist): New variable.
486         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
487         into `wl-highlight-summary-line-help-echo' and
488         `wl-highlight-flag-folder-help-echo'.
489         (wl-highlight-summary-line-string): Change accordingly.
490         (wl-highlight-summary-current-line): Ditto.
491
492 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * wl-highlight.el (wl-highlight-message): Ignore white spaces
495         at the beginning of field body (Thanks to Markus Knittig).
496
497         * wl-draft.el (wl-draft-insert-current-message): Also check
498         summary buffer, remove unnecessary tag.
499
500 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * wl-draft.el (wl-draft-insert-current-message): Cause error also
503         when wl-message-buffer is nil.
504
505         * wl-folder.el (wl-folder): Abolish unused argument.
506         Call wl-folder-init when wl-folder-entity is nil.
507         * wl.el (wl): Change accordingly.
508
509 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
512         multibyte string before insert into draft buffer.
513         (wl-draft-create-buffer): Always enable multibyte characters for
514         draft buffer.
515
516         * Version number is increased to 2.11.28.
517
518 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
519
520         * wl-folder.el (wl-folder-open-close): Handle blank line.
521         (wl-folder-jump-to-current-entity): Ditto.
522
523 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * Version number is increased to 2.11.27.
526
527 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-thread.el (wl-thread-insert-message): When the thread is
530         devided by wl-summary-max-thread-depth, insert line at the end of
531         buffer.
532
533 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * Version number is increased to 2.11.26.
536
537 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
538
539         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
540
541 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
544         value of stream-type and session.
545
546 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
547
548         * Version number is increased to 2.11.25.
549
550 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
551
552         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
553         in a quit message.
554
555 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
556
557         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
558         (wl-summary-redisplay-no-mime-internal): Ditto.
559
560 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
561
562         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
563         * wl-vars.el (wl-smtp-connection-type): Ditto.
564
565 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
566
567         * wl-highlight.el (wl-highlight-message): Change to strict regexp
568         for the separator line and quote mail-header-separator.
569
570 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-spam.el (wl-message-check-spam): Fixed problem no display
573         result message.
574
575         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
576         `elmo-multiple-fields-body-list' with boundary as
577         mail-header-separator.
578
579 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
580
581         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
582
583 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
584
585         * wl-util.el (wl-list-diff): Remove unused function.
586
587         * wl-draft.el (wl-draft-send-confirm): Discard input before
588         confirmation.
589
590 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
593         order of flag and new.
594
595 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-vars.el (wl-refile-policy-alist): Abolished.
598
599         * wl-action.el (wl-summary-set-action-refile): Follow the change
600         above.
601
602 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * wl-highlight.el (wl-highlight-signature-search): Don't use
605         re-search-backward for a long word since it is possible to crash
606         XEmacs because of a bug.
607
608 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
609
610         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
611
612 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
613
614         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
615         argument for wl-summary-sync-force-update.
616
617 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
618
619         * wl-summary.el (wl-summary-mode-map): Revival of
620         wl-summary-mark-as-important related bindings;
621         Bind 'F','tF','mF','rF','m&'.
622         (wl-summary-mark-as-important-region): Revival.
623         (wl-summary-target-mark-mark-as-important): Ditto.
624         (wl-summary-target-mark-operation): New function.
625         (wl-summary-target-mark-mark-as-answered): Use it.
626         (wl-summary-decide-flag): Don't set Important as default.
627         (wl-summary-mark-as-important-internal): Revival.
628         (wl-summary-mark-as-important): Ditto.
629
630         * wl-thread.el (wl-thread-mark-as-important): Ditto.
631
632         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
633         instead of facep.
634
635 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
636
637         * wl-dnd.el (wl-dnd-drop-func): Fix.
638
639         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
640         mouse-set-point instead of posn-point.
641
642         * wl-xmas.el (wl-completing-read-multiple): Define as function.
643
644         * wl-mule.el (wl-completing-read-multiple): Ditto.
645
646 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
647
648         * wl-demo.el (face-background-name): Defalias to avoid compile
649         warning.
650
651 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
652
653         * wl-summary.el (wl-summary-decide-flag): Use
654         wl-completing-read-multiple instead of completing-read-multiple.
655
656         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
657         New alias.
658
659         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
660         Use face-background-name instead of face-background.
661
662         * wl-vars.el (wl-summary-save-file-suffix): New user option.
663
664         * wl-summary.el (wl-summary-save): Use it.
665         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
666
667         * wl-mime.el (wl-mime-save-content): Fix last change.
668
669 2004-02-10  Len Trigg <lenbok@myrealbox.com>
670
671         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
672         New function.
673         (wl-summary-sort-specs): Added sort.
674         * wl-mime.el (wl-mime-save-content): Expand file name.
675
676 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
677
678         * wl-mime.el (wl-draft-preview-message): Fixed typo.
679
680         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
681
682 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
685         for flag if it is not defined.
686
687 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
688
689         * wl-e21.el (wl-highlight-folder-current-line): Use
690         elmo-folder-type-internal when elmo-folder-type returns nil.
691
692         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
693
694         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
695
696         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
697
698         * wl-e21.el (wl-summary-toolbar): Ditto.
699
700         * wl-vars.el (wl-demo-background-color): Abolished.
701         (wl-summary-persistent-mark-priority-list): Renamed from
702         wl-summary-flag-priority-list.
703         (wl-summary-flag-alist): New user option.
704         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
705         (wl-message-mode-line-format-spec-alist): Added 'F'.
706         (wl-message-mode-line-format): Likewise.
707         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
708         instead of wl-summary-important-mark.
709         (wl-file-folder-icon): New variable.
710
711         * wl-thread.el (wl-thread-set-flags): Renamed from
712         wl-thread-mark-as-important.
713
714         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
715         warning.
716         (wl-summary-mode-menu-spec): Follow the change of 
717         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
718         (wl-summary-mode-map): Follow the change of
719         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
720         (wl-summary-detect-mark-position): Follow the variable name change.
721         (wl-summary-set-flags-region): New function for the replacement of
722         wl-summary-mark-as-important-region.
723         (wl-summary-sync-marks): Sync all global-flags.
724         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
725         instead of elmo-message-flagged-p.
726         (wl-summary-persistent-mark-string): Follow the variable name change;
727         Put wl-summary-flag-mark if the message has global-flag.
728         (wl-summary-target-mark-set-flags): Renamed from 
729         wl-summary-target-mark-mark-as-important.
730         (wl-summary-decide-flag): New function.
731         (wl-summary-set-flags-internal): Renamed from
732         wl-summary-mark-as-important-internal.
733         (wl-summary-add-flags-internal): New function.
734         (wl-summary-remove-flags-internal): Ditto.
735         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
736         (wl-summary-mark-as-unimportant): Abolish.
737         (wl-summary-move-spec-alist): Changed `important' to `digest'.
738         (wl-summary-next-message): List flagged messages in the msgdb.
739
740         * wl-score.el (wl-summary-score-update-all-lines): Use
741         wl-summary-add-flags-internal instead of 
742
743         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
744
745         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
746         from wl-message-buffer-cur-flag (To avoid misunderstanding).
747         (wl-message-buffer-require-all-header): Renamed from
748         wl-message-buffer-all-header-flag (Ditto).
749         (wl-message-buffer-flag-indicator): New variable.
750         (wl-message-redisplay): Changed local varibale name from `flag' to
751         `display-type'; Set up wl-message-buffer-flag-indicator.
752         (wl-message-buffer-display): Changed varibale name from `flag' to
753         `display-type'.
754         (wl-message-display-internal): Likewise.
755
756         * wl-highlight.el (wl-highlight-demo-face): Define default background
757         color.
758         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
759
760         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
761
762         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
763         (wl-demo-setup-properties): Renamed from
764         `wl-demo-set-background-color'.
765         (wl-demo): Follow the change above.
766         
767         * Version number is increased to 2.11.24.
768
769 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-summary.el (wl-summary-toggle-thread): Call
772         `wl-summary-rescan' with disable-thread as non-nil.
773         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
774
775 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
776
777         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
778         foreground property of the face.
779         (wl-demo-insert-text): Don't set up face property here.
780         (wl-demo): Call wl-demo-set-background-color, anyway.
781
782 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
783
784         * wl-vars.el (wl-demo-background-color): The value can be nil.
785
786 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
787
788         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
789         to wl-summary-wheel-dispatcher.
790
791         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
792         wl-message-wheel-dispatcher.
793         (wl-message-wheel-dispatcher): New function.
794         (wl-summary-wheel-dispatcher): Ditto.
795
796 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
797
798         * wl-action.el (wl-summary-target-mark-all): List messages which are
799         not in the killed-list.
800
801         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
802         only when the folder is 'flag/important.
803
804         * wl-address.el (wl-complete-field-body): Complete if the last
805         character is a space.
806
807 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl-folder.el (wl-folder-clear-entity-info): Use
810         elmo-clear-hash-val.
811
812         * wl-fldmgr.el (wl-fldmgr-rename): Set
813         wl-folder-info-alist-modified as t.
814
815 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
818
819 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
820
821         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
822         (wl-folder-buffer-last-visited-entity-id): New buffer local
823         variable.
824         (wl-folder-revisit-last-visited-folder): New function.
825         (wl-folder-mode-map): Bind it to "C-i".
826         (wl-folder-set-current-entity-id): Set last visited folder.
827         * wl-summary.el (wl-summary-exit): Ditto.
828
829 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
832         before calling `recenter' in order to cope with an XEmacs bug.
833
834 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
837         to the default value.
838
839 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
840
841         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
842         change.
843         (wl-summary-sync-marks): Ditto.
844         (wl-summary-mark-as-read-internal): Ditto.
845         (wl-summary-mark-as-answered-internal): Ditto.
846         (wl-summary-mark-as-important-internal): Ditto.
847         (wl-summary-reply): Ditto.
848
849         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
850         instead of `elmo-folder-unflag-answered'.
851
852         * Version number is increased to 2.11.23.
853
854         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
855         the last change.
856
857 2004-01-11  Kenichi Okada  <okada@opaopa.org>
858
859         * wl-spam.el (wl-summary-exec-action-refile-with-register):
860         Specify "spam" or "good".
861
862 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
863
864         * wl-spam.el (wl-summary-exec-action-spam): Call
865         wl-folder-confirm-existence for spam folder.
866         (wl-spam-setup): Bind "mk".
867
868 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
869
870         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
871
872 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
873
874         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
875         destination folder is empty.
876
877 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
878
879         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
880         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
881
882         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
883         (wl-summary-refile-prev-destination-region): New function.
884         (wl-thread-refile-prev-destination): Ditto.
885         (wl-summary-target-mark-refile-prev-destination): Ditto.
886
887 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
888
889         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
890         (wl-demo-background-color): Changed default value.
891
892         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
893         color.
894
895         * wl-demo.el (wl-demo-set-background-color): New function.
896         (wl-demo): Call it.
897
898 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-address.el (wl-address-delete): Avoid mis-deleting.
901         * wl-address.el (wl-address-add-or-change): Don't add empty
902         address.
903
904 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
905
906         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
907
908 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
909
910         * wl-vars.el (wl-demo-image-filter-alist): New variable
911         (wl-demo-background-color): Ditto.
912
913         * wl-demo.el (wl-demo-xpm-set-background): New function.
914         (wl-demo-image-filter): Ditto.
915         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
916
917         * wl-vars.el (wl-demo-icon-name-alist): New variable.
918
919         * wl-demo.el (wl-demo-icon-name): Define as function.
920         (wl-demo-insert-image): Use it.
921
922 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
923
924         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
925
926 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
927
928         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
929
930 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
931
932         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
933
934 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-thread.el (wl-thread-mark-as-answered): New function.
937
938         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
939         answered" entry.
940         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
941         "r&" and wl-thread-mark-as-answered to "t&".
942         (wl-summary-mark-as-important-region): Refine to toggle mark.
943         (wl-summary-mark-as-answered-region): New function.
944         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
945         and 3rd argument.
946         (wl-summary-mark-as-important-internal): Likewise.
947
948 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-template.el (wl-template-preview): New internal variable.
951         (wl-template-preview-p): New function.
952         (wl-template-show): Bind `wl-template-preview' as t.
953
954 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
957         `elmo-message-entity-field' with 3rd argument which is non-nil.
958
959 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
962         Removed duplicate local bind `folder'.
963
964 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
967
968 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
971         duplicate definition.
972
973 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
974
975         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
976         non-nil, use it; Don't fetch message if there's no message in the
977         current cursor position.
978
979 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
980
981         * wl-util.el (wl-region-exists-p): Use region-active-p.
982         (wl-deactivate-region): New function.
983         * wl-message.el (wl-message-redisplay): Deactivate region.
984
985         * wl-summary.el (wl-summary-reply): Call
986         `wl-summary-set-message-buffer-or-redisplay' instead of
987         `wl-summary-redisplay-internal', don't move point.
988
989 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
992         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
993         by regexp.
994
995 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
996
997         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
998         if no need.
999
1000 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1001
1002         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1003         default value to nil.
1004         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1005         `wl-summary-prepare-hook'; Replace refile action to
1006         `wl-summary-exec-action-refile-with-register'.
1007
1008         * Version number is increased to 2.11.22.
1009
1010 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-summary.el (wl-summary-detect-mark-position): Set
1013         `wl-summary-buffer-weekday-name-lang'.
1014
1015 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1016
1017         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1018         (wl-summary-mark-as-read-all): Ditto.
1019         (wl-summary-delete-messages-on-buffer): Ditto.
1020         (wl-summary-sync-update): Ditto.
1021         (wl-summary-mark-as-read-internal): Ditto.
1022         (wl-summary-mark-as-answered-internal): Ditto.
1023         (wl-summary-update-folder-info): Abolished.
1024
1025 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-summary.el (wl-summary-mark-as-read-all): Use
1028         `wl-summary-update-folder-info' instead of
1029         `wl-folder-update-unread'.
1030
1031 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1032
1033         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1034         `wl-summary-folder-info-update'.
1035         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1036         instead of `wl-summary-folder-info-update'.
1037         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1038         `wl-folder-set-folder-updated'.
1039         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1040         instead of `wl-folder-update-unread'.
1041         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1042         the value of `wl-summary-buffer-unread-count' for the second parameter of
1043         `wl-folder-update-unread'.
1044
1045         * Version number is increased to 2.11.21.
1046
1047 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1048
1049         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1050         a local variable.
1051
1052 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1055         interactively.
1056
1057         * wl-summary.el (wl-summary-mark-as-important-internal): New
1058         internal function.
1059         (wl-summary-mark-as-important): Use it.
1060         (wl-summary-mark-as-unimportant): New function.
1061         (wl-summary-sync-marks): Follow the API change.
1062
1063         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1064
1065         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1066
1067 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1068
1069         * wl-folder.el (wl-folder-update-unread): Re-indent.
1070         Narrow the scope of a local variable.
1071
1072 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1075         (wl-addrmgr-merge-entries): Ditto.
1076         (wl-addrmgr): Added to address entry which exists in draft buffer
1077         if no entry is in original.
1078
1079 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1080
1081         * wl-batch.el: New file.
1082
1083 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1084
1085         * wl-vars.el (wl-use-semi): Remove unused variable.
1086
1087 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1090         "?".
1091
1092 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1095         wl-summary-new-mark.
1096         (wl-summary-new-cached-mark): New user option.
1097         (wl-summary-score-marks): Follow the change above.
1098         (wl-summary-auto-refile-skip-marks): Ditto.
1099         (wl-summary-incorporate-marks): Ditto.
1100         (wl-summary-expire-reserve-marks): Ditto.
1101
1102         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1103
1104         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1105         (wl-summary-persistent-mark-string): Distinguished between cached
1106         and uncached mark when the message is new.
1107
1108 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-spam.el (wl-spam-domain): Renamed from
1111         `wl-spam-folder-guess-domain'.
1112         (wl-summary-exec-action-spam): Register as spam if domain of the
1113         source folder is good.
1114         (wl-summary-exec-action-refile-with-register): Register message if
1115         domain of the source folder is not undecided.
1116
1117 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1120         detect thread loop.
1121
1122 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1125         and wl-summary-skip-mark-list.
1126
1127 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1130
1131         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1132
1133         * wl-spam.el (toplevel): Require wl-highlight.
1134         (wl-spam-auto-check-policy-alist): Abolish.
1135         (wl-spam-auto-check-folder-regexp-list): New user option.
1136         (wl-spam-auto-check-marks): Ditto.
1137         (wl-spam-mark-action-list): Ditto.
1138         (wl-highlight-summary-spam-face): New face.
1139         (wl-spam-auto-check-message-p): New function.
1140         (wl-spam-map-spam-messages): Fixed message.
1141         (wl-spam-register-spam-messages): Ditto.
1142         (wl-spam-register-good-messages): Ditto.
1143         (wl-summary-spam-map): Add and remove keybind.
1144         (wl-summary-target-mark-spam): Abolish.
1145         (wl-summary-refile-spam): Ditto.
1146         (wl-summary-test-spam): New function.
1147         (wl-summary-mark-spam): Ditto.
1148         (wl-summary-auto-check-spam): Follow the above change.
1149         (wl-summary-exec-action-spam): New function.
1150         (wl-summary-exec-action-refile-with-register): Fixed message.
1151         (wl-message-check-spam): New function.
1152         (wl-spam-setup): Ditto.
1153         (toplevel): Call it if this file is loaded interactivity.
1154
1155         * Version number is increased to 2.11.20.
1156
1157 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1158
1159         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1160         when new optional argument `force' is non nil or modified.
1161
1162 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1163
1164         * wl.el (toplevel): Require wl-spam when compile.
1165         (wl-save-status): Call wl-spam-save-status.
1166
1167         * wl-spam.el (wl-spam-register-spam-messages): New function.
1168         (wl-spam-register-good-messages): Ditto.
1169         (wl-spam-save-status): Ditto.
1170         (wl-summary-mode-map): Bind
1171         wl-summary-target-mark-register-as-spam to "ms" and
1172         wl-summary-target-mark-register-as-good to "mn".
1173         (wl-summary-register-as-spam): Abolish optional argument; Use
1174         wl-spam-register-spam-messages.
1175         (wl-summary-register-as-spam-all): Use
1176         wl-spam-register-spam-messages.
1177         (wl-summary-register-as-good): Abolish optional argument; Use
1178         wl-spam-register-good-messages.
1179         (wl-summary-register-as-good-all): Use
1180         wl-spam-register-good-messages.
1181         (wl-summary-target-mark-register-as-spam): New funtion.
1182         (wl-summary-target-mark-register-as-good): Ditto.
1183
1184 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl-spam.el: New file.
1187
1188 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1189
1190         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1191
1192         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1193         (wl-summary-auto-refile): Call wl-refile-guess with
1194         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1195
1196 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1199         with disable-thread argument non-nil.
1200
1201 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1202
1203         * wl-summary.el (wl-summary-rescan): Added optional argument
1204         disable-thread.
1205         (wl-summary-sync): Call wl-summary-rescan with argument
1206         disable-thread.
1207         (wl-summary-input-range): Added new range `rescan-thread'.
1208
1209 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1210
1211         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1212
1213 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1216         internal variable.
1217         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1218         wl-summary-search-parent-by-subject-regexp and
1219         wl-summary-divide-thread-when-subject-changed as nil.
1220         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1221         (wl-summary-insert-thread): Search parent entity from
1222         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1223         thread loop.
1224
1225 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1226
1227         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1228
1229         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1230
1231         * wl-util.el (wl-require-update-all-folder-p): New function.
1232         (wl-get-assoc-list-value): Added `function' to match directive.
1233         (wl-collect-draft): Rewrite.
1234
1235         * wl-summary.el (wl-summary-sync-update): Clear faces
1236         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1237         are non-nil.
1238         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1239         argument as function.
1240         (wl-summary-input-range): Ditto.
1241
1242         * wl-folder.el (wl-draft-get-folder): New function.
1243         (wl-folder-get-elmo-folder): Consider draft folder.
1244
1245         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1246         (wl-draft-buffer-message-number): New buffer local variable.
1247         (wl-draft-folder-internal): New internal variable.
1248         (wl-draft-delete): Rewrite.
1249         (wl-draft-save): Ditto.
1250         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1251         wl-folder-get-elmo-folder.
1252         (wl-draft-config-info-operation): Ditto.
1253         (wl-jump-to-draft-folder): Ditto.
1254         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1255         (wl-draft-reedit): Rewrite.
1256
1257         * Version number is increased to 2.11.19.
1258         
1259 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1260
1261         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1262         variable.
1263
1264 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1267         Use ignore-errors instead of unwind-protect.
1268
1269 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1270
1271         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1272         for updating `wl-thread-entity-list'.
1273
1274 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1275
1276         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1277         parameter from calling `wl-thread-entity-get-older-brothers' and
1278         `wl-thread-entity-get-younger-brothers'.
1279         Replace nested `append' with a single one.
1280
1281 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1282
1283         * wl-summary.el (wl-summary-mode): Don't use the return value of
1284         `make-local-hook'.
1285
1286 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1287
1288         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1289         instead of `let*'.
1290         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1291         of local variables.
1292
1293 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1296         Renamed from wl-summary-window-scroll-functions.
1297         (wl-summary-window-scroll-functions): Don't set to variable.
1298         (wl-summary-display-top): Use run-hooks.
1299         (wl-summary-display-bottom): Ditto.
1300         (wl-summary-toggle-disp-msg): Ditto.
1301         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1302         Use it instead of wl-summary-window-scroll-functions.
1303         (wl-summary-goto-folder-subr): Don't call
1304         wl-summary-window-scroll-functions, use
1305         wl-summary-buffer-window-scroll-functions instead.
1306
1307 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1310         make-local-variable.
1311
1312 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1313
1314         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1315         set-buffer-modified-p.
1316         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1317         (wl-summary-display-bottom): Ditto.
1318         (wl-summary-toggle-disp-msg): Ditto.
1319
1320 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1323
1324         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1325         (wl-summary-forward): Use elmo-message-entity-field instead of
1326         elmo-message-field.
1327
1328         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1329
1330 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1331
1332         * wl-summary.el (wl-summary-window-scroll-functions): No use
1333         `append'.
1334
1335 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1338         function.
1339         (wl-summary-window-scroll-functions): Call it when both
1340         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1341         (wl-summary-temp-mark): Added optional argument number.
1342         (wl-summary-message-mark): Added optional argument flag.
1343         (wl-summary-persistent-mark): Added optional argument number and flag.
1344         (wl-summary-update-persistent-mark): Ditto.
1345         (wl-summary-update-status-marks): Set "r" for interactive spec.
1346
1347         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1348         argument number and flag.
1349
1350         * wl-action.el (wl-summary-registered-temp-mark): 
1351         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1352
1353 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1356         internal variable (buffer local).
1357         (wl-summary-window-scroll-functions): New function.
1358         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1359         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1360         as nil.
1361         (wl-summary-update-status-marks): Added arguments beg, end and
1362         check.
1363         (wl-summary-update-mark-window): Use function.
1364         (wl-summary-sync-update): Follow the change above.
1365         (wl-summary-switch-to-clone-buffer): Copy
1366         wl-summary-buffer-unsync-mark-number-list.
1367         (wl-summary-goto-folder-subr): Set
1368         wl-summary-buffer-unsync-mark-number-list and
1369         use wl-summary-window-scroll-functions instead of
1370         wl-summary-lazy-highlight.
1371
1372         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1373
1374 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1375
1376         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1377
1378         * wl-summary.el (wl-summary-update-persistent-mark): Call
1379         wl-summary-set-message-modified.
1380
1381         * wl-summary.el (wl-summary-sync-update): Don't call
1382         wl-summary-update-status-marks.
1383
1384         * Version number is increased to 2.11.18.
1385
1386 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1387
1388         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1389         (wl-message-next-page): Ditto.
1390
1391 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1392
1393         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1394         local variable.  Change the order of a collected list into the
1395         same as the specified range.  Remove nil from a collected list.
1396
1397 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1398
1399         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1400         argument for elmo-folder-list-messages.
1401
1402 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1405         change (wl-summary-count-unreads return a list instead of a cons
1406         cell).
1407
1408 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1409
1410         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1411         `wl-summary-folder-info-update'.
1412
1413 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-summary.el (wl-summary-set-message-modified): No use
1416         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1417         (wl-summary-set-mark-modified): Abolish.
1418         (wl-summary-mark-modified-p): Ditto.
1419         (wl-summary-save-view): Follow the change above.
1420
1421         * wl-expire.el (wl-summary-expire): Likewise.
1422
1423 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-summary.el (wl-summary-detect-mark-position): Use
1426         modb-entity-handler.
1427         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1428
1429         * Version number is increased to 2.11.17.
1430
1431 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1432
1433         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1434         entity field value.
1435         (wl-summary-prefetch-msg): Ditto.
1436         (wl-summary-print-message-with-ps-print): Ditto.
1437
1438 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1439
1440         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1441         for dummy entity.
1442         (wl-summary-insert-thread): Use elmo-message-entity-field.
1443         (wl-summary-update-thread): Use elmo-message-entity-field and
1444         elmo-message-entity-number.
1445         (wl-summary-line-number):  Use elmo-message-entity-number.
1446         (wl-summary-line-size): Use elmo-message-entity-field.
1447         (wl-summary-line-subject): Ditto.
1448         (wl-summary-line-from): Ditto.
1449         (wl-summary-line-attached): Ditto.
1450         (wl-summary-create-line): Ditto.
1451         (wl-summary-create-line): Use elmo-message-entity-number.
1452         (wl-summary-print-message-with-ps-print): Use
1453         elmo-message-entity-field.
1454
1455 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1456
1457         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1458         change in elmo-msgdb-make-message-entity.
1459         (wl-summary-buffer-set-folder): Don't call
1460         wl-summary-detect-mark-position here.
1461         (wl-summary-rescan): Call elmo-message-entity-number.
1462         (wl-summary-sync-update): Ditto.
1463         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1464
1465         * wl-score.el (wl-score-header-index): Redefine 2th element.
1466         (wl-score-overview-entity-get-extra): Abolish.
1467         (wl-score-ov-entity-get): Rewrite.
1468         (wl-score-string-index<, wl-score-string-func<): Abolish.
1469         (wl-score-string<): New function.
1470         (wl-score-string-sort): Use it.
1471
1472         * wl-refile.el (wl-refile-guess-by-history): Use
1473         elmo-message-entity-field.
1474         (wl-refile-guess-by-from): Ditto.
1475         (wl-refile-guess-by-msgid): Ditto.
1476
1477         * Version number is increased to 2.11.16.
1478
1479 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1480
1481         * wl-folder.el (wl-folder-confirm-existence): Don't call
1482         file-exists-p if msgdb-path is nil.
1483         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1484         `wl-read-folder-hist' to `wl-read-folder-history'.
1485
1486 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1487
1488         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1489         `y-or-n-p'.
1490
1491 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * wl-score.el (wl-score-headers): Don't use
1494         elmo-folder-do-each-message-entity.
1495
1496         * Version number is increased to 2.11.15.
1497
1498 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1499
1500         * wl-summary.el (wl-summary-delete-all-msgs): Use
1501         elmo-folder-move-messages instead of elmo-folder-delete-messages
1502         and elmo-folder-detach-messages.
1503         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1504
1505         * wl-expire.el (wl-expire-delete): Ditto.
1506         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1507
1508 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1509
1510         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1511         (wl-message-header-narrowing-fields): Ditto.
1512         (wl-message-header-narrowing-lines): Ditto.
1513         (wl-message-header-narrowing-string): Ditto.
1514
1515         * wl-summary.el (wl-summary-mode-map): Bind
1516         wl-summary-toggle-header-narrowing to "C-cC-f".
1517         (wl-summary-toggle-header-narrowing): New function.
1518
1519         * wl-message.el (wl-message-buffer-create): Call
1520         wl-message-header-narrowing-setup.
1521         (wl-message-redisplay): Call wl-message-header-narrowing.
1522         (wl-message-header-narrowing): New function.
1523         (wl-message-header-narrowing-map): New keymap.
1524         (wl-message-header-narrowing-widen-map): New keymap.
1525         (wl-message-header-narrowing-again-at-mouse): New function.
1526         (wl-message-header-narrowing-1): Ditto.
1527         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1528         (wl-message-header-narrowing-setup): Ditto.
1529         (wl-message-header-narrowing-toggle): Ditto.
1530         
1531         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1532
1533         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1534         'flag as all.
1535         (wl-use-flag-folder-help-echo): New user option.
1536
1537         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1538         wl-summary-highlight as nil.
1539         (wl-summary-set-mark-modified): Follow the API change.
1540         (wl-summary-mark-modified-p): Ditto.
1541         (wl-summary-mark-as-read-all): Ditto.
1542         (wl-summary-sync-marks): Don't call
1543         elmo-folder-list-messages-with-global-mark.
1544         (wl-summary-mark-as-read-internal): Follow the API change.
1545         (wl-summary-mark-as-answered-internal): Ditto.
1546         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1547         Follow the API change.
1548         (wl-summary-create-line): Call with number argument.
1549         (wl-summary-reply): Follow the API change.
1550
1551         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1552         function.
1553         (wl-highlight-summary-line-string): Call it when
1554         wl-use-flag-folder-help-echo is non-nil.
1555         (wl-highlight-summary-current-line): Ditto.
1556         (elmo-flag-folder-referrer): Added autoload setting.
1557
1558         * wl-draft.el (wl-draft-kill): Follow the API change.
1559
1560         * Version number is increased to 2.11.14.
1561         
1562 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1565
1566 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * Version number is increased to 2.11.13.
1569
1570 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1571
1572         * wl-draft.el (wl-draft-previous-history-element): Fixed
1573         unbalanced parenthesis and bind unbound local variables.
1574
1575 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-draft.el (wl-draft-previous-history-element): New function.
1578         (wl-draft-next-history-element): Ditto.
1579         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1580         them to M-p and M-n.
1581
1582 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1583
1584         * Version number is increased to 2.11.12.
1585
1586 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * wl-draft.el (wl-draft-hide): Select buffer-window.
1589
1590 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1591
1592         * wl-summary.el (wl-summary-narrow-to-region): New function.
1593         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1594         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1595         (wl-summary-save-region): Use it.
1596         * wl-action.el (wl-summary-collect-numbers-region)
1597         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1598
1599 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1600
1601         * wl-folder.el (wl-folder-count-incorporates): Don't use
1602         `elmo-msgdb-mark-load'
1603
1604         * Version number is increased to 2.11.11.
1605
1606 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1607
1608         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1609         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1610
1611 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1612
1613         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1614
1615 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * Version number is increased to 2.11.10.
1618
1619 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-mime.el (wl-draft-attribute-value): Fixed.
1622
1623 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1624
1625         * wl-util.el (wl-copy-local-variables): New function.
1626
1627         * wl-mime.el (wl-draft-attribute-recipients): New function.
1628         (wl-draft-attribute-envelope-from): Ditto.
1629         (wl-draft-attribute-smtp-posting-server): Ditto.
1630         (wl-draft-attribute-smtp-posting-port): Ditto.
1631         (wl-draft-attribute-value): Ditto.
1632         (wl-draft-preview-message): Use it to get value for
1633         attributes. Reflect result of `wl-draft-config'.
1634
1635         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1636         and call `wl-summary-mark-as-read' before to call
1637         `wl-summary-unset-mark'.
1638         (wl-summary-target-mark-mark-as-unread): Likewise.
1639         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1640
1641 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1642
1643         * wl-mime.el (wl-draft-preview-message): Use actual value for
1644         attributes; Fix for small window.
1645
1646 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1647
1648         * wl-refile.el (wl-refile-get-field-value): Call
1649         `elmo-message-entity-field' with 3rd argument is non-nil.
1650
1651 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1652
1653         * wl-vars.el (wl-draft-preview-attributes): New user option.
1654         (wl-draft-preview-attributes-list): Ditto.
1655         (wl-draft-preview-attributes-buffer-lines): Ditto.
1656         (wl-draft-preview-attributes-buffer-name): Ditto.
1657
1658         * wl-mime.el (wl-draft-preview-message): Display attributes.
1659
1660 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1661
1662         * wl-summary.el (wl-summary-detect-mark-position): Bind
1663         wl-summary-flag-priority-list to '(new).
1664
1665 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1668         funtion.
1669         (wl-highlight-summary-line-string): Use it.
1670         (wl-highlight-summary-current-line): Ditto.
1671
1672 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1673
1674         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1675         line even when the mark string is not changed.
1676
1677         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1678         argument change in the wl-summary-create-line.
1679         (wl-thread-insert-entity-sub): Ditto.
1680
1681         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1682         argument change in the wl-summary-create-line.
1683         (wl-summary-insert-sequential): Ditto.
1684         (wl-summary-update-thread): Ditto.
1685         (wl-summary-persistent-mark-string): New inline function.
1686         (wl-summary-message-mark): Use it.
1687         (wl-summary-create-line): Abolish argument wl-persistent-mark
1688         and added wl-flags, wl-cached.
1689
1690         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1691         mark to flags.
1692         (wl-highlight-summary-current-line): Decide the face not by the 
1693         persistent mark but flags.
1694
1695 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1696
1697         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1698         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1699         wl-summary-read-uncached-mark): Revive.
1700         (wl-summary-answered-cached-mark,
1701         wl-summary-answered-uncached-mark): New user option.
1702         (wl-summary-score-marks): Follow the change above.
1703         (wl-summary-auto-refile-skip-marks): Ditto.
1704         (wl-summary-incorporate-marks): Ditto.
1705         (wl-summary-expire-reserve-marks): Ditto.
1706         (wl-summary-flag-priority-list): New user option.
1707
1708         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1709         changes.
1710         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1711         of elmo-message-mark.
1712         (wl-summary-mark-as-read-internal): Ditto.
1713         (wl-summary-mark-as-answered): Ditto.
1714         (wl-summary-mark-as-important): Ditto.
1715         (wl-summary-redisplay-internal): Ditto.
1716         (wl-summary-redisplay-no-mime-internal): Ditto.
1717         (wl-summary-message-mark): New function.
1718         (wl-summary-insert-sequential): Use wl-summary-message-mark
1719         instead of elmo-message-mark.
1720         (wl-summary-update-thread): Ditto.
1721         (wl-summary-persistent-mark): Ditto.
1722         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1723         instead of elmo-message-mark.
1724
1725         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1726         wl-summary-message-mark instead of elmo-message-mark.
1727         (wl-thread-insert-entity-sub): Ditto.
1728         (wl-thread-get-children-msgs-uncached): Ditto.
1729
1730         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1731         variable name changes.
1732         (wl-highlight-summary-current-line): Ditto.
1733
1734         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1735         wl-summary-message-mark instead of elmo-message-mark.
1736
1737         * wl-expire.el (wl-expire-message-p): Ditto.
1738
1739         * wl-score.el (wl-score-headers): Ditto.
1740
1741         * Version number is increased to 2.11.9.
1742
1743         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1744         (wl-summary-sync-update): Follow the change above.
1745         (wl-summary-switch-to-clone-buffer): Ditto.
1746         (wl-summary-open-folder): Ditto.
1747
1748 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1749
1750         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1751         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1752
1753         * Version number is increased to 2.11.8.
1754
1755         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1756
1757         * wl-expire.el (wl-expire-refile): Follow the API change on
1758         `elmo-folder-move-messages'.
1759         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1760
1761         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1762         (wl-summary-exec-action-refile): Ditto.
1763         (wl-summary-exec-action-copy): Ditto.
1764         (wl-summary-no-auto-refile-message-p): No use
1765         `wl-summary-buffer-msgdb'.
1766         (wl-summary-auto-refile): Ditto.
1767
1768 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1769
1770         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1771
1772 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1773
1774         * wl-summary.el (wl-summary-sync): Treat no-sync.
1775
1776         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1777         (wl-default-sync-range): Ditto.
1778
1779 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780
1781         * wl-refile.el (wl-refile-subject-learn): Call
1782         `elmo-message-entity-field' with 3rd argument is non-nil.
1783         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1784         instead of `elmo-msgdb-overview-entity-get-subject'.
1785
1786 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1789         scan-type is rescan.
1790         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1791         new optional argument force is non-nil.
1792         (wl-summary-save-view-cache): Call it with force argument non-nil.
1793
1794         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1795
1796 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-action.el (wl-summary-print-argument): Fixed last change.
1799
1800 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1803         simplified.
1804         (wl-summary-target-mark-mark-as-unread): Likewise.
1805         (wl-summary-target-mark-mark-as-important): Likewise.
1806
1807 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1808
1809         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1810         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1811         (wl-summary-mark-as-important-region): Change accordingly.
1812         (wl-summary-target-mark-mark-as-important): Ditto.
1813
1814 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1815
1816         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1817
1818         * wl-action.el (wl-summary-print-argument): Print argument to
1819         right side of window if `wl-summary-print-argument-within-window'
1820         is non-nil.
1821
1822 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl-action.el (wl-summary-set-mark): Use
1825         `wl-summary-message-visible-p' to check visibility of the message
1826         and jump to message only when the message line is visible and have
1827         different number; Call wl-summary-unset-mark with number argument.
1828         (wl-summary-unset-mark): 
1829         Use `wl-summary-message-visible-p'
1830         to check visibility of the message and jump to message only when
1831         the message line is visible and have different number;
1832
1833 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * Version number is increased to 2.11.7.
1836
1837         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1838         and wl-folder-summary-line-format.
1839
1840         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1841         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1842         (wl-summary-set-score-mark): Use it.
1843         (wl-summary-target-mark-mark-as-read): Ditto.
1844         (wl-summary-target-mark-mark-as-unread): Ditto.
1845         (wl-summary-target-mark-mark-as-important): Ditto.
1846         (wl-summary-target-mark-msgs): Simplified.
1847         (wl-summary-detect-mark-position): Fixed problem when
1848         summary-line-format no contain persisten/temp mark spec.
1849         (wl-summary-temp-mark): Ditto.
1850         (wl-summary-persistent-mark): Ditto.
1851         (wl-summary-update-persistent-mark): Ditto.
1852
1853         * wl-action.el (wl-summary-set-mark): Ditto.
1854         (wl-summary-unset-mark): Ditto.
1855         All other related portions are changed.
1856
1857 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * Version number is increased to 2.11.6.
1860
1861 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1862
1863         * wl-util.el (wl-current-message-buffer): Define as function;
1864         Don't use the value of wl-messge-buffer.
1865
1866         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1867         persistent mark.
1868
1869         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1870         no current message, cause an error.
1871
1872 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1873
1874         * wl-summary.el (wl-summary-set-message-modified): Use
1875         elmo-folder-set-message-modified instead of
1876         elmo-folder-set-message-modified-internal.
1877
1878 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1879
1880         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1881         interactively.
1882         (wl-summary-sync): nokill->entirely.
1883         (wl-summary-sync-marks): Fixed message.
1884         (wl-summary-input-range): Added mark, nokill->entirely.
1885
1886         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1887         messages as read.
1888
1889 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1890
1891         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1892         update-noscore.
1893         (wl-summary-sync): Follow the change above.
1894
1895 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1896
1897         * wl-action.el (wl-summary-target-mark-all): Use
1898         elmo-folder-list-messages.
1899
1900 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1903         (wl-summary-rescan): Set wl-summary-scored as nil.
1904         (wl-summary-sync-force-update): Follow the change above.
1905         (wl-summary-sync): Ditto.
1906         (wl-summary-sync-update): Added argument disable-killed.
1907         (wl-summary-insert-headers): Set visible-only argument for
1908         elmo-folder-list-messages.
1909         (wl-summary-input-range): Added update-nokill, update-noscore,
1910         all-nokill, all-noscore and mark.
1911
1912         * Version number is increased to 2.11.5.
1913
1914         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1915
1916 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1917
1918         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1919         (wl-summary-prefetch-region-no-mark): Change accordingly.
1920         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1921
1922 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1923
1924         * wl-address.el (wl-complete-field-to): Abolished.
1925         (wl-complete-address): Completion function for completing-read.
1926         * wl-action.el (wl-summary-get-resend-address): Use it.
1927
1928         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1929         wl-summary-update-mark and abolish unused argument.
1930         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1931         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1932         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1933         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1934         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1935         * wl-draft.el (wl-draft-kill): Ditto.
1936
1937         * wl-summary.el: Remove unused binding of case-fold-search.
1938         (wl-summary-replace-status-marks): Abolished.
1939
1940 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1941
1942         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1943         is specified or folder length is zero.
1944
1945 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1948         (wl-folder-archive-current-entity): Ditto.
1949
1950 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1953         retrieving message mark.
1954         (wl-summary-redisplay-internal): Ditto.
1955
1956         * wl-message.el (wl-message-buffer-display): Ignore errors while
1957         retrieving message-id field.
1958
1959         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1960         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1961         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1962         order of the arguments for `wl-expire-message-p'.
1963         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1964
1965         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1966         Check return value of wl-summary-reply.
1967         (wl-summary-reply): Recover window configuration when an error occured.
1968
1969 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1970
1971         * wl-summary.el (wl-summary-resend-message): Abolished, the
1972         feature is inherited by wl-summary-resend (put resend mark).
1973
1974 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1977         wl-message-buffer to nil when the message is hide.
1978
1979 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * .cvsignore: New file.
1982
1983 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1984
1985         * wl-action.el (wl-summary-action-docstring): Add more info.
1986         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1987         duplicate definition.
1988         (wl-summary-define-mark-action): Functions wl-summary-*-region
1989         keep current position.
1990         (wl-summary-unregister-target-mark): Store result to the variable.
1991
1992 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1993
1994         * Version number is increased to 2.11.4.
1995
1996 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1997
1998         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1999         wl-summary-delete-all-temp-marks.
2000         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2001
2002         * wl-action.el (wl-summary-set-mark): Changed terminology
2003         refile-destination -> action-argument.
2004         (wl-summary-unset-mark): Ditto.
2005         (wl-summary-remove-argument): Ditto.
2006         (wl-summary-print-argument): Ditto.
2007
2008         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2009         (wl-thread-remove-argument-region): Ditto.
2010         (wl-thread-print-argument-region): Ditto.
2011         (wl-thread-close): Ditto.
2012         (wl-thread-open): Ditto.
2013
2014         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2015         (wl-highlight-refile-destination-face is abolished)
2016         (wl-highlight-action-argument-string): Ditto.
2017         (wl-highlight-summary-current-line): Highlight action argument.
2018
2019         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2020         color for light backgrounds.
2021         (wl-highlight-summary-answered-face): Ditto.
2022
2023 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2024
2025         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2026
2027         * wl-score.el (wl-summary-score-update-all-lines): Use
2028         wl-summary-set-mark.
2029         (wl-summary-score-update-all-lines): Kill expunged messages.
2030
2031         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2032
2033 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2034
2035         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2036         directly.
2037         (wl-score-overview-entity-get-lines): Ditto.
2038         (wl-score-overview-entity-get-xref): Ditto.
2039         (wl-score-get-latest-msgs): Ditto.
2040         (wl-summary-rescore): Ditto.
2041
2042         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2043         to "&".
2044         (wl-summary-mark-as-answered-internal): New inline function.
2045         (wl-summary-mark-as-answered): New function.
2046         (wl-summary-mark-as-unanswered): Ditto.
2047         (wl-summary-sync-marks): Modified for answered-mark synching.
2048
2049 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2050
2051         * wl-action.el (wl-summary-set-mark): Fixed last change.
2052
2053 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2054
2055         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2056         behavior of wl-summary-unread-message-hook
2057         (Pointed out by akira yamada <akira@arika.org>).
2058
2059 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2062         wl-summary-delete.
2063         * wl-xmas.el (wl-summary-toolbar): Ditto.
2064
2065         * wl-action.el (wl-summary-set-mark): Don't override current
2066         temp-mark.
2067
2068         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2069
2070 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2073         (wl-refile-msgid-learn): Ditto.
2074         (wl-refile-get-field-value): Ditto.
2075
2076         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2077
2078         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2079         (wl-expire-delete-reserved-messages): Renamed from
2080         wl-expire-reserve-marked-msgs-from-list.
2081         (wl-expire-delete): Removed argument `msgdb'.
2082         (wl-expire-refile): Ditto.
2083         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2084         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2085         mark-alist as argument.
2086         (wl-expire-archive-number1): Removed argument `msgdb'.
2087         (wl-expire-archive-number2): Ditto.
2088         (wl-expire-archive-date): Ditto.
2089         (wl-expire-localdir-date): Ditto.
2090         (wl-expire-hide): Ditto.
2091         (wl-archive-number1): Ditto.
2092         (wl-archive-number2): Ditto.
2093         (wl-archive-date): Ditto.
2094         (wl-archive-folder): Ditto.
2095         All other related portions are changed.
2096
2097 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2098
2099         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2100         mean move up and down. (suggested by Takashi Kawachi)
2101
2102 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2103
2104         * wl-acap.el (toplevel): Don't require un-define.
2105
2106 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-thread.el (wl-thread-delete-message): Always update
2109         wl-summary-buffer-number-list.
2110
2111         * wl-action.el (wl-summary-print-destination): 
2112         Do nothing when folder is nil.
2113
2114 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2115
2116         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2117         persistent mark when prefetch is succeeded.
2118
2119 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2120
2121         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2122         instead of elmo-msgdb-delete-msgs.
2123         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2124         (wl-expire-hide): Ditto.
2125
2126         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2127
2128         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2129         elmo-msgdb interface.
2130         (wl-thread-get-exist-children): Likewise.
2131         (wl-thread-insert-message): Likewise.
2132         (wl-thread-msg-mark-as-important): Likewise.
2133         (wl-thread-insert-entity-sub): Likewise.
2134         (wl-thread-get-children-msgs-uncached): Likewise.
2135
2136         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2137         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2138         (wl-summary-sync-update): Likewise.
2139         (wl-summary-auto-select-msg-p): Likewise.
2140         (wl-summary-update-thread): Likewise.
2141         (wl-summary-mark-as-important): Likewise.
2142         (wl-summary-jump-to-msg-internal): Likewise.
2143         (wl-summary-redisplay-internal): Likewise.
2144         (wl-summary-print-message-with-ps-print): Likewise.
2145         (wl-summary-folder-info-update): Likewise.
2146
2147         * wl-folder.el (wl-folder-check-one-entity):
2148         elmo-folder-count-flags instead of wl-summary-count-unread.
2149
2150         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2151
2152         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2153
2154         * wl-summary.el (wl-summary-set-message-modified): 
2155         Call wl-summary-set-mark-modified.
2156         (wl-summary-delete-messages-on-buffer): Call
2157         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2158         (wl-summary-sync-update): Call elmo-folder-length instead of
2159         elmo-folder-messages.
2160         (wl-summary-insert-headers): Don't call
2161         elmo-folder-list-message-entities.
2162
2163 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * wl-action.el (wl-summary-define-mark-action): Call
2166         `wl-summary-set-mark' with argument `data'.
2167         (wl-summary-auto-refile): Fixed order of arguments when call
2168         `wl-summary-refile'.
2169
2170 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2171
2172         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2173
2174         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2175
2176         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2177         (Renamed from wl-highlight-summary-deleted-face).
2178         (wl-highlight-summary-resend-face): New face.
2179
2180         (wl-highlight-summary-deleted-face): Renamed from
2181         wl-highlight-summary-erased-face.
2182
2183         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2184
2185         * wl-action.el (wl-summary-get-resend-address): New function.
2186         (wl-summary-exec-action-resend): Ditto.
2187         (wl-summary-exec-action-resend-subr): Ditto.
2188
2189         * w-thread.el (wl-thread-copy): Removed definition.
2190         (wl-thread-refile): Ditto.
2191         (wl-thread-delete): Ditto.
2192         (wl-thread-target-mark): Ditto.
2193
2194         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2195         (wl-summary-target-mark-set-action): Fixed.
2196         (wl-summary-define-mark-action): Fixed quotation.
2197         (wl-summary-move-mark-list-messages): Display message.
2198         (wl-summary-define-mark-action): Define thread functions.
2199         (wl-summary-exec-action-refile): Changed message.
2200         (wl-summary-exec): Ditto.
2201
2202 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2203         
2204         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2205         '%%'.
2206
2207 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2208
2209         * wl.el (toplevel): Require wl-action.
2210         (wl-init): Call wl-summary-define-mark-action.
2211
2212         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2213
2214         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2215         wl-summary-delete and wl-summary-erase.
2216         (wl-summary-mode-map): Ditto.
2217
2218         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2219         wl-delete-folder-alist.
2220
2221         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2222         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2223         (toplevel): Moved mark & action related functions to the wl-action.el.
2224
2225         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2226         in wl-summary-mark-action-list.
2227         (wl-highlight-summary-current-line): Ditto.
2228
2229         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2230         empty lines.
2231
2232         * wl-action.el: New file. 
2233
2234 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-summary.el (wl-summary-target-mark-replace): New function.
2237         (wl-summary-target-mark-prefetch): Use it.
2238         (wl-summary-target-mark-delete): Ditto.
2239         (toplevel): Rearranged definition order.
2240         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2241         (wl-summary-target-mark-erase): Rewrite.
2242         (wl-summary-erase-region): New function.
2243         (wl-summary-exec-action-erase): Changed message.
2244         (wl-summary-move-mark-list-messages): New function.
2245         (wl-summary-exec-action-delete): Use it.
2246         (wl-summary-exec-action-erase): Ditto.
2247
2248         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2249         (wl-summary-skip-mark-list): Added "d".
2250
2251         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2252         while searching.
2253
2254         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2255         and define using defcustom;
2256         Define 4th element as a face.
2257         
2258         * wl-summary.el (wl-summary-incorporate): Use 
2259         `wl-summary-prefetch-region-no-mark' instead of
2260         `wl-summary-prefetch-region'.
2261         (wl-summary-prefetch-region-no-mark): Revival of old
2262         `wl-summary-prefetch-region'.
2263         (wl-summary-mark-action-list): Moved to wl-vars.el
2264
2265         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2266         face according to the `wl-summary-mark-action-list'.
2267         (wl-highlight-summary-current-line): Ditto;
2268         Removed destination highlighting.
2269
2270         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2271         (wl-highlight-summary-line-string): Highlight for "i" mark.
2272         (wl-highlight-summary-current-line): Ditto.
2273
2274         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2275         no destination.
2276
2277         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2278         exists, just go ahead.
2279         (wl-summary-prefetch-region): Rewrite.
2280         (wl-summary-prefetch): Ditto.
2281         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2282         (wl-summary-exec-action-prefetch): New function.
2283         (wl-summary-target-mark-prefetch): Rewrite.
2284
2285 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2286
2287         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2288         (wl-highlight-summary-line-string): Added "d" and "D".
2289         (wl-highlight-summary-current-line): Ditto.
2290
2291         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2292         in wl-summary.el.
2293         (wl-thread-insert-entity-sub): Ditto.
2294         (wl-thread-remove-destination-region): Ditto.
2295         (wl-thread-print-destination-region): Ditto.
2296
2297         * wl-summary.el (wl-summary-buffer-refile-list,
2298         wl-summary-buffer-delete-list,
2299         wl-summary-buffer-copy-list): Abolish.
2300         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2301         All other related portions are changed.
2302         (wl-summary-mark-action-list): New variable.
2303         (wl-summary-set-mark): New function.
2304         (wl-summary-register-target-mark): Ditto.
2305         (wl-summary-unregister-target-mark): Ditto.
2306         (wl-summary-have-target-mark-p): Ditto.
2307         (wl-summary-register-temp-mark): Ditto.
2308         (wl-summary-unregister-temp-mark): Ditto.
2309         (wl-summary-registered-temp-mark): Ditto.
2310         (wl-summary-collect-temp-mark): Ditto.
2311         (wl-summary-unset-mark): Ditto.
2312         (wl-summary-set-target-mark): Ditto.
2313         (wl-summary-unset-target-mark): Ditto.
2314         (wl-summary-set-action-generic): Ditto.
2315         (wl-summary-unset-action-generic): Ditto.
2316         (wl-summary-exec-action-delete): Ditto.
2317         (wl-summary-exec-action-erase): Ditto.
2318         (wl-summary-set-action-refile): Ditto.
2319         (wl-summary-set-action-refile-subr): Ditto.
2320         (wl-summary-unset-action-refile): Ditto.
2321         (wl-summary-make-destination-numbers-list): Ditto.
2322         (wl-summary-exec-action-refile): Ditto.
2323         (wl-summary-set-action-copy): Ditto.
2324         (wl-summary-unset-action-copy): Ditto.
2325         (wl-summary-exec-action-copy): Ditto.
2326         (wl-summary-collect-numbers-region): Ditto.
2327         (wl-summary-delete): Rewrite.
2328         (wl-summary-erase): Ditto.
2329         (wl-summary-remove-destination): Ditto.
2330         (wl-summary-exec): Ditto.
2331         (wl-summary-exec-region): Ditto.
2332         (wl-summary-target-mark-erase): Ditto.
2333         (wl-summary-refile): Ditto.
2334         (wl-summary-copy): Ditto.
2335         (wl-summary-unmark): Ditto.
2336         (wl-summary-delete-all-mark): Ditto.
2337         (wl-summary-mark-line): Don't highlight.
2338         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2339         (wl-summary-target-mark-refile-subr): Rewrite.
2340
2341         (wl-summary-copy-prev-destination): Abolish.
2342
2343 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2344
2345         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2346         default values along the value of wl-on-mule.
2347         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2348         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2349         It is not used anywhere.
2350
2351 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2352
2353         * wl-summary.el (wl-summary-print-destination): Keep position.
2354         (wl-summary-cursor-move-surface): Keep horizontal position.
2355
2356 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2359         write sendlog.
2360
2361 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2362
2363         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2364         `wl-summary-highlight'.
2365
2366 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2367
2368         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2369         trivial condition for temp-mark.
2370
2371 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2372
2373         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2374         when it hits killed buffer.
2375
2376 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2377
2378         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2379         * wl-news.el.in: `message' and `error' take format string.
2380
2381 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2382
2383         * wl-folder (wl-folder-insert-entity): Display a message,
2384         `...done', when the work finish.
2385         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2386
2387 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2388
2389         * wl-message.el (wl-message-redisplay): Remove unused local
2390         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2391
2392 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2393
2394         * wl-summary.el (wl-summary-replace-status-marks): Disable
2395         interactive use.
2396         (wl-summary-reedit): Check message existence at first.
2397         (wl-summary-mark-line): Fix doc, return value is indefinite.
2398
2399         * wl-highlight.el (wl-highlight-message): Arranged.
2400
2401         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2402         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2403         check temp-mark by wl-summary-temp-mark always.
2404         (wl-highlight-summary): Change accordingly.
2405         * wl-summary.el (wl-summary-mark-as-read-all)
2406         (wl-summary-delete-cache, wl-summary-set-score-mark)
2407         (wl-summary-mark-as-unread, wl-summary-unmark)
2408         (wl-summary-mark-line, wl-summary-mark-as-read)
2409         (wl-summary-mark-as-important): Ditto.
2410
2411         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2412         end of the window if possible.
2413         * wl-summary.el (wl-summary-sync-update): Support lazy
2414         highlighting.
2415         (wl-summary-toggle-disp-msg): Ditto.
2416
2417 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2420
2421 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2422
2423         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2424         change.
2425
2426 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2427
2428         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2429         API.
2430         (wl-summary-sync-update): Ditto.
2431
2432         * wl-score.el (wl-score-get-score-alist): Changed argument.
2433         (wl-summary-rescore-msgs): Likewise.
2434         (wl-summary-score-headers): Likewise.
2435         (wl-score-headers): Likewise;
2436         Use elmo-folder-do-each-message-entity, etc.
2437         (wl-summary-score-effect): Follow the changes above.
2438         (wl-summary-rescore): Ditto.
2439         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2440         (wl-score-get-overview): Abolish.
2441
2442         * wl-summary.el (wl-summary-default-from): Follow the API change in
2443         elmo-msgdb.
2444         (wl-summary-count-unread): Ditto.
2445         (wl-summary-detect-mark-position): Ditto.
2446         (wl-summary-overview-entity-compare-by-date): Ditto.
2447         (wl-summary-overview-entity-compare-by-number): Ditto.
2448         (wl-summary-overview-entity-compare-by-from): Ditto.
2449         (wl-summary-overview-entity-compare-by-subject): Ditto.
2450         (wl-summary-get-list-info): Ditto.
2451         (wl-summary-rescan): Ditto.
2452         (wl-summary-jump-to-msg-by-message-id): Ditto.
2453         (wl-summary-sync-update): Ditto; Removed comment.
2454         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2455         (wl-summary-insert-message): Use wl-summary-insert
2456         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2457         (wl-summary-insert-headers): Changed argument overview to folder.
2458         (wl-summary-search-by-subject): Likewise.
2459         (wl-summary-insert-thread): Renamed from 
2460         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2461
2462         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2463         too.
2464
2465         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2466         wl-string-member.
2467
2468 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2469
2470         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2471         elmo-folder-append-buffer.
2472         (wl-draft-queue-append): Likewise.
2473
2474         * wl-mime.el (wl-message-delete-current-part): Ditto.
2475         (wl-summary-burst-subr): Ditto.
2476
2477         * wl-news.el.in (wl-news-send-news): Ditto.
2478
2479 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2480
2481         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2482         function.
2483         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2484         (wl-summary-update-mark): Enclose with save-excursion.
2485         (wl-summary-mark-as-read-internal): Fixed last change.
2486         (wl-summary-mark-as-important): Use 3rd argument of
2487         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2488         Don't use elmo-msgdb-set-mark.
2489         (wl-summary-redisplay-internal): If msgdb flag is already read,
2490         just update the mark on buffer.
2491
2492 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2493
2494         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2495         cut visible folder when elmo-folder-delete returns non-nil value.
2496
2497 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2498
2499         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2500         by Kenichi OKADA <okada@opaopa.org>).
2501
2502 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2503
2504         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2505
2506 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2507
2508         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2509         Fixed the last change, search group entity by its real name.
2510         (Thanks to: KOBAYASHI Shinji)
2511
2512 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2513
2514         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2515         (wl-fldmgr-access-display-all): Don't refer visible name.
2516         * wl-expire.el (wl-folder-archive-current-entity)
2517         (wl-folder-expire-current-entity): Ditto.
2518         * wl-folder.el (wl-folder-jump-to-current-entity)
2519         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2520         (wl-folder-open-folder-sub,wl-folder-open-all)
2521         (wl-folder-write-current-folder): Ditto.
2522         (wl-folder-insert-entity): Don't use petname for normal group.
2523         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2524         is the real name.
2525         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2526         Abolished.
2527
2528 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2529
2530         * wl-draft.el (wl-draft-create-buffer): Add
2531         `wl-summary-reply-with-citation'
2532
2533 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2534
2535         * wl-draft.el (wl-draft-reply): Fixed.
2536
2537 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2538
2539         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2540         when `wl-draft-send-confirm-with-preview' is non-nil.
2541         You can scroll up/down by j/k.
2542         (wl-draft-send-confirm-with-preview): New variable (default=t).
2543
2544 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2545
2546         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2547         (wl-fldmgr-save-folders): Fix comment.
2548
2549 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2550
2551         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2552         along the last change in `wl-folder-buffer-group-p'.
2553
2554 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2555
2556         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2557         folder.
2558
2559         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2560         the default value.
2561
2562         * wl-mime.el (wl-summary-burst): Update summary only when target
2563         folder equals current folder.
2564
2565 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2566
2567         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2568
2569 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2570
2571         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2572         value.
2573
2574 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2577         `map-extents' instead of `extent-at' repeatedly.
2578         (wl-highlight-folder-current-line): Ditto.
2579
2580         * wl-highlight.el: Remove useless dummy functions.
2581
2582 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2583
2584         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2585         (wl-folder-put-folder-property): New function to put text property.
2586         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2587         (wl-folder-insert-entity, wl-folder-update-diff-line)
2588         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2589         * wl-e21.el, wl-xmas.el, wl-mule.el
2590         (wl-highlight-folder-current-line): Ditto.
2591         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2592         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2593         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2594         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2595
2596 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2597
2598         * Version number is increased to 2.11.3.
2599
2600 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2601
2602         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2603         Resume current-buffer since it is assumed by remaining tasks.
2604
2605 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2606
2607         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2608         (wl-folder-completion-function): Abolished.
2609         (wl-folder-complete-folder): New function.
2610         (wl-folder-complete-filter-condition): Ditto.
2611         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2612         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2613
2614 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2615
2616         * wl-draft.el (wl-draft-send-confirm): New function.
2617         (wl-draft-send): Use it.
2618
2619         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2620         cursor-in-echo-area while confirming.
2621
2622         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2623
2624         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2625         searching via nntp if wl-summary-search-via-nntp is 'force.
2626         Otherwise, invoke searching in nntp folder only.
2627         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2628
2629         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2630         explicitly for mime-make-text-tag.
2631
2632 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2633
2634         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2635         `mime-make-text-tag' instead of `mime-create-tag'.
2636
2637 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2638
2639         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2640         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2641
2642 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2643
2644         * wl-score.el (wl-score-save): Bind print-length and print-level.
2645         (wl-score-pretty-print): Ditto.
2646         (wl-score-edit-insert-header-entry): Ditto.
2647
2648         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2649         "From" entry to be treated with wl-draft-eword-encode-address-list.
2650         * wl-mime.el (wl-draft-preview-message): Ditto.
2651
2652         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2653         (wl-summary-mark-as-unread): Ditto.
2654         (wl-summary-mark-as-read-region): Change accordingly.
2655         (wl-summary-mark-as-unread-region): Ditto.
2656         (wl-summary-target-mark-mark-as-read): Ditto.
2657         (wl-summary-target-mark-mark-as-unread): Ditto.
2658
2659 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2660
2661         * Version number is increased to 2.11.2.
2662
2663 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2664
2665         * wl-news.el.in (wl-news-previous-version-save): Bind
2666         print-length and print-level.
2667         * wl-thread.el (wl-thread-save-entities): Ditto.
2668         (wl-thread-save-top-list): Bind print-length.
2669
2670 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2671
2672         * wl-highlight.el (wl-highlight-summary-line-string): Use
2673         wl-summary-score-below-mark, wl-summary-score-over-mark.
2674         (wl-highlight-summary-current-line): Ditto.
2675
2676 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2677
2678         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2679         insert it.
2680
2681 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2682
2683         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2684
2685 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2686
2687         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2688         message without msgid.
2689         Rewrite with elmo-folder-move-messages.
2690         Set wl-message-buffer to nil.
2691
2692         * wl-summary.el (wl-summary-erase-subr): New function. Use
2693         elmo-folder-move-messages.
2694         (wl-summary-erase): Call it.
2695         (wl-summary-target-mark-erase): Ditto.
2696
2697 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2698
2699         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2700         it is not up-tp-date.
2701
2702 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2703
2704         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2705         buffer after calling `wl-summary-goto-folder-subr' without the
2706         argument `interactive'.
2707         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2708
2709 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2710
2711         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2712         `mime-create-tag'. Use `string=' instead of `looking-at'.
2713
2714 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2715
2716         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2717         to avoid compile warning.
2718
2719         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2720         entity-id when folder is given.
2721         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2722         save-excursion, use save-selected-window instead.
2723         Select folder buffer window if exists.
2724         (To correct behavior with wl-folder-move-cur-folder.)
2725
2726 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2727
2728         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2729
2730 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2731
2732         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2733         list-count instead of %d.
2734
2735 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2736
2737         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2738         (wl-news): Set it.
2739         (wl-news-append-to-folder): Use it.
2740
2741         * wl-news.el.in (wl-news-send-news): Append to specified folder
2742         instead of wl-default-folder.
2743         (wl-news-append-to-folder): Show error message with specified folder.
2744
2745         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2746                 In most major modes, Emacs assumes that any opening
2747                 delimiter found at the left margin is the start of a
2748                 top-level definition, or defun. Therefore, *never put an
2749                 opening delimiter at the left margin unless it should have
2750                 that significance.*
2751
2752         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2753
2754 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2755
2756         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2757
2758 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2759
2760         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2761
2762 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2763
2764         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2765         for sequential numbering case.
2766
2767 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2768
2769         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2770         value.
2771         (wl-draft-reply-without-argument-list): Ditto.
2772         (wl-draft-reply-myself-with-argument-list): Abolish.
2773         (wl-draft-reply-myself-without-argument-list): Ditto.
2774         * wl-draft.el (wl-draft-self-reply-p): New function.
2775         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2776
2777 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2778
2779         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2780         (avoid error for the case without byte-compiling)
2781
2782 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2783
2784         * wl-news.el.in (wl-news-append-to-folder): New function.
2785         (wl-news-exit): Rewrite.
2786         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2787
2788 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2789
2790         * wl-draft.el (wl-draft-reply-position): New function.
2791         (wl-draft-reply-position): Fix.
2792         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2793         (wl-summary-target-mark-reply-with-citation): Ditto.
2794         (wl-summary-reply-with-citation): Ditto.
2795         * wl-vars.el (wl-draft-reply-default-position): New variable.
2796
2797 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2798
2799         * wl-draft.el (wl-draft-send): Preview when interactive send.
2800
2801 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2802
2803         * wl-draft.el (wl-draft-reply): Set default position.
2804         * wl-summary.el (wl-summary-reply): Ditto.
2805         (wl-summary-reply-with-citation): Ditto.
2806         (wl-summary-target-mark-reply-with-citation): Ditto.
2807
2808 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2809
2810         * wl-news.el.in (wl-news-lang): Set default value according to
2811         current-language-environment.
2812         (wl-news-append-news): Do nothing when news-list is nil.
2813
2814 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2815
2816         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2817         (wl-news): Change message.
2818         (wl-news-exit): Check buffer.
2819         (wl-news-force-exit): New function.
2820         (wl-news-show-all): New function.
2821         (wl-news-discard-and-exit): Fix.
2822
2823 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2824
2825         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2826         according to current-language-environment.
2827
2828         * wl-news.el.in (wl-news): If arg, show all NEWS after
2829         wl-news-default-previous-version.
2830
2831 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2832
2833         * wl-news.el.in (wl-news-check): Rewritten.
2834         (wl-news-previous-version-load): Change data type.
2835         (wl-news-previous-version-save): Change data type.
2836         (wl-news-append-news): Add return value.
2837         (wl-news-check-news): New function.
2838         (wl-news-already-current-p): New function.
2839         (wl-news-send-news): Rewritten.
2840         (wl-news-mode-map): Add new keybind.
2841         (wl-news): Rewritten.
2842         (wl-news-exit): Rewritten.
2843         (wl-news-discard-and-mail): New function.
2844         (wl-news-send-to-address): Abolished.
2845         * wl.el (wl-init): Delete a message.
2846
2847 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2848
2849         * wl-news.el.in (wl-news-exit): Update previous version.
2850         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2851
2852 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2853
2854         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2855
2856 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2857
2858         * wl-news.el.in (wl-news): New function.
2859         (wl-news-mode): New function.
2860         (wl-news-next-line): New function.
2861         (wl-news-next-page): New function.
2862         (wl-news-exit): New function.
2863         (wl-news-buf-name): New variable.
2864         (wl-news-mode-map): New variable.
2865         (wl-news-winconf): New variable.
2866         (wl-news-append-news): Add an option.
2867
2868 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2869
2870         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2871
2872 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2873
2874         * wl-news.el.in (wl-news-send-to-address): New variable.
2875         (wl-news-send-news): Use it.
2876         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2877         Return updating status.
2878         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2879
2880 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2881
2882         * wl-news.el.in (wl-news-send-news): Delete
2883         Organization and X-Face.
2884
2885 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2886
2887         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2888         (wl-news-append-news): New function.
2889         (wl-news-send-news): New function.
2890
2891 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2892
2893         * Version number is increased to 2.11.1.
2894
2895 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2896
2897         * wl-news.el.in : New file.
2898
2899 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2900
2901         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2902         default value.
2903         (wl-draft-reply-without-argument-list): Ditto.
2904
2905 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2906
2907         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2908         (wl-message-buffer-prefetch-idle-time): Ditto.
2909         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2910
2911 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-thread.el (wl-thread-insert-message): Use
2914         wl-summary-max-thread-depth.
2915
2916         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2917         loop detection.
2918
2919         * wl-message.el (wl-message-buffer-display): Back to the first page
2920         when cache is hit.
2921
2922 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2925
2926         * wl-summary.el (wl-summary-insert-thread-entity):
2927         If the thread depth is reached to wl-summary-max-thread-depth,
2928         divide the thread.
2929
2930 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2931
2932         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2933         for elmo-remove-passwd.
2934
2935 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2938         folder is sticky.
2939         (wl-folder-mark-as-read-all-entity): Ditto.
2940         (wl-folder-prefetch-entity): Ditto.
2941
2942 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2943
2944         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2945
2946 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2947
2948         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2949         Delete messages on buffer for unplugged operation.
2950         (wl-summary-erase): Ditto.
2951
2952 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2953
2954         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2955         take nil so as not to search parent by subject.
2956
2957 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2958
2959         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2960         (wl-folder-get-next-folder): Ditto.
2961         (wl-folder-get-path): Ditto.
2962
2963 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2964
2965         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2966         system and encode the region with it before verifying.
2967
2968 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2969
2970         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2971         system of the echo buffer before decoding.
2972
2973 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2974
2975         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2976         original contents.
2977
2978 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2979
2980         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2981         with argument 'any-exists.
2982
2983 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2984
2985         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2986         Use `wl-cs-autoconv'.
2987
2988 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2989
2990         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2991         by `mime-view-automatic-conversion'.
2992
2993         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2994         (wl-message-verify-pgp-nonmime): Ditto.
2995         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2996         Bind them to C-c:d and C-c:v respectively.
2997
2998         Merge following code by Teranishi-san from [wl-en:00167].
2999         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3000         (wl-mime-preview-application/pgp-encrypted): Ditto.
3001         (wl-mime-setup): Add entry.
3002
3003 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3004
3005         * wl-summary.el (wl-summary-target-mark-erase): New function.
3006         Bind it to "mD".
3007
3008 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3009
3010         * wl-vars.el (wl-draft-write-file-function): Fix.
3011         (wl-draft-reedit-hook): Changed default value.
3012
3013         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3014         wl-draft-reedit-hook.
3015         (wl-draft-remove-text-plain-tag): New function.
3016         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3017
3018         * wl-vars.el (wl-draft-write-file-function): New user option.
3019
3020         * wl-draft.el (wl-draft-prepare-edit): Use it for
3021         local-write-file-hooks.
3022         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3023
3024         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3025         (wl-draft-insert-mail-header-separator): Return the body beginning
3026         point.
3027         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3028         text/plain.
3029         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3030
3031 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3032
3033         * wl-summary.el (wl-summary-erase): New function to erase message
3034         without moving it to trash. Bind to "D".
3035
3036         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3037         as `keep' unless switch-function.
3038
3039 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3040
3041         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3042         message buffer by using `wl-summary-toggle-disp-msg'.
3043         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3044         buffer window.
3045         (wl-summary-supresedes-message): Ditto.
3046
3047         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3048         Do not delete other windows.
3049         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3050         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3051         (wl-draft-create-buffer): Set reply-or-forward also for target
3052         mark commands.
3053
3054 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl-draft.el (wl-user-agent-compose): Delete special case for
3057         switch-to-buffer-other-window.
3058
3059         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3060         (wl-summary-forward): Ditto.
3061
3062         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3063         function.
3064         (wl-draft-buffer-style): New use option.
3065
3066         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3067         (wl-draft): Follow the change above.
3068         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3069         wl-draft-buffer-style.
3070         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3071         switch-function.
3072
3073 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3074
3075         * wl-draft.el (wl-user-agent-compose): Delete special case for
3076         switch-to-buffer-other-window.
3077
3078         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3079         (wl-summary-forward): Ditto.
3080
3081         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3082         function.
3083         (wl-draft-buffer-style): New use option.
3084
3085         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3086         (wl-draft): Follow the change above.
3087         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3088         wl-draft-buffer-style.
3089         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3090         switch-function.
3091
3092 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3093
3094         * wl-address.el (wl-address-make-completion-entry): Extracted from
3095         `wl-address-make-completion-list'.
3096         (wl-address-enable-strict-loading): New variable.
3097         (wl-address-make-completion-list): Revive petname duplication
3098         inquiry, and enable it if `wl-address-enable-strict-loading'.
3099         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3100
3101 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3102
3103         * wl-message.el (wl-message-get-original-buffer): Avoid
3104         'Selecting deleted buffer' error when original buffer is killed.
3105
3106 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3107
3108         * wl-summary.el (wl-summary-next-message): Use
3109         elmo-message-accessible-p instead of elmo-message-cached-p.
3110
3111 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3112
3113         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3114
3115         * wl-thread.el (wl-thread-open-all-unread): Use
3116         elmo-folder-list-flagged instead of
3117         elmo-folder-list-messages-mark-match.
3118
3119         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3120         instead of elmo-folder-list-messages-mark-match.
3121         (wl-summary-move-spec-alist): New variable.
3122         (wl-summary-move-spec-plugged-alist,
3123         wl-summary-move-spec-unplugged-alist): Abolish.
3124         (wl-summary-next-message): Follow the change above.
3125         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3126         with 'no-msg' argument.
3127
3128         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3129         variable.
3130         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3131         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3132         (wl-message-buffer-prefetch-get-next): Follow the change above.
3133
3134 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3135
3136         * wl-version.el (wl-version): Changed codename.
3137
3138         * Version number is increased to 2.11.0.
3139
3140 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3141
3142         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3143         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3144         `wl-draft-config-variables'.
3145         (wl-draft-kill): Fixed problem when the draft is reedit.
3146
3147 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3148
3149         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3150         buffer-modified status (Thanks to
3151         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3152
3153 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3154
3155         * wl-util.el (wl-region-exists-p): New function.
3156
3157         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3158         Remove defvars for byte-compile warnings.
3159
3160 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3161
3162         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3163         defvar-maybe. Removed unused bind.
3164
3165 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3166
3167         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3168         summary buffer window before creating new frame.
3169         (wl-draft-reply): Ditto.
3170
3171 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3172
3173         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3174
3175 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3176
3177         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3178
3179 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3180
3181         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3182         instead of `kill-region'.
3183
3184 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3185
3186         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3187         (wl-highlight-summary-line-string): Use it.
3188         (wl-highlight-summary-current-line): Ditto.
3189
3190         * wl-mime.el (wl-message-delete-current-part): Check the class of
3191         mime-entity.
3192
3193         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3194
3195         * wl-summary.el (wl-summary-make-number-list): Initialize.
3196         (wl-summary-update-mark): New function.
3197         (wl-summary-reply): Put `answered' mark on the message.
3198         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3199
3200         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3201         (wl-draft-reply): Added optional argument `number';
3202         Set wl-draft-parent-number.
3203         (wl-draft-kill): Delete answered mark if it is a reply.
3204
3205 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3206
3207         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3208         that originates in mime-preview-follow-current-entity.
3209         (wl-draft-yank-current-message-entity): Use it if region is active.
3210
3211         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3212         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3213         `wl-message-delete-current-part'.
3214         * wl-mule.el (wl-message-define-keymap): Ditto.
3215         * wl-xmas.el (wl-message-define-keymap): Ditto.
3216
3217 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3218
3219         * wl-mime.el (wl-message-delete-current-part): New function.
3220         (wl-mime-node-id-to-string): Ditto.
3221
3222         * wl-mime.el (wl-message-delete-current-part): Use existing
3223         original buffer which corresponds current mime-view buffer.
3224         (fetched buffer might have different structure, possibly)
3225
3226         * wl-mime.el (wl-message-delete-current-part): Quit if the
3227         message content differs from the actual message.
3228
3229 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3232         order.
3233         (wl-summary-search-by-subject): Search parent message from tail;
3234         Check the existence of the parent message on the current thread tree.
3235         (wl-summary-update-thread): Check whether the line is inserted.
3236
3237 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3238
3239         * wl-vars.el (wl-summary-line-format): Undo last change.
3240         * wl-summary.el (wl-summary-print-destination): Do not put
3241         invisible property when `wl-summary-width' is nil.
3242         (wl-summary-line-subject-minimum-length): Abolished.
3243         (wl-summary-line-subject): Ditto.
3244
3245 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3246
3247         * wl-vars.el (wl-summary-line-format): Change default value.
3248         (wl-summary-subject-length-limit): Abolished.
3249         * wl-summary.el (wl-summary-line-subject): Ditto.
3250
3251 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3252
3253         * wl-template.el (wl-template-select): Added optional argument.
3254         If optional argument is specified, reverse
3255         `wl-template-visible-select'.
3256
3257 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3258
3259         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3260         Take prefix argument to force asking the destination folder.
3261
3262 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3263
3264         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3265         count and update status.
3266
3267 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3268
3269         * wl-summary.el (wl-summary-redisplay-internal): If
3270         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3271         after fetching.
3272
3273 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3274
3275         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3276         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3277
3278         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3279
3280 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3281
3282         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3283         (All other related portions are changed).
3284         (wl-summary-mark-as-read-all): Rewrite.
3285
3286 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3289         `wl-summary-mark-as-read'.
3290         (wl-summary-mark-as-unread): Rewrite.
3291         (wl-summary-mark-as-read): Added no-modeline argument.
3292         (wl-summary-resume-cache-status): Rewrite.
3293         (wl-summary-exec-subr): Remove unused local variable.
3294
3295 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3296
3297         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3298         logic to call `wl-summary-buffer-prev-folder-function'.
3299         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3300
3301 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3302
3303         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3304         is nil.
3305
3306 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3307
3308         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3309         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3310         (wl-mime-setup): Add its entry.
3311
3312 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3313
3314         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3315         (wl-summary-delete-cache): Likewise.
3316         (wl-summary-mark-as-read): Rewrite.
3317
3318 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3319
3320         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3321         `wl-summary-count-unread'.
3322
3323         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3324
3325         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3326
3327 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3330         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3331         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3332         Renamed to the elmo-msgdb-*-mark.
3333         (wl-summary-score-marks): Follow the change above.
3334         (wl-summary-auto-refile-skip-marks): Ditto.
3335         (wl-summary-incorporate-marks): Ditto.
3336         (wl-summary-expire-reserve-marks): Ditto.
3337
3338         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3339         changes.
3340         (wl-thread-insert-top): Changed updating message.
3341
3342         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3343         variable.
3344         (wl-summary-count-unread): Count answered marks.
3345         (wl-summary-rescan): Call wl-summary-insert-message instead of
3346         wl-summary-append-message-func-internal.
3347         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3348         (wl-summary-prefetch-msg): Follow the variable name changes.
3349         (wl-summary-prefetch-region): Ditto.
3350         (wl-summary-mark-as-read-all): Follow the API changes;
3351         Don't call elmo-folder-replace-marks.
3352         (wl-summary-delete-cache): Follow the variable name changes.
3353         (wl-summary-resume-cache-status): Ditto.
3354         (wl-summary-update-status-marks): New function.
3355         (wl-summary-insert-message): New function.
3356         (wl-summary-sync-marks): Follow the variable name changes.
3357         (wl-summary-sync-update): Synchronize to the msgdb, too;
3358         Changed update messages.
3359         (wl-summary-make-number-list): Rewrite.
3360         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3361         (wl-summary-mark-as-unread): Follow the API changes.
3362         (wl-summary-exec-subr): Follow the variable name changes.
3363         (wl-summary-mark-as-read): Ditto.
3364         (wl-summary-move-spec-plugged-alist): Ditto.
3365         (wl-summary-move-spec-unplugged-alist): Ditto.
3366         (wl-summary-cursor-move-surface): Ditto.
3367
3368         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3369         variable name changes.
3370         (wl-highlight-summary-current-line): Ditto.
3371
3372         * wl-expire.el (wl-expire-refile): Follow the API change in
3373         elmo-folder-move-messages.
3374         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3375         (wl-summary-archive): Use elmo-folder-msgdb instead of
3376         elmo-msgdb-load.
3377
3378 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3379
3380         * wl-mime.el (wl-draft-preview-message): Restore the position
3381         before evaluating wl-draft-send-hook in preview buffer.
3382
3383 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3384
3385         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3386         when it creates new draft buffer.
3387
3388         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3389         without argument.
3390
3391         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3392         Evaluate content and if the value is string, insert it.
3393         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3394         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3395         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3396         wl-draft-config-sub-part-bottom): Use it.
3397
3398         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3399         with the folder name. The question was unintelligible when it is
3400         called from wl-save-status.
3401
3402 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3405         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3406         cannot take second argument).
3407
3408 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3409
3410         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3411         as t. Since type and subtype are not case sensitive (RFC 2045).
3412
3413 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3414
3415         * wl-vars.el (wl-message-mode-line-format): New variable.
3416         (wl-message-mode-line-format-spec-alist): Ditto.
3417         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3418         (wl-message-redisplay): Use wl-message-mode-line-format.
3419
3420 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3421
3422         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3423
3424 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3425
3426         * wl-summary.el (wl-summary-default-from): Write description.
3427
3428 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3429
3430         * wl-vars.el (wl-ldap-objectclass): Abolish.
3431
3432         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3433         (wl-ldap-make-filter): Removed condition for objectclass.
3434         (wl-ldap-make-matched-value-list): Remove meaningless process.
3435         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3436         (wl-address-ldap-search): Don't add `*' to `pat' string;
3437         use ignore-errors; added `email';
3438         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3439         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3440         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3441
3442
3443 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3444
3445         * wl-draft.el (wl-draft-parent-folder): Write description.
3446         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3447
3448 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3449
3450         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3451         as "" (zero-length string) if no parent.
3452         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3453
3454 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-address.el (wl-address-make-completion-list): Skip duplication
3457         checking.
3458         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3459         `append'.
3460
3461 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3462
3463         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3464         instead of `beginning-of-buffer'.
3465
3466 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3469
3470 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3473         Refer wl-message-buffer-name.
3474         (wl-message-wheel-down): Ditto.
3475
3476 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3477
3478         * wl-vars.el (wl-message-buffer-name): New user option.
3479
3480         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3481         directly instead of making alist dinamically.
3482
3483         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3484         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3485         wl-message-buffer-cache-name.
3486         (wl-message-buffer-cache-clean-up): Ditto.
3487
3488         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3489
3490         * Version number is increased to 2.9.15.
3491
3492 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3493
3494         * wl-vars.el (wl-summary-default-view-alist): New user option.
3495
3496         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3497
3498         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3499         while deleting address.
3500         (wl-draft-delete-myself-from-cc): Ditto.
3501
3502         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3503         If optional argument is specified, reverse sort order.
3504
3505         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3506
3507 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3508
3509         * wl-thread.el (wl-thread-insert-message): Return parent number if
3510         exists.
3511         (wl-thread-update-indent-string-region): Use
3512         wl-thread-update-line-on-buffer-sub instead of
3513         wl-thread-update-line-on-buffer.
3514
3515 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3516
3517         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3518         (wl-folder-close-all): Ditto.
3519
3520 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3521
3522         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3523         and mailing-list:.
3524         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3525         value.
3526         (wl-summary-line-list-info): Print mailing-list name even when 
3527         list-number is empty.
3528
3529 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3530
3531         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3532
3533         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3534         (wl-draft-open-file): Ditto.
3535         (wl-draft-random-alphabet): Ditto.
3536
3537         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3538         bindings.
3539
3540 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3541
3542         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3543         * wl-vars.el (wl-draft-config-alist): Ditto.
3544
3545 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3546
3547         * Version number is increased to 2.9.14.
3548
3549         * wl.el (wl): Don't set wl-init as nil when error occured while
3550         auto-checking folders.
3551
3552         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3553         `elmo-expand-newtext'.
3554
3555 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3556
3557         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3558         `this-command' so that `wl-folder-goto-folder' contained in
3559         `wl-summary-keep-cursor-command' work.
3560
3561 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3562
3563         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3564         message buffer displaying state.
3565
3566 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3567
3568         * wl-vars.el (wl-summary-default-view): New variable to specify
3569         default value for `wl-summary-buffer-view' instead of using
3570         set-default.
3571         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3572
3573 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3574
3575         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3576
3577         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3578
3579 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3580
3581         * wl-vars.el (wl-forward-subject-prefix): New variable.
3582         * wl-draft.el (wl-draft-forward): Use it.
3583
3584 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3585
3586         * wl-message.el (wl-message-prev-page): When it is called without
3587         lines argument, scroll down by wl-message-scroll-amount lines.
3588         (wl-message-next-page): Ditto.
3589         * wl-vars.el (wl-message-scroll-amount): Change default value
3590         to preserve current behavior.
3591
3592 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3593
3594         * wl-summary.el (wl-summary-prefetch-msg): Bind
3595         `wl-message-entity' to call `wl-summary-from-function'.
3596
3597 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3598
3599         * wl-message.el (wl-message-buffer-create): Run
3600         wl-message-buffer-created-hook.
3601
3602 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-summary.el (wl-summary-sort-specs): New variable.
3605         (wl-summary-default-sort-spec): Ditto.
3606         (wl-summary-sort): Rewrite.
3607         (wl-summary-sort-by-list-info): New function.
3608
3609 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3610
3611         * wl-summary.el (wl-summary-get-list-info): New function.
3612         (wl-summary-sort): Rewrite.
3613         (wl-summary-line-list-info): Ditto.
3614         (wl-summary-line-list-count): Ditto.
3615         (wl-summary-refile-region): Fixed docstring.
3616
3617 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3620         `wl-folder-entity-hashtb' as completion table.
3621
3622 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3625         only when this command is called interactively; silence the byte-
3626         compiler.
3627
3628 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3629
3630         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3631         active in XEmacs.
3632
3633 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3634
3635         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3636         plural lines.
3637
3638 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3639
3640         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3641         of current line when the cursor is on the header name.
3642         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3643
3644 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3645
3646         * wl-util.el (wl-read-directory-name): Return displayed directory
3647         as the default value also on XEmacs.
3648
3649 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3650
3651         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3652         formatting.
3653
3654 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3655
3656         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3657         argument and when it is non-nil, check face property before
3658         highlighting for each line.
3659         (wl-highlight-summary-window): Set it.
3660
3661 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3662
3663         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3664         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3665
3666         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3667         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3668         (wl-draft-get-fcc-list): Likewise.
3669
3670 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3671
3672         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3673         (wl-thread-entity-cur): Ditto.
3674         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3675         wl-thread-indent-regexp setting.
3676         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3677
3678         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3679         wl-summary-lazy-highlight.
3680         (wl-summary-display-bottom): Ditto.
3681
3682         * wl-thread.el (wl-thread-open-close): Likewise.
3683
3684         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3685         from and subject;
3686         Bind wl-draft-use-frame;
3687         Enclose with save-window-excursion;
3688         Use wl-draft-create-buffer instead of with-temp-buffer;
3689         Use wl-draft-prepare-edit;
3690         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3691         Use wl-draft-send instead of wl-draft-raw-send.
3692
3693 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3694
3695         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3696         of using wl-from.
3697
3698 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3699
3700         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3701         insert-buffer instead of clone-buffer.
3702         (wl-draft-doing-mime-bcc): New variable.
3703         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3704         infinite loop.
3705         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3706
3707         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3708         (wl-draft-mime-bcc-body): Ditto.
3709
3710         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3711         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3712         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3713         wl-draft-do-mime-bcc.
3714         (wl-draft-mime-bcc-field): New function.
3715         (wl-draft-do-mime-bcc): Ditto.
3716
3717         * wl-address.el (wl-address-complete-header-list): New variable.
3718         (wl-address-complete-header-regexp): Changed default value.
3719
3720         * Version number is increased to 2.9.13.
3721
3722 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3723
3724         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3725         it is differed.
3726
3727 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3728
3729         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3730         (wl-summary-line-list-count): Ditto.
3731
3732 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3733
3734         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3735         (wl-nntp-posting-function): New variable.
3736         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3737         `wl-nntp-posting-config-alist'.
3738
3739 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3740
3741         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3742         FLIM.
3743
3744 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3745
3746         * wl-summary.el (wl-summary-target-mark-refile-sub):
3747         Remove a nuisance funcall.
3748
3749 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3752         as t for `try-completion'.
3753
3754 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * wl-summary.el (wl-summary-default-from): Use
3757         wl-address-header-extract-address instead of
3758         std11-extract-address-components.
3759         (wl-summary-simple-from): Ditto.
3760         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3761         (wl-summary-insert-headers): Show message.
3762         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3763         for whole line.
3764         (wl-summary-default-from): Revert last change.
3765         (wl-summary-simple-from): Ditto.
3766         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3767         (wl-summary-mark-as-read-region): Follow the change above.
3768         (wl-summary-sync-marks): Ditto.
3769         (wl-summary-target-mark-mark-as-read): Ditto.
3770         (wl-summary-redisplay-internal): Ditto.
3771         (wl-summary-redisplay-no-mime-internal): Ditto.
3772         (wl-summary-redisplay-all-header): Ditto.
3773         (wl-summary-mark-as-read): Removed argument `cached';
3774         Use current cache status to set cache mark.
3775         (wl-summary-redisplay-internal): Follow the change above.
3776         (wl-summary-redisplay-no-mime-internal): Ditto.
3777         (wl-summary-redisplay-all-header): Ditto.
3778
3779         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3780
3781         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3782         Don't call itself recursively (Adviced by Yamaoka-san).
3783
3784 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3785
3786         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3787         bind wl-summary-highlight as nil to avoid error caused by missing
3788         local variables.
3789
3790 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3791
3792         * wl-vars.el (wl-invalid-character-message): New user option.
3793
3794         * wl-util.el (wl-set-string-width): If truncated string-width is
3795         larger than specified width, use `wl-invalid-character-message'.
3796
3797 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3798
3799         * wl-summary.el (wl-summary-prefetch-msg): 
3800         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3801
3802 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * wl-vars.el (wl-summary-check-line-format): New user option.
3805         (wl-summary-line-format-file): Ditto.
3806
3807         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3808         variable.
3809         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3810         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3811         and `wl-summary-view-old-p' to check whether do a rescan or not.
3812         (wl-summary-view-old-p): New function.
3813         (wl-summary-line-format-changed-p): Ditto.
3814         (wl-summary-line-format-save): Ditto.
3815         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3816
3817         * wl-util.el (wl-set-string-width): Avoid using negative number
3818         for make-string.
3819
3820 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3821
3822         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3823         return value.
3824
3825         * wl-util.el (wl-set-string-width): Added optional argument
3826         `padding' (All other related portions are changed).
3827         (wl-line-parse-format): If the first letter of column number is
3828         `0', zero-padding the result (ex: "%05l").
3829
3830         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3831
3832 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3833
3834         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3835         sequential summary view.
3836
3837 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3840         if it doesn't have a -unix version.
3841
3842 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3843
3844         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3845
3846 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3849         content.
3850         (wl-draft): Follow the change above.
3851
3852         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3853
3854         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3855         and wl-folder-summary-line-format-alist contain %T and %P.
3856
3857         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3858         (wl-summary-mode-line-format): New user option.
3859         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3860         (wl-summary-line-format): Changed default value.
3861         (wl-summary-lazy-highlight): Changed default value.
3862
3863         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3864         change in wl-summary-create-line.
3865         (wl-thread-insert-entity-sub): Ditto.
3866
3867         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3868         (wl-summary-buffer-unread-status): Ditto.
3869         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3870         (wl-summary-buffer-persistent-mark-column): Ditto.
3871         (wl-summary-buffer-mode-line-formatter): Ditto.
3872         (wl-summary-buffer-mode-line): Ditto.
3873         (wl-summary-message-regexp): Abolished.
3874         (All other related portions are changed.)
3875         (wl-summary-detect-mark-position): New function.
3876         (wl-summary-buffer-set-folder): Setup
3877         wl-summary-buffer-mode-line-formatter.
3878         (wl-summary-mode): Setup selective-display;
3879         Setup pre-idle-hook when xemacs.
3880         (wl-summary-update-modeline): Rewrite.
3881         (wl-summary-jump-to-msg): Define as function;
3882         Changed regexp for searching messages.
3883         (wl-summary-message-number): Rewrite.
3884         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3885         Do rescan when old type summary cache.
3886         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3887         (wl-summary-remove-destination): Use '\r' to detect EOL.
3888         (wl-summary-print-destination): Ditto.
3889         (wl-summary-temp-mark): New inline function.
3890         (wl-summary-persistent-mark): Ditto.
3891         (wl-summary-line-number): New function.
3892         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3893         (wl-summary-line-list-count): New function.
3894         (wl-summary-create-line): Added argument persistent-mark.
3895         (All other related portions are changed)
3896         (wl-summary-create-line): Insert '\r'.
3897         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3898         (wl-summary-cursor-move-surface): New inline function.
3899         (wl-summary-prev): Use it.
3900         (wl-summary-next): Ditto.
3901
3902         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3903         wl-summary-message-regexp.
3904         (wl-highlight-summary): Delete progress message.
3905         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3906
3907         * Version number is increased to 2.9.12.
3908
3909 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3910
3911         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3912         variable (nil: no minimum).
3913         (wl-summary-line-subject): Add some spaces after subject by
3914         wl-summary-line-subject-minimum-length.
3915
3916 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3917
3918         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3919         and removed `F'.
3920         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3921         change above).
3922
3923 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3924
3925         * wl-summary.el (wl-summary-line-list-count): Reverted.
3926         (example setting in samples/*/dot.wl is also updated)
3927
3928 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3929
3930         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3931
3932         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3933
3934         * wl-vars.el (wl-summary-line-format): Addes some description to the
3935         docstring.
3936
3937         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3938         (wl-summary-line-close-bracket): Ditto.
3939         (wl-summary-line-children-number): Ditto.
3940         (wl-summary-line-thread-indent): Ditto.
3941         (wl-summary-line-children-and-from): Ditto.
3942
3943         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3944         't', 'c', 'F' and added 'C'.
3945
3946         * wl-util.el (wl-set-string-width): Accept negative value.
3947         (wl-line-parse-format): Added "%number(" and "%)".
3948
3949 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3950
3951         * wl-summary.el (wl-summary-line-list-count): Change format of the
3952         return value.
3953
3954 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3955
3956         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3957         from the recent message.el.
3958         (wl-draft-point-in-header-p): Ditto.
3959         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3960         wl-draft-beginning-of-line.
3961         * wl-e21.el (wl-draft-mode-map): Ditto.
3962         * wl-xmas.el (wl-draft-mode-map): Ditto.
3963
3964         * wl-folder.el: Sort macrodefs by dependencies.
3965
3966 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3967
3968         * wl-summary.el (wl-summary-prev): Fixed regexp.
3969         (wl-summary-next): Ditto.
3970
3971 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3972
3973         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3974
3975 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3976
3977         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3978         for backward compatibility.
3979
3980 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3981
3982         * wl-summary.el (wl-summary-line-list-count): New function, merged
3983         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3984         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3985         list counts.
3986
3987 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3988
3989         * wl-summary.el (wl-summary-create-line): Ignore errors while
3990         timezone-fix-time.
3991
3992         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3993
3994         * wl-summary.el (wl-summary-sync-update): Ditto.
3995         (wl-summary-default-from): Use wl-message-entity
3996         instead of entity.
3997
3998         * wl-summary.el (wl-summary-create-line): Fix.
3999
4000         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4001         (wl-summary-line-format): New user option.
4002         (wl-folder-summary-line-format-alist): Ditto.
4003         (wl-summary-from-width): Abolished.
4004
4005         * wl-util.el (toplevel): Require 'bytecomp.
4006         (wl-line-parse-format): New function.
4007         (wl-line-formatter-setup): New macro.
4008
4009         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4010         (wl-summary-buffer-line-formatter): New buffer local variable.
4011         (wl-summary-switch-to-clone-buffer): Follow the change above.
4012         (wl-summary-message-regexp): Fix.
4013         (wl-summary-from-func-internal): Abolished.
4014         (wl-summary-subject-func-internal): Ditto.
4015         (wl-summary-subject-filter-func-internal): Ditto.
4016         (All other related portions are changed.)
4017         (wl-summary-buffer-set-folder):
4018         Set up wl-summary-buffer-number-column and 
4019         wl-summary-buffer-line-formatter
4020         (All other related portions are changed.)
4021         (wl-summary-buffer-number-column-detect): Abolished.
4022         (All other related portions are changed.)
4023         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4024         (wl-summary-delete-all-temp-marks-on-buffer): Use
4025         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4026         (wl-summary-target-mark-delete): Ditto.
4027         (wl-summary-target-mark-refile-subr): Ditto.
4028         (wl-summary-target-mark-mark-as-read): Ditto.
4029         (wl-summary-target-mark-mark-as-unread): Ditto.
4030         (wl-summary-target-mark-mark-as-important): Ditto.
4031         (wl-summary-target-mark-save): Ditto.
4032         (wl-summary-replace-status-marks): Renamed from
4033         wl-summary-set-status-marks-on-buffer;
4034         Use wl-summary-message-regexp instead of
4035         wl-summary-buffer-number-regexp.
4036         (wl-summary-sync-update): Follow the change above.
4037         (wl-summary-goto-previous-message-beginning): New function.
4038         (wl-summary-mark-as-unread): Use it.
4039         (wl-summary-mark-as-important): Ditto.
4040         (wl-summary-line-formatter): New variable.
4041         (wl-summary-line-year): New function.
4042         (wl-summary-line-day): Ditto.
4043         (wl-summary-line-day-of-week): Ditto.
4044         (wl-summary-line-hour): Ditto.
4045         (wl-summary-line-minute): Ditto.
4046         (wl-summary-line-open-bracket): Ditto.
4047         (wl-summary-line-close-bracket): Ditto.
4048         (wl-summary-line-children-number): Ditto.
4049         (wl-summary-line-thread-indent): Ditto.
4050         (wl-summary-line-size): Ditto.
4051         (wl-summary-line-subject): Ditto.
4052         (wl-summary-line-from): Ditto.
4053         (wl-summary-line-children-and-from): Ditto.
4054         (wl-summary-create-line): Rewritten.
4055         (wl-summary-format-date): Abolished.
4056
4057         * wl-highlight.el (wl-highlight-summary-current-line): Use
4058         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4059         Use thread structure to detect thread top message.
4060
4061         * wl-draft.el (wl-default-draft-cite): Don't use
4062         wl-summary-from-func-internal.
4063
4064         * wl-refile.el (wl-refile-subject-learn): Don't use
4065         wl-summary-subject-filter-func-internal.
4066         (wl-refile-guess-by-subject): Ditto.
4067
4068         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4069         parameters.
4070
4071         * wl-thread.el (wl-thread-update-indent-string-region):
4072         Use wl-thread-update-line-on-buffer instead of
4073         wl-thread-update-indent-string.
4074         (wl-thread-update-children-number): Redefine using
4075         wl-thread-update-line-on-buffer.
4076         (wl-thread-update-indent-string): Abolished.
4077
4078         * Version number is increased to 2.9.11.
4079
4080 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4081
4082         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4083         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4084         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4085
4086         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4087         as nil.
4088
4089         * wl-thread.el (wl-thread-open-all-unread): Use 
4090         elmo-folder-list-messages-mark-match.
4091         (wl-thread-insert-message): Removed argument `mark-alist'.
4092         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4093         elmo-msgdb-set-mark.
4094         (wl-thread-get-children-msgs-uncached): Likewise.
4095         (wl-thread-get-exist-children): Added argument include-self.
4096         (wl-thread-delete-message): Follow the change above.
4097
4098         * wl-summary.el (wl-summary-count-unread): Removed argument.
4099         (wl-summary-rescan): Follow the change above.
4100         (wl-summary-mark-as-read-region): Ditto
4101         (wl-summary-mark-as-unread-region): Ditto.
4102         (wl-summary-delete-messages-on-buffer): Ditto.
4103         (wl-summary-sync-update): Ditto.
4104         (wl-summary-switch-to-clone-buffer): Ditto.
4105         (wl-summary-goto-folder-subr): Ditto.
4106         (wl-summary-target-mark-mark-as-read): Ditto.
4107         (wl-summary-target-mark-mark-as-unread): Ditto.
4108         (wl-summary-target-mark-mark-as-important): Ditto.
4109         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4110         (wl-summary-update-thread): Removed argument `mark-alist'.
4111         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4112         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4113         (wl-summary-resume-cache-status): Likewise.
4114         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4115         elmo-msgdb-set-mark.
4116         (wl-summary-mark-as-read-all): Likewise.
4117         (wl-summary-delete-cache): Ditto.
4118         (wl-summary-auto-select-msg-p): Ditto.
4119         (wl-summary-mark-as-unread): Ditto.
4120         (wl-summary-no-auto-refile-message-p): Ditto.
4121         (wl-summary-mark-as-read): Ditto.
4122         (wl-summary-mark-as-important): Ditto.
4123         (wl-summary-auto-refile): Follow the change above.
4124         (wl-summary-delete-all-marks): Removed.
4125         (wl-summary-resume-marks-and-highlight): Ditto.
4126         (wl-summary-resume-marks): Ditto.
4127         (wl-summary-delete-important-msgs-from-list): Ditto.
4128         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4129
4130         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4131         wl-summary-count-unread.
4132
4133         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4134         (wl-summary-score-update-all-lines): Use
4135         elmo-msgdb-set-mark.
4136
4137 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4138
4139         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4140         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4141         (wl-summary-create-line): Renamed from
4142         wl-summary-overview-create-summary-line;
4143         Argument rearrangement.
4144         (wl-summary-update-thread): Follow the change above.
4145
4146         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4147         (wl-thread-insert-entity-sub): Likewise.
4148
4149         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4150         argument `overview', `mark-alist' and added `msgdb'.
4151
4152         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4153
4154         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4155         (wl-summary-rescan): Follow the change above.
4156         (wl-summary-sync-update): Ditto.
4157         (wl-summary-insert-thread-entity): Ditto;
4158         Don't use `let*' in every while loop;
4159         Detect infinite loop of threads.
4160         (wl-summary-update-thread): Removed argument `overview'.
4161
4162         * wl-thread.el (wl-thread-insert-message): Ditto.
4163
4164         * Version number is increased to 2.9.10.
4165
4166         * wl-message.el (wl-message-redisplay): Ignore errors while
4167         wl-message-redisplay-hook.
4168
4169 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4172
4173 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4174
4175         * wl.el (wl): inhibit-quit while wl-folder.
4176
4177 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4180         while msgdb access.
4181
4182 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4183
4184         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4185         even if no folder is not created.
4186
4187 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4190
4191         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4192         implementation.
4193         (wl-summary-target-mark-thread): Ditto.
4194
4195         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4196
4197 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4198
4199         * wl-util.el (wl-display-bytes): Remove unused function.
4200
4201 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4202
4203         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4204         seems critical one (partially reverse the change in 2002/03/17).
4205
4206 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4207
4208         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4209         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4210
4211 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4212
4213         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4214         is not writable.
4215         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4216         plugged status instead of `'force' as 2nd argument.
4217
4218         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4219         is not creatable.
4220
4221         * Version number is increased to 2.9.9.
4222
4223 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4224
4225         * wl-summary.el (wl-summary-suspend): New function.
4226
4227 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4228
4229         * wl.el (wl): Do not check variables if check is nil.
4230         * wl-utils.el (wl-collect-draft): New function.
4231         * wl-folder.el (wl-folder-suspend): Put summary buffers
4232         and draft buffers at the end of buffer list.
4233         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4234
4235 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4236
4237         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4238         loop instead of recursive call.
4239
4240         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4241         2nd argument.
4242
4243 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4244
4245         * wl-draft.el (wl-draft-create-contents): Don't take neither
4246         (function . args) nor (string . something) any more.
4247
4248         * wl-version.el (wl-generate-user-agent-string): Return string
4249         without header symbol.
4250         * wl-draft.el (wl-draft-default-headers): Use it.
4251
4252         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4253         `wl-draft-insert-ccs' and return field value instead of inserting
4254         the header. Abolish cc argument.
4255         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4256
4257         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4258         rather than one with string car.
4259
4260         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4261         * wl-draft.el (wl-draft-create-contents): Add it after the default
4262         headers.
4263
4264         * wl-draft.el (wl-draft-create-contents): For the case of
4265         (symbol-or-string . function) insert header only when the function
4266         returns string value.
4267
4268 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4269
4270         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4271         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4272
4273 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4274
4275         * wl.el (wl-check-environment): Don't check Message-ID when
4276         `wl-insert-message-id' is nil.
4277         Revive checking if `wl-message-id-domain' contains "@".
4278
4279 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4280
4281         * wl.el (wl-check-environment): Merge examination for "@" at
4282         inappropriate position into the first string-match.
4283
4284         * wl-summary.el (wl-summary-target-mark-print): New function.
4285         (wl-summary-pipe-message-subr): Extracted from
4286         `wl-summary-pipe-message'.
4287         (wl-summary-target-mark-pipe): New function.
4288         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4289         `wl-summary-target-mark-pipe'.
4290
4291 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4292
4293         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4294
4295 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4296
4297         * wl.el (wl-check-environment): Use elmo-warning instead of
4298         error for non-critical ones.
4299         Remove trash folder check.
4300         (wl): Don't ignore error in wl-check-environment.
4301
4302         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4303         check, which is moved from `wl-check-environment'.
4304         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4305
4306 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4309         guess anything, call wl-summary-write.
4310         (wl-summary-write): Create draft with blank To field.
4311         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4312
4313 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4314
4315         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4316         argument full as well for wl-folder-write-current-folder.
4317         If wl-*-write-current-folder cannot guess addressee, add blank
4318         To header.
4319         Rewrite condition for positioning cursor.
4320
4321 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4322
4323         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4324         summary buffer is present, use it.
4325         (wl-folder-jump-to-previous-summary): Ditto.
4326
4327 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4328
4329         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4330
4331         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4332         wl-summary-previous-buffer and wl-summary-next-buffer.
4333
4334         * wl-folder.el (wl-folder-mode-map): Bind
4335         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4336         (wl-folder-jump-to-next-summary): New function.
4337         (wl-folder-jump-to-previous-summary): Ditto.
4338
4339         * wl-draft.el (wl-draft): Rearranged.
4340
4341 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4344         of header.
4345         (wl-draft): Collect arguments for the header as header-alist.
4346         (wl-draft-forward): Arrange arguments for wl-draft.
4347         (wl-draft-reply): Ditto.
4348         (wl-draft-edit-string): Ditto.
4349         * wl-summary.el (wl-summary-write): Ditto.
4350         (wl-summary-write-current-folder): Ditto.
4351
4352         * Version number is increased to 2.9.8.
4353
4354 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4355
4356         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4357
4358         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4359
4360         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4361         even if the guess failed.
4362
4363         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4364         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4365         wl-summary-write-current-folder.
4366         * wl-xmas.el: Ditto.
4367
4368 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4369
4370         * wl-summary.el (wl-summary-next-page): Force display message if
4371         message is not displayed yet.
4372         (wl-summary-prev-page): Ditto.
4373
4374 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4375
4376         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4377
4378 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4379
4380         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4381         add "Preview Message" and "Save Draft and Exit".
4382
4383 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4384
4385         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4386         if addrmgr is called from draft in splitted window.
4387
4388         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4389         * wl-mule.el: Ditto.
4390         * wl-xmas.el: Ditto.
4391
4392 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4395
4396         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4397         * wl-xmas.el (wl-folder-toolbar): Ditto.
4398
4399 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4402         and wl-draft-save-and-exit.
4403         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4404         * wl-xmas.el: Ditto.
4405         * wl-mule.el: Ditto.
4406
4407         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4408         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4409
4410 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4411
4412         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4413         lists for saving buffer.
4414
4415 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4418         parent-folder argument instead of it.
4419         (wl-draft-create-buffer): Ditto.
4420         (wl-draft-forward): Ditto.
4421         (wl-draft-reply): Ditto.
4422         * wl-summary.el (wl-summary-write): Ditto.
4423         (wl-summary-write-current-folder): Ditto.
4424
4425         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4426         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4427         Folder buffer after composing.
4428
4429 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4432         header if the file `wl-x-face-file' already contains it.
4433
4434 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4437         folder" entry.
4438         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4439         * wl-e21.el (wl-folder-toolbar): Ditto.
4440         * wl-xmas.el (wl-folder-toolbar): Ditto.
4441
4442 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4445         wl-folder-goto-folder with sticky argument.
4446         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4447
4448 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4451         and wl-summary-previous-buffer.
4452         (wl-summary-next-buffer): New function.
4453         (wl-summary-previous-buffer): Ditto.
4454
4455 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4458         wl-folder-jump-to-current-entity-with-arg.
4459         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4460         `wl-folder-jump-to-current-entity'.
4461         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4462         `wl-summary-goto-folder-sticky'.
4463         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4464         `wl-summary-goto-folder'.
4465         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4466         Unless force-exit, do not clean temp. marks for sticky summary.
4467         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4468
4469 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4472         not entire.
4473
4474 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4475
4476         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4477         to `C-x C-s'.
4478         (wl-summary-save-status): New command.
4479         (wl-summary-exit): Don't clean-up temp marks when sticky.
4480         (Applied patch from Nakayama-san [wl: 09548])
4481         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4482         Do nothing when no mark data.
4483         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4484         Call `wl-summary-delete-all-temp-marks' before saving.
4485
4486 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4487
4488         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4489
4490 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl.el (wl-check-environment): Also cause error when (system-name)
4493         returns "localhost.localdomain". (Although it doesn't affect because
4494         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4495
4496 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4497
4498         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4499         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4500
4501         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4502         value.
4503
4504 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4507         Likewise r-cc-list and r-ng-list.
4508
4509 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4512         only if it is bound as variable.
4513
4514         * wl-mime.el (wl-draft-preview-message): Ditto.
4515
4516 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4517
4518         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4519         needless `goto-char'.
4520
4521         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4522         `wl-summary-redisplay-no-mime-internal' instead of
4523         `wl-summary-redisplay-no-mime'.
4524         (wl-summary-redisplay-no-mime): Changed argument;
4525         Call `wl-summary-redisplay-no-mime-internal'.
4526
4527         * wl-mime.el (wl-draft-preview-message): Bind
4528         `mime-header-encode-method-alist' locally.
4529
4530         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4531         (wl-draft-std11-parse-addresses): Added the first address check.
4532         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4533
4534         * Version number is increased to 2.9.7.
4535
4536 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4537
4538         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4539
4540 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4541
4542         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4543         related to scrollbar support, if there is no such a feature
4544         compiled in.
4545
4546 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4547
4548         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4549         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4550         for prefetch.
4551
4552 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4553
4554         * wl-summary.el (wl-summary-pick): Fix for no match.
4555
4556 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4557
4558         * wl-draft.el (wl-draft-save):
4559         Override `mime-header-encode-method-alist'.
4560
4561 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4562
4563         * wl-folder.el (wl-folder-pick): New function.
4564         Define key as "?".
4565
4566 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4567
4568         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4569         Fix for unplugged.
4570
4571 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4572
4573         * wl-folder.el (wl-folder-virtual): New function.
4574         Define key as "V".
4575
4576 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4577
4578         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4579         multi folder if entity is group.
4580
4581 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4582
4583         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4584         is nil.
4585
4586 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4587
4588         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4589         (wl-summary-target-mark-msgs): Return the number of marked messages.
4590
4591 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4592
4593         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4594         "first:" is specified.
4595
4596 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4597
4598         * wl-vars.el (wl-from): Use return value of function
4599         user-full-name instead of the variable user-full-name since
4600         XEmacs-20.4 doesn't set this variable.
4601
4602 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4603
4604         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4605         call `wl' directly.
4606
4607 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4608
4609         * wl-draft.el (wl-draft-reedit): Removed duplicated
4610         switch-to-buffers.
4611
4612 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * wl.el (wl-other-frame): Removed garbages.
4615
4616 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4619
4620         * wl-xmas.el (wl-draft-key-setup): Ditto.
4621
4622         * wl-mule.el (wl-draft-key-setup): Ditto.
4623
4624         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4625         (wl-draft-reedit): Ditto.
4626         (wl-draft-prepare-edit): Add `wl-draft-save' to
4627         `local-write-file-hooks'.
4628         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4629         (wl-draft-reedit): Set buffer-file-name.
4630         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4631
4632
4633         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4634         call it.
4635         (wl-delete-startup-frame-function): New variable.
4636         (wl-other-frame): New function
4637         (Original was written by Yamaoka san [wl: 09239]).
4638
4639         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4640         if `wl-folder-use-frame'.
4641
4642 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4643
4644         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4645
4646 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4647
4648         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4649         New variable.
4650         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4651         (wl-message-buffer-prefetch-get-next): Use them.
4652         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4653
4654 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4655
4656         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4657         with unwind-protect.
4658
4659         * wl-draft.el (wl-draft-reedit): Rewrite.
4660         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4661         (wl-draft-save): Insert header separator if it does not exist;
4662         Removed condition-case.
4663
4664         * wl-summary.el (wl-summary-reedit): Revert last change.
4665
4666         * wl-draft.el (wl-draft-save): Rewrite.
4667         (wl-draft-create-buffer): Set buffer-file-name as nil.
4668
4669         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4670
4671         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4672
4673         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4674         nil.
4675
4676 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4679         If count is nil, do not prefetch.
4680         (wl-message-buffer-prefetch-next): Next.
4681
4682 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4683
4684         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4685
4686 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4687
4688         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4689         `delete-backward-char'
4690         (wl-draft-prepare-edit): Check major-mode.
4691         (wl-draft-decode-header): Rewrite.
4692         (wl-draft): Fix.
4693
4694 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4695
4696         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4697
4698 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4701         (wl-message-buffer-prefetch-get-next): Remove size checking.
4702         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4703
4704 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4707         (wl-draft-default-headers): Fix.
4708
4709 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-draft.el (wl-draft-default-headers): Insert return value of
4712         `wl-generate-mailer-string-function'.
4713
4714 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4715
4716         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4717         (wl-draft-insert-mail-header-separator): Ditto.
4718
4719         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4720         again (Reverted the change on 2002-01-17 by OKADA san).
4721
4722 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4723
4724         * wl-draft.el (wl-draft): Rewrite.
4725         (wl-draft-create-buffer): New function.
4726         (wl-draft-create-contents): Ditto.
4727         (wl-draft-prepare-edit): Ditto.
4728         (wl-draft-decode-header): Ditto.
4729         (wl-draft-decode-body): Ditto.
4730         (wl-draft-check-new-line): Ditto.
4731         (wl-draft-default-headers): Ditto.
4732         (wl-draft-insert-mail-header-separator): Ditto.
4733
4734 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * Version number is increased to 2.9.6.
4737
4738 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4739
4740         * wl-draft.el (wl-draft-delete-field): Optional argument.
4741         (wl-draft-delete-fields): Ditto.
4742
4743 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4744
4745         * wl-message.el (toplevel): Eliminated byte-compile warning.
4746         for `itimer-function', `delete-timer' and `itimer-list'.
4747
4748 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4749
4750         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4751         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4752         `wl-message-buffer-prefetch-threshold'.
4753         * wl-summary.el (wl-summary-redisplay-internal): Remove
4754         the check of `wl-message-buffer-prefetch-depth'.
4755
4756 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4757
4758         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4759         size of article.
4760         (wl-message-buffer-prefetch-subr): Remove size check.
4761
4762 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * wl-vars.el (wl-plugged): Make customizable.
4765
4766 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4767
4768         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4769         (wl-message-buffer-prefetch-set-timer): New function.
4770         (wl-message-buffer-prefetch-get-next): New function.
4771         (wl-message-buffer-prefetch): New function.
4772         (wl-message-buffer-prefetch-next): Rewrite.
4773         (wl-message-buffer-prefetch-subr): Rewrite.
4774         * wl-vars.el (wl-auto-prefetch-first): New variable.
4775         * wl-summary.el (wl-summary-goto-folder-subr): Call
4776         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4777
4778 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4779
4780         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4781         `wl-summary-unread-message-hook'.
4782
4783 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4784
4785         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4786         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4787         if range is `cache-status'.
4788
4789 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4790
4791         * wl-message.el (wl-message-buffer-prefetch-subr):
4792         Improve debug message.
4793
4794 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4795
4796         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4797         `wl-mail-send-pre-hook'.
4798         (wl-draft-send-mail-with-qmail): Ditto.
4799         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4800
4801 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4802
4803         * wl-message.el (wl-message-buffer-prefetch-subr):
4804         Fix for cancel-function-timers bug.
4805         (wl-message-buffer-prefetch-debug): Default value is t.
4806
4807 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4808
4809         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4810         (wl-message-buffer-prefetch-subr): Rewrite.
4811         Rename from `wl-message-buffer-prefetch'.
4812
4813 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4816         (wl-default-draft-cite-decorate-author): Ditto.
4817
4818         * wl-draft.el (wl-draft-cite-function): Removed.
4819         (wl-default-draft-cite-decorate-author): Ditto.
4820
4821 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4824         (wl-default-draft-cite): Do not arrange author name if the value of
4825         `wl-default-draft-cite-decorate-author' is nil.
4826
4827 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4828
4829         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4830
4831         * wl-folder.el (wl-folder-check-one-entity): Don't care
4832         `elmo-folder-use-flag-p'.
4833
4834 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4835
4836         * wl-folder (wl-folder-check-one-entity): Fix
4837         problem if unread is nil.
4838
4839 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-address.el (wl-address-make-completion-list): Check whether
4842         the address is a group list.
4843         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4844
4845 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4846
4847         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4848         The number of the messages of new and unread does not count
4849         correctly.
4850
4851         * wl-summary.el (wl-summary-count-unread): Changed to return
4852         `(new . unread)' instead of total.
4853         (wl-summary-sync-update): Follow the change above.
4854
4855         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4856
4857 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4858
4859         * wl-address.el (wl-address-make-completion-list): Do not enclose
4860         address by " <" and ">" if associated realname is "".
4861         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4862         This is against the promblem with group list in .addresses pointed
4863         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4864
4865 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4868         message is a format control string.
4869         * wl-expire.el (wl-expire-append-log): Ditto.
4870         * wl-mime.el (wl-summary-burst-subr): Ditto.
4871         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4872         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4873
4874 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4875
4876         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4877         wl.el (wl-check-variables): Rename from `wl-check-type'.
4878         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4879         (wl-check-variables-2): New function.
4880         (wl): Call `wl-check-variables-2'.
4881
4882 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4883
4884         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4885         after renaming folder in access group.
4886
4887 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4888
4889         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4890         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4891         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4892         (wl-message-buffer-prefetch): Rewrite.
4893         (wl-message-buffer-prefetch-idle-time): Removed.
4894         * wl-summary.el (wl-summary-redisplay-internal):
4895         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4896         Error check for `wl-message-buffer-prefetch-depht'.
4897
4898 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4899
4900         * Version number is increased to 2.9.5.
4901         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4902
4903 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4904
4905         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4906         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4907         Based on the patch written by
4908         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4909
4910 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-draft.el (wl-draft-raw-send): Fix for
4913         `wl-news-send-pre-hook'
4914
4915 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4916
4917         * wl-utils.el (wl-message-id-function): New variable.
4918         * wl-draft.el (wl-draft-insert-required-fields):
4919         Use `wl-message-id-function'.
4920
4921 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4922
4923         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4924         * wl-utils.el (wl-draft-make-message-id-string):
4925         Use `wl-from' for domain part of Message-ID
4926         if `wl-message-id-use-wl-from' if non-nil.
4927         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4928
4929 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4930
4931         * wl.el (wl): Call `wl-check-type'
4932         Do not 'condition-case'.
4933
4934 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4935
4936         * wl.el (wl-check-type): New function.
4937         (wl-check-type-variables): New variable.
4938
4939 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4940
4941         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4942
4943 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4944
4945         * wl-draft.el (wl-smtp-password-key): New function.
4946         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4947         (wl-draft-send-mail-with-smtp): Ditto.
4948         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4949
4950 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4951
4952         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4953         * wl-utils.el (wl-unique-id-suffix): Remove.
4954
4955 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4956
4957         * Version number is increased to 2.9.4.
4958
4959 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4960
4961         * wl-utils.el (wl-unique-id-suffix): New variable.
4962         (wl-unique-id): Use `wl-unique-id-suffix'
4963
4964 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4965
4966         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4967         instead of `elmo-msgdb-search'.
4968
4969         * Version number is increased to 2.9.3.
4970
4971 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4972
4973         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4974
4975 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4976
4977         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4978         (wl-draft-dispatch-message): Changed for send-later.
4979         (wl-draft-queue-flush): Ditto.
4980         (wl-draft): Clear `wl-sent-message-queued'.
4981         (wl-draft-reedit): Ditto.
4982         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4983         * wl-vars.el (wl-draft-force-queuing): New variable.
4984         (wl-draft-force-queuing-mail): New variable.
4985         (wl-draft-force-queuing-news): New variable.
4986
4987 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4988
4989         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4990         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4991
4992 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4993
4994         * Version number is increased to 2.9.2.
4995
4996 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * wl-draft.el (wl-draft-elide-region): New user command.
4999         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5000
5001         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5002         command `wl-draft-elide-region'.
5003         * wl-mule.el: Ditto.
5004         * wl-xmas.el: Ditto.
5005
5006 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5009         (wl-biff-check-folder-async): Removed needless let.
5010
5011 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5012
5013         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5014         wl-folder-get-elmo-folder.
5015         (wl-biff-check-folder): Set `biff' argument of
5016         `wl-folder-check-one-entity'.
5017         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5018
5019         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5020         (wl-folder-check-one-entity): Added `biff' argument;
5021         Setup `biff' slot of folder.
5022
5023         * Version number is increased to 2.9.1.
5024
5025 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5026
5027         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5028         comment out and fixed.
5029         (wl-fldmgr-add-completion-subr): Ditto.
5030
5031         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5032         and msgdb.
5033
5034         * wl.el (wl-toggle-plugged): Save summary view.
5035
5036 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5039
5040 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5041
5042         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5043
5044 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5047         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5048         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5049
5050         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5051         if it was failed.
5052         (wl-demo): Disable undo in the demo buffer.
5053
5054 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-version.el (wl-version): Changed codename.
5057
5058         * Version number is increased to 2.9.0.
5059
5060 2001-12-14  Takuo KITAME <kitame@northeye.org>
5061
5062         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5063         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5064         (wl-folder-mark-as-read-all-current-entity): Ditto.
5065
5066 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5067
5068         * wl-vars.el (wl-from-width): Define as obsolete variable.
5069         (wl-subject-length-limit): Ditto.
5070
5071         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5072
5073         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5074         wl-summary-save-view.
5075
5076         * wl.el (wl-save-status): Ditto.
5077         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5078
5079         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5080         (wl-summary-exit): Follow the change above.
5081         (wl-summary-goto-folder-subr): Ditto.
5082
5083         * wl-folder.el (wl-folder-create-subr): Don't use
5084         `elmo-folder-creatable-p'.
5085
5086 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5089
5090 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5093         rather than bitmap on Emacs 21.
5094         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5095         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5096         for xbm if the new redisplay engine is not available.
5097
5098 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5099
5100         * wl-folder.el (wl-folder-init-hook): New hook.
5101         (wl-folder-init): Run `wl-folder-init-hook'.
5102
5103 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5106
5107 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-acap.el (wl-acap-cache-filename): New variable.
5110         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5111         (wl-acap-init): Use cache if no ACAP server found.
5112
5113 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5114
5115         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5116         `wl-acap-original-msgdb-dir'.
5117
5118         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5119         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5120
5121         * wl-mime.el (wl-mime-save-directory): Renamed from
5122         `wl-mime-save-dir'.
5123
5124 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5127
5128         * wl-demo.el: Require `path-util'.
5129         (wl-demo-bitmap-mule-available-p): New internal variable.
5130         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5131         `module-installed-p' instead.
5132         (wl-demo-insert-image): Use *.img file for a bitmap image.
5133         (wl-demo): Don't call the ascii demo recursively.
5134
5135 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5136
5137         * Version number is increased to 2.7.7.
5138
5139 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl.el (wl-exit): Eliminated byte-compile warning.
5142
5143 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5144
5145         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5146         obsolete variable using `elmo-define-obsolete-variable'.
5147         (wl-fetch-confirm-threshold): Ditto.
5148         (wl-cache-prefetch-folder-type-list): Ditto.
5149         (wl-cache-prefetch-folder-list): Ditto.
5150
5151 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5154         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5155         (wl-demo-insert-image): New function.
5156         (wl-demo-insert-text): New function.
5157         (wl-demo-image-type-alist): Redefine as a function.
5158         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5159         (wl-demo-with-temp-file-buffer): Removed.
5160         (wl-logo-xpm): Removed.
5161         (wl-logo-xbm): Removed.
5162         (wl-logo-bitmap): Removed.
5163
5164 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5165
5166         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5167         (wl-expire-localdir-get-folder-function): New user option.
5168         (wl-expire-localdir-get-folder): New function.
5169         (wl-expire-localdir-date): Ditto.
5170
5171 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5172
5173         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5174         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5175         Fixed unread number mismatch when all-unread < unread.
5176
5177 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5180         (wl-fetch-confirm-threshold): Ditto.
5181
5182         * wl-summary.el (wl-summary-confirm-appends): Removed.
5183         (wl-summary-sync-update): Don't refer
5184         `wl-summary-update-confirm-threshold' (It is now abolished).
5185
5186         * wl-message.el (wl-message-display-internal): Don't refer
5187         `wl-fetch-confirm-threshold' (It is now abolished).
5188
5189 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5192
5193 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5194
5195         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5196         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5197         Change default value to nil.
5198         (wl-summary-indent-length-limit): The value can be nil, nil means
5199         unlimited.
5200
5201         * wl-summary.el: Don't set limit for indent length if the value of
5202         wl-summary-indent-length-limit is nil.
5203         If the value of wl-summary-width is nil, it means only that the width
5204         of summary is unlimited (nil doesn't mean that the indent length is
5205         unlimited).
5206
5207         * wl-thread.el: Ditto.
5208
5209 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5210
5211         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5212         be nil, nil means never confirm.
5213         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5214
5215 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5216
5217         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5218         means unlimited).
5219
5220 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5221
5222         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5223         Use `with-temp-buffer'.
5224
5225 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5228         with new backquote style).
5229         (wl-folder-get-entity-from-buffer): Ditto.
5230
5231 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5232
5233         * wl-version.el (nemacs-version): Eliminated.
5234         (wl-extended-emacs-version2): Ignore nemacs.
5235         (wl-extended-emacs-version3): Ditto.
5236
5237 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5238
5239         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5240         (wl-draft-add-in-reply-to): New variable.
5241         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5242         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5243         (wl-draft-yank-from-mail-reply-buffer): Use
5244         `wl-draft-add-in-reply-to'.
5245         (wl-draft-insert-current-message): Ditto.
5246
5247 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5248
5249         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5250         typo (kill->hide).
5251         (wl-message-buffer-prefetch-folder-type-list): Added elements
5252         `mark' and `cache' instead of `internal'.
5253
5254 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5257         resume msgdb directory.
5258
5259 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl.el (wl-exit): Call `wl-acap-exit'.
5262
5263         * wl-summary.el (wl-summary-message-string): New function.
5264         (wl-summary-reedit): Use it.
5265         (wl-summary-resend-bounced-mail): Remove needless let.
5266         (wl-summary-supersedes-message): Ditto.
5267         (wl-summary-save): Ditto.
5268
5269         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5270         (wl-acap-init): Set it.
5271         (wl-acap-exit): New function.
5272
5273 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5274
5275         * wl.el (wl-init): Revert (require 'mime-setup). move from
5276         toplevel.
5277
5278 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5279
5280         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5281         local variables.  Add error when guess function return invalid
5282         value.
5283
5284 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5285
5286         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5287         Change local variable name.
5288         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5289         (wl-folder-get-newsgroups): Return nil when non-news folder.
5290         * wl-summary.el (wl-summary-write-current-folder): State through
5291         when guess-list return nil.
5292         (wl-summary-write-current-folder-functions): Fixed docstring.
5293
5294         * wl.el (wl-exit): Changed confirm message.
5295
5296         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5297         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5298
5299         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5300
5301 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5302
5303         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5304         user option (Renamed from wl-cache-prefetch-folder-type-list).
5305         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5306         from wl-cache-prefetch-folder-list).
5307
5308         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5309         Move to wl-vars.el.
5310         (wl-message-buffer-prefetch-p): Changed to enable
5311         `wl-message-buffer-prefetch-folder-list'.
5312
5313         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5314         `ignore-cache'.
5315
5316 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5317
5318         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5319         `part-top' and `part-bottom'.
5320         (wl-draft-config-sub-part-top): New function.
5321         (wl-draft-config-sub-part-bottom): New function.
5322
5323 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5324
5325         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5326
5327 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5330
5331 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5332
5333         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5334
5335         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5336         (wl-summary-write-current-folder): Ditto.
5337
5338 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl-folder.el (wl-folder-get-newsgroups): Use
5341         `elmo-folder-newsgroups'.
5342
5343 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5344
5345         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5346         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5347         `wl-draft-config-sub-header-bottom'.
5348
5349 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5350
5351         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5352         localnews folder.
5353
5354 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5355
5356         * wl-summary.el (wl-summary-mode): Undo last change.
5357
5358         * wl-folder.el (wl-folder-mode): Ditto.
5359
5360 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5361
5362         * wl-summary.el (wl-summary-mode): Locally set
5363         truncate-partial-window-width to nil.
5364         (for XEmacs)
5365
5366         * wl-folder.el (wl-folder-mode): Ditto.
5367
5368 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5371
5372 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5375         number.
5376
5377         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5378
5379         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5380
5381         * Version number is increased to 2.7.6.
5382
5383 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5386
5387 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-summary.el (wl-summary-sync-update): Enclose network
5390         related portion with `unwind-protect'.
5391
5392 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5393
5394         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5395
5396 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5399         element.
5400         * wl-vars.el (wl-message-body-button-alist): Ditto.
5401
5402         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5403         max match length.
5404         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5405
5406         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5407         for the max match length;
5408         Use 4th element value for the button string regexp group.
5409
5410         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5411         candidate exists, prompt to select.
5412
5413 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5414
5415         * wl-summary.el (wl-summary-jump-to-msg): Search before
5416         calibration point by `beginning-of-line'.
5417
5418 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5419
5420         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5421         for access group.
5422
5423 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-message.el (wl-message-display-internal): Bind
5426         `default-mime-charset'.
5427
5428         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5429
5430         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5431
5432         * Version number is increased to 2.7.5.
5433
5434 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5435
5436         * wl-expire.el (wl-summary-archive): Fixed;
5437         Use `elmo-folder-name-internal'.
5438
5439 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5440
5441         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5442         from `elmo-folder-move-messages' caller.
5443         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5444
5445         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5446         related portions are changed).
5447
5448 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5449
5450         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5451         counter.
5452
5453 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5454
5455         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5456         buffer local and set it to nil.
5457
5458         * wl-message.el (wl-message-redisplay): Ditto.
5459
5460 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * wl-summary.el (wl-summary-mark-as-important): If message is
5463         already cached, set messag as read, otherwise encache and mark as read.
5464
5465 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5466
5467         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5468         point-min.
5469
5470 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5473         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5474         a keymap.
5475
5476 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5477
5478         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5479         parent.
5480
5481         * wl-mule.el (wl-message-define-keymap): Ditto.
5482
5483         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5484
5485         * wl-xmas.el (wl-message-display-internal-hook): Define.
5486         (wl-xmas-setup-message-toolbar): Define as function.
5487         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5488         (wl-message-overload-functions): Abolished.
5489         (wl-message-define-keymap): New function.
5490
5491         * wl-vars.el (wl-message-display-internal-hook): New variable.
5492         (wl-message-header-button-alist): New variable (Renamed from
5493         wl-highlight-message-header-button-alist).
5494         (wl-message-body-button-alist): Ditto.
5495
5496         * wl-mule.el (wl-message-define-keymap): New function.
5497         (wl-message-overload-functions): Abolished.
5498
5499         * wl-message.el (wl-message-add-buttons-to-body): New function.
5500         (wl-message-redisplay): Don't call wl-message-overload-functions;
5501         Call wl-message-add-buttons-to-header and
5502         wl-message-add-buttons-to-body.
5503         (wl-message-display-internal): Set keymap argument for
5504         elmo-mime-display-as-is, elmo-mime-message-display;
5505         Run wl-message-display-internal-hook.
5506         (wl-message-refer-article-or-url): Abolished.
5507
5508         * wl-highlight.el (wl-highlight-headers): Don't call
5509         wl-highlight-message-add-buttons-to-header.
5510         (wl-highlight-message-add-buttons-to-header): Abolished.
5511
5512
5513         * wl-e21.el (wl-message-display-internal-hook): Define.
5514         (wl-e21-setup-toolbar): Deleted duplicated binding.
5515         (wl-e21-setup-message-toolbar): Define as function.
5516         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5517         (wl-message-define-keymap): New function.
5518         (wl-message-overload-functions): Abolished.
5519
5520 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5523         and elmo-folder-close.
5524
5525         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5526
5527 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5528
5529         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5530         boolean value.
5531         * wl-draft.el (wl-draft-do-fcc): Ditto.
5532
5533 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5534
5535         * wl-vars.el (wl-fcc-force-as-read): New variable.
5536         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5537         mark copied message as read.
5538
5539 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5540
5541         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5542
5543 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5544
5545         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5546         `wl-summary-target-above' instead of obsolete variable
5547         `wl-summary-temp-above'.
5548
5549         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5550         instead of `make-obsolete-variable'.
5551         * wl-refile.el (toplevel): Ditto.
5552
5553 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5554
5555         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5556         with third argument t.
5557         (wl-draft): Set first argument for wl-plugged-init as t.
5558
5559         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5560         definition.
5561
5562 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5563
5564         * wl-vars.el: Tabify.
5565         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5566
5567         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5568         message.
5569
5570 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5571
5572         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5573         and set default to beep.
5574
5575 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5576
5577         * wl-vars.el (wl-draft-truncate-lines): New variable.
5578
5579         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5580         instead of wl-message-truncate-lines for truncate-lines.
5581
5582 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * wl-message.el (wl-message-display-internal): Call
5585         `wl-highlight-message' after `elmo-mime-display-as-is'.
5586
5587         * wl-mime.el (wl-mime-display-text/plain): New function.
5588         (wl-mime-display-header): Ditto.
5589         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5590         body-presentation-method for text/plain;
5591         Register `wl-mime-display-header' as a header-presentation-method;
5592         Don't set up `elmo-message-text-content-inserted-hook' and
5593         `elmo-message-header-inserted-hook'.
5594
5595         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5596         variable.
5597         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5598         as t if flag is 'all-header;
5599         Don't bind `elmo-message-ignored-field-list',
5600         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5601
5602 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5605         for xemacs with non-mule environment.
5606
5607 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5608
5609         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5610         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5611         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5612
5613 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5614
5615         * wl-vars.el (wl-interactive-send): Set default value as t.
5616
5617 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5620         (wl-addrmgr-method-list): Abolished.
5621         (wl-addrmgr-change-method): Follow above change.
5622
5623         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5624
5625 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * wl-vars.el (wl-message-truncate-lines): Change default value
5628         to default-truncate-lines.
5629
5630         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5631
5632 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5633
5634         * wl-vars.el (wl-message-truncate-lines): New variable.
5635
5636         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5637         wl-message-truncate-lines.
5638
5639 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5640
5641         * wl-acap.el (wl-acap-init): Remove period from error message.
5642         (wl-acap-find-acap-service): Remove period from message.
5643
5644 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5645
5646         * wl.el (wl-check-environment): Undo last change.
5647
5648         * wl-vars.el (wl-from): Changed default value.
5649
5650         * wl-util.el (toplevel): Don't require tm-edit.
5651
5652         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5653         `wl-folder-init';
5654         Don't set mark on mail body.
5655         (wl-draft-reedit): Ditto.
5656
5657         * wl-address.el (wl-address-quote-specials): Define as an alias for
5658         elmo-address-quote-specials.
5659
5660 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5661
5662         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5663
5664         * wl-vars.el (wl-from): Set default value as nil.
5665         (wl-organization): Set default value as ORGANIZATION environment
5666         variable.
5667
5668         * wl-draft.el (wl-smtp-extension-bind): Check value of
5669         wl-smtp-connection-type.
5670
5671         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5672         error.
5673
5674 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5675
5676         * Version number is increased to 2.7.4.
5677
5678         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5679         arguments from `wl-highlight-x-face-function' caller.
5680         Use x-face-1.3.6.12 or later.
5681
5682 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5683
5684         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5685
5686 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5687
5688         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5689         (wl-fcc): Fix to accept function.
5690         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5691
5692 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5693
5694         * wl-acap.el (toplevel): Added `product-provide' declare.
5695         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5696
5697 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5698
5699         * wl.el (wl): Changed order of calling `elmo-init'
5700         and `elmo-folder-init'.
5701
5702 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5703
5704         * wl-mime.el (wl-summary-burst): Extract message when content-type
5705         of root entity is not only `multipart' but also `message/rfc822'.
5706         (wl-summary-burst-subr): Ditto.
5707
5708 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-vars.el (toplevel): Require 'custom.
5711         (wl-trash-folder): Added to `wl-setting' group.
5712
5713         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5714         exists.
5715         (wl-addrmgr-draw): Insert empty line when no entry exists.
5716
5717         * wl-mule.el (wl-message-wheel-up): Fixed.
5718         (wl-message-wheel-down): Ditto.
5719
5720 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5721
5722         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5723         config is an anonymous lambda expression.
5724
5725 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5728         when Mule 2 is running.
5729
5730 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5733
5734 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5737         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5738
5739         * wl-address.el (wl-address-specials-regexp): Eliminated.
5740         (wl-address-quote-specials): Rewrite.
5741
5742 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5745         shy-groups for regexp.
5746
5747         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5748         character classes and Perl style shy-groups for regexp.
5749         (wl-highlight-plugged-current-line): Use Posix style character
5750         classes for regexp.
5751         (wl-e21-highlight-folder-by-numbers): Ditto.
5752         (wl-e21-display-image-p): Use `display-images-p' instead of
5753         `display-graphic-p'.
5754         (display-images-p): Make an alias to `display-graphic-p' if it is
5755         not available.  It is for Emacs version prior to 21.0.105.
5756
5757         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5758         `display-graphic-p'.
5759         (wl-demo-image-type-alist): Ditto.
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 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5764
5765         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5766         support.
5767         (wl-generate-user-agent-string): Ditto.
5768
5769         * wl-version.el (wl-version): Update docsting.
5770         (wl-version-status): Ditto.
5771
5772 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5773
5774         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5775         21.0.105.  For Emacs 21.0.104 or earlier.
5776
5777 2001-09-03  Takuo KITAME <kitame@northeye.org>
5778
5779         * wl-e21.el (wl-plugged-init-icons): Use
5780         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5781         (wl-biff-init-icons): Ditto.
5782
5783 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5784
5785         * wl-highlight.el (wl-highlight-summary-current-line):
5786         Fixed highlighting refile/copy destination.
5787
5788         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5789         (wl-acap-store): Encode string by wl-acap-coding-system.
5790
5791 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5792
5793         * wl-acap.el (toplevel): Check and require 'un-define before
5794         'xemacs-ucs;
5795          Added checking for UTF-2000.
5796
5797 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5800         Don't enclose with `eval-and-compile'.
5801
5802         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5803         wl-init is non-nil.
5804
5805         * wl-draft.el (wl-draft): Ditto.
5806
5807         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5808
5809         * wl-acap.el (toplevel): Require 'wl.
5810         (wl-acap-store): Call `elmo-init'.
5811
5812         * wl.el (wl): Changed position of `wl-check-environment'.
5813         (toplevel): Added autoload setting for wl-acap.
5814
5815         * wl-vars.el (wl-setting): New custom group.
5816         (wl-from): Added wl-setting group.
5817         (wl-user-mail-address-list): Ditto.
5818         (wl-organization): Ditto.
5819         (wl-subscribed-mailing-list): Ditto.
5820         (wl-envelope-from): Ditto.
5821         (wl-smtp-posting-user): Ditto.
5822         (wl-smtp-posting-server): Ditto.
5823         (wl-smtp-posting-port): Ditto.
5824         (wl-smtp-authenticate-type): Ditto.
5825         (wl-pop-before-smtp-user): Ditto.
5826         (wl-pop-before-smtp-server): Ditto.
5827         (wl-pop-before-smtp-port): Ditto.
5828         (wl-pop-before-smtp-authenticate-type): Ditto.
5829         (wl-nntp-posting-server): Ditto.
5830         (wl-nntp-posting-user): Ditto.
5831         (wl-nntp-posting-port): Ditto.
5832         (wl-fetch-confirm-threshold): Ditto.
5833         (wl-prefetch-threshold): Ditto.
5834         (wl-thread-insert-opened): Ditto.
5835         (wl-ldap-server): Ditto.
5836         (wl-ldap-port): Ditto.
5837         (wl-ldap-base): Ditto.
5838         (wl-ldap-objectclass): Ditto.
5839         (wl-use-ldap): Ditto.
5840         (wl-draft-config-alist): Ditto.
5841         (wl-draft-config-matchone): Ditto.
5842         (wl-template-alist): Ditto.
5843         (wl-message-sort-field-list): Ditto.
5844         (wl-message-ignored-field-list): Ditto.
5845         (wl-message-visible-field-list): Ditto.
5846         (wl-interactive-send): Ditto.
5847         (wl-summary-move-order): Ditto.
5848         (wl-auto-select-first): Ditto.
5849         (wl-auto-select-next): Ditto.
5850         (wl-interactive-save-folders): Ditto.
5851
5852         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5853         Initialization codes are moved from wl-local-folder-init.
5854         (wl-local-folder-init): Follow the change above.
5855         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5856
5857         * wl-acap.el: New file.
5858
5859         * Version number is increased to 2.7.3.
5860
5861 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5862
5863         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5864
5865 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5866
5867         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5868         (wl-addrmgr-address-entry-list): Ditto.
5869
5870 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-e21.el (wl-draft-mode-map): Removed binding for
5873         `wl-draft-insert-x-face-field'.
5874
5875         * wl-mule.el (wl-draft-mode-map): Ditto.
5876
5877         * wl-xmas.el (wl-draft-mode-map): Ditto.
5878
5879         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5880         (wl-cs-autoconv): Ditto.
5881         (wl-cs-local): Ditto.
5882         (wl-use-scoring): Ditto.
5883         (wl-mime-charset): Ditto.
5884         (wl-folder-check-async): Ditto.
5885
5886         * wl.el (toplevel): Ignore nemacs and tm.
5887         (wl-exit): Ditto.
5888
5889         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5890         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5891         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5892         instead of wl-address-petname-add-or-change.
5893         (wl-summary-edit-addresses-subr): Use wl-address-delete
5894         instead of wl-address-petname-delete.
5895
5896         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5897
5898         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5899         if error occured.
5900
5901         * wl-message.el (require): Remove tm support.
5902
5903         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5904
5905         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5906         (wl-folder-jump-to-current-entity): Ditto.
5907         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5908
5909         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5910         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5911         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5912
5913         * wl-mule.el (wl-draft-key-setup): Ditto.
5914
5915         * wl-xmas.el (wl-draft-key-setup): Ditto.
5916
5917         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5918         (wl-draft-std11-parse-addresses): New function.
5919         (wl-draft-parse-mailbox-list): Use it.
5920         (wl-draft): Ignore nemacs.
5921         (wl-draft-reedit): Ditto.
5922
5923         * wl-addrmgr.el: New file.
5924         (Original is wl-rcpt.el written by
5925         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5926         Thanks Kitamoto-san.)
5927
5928         * wl-address.el (wl-address-make-address-list): Modified parsing
5929         process.
5930         (wl-address-delete): Renamed from `wl-address-petname-delete';
5931         Modify wl-address-list too.
5932         (wl-address-add-or-change): Renamed from
5933         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5934
5935 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5936
5937         * wl-highlight.el (wl-highlight-summary-current-line):
5938           Work with transient-mark-mode
5939
5940 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * Version number is increased to 2.7.2.
5943
5944         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5945         instead of elmo-dop-queue-method.
5946
5947 2001-08-06  SAITO Atsunori <sai@yedo.com>
5948
5949         * wl-vars.el (wl-ldap-objectclass): New user option.
5950
5951         * wl-address.el (wl-ldap-make-filter): Use it.
5952
5953 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5956
5957 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl-folder.el (wl-folder): redisplay after folder insertion.
5960
5961         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5962
5963         * wl-summary.el (wl-summary-sync-update):
5964         Change status mark only when new-msgdb exists.
5965         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5966
5967 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * wl-summary.el (wl-summary-open-folder): New function.
5970         (wl-summary-goto-folder-subr): Use it.
5971         (wl-summary-mark-as-important): Fix;
5972         Encache only when no cache exists.
5973
5974 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5975
5976         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5977         Use with-current-buffer.
5978
5979 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5980
5981         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5982         before call `get-buffer'. Fixed parenthesis.
5983         (wl-score-get-header-entry): Clear message and help window when
5984         keyboard quit.
5985         (wl-score-edit-insert-header): Ditto.
5986
5987 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5988
5989         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5990         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5991         (wl-default-draft-cite): Fix.
5992
5993         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5994         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5995
5996 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * wl-message.el (wl-message-prev-page): Do same bahavior
5999         as summary when it is called in the message buffer.
6000         (wl-message-next-page): Ditto.
6001
6002 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-summary.el (wl-summary-forward): Use cache if it is not
6005         section cache.
6006
6007 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6010         Removed redundant require of elmo-vars.
6011         (wl-biff-state-indicator-on): Changed default value for
6012         xemacs with non-mule environment.
6013
6014         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6015         wl-message-buffer is nil;
6016         Hide progress bar after moving messages.
6017
6018 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6019
6020         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6021         message at cursor point is deleted.
6022
6023 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6024
6025         * wl-vars.el: Changed file coding system to euc-japan.
6026         Added -*-coding:-*- magic to the first line.
6027
6028         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6029         Search parent from the first message.
6030
6031         * Version number is increased to 2.7.1.
6032
6033 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6034
6035         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6036
6037 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6040         refile/delete execution.
6041
6042         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6043         Fixed docstring.
6044
6045 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6046
6047         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6048         do update process;
6049         Don't update marks when update process is interrupted.
6050
6051 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl-summary.el (wl-summary-reply): Fixed problem when
6054         wl-draft-use-frame is non-nil.
6055         (wl-summary-forward): Ditto.
6056
6057         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6058         as nil.
6059         (wl-folder-mark-as-read-all-entity): Ditto.
6060         (wl-folder-prefetch-entity): Ditto.
6061
6062         * wl.el (wl): Check environment before wl-init.
6063
6064         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6065         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6066         instead of wl-summary-collect-unread.
6067         (wl-summary-reply): Split message window.
6068
6069 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6072         only if current language environment is japanese,
6073
6074         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6075         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6076         (wl-folder-goto-folder-subr): Ditto.
6077
6078         * wl-draft.el (wl-draft-dispatch-message): Call
6079         `elmo-file-cache-get-path'.
6080
6081 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-summary.el (wl-summary-cursor-move): If return value of
6084         wl-summary-next-message is not number, don't jump.
6085
6086 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6087
6088         * wl-summary.el (wl-summary-buffer-next-message-function): New
6089         variable.
6090         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6091         if it is bound.
6092
6093         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6094         string.
6095
6096         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6097         (wl-plugged-drawing): Ditto.
6098
6099 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6100
6101         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6102         process.
6103         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6104         with unwind-protect.
6105
6106         * wl.el (wl-init): Require mime-setup.
6107         (wl-check-environment): Don't require mime-setup.
6108
6109         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6110         instead of elmo-folder-type.
6111
6112         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6113         value as nil.
6114
6115 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * Version number is increased to 2.7.0.
6118
6119         * wl-version.el (wl-version): Changed codename.
6120
6121         * wl-summary.el (wl-summary-delete-cache): Fixed.
6122
6123         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6124         Workaround for net folders.
6125         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6126
6127         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6128         value to nil (According to the patch from
6129         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6130
6131         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6132         of elmo-folder-close.
6133
6134 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6135
6136         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6137         for postfix.
6138
6139 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6140
6141         * wl-summary.el (wl-summary-resend-message): Fixed.
6142
6143         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6144         Call wl-draft with `from' argument if its address is included in
6145         `wl-user-mail-address-list'.
6146         (wl-draft): Added `from' argument.
6147
6148         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6149         non-nil.
6150         (wl): Don't show demo if wl-demo is nil.
6151
6152         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6153         wl-summary-use-frame.
6154
6155         * wl-vars.el (wl-summary-use-frame): New user option.
6156         (wl-folder-use-frame): Changed docstring.
6157
6158         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6159         non-nil.
6160         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6161         wl-summary-use-frame.
6162
6163         * wl-vars.el (wl-folder-use-frame): New user option.
6164
6165         * wl-summary.el (wl-summary-exit): Back to folder frame if
6166         wl-folder-use-frame is non-nil.
6167         (wl-summary-redisplay-internal): Ignore cache if current folder
6168         is draft folder,
6169         (wl-summary-redisplay-no-mime): Ditto.
6170         (wl-summary-redisplay-all-header): Ditto.
6171
6172         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6173         if wl-folder-use-frame is non-nil.
6174
6175 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6176
6177         * wl-summary.el (wl-summary-sync-update): Bind
6178         elmo-folder-update-threshold.
6179         (wl-summary-mark-as-important): Enclosed server mark processing
6180         with `save-match-data'.
6181
6182         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6183         only when it is already defined.
6184
6185 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6186
6187         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6188         name of folder exclude localdir is wrong.
6189         * wl-folder.el (wl-folder-sync-entity):
6190         Set `wl-summary-always-sticky-folder-list' as nil.
6191         (wl-folder-mark-as-read-all-entity): Ditto.
6192         (wl-folder-prefetch-entity): Ditto.
6193
6194 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6195
6196         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6197         instead of `wl-summary-write-current-newsgroup'.
6198
6199 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6200
6201         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6202         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6203         non-nil and selected message is important, do not display.
6204
6205 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6206
6207         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6208
6209 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6210
6211         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6212
6213         * wl-summary.el (wl-summary-mark-as-important): Set message number
6214         using wl-summary-message-number.
6215
6216 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6217
6218         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6219         destination folder is 'null.
6220
6221 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6222
6223         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6224         New function.
6225         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6226         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6227         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6228
6229 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6230
6231         * wl-mime.el (wl-mime-setup): Added setting for
6232         `mime-setup-signature-key-alist' to avoid overriding key bind for
6233         `wl-draft-send'.
6234
6235         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6236         for `wl-draft-send'.
6237         * wl-mule.el (wl-draft-overload-functions): Ditto.
6238         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6239         * wl-draft.el (wl-draft-send): Ditto.
6240
6241         * wl-message.el (wl-message-display-internal):
6242         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6243         (Patch is provided by <kita@coe.nttdata.co.jp>).
6244
6245 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6246
6247         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6248
6249 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6250
6251         * wl.el (wl): Fix for wl-demo.
6252
6253 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6254
6255         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6256
6257 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6258
6259         * wl-folder.el (wl-folder-prefetch-entity): Use
6260         `wl-folder-get-elmo-folder'.
6261         (wl-folder-count-incorporates): Do not use
6262         `wl-folder-get-elmo-folder'.
6263
6264 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6265
6266         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6267         instead of `elmo-folder-get-type'.
6268
6269 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6270
6271         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6272         position on Subject: field.
6273         (Advised by Mito <mit@nines.nec.co.jp>)
6274
6275 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6276
6277         * wl-folder.el (wl-folder-prefetch-entity): Use
6278         `wl-folder-get-elmo-folder'.
6279
6280 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6283
6284         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6285         `process-duplicates' slot.
6286
6287         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6288         if detection failed.
6289
6290 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6291
6292         * wl-version.el (wl-version-status): Set to "alpha".
6293
6294 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6295
6296         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6297         Check wl-message-buffer lives before set-buffer.
6298
6299 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6300
6301         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6302         called in folder mode.
6303         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6304         * wl-summary.el (wl-summary-exit-pre-hook): Run
6305         `wl-summary-exit-pre-hook' before exit summary mode.
6306
6307 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6308
6309         * wl-version.el (wl-version-status): New variable.
6310         (wl-version-status-alist): Removed.
6311         (wl-version-status): Rule included.
6312
6313 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6316         @sponichi.
6317
6318         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6319         when `mail-reply-buffer' is buffer-local variable.
6320         (Reported by <kita@coe.nttdata.co.jp>).
6321
6322 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6323
6324         * wl-vars.el (toplevel): Require 'elmo-util.
6325
6326 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6329         (All other related portions are changed)
6330
6331         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6332
6333         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6334
6335 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6336
6337         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6338
6339 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6340
6341         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6342         Delete other windows to avoid an error.
6343         Use `point-marker' instead of `point' to remember the start point
6344         of body.
6345
6346         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6347
6348         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6349         number not to exceed all message number.
6350
6351 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6352
6353         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6354         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6355
6356 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-summary.el (wl-summary-sync-force-update): Added argument
6359         no-check.
6360         (wl-summary-sync-update): Ditto.
6361         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6362         with `no-check'.
6363
6364         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6365         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6366         already running.
6367
6368 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6369
6370         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6371         `dst-folder-arg'.
6372         (wl-expire-archive-number1): Diito.
6373         (wl-expire-archive-number2): Diito.
6374         (wl-expire-archive-Date): Diito.
6375         (wl-archive-number1): Diito.
6376         (wl-archive-number2): Diito.
6377         (wl-archive-date): Diito.
6378         (wl-archive-folder-p): New function.
6379         (wl-summary-expire): Support of expand folder name at
6380         wl-expire-alist.
6381         * wl-util.el (wl-expand-newtext): Renamed from
6382         `wl-refile-expand-newtext'.
6383
6384 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6385
6386         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6387         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6388         `(elmo-msgdb-get-overview msgdb)'.
6389         (wl-summary-prefetch): Bind match data before call
6390         `wl-summay-prefetch-msg'.
6391         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6392         'off if `wl-summary-buffer-disp-msg' is non-nil.
6393         Fixed problem that couldn't show only one new or unread message when
6394         enter folder.
6395         (wl-summary-reply): Don't call `split-window-vertically' and other
6396         window.
6397
6398 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-expire.el (wl-expire-refile): Fixed.
6401
6402 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6403
6404         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6405
6406         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6407         biff notification is removed.
6408
6409         * wl.el (wl): Changed position of `elmo-init'.
6410
6411         * wl-draft.el (wl-default-draft-cite): Use date field
6412         on the citation buffer.
6413
6414         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6415
6416         * wl-xmas.el (wl-folder-internal-icon-list): Added
6417         `wl-folder-shimbun-image'.
6418
6419         * wl-e21.el (wl-folder-internal-icon-list): Added
6420         `wl-folder-shimbun-image'.
6421
6422 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl.el (wl-init): Eliminated argument.
6425         (wl): Rewrite.
6426
6427         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6428         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6429         instead of `elmo-folder-msgdb-internal'.
6430         (wl-summary-sync-update): Ditto.
6431         (wl-summary-flush-pending-append-operations): Eliminated.
6432         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6433         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6434         `elmo-folder-open'.
6435
6436         * wl-mime.el (wl-summary-burst): Fixed.
6437
6438         * wl-folder.el (wl-folder-info-save): Check data type.
6439
6440         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6441         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6442         instead of `elmo-folder-msgdb-internal'.
6443         (wl-expire-hide): Ditto.
6444
6445
6446         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6447
6448 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6449
6450         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6451
6452 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6453
6454         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6455
6456 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6457
6458         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6459         Fixed `match-beginning' argument mismatch.
6460
6461 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6462
6463         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6464         the default value.
6465
6466 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6469         instead of `elmo-nntp-default-port'.
6470
6471         * wl-vars.el: Fixed some doc strings.
6472
6473 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6474
6475         * wl-summary.el (wl-summary-prefetch-msg): Use
6476         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6477
6478         * wl-vars.el: Define *-func as obsolete variable using
6479         `elmo-define-obsolete-variable'.
6480
6481         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6482         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6483         instead of `wl-message-buffer-prefetch-threshold'.
6484
6485         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6486
6487         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6488
6489         * wl-draft.el (wl-caesar-region-func): Ditto.
6490
6491         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6492         Keep unread status in elmo-folder-move-messages.
6493         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6494
6495 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6496
6497         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6498         `wl-summary-buffer-exit-func'
6499         (wl-summary-buffer-message-redisplay-function): Renamed from
6500         `wl-summary-buffer-message-redisplay-func'
6501         (wl-summary-buffer-next-folder-function): Renamed from
6502         `wl-summary-buffer-next-folder-func'.
6503         (wl-summary-buffer-prev-folder-function): Renamed from
6504         `wl-summary-buffer-prev-folder-func'.
6505         (wl-summary-get-petname-function): Renamed from
6506         `wl-summary-get-petname-func'.
6507
6508         * wl-score.el (wl-score-edit-exit-function): Renamed from
6509         `wl-score-edit-exit-func'.
6510
6511         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6512         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6513
6514         * wl-util.el (wl-load-profile-function): Renamed from
6515         `wl-load-profile-func'.
6516
6517         * wl-folder.el (wl-folder-completion-function): Renamed from
6518         `wl-folder-completion-func'.
6519         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6520
6521         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6522         `wl-expire-archive-get-folder-func'.
6523         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6524         (wl-draft-send-mail-function): Renamed from
6525         `wl-draft-send-mail-func'.
6526         (wl-draft-send-news-function): Renamed from
6527         `wl-draft-send-news-func'.
6528         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6529         (wl-generate-mailer-string-function): Renamed from
6530         `wl-generate-mailer-string-func'.
6531         (wl-highlight-signature-search-function): Renamed from
6532         `wl-highlight-signature-search-func'.
6533         (wl-highlight-x-face-function): Renamed from
6534         `wl-highlight-x-face-func'
6535         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6536         (wl-ps-print-buffer-function): Renamed from
6537         `wl-ps-print-buffer-func'
6538         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6539         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6540         (wl-summary-subject-filter-function): Renamed from
6541         `wl-summary-subject-filter-func'.
6542
6543         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6544         `wl-draft-queue-flush-send-func'
6545         (wl-draft-cite-function): Renamed from
6546         `wl-draft-cite-func'
6547
6548         * wl-address.el (wl-address-init-function): Renamed from
6549         `wl-address-init-func'.
6550
6551 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl-draft.el (wl-draft-queue-flush): Don't call
6554         `elmo-dop-unlock-message'.
6555         * wl-draft.el (wl-draft-queue-append): Don't call
6556         `elmo-dop-lock-message'.
6557
6558         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6559         (wl-summary-buffer-folder-name): Ditto.
6560         (wl-summary-message-regexp): Added '-' (all other related portions
6561         are changed).
6562         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6563         wl-summary-buffer-folder-name.
6564
6565 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6566
6567         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6568         the number of mails in the folder buffer is not updated by wl-biff.
6569
6570 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6571
6572         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6573         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6574
6575 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * wl-summary.el (wl-summary-next-message):
6578         Return next message number when wl-summary-move-order is nil.
6579
6580 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6581
6582         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6583         `wl-summary-move-spec-alist'.
6584         (wl-summary-move-spec-unplugged-alist): New variable
6585         (Move spec for unplugged status).
6586         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6587         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6588
6589 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6590
6591         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6592         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6593
6594 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6595
6596         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6597         simple quotation to quote the anonymous function.
6598         * tm-wl.el (wl-draft-preview-message): Ditto.
6599
6600 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6601
6602         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6603         Eliminate redundant `save-excursion'.
6604         (wl-highlight-summary-current-line): Ditto.
6605
6606         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6607         accessing match data when `looking-at' failed.
6608
6609         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6610         `elmo-match-string' where users don't care about the speed.
6611         (wl-draft-save): Ditto.
6612
6613 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * wl-util.el (wl-regexp-opt): New function.
6616
6617         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6618         number from `wl-summary-buffer-number-list'.
6619         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6620         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6621         (wl-summary-move-spec-alist): Changed default setting.
6622
6623 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6624
6625         * wl-vars.el (wl-biff-notify-hook): New hook.
6626         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6627         the arrival of new mail.
6628         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6629         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6630
6631 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6632
6633         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6634
6635 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6638
6639         * Version number is increased to 2.5.8.
6640
6641         * wl-thread.el (toplevel): require 'cl.
6642         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6643         (wl-thread-make-number-list): New function.
6644         (wl-thread-entity-make-number-list-from-children): Ditto.
6645         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6646         (wl-thread-entity-insert-as-children): Likewise.
6647         (wl-thread-delete-message): Likewise.
6648         (wl-meaning-of-mark): Eliminated.
6649         (wl-thread-next-failure-mark-p): Ditto.
6650         (wl-thread-entity-get-mark): Ditto.
6651         (wl-thread-meaning-alist-get-result): Ditto.
6652         (wl-thread-entity-check-prev-mark): Ditto.
6653         (wl-thread-entity-check-next-mark): Ditto.
6654         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6655         (wl-thread-entity-get-prev-marked-entity): Ditto.
6656         (wl-thread-get-prev-unread): Ditto.
6657         (wl-thread-jump-to-prev-unread): Ditto.
6658         (wl-thread-get-next-unread): Ditto.
6659         (wl-thread-jump-to-next-unread): Ditto.
6660         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6661         (wl-thread-entity-get-next-marked-entity): Ditto.
6662
6663         * wl-summary.el (wl-summary-buffer-number-list):
6664         New bufer-local variable.
6665         (wl-summary-switch-to-clone-buffer): Clone
6666         `wl-summary-buffer-number-list'.
6667         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6668         (wl-summary-cursor-move-regex): Eliminated.
6669         (wl-summary-cursor-up): Rewrite.
6670         (wl-summary-cursor-down): Ditto.
6671         (wl-summary-mode-spec-alist): New variable.
6672         (wl-summary-next-message): New inline function.
6673         (wl-summary-cursor-move): New function.
6674         (wl-summary-default-get-next-msg): Rewrite.
6675         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6676         (wl-summary-rescan): Ditto.
6677         (wl-summary-sync-all-init): Ditto.
6678         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6679         summary is not thread view.
6680         (wl-summary-sync-update): Ditto.
6681         (wl-summary-rescan): Ditto.
6682         (wl-summary-make-number-list): New function.
6683
6684         * wl-draft.el: "FCC" -> "Fcc".
6685
6686 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-highlight.el (wl-highlight-summary-window):
6689         Call `set-buffer-modified-p'.
6690
6691         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6692         (wl): Call `elmo-init' and fix.
6693
6694         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6695         Use new variables.
6696
6697         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6698
6699 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6702
6703 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6704
6705         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6706
6707 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6708
6709         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6710         `wl-use-toolbar' nor `display-graphic-p'.
6711         (wl-e21-setup-message-toolbar): Ditto.
6712         (wl-e21-setup-summary-toolbar): Ditto.
6713         (wl-e21-setup-folder-toolbar): Ditto.
6714
6715         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6716         (wl-plugged-init-icons): Ditto.
6717
6718         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6719         `display-graphic-p'.
6720         (wl-plugged-set-folder-icon): Ditto.
6721         (wl-highlight-plugged-current-line): Ditto.
6722         (wl-highlight-folder-current-line): Ditto.
6723         (wl-e21-highlight-folder-group-line): Ditto.
6724         (wl-e21-setup-toolbar): Ditto.
6725         (wl-e21-display-image-p): New macro.
6726
6727         * wl-demo.el (wl-demo): Simplified.
6728         (wl-demo-image-type-alist): Use `image-type-available-p' for
6729         checking whether the image type `xbm' is available.
6730
6731 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6734         (wl-summary-input-range): Ditto.
6735
6736 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6737
6738         * wl-summary.el (wl-summary-edit-addresses): Use
6739         `wl-summary-get-original-buffer'
6740         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6741         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6742         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6743         (wl-summary-get-newsgroups): Eliminated.
6744         (wl-summary-set-crosspost): Ditto.
6745         (wl-summary-is-crosspost-folder): Ditto.
6746         (wl-crosspost-alist-load): Ditto.
6747         (wl-crosspost-alist-save): Ditto.
6748
6749         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6750         `elmo-setup-subscribed-newsgroups' instead of
6751         `elmo-nntp-make-groups-hashtb'.
6752         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6753         instead of `wl-crosspost-alist-save'.
6754
6755         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6756         of `elmo-folder-message-appendable-p'.
6757         (wl-mime-header-presentation-method): Eliminated.
6758
6759         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6760         (Error occurs in emacs21).
6761
6762         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6763         the current buffer).
6764
6765         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6766         instead of `wl-crosspost-alist-save'.
6767         (wl-init): `elmo-crosspost-message-alist-load'
6768         instead of `wl-crosspost-alist-load'
6769
6770         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6771         (wl-parse-newsgroups): Likewise.
6772         (wl-biff-notify): Run `wl-biff-notify-hook'.
6773
6774 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6777
6778         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6779         when `wl-summary-lazy-highlight' is non-nil.
6780         (wl-summary-goto-folder-subr): Highlight only when
6781         `wl-summary-lazy-highlight' is non-nil.
6782
6783         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6784         Don't display progress and highlight temp-mark when
6785         `wl-summary-lazy-highlight' is non-nil.
6786         (wl-highlight-summary-window): New function.
6787         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6788
6789 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6790
6791         * wl-summary.el (wl-summary-sync): Change `all-visible'
6792         from `all-shown'
6793         (wl-summary-input-range): Ditto.
6794
6795 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6796
6797         * wl-e21.el (wl-highlight-folder-current-line): Call
6798         `wl-folder-init-icons' when folder icons have not been initialized.
6799
6800         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6801
6802         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6803         (wl-demo-image-type-alist): New macro.
6804
6805 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6806
6807         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6808         display does not support graphics.
6809         (wl-plugged-init-icons): Ditto.
6810         (wl-folder-init-icons): Ditto.
6811
6812         * wl-demo.el (wl-demo): Chech closely whether the display
6813         supports graphics.
6814
6815 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-summary.el (wl-summary-get-original-buffer): New function.
6818         (wl-summary-set-crosspost): Use it.
6819         (wl-summary-target-mark-uudecode): Ditto.
6820         (wl-summary-reedit): Ditto.
6821         (wl-summary-resend-bounced-mail): Ditto.
6822         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6823         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6824
6825         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6826         (wl-message-display-internal): Ditto.
6827
6828 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6831
6832 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-summary.el (wl-summary-save-view): Renamed from
6835         `wl-summary-save-status'.
6836
6837 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * wl-summary.el (wl-summary-sync): Added `all-shown'
6840
6841 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6842
6843         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6844
6845 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6846
6847         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6848
6849 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6850
6851         * wl-highlight.el (wl-highlight-summary-line-string): Use
6852         `zerop' instead of `= 0'.
6853         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6854
6855         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6856         for comparing numbers.
6857         (wl-template-prev): Use `zerop' instead of `eq 0'.
6858
6859         * wl-draft.el (wl-draft-insert-current-message): Use
6860         `with-current-buffer' instead of `save-excursion'.
6861         Use `zerop' instead of `eq 0'.
6862
6863 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl-draft.el (wl-draft-insert-ccs): New function.
6866         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6867         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6868
6869 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6872
6873 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * wl-expire.el (wl-expire-refile): Don't call
6876         elmo-msgdb-add-msgs-to-seen-list;
6877         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6878         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6879
6880 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6881
6882         * wl-message.el (wl-message-prev-page): Ignore errors while
6883         scroll-down.
6884
6885 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6886
6887         * wl-mime.el: Use elmo-original-message-mode instead of
6888         mmelmo-original-mode.
6889
6890         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6891         `elmo-folder-get-spec';
6892         (wl-fldmgr-add-completion-all-completions):
6893         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6894
6895         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6896         of `elmo-folder-get-type'.
6897
6898         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6899         `elmo-folder-get-spec';
6900         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6901         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6902         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6903         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6904         `elmo-read-msg-no-cache';
6905         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6906         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6907         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6908         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6909         `elmo-cache-save';
6910         (wl-draft-reedit): Use `elmo-message-file-name'.
6911
6912         * wl-expire.el: Use `elmo-folder-name-internal';
6913         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6914         Use macro `wl-summary-buffer-msgdb' instead of variable
6915         `wl-summary-buffer-msgdb';
6916         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6917         Use macro `wl-summary-buffer-folder-name' instead of variable
6918         `wl-summary-buffer-folder-name'.
6919         * wl-score.el: Likewise.
6920
6921         * wl-message.el: Rewrite for new message buffer cache mechanism.
6922         (wl-message-buffer-cache-buffer-get): New macro.
6923         (wl-message-buffer-cache-folder-get): Ditto.
6924         (wl-message-buffer-cache-message-get): Ditto.
6925         (wl-message-buffer-cache-entry-make): Ditto.
6926         (wl-message-buffer-cache-hit): Ditto.
6927         (wl-message-buffer-cache-sort): New function.
6928         (wl-message-buffer-cache-add): Ditto.
6929         (wl-message-buffer-cache-delete): Ditto.
6930         (wl-message-buffer-cache-clean-up): Ditto.
6931         (wl-message-buffer-window): Rewrite.
6932         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6933         (wl-message-buffer-display): New function.
6934         (wl-message-display-internal): New function.
6935
6936 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-folder.el: Use `elmo-folder-name-internal';
6939         Use `wl-folder-get-elmo-folder';
6940         Use `elmo-folder-list-messages' instead of
6941         `elmo-list-folder';
6942         Use `elmo-folder-get-primitive-list' instead of
6943         `elmo-folder-get-primitive-spec-list';
6944         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6945         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6946         Use `elmo-folder-create' instead of `elmo-create-folder'.
6947         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6948         (wl-folder-get-elmo-folder): New macro.
6949         (wl-folder-elmo-folder-cache-get): Ditto.
6950         (wl-folder-elmo-folder-cache-put): Ditto.
6951         (wl-folder-suspend): Call `elmo-quit'.
6952
6953         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6954         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6955         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6956         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6957         (toplevel): require 'cl.
6958         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6959
6960         * wl-summary.el: Rewrite to use new elmo interface.
6961
6962 \f
6963 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6964
6965         * wl-mime.el (wl-draft-preview-message):
6966         Run `wl-draft-send-hook' before collecting recipients information;
6967         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6968
6969         * tm-wl.el (wl-draft-preview-message): Ditto.
6970
6971 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6974         wrong recipients are displayed when forwarded message.
6975
6976 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * Version number is increased to 2.5.7.
6979
6980 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6981
6982         * wl-message.el (wl-message-next-page): Bind
6983         `window-pixel-scroll-increment' to nil while scrolling up.
6984
6985 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6986
6987         * wl-vars.el (wl-save-hook): New hook.
6988         * wl.el (wl-save): Call `wl-save-hook'.
6989
6990 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6991
6992         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6993         Argument WITH-ARG instead of NO-ARG (negative mean).
6994         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6995         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6996         * wl-message.el (wl-message-follow-current-entity): Likewise.
6997
6998 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6999
7000         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7001         FROM was optional argument.
7002         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7003
7004 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7005
7006         * Version number is increased to 2.5.6.
7007
7008 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7009
7010         * wl-version.el (wl-version-show): Removed.
7011         (wl-version): Add `interactive'.
7012
7013 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7014
7015         * wl-summary.el (wl-summary-get-petname-func): New variable.
7016         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7017         instead of `wl-address-get-petname-1'.
7018         (wl-summary-simple-from): Ditto.
7019
7020         * wl-address.el (wl-address-get-petname-1): Define as function.
7021
7022 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7023
7024         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7025         field in the original message.
7026         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7027
7028 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7029
7030         * wl-expire.el (wl-expire-hide):
7031         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7032
7033 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7034
7035         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7036         find decoder for To, Cc, and Subject.
7037
7038 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7039
7040         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7041         for checking `elmo-use-buffer-cache'.
7042         (wl-summary-mark-as-important): Fixed typo in comment.
7043
7044 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7047         field in the original message.
7048         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7049
7050 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7051
7052         * wl-expire.el (wl-expire-hide):
7053         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7054
7055 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7056
7057         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7058         find decoder for To, Cc, and Subject.
7059
7060 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7061
7062         * Version number is increased to 2.5.5.
7063
7064         * wl-address.el (wl-address-specials-regexp): New constant.
7065         (wl-address-quote-specials): Use it.
7066
7067 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-summary.el (wl-summary-rescan):
7070         Call `wl-summary-buffer-number-column-detect'.
7071         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7072
7073         * wl-message.el (wl-message-mode-map): Define.
7074         (wl-message-decode): Use it as local-map.
7075
7076 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7079         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7080
7081 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7084
7085         * wl-mule.el (wl-read-event-char): Ditto.
7086
7087         * wl-e21.el (wl-read-event-char): Ditto.
7088
7089         * wl-nemacs.el (wl-read-event-char): Ditto.
7090         (read-event): Removed.
7091
7092         * wl-util.el (toplevel): Removed dummy definition of
7093         `read-event'.
7094         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7095
7096 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7097
7098         * wl-nemacs.el (elmo-archive-call-process): Moved to
7099         elmo-archive.el.
7100
7101 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7102
7103         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7104         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7105
7106         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7107         instead of magic-number 6.  Use `not' instead of `null' for symbol
7108         `nil' check (not empty list).
7109         (wl-draft-insert-x-face-field): Fixed paren style.
7110
7111         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7112         one-branch conditional statement, instead of `and' and `if'.
7113         (wl-draft-forward): Likewise.
7114         (wl-draft-add-references): Likewise.
7115         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7116
7117         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7118         conditional steatment.  Use `cond' instead of `if'.
7119         (wl-draft-confirm): Likewise.
7120
7121 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7122
7123         * wl-version.el (wl-version-show): Use `product-string-1'
7124         instead of `wl-version'.
7125         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7126
7127         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7128
7129 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7130
7131         * wl-highlight.el (wl-highlight-headers): Revert
7132         `wl-highlight-x-face-func' argument (`beg' and `end').
7133
7134 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7135
7136         * wl.el (toplevel): Move `product-provide' declare.
7137         * wl-demo.el (toplevel): Ditto.
7138         * wl-dnd.el (toplevel): Ditto.
7139         * wl-highlight.el (toplevel): Ditto.
7140         * wl-message.el (toplevel): Ditto.
7141         * wl-refile.el (toplevel): Ditto.
7142         * wl-util.el (toplevel): Ditto.
7143
7144 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7147         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7148         (wl-thread-close-all): keep cursor position.
7149
7150 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7151
7152         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7153         (eq x 0).
7154         (wl-generate-user-agent-string-1): Fix conditional statement.
7155
7156 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7157
7158         * wl.el (wl-check-environment): Additional check for
7159         'wl-local-domain' and `wl-message-id-domain'.
7160
7161 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7162
7163         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7164
7165 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7166
7167         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7168         instead of `smtp-sasl-user-realm'.
7169
7170 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7171
7172         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7173
7174 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7175
7176         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7177         to the default value as well as `eword-lexical-analyzer'.
7178
7179 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7180
7181         * wl-version.el (wl-extended-emacs-version,
7182         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7183         `elmo-match-string' instead of `wl-match-string'.
7184
7185 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7186
7187         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7188         docstring.
7189
7190 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7191
7192         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7193
7194 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7195
7196         * wl-highlight.el (wl-highlight-headers): Remove
7197         `wl-highlight-x-face-func' argument (`beg' and `end').
7198
7199 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * wl-summary.el (wl-summary-mark-as-important):
7202         Remove cache if folder is local.
7203
7204 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7205
7206         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7207         to get existing e-mail address string.
7208
7209 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7210
7211         * wl-version.el (wl-generate-user-agent-string): Commentary.
7212         (wl-generate-user-agent-string-1): Use `when' for
7213         one-branch conditional statement, instead of `and' and `if'.
7214         (wl-extended-emacs-version, wl-extended-emacs-version2,
7215         wl-extended-emacs-version3): Ditto.
7216
7217 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7220         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7221         condition-case; Remove initialization.
7222         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7223         (wl-summary-sync-update3): Added argument `sync-all';
7224         Eliminated local variable `msgdb';
7225         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7226         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7227         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7228
7229 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7230
7231         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7232         connection before call `wl-draft-send-mail-with-smtp'.
7233
7234 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * Version number is increased to 2.5.4.
7237
7238 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7239
7240         * wl.el (wl-check-environment): Additional check for
7241         'wl-local-domain' and `wl-message-id-domain'.
7242
7243 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7244
7245         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7246         buffer as command specific.
7247         (wl-folder-mark-as-read-all-entity): Ditto.
7248         (wl-folder-prefetch-entity): Ditto.
7249         (wl-folder-drop-unsync-entity): Ditto.
7250
7251         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7252         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7253         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7254
7255         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7256         save-excursion.
7257
7258 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7259
7260         * Version number is increased to 2.5.3.
7261
7262         * wl-summary.el (wl-summary-save-view-cache):
7263         Delete duplicated `write-region';
7264         Use `write-region-as-binary' instead of `as-binary-output-file' and
7265         `write-region'.
7266
7267 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7268
7269         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7270
7271 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7274         instead of `smtp-via-smtp'.
7275
7276 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7277
7278         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7279
7280 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7281
7282         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7283         instead of `smtp-sasl-user-realm'.
7284
7285 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7286
7287         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7288
7289 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7290
7291         * Version number is increased to 2.5.2.
7292
7293 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7296         does not exist.
7297         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7298         (wl-biff-start): Call `timer-activate' if timer already exists.
7299
7300         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7301         only when it is bound as function.
7302
7303 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * Version number is increased to 2.5.1.
7306
7307 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7310         Print refile/copy destination.
7311
7312 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7313
7314         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7315         queue-flush-only is non-nil.
7316
7317         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7318
7319         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7320         checking cache folder.
7321
7322 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7323
7324         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7325         `regexp-quote'.
7326
7327 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7328
7329         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7330         function.
7331         * wl-summary.el (wl-summary-write-current-folder-functions):
7332         Change default value.  Use it.
7333
7334 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * Version number is increased to 2.5.0.
7337
7338         * wl-version.el (wl-version): Changed codename.
7339
7340 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7341
7342         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7343         (wl-summary-supersedes-message): Ditto.
7344
7345 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7346
7347         * wl-refile.el (wl-refile-guess-functions): Renamed from
7348         `wl-refile-guess-func-list'.
7349
7350 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7353         Fixed problem when no rule was matched.
7354
7355 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7356
7357         * wl-summary.el (wl-summary-get-mark): Fixed
7358         `wl-summary-buffer-target-mark' check logic.
7359
7360 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7361
7362         * wl-folder.el (wl-folder-write-current-folder): Added group
7363         folder check.
7364
7365         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7366         `wl-summary-write-current-newsgroup'.
7367         (wl-summary-write-current-folder-functions): New variable.
7368         * wl-folder.el (wl-folder-get-newsgroups): New function.
7369         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7370         (wl-folder-write-current-folder): Renamed from
7371         `wl-folder-write-current-newsgroup'.
7372
7373 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7374
7375         * Version number is increased to 2.3.93.
7376
7377 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7380         (wl-ldap-make-matched-value-list): Ditto.
7381         (wl-ldap-alias-safe-string): Split e-mail address.
7382
7383         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7384         petname folder default was selected.
7385         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7386         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7387
7388 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7389
7390         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7391         to `wl-draft-config-exec'.
7392
7393         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7394         instead of calling `wl-draft-config-exec';
7395         Process group-list and show recipients in minibuffer.
7396
7397         * tm-wl.el (wl-draft-preview-message): Ditto.
7398
7399 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7400
7401         * wl.el (toplevel): Added (C) to copyright notice, and
7402         sync Author header.
7403         * tm-wl.el (toplevel): Ditto.
7404         * wl-address.el (toplevel): Ditto.
7405         * wl-demo.el (toplevel): Ditto.
7406         * wl-dnd.el (toplevel): Ditto.
7407         * wl-draft.el (toplevel): Ditto.
7408         * wl-e21.el (toplevel): Ditto.
7409         * wl-expire.el (toplevel): Ditto.
7410         * wl-folder.el (toplevel): Ditto.
7411         * wl-highlight.el (toplevel): Ditto.
7412         * wl-message.el (toplevel): Ditto.
7413         * wl-mime.el (toplevel): Ditto.
7414         * wl-mule.el (toplevel): Ditto.
7415         * wl-nemacs.el (toplevel): Ditto.
7416         * wl-refile.el (toplevel): Ditto.
7417         * wl-score.el (toplevel): Ditto.
7418         * wl-summary.el (toplevel): Ditto.
7419         * wl-template.el (toplevel): Ditto.
7420         * wl-thread.el (toplevel): Ditto.
7421         * wl-util.el (toplevel): Ditto.
7422         * wl-vars.el (toplevel): Ditto.
7423         * wl-xmas.el (toplevel): Ditto.
7424
7425 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7426
7427         * wl.el (wl-init): Added comment about `wl-init-hook'.
7428         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7429         * wl-vars.el (wl-init-hook): Added docs.
7430         (wl-make-plugged-hook): Removed useless docs.
7431         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7432         * wl-xmas.el (toplevel): Ditto.
7433
7434 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7435
7436         * wl-address.el (toplevel): Fixed multiple Author header format.
7437         * wl-demo.el (toplevel): Ditto.
7438         * wl-draft.el (toplevel): Ditto.
7439         * wl-folder.el (toplevel): Ditto.
7440         * wl-summary.el (toplevel): Ditto.
7441         * wl-thread.el (toplevel): Ditto.
7442         * wl-util.el (toplevel): Ditto.
7443         * wl-vars.el (toplevel): Ditto.
7444         * wl-version.el (toplevel): Ditto.
7445         * wl-xmas.el (toplevel): Ditto.
7446         * wl.el (toplevel): Ditto.
7447
7448         * wl-version.el (toplevel): Added require `elmo-version' for
7449         `product-version-as-string'.
7450
7451 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl-vars.el (wl-draft-send-hook): Changed default value to
7454         '(wl-draft-config-exec).
7455
7456         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7457         explicitly.
7458         (wl-draft): Set `wl-draft-config-exec-flag' before running
7459         `wl-mail-setup-hook'.
7460
7461         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7462         `wl-biff-init-icons' to `wl-init-hook' instead of
7463         `wl-make-plugged-hook'.
7464         (Because if `wl-draft' command is invoked at first,
7465         they are not initialized)
7466         Updated copyright notice.
7467
7468         * wl-e21.el (toplevel): Ditto;
7469
7470         * wl-demo.el (toplevel): Updated copyright notice.
7471         * wl-address.el (toplevel): Ditto.
7472         * wl-draft.el (toplevel): Ditto.
7473         * wl-version.el (toplevel): Ditto.
7474         * wl-folder.el (toplevel): Ditto.
7475         * wl-summary.el (toplevel): Ditto.
7476         * wl-thread.el (toplevel): Ditto.
7477         * wl-util.el (toplevel): Ditto.
7478         * wl-vars.el (toplevel): Ditto.
7479         * wl.el (toplevel): Ditto.
7480
7481 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-highlight.el (wl-highlight-message): Fixed problem of
7484         highlighting failure which occured when the last field contains
7485         multiple lines in the draft buffer.
7486
7487         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7488         `wl-biff-start' if plugged.
7489
7490         * wl-util.el (wl-biff-check-folder): New function.
7491         (wl-biff-check-folders): Don't set session name prefix.
7492         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7493         (wl-biff-check-folder-async): Ditto.
7494
7495         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7496         in email address.
7497
7498 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7499
7500         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7501
7502         * wl-draft.el (wl-draft-strip-subject-re): New function.
7503
7504         * wl-draft.el (wl-draft-reply): Use it.
7505
7506 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7507
7508         * wl-message.el (wl-mmelmo-message-redisplay): Use
7509         `mime-display-message' instead of `wl-mime-display-message'.
7510
7511         * wl-mime.el (toplevel): Removed compatibility workaround
7512         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7513         (wl-mime-display-message): Abolished.
7514         (wl-mime-entity-read-field): Ditto.
7515         (wl-mime-combine-message/partial-pieces): Use
7516         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7517
7518 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7519
7520         * wl-template.el: Doc fixes.
7521
7522 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7523
7524         * wl-e21.el (wl-message-overload-functions): Do nothing if
7525         `current-local-map' is not available.
7526         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7527
7528 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7529
7530         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7531         representation.
7532
7533         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7534         number.
7535         (wl-fldmgr-save-folders): Don't use `format' when insert
7536         `wl-fldmgr-folders-header'.
7537
7538 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7539
7540         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7541
7542 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl-highlight.el (wl-highlight-message):
7545         Use `std11-field-end' to detect end point of the header field.
7546         Refer `wl-highlight-max-header-size'.
7547
7548         * wl-vars.el (wl-highlight-max-header-size): New variable.
7549
7550         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7551
7552         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7553         Set `for-draft' argument of wl-highlight-headers.
7554         (wl-draft): Ditto.
7555         (wl-draft-reedit): Ditto.
7556         (wl-user-agent-compose-internal): Ditto.
7557
7558 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7559
7560         * wl-message.el (wl-message-add-button): Use overlay.
7561
7562 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7565
7566         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7567         problem when group-list content is nothing.
7568         (Reported by Mito <mit@nines.nec.co.jp>)
7569
7570 2000-10-18  SAITO Atsunori <sai@yedo.com>
7571
7572         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7573
7574 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7575
7576         * tm-wl.el (toplevel): Use product-provide.
7577
7578 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * Version number is increased to 2.3.92.
7581
7582 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7583
7584         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7585         title text, use `display' property for left margin under Emacs 21.
7586
7587         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7588         properties.
7589         (wl-plugged-init-icons): Ditto.
7590
7591 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7592
7593         * wl.el (wl-save-status, wl-init): Remove last period in
7594         "...done." message.
7595         * tm-wl.el (wl-summary-burst): Ditto.
7596         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7597         wl-summary-resume-cache-status,
7598         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7599         wl-summary-sync-update3, wl-summary-highlight-msgs,
7600         wl-summary-flush-pending-append-operations,
7601         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7602         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7603         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7604         wl-thread-open-all): Ditto.
7605         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7606         * wl-mime.el (wl-summary-burst): Ditto.
7607         * wl-highlight.el (wl-highlight-summary): Ditto.
7608         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7609         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7610         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7611         * wl-address.el (wl-local-address-init): Ditto.
7612
7613 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7614
7615         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7616         `add-text-properties'.
7617         (wl-plugged-init-icons): Ditto.
7618         (wl-folder-init-icons): Use `propertize' instead of
7619         `put-text-property'.
7620         (wl-plugged-set-folder-icon): Ditto.
7621         (wl-e21-highlight-folder-group-line): Ditto.
7622
7623 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl-version.el (wl-version-status-alist): New variable.
7626         (wl-version-status): New function.
7627
7628         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7629         "Cc" part of the case "Reply-To".
7630
7631         * wl-draft.el (wl-draft-reply): Use result of
7632         `eword-extract-address-components'.
7633
7634         * wl-demo.el (wl-demo-icon-name): New constant.
7635         (wl-logo-xpm): Use it.
7636         (wl-logo-xbm): Ditto.
7637         (wl-logo-bitmap): Ditto.
7638
7639         * Version number is increased to 2.3.91.
7640
7641 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7642
7643         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7644         (wl-extended-emacs-version, wl-extended-emacs-version2,
7645         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7646         docstring.
7647
7648         * wl-version.el (wl-generate-user-agent-string-1): New function.
7649         (wl-generate-user-agent-string): Use it.
7650
7651         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7652         `mime-edit-insert-user-agent-field'.
7653         (wl-generate-user-agent-string): Check
7654         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7655
7656         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7657         instead of `if', when verbose case.
7658
7659 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7660
7661         * wl-expire.el (wl-summary-expire): Fix.
7662
7663 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7664
7665         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7666         and `elmo-lost+found-folder' if 'wl-draft.
7667         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7668
7669 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7670
7671         * wl-expire.el (wl-summary-expire): Change messages.
7672         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7673         `deleing-info' instead of "Deleting..."
7674
7675 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7676
7677         * wl-summary.el (wl-summary-refile-subr): Fix.
7678
7679 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7680
7681         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7682         if pipe folder.
7683
7684 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7685
7686         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7687
7688 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7689
7690         * wl-expire.el (wl-expire-hide): New function.
7691         (wl-summary-expire): Add `hide'.
7692
7693 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-vars.el (wl-draft-reply-without-argument-list):
7696         Changed default value to consider `Reply-To:'.
7697         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7698
7699         * Version number is increased to 2.3.90.
7700
7701         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7702         elmo-imap4-get-session with unwind-protect.
7703         Don't cause error.
7704         (wl-summary-sync-marks): Don't check plugged nor folder type.
7705         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7706         (Always keep current buffer).
7707
7708 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7709
7710         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7711         Enclose with `save-excursion'.
7712
7713 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7714
7715         * wl-version.el (wl-version): Remove interactive.
7716
7717 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7718
7719         * wl-version.el (wl-generate-user-agent-string): Use
7720         `product-string-verbose' instead of `product-string-1'.
7721
7722 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7723
7724         * wl-vars.el (wl-draft-use-cache): New variable.
7725         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7726         if wl-draft-use-cache is non-nil.
7727
7728 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7729
7730         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7731         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7732
7733 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7736         (wl-thread-msg-mark-as-unread): Ditto.
7737
7738         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7739         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7740         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7741         Don't set mark in summary if return value of `elmo-mark-as-read'
7742         is nil.
7743         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7744         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7745         instead of `wl-thread-msg-mark-as-read'.
7746         (wl-summary-mark-as-unread-region): Ditto.
7747         (wl-summary-target-mark-mark-as-read): Ditto.
7748
7749         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7750
7751 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7754
7755         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7756
7757 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7760         face.
7761
7762 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7763
7764         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7765         `running-xemacs'.
7766
7767 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7768
7769         * wl-version.el (toplevel): Use `product-version-as-string' for
7770         set verstion-string, if defined.
7771
7772         * wl-version.el (wl-version-show): Insert string at point, when
7773         call with argument.
7774
7775         * wl-version.el (wl-generate-user-agent-string): Use
7776         `product-string-1' instead of `wl-appname', `wl-version' and
7777         `wl-codename'.
7778
7779 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7780
7781         * wl-address.el (toplevel): Use product-provide.
7782         * wl-demo.el (toplevel): Ditto.
7783         * wl-dnd.el (toplevel): Ditto.
7784         * wl-draft.el (toplevel): Ditto.
7785         * wl-e21.el (toplevel): Ditto.
7786         * wl-expire.el (toplevel): Ditto.
7787         * wl-fldmgr.el (toplevel): Ditto.
7788         * wl-folder.el (toplevel): Ditto.
7789         * wl-highlight.el (toplevel): Ditto.
7790         * wl-message.el (toplevel): Ditto.
7791         * wl-mime.el (toplevel): Ditto.
7792         * wl-mule.el (toplevel): Ditto.
7793         * wl-nemacs.el (toplevel): Ditto.
7794         * wl-refile.el (toplevel): Ditto.
7795         * wl-score.el (toplevel): Ditto.
7796         * wl-summary.el (toplevel): Ditto.
7797         * wl-template.el (toplevel): Ditto.
7798         * wl-thread.el (toplevel): Ditto.
7799         * wl-util.el (toplevel): Ditto.
7800         * wl-vars.el (toplevel): Ditto.
7801         * wl-xmas.el (toplevel): Ditto.
7802         * wl.el (toplevel): Ditto.
7803
7804 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7805
7806         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7807         instead of product.
7808
7809         * wl-version.el (wl-version): Compile time evalution elmo-version.
7810
7811 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7812
7813         * wl-summary.el (wl-summary-sync-force-update): Append queue
7814         `mark-as-read'if unplugged.
7815
7816 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7817
7818         * wl-version.el: New file.  Use product.el.
7819         * wl.el: add (require 'wl-version).
7820         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7821         for ~/.folders header.
7822         (wl-fldmgr-folders-header): Changed.
7823         * wl-demo.el (wl-demo): Use product.el.
7824
7825         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7826         wl-version.el.
7827         * wl-util.el (wl-version, wl-version-show): Ditto.
7828
7829         * wl-util.el (wl-generate-user-agent-string,
7830         wl-extended-emacs-version, wl-extended-emacs-version2,
7831         wl-extended-emacs-version3): Move to wl-version.el.
7832         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7833         xemacs-codename, mime-edit-insert-user-agent-field,
7834         mime-edit-user-agent-value, mime-editor/version,
7835         mime-editor/codename): Compile warning killer move to
7836         wl-version.el
7837
7838 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7839
7840         * wl-summary.el (wl-summary-refile-subr): Fix.
7841
7842 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7845         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7846
7847 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7848
7849         * wl.el (wl-check-environment): Check too many `@'.
7850
7851 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7852
7853         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7854
7855 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7856
7857         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7858         wl-draft-reply-myself-without-argument-list): Add variables.
7859         * wl-draft.el (wl-draft-reply): Use it.
7860
7861 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7862
7863         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7864         the 5th argument of `elmo-network-get-spec'.
7865
7866         * wl-thread.el (wl-thread-reparent-children): New inline function.
7867         (wl-thread-delete-message): Use it.
7868
7869         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7870         (wl-summary-score-update-all-lines): Don't use `dolist'.
7871
7872 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7873
7874         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7875         (require 'elmo-msgdb) for inline function.
7876
7877 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7878
7879         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7880
7881 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7882
7883         * wl-score.el (wl-score-headers): Fix for the confusing macro
7884         `elmo-kill-buffer'.
7885
7886 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7887
7888         * wl-summary.el: Don't use the 3rd argument of `require' because
7889         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7890         * wl-util.el: Ditto.
7891         * wl-draft.el: Ditto.
7892
7893 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7894
7895         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7896         window system is not used.
7897
7898 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7899
7900         * wl-thread.el: Don't use `mapcar' only for iteration.
7901         (wl-thread-resume-entity): Ditto.
7902         (wl-thread-delete-message): Ditto.
7903
7904         * wl-summary.el: Bind `dragdrop-drop-functions',
7905         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7906         of `require' for `timezone', `easymenu' and `ps-print';
7907         don't use `mapcar' only for iteration.
7908
7909         * wl-util.el: Bind `mule-version', `nemacs-version',
7910         `emacs-beta-version', `xemacs-codename',
7911         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7912         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7913         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7914         only for iteration.
7915
7916         * wl-score.el: Don't use `mapcar' only for iteration.
7917         (wl-score-simplify-buffer-fuzzy): Ditto.
7918         (wl-score-simplify-subject): Ditto.
7919         (wl-score-headers): Ditto.
7920         (wl-summary-score-update-all-lines): Ditto.
7921
7922         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7923         `enable-multibyte-characters' and `mule-version'.
7924
7925         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7926         `mapcar' only for iteration.
7927
7928         * wl-demo.el: Don't use `mapcar' only for iteration.
7929
7930         * wl-folder.el: Don't use `mapcar' only for iteration.
7931         (wl-folder-open-all): Ditto.
7932         (wl-folder-count-incorporates): Ditto.
7933
7934         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7935         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7936
7937         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7938         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7939         `smtp-connection-type'; specify 3rd argument of `require' for
7940         `timezone'; don't use `mapcar' only for iteration.
7941         (wl-draft-clone-local-variables): Don't use `mapcar'.
7942         (wl-draft-generate-clone-buffer): Ditto.
7943         (wl-user-agent-compose-internal): Ditto.
7944
7945         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7946
7947         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7948         (wl-save-status): Ditto.
7949
7950         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7951         for iteration.
7952
7953 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7954
7955         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7956         removed `Date'.
7957         (wl-fldmgr-make-filter-default): New user option.
7958
7959         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7960         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7961         (wl-fldmgr-filter-completion-alist): Abolish.
7962
7963         * wl.el (wl): Don't check servers if arg is non-nil.
7964
7965         * wl-draft.el (wl-draft-reply): Set only message-id string to
7966         In-Reply-To field.
7967
7968 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * wl-summary.el (wl-summary-pick): Rewrite.
7971
7972         * wl-draft.el (wl-draft-forward): Get references field from
7973         original buffer.
7974         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7975
7976 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7977
7978         * wl-draft.el (wl-draft-forward): Add references field.
7979
7980 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7983         (wl-draft-reply): Use it.
7984
7985 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7986
7987         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7988         when Emacs 21 is running.
7989
7990         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7991         bindings.
7992
7993 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7994
7995         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7996         XPM icons transparent.
7997
7998         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7999         Emacs 21.
8000
8001 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8002
8003         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8004         nil.
8005
8006         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8007         when it is persistent.
8008         (wl-summary-sync-marks): Changed argument for
8009         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8010         (wl-summary-virtual): Use `elmo-read-search-condition'.
8011         (wl-summary-redisplay-internal): If folder is local, mark as read
8012         even when folder is plugged.
8013
8014 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8015
8016         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8017         of `tool-bar-lines' in the frame parameters.
8018         (after-make-frame-functions, post-command-hook): Don't modify the
8019         value.
8020         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8021         wl-e21-tool-bar-lines): Removed.
8022
8023 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8024
8025         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8026         properties `evaporate' and `wl-momentary-overlay' as well.
8027         (wl-highlight-summary-displaying): Ditto.
8028         (wl-delete-all-overlays): Don't delete overlay which does not have
8029         a property `wl-momentary-overlay'.
8030
8031         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8032         `display-mouse-p' and `display-graphic-p'.
8033         (wl-folder-init-icons): Don't search for XBM or the other files.
8034         (wl-plugged-set-folder-icon): Make icons if and only if
8035         `display-graphic-p' returns non-nil.
8036         (wl-highlight-plugged-current-line): Use `before-string' overlay
8037         property to show icon images.
8038         (wl-highlight-folder-current-line): Ditto.
8039         (wl-e21-highlight-folder-group-line): Ditto.
8040         (wl-e21-highlight-folder-by-numbers): Ditto.
8041         (wl-e21-insert-image): Removed.
8042         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8043         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8044         said.
8045         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8046         `wl-e21-force-switch-toolbar'.
8047         (wl-e21-make-icon-image): Removed.
8048         (wl-e21-setup-toolbar): Don't search for XBM files.
8049         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8050         the default value.
8051
8052 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8053
8054         * wl-util.el (wl-biff-check-folder-async): Set
8055         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8056
8057 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8058
8059         * wl-e21.el (after-make-frame-functions): Add
8060         `wl-e21-force-switch-toolbar'.
8061         (wl-e21-force-switch-toolbar): New function force to switch the
8062         toolbar appearance automatically.
8063         (post-command-hook): Add `wl-e21-switch-toolbar'.
8064         (wl-e21-switch-toolbar): New function to switch the toolbar
8065         appearance automatically.
8066         (wl-e21-tool-bar-lines): New buffer local variable.
8067
8068 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8069
8070         * wl-util.el (wl-biff-check-folders-running): New variable.
8071         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8072         (wl-biff-check-folder-async-callback):
8073         Set `wl-biff-check-folders-running'.
8074         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8075         with unwind-protect.
8076
8077         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8078         Enclose `wl-folder-auto-check' with unwind-protect.
8079
8080         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8081         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8082
8083         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8084
8085         * wl-util.el (wl-biff-notify): New inline function.
8086         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8087         locally.
8088         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8089         folder-list' is 1.
8090         Use `wl-biff-notify'.
8091         (wl-biff-check-folder-async-callback): New function.
8092         (wl-biff-check-folder-async): Ditto.
8093
8094         * wl-folder.el (wl-folder): Don't check folders.
8095         (wl-folder-auto-check): New function.
8096
8097 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8098
8099         * wl-util.el (wl-biff-start) [Emacs19+]:
8100         Use `timer-next-integral-multiple-of-time'.
8101         (wl-biff-check-folders): Use `wl-default-folder'
8102         if `wl-biff-check-folder-list' is nil.
8103
8104 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8105
8106         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8107         instead of `elmo-delete-lists'.
8108
8109 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8110
8111         * wl.el (wl-plugged-toggle-all): Set the value of
8112         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8113         (wl-plugged-toggle): Ditto.
8114         (wl-toggle-plugged): Ditto.
8115         (wl-plugged-init): Ditto.
8116
8117         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8118         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8119         instead of `wl-biff-state-indicator-off' and
8120         `wl-biff-state-indicator-on'; don't modify the value and the type
8121         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8122         (wl-plugged-init-icons): Set icons data to
8123         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8124         instead of `wl-plug-state-indicator-off' and
8125         `wl-plug-state-indicator-on'; don't modify the value and the type
8126         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8127
8128         * wl-vars.el (wl-modeline-biff-state-off,
8129         wl-modeline-biff-state-on, wl-modeline-biff-status,
8130         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8131         wl-modeline-plug-status): New internal variables.
8132         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8133         wl-biff-check-interval, wl-biff-check-folder-list): Change
8134         customization group from `wl-folder' to `wl-highlight'.
8135         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8136         wl-show-plug-status-on-modeline): Defcustomized.
8137
8138         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8139         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8140         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8141         a flag to `mode-line-buffer-identification'.
8142
8143         * wl-e21.el (wl-biff-init-icons): Set icons data to
8144         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8145         instead of `wl-biff-state-indicator-off' and
8146         `wl-biff-state-indicator-on'.
8147         (wl-plugged-init-icons): Set icons data to
8148         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8149         instead of `wl-plug-state-indicator-off' and
8150         `wl-plug-state-indicator-on'.
8151
8152 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8153
8154         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8155         excessive titles.
8156
8157 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8158
8159         * wl.el (wl-plugged-mode): Use revised
8160         `wl-mode-line-buffer-identification'.
8161         (wl-plugged-init): Don't use `force-mode-line-update'.
8162
8163         * wl-xmas.el (wl-draft-overload-functions): Use revised
8164         `wl-mode-line-buffer-identification'.
8165         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8166         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8167         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8168         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8169         `wl-make-plugged-hook';
8170         add `wl-folder-init-icons' and `wl-setup-folder' to
8171         `wl-folder-mode-hook'.
8172
8173         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8174         19 as well.
8175         (wl-mode-line-display-priority-list): New user option.
8176         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8177         Defcustomized.
8178         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8179         Add docs.
8180
8181         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8182         start.
8183         (wl-mode-line-buffer-identification): Revised as a function.
8184
8185         * wl-summary.el (wl-summary-mode): Use revised
8186         `wl-mode-line-buffer-identification'; don't call
8187         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8188         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8189         `wl-xmas-setup-summary'.
8190
8191         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8192         `wl-mode-line-buffer-identification'.
8193
8194         * wl-mule.el (wl-draft-overload-functions): Use revised
8195         `wl-mode-line-buffer-identification'.
8196
8197         * wl-folder.el (wl-make-plugged-alist): Don't call
8198         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8199         (wl-folder): Don't call `wl-folder-init-icons' directly.
8200         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8201         `wl-xmas-setup-folder' directly;
8202         use revised `wl-mode-line-buffer-identification'.
8203         (TopLevel): Don't bind `wl-biff-init-icons',
8204         `wl-plugged-init-icons', `wl-folder-init-icons',
8205         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8206
8207         * wl-e21.el (wl-draft-overload-functions): Use revised
8208         `wl-mode-line-buffer-identification'.
8209         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8210         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8211         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8212         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8213         `wl-make-plugged-hook';
8214         add `wl-folder-init-icons' and `wl-setup-folder' to
8215         `wl-folder-mode-hook'.
8216
8217 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8218             Katsumi Yamaoka    <yamaoka@jpl.org>
8219
8220         * wl.el (wl): Call `wl-biff-start'.
8221         (wl-exit): Call `wl-biff-stop'.
8222         (wl-plugged-mode): Show biff in modeline.
8223         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8224
8225         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8226         (wl-biff-init-icons): New function.
8227         (wl-plugged-init-icons): Don't make too much keymaps.
8228         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8229
8230         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8231         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8232         variables.
8233         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8234         options.
8235
8236         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8237         wl-biff-start, wl-biff-stop): New functions.
8238         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8239         (wl-biff-timer-name): New variable.
8240
8241         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8242
8243         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8244         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8245
8246         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8247         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8248
8249         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8250         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8251         `wl-folder-init-icons' to `ignore' if they are not available.
8252         (wl-folder-mode): Show biff in modeline.
8253
8254         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8255         (wl-biff-init-icons): New function.
8256         (wl-plugged-init-icons): Don't make too much keymaps.
8257         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8258
8259 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8260
8261         * wl-vars.el (wl-strict-diff-folders): Customization Type
8262         and doc fix.  Define as a list of regular expressions for
8263         folders or nil.
8264         * wl-folder.el (wl-folder-check-one-entity): Use
8265         `wl-string-match-member' instead of `wl-string-member' for
8266         `wl-strict-diff-folders'.
8267
8268 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8269
8270         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8271         (wl-highlight-folder-current-line): Use it; new implementation.
8272         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8273         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8274         `defsubst' instead of `defun'.
8275
8276         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8277         `wl-highlight-group-folder-by-numbers'; made it can also be a
8278         number.  See info for more details.
8279
8280         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8281         running.
8282
8283         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8284         to bind them.
8285
8286         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8287         (wl-highlight-folder-current-line): New implementation.
8288
8289         * wl-highlight.el (wl-highlight-folder-group-line): New
8290         implementation.
8291         (wl-delete-all-overlays): Rewrite as a marco.
8292         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8293
8294         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8295         running.
8296         (wl-folder-*-glyph): No need to bind them.
8297
8298         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8299         `wl-e21-highlight-folder-group-icon'; rewrite.
8300         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8301         `defsubst' instead of `defun'.
8302         (wl-folder-mode-map): Bind it when compiling.
8303
8304 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8307
8308         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8309
8310 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8311
8312         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8313
8314 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8315
8316         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8317         (wl-highlight-folder-current-line): Use it.
8318
8319         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8320         in `id-name'.
8321
8322 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8323
8324         * wl.el: Require `wl-e21' when Emacs 21 is running.
8325
8326         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8327         default when Emacs 21 is running.
8328         (wl-use-highlight-mouse-line): Ditto.
8329         (wl-on-emacs21): New constant.
8330         (wl-on-emacs20): Removed.
8331
8332         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8333         Emacs 21 is running.
8334
8335         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8336         Emacs 21 is running.
8337
8338         * wl-e21.el: New file.
8339
8340 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8341
8342         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8343         (wl-toggle-plugged): Ditto.
8344         (wl-plugged-toggle): Ditto.
8345         (wl-plugged-toggle-all): Ditto.
8346
8347         * wl-vars.el (wl-plug-state-indicator): Refer
8348         `wl-plug-state-indicator-on' indirectly.
8349
8350 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8353         Call `wl-folder-confirm-existence'.
8354
8355         * wl-folder.el (wl-folder-confirm-existence): Added optional
8356         argument `force'.
8357
8358 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8359
8360         * wl-summary.el (wl-summary-refile-subr): Assume
8361         `copy-or-refile' as symbol.
8362         (wl-summary-refile): Follow up above change.
8363         (wl-summary-copy): Ditto.  Doc fix.
8364
8365 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * wl-summary.el (wl-summary-pick): Don't bind
8368         `elmo-search-mime-charset'.
8369
8370         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8371         default using old backquote style.
8372         (wl-search-mime-charset): Abolished.
8373
8374         * wl-highlight.el (wl-highlight-headers):
8375         Call `point' after `re-search-forward'(for Nemacs).
8376
8377         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8378         for elmo-imap4.el.
8379
8380 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8381
8382         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8383         `wl-message-ignored-field-list' instead of
8384         `mime-view-ignored-field-list'.
8385
8386         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8387         Add interactive spec.
8388         (wl-folder-goto-bottom-of-current-folder): Ditto.
8389         (wl-folder-mode-map): Bind them.
8390
8391         * wl-vars.el (wl-message-ignored-field-list): New variable.
8392         (wl-message-visible-field-list): New variable.
8393
8394         * wl-mime.el (wl-mime-header-presentation-method): New function.
8395         (wl-mime-setup): Set header-presentation-method.
8396
8397 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8398
8399         * wl-nemacs.el (wl-draft-overload-functions): Set
8400         `mode-line-buffer-identification' instead of using
8401         `wl-make-modeline'.
8402
8403         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8404         instead of using `wl-make-modeline'.
8405
8406         * wl-xmas.el (wl-plugged-init-icons): Set up
8407         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8408         (wl-make-modeline): Abolish.
8409         (wl-draft-overload-functions): Set
8410         `mode-line-buffer-identification' instead of using
8411         `wl-make-modeline'.
8412
8413         * wl-util.el (wl-make-modeline-subr): Abolish.
8414         (wl-mode-line-buffer-identification): New alias.
8415
8416         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8417         (wl-summary-make-modeline): Abolish.
8418         (wl-summary-buffer-set-folder): Set
8419         `wl-summary-buffer-folder-indicator'.
8420         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8421         of using `wl-make-modeline'.
8422         (wl-summary-switch-to-clone-buffer): Don't set
8423         `mode-line-buffer-identification'.
8424         (wl-summary-goto-folder-subr): Ditto.
8425
8426         * wl-mule.el (wl-draft-overload-functions): Set
8427         `mode-line-buffer-identification' instead of using
8428         `wl-make-modeline'.
8429
8430         * wl-folder.el (wl-folder-mode): Set
8431         `mode-line-buffer-identification' instead of using
8432         `wl-make-modeline'.
8433         (wl-folder): Don't set `mode-line-buffer-identification'.
8434
8435 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8436
8437         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8438         instead of `member' for `wl-refile-guess-func-list' look-ups.
8439         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8440
8441 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8442
8443         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8444         `wl-message-button-dispatcher'.
8445
8446         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8447
8448         * wl-message.el (wl-message-button-dispatcher): Use it.
8449
8450         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8451         "In-Reply-To".
8452
8453         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8454         Bind `case-fold-search' to t.
8455
8456 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8457
8458         * wl-xmas.el (wl-message-overload-functions): Initialize
8459         `wl-message-button-map'.
8460
8461         * wl-mule.el (wl-message-overload-functions): Initialize
8462         `wl-message-button-map'.
8463
8464         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8465
8466         * wl-message.el (wl-message-button-map): New keymap.
8467         (wl-message-add-button): New function.
8468         (wl-message-button-dispatcher): New function.
8469         (wl-message-button-refer-article): New function.
8470
8471         * wl-highlight.el
8472         (wl-highlight-message-add-buttons-to-header): New function.
8473         (wl-highlight-headers): Use it.
8474
8475 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8476
8477         * wl-summary.el (wl-summary-default-from): Use
8478         `wl-address-get-petname-1'.
8479         (wl-summary-simple-from): Ditto.
8480
8481         * wl-address.el (wl-address-get-petname-1): New inline function.
8482         (wl-address-get-petname): Use it.
8483
8484 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8485
8486         * wl-summary.el (wl-summary-default-from): Return full-name part
8487         from the address if no petname was found.
8488         (wl-summary-simple-from): Ditto.
8489
8490         * wl-address.el (wl-address-get-petname): Return nil if no petname
8491         associated with the address was found.
8492
8493 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8494
8495         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8496         display is finished.
8497
8498 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8499
8500         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8501         `elmo-folder-exists-p' argument.
8502
8503 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8504
8505         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8506         the folder.
8507
8508 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8509
8510         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8511
8512         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8513         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8514
8515 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8516
8517         * wl-folder.el (wl-folder-create-subr): New function.
8518         (wl-folder-confirm-existence): Use it.
8519         (wl-folder-check-one-entity): Use it.
8520         Check the error symbol is derived from 'elmo-open-error.
8521
8522         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8523         `ignore-error'.
8524
8525 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8526
8527         * wl-util.el (toplevel): Add (eval-when-compile (require
8528         'elmo-util)).  (Maybe `provide' is typo.)
8529
8530 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8531
8532         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8533         (I don't know why this was needed.)
8534
8535         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8536         Follow up changes for stream-type.
8537
8538         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8539         (wl-draft-elmo-nntp-send): Ditto.
8540
8541         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8542         (wl-nntp-posting-stream-type): Ditto.
8543         (wl-pop-before-smtp-ssl): Abolished.
8544         (wl-nntp-posting-ssl): Ditto.
8545
8546         * wl-address.el (wl-address-quote-specials): New function.
8547         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8548
8549         * wl-draft.el (wl-draft-reply): Ditto.
8550
8551 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8552
8553         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8554         use function `wl-string-match-assoc'.
8555
8556 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8557
8558         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8559
8560         * wl-draft.el (wl-draft-deduce-address-list): New function.
8561         (wl-draft-parse-mailbox-list): Ditto.
8562         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8563         instead of `smtp-deduce-address-list'.
8564         (wl-draft-on-field-p): Follow group list.
8565
8566         * wl-address.el (wl-address-concat-token): New function.
8567         (wl-address-string-without-group-list-contents): Ditto.
8568         (wl-complete-field-body): Fixed problem of completion
8569         by japanese petname.
8570         (wl-address-make-completion-list): Rewrite.
8571
8572 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8573
8574         * wl-address.el (wl-address-make-completion-list): Completion by
8575         petname.
8576         (wl-complete-field-body): Likewise.
8577
8578 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8581         contains invalid address syntax.
8582
8583 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8584
8585         * wl-folder.el (wl-folder-check-entity-async): Use
8586         `elmo-nntp-spec-hostname'.
8587
8588 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8589
8590         * wl-summary.el (wl-summary-msgdb-load-async): Use
8591         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8592
8593 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8594
8595         * wl-draft.el (wl-draft-reply): Set argument
8596         `content-transfer-encoding' as nil.
8597
8598 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8599
8600         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8601         `wl-refile-alist'.
8602
8603 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8604
8605         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8606         (wl-draft-edit-string): Ditto.
8607         (wl-draft-forward): Ditto.
8608         * wl-summary.el (wl-summary-write): Ditto.
8609
8610 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8611
8612         * wl-summary.el (wl-summary-sync-update3): Call
8613         `wl-summary-buffer-number-column-detect'.
8614         (wl-summary-buffer-number-column-detect): Search from point-min.
8615
8616 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8619         contains an address which is not included in original to or cc.
8620
8621 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8622
8623         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8624         begin-line does not exist.
8625         * wl-message.el (wl-message-uu-substring): Ditto.
8626
8627 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8630         clear local variables.
8631         (wl-summary-exit): Call `elmo-commit'.
8632         (wl-summary-switch-to-clone-buffer): Call
8633         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8634         (wl-summary-goto-folder-subr): Ditto.
8635
8636         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8637         POP folder.
8638
8639 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8642         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8643         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8644         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8645         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8646         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8647
8648         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8649
8650 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8651
8652         * wl-summary.el (wl-summary-search-by-subject):
8653         Search parent message from the latest one.
8654
8655 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8656
8657         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8658         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8659
8660         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8661         New user option.
8662
8663         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8664         if elmo-nntp-use-killed-list is nil.
8665         Use `elmo-msgdb-append-to-killed-list'.
8666         (Append numbers confirmed as disappeared to the killed list.)
8667         (wl-summary-confirm-appends): Don't display negative number.
8668
8669 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8670
8671         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8672
8673 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8676         range is `all'.
8677         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8678         `elmo-list-bigger-diff'.
8679
8680 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * wl-summary.el (wl-summary-buffer-exit-func):
8683         New buffer local variable.
8684         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8685
8686 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8687
8688         * wl-demo.el (wl-demo): Fix the last change.
8689
8690 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8691
8692         * wl-demo.el (wl-demo): Don't use `eval'.
8693
8694 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8695
8696         * wl-summary.el (wl-summary-buffer-thread-modified):
8697         New buffer-local variable.
8698         (wl-summary-set-thread-modified): New function.
8699         (wl-summary-thread-modified-p): New function.
8700         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8701         (wl-summary-yank-saved-message): Use function
8702         `wl-summary-set-thread-modified'
8703         (wl-summary-switch-to-clone-buffer): Add
8704         `wl-summary-buffer-thread-modified'.
8705
8706         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8707         (wl-summary-buffer-mark-saved-hook): Ditto.
8708         * wl-summary.el (wl-summary-msgdb-save): New hook
8709         `wl-summary-buffer-message-saved-hook' and
8710         `wl-summary-buffer-mark-saved-hook'.
8711
8712 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8713
8714         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8715
8716 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8717
8718         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8719         don't hide scroll bars under FSF Emacsen because it may incur an
8720         undesirable redrawing.
8721
8722 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8723
8724         * wl-draft.el (wl-draft-edit-string): Call
8725         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8726
8727 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8728
8729         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8730
8731 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8732
8733         * wl-summary.el (wl-summary-msgdb-load-async): Call
8734         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8735
8736 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8737
8738         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8739         fringes in demo buffer; center bitmap logo correctly even if old
8740         Mule is used.
8741
8742 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8743
8744         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8745
8746         * wl-refile.el (wl-refile-subject-alist): New variable.
8747         (wl-refile-subject-alist-file-name): Ditto.
8748         (wl-refile-alist-setup): Rewrite.
8749         (wl-refile-alist-save): Use `elmo-object-save'.
8750         Eliminated arguments.
8751         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8752         (wl-refile-guess-by-subject): New function.
8753         (wl-refile-guess-func-list): Added it.
8754
8755 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8756
8757         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8758         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8759
8760 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8763         New buffer-local variable.
8764         (wl-summary-buffer-next-folder-func): Ditto.
8765         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8766         if non-nil.
8767         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8768         if non-nil.
8769         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8770         if non-nil.
8771         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8772         if non-nil.
8773
8774 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8775
8776         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8777         permanently in the demo buffer.
8778
8779 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8782         `mime-entity-fetch-field'.
8783
8784         * wl.el (wl-exit): Delete plugged buffer.
8785
8786         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8787         XEmacs has menubar feature.
8788
8789 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8790
8791         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8792         cannot arrive at the beginning of the buffer under old Emacsen.
8793
8794 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8795
8796         * wl-address.el (wl-address-ldap-search):
8797         Call `ldap-search-entries' with `withdn' argument t.
8798         (wl-complete-field-body): Bind completion-ignore-case as t.
8799         Clear ldap search hash when it was sole completion.
8800         Use elmo-string for pattern string.
8801         (wl-ldap-alias-safe-string): Eliminated needless let.
8802
8803 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8804
8805         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8806         (wl-ldap-alias-sep): New constant.
8807         (wl-ldap-search-attribute-type-list): Ditto.
8808         (wl-ldap-get-value): New function.
8809         (wl-ldap-make-filter): Ditto.
8810         (wl-ldap-make-matched-value-list): Ditto.
8811         (wl-ldap-alias-safe-string): Ditto.
8812         (wl-ldap-register-dn-string): Ditto.
8813         (wl-address-ldap-search): Rewrite.
8814
8815 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8816
8817         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8818         thread is deleted.
8819         (wl-thread-delete-line-from-buffer): Ditto.
8820         (wl-thread-get-exist-children): New function.
8821
8822 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8823
8824         * wl-demo.el (wl-demo): Made it to select various image types.
8825         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8826         from `wl-title-logo'.
8827         (wl-logo-ascii): New variable.
8828         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8829         (wl-demo-copyright-notice): New constant.
8830
8831         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8832
8833 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8834
8835         * wl-vars.el (wl-summary-target-above): Renamed from
8836         wl-summary-temp-above.
8837         * wl-score.el (wl-score-get-score-alist): Use it.
8838         (wl-summary-score-update-all-lines): Use it.
8839         * wl-summary.el: Ditto. (make-variable-buffer-local).
8840
8841 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-vars.el (wl-ldap-port): New user option.
8844
8845         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8846         Rewite whole implementation.
8847         (wl-complete-field-body): Fixed.
8848
8849 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8850
8851         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8852         Choose implementation at compile time.
8853
8854 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8855
8856         * wl-address.el (wl-ldap-search-internal): New function.
8857         (wl-complete-field-to): Use it.
8858
8859 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8860
8861         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8862         Use `let' instead of `let*'.
8863         Require 'wl-vars.
8864
8865         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8866         Define as defcustom.
8867         (wl-ldap-base): Ditto.
8868         (wl-use-ldap): Ditto.
8869
8870 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8871
8872         * wl-address.el (wl-ldap-search): New function.
8873         (wl-complete-field-body): Use `wl-ldap-search'.
8874         (wl-ldap-server): New variable.
8875         (wl-ldap-base): Ditto.
8876         (wl-use-ldap): Ditto.
8877
8878 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8879
8880         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8881         (Pointed out by Mito <mit@nines.nec.co.jp>).
8882         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8883         buffer-local variables like `wl-summary-redisplay-internal'.
8884         (wl-summary-redisplay-all-header): Likewise.  Update
8885         Summary view too.
8886
8887 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8888
8889         * wl-summary.el (wl-summary-jump-to-parent-message):
8890         Consider prefix argument.
8891
8892         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8893         when closed thread is deleted.
8894
8895 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8896
8897         * wl-summary.el (wl-summary-jump-to-parent-message):
8898         Consider thread modification.
8899
8900 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8901
8902         * wl-message.el (wl-message-normal-get-original-buffer): Use
8903         `save-excursion'.
8904
8905         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8906         (wl-summary-showto-folder-regexp): Ditto.
8907
8908 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8909
8910         * wl-util.el (wl-delete-alist): Doc fix.
8911         (wl-delete-associations): New function.
8912         (wl-inverse-alist): New function.
8913         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8914         Split temporary variables. Use `wl-delete-associations'
8915         and `wl-inverse-alist'.
8916         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8917
8918 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8919
8920         * wl-folder.el (wl-folder-prefetch-entity):
8921         Execute prefetching if new count is unknown.
8922
8923 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8924
8925         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8926
8927         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8928         delete entity.
8929         (wl-thread-set-parent): If insert as top, set linked as nil.
8930
8931         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8932         `wl-thread-cleanup-symbols' when view mode is thread.
8933
8934 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8935
8936         * wl-folder.el (wl-folder-create-folder-entity): Use
8937         with-current-buffer.
8938         (wl-local-folder-init): Call set-buffer to make sure we are in
8939         the Folder buffer. Don't touch buffer-local variables here.
8940         (wl-folder-mode): Initialize buffer-local variables here.
8941
8942         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8943         (wl-folder-entity-assign-id): Ditto.
8944         (wl-folder-create-entity-hashtb): Ditto.
8945         (wl-local-folder-init): Ditto.
8946         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8947
8948 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8949
8950         * wl-summary.el (wl-summary-default-from): Fix probrem when
8951         std11-extract-address-components return (nil "foo@bar").
8952
8953 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8954
8955         * wl-draft.el (wl-draft-clone-local-variables):
8956         Remove redundant `setq'.
8957
8958 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8959
8960         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8961         Bind wl-highlight-x-face-func as nil while highlighting header.
8962
8963 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8964
8965         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8966
8967 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8968
8969         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8970         elmo-msgdb-overview-hashtb from copy-variables.
8971         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8972         instead of `elmo-msgdb-overview-get-entity-by-number'.
8973         (wl-summary-auto-refile): Ditto.
8974
8975         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8976         `elmo-msgdb-overview-get-entity' instead of
8977         `elmo-msgdb-search-overview-entity'.  Use
8978         `elmo-msgdb-overview-get-entity' instead of
8979         `elmo-msgdb-overview-get-entity-by-number'.
8980         (wl-thread-insert-entity-sub): Ditto.
8981         (wl-thread-insert-message): Ditto.
8982
8983         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8984         `elmo-msgdb-overview-get-entity'.
8985         (wl-normal-message-redisplay): Ditto.
8986
8987 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8988
8989         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8990         `wl-thread-entities'.
8991         (wl-thread-delete-message): Fix remove top message from
8992         `wl-thread-entity-list'.
8993
8994         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8995         wl-append(nconc), because update-list is broken on Meadow.
8996
8997         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8998         updating process.
8999         (wl-summary-rescan): Ditto.
9000         (wl-summary-sync-update3): Ditto.
9001         * wl-thread.el (wl-thread-set-parent): Renamed from
9002         `wl-summary-set-parent'.
9003         (wl-thread-insert-message): Updating buffer faster.
9004         (wl-thread-delete-message): Updating buffer faster.
9005
9006         * wl-score.el (wl-summary-score-update-all-lines): Changed
9007         interval for display progress gauge.
9008
9009 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9010
9011         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9012         folder always-sticky.
9013         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9014         defmacro.
9015
9016 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9017
9018         * wl-vars.el (wl-draft-add-references): New user option.
9019
9020         * wl-draft.el (wl-draft-add-references): New function.
9021         (wl-draft-yank-from-mail-reply-buffer): Use it.
9022         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9023         as nil.
9024
9025 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9026
9027         * wl-thread.el (wl-thread-update-line-msgs): Called
9028         `wl-thread-update-line-on-buffer-sub'.
9029         (wl-thread-update-line-on-buffer): Delete routine of inserting
9030         thread.
9031         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9032         moved from `wl-thread-update-line-on-buffer'.
9033         Add threshold for displaying progress gauge.
9034         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9035         argument of `wl-thread-update-line-msgs'.
9036         Add threshold for displaying progress gauge.
9037         * wl-folder.el:
9038         Add threshold for displaying progress gauge.
9039         * wl-score.el: Ditto.
9040
9041         * wl-expire.el (wl-summary-expire): Display deleting info.
9042
9043 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9046         `no-msg'.
9047         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9048         argument of `wl-thread-update-line-msgs'.
9049         (wl-summary-set-parent): Added optional argument `parent-number'.
9050         (wl-summary-buffer-saved-message): New buffer local variable.
9051         (wl-summary-save-current-message): New command.
9052         (wl-summary-yank-saved-message): Ditto.
9053         (wl-summary-mode-map): Added key binding for
9054         `wl-summary-save-current-message' (\ew) and
9055         `wl-summary-yank-saved-message' (\C-y).
9056         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9057
9058 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9059
9060         * wl-summary.el (wl-summary-mode-map): Added key binding for
9061         `wl-summary-set-parent' (ts).
9062
9063 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9064
9065         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9066         subject faster. If thread number is reverse, delayed updating
9067         thread.
9068         (wl-summary-search-by-subject): Ditto.
9069         (wl-summary-put-alike): Ditto.
9070         (wl-summary-get-alike): Ditto.
9071         (wl-summary-insert-headers): Insert header of all overview in
9072         buffer.
9073         (wl-summary-rescan): Delayed updating thread. Kill search subject
9074         buffer for wl-summary-search-by-subject.
9075         (wl-summary-sync-update3): Ditto.
9076         (wl-summary-exit): Ditto.
9077         (wl-summary-goto-bottom-of-current-thread): Change for linked
9078         thread.
9079         (wl-summary-overview-create-summary-line): Change line for linked
9080         thread.
9081
9082         * wl-summary.el (wl-summary-update-thread): Use
9083         wl-thread-maybe-get-children-num.
9084         (wl-summary-set-parent): If change parent, move sub thread.
9085         (wl-summary-redisplay-internal): Add horizontal recenter.
9086         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9087
9088         * wl-thread.el (wl-thread-entity-get-linked): New function.
9089         (wl-thread-entity-set-linked): New function.
9090         (wl-thread-create-entity): Add linked element.
9091         (wl-thread-entity-insert-as-top): Use wl-append.
9092         (wl-thread-maybe-get-children-num): If closing thread, return
9093         children msgs.
9094         (wl-thread-update-line-msgs): Displaying progress message.
9095         (wl-thread-update-line-on-buffer-sub): Use
9096         wl-thread-maybe-get-children-num.
9097         (wl-thread-update-line-on-buffer): If update line is not exists,
9098         insert thread.
9099         (wl-thread-delete-message): If delete top msg of thread, search
9100         parent by subject.
9101         (wl-thread-insert-entity): Use
9102         wl-thread-maybe-get-children-num.
9103
9104         * wl-highlight.el (wl-highlight-summary-current-line): change
9105         sregexp for linked thread.
9106         * wl-util.el (wl-count-lines): Count lines.
9107         (wl-horizontal-recenter): horizontal recenter.
9108         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9109         (wl-score-get-alike): Ditto.
9110         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9111         (wl-subject-length-limit): New variable.
9112         (wl-highlight-thread-indent-string-regexp): Changed for linked
9113         thread.
9114
9115 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9116
9117         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9118         New variable (revival).
9119         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9120         by subject matching if there's no in-reply-to nor references field
9121         (revival).
9122
9123 \f
9124 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9125
9126         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9127         message.
9128
9129 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9130
9131         * wl-summary.el (wl-summary-reply): Return t if there was a
9132         message at cursor point.
9133         Added unwind-protect.
9134         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9135         returns t.
9136         (wl-summary-cancel-message): Do nothing when there's no message at
9137         cursor point.
9138         (wl-summary-forward): Ditto.
9139         (wl-summary-jump-to-parent-message): Ditto.
9140         (wl-summary-reedit): Ditto.
9141         (wl-summary-edit-addresses): Ditto.
9142         (wl-summary-pipe-message): Ditto.
9143         (wl-summary-print-message-with-ps-print): Ditto.
9144         (wl-summary-print-message): Ditto.
9145         (wl-summary-mark-as-important): Ditto.
9146         (wl-summary-mark-as-unread): Ditto.
9147
9148         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9149         message at cursor point.
9150         (wl-summary-reply-with-citation): Remove unwind-protect.
9151
9152         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9153         subject searching feature.
9154         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9155         Eliminated.
9156
9157 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9160         New variable.
9161         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9162         by subject matching if there's no in-reply-to nor references field.
9163
9164         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9165
9166         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9167         when display is finished.
9168         (wl-folder-open-all): Ditto.
9169         (wl-folder-update-access-group): Ditto.
9170         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9171         * wl-thread.el (wl-thread-close-all): Ditto.
9172
9173         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9174         progress gauge only when it was displayed.
9175         * wl-folder.el (wl-folder-insert-entity): Ditto.
9176
9177 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9178
9179         * wl-summary.el (wl-summary-incorporate): Enclose
9180         `wl-summary-sync-force-update' with save-excursion.
9181
9182 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9183
9184         * wl-summary.el (wl-summary-prefetch-region):
9185         Pass current cursor point to `pos-visible-in-window-p' after
9186         moving cursor to the started point.
9187
9188 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9189
9190         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9191
9192         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9193         fields from the forwarding message.
9194         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9195         `ignored-fields'.
9196
9197 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9198
9199         * wl-mime.el (wl-message-request-partial):
9200         Eliminated argument `msgdb'.
9201         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9202         (wl-mime-combine-message/partial-pieces): Likewise.
9203         * tm-wl.el (wl-message-request-partial): Likewise.
9204         (wl-mime-combine-message/partial-pieces): Likewise.
9205
9206 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9207
9208         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9209         when display is finished.
9210
9211 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9212
9213         * wl-summary.el (wl-summary-goto-folder-subr):
9214         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9215
9216 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9217
9218         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9219         when cursor point is visible.
9220
9221 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9222
9223         * wl-expire.el (wl-expire-archive-get-max-number):
9224         Don't use `file-name-directory'.
9225
9226 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9227
9228         * wl-expire.el (wl-expire-archive-get-max-number):
9229         Use `file-name-directory'.
9230
9231 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9232
9233         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9234         only when there is progress.
9235
9236 2000-04-13  Mito <mit@nines.nec.co.jp>
9237
9238         * wl-summary.el (wl-summary-sync-marks): Display progress.
9239
9240 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9241
9242         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9243         (wl-summary-prev): Move cursor regardless of unread status.
9244         (wl-summary-next): Ditto.
9245
9246 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9247
9248         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9249         Added argument `target' and `number'.
9250         * tm-wl.el (wl-summary-burst-subr): New function.
9251         (wl-summary-burst): Use it.
9252
9253 2000-04-10  Mito <mit@nines.nec.co.jp>
9254
9255         * wl-mime.el (wl-burst): New function.
9256         (wl-summary-burst): Use it.
9257
9258 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9259
9260         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9261         as petname when there's no candidate.
9262
9263 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9264
9265         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9266         New variable.
9267         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9268
9269         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9270
9271         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9272
9273 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9274
9275         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9276         Use substring of `original' instead of buffer-substring.
9277         (wl-refile-evaluate-rule):
9278         Set `original' argument of wl-refile-expand-newtext.
9279
9280         * wl-summary.el
9281         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9282         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9283         (wl-summary-auto-refile): Check existence of destination folder just
9284         before marking.
9285
9286 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9287
9288         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9289         when wl-refile-get-field-value return nil.
9290
9291 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9292
9293         * wl-refile.el
9294         (wl-refile-expand-newtext): New function imported from Gnus.
9295         (wl-refile-evaluate-rule): Use it.
9296
9297 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-summary.el (wl-summary-print-destination):
9300         Duplicate folder string to avoid putting text-property on
9301         original string.
9302
9303         * wl-refile.el (wl-refile-get-field-value): New function.
9304         (wl-refile-evaluate-rule): New function;
9305         Evaluate refile rule recursively.
9306         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9307         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9308         New function; Check existence of a target folder recursively.
9309         (wl-summary-auto-refile-check-refile-rule-alist):
9310         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9311
9312 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9315
9316         * wl-folder.el (wl-create-folder-entity-from-buffer):
9317         Fixed problem when '}' character is contained in folder name.
9318
9319         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9320
9321 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9322
9323         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9324         (wl-fldmgr-add-completion-all-completions):
9325         Use wl-fldmgr-add-completion-hashtb.
9326
9327 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9328
9329         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9330         wl-fldmgr-add-completion-subr): New functions.
9331         * wl-folder.el (wl-folder-completion-func): New variable.
9332         * wl-summary.el (wl-summary-read-folder):
9333         Use wl-folder-completion-func.
9334
9335         * wl-refile.el: Eliminate throw & catch.
9336
9337         * wl.el (wl-plugged-sending-queue-status): Fixed.
9338
9339 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9340
9341         * wl-draft.el (wl-draft): Put category property on
9342         mail-header-separator.