* wl-vars.el (wl-message-header-button-alist): Change default
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-vars.el (wl-message-header-button-alist): Change default
4         value.
5         (wl-message-body-button-alist): Ditto.
6
7 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
8
9         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
10
11 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
14
15 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-summary.el (wl-summary-sync-marks): Remove condition which
18         is always true.
19
20 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
21
22         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
23         on null entity.
24
25 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
26
27         * wl-vars.el (wl-draft-reply-default-position): Fix range.
28
29 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-vars.el (wl-summary-resend-hook): New hook.
32
33         * wl-action.el (wl-summary-exec-action-resend-subr): Run
34         `wl-summary-resend-hook'.
35
36 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
37
38         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
39         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
40         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
41         (wl-summary-new-cached-mark): Changed default value to 'n'.
42         (wl-summary-unread-cached-mark): Changed default value to 'u'.
43         (wl-summary-answered-cached-mark): Changed default value to 'a'.
44         (wl-folder-sync-range-alist): Remove spec for 'flag.
45         (wl-summary-force-prefetch-folder-list): New user option.
46
47         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
48         `wl-summary-toggle-persistent-mark'.
49         (wl-summary-update-mark-and-highlight-window): Don't highlight when
50         number is nil.
51         (wl-summary-mark-as-answered-region): Set interactive argument of
52         `wl-summary-set-persistent-mark-internal'.
53         (wl-summary-mark-as-important-region): Ditto.
54         (wl-summary-unset-persistent-mark): Ditto.
55         (wl-summary-set-persistent-mark): Ditto.
56         (wl-summary-mark-as-answered): Ditto.
57         (wl-summary-mark-as-important): Ditto.
58         (wl-summary-set-persistent-mark-internal): Do nothing
59         when `elmo-message-flag-available-p' is nil.
60         (wl-summary-toggle-persistent-mark): New function.
61         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
62         when the folder matches `wl-summary-force-prefetch-folder-list'.
63
64
65         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
66         when number is nil.
67         (wl-highlight-summary-forwarded-face): New face.
68
69 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
70
71         * Version number is increased to 2.11.31.
72
73 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
74
75         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
76         (wl-biff-check-folder-async): Ditto.
77         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
78
79 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
80
81         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
82         Add an argument `reverse'.  All callers are updated.
83         (wl-summary-sort): Add a prefix argument `reverse' to specify
84         reverse sorting.
85         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
86         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
87         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
88
89 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-message.el (wl-message-redisplay): Does not narrow header if
92         disply-type is all-header or as-is.
93
94         * wl-summary.el (wl-summary-enter-handler): Use
95         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
96
97 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
100         after adding wl-draft-parent-variables.
101         (wl-draft-forward): Ditto.
102
103 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * wl-summary.el (wl-summary-sync-marks): Call
106         `wl-summary-set-persistent-mark' and
107         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
108         (wl-summary-set-persistent-mark-internal): Add 4th argument
109         `no-server'.
110         (wl-summary-unset-persistent-mark): Ditto.
111         (wl-summary-set-persistent-mark): Ditto.
112         (wl-summary-add-flags-internal): Abolish.
113         (wl-summary-remove-flags-internal): Ditto.
114         (wl-summary-mark-as-important-internal): Ditto.
115         (wl-summary-mark-as-important): Use
116         `wl-summary-set-persistent-mark' instead of
117         `wl-summary-add-flags-internal'.
118         (wl-summary-mark-as-important-region): Ditto.
119
120         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
121
122         * wl-summary.el (wl-summary-get-available-flags): New function.
123         (wl-summary-sync-marks): Use it and simplified.
124         (wl-summary-unset-persistent-mark): Use
125         `wl-summary-get-available-flags'.
126         (wl-summary-set-persistent-mark): Ditto.
127
128 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
129
130         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
131         id.
132
133 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-summary.el (wl-summary-enter-handler): If argument is not a
136         number, call `wl-summary-prev-line-content'. Show message when the
137         message is not found.
138
139 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
140
141         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
142         wl-summary-enter-handler.
143         (wl-summary-enter-handler): New command.
144
145         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
146         docstring and custom spec.
147
148         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
149         flags too; Don't treat Cached and New.
150         (wl-summary-set-persistent-mark): Ditto.
151
152         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
153         `wl-folder-set-flag'.
154
155         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
156         instead of `wl-folder-set-flag'.
157
158         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
159         for completion.
160         (wl-summary-set-persistent-mark): Ditto.
161
162         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
163         instead of `wl-draft-quit-preview'.
164
165         * wl-mime.el (toplevel): Avoid compile warning.
166         (wl-mime-quit-preview): New function
167         (formarly defined as `wl-draft-quit-preview').
168         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
169         quitting method.
170
171         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
172
173         * wl-folder.el (wl-folder-set-flag): Renamed from
174         `wl-draft-set-flag-on-parent'.
175
176         * wl-draft.el (wl-draft-quit-preview): New function.
177         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
178         (wl-draft-send): Call `wl-folder-set-flag' instead of
179         `wl-draft-set-flag-on-parent'.
180         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
181
182 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
185         (wl-draft-send): Ditto.
186
187 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
188
189         * wl-vars.el (wl-draft-reply-hook): Changed default value.
190         (wl-draft-kill-pre-hook): Set default value as nil.
191         (wl-summary-reply-hook): Ditto.
192         (wl-draft-kill-flags): Abolish.
193
194         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
195         (wl-draft-parent-variables): Renamed from
196         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
197         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
198         argument; Add wl-draft-parent-variables to
199         wl-draft-config-variables.
200         (wl-draft-reply): Likewise.
201         (wl-draft-kill-flags): Abolish.
202         (wl-draft-send): Call wl-draft-set-flag-on-parent.
203         (wl-draft-set-flag-on-parent): New function.
204         (wl-draft-setup-parent-flag): Ditto.
205
206 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
207
208         * wl-draft.el (wl-draft-kill-flags): Avoid error when
209         `wl-draft-parent-folder' is "".
210
211 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
212
213         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
214         (wl-summary-digit-jump): New function.
215         (Adviced by John Owens and Hiroya Murata)
216
217         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
218         (Adviced by John Owens)
219
220         * wl-xmas.el (wl-message-define-keymap): Ditto.
221
222         * wl-mule.el (wl-message-define-keymap): Ditto.
223
224 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
227         change of return value of elmo-folder-count-flags.
228
229         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
230         (wl-summary-mark-as-read-internal): Ditto.
231         (wl-summary-set-persistent-mark-internal): Ditto.
232         (wl-summary-folder-info-update): Ditto.
233         (wl-summary-sync-update): Fixed the last change.
234
235         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
236
237 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
238
239         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
240         (wl-draft-kill-flags): Fixed docstring.
241
242         * wl-draft.el (wl-draft-kill-flags): New function.
243         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
244
245 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
246
247         * wl-vars.el (wl-reply-hook): Abolish.
248         (wl-draft-reply-hook): New hook.
249         (wl-summary-reply-hook): Ditto.
250         (wl-draft-forward-hook): Ditto.
251         (wl-summary-forward-hook): Ditto.
252         (wl-draft-kill-flags): New variable.
253
254         * wl-summary.el (wl-summary-mark-as-answered-region): Use
255         wl-summary-set-persistent-mark-internal.
256         (wl-summary-sync-marks): Use elmo-preserved-flags.
257         (wl-summary-update-persistent-mark): Make it interactive.
258         (wl-summary-set-persistent-mark-internal): New inline function.
259         (wl-summary-mark-as-answered): Use it.
260         (wl-summary-mark-as-unanswered): Ditto.
261         (wl-summary-unset-persistent-mark): New function.
262         (wl-summary-set-persistent-mark): Ditto.
263         (wl-summary-reply): Don't set answered flag;
264         Run wl-summary-reply-hook instead.
265         (wl-summary-forward): Call wl-draft-forward with number.
266         Run wl-summary-forward-hook.
267
268         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
269         (wl-highlight-summary-line-face-spec): Use it as a default
270         persistent mark face.
271
272         * wl-draft.el (wl-draft-forward): Added optional argument number;
273         Set wl-draft-parent-number; Run wl-draft-forward-hook.
274         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
275         (wl-draft-kill): Use wl-draft-kill-flags.
276
277         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
278
279         * wl-folder.el (wl-folder-check-one-entity): Follow the change
280         of return value of elmo-folder-count-flags.
281
282         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
283
284         * wl-summary.el (wl-summary-count-unread): Ditto.
285         (wl-summary-sync-update): Follow the change above.
286         (wl-summary-force-prefetch): New function.
287
288 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
289
290         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
291         variable `buf' with `let' instead of `setq'.
292
293 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
294
295         * wl-mime.el (wl-message-delete-current-part): If filename exists,
296         add Content-Disposition heaeder on the deleted part.
297
298 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-draft.el (wl-draft-save): Encode address list under edit by
301         `eword-encode-unstructured-field-body'.
302
303         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
304
305 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
306
307         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
308         wl-current-summary-buffer.
309
310 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
311
312         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
313         `numbers' is ignored.
314
315 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
316
317         * wl-folder.el (wl-folder-open-folder): Avoid error.
318         Reported by John Owens, [wl-en:815]
319
320         * wl.el (wl): Set timer for biff process even if prefix argument
321         is given or auto-checking is quitted.
322
323         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
324         immediately.
325         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
326         (wl-toggle-plugged): Ditto.
327
328         * wl-vars.el (wl-biff-use-idle-timer): New variable.
329         * wl-util.el (wl-biff-start): Use idle timer if
330         `wl-biff-use-idle-timer' is non-nil.
331
332 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-highlight.el (wl-highlight-message): Fix description.
335
336 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
337
338         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
339         tty.
340
341 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-action.el (wl-summary-exec): Print failure count.
344
345 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
346
347         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
348         to `defun', remove interactive form.
349         Set elmo-message-fetch-confirm when force-reload is non-nil.
350
351 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-summary.el (toplevel): Removed unnecessary autoload.
354
355 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
356
357         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
358         the buffer is generated from another message buffer.
359
360 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
361
362         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
363         extracted from `wl-fldmgr-save-folders'.
364         (wl-fldmgr-delete): Call it after deletion.
365
366 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
369         multi-tty support.
370
371 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
372
373         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
374
375 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
376
377         * wl-summary.el (wl-summary-rescan): Remove unused variables.
378         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
379
380 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
383         unsubscribe list only if argument CLEAR is nil.
384
385 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
386
387         * wl-draft.el (wl-draft-reply): Decode subject before removing
388         Re: prefix.
389
390 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
391
392         * wl-summary.el (wl-summary-sort-by-size): New command.
393
394 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-summary.el (wl-summary-number-list-from-region): New
397         function.
398         (wl-summary-mark-as-read-region): Use it.
399         (wl-summary-mark-as-unread-region): Ditto.
400         (wl-summary-set-flags-region): Ditto and add optional argument
401         remove.
402         (wl-summary-mark-as-answered-region): Ditto.
403         (wl-summary-mark-as-important-region): Ditto.
404         (wl-summary-target-mark-mark-as-important): Added optional
405         argument remove.
406         (wl-summary-target-mark-mark-as-answered): Ditto.
407         (wl-summary-target-mark-set-flags): Ditto.
408
409 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-summary.el (wl-summary-set-flags-region): Call
412         `wl-summary-set-flags-internal' with number list instead of call
413         one by each message.
414         (wl-summary-target-mark-set-flags): Likewise.
415
416 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-summary.el (wl-summary-target-mark-operation): Add optional
419         argument `inverse' and use `wl-summary-delete-all-target-marks'.
420         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
421         (wl-summary-target-mark-mark-as-answered): Likewise.
422
423 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
424
425         * wl-summary.el (wl-summary-target-mark-forward): Use
426         `wl-summary-delete-all-target-marks' instead of
427         `wl-summary-delete-all-temp-marks'.
428         (wl-summary-target-mark-reply-with-citation): Ditto.
429         (wl-summary-target-mark-uudecode): Ditto.
430         (wl-summary-target-mark-set-flags): Ditto and remove needless
431         cursor move.
432
433 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-summary.el (wl-summary-target-mark-forward): Protect
436         wl-summary-buffer-target-mark-list from nreverse.
437         (wl-summary-target-mark-reply-with-citation): Ditto.
438
439 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-thread.el (wl-thread-update-indent-string-thread): Use
442         `elmo-display-progress-threshold'.
443
444 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
447         check `wl-summary-highlight'.
448         (wl-summary-window-scroll-functions): Respect value of
449         `wl-summary-highlight'.
450         (wl-summary-sync-update): Run hooks
451         `wl-summary-buffer-window-scroll-functions' at any time.
452
453 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
454
455         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
456         from `wl-summary-cleanup-temp-marks'.
457         (wl-summary-cleanup-temp-marks): Abolish argument.
458         * wl.el (wl-save-status): Revert previous change.
459         (wl-execute-temp-marks): New function, call
460         `wl-summary-exec-with-confirmation'.
461         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
462         (wl-folder-save-and-exec-marks): Abolished.
463
464 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
465
466         * wl-e21.el (wl-e21-display-image-p): Respect
467         `wl-highlight-folder-with-icon'.
468         (wl-e21-highlight-folder-group-line): Highlight mouse line
469         even if wl-e21-display-image-p is nil.
470
471         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
472         Respect value of `wl-summary-highlight'.
473
474         * wl.el (wl-save-status): Remove unused variable.
475
476         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
477         (wl-folder-mode-map): Bind it to "x".
478
479 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
480
481         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
482
483         * wl-thread.el (wl-thread-get-parent-list): Don't check
484         disconnected ancestors, neglecting needless work in
485         `wl-thread-update-indent-string-thread'.
486
487         * wl.el (wl-save): Take prefix argument to execute remaining marks.
488         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
489         argument, add argument default-keep to keep marks by default.
490
491         * Version number is increased to 2.11.30.
492
493         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
494         customization type and docstring.
495         (wl-draft-reply-without-argument-list): Ditto.
496
497 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
500
501         * wl-spam.el (wl-spam-mark-action-list): Ditto.
502
503 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
504
505         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
506
507 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
508
509         * wl-draft.el (wl-draft-config-exec): Narrow the range of
510         save-excursion so as not to include run-hooks.
511
512 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
513
514         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
515         Clarify that marks are going to be cleared.
516
517 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
520         according to 3rd element of wl-summary-flag-mark.
521
522         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
523
524 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-action.el (wl-summary-target-mark-all): Don't set
527         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
528
529 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
532         (wl-forward-subject-prefix): Ditto.
533         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
534         (wl-draft-reply-make-subject): Ditto.
535
536         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
537         `wl-draft-forward'.
538         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
539
540 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
541
542         * wl-action.el (wl-summary-target-mark-set-action): Stop if
543         target message does not exist.
544
545 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
546
547         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
548         `wl-subject-prefix-regexp'.
549         (wl-subject-forward-prefix-regexp): New variable.
550         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
551         `wl-draft-strip-subject-re' and take regexp as argument.
552         (wl-draft-forward): Use it.
553         (wl-draft-reply): Ditto.
554
555 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
556
557         * wl-e21.el (wl-highlight-plugged-current-line): Change for
558         emacs multi-tty support.
559
560 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
561
562         * wl-e21.el (wl-e21-display-image-p): Don't call
563         `display-images-p'.
564         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
565         support.
566         (wl-highlight-folder-current-line): Ditto.
567         (wl-folder-init-icons): Ditto.
568
569 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
572         the last line of summary in unplugged mode.
573
574 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
575
576         * wl-vars.el (wl-refile-rule-alist): Doc fix.
577
578 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
579
580         * wl-vars.el (wl-user-mail-address-regexp): New variable.
581         * wl-address.el (wl-address-user-mail-address-p): Use it.
582         (wl-address-delete-user-mail-addresses): Ditto.
583         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
584
585         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
586         (wl-address-delete-user-mail-addresses): Ditto.
587
588         * wl-address.el (wl-address-delete-user-mail-addresses): New
589         function.
590         * wl-refile.el (wl-refile-guess-by-history): Use it.
591         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
592         (wl-draft-make-mail-followup-to): Ditto and fix logic.
593
594         * wl-draft.el (wl-draft-edit-string): To judge sender address,
595         use wl-address-user-mail-address-p.
596
597 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
600         after opening group.
601
602 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
605         of elmo-set-buffer-multibyte.
606
607         * wl-message.el (wl-original-message-mode): Ditto.
608
609         * wl-score.el (wl-score-insert-header): Ditto.
610
611         * wl-summary.el
612         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
613         (wl-summary-goto-folder-subr): Ditto.
614         (wl-summary-insert-headers): Ditto.
615
616         * wl-util.el (wl-set-string-width): Ditto.
617
618         * Version number is increased to 2.11.29.
619
620 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
623         (wl-highlight-summary-line-help-echo-alist): New variable.
624         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
625         into `wl-highlight-summary-line-help-echo' and
626         `wl-highlight-flag-folder-help-echo'.
627         (wl-highlight-summary-line-string): Change accordingly.
628         (wl-highlight-summary-current-line): Ditto.
629
630 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
631
632         * wl-highlight.el (wl-highlight-message): Ignore white spaces
633         at the beginning of field body (Thanks to Markus Knittig).
634
635         * wl-draft.el (wl-draft-insert-current-message): Also check
636         summary buffer, remove unnecessary tag.
637
638 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-draft.el (wl-draft-insert-current-message): Cause error also
641         when wl-message-buffer is nil.
642
643         * wl-folder.el (wl-folder): Abolish unused argument.
644         Call wl-folder-init when wl-folder-entity is nil.
645         * wl.el (wl): Change accordingly.
646
647 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
650         multibyte string before insert into draft buffer.
651         (wl-draft-create-buffer): Always enable multibyte characters for
652         draft buffer.
653
654         * Version number is increased to 2.11.28.
655
656 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-folder.el (wl-folder-open-close): Handle blank line.
659         (wl-folder-jump-to-current-entity): Ditto.
660
661 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * Version number is increased to 2.11.27.
664
665 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-thread.el (wl-thread-insert-message): When the thread is
668         devided by wl-summary-max-thread-depth, insert line at the end of
669         buffer.
670
671 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * Version number is increased to 2.11.26.
674
675 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
676
677         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
678
679 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
682         value of stream-type and session.
683
684 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * Version number is increased to 2.11.25.
687
688 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
689
690         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
691         in a quit message.
692
693 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
696         (wl-summary-redisplay-no-mime-internal): Ditto.
697
698 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
701         * wl-vars.el (wl-smtp-connection-type): Ditto.
702
703 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
704
705         * wl-highlight.el (wl-highlight-message): Change to strict regexp
706         for the separator line and quote mail-header-separator.
707
708 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-spam.el (wl-message-check-spam): Fixed problem no display
711         result message.
712
713         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
714         `elmo-multiple-fields-body-list' with boundary as
715         mail-header-separator.
716
717 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
720
721 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
722
723         * wl-util.el (wl-list-diff): Remove unused function.
724
725         * wl-draft.el (wl-draft-send-confirm): Discard input before
726         confirmation.
727
728 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
731         order of flag and new.
732
733 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-vars.el (wl-refile-policy-alist): Abolished.
736
737         * wl-action.el (wl-summary-set-action-refile): Follow the change
738         above.
739
740 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * wl-highlight.el (wl-highlight-signature-search): Don't use
743         re-search-backward for a long word since it is possible to crash
744         XEmacs because of a bug.
745
746 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
747
748         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
749
750 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
751
752         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
753         argument for wl-summary-sync-force-update.
754
755 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
756
757         * wl-summary.el (wl-summary-mode-map): Revival of
758         wl-summary-mark-as-important related bindings;
759         Bind 'F','tF','mF','rF','m&'.
760         (wl-summary-mark-as-important-region): Revival.
761         (wl-summary-target-mark-mark-as-important): Ditto.
762         (wl-summary-target-mark-operation): New function.
763         (wl-summary-target-mark-mark-as-answered): Use it.
764         (wl-summary-decide-flag): Don't set Important as default.
765         (wl-summary-mark-as-important-internal): Revival.
766         (wl-summary-mark-as-important): Ditto.
767
768         * wl-thread.el (wl-thread-mark-as-important): Ditto.
769
770         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
771         instead of facep.
772
773 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
774
775         * wl-dnd.el (wl-dnd-drop-func): Fix.
776
777         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
778         mouse-set-point instead of posn-point.
779
780         * wl-xmas.el (wl-completing-read-multiple): Define as function.
781
782         * wl-mule.el (wl-completing-read-multiple): Ditto.
783
784 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-demo.el (face-background-name): Defalias to avoid compile
787         warning.
788
789 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
790
791         * wl-summary.el (wl-summary-decide-flag): Use
792         wl-completing-read-multiple instead of completing-read-multiple.
793
794         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
795         New alias.
796
797         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
798         Use face-background-name instead of face-background.
799
800         * wl-vars.el (wl-summary-save-file-suffix): New user option.
801
802         * wl-summary.el (wl-summary-save): Use it.
803         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
804
805         * wl-mime.el (wl-mime-save-content): Fix last change.
806
807 2004-02-10  Len Trigg <lenbok@myrealbox.com>
808
809         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
810         New function.
811         (wl-summary-sort-specs): Added sort.
812         * wl-mime.el (wl-mime-save-content): Expand file name.
813
814 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
815
816         * wl-mime.el (wl-draft-preview-message): Fixed typo.
817
818         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
819
820 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821
822         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
823         for flag if it is not defined.
824
825 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
826
827         * wl-e21.el (wl-highlight-folder-current-line): Use
828         elmo-folder-type-internal when elmo-folder-type returns nil.
829
830         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
831
832         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
833
834         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
835
836         * wl-e21.el (wl-summary-toolbar): Ditto.
837
838         * wl-vars.el (wl-demo-background-color): Abolished.
839         (wl-summary-persistent-mark-priority-list): Renamed from
840         wl-summary-flag-priority-list.
841         (wl-summary-flag-alist): New user option.
842         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
843         (wl-message-mode-line-format-spec-alist): Added 'F'.
844         (wl-message-mode-line-format): Likewise.
845         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
846         instead of wl-summary-important-mark.
847         (wl-file-folder-icon): New variable.
848
849         * wl-thread.el (wl-thread-set-flags): Renamed from
850         wl-thread-mark-as-important.
851
852         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
853         warning.
854         (wl-summary-mode-menu-spec): Follow the change of 
855         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
856         (wl-summary-mode-map): Follow the change of
857         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
858         (wl-summary-detect-mark-position): Follow the variable name change.
859         (wl-summary-set-flags-region): New function for the replacement of
860         wl-summary-mark-as-important-region.
861         (wl-summary-sync-marks): Sync all global-flags.
862         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
863         instead of elmo-message-flagged-p.
864         (wl-summary-persistent-mark-string): Follow the variable name change;
865         Put wl-summary-flag-mark if the message has global-flag.
866         (wl-summary-target-mark-set-flags): Renamed from 
867         wl-summary-target-mark-mark-as-important.
868         (wl-summary-decide-flag): New function.
869         (wl-summary-set-flags-internal): Renamed from
870         wl-summary-mark-as-important-internal.
871         (wl-summary-add-flags-internal): New function.
872         (wl-summary-remove-flags-internal): Ditto.
873         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
874         (wl-summary-mark-as-unimportant): Abolish.
875         (wl-summary-move-spec-alist): Changed `important' to `digest'.
876         (wl-summary-next-message): List flagged messages in the msgdb.
877
878         * wl-score.el (wl-summary-score-update-all-lines): Use
879         wl-summary-add-flags-internal instead of 
880
881         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
882
883         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
884         from wl-message-buffer-cur-flag (To avoid misunderstanding).
885         (wl-message-buffer-require-all-header): Renamed from
886         wl-message-buffer-all-header-flag (Ditto).
887         (wl-message-buffer-flag-indicator): New variable.
888         (wl-message-redisplay): Changed local varibale name from `flag' to
889         `display-type'; Set up wl-message-buffer-flag-indicator.
890         (wl-message-buffer-display): Changed varibale name from `flag' to
891         `display-type'.
892         (wl-message-display-internal): Likewise.
893
894         * wl-highlight.el (wl-highlight-demo-face): Define default background
895         color.
896         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
897
898         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
899
900         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
901         (wl-demo-setup-properties): Renamed from
902         `wl-demo-set-background-color'.
903         (wl-demo): Follow the change above.
904         
905         * Version number is increased to 2.11.24.
906
907 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl-summary.el (wl-summary-toggle-thread): Call
910         `wl-summary-rescan' with disable-thread as non-nil.
911         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
912
913 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
914
915         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
916         foreground property of the face.
917         (wl-demo-insert-text): Don't set up face property here.
918         (wl-demo): Call wl-demo-set-background-color, anyway.
919
920 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
921
922         * wl-vars.el (wl-demo-background-color): The value can be nil.
923
924 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
925
926         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
927         to wl-summary-wheel-dispatcher.
928
929         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
930         wl-message-wheel-dispatcher.
931         (wl-message-wheel-dispatcher): New function.
932         (wl-summary-wheel-dispatcher): Ditto.
933
934 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
935
936         * wl-action.el (wl-summary-target-mark-all): List messages which are
937         not in the killed-list.
938
939         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
940         only when the folder is 'flag/important.
941
942         * wl-address.el (wl-complete-field-body): Complete if the last
943         character is a space.
944
945 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-folder.el (wl-folder-clear-entity-info): Use
948         elmo-clear-hash-val.
949
950         * wl-fldmgr.el (wl-fldmgr-rename): Set
951         wl-folder-info-alist-modified as t.
952
953 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
954
955         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
956
957 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
958
959         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
960         (wl-folder-buffer-last-visited-entity-id): New buffer local
961         variable.
962         (wl-folder-revisit-last-visited-folder): New function.
963         (wl-folder-mode-map): Bind it to "C-i".
964         (wl-folder-set-current-entity-id): Set last visited folder.
965         * wl-summary.el (wl-summary-exit): Ditto.
966
967 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
970         before calling `recenter' in order to cope with an XEmacs bug.
971
972 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
975         to the default value.
976
977 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
980         change.
981         (wl-summary-sync-marks): Ditto.
982         (wl-summary-mark-as-read-internal): Ditto.
983         (wl-summary-mark-as-answered-internal): Ditto.
984         (wl-summary-mark-as-important-internal): Ditto.
985         (wl-summary-reply): Ditto.
986
987         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
988         instead of `elmo-folder-unflag-answered'.
989
990         * Version number is increased to 2.11.23.
991
992         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
993         the last change.
994
995 2004-01-11  Kenichi Okada  <okada@opaopa.org>
996
997         * wl-spam.el (wl-summary-exec-action-refile-with-register):
998         Specify "spam" or "good".
999
1000 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1001
1002         * wl-spam.el (wl-summary-exec-action-spam): Call
1003         wl-folder-confirm-existence for spam folder.
1004         (wl-spam-setup): Bind "mk".
1005
1006 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1007
1008         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1009
1010 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1011
1012         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1013         destination folder is empty.
1014
1015 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1016
1017         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1018         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1019
1020         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1021         (wl-summary-refile-prev-destination-region): New function.
1022         (wl-thread-refile-prev-destination): Ditto.
1023         (wl-summary-target-mark-refile-prev-destination): Ditto.
1024
1025 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1026
1027         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1028         (wl-demo-background-color): Changed default value.
1029
1030         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1031         color.
1032
1033         * wl-demo.el (wl-demo-set-background-color): New function.
1034         (wl-demo): Call it.
1035
1036 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1037
1038         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1039         * wl-address.el (wl-address-add-or-change): Don't add empty
1040         address.
1041
1042 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1043
1044         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1045
1046 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1047
1048         * wl-vars.el (wl-demo-image-filter-alist): New variable
1049         (wl-demo-background-color): Ditto.
1050
1051         * wl-demo.el (wl-demo-xpm-set-background): New function.
1052         (wl-demo-image-filter): Ditto.
1053         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1054
1055         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1056
1057         * wl-demo.el (wl-demo-icon-name): Define as function.
1058         (wl-demo-insert-image): Use it.
1059
1060 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1061
1062         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1063
1064 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1065
1066         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1067
1068 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1069
1070         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1071
1072 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-thread.el (wl-thread-mark-as-answered): New function.
1075
1076         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1077         answered" entry.
1078         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1079         "r&" and wl-thread-mark-as-answered to "t&".
1080         (wl-summary-mark-as-important-region): Refine to toggle mark.
1081         (wl-summary-mark-as-answered-region): New function.
1082         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1083         and 3rd argument.
1084         (wl-summary-mark-as-important-internal): Likewise.
1085
1086 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * wl-template.el (wl-template-preview): New internal variable.
1089         (wl-template-preview-p): New function.
1090         (wl-template-show): Bind `wl-template-preview' as t.
1091
1092 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1095         `elmo-message-entity-field' with 3rd argument which is non-nil.
1096
1097 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1100         Removed duplicate local bind `folder'.
1101
1102 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1105
1106 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1109         duplicate definition.
1110
1111 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1112
1113         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1114         non-nil, use it; Don't fetch message if there's no message in the
1115         current cursor position.
1116
1117 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1118
1119         * wl-util.el (wl-region-exists-p): Use region-active-p.
1120         (wl-deactivate-region): New function.
1121         * wl-message.el (wl-message-redisplay): Deactivate region.
1122
1123         * wl-summary.el (wl-summary-reply): Call
1124         `wl-summary-set-message-buffer-or-redisplay' instead of
1125         `wl-summary-redisplay-internal', don't move point.
1126
1127 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1130         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1131         by regexp.
1132
1133 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1136         if no need.
1137
1138 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1141         default value to nil.
1142         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1143         `wl-summary-prepare-hook'; Replace refile action to
1144         `wl-summary-exec-action-refile-with-register'.
1145
1146         * Version number is increased to 2.11.22.
1147
1148 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1149
1150         * wl-summary.el (wl-summary-detect-mark-position): Set
1151         `wl-summary-buffer-weekday-name-lang'.
1152
1153 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1154
1155         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1156         (wl-summary-mark-as-read-all): Ditto.
1157         (wl-summary-delete-messages-on-buffer): Ditto.
1158         (wl-summary-sync-update): Ditto.
1159         (wl-summary-mark-as-read-internal): Ditto.
1160         (wl-summary-mark-as-answered-internal): Ditto.
1161         (wl-summary-update-folder-info): Abolished.
1162
1163 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1164
1165         * wl-summary.el (wl-summary-mark-as-read-all): Use
1166         `wl-summary-update-folder-info' instead of
1167         `wl-folder-update-unread'.
1168
1169 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1170
1171         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1172         `wl-summary-folder-info-update'.
1173         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1174         instead of `wl-summary-folder-info-update'.
1175         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1176         `wl-folder-set-folder-updated'.
1177         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1178         instead of `wl-folder-update-unread'.
1179         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1180         the value of `wl-summary-buffer-unread-count' for the second parameter of
1181         `wl-folder-update-unread'.
1182
1183         * Version number is increased to 2.11.21.
1184
1185 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1186
1187         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1188         a local variable.
1189
1190 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1193         interactively.
1194
1195         * wl-summary.el (wl-summary-mark-as-important-internal): New
1196         internal function.
1197         (wl-summary-mark-as-important): Use it.
1198         (wl-summary-mark-as-unimportant): New function.
1199         (wl-summary-sync-marks): Follow the API change.
1200
1201         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1202
1203         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1204
1205 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1206
1207         * wl-folder.el (wl-folder-update-unread): Re-indent.
1208         Narrow the scope of a local variable.
1209
1210 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1213         (wl-addrmgr-merge-entries): Ditto.
1214         (wl-addrmgr): Added to address entry which exists in draft buffer
1215         if no entry is in original.
1216
1217 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1218
1219         * wl-batch.el: New file.
1220
1221 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1222
1223         * wl-vars.el (wl-use-semi): Remove unused variable.
1224
1225 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1226
1227         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1228         "?".
1229
1230 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1231
1232         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1233         wl-summary-new-mark.
1234         (wl-summary-new-cached-mark): New user option.
1235         (wl-summary-score-marks): Follow the change above.
1236         (wl-summary-auto-refile-skip-marks): Ditto.
1237         (wl-summary-incorporate-marks): Ditto.
1238         (wl-summary-expire-reserve-marks): Ditto.
1239
1240         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1241
1242         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1243         (wl-summary-persistent-mark-string): Distinguished between cached
1244         and uncached mark when the message is new.
1245
1246 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-spam.el (wl-spam-domain): Renamed from
1249         `wl-spam-folder-guess-domain'.
1250         (wl-summary-exec-action-spam): Register as spam if domain of the
1251         source folder is good.
1252         (wl-summary-exec-action-refile-with-register): Register message if
1253         domain of the source folder is not undecided.
1254
1255 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1258         detect thread loop.
1259
1260 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1263         and wl-summary-skip-mark-list.
1264
1265 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1268
1269         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1270
1271         * wl-spam.el (toplevel): Require wl-highlight.
1272         (wl-spam-auto-check-policy-alist): Abolish.
1273         (wl-spam-auto-check-folder-regexp-list): New user option.
1274         (wl-spam-auto-check-marks): Ditto.
1275         (wl-spam-mark-action-list): Ditto.
1276         (wl-highlight-summary-spam-face): New face.
1277         (wl-spam-auto-check-message-p): New function.
1278         (wl-spam-map-spam-messages): Fixed message.
1279         (wl-spam-register-spam-messages): Ditto.
1280         (wl-spam-register-good-messages): Ditto.
1281         (wl-summary-spam-map): Add and remove keybind.
1282         (wl-summary-target-mark-spam): Abolish.
1283         (wl-summary-refile-spam): Ditto.
1284         (wl-summary-test-spam): New function.
1285         (wl-summary-mark-spam): Ditto.
1286         (wl-summary-auto-check-spam): Follow the above change.
1287         (wl-summary-exec-action-spam): New function.
1288         (wl-summary-exec-action-refile-with-register): Fixed message.
1289         (wl-message-check-spam): New function.
1290         (wl-spam-setup): Ditto.
1291         (toplevel): Call it if this file is loaded interactivity.
1292
1293         * Version number is increased to 2.11.20.
1294
1295 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1296
1297         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1298         when new optional argument `force' is non nil or modified.
1299
1300 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1301
1302         * wl.el (toplevel): Require wl-spam when compile.
1303         (wl-save-status): Call wl-spam-save-status.
1304
1305         * wl-spam.el (wl-spam-register-spam-messages): New function.
1306         (wl-spam-register-good-messages): Ditto.
1307         (wl-spam-save-status): Ditto.
1308         (wl-summary-mode-map): Bind
1309         wl-summary-target-mark-register-as-spam to "ms" and
1310         wl-summary-target-mark-register-as-good to "mn".
1311         (wl-summary-register-as-spam): Abolish optional argument; Use
1312         wl-spam-register-spam-messages.
1313         (wl-summary-register-as-spam-all): Use
1314         wl-spam-register-spam-messages.
1315         (wl-summary-register-as-good): Abolish optional argument; Use
1316         wl-spam-register-good-messages.
1317         (wl-summary-register-as-good-all): Use
1318         wl-spam-register-good-messages.
1319         (wl-summary-target-mark-register-as-spam): New funtion.
1320         (wl-summary-target-mark-register-as-good): Ditto.
1321
1322 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-spam.el: New file.
1325
1326 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1327
1328         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1329
1330         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1331         (wl-summary-auto-refile): Call wl-refile-guess with
1332         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1333
1334 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1335
1336         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1337         with disable-thread argument non-nil.
1338
1339 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * wl-summary.el (wl-summary-rescan): Added optional argument
1342         disable-thread.
1343         (wl-summary-sync): Call wl-summary-rescan with argument
1344         disable-thread.
1345         (wl-summary-input-range): Added new range `rescan-thread'.
1346
1347 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1348
1349         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1350
1351 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1352
1353         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1354         internal variable.
1355         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1356         wl-summary-search-parent-by-subject-regexp and
1357         wl-summary-divide-thread-when-subject-changed as nil.
1358         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1359         (wl-summary-insert-thread): Search parent entity from
1360         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1361         thread loop.
1362
1363 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1364
1365         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1366
1367         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1368
1369         * wl-util.el (wl-require-update-all-folder-p): New function.
1370         (wl-get-assoc-list-value): Added `function' to match directive.
1371         (wl-collect-draft): Rewrite.
1372
1373         * wl-summary.el (wl-summary-sync-update): Clear faces
1374         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1375         are non-nil.
1376         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1377         argument as function.
1378         (wl-summary-input-range): Ditto.
1379
1380         * wl-folder.el (wl-draft-get-folder): New function.
1381         (wl-folder-get-elmo-folder): Consider draft folder.
1382
1383         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1384         (wl-draft-buffer-message-number): New buffer local variable.
1385         (wl-draft-folder-internal): New internal variable.
1386         (wl-draft-delete): Rewrite.
1387         (wl-draft-save): Ditto.
1388         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1389         wl-folder-get-elmo-folder.
1390         (wl-draft-config-info-operation): Ditto.
1391         (wl-jump-to-draft-folder): Ditto.
1392         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1393         (wl-draft-reedit): Rewrite.
1394
1395         * Version number is increased to 2.11.19.
1396         
1397 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1398
1399         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1400         variable.
1401
1402 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1405         Use ignore-errors instead of unwind-protect.
1406
1407 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1408
1409         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1410         for updating `wl-thread-entity-list'.
1411
1412 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1413
1414         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1415         parameter from calling `wl-thread-entity-get-older-brothers' and
1416         `wl-thread-entity-get-younger-brothers'.
1417         Replace nested `append' with a single one.
1418
1419 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1420
1421         * wl-summary.el (wl-summary-mode): Don't use the return value of
1422         `make-local-hook'.
1423
1424 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1425
1426         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1427         instead of `let*'.
1428         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1429         of local variables.
1430
1431 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1432
1433         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1434         Renamed from wl-summary-window-scroll-functions.
1435         (wl-summary-window-scroll-functions): Don't set to variable.
1436         (wl-summary-display-top): Use run-hooks.
1437         (wl-summary-display-bottom): Ditto.
1438         (wl-summary-toggle-disp-msg): Ditto.
1439         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1440         Use it instead of wl-summary-window-scroll-functions.
1441         (wl-summary-goto-folder-subr): Don't call
1442         wl-summary-window-scroll-functions, use
1443         wl-summary-buffer-window-scroll-functions instead.
1444
1445 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1446
1447         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1448         make-local-variable.
1449
1450 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1451
1452         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1453         set-buffer-modified-p.
1454         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1455         (wl-summary-display-bottom): Ditto.
1456         (wl-summary-toggle-disp-msg): Ditto.
1457
1458 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1461
1462         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1463         (wl-summary-forward): Use elmo-message-entity-field instead of
1464         elmo-message-field.
1465
1466         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1467
1468 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * wl-summary.el (wl-summary-window-scroll-functions): No use
1471         `append'.
1472
1473 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1474
1475         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1476         function.
1477         (wl-summary-window-scroll-functions): Call it when both
1478         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1479         (wl-summary-temp-mark): Added optional argument number.
1480         (wl-summary-message-mark): Added optional argument flag.
1481         (wl-summary-persistent-mark): Added optional argument number and flag.
1482         (wl-summary-update-persistent-mark): Ditto.
1483         (wl-summary-update-status-marks): Set "r" for interactive spec.
1484
1485         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1486         argument number and flag.
1487
1488         * wl-action.el (wl-summary-registered-temp-mark): 
1489         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1490
1491 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1494         internal variable (buffer local).
1495         (wl-summary-window-scroll-functions): New function.
1496         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1497         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1498         as nil.
1499         (wl-summary-update-status-marks): Added arguments beg, end and
1500         check.
1501         (wl-summary-update-mark-window): Use function.
1502         (wl-summary-sync-update): Follow the change above.
1503         (wl-summary-switch-to-clone-buffer): Copy
1504         wl-summary-buffer-unsync-mark-number-list.
1505         (wl-summary-goto-folder-subr): Set
1506         wl-summary-buffer-unsync-mark-number-list and
1507         use wl-summary-window-scroll-functions instead of
1508         wl-summary-lazy-highlight.
1509
1510         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1511
1512 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1515
1516         * wl-summary.el (wl-summary-update-persistent-mark): Call
1517         wl-summary-set-message-modified.
1518
1519         * wl-summary.el (wl-summary-sync-update): Don't call
1520         wl-summary-update-status-marks.
1521
1522         * Version number is increased to 2.11.18.
1523
1524 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1527         (wl-message-next-page): Ditto.
1528
1529 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1530
1531         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1532         local variable.  Change the order of a collected list into the
1533         same as the specified range.  Remove nil from a collected list.
1534
1535 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1536
1537         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1538         argument for elmo-folder-list-messages.
1539
1540 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1541
1542         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1543         change (wl-summary-count-unreads return a list instead of a cons
1544         cell).
1545
1546 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1547
1548         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1549         `wl-summary-folder-info-update'.
1550
1551 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1552
1553         * wl-summary.el (wl-summary-set-message-modified): No use
1554         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1555         (wl-summary-set-mark-modified): Abolish.
1556         (wl-summary-mark-modified-p): Ditto.
1557         (wl-summary-save-view): Follow the change above.
1558
1559         * wl-expire.el (wl-summary-expire): Likewise.
1560
1561 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * wl-summary.el (wl-summary-detect-mark-position): Use
1564         modb-entity-handler.
1565         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1566
1567         * Version number is increased to 2.11.17.
1568
1569 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1570
1571         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1572         entity field value.
1573         (wl-summary-prefetch-msg): Ditto.
1574         (wl-summary-print-message-with-ps-print): Ditto.
1575
1576 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1577
1578         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1579         for dummy entity.
1580         (wl-summary-insert-thread): Use elmo-message-entity-field.
1581         (wl-summary-update-thread): Use elmo-message-entity-field and
1582         elmo-message-entity-number.
1583         (wl-summary-line-number):  Use elmo-message-entity-number.
1584         (wl-summary-line-size): Use elmo-message-entity-field.
1585         (wl-summary-line-subject): Ditto.
1586         (wl-summary-line-from): Ditto.
1587         (wl-summary-line-attached): Ditto.
1588         (wl-summary-create-line): Ditto.
1589         (wl-summary-create-line): Use elmo-message-entity-number.
1590         (wl-summary-print-message-with-ps-print): Use
1591         elmo-message-entity-field.
1592
1593 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1594
1595         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1596         change in elmo-msgdb-make-message-entity.
1597         (wl-summary-buffer-set-folder): Don't call
1598         wl-summary-detect-mark-position here.
1599         (wl-summary-rescan): Call elmo-message-entity-number.
1600         (wl-summary-sync-update): Ditto.
1601         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1602
1603         * wl-score.el (wl-score-header-index): Redefine 2th element.
1604         (wl-score-overview-entity-get-extra): Abolish.
1605         (wl-score-ov-entity-get): Rewrite.
1606         (wl-score-string-index<, wl-score-string-func<): Abolish.
1607         (wl-score-string<): New function.
1608         (wl-score-string-sort): Use it.
1609
1610         * wl-refile.el (wl-refile-guess-by-history): Use
1611         elmo-message-entity-field.
1612         (wl-refile-guess-by-from): Ditto.
1613         (wl-refile-guess-by-msgid): Ditto.
1614
1615         * Version number is increased to 2.11.16.
1616
1617 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1618
1619         * wl-folder.el (wl-folder-confirm-existence): Don't call
1620         file-exists-p if msgdb-path is nil.
1621         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1622         `wl-read-folder-hist' to `wl-read-folder-history'.
1623
1624 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1625
1626         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1627         `y-or-n-p'.
1628
1629 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1630
1631         * wl-score.el (wl-score-headers): Don't use
1632         elmo-folder-do-each-message-entity.
1633
1634         * Version number is increased to 2.11.15.
1635
1636 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1637
1638         * wl-summary.el (wl-summary-delete-all-msgs): Use
1639         elmo-folder-move-messages instead of elmo-folder-delete-messages
1640         and elmo-folder-detach-messages.
1641         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1642
1643         * wl-expire.el (wl-expire-delete): Ditto.
1644         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1645
1646 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1647
1648         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1649         (wl-message-header-narrowing-fields): Ditto.
1650         (wl-message-header-narrowing-lines): Ditto.
1651         (wl-message-header-narrowing-string): Ditto.
1652
1653         * wl-summary.el (wl-summary-mode-map): Bind
1654         wl-summary-toggle-header-narrowing to "C-cC-f".
1655         (wl-summary-toggle-header-narrowing): New function.
1656
1657         * wl-message.el (wl-message-buffer-create): Call
1658         wl-message-header-narrowing-setup.
1659         (wl-message-redisplay): Call wl-message-header-narrowing.
1660         (wl-message-header-narrowing): New function.
1661         (wl-message-header-narrowing-map): New keymap.
1662         (wl-message-header-narrowing-widen-map): New keymap.
1663         (wl-message-header-narrowing-again-at-mouse): New function.
1664         (wl-message-header-narrowing-1): Ditto.
1665         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1666         (wl-message-header-narrowing-setup): Ditto.
1667         (wl-message-header-narrowing-toggle): Ditto.
1668         
1669         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1670
1671         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1672         'flag as all.
1673         (wl-use-flag-folder-help-echo): New user option.
1674
1675         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1676         wl-summary-highlight as nil.
1677         (wl-summary-set-mark-modified): Follow the API change.
1678         (wl-summary-mark-modified-p): Ditto.
1679         (wl-summary-mark-as-read-all): Ditto.
1680         (wl-summary-sync-marks): Don't call
1681         elmo-folder-list-messages-with-global-mark.
1682         (wl-summary-mark-as-read-internal): Follow the API change.
1683         (wl-summary-mark-as-answered-internal): Ditto.
1684         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1685         Follow the API change.
1686         (wl-summary-create-line): Call with number argument.
1687         (wl-summary-reply): Follow the API change.
1688
1689         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1690         function.
1691         (wl-highlight-summary-line-string): Call it when
1692         wl-use-flag-folder-help-echo is non-nil.
1693         (wl-highlight-summary-current-line): Ditto.
1694         (elmo-flag-folder-referrer): Added autoload setting.
1695
1696         * wl-draft.el (wl-draft-kill): Follow the API change.
1697
1698         * Version number is increased to 2.11.14.
1699         
1700 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1703
1704 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1705
1706         * Version number is increased to 2.11.13.
1707
1708 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1709
1710         * wl-draft.el (wl-draft-previous-history-element): Fixed
1711         unbalanced parenthesis and bind unbound local variables.
1712
1713 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1714
1715         * wl-draft.el (wl-draft-previous-history-element): New function.
1716         (wl-draft-next-history-element): Ditto.
1717         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1718         them to M-p and M-n.
1719
1720 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * Version number is increased to 2.11.12.
1723
1724 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-draft.el (wl-draft-hide): Select buffer-window.
1727
1728 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1729
1730         * wl-summary.el (wl-summary-narrow-to-region): New function.
1731         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1732         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1733         (wl-summary-save-region): Use it.
1734         * wl-action.el (wl-summary-collect-numbers-region)
1735         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1736
1737 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-folder.el (wl-folder-count-incorporates): Don't use
1740         `elmo-msgdb-mark-load'
1741
1742         * Version number is increased to 2.11.11.
1743
1744 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1747         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1748
1749 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1750
1751         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1752
1753 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754
1755         * Version number is increased to 2.11.10.
1756
1757 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-mime.el (wl-draft-attribute-value): Fixed.
1760
1761 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * wl-util.el (wl-copy-local-variables): New function.
1764
1765         * wl-mime.el (wl-draft-attribute-recipients): New function.
1766         (wl-draft-attribute-envelope-from): Ditto.
1767         (wl-draft-attribute-smtp-posting-server): Ditto.
1768         (wl-draft-attribute-smtp-posting-port): Ditto.
1769         (wl-draft-attribute-value): Ditto.
1770         (wl-draft-preview-message): Use it to get value for
1771         attributes. Reflect result of `wl-draft-config'.
1772
1773         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1774         and call `wl-summary-mark-as-read' before to call
1775         `wl-summary-unset-mark'.
1776         (wl-summary-target-mark-mark-as-unread): Likewise.
1777         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1778
1779 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * wl-mime.el (wl-draft-preview-message): Use actual value for
1782         attributes; Fix for small window.
1783
1784 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-refile.el (wl-refile-get-field-value): Call
1787         `elmo-message-entity-field' with 3rd argument is non-nil.
1788
1789 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1790
1791         * wl-vars.el (wl-draft-preview-attributes): New user option.
1792         (wl-draft-preview-attributes-list): Ditto.
1793         (wl-draft-preview-attributes-buffer-lines): Ditto.
1794         (wl-draft-preview-attributes-buffer-name): Ditto.
1795
1796         * wl-mime.el (wl-draft-preview-message): Display attributes.
1797
1798 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1799
1800         * wl-summary.el (wl-summary-detect-mark-position): Bind
1801         wl-summary-flag-priority-list to '(new).
1802
1803 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1806         funtion.
1807         (wl-highlight-summary-line-string): Use it.
1808         (wl-highlight-summary-current-line): Ditto.
1809
1810 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1811
1812         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1813         line even when the mark string is not changed.
1814
1815         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1816         argument change in the wl-summary-create-line.
1817         (wl-thread-insert-entity-sub): Ditto.
1818
1819         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1820         argument change in the wl-summary-create-line.
1821         (wl-summary-insert-sequential): Ditto.
1822         (wl-summary-update-thread): Ditto.
1823         (wl-summary-persistent-mark-string): New inline function.
1824         (wl-summary-message-mark): Use it.
1825         (wl-summary-create-line): Abolish argument wl-persistent-mark
1826         and added wl-flags, wl-cached.
1827
1828         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1829         mark to flags.
1830         (wl-highlight-summary-current-line): Decide the face not by the 
1831         persistent mark but flags.
1832
1833 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1836         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1837         wl-summary-read-uncached-mark): Revive.
1838         (wl-summary-answered-cached-mark,
1839         wl-summary-answered-uncached-mark): New user option.
1840         (wl-summary-score-marks): Follow the change above.
1841         (wl-summary-auto-refile-skip-marks): Ditto.
1842         (wl-summary-incorporate-marks): Ditto.
1843         (wl-summary-expire-reserve-marks): Ditto.
1844         (wl-summary-flag-priority-list): New user option.
1845
1846         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1847         changes.
1848         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1849         of elmo-message-mark.
1850         (wl-summary-mark-as-read-internal): Ditto.
1851         (wl-summary-mark-as-answered): Ditto.
1852         (wl-summary-mark-as-important): Ditto.
1853         (wl-summary-redisplay-internal): Ditto.
1854         (wl-summary-redisplay-no-mime-internal): Ditto.
1855         (wl-summary-message-mark): New function.
1856         (wl-summary-insert-sequential): Use wl-summary-message-mark
1857         instead of elmo-message-mark.
1858         (wl-summary-update-thread): Ditto.
1859         (wl-summary-persistent-mark): Ditto.
1860         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1861         instead of elmo-message-mark.
1862
1863         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1864         wl-summary-message-mark instead of elmo-message-mark.
1865         (wl-thread-insert-entity-sub): Ditto.
1866         (wl-thread-get-children-msgs-uncached): Ditto.
1867
1868         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1869         variable name changes.
1870         (wl-highlight-summary-current-line): Ditto.
1871
1872         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1873         wl-summary-message-mark instead of elmo-message-mark.
1874
1875         * wl-expire.el (wl-expire-message-p): Ditto.
1876
1877         * wl-score.el (wl-score-headers): Ditto.
1878
1879         * Version number is increased to 2.11.9.
1880
1881         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1882         (wl-summary-sync-update): Follow the change above.
1883         (wl-summary-switch-to-clone-buffer): Ditto.
1884         (wl-summary-open-folder): Ditto.
1885
1886 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1887
1888         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1889         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1890
1891         * Version number is increased to 2.11.8.
1892
1893         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1894
1895         * wl-expire.el (wl-expire-refile): Follow the API change on
1896         `elmo-folder-move-messages'.
1897         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1898
1899         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1900         (wl-summary-exec-action-refile): Ditto.
1901         (wl-summary-exec-action-copy): Ditto.
1902         (wl-summary-no-auto-refile-message-p): No use
1903         `wl-summary-buffer-msgdb'.
1904         (wl-summary-auto-refile): Ditto.
1905
1906 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1907
1908         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1909
1910 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1911
1912         * wl-summary.el (wl-summary-sync): Treat no-sync.
1913
1914         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1915         (wl-default-sync-range): Ditto.
1916
1917 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-refile.el (wl-refile-subject-learn): Call
1920         `elmo-message-entity-field' with 3rd argument is non-nil.
1921         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1922         instead of `elmo-msgdb-overview-entity-get-subject'.
1923
1924 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1925
1926         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1927         scan-type is rescan.
1928         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1929         new optional argument force is non-nil.
1930         (wl-summary-save-view-cache): Call it with force argument non-nil.
1931
1932         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1933
1934 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-action.el (wl-summary-print-argument): Fixed last change.
1937
1938 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1941         simplified.
1942         (wl-summary-target-mark-mark-as-unread): Likewise.
1943         (wl-summary-target-mark-mark-as-important): Likewise.
1944
1945 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1946
1947         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1948         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1949         (wl-summary-mark-as-important-region): Change accordingly.
1950         (wl-summary-target-mark-mark-as-important): Ditto.
1951
1952 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1953
1954         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1955
1956         * wl-action.el (wl-summary-print-argument): Print argument to
1957         right side of window if `wl-summary-print-argument-within-window'
1958         is non-nil.
1959
1960 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1961
1962         * wl-action.el (wl-summary-set-mark): Use
1963         `wl-summary-message-visible-p' to check visibility of the message
1964         and jump to message only when the message line is visible and have
1965         different number; Call wl-summary-unset-mark with number argument.
1966         (wl-summary-unset-mark): 
1967         Use `wl-summary-message-visible-p'
1968         to check visibility of the message and jump to message only when
1969         the message line is visible and have different number;
1970
1971 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * Version number is increased to 2.11.7.
1974
1975         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1976         and wl-folder-summary-line-format.
1977
1978         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1979         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1980         (wl-summary-set-score-mark): Use it.
1981         (wl-summary-target-mark-mark-as-read): Ditto.
1982         (wl-summary-target-mark-mark-as-unread): Ditto.
1983         (wl-summary-target-mark-mark-as-important): Ditto.
1984         (wl-summary-target-mark-msgs): Simplified.
1985         (wl-summary-detect-mark-position): Fixed problem when
1986         summary-line-format no contain persisten/temp mark spec.
1987         (wl-summary-temp-mark): Ditto.
1988         (wl-summary-persistent-mark): Ditto.
1989         (wl-summary-update-persistent-mark): Ditto.
1990
1991         * wl-action.el (wl-summary-set-mark): Ditto.
1992         (wl-summary-unset-mark): Ditto.
1993         All other related portions are changed.
1994
1995 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1996
1997         * Version number is increased to 2.11.6.
1998
1999 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2000
2001         * wl-util.el (wl-current-message-buffer): Define as function;
2002         Don't use the value of wl-messge-buffer.
2003
2004         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2005         persistent mark.
2006
2007         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2008         no current message, cause an error.
2009
2010 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-summary.el (wl-summary-set-message-modified): Use
2013         elmo-folder-set-message-modified instead of
2014         elmo-folder-set-message-modified-internal.
2015
2016 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2017
2018         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2019         interactively.
2020         (wl-summary-sync): nokill->entirely.
2021         (wl-summary-sync-marks): Fixed message.
2022         (wl-summary-input-range): Added mark, nokill->entirely.
2023
2024         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2025         messages as read.
2026
2027 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2028
2029         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2030         update-noscore.
2031         (wl-summary-sync): Follow the change above.
2032
2033 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-action.el (wl-summary-target-mark-all): Use
2036         elmo-folder-list-messages.
2037
2038 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2039
2040         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2041         (wl-summary-rescan): Set wl-summary-scored as nil.
2042         (wl-summary-sync-force-update): Follow the change above.
2043         (wl-summary-sync): Ditto.
2044         (wl-summary-sync-update): Added argument disable-killed.
2045         (wl-summary-insert-headers): Set visible-only argument for
2046         elmo-folder-list-messages.
2047         (wl-summary-input-range): Added update-nokill, update-noscore,
2048         all-nokill, all-noscore and mark.
2049
2050         * Version number is increased to 2.11.5.
2051
2052         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2053
2054 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2057         (wl-summary-prefetch-region-no-mark): Change accordingly.
2058         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2059
2060 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2061
2062         * wl-address.el (wl-complete-field-to): Abolished.
2063         (wl-complete-address): Completion function for completing-read.
2064         * wl-action.el (wl-summary-get-resend-address): Use it.
2065
2066         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2067         wl-summary-update-mark and abolish unused argument.
2068         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2069         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2070         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2071         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2072         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2073         * wl-draft.el (wl-draft-kill): Ditto.
2074
2075         * wl-summary.el: Remove unused binding of case-fold-search.
2076         (wl-summary-replace-status-marks): Abolished.
2077
2078 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2081         is specified or folder length is zero.
2082
2083 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2084
2085         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2086         (wl-folder-archive-current-entity): Ditto.
2087
2088 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2089
2090         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2091         retrieving message mark.
2092         (wl-summary-redisplay-internal): Ditto.
2093
2094         * wl-message.el (wl-message-buffer-display): Ignore errors while
2095         retrieving message-id field.
2096
2097         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2098         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2099         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2100         order of the arguments for `wl-expire-message-p'.
2101         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2102
2103         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2104         Check return value of wl-summary-reply.
2105         (wl-summary-reply): Recover window configuration when an error occured.
2106
2107 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108
2109         * wl-summary.el (wl-summary-resend-message): Abolished, the
2110         feature is inherited by wl-summary-resend (put resend mark).
2111
2112 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2115         wl-message-buffer to nil when the message is hide.
2116
2117 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2118
2119         * .cvsignore: New file.
2120
2121 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2122
2123         * wl-action.el (wl-summary-action-docstring): Add more info.
2124         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2125         duplicate definition.
2126         (wl-summary-define-mark-action): Functions wl-summary-*-region
2127         keep current position.
2128         (wl-summary-unregister-target-mark): Store result to the variable.
2129
2130 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * Version number is increased to 2.11.4.
2133
2134 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2135
2136         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2137         wl-summary-delete-all-temp-marks.
2138         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2139
2140         * wl-action.el (wl-summary-set-mark): Changed terminology
2141         refile-destination -> action-argument.
2142         (wl-summary-unset-mark): Ditto.
2143         (wl-summary-remove-argument): Ditto.
2144         (wl-summary-print-argument): Ditto.
2145
2146         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2147         (wl-thread-remove-argument-region): Ditto.
2148         (wl-thread-print-argument-region): Ditto.
2149         (wl-thread-close): Ditto.
2150         (wl-thread-open): Ditto.
2151
2152         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2153         (wl-highlight-refile-destination-face is abolished)
2154         (wl-highlight-action-argument-string): Ditto.
2155         (wl-highlight-summary-current-line): Highlight action argument.
2156
2157         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2158         color for light backgrounds.
2159         (wl-highlight-summary-answered-face): Ditto.
2160
2161 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2162
2163         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2164
2165         * wl-score.el (wl-summary-score-update-all-lines): Use
2166         wl-summary-set-mark.
2167         (wl-summary-score-update-all-lines): Kill expunged messages.
2168
2169         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2170
2171 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2172
2173         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2174         directly.
2175         (wl-score-overview-entity-get-lines): Ditto.
2176         (wl-score-overview-entity-get-xref): Ditto.
2177         (wl-score-get-latest-msgs): Ditto.
2178         (wl-summary-rescore): Ditto.
2179
2180         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2181         to "&".
2182         (wl-summary-mark-as-answered-internal): New inline function.
2183         (wl-summary-mark-as-answered): New function.
2184         (wl-summary-mark-as-unanswered): Ditto.
2185         (wl-summary-sync-marks): Modified for answered-mark synching.
2186
2187 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2188
2189         * wl-action.el (wl-summary-set-mark): Fixed last change.
2190
2191 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2192
2193         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2194         behavior of wl-summary-unread-message-hook
2195         (Pointed out by akira yamada <akira@arika.org>).
2196
2197 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2198
2199         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2200         wl-summary-delete.
2201         * wl-xmas.el (wl-summary-toolbar): Ditto.
2202
2203         * wl-action.el (wl-summary-set-mark): Don't override current
2204         temp-mark.
2205
2206         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2207
2208 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2209
2210         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2211         (wl-refile-msgid-learn): Ditto.
2212         (wl-refile-get-field-value): Ditto.
2213
2214         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2215
2216         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2217         (wl-expire-delete-reserved-messages): Renamed from
2218         wl-expire-reserve-marked-msgs-from-list.
2219         (wl-expire-delete): Removed argument `msgdb'.
2220         (wl-expire-refile): Ditto.
2221         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2222         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2223         mark-alist as argument.
2224         (wl-expire-archive-number1): Removed argument `msgdb'.
2225         (wl-expire-archive-number2): Ditto.
2226         (wl-expire-archive-date): Ditto.
2227         (wl-expire-localdir-date): Ditto.
2228         (wl-expire-hide): Ditto.
2229         (wl-archive-number1): Ditto.
2230         (wl-archive-number2): Ditto.
2231         (wl-archive-date): Ditto.
2232         (wl-archive-folder): Ditto.
2233         All other related portions are changed.
2234
2235 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2236
2237         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2238         mean move up and down. (suggested by Takashi Kawachi)
2239
2240 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2241
2242         * wl-acap.el (toplevel): Don't require un-define.
2243
2244 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2245
2246         * wl-thread.el (wl-thread-delete-message): Always update
2247         wl-summary-buffer-number-list.
2248
2249         * wl-action.el (wl-summary-print-destination): 
2250         Do nothing when folder is nil.
2251
2252 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2253
2254         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2255         persistent mark when prefetch is succeeded.
2256
2257 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2258
2259         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2260         instead of elmo-msgdb-delete-msgs.
2261         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2262         (wl-expire-hide): Ditto.
2263
2264         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2265
2266         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2267         elmo-msgdb interface.
2268         (wl-thread-get-exist-children): Likewise.
2269         (wl-thread-insert-message): Likewise.
2270         (wl-thread-msg-mark-as-important): Likewise.
2271         (wl-thread-insert-entity-sub): Likewise.
2272         (wl-thread-get-children-msgs-uncached): Likewise.
2273
2274         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2275         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2276         (wl-summary-sync-update): Likewise.
2277         (wl-summary-auto-select-msg-p): Likewise.
2278         (wl-summary-update-thread): Likewise.
2279         (wl-summary-mark-as-important): Likewise.
2280         (wl-summary-jump-to-msg-internal): Likewise.
2281         (wl-summary-redisplay-internal): Likewise.
2282         (wl-summary-print-message-with-ps-print): Likewise.
2283         (wl-summary-folder-info-update): Likewise.
2284
2285         * wl-folder.el (wl-folder-check-one-entity):
2286         elmo-folder-count-flags instead of wl-summary-count-unread.
2287
2288         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2289
2290         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2291
2292         * wl-summary.el (wl-summary-set-message-modified): 
2293         Call wl-summary-set-mark-modified.
2294         (wl-summary-delete-messages-on-buffer): Call
2295         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2296         (wl-summary-sync-update): Call elmo-folder-length instead of
2297         elmo-folder-messages.
2298         (wl-summary-insert-headers): Don't call
2299         elmo-folder-list-message-entities.
2300
2301 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * wl-action.el (wl-summary-define-mark-action): Call
2304         `wl-summary-set-mark' with argument `data'.
2305         (wl-summary-auto-refile): Fixed order of arguments when call
2306         `wl-summary-refile'.
2307
2308 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2311
2312         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2313
2314         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2315         (Renamed from wl-highlight-summary-deleted-face).
2316         (wl-highlight-summary-resend-face): New face.
2317
2318         (wl-highlight-summary-deleted-face): Renamed from
2319         wl-highlight-summary-erased-face.
2320
2321         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2322
2323         * wl-action.el (wl-summary-get-resend-address): New function.
2324         (wl-summary-exec-action-resend): Ditto.
2325         (wl-summary-exec-action-resend-subr): Ditto.
2326
2327         * w-thread.el (wl-thread-copy): Removed definition.
2328         (wl-thread-refile): Ditto.
2329         (wl-thread-delete): Ditto.
2330         (wl-thread-target-mark): Ditto.
2331
2332         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2333         (wl-summary-target-mark-set-action): Fixed.
2334         (wl-summary-define-mark-action): Fixed quotation.
2335         (wl-summary-move-mark-list-messages): Display message.
2336         (wl-summary-define-mark-action): Define thread functions.
2337         (wl-summary-exec-action-refile): Changed message.
2338         (wl-summary-exec): Ditto.
2339
2340 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2341         
2342         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2343         '%%'.
2344
2345 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2346
2347         * wl.el (toplevel): Require wl-action.
2348         (wl-init): Call wl-summary-define-mark-action.
2349
2350         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2351
2352         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2353         wl-summary-delete and wl-summary-erase.
2354         (wl-summary-mode-map): Ditto.
2355
2356         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2357         wl-delete-folder-alist.
2358
2359         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2360         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2361         (toplevel): Moved mark & action related functions to the wl-action.el.
2362
2363         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2364         in wl-summary-mark-action-list.
2365         (wl-highlight-summary-current-line): Ditto.
2366
2367         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2368         empty lines.
2369
2370         * wl-action.el: New file. 
2371
2372 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2373
2374         * wl-summary.el (wl-summary-target-mark-replace): New function.
2375         (wl-summary-target-mark-prefetch): Use it.
2376         (wl-summary-target-mark-delete): Ditto.
2377         (toplevel): Rearranged definition order.
2378         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2379         (wl-summary-target-mark-erase): Rewrite.
2380         (wl-summary-erase-region): New function.
2381         (wl-summary-exec-action-erase): Changed message.
2382         (wl-summary-move-mark-list-messages): New function.
2383         (wl-summary-exec-action-delete): Use it.
2384         (wl-summary-exec-action-erase): Ditto.
2385
2386         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2387         (wl-summary-skip-mark-list): Added "d".
2388
2389         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2390         while searching.
2391
2392         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2393         and define using defcustom;
2394         Define 4th element as a face.
2395         
2396         * wl-summary.el (wl-summary-incorporate): Use 
2397         `wl-summary-prefetch-region-no-mark' instead of
2398         `wl-summary-prefetch-region'.
2399         (wl-summary-prefetch-region-no-mark): Revival of old
2400         `wl-summary-prefetch-region'.
2401         (wl-summary-mark-action-list): Moved to wl-vars.el
2402
2403         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2404         face according to the `wl-summary-mark-action-list'.
2405         (wl-highlight-summary-current-line): Ditto;
2406         Removed destination highlighting.
2407
2408         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2409         (wl-highlight-summary-line-string): Highlight for "i" mark.
2410         (wl-highlight-summary-current-line): Ditto.
2411
2412         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2413         no destination.
2414
2415         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2416         exists, just go ahead.
2417         (wl-summary-prefetch-region): Rewrite.
2418         (wl-summary-prefetch): Ditto.
2419         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2420         (wl-summary-exec-action-prefetch): New function.
2421         (wl-summary-target-mark-prefetch): Rewrite.
2422
2423 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2424
2425         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2426         (wl-highlight-summary-line-string): Added "d" and "D".
2427         (wl-highlight-summary-current-line): Ditto.
2428
2429         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2430         in wl-summary.el.
2431         (wl-thread-insert-entity-sub): Ditto.
2432         (wl-thread-remove-destination-region): Ditto.
2433         (wl-thread-print-destination-region): Ditto.
2434
2435         * wl-summary.el (wl-summary-buffer-refile-list,
2436         wl-summary-buffer-delete-list,
2437         wl-summary-buffer-copy-list): Abolish.
2438         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2439         All other related portions are changed.
2440         (wl-summary-mark-action-list): New variable.
2441         (wl-summary-set-mark): New function.
2442         (wl-summary-register-target-mark): Ditto.
2443         (wl-summary-unregister-target-mark): Ditto.
2444         (wl-summary-have-target-mark-p): Ditto.
2445         (wl-summary-register-temp-mark): Ditto.
2446         (wl-summary-unregister-temp-mark): Ditto.
2447         (wl-summary-registered-temp-mark): Ditto.
2448         (wl-summary-collect-temp-mark): Ditto.
2449         (wl-summary-unset-mark): Ditto.
2450         (wl-summary-set-target-mark): Ditto.
2451         (wl-summary-unset-target-mark): Ditto.
2452         (wl-summary-set-action-generic): Ditto.
2453         (wl-summary-unset-action-generic): Ditto.
2454         (wl-summary-exec-action-delete): Ditto.
2455         (wl-summary-exec-action-erase): Ditto.
2456         (wl-summary-set-action-refile): Ditto.
2457         (wl-summary-set-action-refile-subr): Ditto.
2458         (wl-summary-unset-action-refile): Ditto.
2459         (wl-summary-make-destination-numbers-list): Ditto.
2460         (wl-summary-exec-action-refile): Ditto.
2461         (wl-summary-set-action-copy): Ditto.
2462         (wl-summary-unset-action-copy): Ditto.
2463         (wl-summary-exec-action-copy): Ditto.
2464         (wl-summary-collect-numbers-region): Ditto.
2465         (wl-summary-delete): Rewrite.
2466         (wl-summary-erase): Ditto.
2467         (wl-summary-remove-destination): Ditto.
2468         (wl-summary-exec): Ditto.
2469         (wl-summary-exec-region): Ditto.
2470         (wl-summary-target-mark-erase): Ditto.
2471         (wl-summary-refile): Ditto.
2472         (wl-summary-copy): Ditto.
2473         (wl-summary-unmark): Ditto.
2474         (wl-summary-delete-all-mark): Ditto.
2475         (wl-summary-mark-line): Don't highlight.
2476         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2477         (wl-summary-target-mark-refile-subr): Rewrite.
2478
2479         (wl-summary-copy-prev-destination): Abolish.
2480
2481 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2482
2483         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2484         default values along the value of wl-on-mule.
2485         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2486         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2487         It is not used anywhere.
2488
2489 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2490
2491         * wl-summary.el (wl-summary-print-destination): Keep position.
2492         (wl-summary-cursor-move-surface): Keep horizontal position.
2493
2494 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2495
2496         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2497         write sendlog.
2498
2499 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2500
2501         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2502         `wl-summary-highlight'.
2503
2504 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2505
2506         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2507         trivial condition for temp-mark.
2508
2509 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2510
2511         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2512         when it hits killed buffer.
2513
2514 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2515
2516         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2517         * wl-news.el.in: `message' and `error' take format string.
2518
2519 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2520
2521         * wl-folder (wl-folder-insert-entity): Display a message,
2522         `...done', when the work finish.
2523         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2524
2525 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2526
2527         * wl-message.el (wl-message-redisplay): Remove unused local
2528         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2529
2530 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2531
2532         * wl-summary.el (wl-summary-replace-status-marks): Disable
2533         interactive use.
2534         (wl-summary-reedit): Check message existence at first.
2535         (wl-summary-mark-line): Fix doc, return value is indefinite.
2536
2537         * wl-highlight.el (wl-highlight-message): Arranged.
2538
2539         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2540         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2541         check temp-mark by wl-summary-temp-mark always.
2542         (wl-highlight-summary): Change accordingly.
2543         * wl-summary.el (wl-summary-mark-as-read-all)
2544         (wl-summary-delete-cache, wl-summary-set-score-mark)
2545         (wl-summary-mark-as-unread, wl-summary-unmark)
2546         (wl-summary-mark-line, wl-summary-mark-as-read)
2547         (wl-summary-mark-as-important): Ditto.
2548
2549         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2550         end of the window if possible.
2551         * wl-summary.el (wl-summary-sync-update): Support lazy
2552         highlighting.
2553         (wl-summary-toggle-disp-msg): Ditto.
2554
2555 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2556
2557         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2558
2559 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2562         change.
2563
2564 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2567         API.
2568         (wl-summary-sync-update): Ditto.
2569
2570         * wl-score.el (wl-score-get-score-alist): Changed argument.
2571         (wl-summary-rescore-msgs): Likewise.
2572         (wl-summary-score-headers): Likewise.
2573         (wl-score-headers): Likewise;
2574         Use elmo-folder-do-each-message-entity, etc.
2575         (wl-summary-score-effect): Follow the changes above.
2576         (wl-summary-rescore): Ditto.
2577         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2578         (wl-score-get-overview): Abolish.
2579
2580         * wl-summary.el (wl-summary-default-from): Follow the API change in
2581         elmo-msgdb.
2582         (wl-summary-count-unread): Ditto.
2583         (wl-summary-detect-mark-position): Ditto.
2584         (wl-summary-overview-entity-compare-by-date): Ditto.
2585         (wl-summary-overview-entity-compare-by-number): Ditto.
2586         (wl-summary-overview-entity-compare-by-from): Ditto.
2587         (wl-summary-overview-entity-compare-by-subject): Ditto.
2588         (wl-summary-get-list-info): Ditto.
2589         (wl-summary-rescan): Ditto.
2590         (wl-summary-jump-to-msg-by-message-id): Ditto.
2591         (wl-summary-sync-update): Ditto; Removed comment.
2592         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2593         (wl-summary-insert-message): Use wl-summary-insert
2594         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2595         (wl-summary-insert-headers): Changed argument overview to folder.
2596         (wl-summary-search-by-subject): Likewise.
2597         (wl-summary-insert-thread): Renamed from 
2598         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2599
2600         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2601         too.
2602
2603         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2604         wl-string-member.
2605
2606 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2607
2608         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2609         elmo-folder-append-buffer.
2610         (wl-draft-queue-append): Likewise.
2611
2612         * wl-mime.el (wl-message-delete-current-part): Ditto.
2613         (wl-summary-burst-subr): Ditto.
2614
2615         * wl-news.el.in (wl-news-send-news): Ditto.
2616
2617 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2618
2619         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2620         function.
2621         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2622         (wl-summary-update-mark): Enclose with save-excursion.
2623         (wl-summary-mark-as-read-internal): Fixed last change.
2624         (wl-summary-mark-as-important): Use 3rd argument of
2625         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2626         Don't use elmo-msgdb-set-mark.
2627         (wl-summary-redisplay-internal): If msgdb flag is already read,
2628         just update the mark on buffer.
2629
2630 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2631
2632         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2633         cut visible folder when elmo-folder-delete returns non-nil value.
2634
2635 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2636
2637         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2638         by Kenichi OKADA <okada@opaopa.org>).
2639
2640 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2641
2642         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2643
2644 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2645
2646         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2647         Fixed the last change, search group entity by its real name.
2648         (Thanks to: KOBAYASHI Shinji)
2649
2650 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2653         (wl-fldmgr-access-display-all): Don't refer visible name.
2654         * wl-expire.el (wl-folder-archive-current-entity)
2655         (wl-folder-expire-current-entity): Ditto.
2656         * wl-folder.el (wl-folder-jump-to-current-entity)
2657         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2658         (wl-folder-open-folder-sub,wl-folder-open-all)
2659         (wl-folder-write-current-folder): Ditto.
2660         (wl-folder-insert-entity): Don't use petname for normal group.
2661         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2662         is the real name.
2663         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2664         Abolished.
2665
2666 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2667
2668         * wl-draft.el (wl-draft-create-buffer): Add
2669         `wl-summary-reply-with-citation'
2670
2671 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2672
2673         * wl-draft.el (wl-draft-reply): Fixed.
2674
2675 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2676
2677         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2678         when `wl-draft-send-confirm-with-preview' is non-nil.
2679         You can scroll up/down by j/k.
2680         (wl-draft-send-confirm-with-preview): New variable (default=t).
2681
2682 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2683
2684         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2685         (wl-fldmgr-save-folders): Fix comment.
2686
2687 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2688
2689         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2690         along the last change in `wl-folder-buffer-group-p'.
2691
2692 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2693
2694         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2695         folder.
2696
2697         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2698         the default value.
2699
2700         * wl-mime.el (wl-summary-burst): Update summary only when target
2701         folder equals current folder.
2702
2703 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2704
2705         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2706
2707 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2708
2709         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2710         value.
2711
2712 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2715         `map-extents' instead of `extent-at' repeatedly.
2716         (wl-highlight-folder-current-line): Ditto.
2717
2718         * wl-highlight.el: Remove useless dummy functions.
2719
2720 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2721
2722         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2723         (wl-folder-put-folder-property): New function to put text property.
2724         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2725         (wl-folder-insert-entity, wl-folder-update-diff-line)
2726         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2727         * wl-e21.el, wl-xmas.el, wl-mule.el
2728         (wl-highlight-folder-current-line): Ditto.
2729         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2730         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2731         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2732         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2733
2734 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2735
2736         * Version number is increased to 2.11.3.
2737
2738 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2739
2740         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2741         Resume current-buffer since it is assumed by remaining tasks.
2742
2743 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2744
2745         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2746         (wl-folder-completion-function): Abolished.
2747         (wl-folder-complete-folder): New function.
2748         (wl-folder-complete-filter-condition): Ditto.
2749         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2750         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2751
2752 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2753
2754         * wl-draft.el (wl-draft-send-confirm): New function.
2755         (wl-draft-send): Use it.
2756
2757         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2758         cursor-in-echo-area while confirming.
2759
2760         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2761
2762         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2763         searching via nntp if wl-summary-search-via-nntp is 'force.
2764         Otherwise, invoke searching in nntp folder only.
2765         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2766
2767         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2768         explicitly for mime-make-text-tag.
2769
2770 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2771
2772         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2773         `mime-make-text-tag' instead of `mime-create-tag'.
2774
2775 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2776
2777         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2778         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2779
2780 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2781
2782         * wl-score.el (wl-score-save): Bind print-length and print-level.
2783         (wl-score-pretty-print): Ditto.
2784         (wl-score-edit-insert-header-entry): Ditto.
2785
2786         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2787         "From" entry to be treated with wl-draft-eword-encode-address-list.
2788         * wl-mime.el (wl-draft-preview-message): Ditto.
2789
2790         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2791         (wl-summary-mark-as-unread): Ditto.
2792         (wl-summary-mark-as-read-region): Change accordingly.
2793         (wl-summary-mark-as-unread-region): Ditto.
2794         (wl-summary-target-mark-mark-as-read): Ditto.
2795         (wl-summary-target-mark-mark-as-unread): Ditto.
2796
2797 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2798
2799         * Version number is increased to 2.11.2.
2800
2801 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2802
2803         * wl-news.el.in (wl-news-previous-version-save): Bind
2804         print-length and print-level.
2805         * wl-thread.el (wl-thread-save-entities): Ditto.
2806         (wl-thread-save-top-list): Bind print-length.
2807
2808 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2809
2810         * wl-highlight.el (wl-highlight-summary-line-string): Use
2811         wl-summary-score-below-mark, wl-summary-score-over-mark.
2812         (wl-highlight-summary-current-line): Ditto.
2813
2814 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2815
2816         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2817         insert it.
2818
2819 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2820
2821         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2822
2823 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2824
2825         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2826         message without msgid.
2827         Rewrite with elmo-folder-move-messages.
2828         Set wl-message-buffer to nil.
2829
2830         * wl-summary.el (wl-summary-erase-subr): New function. Use
2831         elmo-folder-move-messages.
2832         (wl-summary-erase): Call it.
2833         (wl-summary-target-mark-erase): Ditto.
2834
2835 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2836
2837         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2838         it is not up-tp-date.
2839
2840 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2841
2842         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2843         buffer after calling `wl-summary-goto-folder-subr' without the
2844         argument `interactive'.
2845         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2846
2847 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2848
2849         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2850         `mime-create-tag'. Use `string=' instead of `looking-at'.
2851
2852 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2853
2854         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2855         to avoid compile warning.
2856
2857         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2858         entity-id when folder is given.
2859         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2860         save-excursion, use save-selected-window instead.
2861         Select folder buffer window if exists.
2862         (To correct behavior with wl-folder-move-cur-folder.)
2863
2864 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2865
2866         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2867
2868 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2869
2870         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2871         list-count instead of %d.
2872
2873 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2874
2875         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2876         (wl-news): Set it.
2877         (wl-news-append-to-folder): Use it.
2878
2879         * wl-news.el.in (wl-news-send-news): Append to specified folder
2880         instead of wl-default-folder.
2881         (wl-news-append-to-folder): Show error message with specified folder.
2882
2883         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2884                 In most major modes, Emacs assumes that any opening
2885                 delimiter found at the left margin is the start of a
2886                 top-level definition, or defun. Therefore, *never put an
2887                 opening delimiter at the left margin unless it should have
2888                 that significance.*
2889
2890         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2891
2892 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2893
2894         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2895
2896 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2897
2898         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2899
2900 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2901
2902         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2903         for sequential numbering case.
2904
2905 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2906
2907         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2908         value.
2909         (wl-draft-reply-without-argument-list): Ditto.
2910         (wl-draft-reply-myself-with-argument-list): Abolish.
2911         (wl-draft-reply-myself-without-argument-list): Ditto.
2912         * wl-draft.el (wl-draft-self-reply-p): New function.
2913         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2914
2915 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2916
2917         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2918         (avoid error for the case without byte-compiling)
2919
2920 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2921
2922         * wl-news.el.in (wl-news-append-to-folder): New function.
2923         (wl-news-exit): Rewrite.
2924         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2925
2926 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2927
2928         * wl-draft.el (wl-draft-reply-position): New function.
2929         (wl-draft-reply-position): Fix.
2930         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2931         (wl-summary-target-mark-reply-with-citation): Ditto.
2932         (wl-summary-reply-with-citation): Ditto.
2933         * wl-vars.el (wl-draft-reply-default-position): New variable.
2934
2935 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2936
2937         * wl-draft.el (wl-draft-send): Preview when interactive send.
2938
2939 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2940
2941         * wl-draft.el (wl-draft-reply): Set default position.
2942         * wl-summary.el (wl-summary-reply): Ditto.
2943         (wl-summary-reply-with-citation): Ditto.
2944         (wl-summary-target-mark-reply-with-citation): Ditto.
2945
2946 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2947
2948         * wl-news.el.in (wl-news-lang): Set default value according to
2949         current-language-environment.
2950         (wl-news-append-news): Do nothing when news-list is nil.
2951
2952 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2953
2954         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2955         (wl-news): Change message.
2956         (wl-news-exit): Check buffer.
2957         (wl-news-force-exit): New function.
2958         (wl-news-show-all): New function.
2959         (wl-news-discard-and-exit): Fix.
2960
2961 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2962
2963         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2964         according to current-language-environment.
2965
2966         * wl-news.el.in (wl-news): If arg, show all NEWS after
2967         wl-news-default-previous-version.
2968
2969 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2970
2971         * wl-news.el.in (wl-news-check): Rewritten.
2972         (wl-news-previous-version-load): Change data type.
2973         (wl-news-previous-version-save): Change data type.
2974         (wl-news-append-news): Add return value.
2975         (wl-news-check-news): New function.
2976         (wl-news-already-current-p): New function.
2977         (wl-news-send-news): Rewritten.
2978         (wl-news-mode-map): Add new keybind.
2979         (wl-news): Rewritten.
2980         (wl-news-exit): Rewritten.
2981         (wl-news-discard-and-mail): New function.
2982         (wl-news-send-to-address): Abolished.
2983         * wl.el (wl-init): Delete a message.
2984
2985 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2986
2987         * wl-news.el.in (wl-news-exit): Update previous version.
2988         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2989
2990 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2991
2992         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2993
2994 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2995
2996         * wl-news.el.in (wl-news): New function.
2997         (wl-news-mode): New function.
2998         (wl-news-next-line): New function.
2999         (wl-news-next-page): New function.
3000         (wl-news-exit): New function.
3001         (wl-news-buf-name): New variable.
3002         (wl-news-mode-map): New variable.
3003         (wl-news-winconf): New variable.
3004         (wl-news-append-news): Add an option.
3005
3006 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3007
3008         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3009
3010 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3011
3012         * wl-news.el.in (wl-news-send-to-address): New variable.
3013         (wl-news-send-news): Use it.
3014         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3015         Return updating status.
3016         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3017
3018 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3019
3020         * wl-news.el.in (wl-news-send-news): Delete
3021         Organization and X-Face.
3022
3023 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3024
3025         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3026         (wl-news-append-news): New function.
3027         (wl-news-send-news): New function.
3028
3029 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3030
3031         * Version number is increased to 2.11.1.
3032
3033 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3034
3035         * wl-news.el.in : New file.
3036
3037 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3038
3039         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3040         default value.
3041         (wl-draft-reply-without-argument-list): Ditto.
3042
3043 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3044
3045         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3046         (wl-message-buffer-prefetch-idle-time): Ditto.
3047         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3048
3049 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3050
3051         * wl-thread.el (wl-thread-insert-message): Use
3052         wl-summary-max-thread-depth.
3053
3054         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3055         loop detection.
3056
3057         * wl-message.el (wl-message-buffer-display): Back to the first page
3058         when cache is hit.
3059
3060 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3063
3064         * wl-summary.el (wl-summary-insert-thread-entity):
3065         If the thread depth is reached to wl-summary-max-thread-depth,
3066         divide the thread.
3067
3068 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3069
3070         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3071         for elmo-remove-passwd.
3072
3073 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3074
3075         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3076         folder is sticky.
3077         (wl-folder-mark-as-read-all-entity): Ditto.
3078         (wl-folder-prefetch-entity): Ditto.
3079
3080 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3081
3082         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3083
3084 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3085
3086         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3087         Delete messages on buffer for unplugged operation.
3088         (wl-summary-erase): Ditto.
3089
3090 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3091
3092         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3093         take nil so as not to search parent by subject.
3094
3095 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3096
3097         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3098         (wl-folder-get-next-folder): Ditto.
3099         (wl-folder-get-path): Ditto.
3100
3101 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3102
3103         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3104         system and encode the region with it before verifying.
3105
3106 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3107
3108         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3109         system of the echo buffer before decoding.
3110
3111 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3112
3113         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3114         original contents.
3115
3116 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3117
3118         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3119         with argument 'any-exists.
3120
3121 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3122
3123         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3124         Use `wl-cs-autoconv'.
3125
3126 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3127
3128         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3129         by `mime-view-automatic-conversion'.
3130
3131         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3132         (wl-message-verify-pgp-nonmime): Ditto.
3133         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3134         Bind them to C-c:d and C-c:v respectively.
3135
3136         Merge following code by Teranishi-san from [wl-en:00167].
3137         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3138         (wl-mime-preview-application/pgp-encrypted): Ditto.
3139         (wl-mime-setup): Add entry.
3140
3141 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3142
3143         * wl-summary.el (wl-summary-target-mark-erase): New function.
3144         Bind it to "mD".
3145
3146 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3147
3148         * wl-vars.el (wl-draft-write-file-function): Fix.
3149         (wl-draft-reedit-hook): Changed default value.
3150
3151         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3152         wl-draft-reedit-hook.
3153         (wl-draft-remove-text-plain-tag): New function.
3154         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3155
3156         * wl-vars.el (wl-draft-write-file-function): New user option.
3157
3158         * wl-draft.el (wl-draft-prepare-edit): Use it for
3159         local-write-file-hooks.
3160         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3161
3162         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3163         (wl-draft-insert-mail-header-separator): Return the body beginning
3164         point.
3165         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3166         text/plain.
3167         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3168
3169 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3170
3171         * wl-summary.el (wl-summary-erase): New function to erase message
3172         without moving it to trash. Bind to "D".
3173
3174         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3175         as `keep' unless switch-function.
3176
3177 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3178
3179         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3180         message buffer by using `wl-summary-toggle-disp-msg'.
3181         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3182         buffer window.
3183         (wl-summary-supresedes-message): Ditto.
3184
3185         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3186         Do not delete other windows.
3187         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3188         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3189         (wl-draft-create-buffer): Set reply-or-forward also for target
3190         mark commands.
3191
3192 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3193
3194         * wl-draft.el (wl-user-agent-compose): Delete special case for
3195         switch-to-buffer-other-window.
3196
3197         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3198         (wl-summary-forward): Ditto.
3199
3200         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3201         function.
3202         (wl-draft-buffer-style): New use option.
3203
3204         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3205         (wl-draft): Follow the change above.
3206         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3207         wl-draft-buffer-style.
3208         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3209         switch-function.
3210
3211 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3212
3213         * wl-address.el (wl-address-make-completion-entry): Extracted from
3214         `wl-address-make-completion-list'.
3215         (wl-address-enable-strict-loading): New variable.
3216         (wl-address-make-completion-list): Revive petname duplication
3217         inquiry, and enable it if `wl-address-enable-strict-loading'.
3218         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3219
3220 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-message.el (wl-message-get-original-buffer): Avoid
3223         'Selecting deleted buffer' error when original buffer is killed.
3224
3225 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-summary.el (wl-summary-next-message): Use
3228         elmo-message-accessible-p instead of elmo-message-cached-p.
3229
3230 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3231
3232         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3233
3234         * wl-thread.el (wl-thread-open-all-unread): Use
3235         elmo-folder-list-flagged instead of
3236         elmo-folder-list-messages-mark-match.
3237
3238         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3239         instead of elmo-folder-list-messages-mark-match.
3240         (wl-summary-move-spec-alist): New variable.
3241         (wl-summary-move-spec-plugged-alist,
3242         wl-summary-move-spec-unplugged-alist): Abolish.
3243         (wl-summary-next-message): Follow the change above.
3244         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3245         with 'no-msg' argument.
3246
3247         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3248         variable.
3249         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3250         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3251         (wl-message-buffer-prefetch-get-next): Follow the change above.
3252
3253 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3254
3255         * wl-version.el (wl-version): Changed codename.
3256
3257         * Version number is increased to 2.11.0.
3258
3259 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3260
3261         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3262         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3263         `wl-draft-config-variables'.
3264         (wl-draft-kill): Fixed problem when the draft is reedit.
3265
3266 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3269         buffer-modified status (Thanks to
3270         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3271
3272 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3273
3274         * wl-util.el (wl-region-exists-p): New function.
3275
3276         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3277         Remove defvars for byte-compile warnings.
3278
3279 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3280
3281         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3282         defvar-maybe. Removed unused bind.
3283
3284 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3285
3286         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3287         summary buffer window before creating new frame.
3288         (wl-draft-reply): Ditto.
3289
3290 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3293
3294 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3295
3296         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3297
3298 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3299
3300         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3301         instead of `kill-region'.
3302
3303 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3306         (wl-highlight-summary-line-string): Use it.
3307         (wl-highlight-summary-current-line): Ditto.
3308
3309         * wl-mime.el (wl-message-delete-current-part): Check the class of
3310         mime-entity.
3311
3312         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3313
3314         * wl-summary.el (wl-summary-make-number-list): Initialize.
3315         (wl-summary-update-mark): New function.
3316         (wl-summary-reply): Put `answered' mark on the message.
3317         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3318
3319         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3320         (wl-draft-reply): Added optional argument `number';
3321         Set wl-draft-parent-number.
3322         (wl-draft-kill): Delete answered mark if it is a reply.
3323
3324 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3325
3326         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3327         that originates in mime-preview-follow-current-entity.
3328         (wl-draft-yank-current-message-entity): Use it if region is active.
3329
3330         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3331         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3332         `wl-message-delete-current-part'.
3333         * wl-mule.el (wl-message-define-keymap): Ditto.
3334         * wl-xmas.el (wl-message-define-keymap): Ditto.
3335
3336 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3337
3338         * wl-mime.el (wl-message-delete-current-part): New function.
3339         (wl-mime-node-id-to-string): Ditto.
3340
3341         * wl-mime.el (wl-message-delete-current-part): Use existing
3342         original buffer which corresponds current mime-view buffer.
3343         (fetched buffer might have different structure, possibly)
3344
3345         * wl-mime.el (wl-message-delete-current-part): Quit if the
3346         message content differs from the actual message.
3347
3348 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3351         order.
3352         (wl-summary-search-by-subject): Search parent message from tail;
3353         Check the existence of the parent message on the current thread tree.
3354         (wl-summary-update-thread): Check whether the line is inserted.
3355
3356 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3357
3358         * wl-vars.el (wl-summary-line-format): Undo last change.
3359         * wl-summary.el (wl-summary-print-destination): Do not put
3360         invisible property when `wl-summary-width' is nil.
3361         (wl-summary-line-subject-minimum-length): Abolished.
3362         (wl-summary-line-subject): Ditto.
3363
3364 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3365
3366         * wl-vars.el (wl-summary-line-format): Change default value.
3367         (wl-summary-subject-length-limit): Abolished.
3368         * wl-summary.el (wl-summary-line-subject): Ditto.
3369
3370 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3371
3372         * wl-template.el (wl-template-select): Added optional argument.
3373         If optional argument is specified, reverse
3374         `wl-template-visible-select'.
3375
3376 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3379         Take prefix argument to force asking the destination folder.
3380
3381 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3382
3383         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3384         count and update status.
3385
3386 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-summary.el (wl-summary-redisplay-internal): If
3389         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3390         after fetching.
3391
3392 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3395         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3396
3397         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3398
3399 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3402         (All other related portions are changed).
3403         (wl-summary-mark-as-read-all): Rewrite.
3404
3405 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3406
3407         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3408         `wl-summary-mark-as-read'.
3409         (wl-summary-mark-as-unread): Rewrite.
3410         (wl-summary-mark-as-read): Added no-modeline argument.
3411         (wl-summary-resume-cache-status): Rewrite.
3412         (wl-summary-exec-subr): Remove unused local variable.
3413
3414 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3415
3416         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3417         logic to call `wl-summary-buffer-prev-folder-function'.
3418         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3419
3420 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3421
3422         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3423         is nil.
3424
3425 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3426
3427         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3428         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3429         (wl-mime-setup): Add its entry.
3430
3431 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3432
3433         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3434         (wl-summary-delete-cache): Likewise.
3435         (wl-summary-mark-as-read): Rewrite.
3436
3437 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3440         `wl-summary-count-unread'.
3441
3442         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3443
3444         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3445
3446 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3447
3448         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3449         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3450         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3451         Renamed to the elmo-msgdb-*-mark.
3452         (wl-summary-score-marks): Follow the change above.
3453         (wl-summary-auto-refile-skip-marks): Ditto.
3454         (wl-summary-incorporate-marks): Ditto.
3455         (wl-summary-expire-reserve-marks): Ditto.
3456
3457         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3458         changes.
3459         (wl-thread-insert-top): Changed updating message.
3460
3461         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3462         variable.
3463         (wl-summary-count-unread): Count answered marks.
3464         (wl-summary-rescan): Call wl-summary-insert-message instead of
3465         wl-summary-append-message-func-internal.
3466         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3467         (wl-summary-prefetch-msg): Follow the variable name changes.
3468         (wl-summary-prefetch-region): Ditto.
3469         (wl-summary-mark-as-read-all): Follow the API changes;
3470         Don't call elmo-folder-replace-marks.
3471         (wl-summary-delete-cache): Follow the variable name changes.
3472         (wl-summary-resume-cache-status): Ditto.
3473         (wl-summary-update-status-marks): New function.
3474         (wl-summary-insert-message): New function.
3475         (wl-summary-sync-marks): Follow the variable name changes.
3476         (wl-summary-sync-update): Synchronize to the msgdb, too;
3477         Changed update messages.
3478         (wl-summary-make-number-list): Rewrite.
3479         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3480         (wl-summary-mark-as-unread): Follow the API changes.
3481         (wl-summary-exec-subr): Follow the variable name changes.
3482         (wl-summary-mark-as-read): Ditto.
3483         (wl-summary-move-spec-plugged-alist): Ditto.
3484         (wl-summary-move-spec-unplugged-alist): Ditto.
3485         (wl-summary-cursor-move-surface): Ditto.
3486
3487         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3488         variable name changes.
3489         (wl-highlight-summary-current-line): Ditto.
3490
3491         * wl-expire.el (wl-expire-refile): Follow the API change in
3492         elmo-folder-move-messages.
3493         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3494         (wl-summary-archive): Use elmo-folder-msgdb instead of
3495         elmo-msgdb-load.
3496
3497 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3498
3499         * wl-mime.el (wl-draft-preview-message): Restore the position
3500         before evaluating wl-draft-send-hook in preview buffer.
3501
3502 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3503
3504         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3505         when it creates new draft buffer.
3506
3507         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3508         without argument.
3509
3510         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3511         Evaluate content and if the value is string, insert it.
3512         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3513         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3514         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3515         wl-draft-config-sub-part-bottom): Use it.
3516
3517         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3518         with the folder name. The question was unintelligible when it is
3519         called from wl-save-status.
3520
3521 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3522
3523         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3524         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3525         cannot take second argument).
3526
3527 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3528
3529         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3530         as t. Since type and subtype are not case sensitive (RFC 2045).
3531
3532 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3533
3534         * wl-vars.el (wl-message-mode-line-format): New variable.
3535         (wl-message-mode-line-format-spec-alist): Ditto.
3536         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3537         (wl-message-redisplay): Use wl-message-mode-line-format.
3538
3539 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3540
3541         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3542
3543 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3544
3545         * wl-summary.el (wl-summary-default-from): Write description.
3546
3547 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3548
3549         * wl-vars.el (wl-ldap-objectclass): Abolish.
3550
3551         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3552         (wl-ldap-make-filter): Removed condition for objectclass.
3553         (wl-ldap-make-matched-value-list): Remove meaningless process.
3554         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3555         (wl-address-ldap-search): Don't add `*' to `pat' string;
3556         use ignore-errors; added `email';
3557         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3558         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3559         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3560
3561
3562 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3563
3564         * wl-draft.el (wl-draft-parent-folder): Write description.
3565         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3566
3567 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3570         as "" (zero-length string) if no parent.
3571         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3572
3573 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-address.el (wl-address-make-completion-list): Skip duplication
3576         checking.
3577         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3578         `append'.
3579
3580 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3581
3582         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3583         instead of `beginning-of-buffer'.
3584
3585 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3588
3589 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3590
3591         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3592         Refer wl-message-buffer-name.
3593         (wl-message-wheel-down): Ditto.
3594
3595 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * wl-vars.el (wl-message-buffer-name): New user option.
3598
3599         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3600         directly instead of making alist dinamically.
3601
3602         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3603         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3604         wl-message-buffer-cache-name.
3605         (wl-message-buffer-cache-clean-up): Ditto.
3606
3607         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3608
3609         * Version number is increased to 2.9.15.
3610
3611 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-vars.el (wl-summary-default-view-alist): New user option.
3614
3615         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3616
3617         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3618         while deleting address.
3619         (wl-draft-delete-myself-from-cc): Ditto.
3620
3621         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3622         If optional argument is specified, reverse sort order.
3623
3624         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3625
3626 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3627
3628         * wl-thread.el (wl-thread-insert-message): Return parent number if
3629         exists.
3630         (wl-thread-update-indent-string-region): Use
3631         wl-thread-update-line-on-buffer-sub instead of
3632         wl-thread-update-line-on-buffer.
3633
3634 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3635
3636         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3637         (wl-folder-close-all): Ditto.
3638
3639 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3640
3641         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3642         and mailing-list:.
3643         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3644         value.
3645         (wl-summary-line-list-info): Print mailing-list name even when 
3646         list-number is empty.
3647
3648 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3649
3650         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3651
3652         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3653         (wl-draft-open-file): Ditto.
3654         (wl-draft-random-alphabet): Ditto.
3655
3656         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3657         bindings.
3658
3659 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3660
3661         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3662         * wl-vars.el (wl-draft-config-alist): Ditto.
3663
3664 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3665
3666         * Version number is increased to 2.9.14.
3667
3668         * wl.el (wl): Don't set wl-init as nil when error occured while
3669         auto-checking folders.
3670
3671         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3672         `elmo-expand-newtext'.
3673
3674 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3675
3676         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3677         `this-command' so that `wl-folder-goto-folder' contained in
3678         `wl-summary-keep-cursor-command' work.
3679
3680 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3681
3682         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3683         message buffer displaying state.
3684
3685 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3686
3687         * wl-vars.el (wl-summary-default-view): New variable to specify
3688         default value for `wl-summary-buffer-view' instead of using
3689         set-default.
3690         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3691
3692 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3693
3694         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3695
3696         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3697
3698 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3699
3700         * wl-vars.el (wl-forward-subject-prefix): New variable.
3701         * wl-draft.el (wl-draft-forward): Use it.
3702
3703 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3704
3705         * wl-message.el (wl-message-prev-page): When it is called without
3706         lines argument, scroll down by wl-message-scroll-amount lines.
3707         (wl-message-next-page): Ditto.
3708         * wl-vars.el (wl-message-scroll-amount): Change default value
3709         to preserve current behavior.
3710
3711 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3712
3713         * wl-summary.el (wl-summary-prefetch-msg): Bind
3714         `wl-message-entity' to call `wl-summary-from-function'.
3715
3716 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-message.el (wl-message-buffer-create): Run
3719         wl-message-buffer-created-hook.
3720
3721 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-summary.el (wl-summary-sort-specs): New variable.
3724         (wl-summary-default-sort-spec): Ditto.
3725         (wl-summary-sort): Rewrite.
3726         (wl-summary-sort-by-list-info): New function.
3727
3728 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3729
3730         * wl-summary.el (wl-summary-get-list-info): New function.
3731         (wl-summary-sort): Rewrite.
3732         (wl-summary-line-list-info): Ditto.
3733         (wl-summary-line-list-count): Ditto.
3734         (wl-summary-refile-region): Fixed docstring.
3735
3736 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3737
3738         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3739         `wl-folder-entity-hashtb' as completion table.
3740
3741 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3744         only when this command is called interactively; silence the byte-
3745         compiler.
3746
3747 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3748
3749         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3750         active in XEmacs.
3751
3752 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3753
3754         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3755         plural lines.
3756
3757 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3758
3759         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3760         of current line when the cursor is on the header name.
3761         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3762
3763 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3764
3765         * wl-util.el (wl-read-directory-name): Return displayed directory
3766         as the default value also on XEmacs.
3767
3768 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3769
3770         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3771         formatting.
3772
3773 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3774
3775         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3776         argument and when it is non-nil, check face property before
3777         highlighting for each line.
3778         (wl-highlight-summary-window): Set it.
3779
3780 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3781
3782         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3783         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3784
3785         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3786         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3787         (wl-draft-get-fcc-list): Likewise.
3788
3789 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3792         (wl-thread-entity-cur): Ditto.
3793         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3794         wl-thread-indent-regexp setting.
3795         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3796
3797         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3798         wl-summary-lazy-highlight.
3799         (wl-summary-display-bottom): Ditto.
3800
3801         * wl-thread.el (wl-thread-open-close): Likewise.
3802
3803         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3804         from and subject;
3805         Bind wl-draft-use-frame;
3806         Enclose with save-window-excursion;
3807         Use wl-draft-create-buffer instead of with-temp-buffer;
3808         Use wl-draft-prepare-edit;
3809         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3810         Use wl-draft-send instead of wl-draft-raw-send.
3811
3812 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3813
3814         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3815         of using wl-from.
3816
3817 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3818
3819         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3820         insert-buffer instead of clone-buffer.
3821         (wl-draft-doing-mime-bcc): New variable.
3822         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3823         infinite loop.
3824         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3825
3826         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3827         (wl-draft-mime-bcc-body): Ditto.
3828
3829         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3830         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3831         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3832         wl-draft-do-mime-bcc.
3833         (wl-draft-mime-bcc-field): New function.
3834         (wl-draft-do-mime-bcc): Ditto.
3835
3836         * wl-address.el (wl-address-complete-header-list): New variable.
3837         (wl-address-complete-header-regexp): Changed default value.
3838
3839         * Version number is increased to 2.9.13.
3840
3841 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3842
3843         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3844         it is differed.
3845
3846 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3847
3848         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3849         (wl-summary-line-list-count): Ditto.
3850
3851 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3852
3853         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3854         (wl-nntp-posting-function): New variable.
3855         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3856         `wl-nntp-posting-config-alist'.
3857
3858 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3859
3860         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3861         FLIM.
3862
3863 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3864
3865         * wl-summary.el (wl-summary-target-mark-refile-sub):
3866         Remove a nuisance funcall.
3867
3868 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3871         as t for `try-completion'.
3872
3873 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3874
3875         * wl-summary.el (wl-summary-default-from): Use
3876         wl-address-header-extract-address instead of
3877         std11-extract-address-components.
3878         (wl-summary-simple-from): Ditto.
3879         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3880         (wl-summary-insert-headers): Show message.
3881         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3882         for whole line.
3883         (wl-summary-default-from): Revert last change.
3884         (wl-summary-simple-from): Ditto.
3885         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3886         (wl-summary-mark-as-read-region): Follow the change above.
3887         (wl-summary-sync-marks): Ditto.
3888         (wl-summary-target-mark-mark-as-read): Ditto.
3889         (wl-summary-redisplay-internal): Ditto.
3890         (wl-summary-redisplay-no-mime-internal): Ditto.
3891         (wl-summary-redisplay-all-header): Ditto.
3892         (wl-summary-mark-as-read): Removed argument `cached';
3893         Use current cache status to set cache mark.
3894         (wl-summary-redisplay-internal): Follow the change above.
3895         (wl-summary-redisplay-no-mime-internal): Ditto.
3896         (wl-summary-redisplay-all-header): Ditto.
3897
3898         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3899
3900         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3901         Don't call itself recursively (Adviced by Yamaoka-san).
3902
3903 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3906         bind wl-summary-highlight as nil to avoid error caused by missing
3907         local variables.
3908
3909 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-vars.el (wl-invalid-character-message): New user option.
3912
3913         * wl-util.el (wl-set-string-width): If truncated string-width is
3914         larger than specified width, use `wl-invalid-character-message'.
3915
3916 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3917
3918         * wl-summary.el (wl-summary-prefetch-msg): 
3919         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3920
3921 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-vars.el (wl-summary-check-line-format): New user option.
3924         (wl-summary-line-format-file): Ditto.
3925
3926         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3927         variable.
3928         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3929         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3930         and `wl-summary-view-old-p' to check whether do a rescan or not.
3931         (wl-summary-view-old-p): New function.
3932         (wl-summary-line-format-changed-p): Ditto.
3933         (wl-summary-line-format-save): Ditto.
3934         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3935
3936         * wl-util.el (wl-set-string-width): Avoid using negative number
3937         for make-string.
3938
3939 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3940
3941         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3942         return value.
3943
3944         * wl-util.el (wl-set-string-width): Added optional argument
3945         `padding' (All other related portions are changed).
3946         (wl-line-parse-format): If the first letter of column number is
3947         `0', zero-padding the result (ex: "%05l").
3948
3949         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3950
3951 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3954         sequential summary view.
3955
3956 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3959         if it doesn't have a -unix version.
3960
3961 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3962
3963         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3964
3965 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3966
3967         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3968         content.
3969         (wl-draft): Follow the change above.
3970
3971         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3972
3973         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3974         and wl-folder-summary-line-format-alist contain %T and %P.
3975
3976         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3977         (wl-summary-mode-line-format): New user option.
3978         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3979         (wl-summary-line-format): Changed default value.
3980         (wl-summary-lazy-highlight): Changed default value.
3981
3982         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3983         change in wl-summary-create-line.
3984         (wl-thread-insert-entity-sub): Ditto.
3985
3986         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3987         (wl-summary-buffer-unread-status): Ditto.
3988         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3989         (wl-summary-buffer-persistent-mark-column): Ditto.
3990         (wl-summary-buffer-mode-line-formatter): Ditto.
3991         (wl-summary-buffer-mode-line): Ditto.
3992         (wl-summary-message-regexp): Abolished.
3993         (All other related portions are changed.)
3994         (wl-summary-detect-mark-position): New function.
3995         (wl-summary-buffer-set-folder): Setup
3996         wl-summary-buffer-mode-line-formatter.
3997         (wl-summary-mode): Setup selective-display;
3998         Setup pre-idle-hook when xemacs.
3999         (wl-summary-update-modeline): Rewrite.
4000         (wl-summary-jump-to-msg): Define as function;
4001         Changed regexp for searching messages.
4002         (wl-summary-message-number): Rewrite.
4003         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4004         Do rescan when old type summary cache.
4005         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4006         (wl-summary-remove-destination): Use '\r' to detect EOL.
4007         (wl-summary-print-destination): Ditto.
4008         (wl-summary-temp-mark): New inline function.
4009         (wl-summary-persistent-mark): Ditto.
4010         (wl-summary-line-number): New function.
4011         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4012         (wl-summary-line-list-count): New function.
4013         (wl-summary-create-line): Added argument persistent-mark.
4014         (All other related portions are changed)
4015         (wl-summary-create-line): Insert '\r'.
4016         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4017         (wl-summary-cursor-move-surface): New inline function.
4018         (wl-summary-prev): Use it.
4019         (wl-summary-next): Ditto.
4020
4021         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4022         wl-summary-message-regexp.
4023         (wl-highlight-summary): Delete progress message.
4024         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4025
4026         * Version number is increased to 2.9.12.
4027
4028 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4031         variable (nil: no minimum).
4032         (wl-summary-line-subject): Add some spaces after subject by
4033         wl-summary-line-subject-minimum-length.
4034
4035 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4036
4037         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4038         and removed `F'.
4039         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4040         change above).
4041
4042 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4043
4044         * wl-summary.el (wl-summary-line-list-count): Reverted.
4045         (example setting in samples/*/dot.wl is also updated)
4046
4047 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4048
4049         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4050
4051         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4052
4053         * wl-vars.el (wl-summary-line-format): Addes some description to the
4054         docstring.
4055
4056         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4057         (wl-summary-line-close-bracket): Ditto.
4058         (wl-summary-line-children-number): Ditto.
4059         (wl-summary-line-thread-indent): Ditto.
4060         (wl-summary-line-children-and-from): Ditto.
4061
4062         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4063         't', 'c', 'F' and added 'C'.
4064
4065         * wl-util.el (wl-set-string-width): Accept negative value.
4066         (wl-line-parse-format): Added "%number(" and "%)".
4067
4068 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4069
4070         * wl-summary.el (wl-summary-line-list-count): Change format of the
4071         return value.
4072
4073 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4074
4075         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4076         from the recent message.el.
4077         (wl-draft-point-in-header-p): Ditto.
4078         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4079         wl-draft-beginning-of-line.
4080         * wl-e21.el (wl-draft-mode-map): Ditto.
4081         * wl-xmas.el (wl-draft-mode-map): Ditto.
4082
4083         * wl-folder.el: Sort macrodefs by dependencies.
4084
4085 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4086
4087         * wl-summary.el (wl-summary-prev): Fixed regexp.
4088         (wl-summary-next): Ditto.
4089
4090 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4093
4094 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4095
4096         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4097         for backward compatibility.
4098
4099 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4100
4101         * wl-summary.el (wl-summary-line-list-count): New function, merged
4102         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4103         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4104         list counts.
4105
4106 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4107
4108         * wl-summary.el (wl-summary-create-line): Ignore errors while
4109         timezone-fix-time.
4110
4111         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4112
4113         * wl-summary.el (wl-summary-sync-update): Ditto.
4114         (wl-summary-default-from): Use wl-message-entity
4115         instead of entity.
4116
4117         * wl-summary.el (wl-summary-create-line): Fix.
4118
4119         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4120         (wl-summary-line-format): New user option.
4121         (wl-folder-summary-line-format-alist): Ditto.
4122         (wl-summary-from-width): Abolished.
4123
4124         * wl-util.el (toplevel): Require 'bytecomp.
4125         (wl-line-parse-format): New function.
4126         (wl-line-formatter-setup): New macro.
4127
4128         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4129         (wl-summary-buffer-line-formatter): New buffer local variable.
4130         (wl-summary-switch-to-clone-buffer): Follow the change above.
4131         (wl-summary-message-regexp): Fix.
4132         (wl-summary-from-func-internal): Abolished.
4133         (wl-summary-subject-func-internal): Ditto.
4134         (wl-summary-subject-filter-func-internal): Ditto.
4135         (All other related portions are changed.)
4136         (wl-summary-buffer-set-folder):
4137         Set up wl-summary-buffer-number-column and 
4138         wl-summary-buffer-line-formatter
4139         (All other related portions are changed.)
4140         (wl-summary-buffer-number-column-detect): Abolished.
4141         (All other related portions are changed.)
4142         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4143         (wl-summary-delete-all-temp-marks-on-buffer): Use
4144         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4145         (wl-summary-target-mark-delete): Ditto.
4146         (wl-summary-target-mark-refile-subr): Ditto.
4147         (wl-summary-target-mark-mark-as-read): Ditto.
4148         (wl-summary-target-mark-mark-as-unread): Ditto.
4149         (wl-summary-target-mark-mark-as-important): Ditto.
4150         (wl-summary-target-mark-save): Ditto.
4151         (wl-summary-replace-status-marks): Renamed from
4152         wl-summary-set-status-marks-on-buffer;
4153         Use wl-summary-message-regexp instead of
4154         wl-summary-buffer-number-regexp.
4155         (wl-summary-sync-update): Follow the change above.
4156         (wl-summary-goto-previous-message-beginning): New function.
4157         (wl-summary-mark-as-unread): Use it.
4158         (wl-summary-mark-as-important): Ditto.
4159         (wl-summary-line-formatter): New variable.
4160         (wl-summary-line-year): New function.
4161         (wl-summary-line-day): Ditto.
4162         (wl-summary-line-day-of-week): Ditto.
4163         (wl-summary-line-hour): Ditto.
4164         (wl-summary-line-minute): Ditto.
4165         (wl-summary-line-open-bracket): Ditto.
4166         (wl-summary-line-close-bracket): Ditto.
4167         (wl-summary-line-children-number): Ditto.
4168         (wl-summary-line-thread-indent): Ditto.
4169         (wl-summary-line-size): Ditto.
4170         (wl-summary-line-subject): Ditto.
4171         (wl-summary-line-from): Ditto.
4172         (wl-summary-line-children-and-from): Ditto.
4173         (wl-summary-create-line): Rewritten.
4174         (wl-summary-format-date): Abolished.
4175
4176         * wl-highlight.el (wl-highlight-summary-current-line): Use
4177         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4178         Use thread structure to detect thread top message.
4179
4180         * wl-draft.el (wl-default-draft-cite): Don't use
4181         wl-summary-from-func-internal.
4182
4183         * wl-refile.el (wl-refile-subject-learn): Don't use
4184         wl-summary-subject-filter-func-internal.
4185         (wl-refile-guess-by-subject): Ditto.
4186
4187         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4188         parameters.
4189
4190         * wl-thread.el (wl-thread-update-indent-string-region):
4191         Use wl-thread-update-line-on-buffer instead of
4192         wl-thread-update-indent-string.
4193         (wl-thread-update-children-number): Redefine using
4194         wl-thread-update-line-on-buffer.
4195         (wl-thread-update-indent-string): Abolished.
4196
4197         * Version number is increased to 2.9.11.
4198
4199 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4200
4201         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4202         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4203         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4204
4205         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4206         as nil.
4207
4208         * wl-thread.el (wl-thread-open-all-unread): Use 
4209         elmo-folder-list-messages-mark-match.
4210         (wl-thread-insert-message): Removed argument `mark-alist'.
4211         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4212         elmo-msgdb-set-mark.
4213         (wl-thread-get-children-msgs-uncached): Likewise.
4214         (wl-thread-get-exist-children): Added argument include-self.
4215         (wl-thread-delete-message): Follow the change above.
4216
4217         * wl-summary.el (wl-summary-count-unread): Removed argument.
4218         (wl-summary-rescan): Follow the change above.
4219         (wl-summary-mark-as-read-region): Ditto
4220         (wl-summary-mark-as-unread-region): Ditto.
4221         (wl-summary-delete-messages-on-buffer): Ditto.
4222         (wl-summary-sync-update): Ditto.
4223         (wl-summary-switch-to-clone-buffer): Ditto.
4224         (wl-summary-goto-folder-subr): Ditto.
4225         (wl-summary-target-mark-mark-as-read): Ditto.
4226         (wl-summary-target-mark-mark-as-unread): Ditto.
4227         (wl-summary-target-mark-mark-as-important): Ditto.
4228         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4229         (wl-summary-update-thread): Removed argument `mark-alist'.
4230         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4231         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4232         (wl-summary-resume-cache-status): Likewise.
4233         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4234         elmo-msgdb-set-mark.
4235         (wl-summary-mark-as-read-all): Likewise.
4236         (wl-summary-delete-cache): Ditto.
4237         (wl-summary-auto-select-msg-p): Ditto.
4238         (wl-summary-mark-as-unread): Ditto.
4239         (wl-summary-no-auto-refile-message-p): Ditto.
4240         (wl-summary-mark-as-read): Ditto.
4241         (wl-summary-mark-as-important): Ditto.
4242         (wl-summary-auto-refile): Follow the change above.
4243         (wl-summary-delete-all-marks): Removed.
4244         (wl-summary-resume-marks-and-highlight): Ditto.
4245         (wl-summary-resume-marks): Ditto.
4246         (wl-summary-delete-important-msgs-from-list): Ditto.
4247         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4248
4249         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4250         wl-summary-count-unread.
4251
4252         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4253         (wl-summary-score-update-all-lines): Use
4254         elmo-msgdb-set-mark.
4255
4256 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4257
4258         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4259         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4260         (wl-summary-create-line): Renamed from
4261         wl-summary-overview-create-summary-line;
4262         Argument rearrangement.
4263         (wl-summary-update-thread): Follow the change above.
4264
4265         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4266         (wl-thread-insert-entity-sub): Likewise.
4267
4268         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4269         argument `overview', `mark-alist' and added `msgdb'.
4270
4271         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4272
4273         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4274         (wl-summary-rescan): Follow the change above.
4275         (wl-summary-sync-update): Ditto.
4276         (wl-summary-insert-thread-entity): Ditto;
4277         Don't use `let*' in every while loop;
4278         Detect infinite loop of threads.
4279         (wl-summary-update-thread): Removed argument `overview'.
4280
4281         * wl-thread.el (wl-thread-insert-message): Ditto.
4282
4283         * Version number is increased to 2.9.10.
4284
4285         * wl-message.el (wl-message-redisplay): Ignore errors while
4286         wl-message-redisplay-hook.
4287
4288 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4289
4290         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4291
4292 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * wl.el (wl): inhibit-quit while wl-folder.
4295
4296 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4299         while msgdb access.
4300
4301 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4302
4303         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4304         even if no folder is not created.
4305
4306 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4307
4308         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4309
4310         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4311         implementation.
4312         (wl-summary-target-mark-thread): Ditto.
4313
4314         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4315
4316 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4317
4318         * wl-util.el (wl-display-bytes): Remove unused function.
4319
4320 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4321
4322         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4323         seems critical one (partially reverse the change in 2002/03/17).
4324
4325 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4328         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4329
4330 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4331
4332         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4333         is not writable.
4334         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4335         plugged status instead of `'force' as 2nd argument.
4336
4337         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4338         is not creatable.
4339
4340         * Version number is increased to 2.9.9.
4341
4342 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * wl-summary.el (wl-summary-suspend): New function.
4345
4346 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4347
4348         * wl.el (wl): Do not check variables if check is nil.
4349         * wl-utils.el (wl-collect-draft): New function.
4350         * wl-folder.el (wl-folder-suspend): Put summary buffers
4351         and draft buffers at the end of buffer list.
4352         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4353
4354 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4355
4356         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4357         loop instead of recursive call.
4358
4359         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4360         2nd argument.
4361
4362 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-draft.el (wl-draft-create-contents): Don't take neither
4365         (function . args) nor (string . something) any more.
4366
4367         * wl-version.el (wl-generate-user-agent-string): Return string
4368         without header symbol.
4369         * wl-draft.el (wl-draft-default-headers): Use it.
4370
4371         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4372         `wl-draft-insert-ccs' and return field value instead of inserting
4373         the header. Abolish cc argument.
4374         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4375
4376         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4377         rather than one with string car.
4378
4379         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4380         * wl-draft.el (wl-draft-create-contents): Add it after the default
4381         headers.
4382
4383         * wl-draft.el (wl-draft-create-contents): For the case of
4384         (symbol-or-string . function) insert header only when the function
4385         returns string value.
4386
4387 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4390         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4391
4392 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl.el (wl-check-environment): Don't check Message-ID when
4395         `wl-insert-message-id' is nil.
4396         Revive checking if `wl-message-id-domain' contains "@".
4397
4398 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl.el (wl-check-environment): Merge examination for "@" at
4401         inappropriate position into the first string-match.
4402
4403         * wl-summary.el (wl-summary-target-mark-print): New function.
4404         (wl-summary-pipe-message-subr): Extracted from
4405         `wl-summary-pipe-message'.
4406         (wl-summary-target-mark-pipe): New function.
4407         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4408         `wl-summary-target-mark-pipe'.
4409
4410 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4413
4414 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl.el (wl-check-environment): Use elmo-warning instead of
4417         error for non-critical ones.
4418         Remove trash folder check.
4419         (wl): Don't ignore error in wl-check-environment.
4420
4421         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4422         check, which is moved from `wl-check-environment'.
4423         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4424
4425 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4428         guess anything, call wl-summary-write.
4429         (wl-summary-write): Create draft with blank To field.
4430         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4431
4432 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4435         argument full as well for wl-folder-write-current-folder.
4436         If wl-*-write-current-folder cannot guess addressee, add blank
4437         To header.
4438         Rewrite condition for positioning cursor.
4439
4440 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4441
4442         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4443         summary buffer is present, use it.
4444         (wl-folder-jump-to-previous-summary): Ditto.
4445
4446 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4449
4450         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4451         wl-summary-previous-buffer and wl-summary-next-buffer.
4452
4453         * wl-folder.el (wl-folder-mode-map): Bind
4454         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4455         (wl-folder-jump-to-next-summary): New function.
4456         (wl-folder-jump-to-previous-summary): Ditto.
4457
4458         * wl-draft.el (wl-draft): Rearranged.
4459
4460 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4461
4462         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4463         of header.
4464         (wl-draft): Collect arguments for the header as header-alist.
4465         (wl-draft-forward): Arrange arguments for wl-draft.
4466         (wl-draft-reply): Ditto.
4467         (wl-draft-edit-string): Ditto.
4468         * wl-summary.el (wl-summary-write): Ditto.
4469         (wl-summary-write-current-folder): Ditto.
4470
4471         * Version number is increased to 2.9.8.
4472
4473 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4474
4475         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4476
4477         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4478
4479         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4480         even if the guess failed.
4481
4482         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4483         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4484         wl-summary-write-current-folder.
4485         * wl-xmas.el: Ditto.
4486
4487 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4488
4489         * wl-summary.el (wl-summary-next-page): Force display message if
4490         message is not displayed yet.
4491         (wl-summary-prev-page): Ditto.
4492
4493 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4494
4495         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4496
4497 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4500         add "Preview Message" and "Save Draft and Exit".
4501
4502 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4505         if addrmgr is called from draft in splitted window.
4506
4507         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4508         * wl-mule.el: Ditto.
4509         * wl-xmas.el: Ditto.
4510
4511 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4514
4515         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4516         * wl-xmas.el (wl-folder-toolbar): Ditto.
4517
4518 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4521         and wl-draft-save-and-exit.
4522         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4523         * wl-xmas.el: Ditto.
4524         * wl-mule.el: Ditto.
4525
4526         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4527         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4528
4529 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4532         lists for saving buffer.
4533
4534 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4537         parent-folder argument instead of it.
4538         (wl-draft-create-buffer): Ditto.
4539         (wl-draft-forward): Ditto.
4540         (wl-draft-reply): Ditto.
4541         * wl-summary.el (wl-summary-write): Ditto.
4542         (wl-summary-write-current-folder): Ditto.
4543
4544         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4545         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4546         Folder buffer after composing.
4547
4548 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4551         header if the file `wl-x-face-file' already contains it.
4552
4553 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554
4555         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4556         folder" entry.
4557         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4558         * wl-e21.el (wl-folder-toolbar): Ditto.
4559         * wl-xmas.el (wl-folder-toolbar): Ditto.
4560
4561 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4562
4563         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4564         wl-folder-goto-folder with sticky argument.
4565         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4566
4567 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4570         and wl-summary-previous-buffer.
4571         (wl-summary-next-buffer): New function.
4572         (wl-summary-previous-buffer): Ditto.
4573
4574 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4575
4576         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4577         wl-folder-jump-to-current-entity-with-arg.
4578         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4579         `wl-folder-jump-to-current-entity'.
4580         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4581         `wl-summary-goto-folder-sticky'.
4582         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4583         `wl-summary-goto-folder'.
4584         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4585         Unless force-exit, do not clean temp. marks for sticky summary.
4586         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4587
4588 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4591         not entire.
4592
4593 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4594
4595         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4596         to `C-x C-s'.
4597         (wl-summary-save-status): New command.
4598         (wl-summary-exit): Don't clean-up temp marks when sticky.
4599         (Applied patch from Nakayama-san [wl: 09548])
4600         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4601         Do nothing when no mark data.
4602         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4603         Call `wl-summary-delete-all-temp-marks' before saving.
4604
4605 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4606
4607         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4608
4609 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4610
4611         * wl.el (wl-check-environment): Also cause error when (system-name)
4612         returns "localhost.localdomain". (Although it doesn't affect because
4613         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4614
4615 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4616
4617         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4618         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4619
4620         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4621         value.
4622
4623 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4626         Likewise r-cc-list and r-ng-list.
4627
4628 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4631         only if it is bound as variable.
4632
4633         * wl-mime.el (wl-draft-preview-message): Ditto.
4634
4635 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4638         needless `goto-char'.
4639
4640         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4641         `wl-summary-redisplay-no-mime-internal' instead of
4642         `wl-summary-redisplay-no-mime'.
4643         (wl-summary-redisplay-no-mime): Changed argument;
4644         Call `wl-summary-redisplay-no-mime-internal'.
4645
4646         * wl-mime.el (wl-draft-preview-message): Bind
4647         `mime-header-encode-method-alist' locally.
4648
4649         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4650         (wl-draft-std11-parse-addresses): Added the first address check.
4651         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4652
4653         * Version number is increased to 2.9.7.
4654
4655 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4658
4659 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4660
4661         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4662         related to scrollbar support, if there is no such a feature
4663         compiled in.
4664
4665 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4666
4667         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4668         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4669         for prefetch.
4670
4671 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-summary.el (wl-summary-pick): Fix for no match.
4674
4675 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4676
4677         * wl-draft.el (wl-draft-save):
4678         Override `mime-header-encode-method-alist'.
4679
4680 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-folder.el (wl-folder-pick): New function.
4683         Define key as "?".
4684
4685 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4688         Fix for unplugged.
4689
4690 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4691
4692         * wl-folder.el (wl-folder-virtual): New function.
4693         Define key as "V".
4694
4695 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4698         multi folder if entity is group.
4699
4700 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4703         is nil.
4704
4705 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4706
4707         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4708         (wl-summary-target-mark-msgs): Return the number of marked messages.
4709
4710 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4711
4712         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4713         "first:" is specified.
4714
4715 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-vars.el (wl-from): Use return value of function
4718         user-full-name instead of the variable user-full-name since
4719         XEmacs-20.4 doesn't set this variable.
4720
4721 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4722
4723         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4724         call `wl' directly.
4725
4726 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4727
4728         * wl-draft.el (wl-draft-reedit): Removed duplicated
4729         switch-to-buffers.
4730
4731 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * wl.el (wl-other-frame): Removed garbages.
4734
4735 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4738
4739         * wl-xmas.el (wl-draft-key-setup): Ditto.
4740
4741         * wl-mule.el (wl-draft-key-setup): Ditto.
4742
4743         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4744         (wl-draft-reedit): Ditto.
4745         (wl-draft-prepare-edit): Add `wl-draft-save' to
4746         `local-write-file-hooks'.
4747         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4748         (wl-draft-reedit): Set buffer-file-name.
4749         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4750
4751
4752         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4753         call it.
4754         (wl-delete-startup-frame-function): New variable.
4755         (wl-other-frame): New function
4756         (Original was written by Yamaoka san [wl: 09239]).
4757
4758         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4759         if `wl-folder-use-frame'.
4760
4761 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4762
4763         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4764
4765 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4766
4767         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4768         New variable.
4769         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4770         (wl-message-buffer-prefetch-get-next): Use them.
4771         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4772
4773 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4774
4775         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4776         with unwind-protect.
4777
4778         * wl-draft.el (wl-draft-reedit): Rewrite.
4779         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4780         (wl-draft-save): Insert header separator if it does not exist;
4781         Removed condition-case.
4782
4783         * wl-summary.el (wl-summary-reedit): Revert last change.
4784
4785         * wl-draft.el (wl-draft-save): Rewrite.
4786         (wl-draft-create-buffer): Set buffer-file-name as nil.
4787
4788         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4789
4790         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4791
4792         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4793         nil.
4794
4795 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4796
4797         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4798         If count is nil, do not prefetch.
4799         (wl-message-buffer-prefetch-next): Next.
4800
4801 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4802
4803         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4804
4805 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4806
4807         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4808         `delete-backward-char'
4809         (wl-draft-prepare-edit): Check major-mode.
4810         (wl-draft-decode-header): Rewrite.
4811         (wl-draft): Fix.
4812
4813 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4814
4815         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4816
4817 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4818
4819         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4820         (wl-message-buffer-prefetch-get-next): Remove size checking.
4821         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4822
4823 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4824
4825         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4826         (wl-draft-default-headers): Fix.
4827
4828 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4829
4830         * wl-draft.el (wl-draft-default-headers): Insert return value of
4831         `wl-generate-mailer-string-function'.
4832
4833 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4834
4835         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4836         (wl-draft-insert-mail-header-separator): Ditto.
4837
4838         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4839         again (Reverted the change on 2002-01-17 by OKADA san).
4840
4841 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4842
4843         * wl-draft.el (wl-draft): Rewrite.
4844         (wl-draft-create-buffer): New function.
4845         (wl-draft-create-contents): Ditto.
4846         (wl-draft-prepare-edit): Ditto.
4847         (wl-draft-decode-header): Ditto.
4848         (wl-draft-decode-body): Ditto.
4849         (wl-draft-check-new-line): Ditto.
4850         (wl-draft-default-headers): Ditto.
4851         (wl-draft-insert-mail-header-separator): Ditto.
4852
4853 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4854
4855         * Version number is increased to 2.9.6.
4856
4857 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4858
4859         * wl-draft.el (wl-draft-delete-field): Optional argument.
4860         (wl-draft-delete-fields): Ditto.
4861
4862 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4863
4864         * wl-message.el (toplevel): Eliminated byte-compile warning.
4865         for `itimer-function', `delete-timer' and `itimer-list'.
4866
4867 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4868
4869         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4870         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4871         `wl-message-buffer-prefetch-threshold'.
4872         * wl-summary.el (wl-summary-redisplay-internal): Remove
4873         the check of `wl-message-buffer-prefetch-depth'.
4874
4875 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4876
4877         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4878         size of article.
4879         (wl-message-buffer-prefetch-subr): Remove size check.
4880
4881 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4882
4883         * wl-vars.el (wl-plugged): Make customizable.
4884
4885 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4886
4887         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4888         (wl-message-buffer-prefetch-set-timer): New function.
4889         (wl-message-buffer-prefetch-get-next): New function.
4890         (wl-message-buffer-prefetch): New function.
4891         (wl-message-buffer-prefetch-next): Rewrite.
4892         (wl-message-buffer-prefetch-subr): Rewrite.
4893         * wl-vars.el (wl-auto-prefetch-first): New variable.
4894         * wl-summary.el (wl-summary-goto-folder-subr): Call
4895         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4896
4897 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4898
4899         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4900         `wl-summary-unread-message-hook'.
4901
4902 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4903
4904         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4905         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4906         if range is `cache-status'.
4907
4908 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4909
4910         * wl-message.el (wl-message-buffer-prefetch-subr):
4911         Improve debug message.
4912
4913 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4914
4915         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4916         `wl-mail-send-pre-hook'.
4917         (wl-draft-send-mail-with-qmail): Ditto.
4918         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4919
4920 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4921
4922         * wl-message.el (wl-message-buffer-prefetch-subr):
4923         Fix for cancel-function-timers bug.
4924         (wl-message-buffer-prefetch-debug): Default value is t.
4925
4926 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4929         (wl-message-buffer-prefetch-subr): Rewrite.
4930         Rename from `wl-message-buffer-prefetch'.
4931
4932 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4935         (wl-default-draft-cite-decorate-author): Ditto.
4936
4937         * wl-draft.el (wl-draft-cite-function): Removed.
4938         (wl-default-draft-cite-decorate-author): Ditto.
4939
4940 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4941
4942         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4943         (wl-default-draft-cite): Do not arrange author name if the value of
4944         `wl-default-draft-cite-decorate-author' is nil.
4945
4946 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4947
4948         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4949
4950         * wl-folder.el (wl-folder-check-one-entity): Don't care
4951         `elmo-folder-use-flag-p'.
4952
4953 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4954
4955         * wl-folder (wl-folder-check-one-entity): Fix
4956         problem if unread is nil.
4957
4958 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4959
4960         * wl-address.el (wl-address-make-completion-list): Check whether
4961         the address is a group list.
4962         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4963
4964 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4965
4966         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4967         The number of the messages of new and unread does not count
4968         correctly.
4969
4970         * wl-summary.el (wl-summary-count-unread): Changed to return
4971         `(new . unread)' instead of total.
4972         (wl-summary-sync-update): Follow the change above.
4973
4974         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4975
4976 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4977
4978         * wl-address.el (wl-address-make-completion-list): Do not enclose
4979         address by " <" and ">" if associated realname is "".
4980         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4981         This is against the promblem with group list in .addresses pointed
4982         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4983
4984 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4985
4986         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4987         message is a format control string.
4988         * wl-expire.el (wl-expire-append-log): Ditto.
4989         * wl-mime.el (wl-summary-burst-subr): Ditto.
4990         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4991         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4992
4993 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4994
4995         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4996         wl.el (wl-check-variables): Rename from `wl-check-type'.
4997         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4998         (wl-check-variables-2): New function.
4999         (wl): Call `wl-check-variables-2'.
5000
5001 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5002
5003         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5004         after renaming folder in access group.
5005
5006 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5007
5008         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5009         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5010         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5011         (wl-message-buffer-prefetch): Rewrite.
5012         (wl-message-buffer-prefetch-idle-time): Removed.
5013         * wl-summary.el (wl-summary-redisplay-internal):
5014         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5015         Error check for `wl-message-buffer-prefetch-depht'.
5016
5017 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5018
5019         * Version number is increased to 2.9.5.
5020         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5021
5022 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5023
5024         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5025         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5026         Based on the patch written by
5027         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5030
5031         * wl-draft.el (wl-draft-raw-send): Fix for
5032         `wl-news-send-pre-hook'
5033
5034 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5035
5036         * wl-utils.el (wl-message-id-function): New variable.
5037         * wl-draft.el (wl-draft-insert-required-fields):
5038         Use `wl-message-id-function'.
5039
5040 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5041
5042         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5043         * wl-utils.el (wl-draft-make-message-id-string):
5044         Use `wl-from' for domain part of Message-ID
5045         if `wl-message-id-use-wl-from' if non-nil.
5046         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5047
5048 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl.el (wl): Call `wl-check-type'
5051         Do not 'condition-case'.
5052
5053 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5054
5055         * wl.el (wl-check-type): New function.
5056         (wl-check-type-variables): New variable.
5057
5058 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5059
5060         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5061
5062 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5063
5064         * wl-draft.el (wl-smtp-password-key): New function.
5065         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5066         (wl-draft-send-mail-with-smtp): Ditto.
5067         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5068
5069 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5070
5071         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5072         * wl-utils.el (wl-unique-id-suffix): Remove.
5073
5074 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5075
5076         * Version number is increased to 2.9.4.
5077
5078 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5079
5080         * wl-utils.el (wl-unique-id-suffix): New variable.
5081         (wl-unique-id): Use `wl-unique-id-suffix'
5082
5083 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5084
5085         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5086         instead of `elmo-msgdb-search'.
5087
5088         * Version number is increased to 2.9.3.
5089
5090 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5091
5092         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5093
5094 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5095
5096         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5097         (wl-draft-dispatch-message): Changed for send-later.
5098         (wl-draft-queue-flush): Ditto.
5099         (wl-draft): Clear `wl-sent-message-queued'.
5100         (wl-draft-reedit): Ditto.
5101         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5102         * wl-vars.el (wl-draft-force-queuing): New variable.
5103         (wl-draft-force-queuing-mail): New variable.
5104         (wl-draft-force-queuing-news): New variable.
5105
5106 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5109         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5110
5111 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5112
5113         * Version number is increased to 2.9.2.
5114
5115 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * wl-draft.el (wl-draft-elide-region): New user command.
5118         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5119
5120         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5121         command `wl-draft-elide-region'.
5122         * wl-mule.el: Ditto.
5123         * wl-xmas.el: Ditto.
5124
5125 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5126
5127         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5128         (wl-biff-check-folder-async): Removed needless let.
5129
5130 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5133         wl-folder-get-elmo-folder.
5134         (wl-biff-check-folder): Set `biff' argument of
5135         `wl-folder-check-one-entity'.
5136         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5137
5138         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5139         (wl-folder-check-one-entity): Added `biff' argument;
5140         Setup `biff' slot of folder.
5141
5142         * Version number is increased to 2.9.1.
5143
5144 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5147         comment out and fixed.
5148         (wl-fldmgr-add-completion-subr): Ditto.
5149
5150         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5151         and msgdb.
5152
5153         * wl.el (wl-toggle-plugged): Save summary view.
5154
5155 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5158
5159 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5160
5161         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5162
5163 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5166         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5167         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5168
5169         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5170         if it was failed.
5171         (wl-demo): Disable undo in the demo buffer.
5172
5173 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5174
5175         * wl-version.el (wl-version): Changed codename.
5176
5177         * Version number is increased to 2.9.0.
5178
5179 2001-12-14  Takuo KITAME <kitame@northeye.org>
5180
5181         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5182         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5183         (wl-folder-mark-as-read-all-current-entity): Ditto.
5184
5185 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-vars.el (wl-from-width): Define as obsolete variable.
5188         (wl-subject-length-limit): Ditto.
5189
5190         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5191
5192         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5193         wl-summary-save-view.
5194
5195         * wl.el (wl-save-status): Ditto.
5196         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5197
5198         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5199         (wl-summary-exit): Follow the change above.
5200         (wl-summary-goto-folder-subr): Ditto.
5201
5202         * wl-folder.el (wl-folder-create-subr): Don't use
5203         `elmo-folder-creatable-p'.
5204
5205 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5208
5209 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5212         rather than bitmap on Emacs 21.
5213         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5214         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5215         for xbm if the new redisplay engine is not available.
5216
5217 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-folder.el (wl-folder-init-hook): New hook.
5220         (wl-folder-init): Run `wl-folder-init-hook'.
5221
5222 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5225
5226 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5227
5228         * wl-acap.el (wl-acap-cache-filename): New variable.
5229         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5230         (wl-acap-init): Use cache if no ACAP server found.
5231
5232 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5233
5234         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5235         `wl-acap-original-msgdb-dir'.
5236
5237         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5238         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5239
5240         * wl-mime.el (wl-mime-save-directory): Renamed from
5241         `wl-mime-save-dir'.
5242
5243 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5246
5247         * wl-demo.el: Require `path-util'.
5248         (wl-demo-bitmap-mule-available-p): New internal variable.
5249         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5250         `module-installed-p' instead.
5251         (wl-demo-insert-image): Use *.img file for a bitmap image.
5252         (wl-demo): Don't call the ascii demo recursively.
5253
5254 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5255
5256         * Version number is increased to 2.7.7.
5257
5258 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl.el (wl-exit): Eliminated byte-compile warning.
5261
5262 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5263
5264         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5265         obsolete variable using `elmo-define-obsolete-variable'.
5266         (wl-fetch-confirm-threshold): Ditto.
5267         (wl-cache-prefetch-folder-type-list): Ditto.
5268         (wl-cache-prefetch-folder-list): Ditto.
5269
5270 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5273         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5274         (wl-demo-insert-image): New function.
5275         (wl-demo-insert-text): New function.
5276         (wl-demo-image-type-alist): Redefine as a function.
5277         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5278         (wl-demo-with-temp-file-buffer): Removed.
5279         (wl-logo-xpm): Removed.
5280         (wl-logo-xbm): Removed.
5281         (wl-logo-bitmap): Removed.
5282
5283 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5284
5285         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5286         (wl-expire-localdir-get-folder-function): New user option.
5287         (wl-expire-localdir-get-folder): New function.
5288         (wl-expire-localdir-date): Ditto.
5289
5290 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5291
5292         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5293         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5294         Fixed unread number mismatch when all-unread < unread.
5295
5296 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5299         (wl-fetch-confirm-threshold): Ditto.
5300
5301         * wl-summary.el (wl-summary-confirm-appends): Removed.
5302         (wl-summary-sync-update): Don't refer
5303         `wl-summary-update-confirm-threshold' (It is now abolished).
5304
5305         * wl-message.el (wl-message-display-internal): Don't refer
5306         `wl-fetch-confirm-threshold' (It is now abolished).
5307
5308 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5311
5312 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5313
5314         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5315         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5316         Change default value to nil.
5317         (wl-summary-indent-length-limit): The value can be nil, nil means
5318         unlimited.
5319
5320         * wl-summary.el: Don't set limit for indent length if the value of
5321         wl-summary-indent-length-limit is nil.
5322         If the value of wl-summary-width is nil, it means only that the width
5323         of summary is unlimited (nil doesn't mean that the indent length is
5324         unlimited).
5325
5326         * wl-thread.el: Ditto.
5327
5328 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5329
5330         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5331         be nil, nil means never confirm.
5332         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5333
5334 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5335
5336         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5337         means unlimited).
5338
5339 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5340
5341         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5342         Use `with-temp-buffer'.
5343
5344 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5345
5346         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5347         with new backquote style).
5348         (wl-folder-get-entity-from-buffer): Ditto.
5349
5350 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5351
5352         * wl-version.el (nemacs-version): Eliminated.
5353         (wl-extended-emacs-version2): Ignore nemacs.
5354         (wl-extended-emacs-version3): Ditto.
5355
5356 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5357
5358         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5359         (wl-draft-add-in-reply-to): New variable.
5360         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5361         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5362         (wl-draft-yank-from-mail-reply-buffer): Use
5363         `wl-draft-add-in-reply-to'.
5364         (wl-draft-insert-current-message): Ditto.
5365
5366 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5367
5368         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5369         typo (kill->hide).
5370         (wl-message-buffer-prefetch-folder-type-list): Added elements
5371         `mark' and `cache' instead of `internal'.
5372
5373 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5374
5375         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5376         resume msgdb directory.
5377
5378 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl.el (wl-exit): Call `wl-acap-exit'.
5381
5382         * wl-summary.el (wl-summary-message-string): New function.
5383         (wl-summary-reedit): Use it.
5384         (wl-summary-resend-bounced-mail): Remove needless let.
5385         (wl-summary-supersedes-message): Ditto.
5386         (wl-summary-save): Ditto.
5387
5388         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5389         (wl-acap-init): Set it.
5390         (wl-acap-exit): New function.
5391
5392 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5393
5394         * wl.el (wl-init): Revert (require 'mime-setup). move from
5395         toplevel.
5396
5397 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5398
5399         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5400         local variables.  Add error when guess function return invalid
5401         value.
5402
5403 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5404
5405         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5406         Change local variable name.
5407         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5408         (wl-folder-get-newsgroups): Return nil when non-news folder.
5409         * wl-summary.el (wl-summary-write-current-folder): State through
5410         when guess-list return nil.
5411         (wl-summary-write-current-folder-functions): Fixed docstring.
5412
5413         * wl.el (wl-exit): Changed confirm message.
5414
5415         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5416         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5417
5418         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5419
5420 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5421
5422         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5423         user option (Renamed from wl-cache-prefetch-folder-type-list).
5424         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5425         from wl-cache-prefetch-folder-list).
5426
5427         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5428         Move to wl-vars.el.
5429         (wl-message-buffer-prefetch-p): Changed to enable
5430         `wl-message-buffer-prefetch-folder-list'.
5431
5432         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5433         `ignore-cache'.
5434
5435 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5436
5437         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5438         `part-top' and `part-bottom'.
5439         (wl-draft-config-sub-part-top): New function.
5440         (wl-draft-config-sub-part-bottom): New function.
5441
5442 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5443
5444         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5445
5446 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5447
5448         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5449
5450 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5451
5452         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5453
5454         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5455         (wl-summary-write-current-folder): Ditto.
5456
5457 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5458
5459         * wl-folder.el (wl-folder-get-newsgroups): Use
5460         `elmo-folder-newsgroups'.
5461
5462 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5463
5464         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5465         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5466         `wl-draft-config-sub-header-bottom'.
5467
5468 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5469
5470         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5471         localnews folder.
5472
5473 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5474
5475         * wl-summary.el (wl-summary-mode): Undo last change.
5476
5477         * wl-folder.el (wl-folder-mode): Ditto.
5478
5479 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5480
5481         * wl-summary.el (wl-summary-mode): Locally set
5482         truncate-partial-window-width to nil.
5483         (for XEmacs)
5484
5485         * wl-folder.el (wl-folder-mode): Ditto.
5486
5487 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5490
5491 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5494         number.
5495
5496         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5497
5498         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5499
5500         * Version number is increased to 2.7.6.
5501
5502 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5503
5504         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5505
5506 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5507
5508         * wl-summary.el (wl-summary-sync-update): Enclose network
5509         related portion with `unwind-protect'.
5510
5511 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5512
5513         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5514
5515 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5516
5517         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5518         element.
5519         * wl-vars.el (wl-message-body-button-alist): Ditto.
5520
5521         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5522         max match length.
5523         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5524
5525         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5526         for the max match length;
5527         Use 4th element value for the button string regexp group.
5528
5529         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5530         candidate exists, prompt to select.
5531
5532 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5533
5534         * wl-summary.el (wl-summary-jump-to-msg): Search before
5535         calibration point by `beginning-of-line'.
5536
5537 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5538
5539         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5540         for access group.
5541
5542 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5543
5544         * wl-message.el (wl-message-display-internal): Bind
5545         `default-mime-charset'.
5546
5547         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5548
5549         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5550
5551         * Version number is increased to 2.7.5.
5552
5553 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5554
5555         * wl-expire.el (wl-summary-archive): Fixed;
5556         Use `elmo-folder-name-internal'.
5557
5558 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5559
5560         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5561         from `elmo-folder-move-messages' caller.
5562         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5563
5564         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5565         related portions are changed).
5566
5567 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5568
5569         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5570         counter.
5571
5572 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5573
5574         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5575         buffer local and set it to nil.
5576
5577         * wl-message.el (wl-message-redisplay): Ditto.
5578
5579 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-summary.el (wl-summary-mark-as-important): If message is
5582         already cached, set messag as read, otherwise encache and mark as read.
5583
5584 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5585
5586         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5587         point-min.
5588
5589 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5592         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5593         a keymap.
5594
5595 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5596
5597         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5598         parent.
5599
5600         * wl-mule.el (wl-message-define-keymap): Ditto.
5601
5602         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5603
5604         * wl-xmas.el (wl-message-display-internal-hook): Define.
5605         (wl-xmas-setup-message-toolbar): Define as function.
5606         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5607         (wl-message-overload-functions): Abolished.
5608         (wl-message-define-keymap): New function.
5609
5610         * wl-vars.el (wl-message-display-internal-hook): New variable.
5611         (wl-message-header-button-alist): New variable (Renamed from
5612         wl-highlight-message-header-button-alist).
5613         (wl-message-body-button-alist): Ditto.
5614
5615         * wl-mule.el (wl-message-define-keymap): New function.
5616         (wl-message-overload-functions): Abolished.
5617
5618         * wl-message.el (wl-message-add-buttons-to-body): New function.
5619         (wl-message-redisplay): Don't call wl-message-overload-functions;
5620         Call wl-message-add-buttons-to-header and
5621         wl-message-add-buttons-to-body.
5622         (wl-message-display-internal): Set keymap argument for
5623         elmo-mime-display-as-is, elmo-mime-message-display;
5624         Run wl-message-display-internal-hook.
5625         (wl-message-refer-article-or-url): Abolished.
5626
5627         * wl-highlight.el (wl-highlight-headers): Don't call
5628         wl-highlight-message-add-buttons-to-header.
5629         (wl-highlight-message-add-buttons-to-header): Abolished.
5630
5631
5632         * wl-e21.el (wl-message-display-internal-hook): Define.
5633         (wl-e21-setup-toolbar): Deleted duplicated binding.
5634         (wl-e21-setup-message-toolbar): Define as function.
5635         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5636         (wl-message-define-keymap): New function.
5637         (wl-message-overload-functions): Abolished.
5638
5639 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5640
5641         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5642         and elmo-folder-close.
5643
5644         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5645
5646 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5647
5648         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5649         boolean value.
5650         * wl-draft.el (wl-draft-do-fcc): Ditto.
5651
5652 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5653
5654         * wl-vars.el (wl-fcc-force-as-read): New variable.
5655         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5656         mark copied message as read.
5657
5658 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5659
5660         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5661
5662 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5663
5664         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5665         `wl-summary-target-above' instead of obsolete variable
5666         `wl-summary-temp-above'.
5667
5668         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5669         instead of `make-obsolete-variable'.
5670         * wl-refile.el (toplevel): Ditto.
5671
5672 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5675         with third argument t.
5676         (wl-draft): Set first argument for wl-plugged-init as t.
5677
5678         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5679         definition.
5680
5681 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5682
5683         * wl-vars.el: Tabify.
5684         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5685
5686         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5687         message.
5688
5689 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5690
5691         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5692         and set default to beep.
5693
5694 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5695
5696         * wl-vars.el (wl-draft-truncate-lines): New variable.
5697
5698         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5699         instead of wl-message-truncate-lines for truncate-lines.
5700
5701 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-message.el (wl-message-display-internal): Call
5704         `wl-highlight-message' after `elmo-mime-display-as-is'.
5705
5706         * wl-mime.el (wl-mime-display-text/plain): New function.
5707         (wl-mime-display-header): Ditto.
5708         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5709         body-presentation-method for text/plain;
5710         Register `wl-mime-display-header' as a header-presentation-method;
5711         Don't set up `elmo-message-text-content-inserted-hook' and
5712         `elmo-message-header-inserted-hook'.
5713
5714         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5715         variable.
5716         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5717         as t if flag is 'all-header;
5718         Don't bind `elmo-message-ignored-field-list',
5719         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5720
5721 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5724         for xemacs with non-mule environment.
5725
5726 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5727
5728         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5729         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5730         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5731
5732 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5733
5734         * wl-vars.el (wl-interactive-send): Set default value as t.
5735
5736 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5737
5738         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5739         (wl-addrmgr-method-list): Abolished.
5740         (wl-addrmgr-change-method): Follow above change.
5741
5742         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5743
5744 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5745
5746         * wl-vars.el (wl-message-truncate-lines): Change default value
5747         to default-truncate-lines.
5748
5749         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5750
5751 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5752
5753         * wl-vars.el (wl-message-truncate-lines): New variable.
5754
5755         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5756         wl-message-truncate-lines.
5757
5758 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5759
5760         * wl-acap.el (wl-acap-init): Remove period from error message.
5761         (wl-acap-find-acap-service): Remove period from message.
5762
5763 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5764
5765         * wl.el (wl-check-environment): Undo last change.
5766
5767         * wl-vars.el (wl-from): Changed default value.
5768
5769         * wl-util.el (toplevel): Don't require tm-edit.
5770
5771         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5772         `wl-folder-init';
5773         Don't set mark on mail body.
5774         (wl-draft-reedit): Ditto.
5775
5776         * wl-address.el (wl-address-quote-specials): Define as an alias for
5777         elmo-address-quote-specials.
5778
5779 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5782
5783         * wl-vars.el (wl-from): Set default value as nil.
5784         (wl-organization): Set default value as ORGANIZATION environment
5785         variable.
5786
5787         * wl-draft.el (wl-smtp-extension-bind): Check value of
5788         wl-smtp-connection-type.
5789
5790         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5791         error.
5792
5793 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5794
5795         * Version number is increased to 2.7.4.
5796
5797         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5798         arguments from `wl-highlight-x-face-function' caller.
5799         Use x-face-1.3.6.12 or later.
5800
5801 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5802
5803         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5804
5805 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5806
5807         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5808         (wl-fcc): Fix to accept function.
5809         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5810
5811 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5812
5813         * wl-acap.el (toplevel): Added `product-provide' declare.
5814         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5815
5816 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl.el (wl): Changed order of calling `elmo-init'
5819         and `elmo-folder-init'.
5820
5821 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5822
5823         * wl-mime.el (wl-summary-burst): Extract message when content-type
5824         of root entity is not only `multipart' but also `message/rfc822'.
5825         (wl-summary-burst-subr): Ditto.
5826
5827 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5828
5829         * wl-vars.el (toplevel): Require 'custom.
5830         (wl-trash-folder): Added to `wl-setting' group.
5831
5832         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5833         exists.
5834         (wl-addrmgr-draw): Insert empty line when no entry exists.
5835
5836         * wl-mule.el (wl-message-wheel-up): Fixed.
5837         (wl-message-wheel-down): Ditto.
5838
5839 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5840
5841         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5842         config is an anonymous lambda expression.
5843
5844 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5847         when Mule 2 is running.
5848
5849 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5852
5853 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5856         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5857
5858         * wl-address.el (wl-address-specials-regexp): Eliminated.
5859         (wl-address-quote-specials): Rewrite.
5860
5861 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5864         shy-groups for regexp.
5865
5866         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5867         character classes and Perl style shy-groups for regexp.
5868         (wl-highlight-plugged-current-line): Use Posix style character
5869         classes for regexp.
5870         (wl-e21-highlight-folder-by-numbers): Ditto.
5871         (wl-e21-display-image-p): Use `display-images-p' instead of
5872         `display-graphic-p'.
5873         (display-images-p): Make an alias to `display-graphic-p' if it is
5874         not available.  It is for Emacs version prior to 21.0.105.
5875
5876         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5877         `display-graphic-p'.
5878         (wl-demo-image-type-alist): Ditto.
5879         (display-images-p): Make an alias to `display-graphic-p' if it is
5880         not available.  It is for Emacs version prior to 21.0.105.
5881
5882 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5883
5884         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5885         support.
5886         (wl-generate-user-agent-string): Ditto.
5887
5888         * wl-version.el (wl-version): Update docsting.
5889         (wl-version-status): Ditto.
5890
5891 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5892
5893         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5894         21.0.105.  For Emacs 21.0.104 or earlier.
5895
5896 2001-09-03  Takuo KITAME <kitame@northeye.org>
5897
5898         * wl-e21.el (wl-plugged-init-icons): Use
5899         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5900         (wl-biff-init-icons): Ditto.
5901
5902 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-highlight.el (wl-highlight-summary-current-line):
5905         Fixed highlighting refile/copy destination.
5906
5907         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5908         (wl-acap-store): Encode string by wl-acap-coding-system.
5909
5910 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5911
5912         * wl-acap.el (toplevel): Check and require 'un-define before
5913         'xemacs-ucs;
5914          Added checking for UTF-2000.
5915
5916 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5919         Don't enclose with `eval-and-compile'.
5920
5921         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5922         wl-init is non-nil.
5923
5924         * wl-draft.el (wl-draft): Ditto.
5925
5926         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5927
5928         * wl-acap.el (toplevel): Require 'wl.
5929         (wl-acap-store): Call `elmo-init'.
5930
5931         * wl.el (wl): Changed position of `wl-check-environment'.
5932         (toplevel): Added autoload setting for wl-acap.
5933
5934         * wl-vars.el (wl-setting): New custom group.
5935         (wl-from): Added wl-setting group.
5936         (wl-user-mail-address-list): Ditto.
5937         (wl-organization): Ditto.
5938         (wl-subscribed-mailing-list): Ditto.
5939         (wl-envelope-from): Ditto.
5940         (wl-smtp-posting-user): Ditto.
5941         (wl-smtp-posting-server): Ditto.
5942         (wl-smtp-posting-port): Ditto.
5943         (wl-smtp-authenticate-type): Ditto.
5944         (wl-pop-before-smtp-user): Ditto.
5945         (wl-pop-before-smtp-server): Ditto.
5946         (wl-pop-before-smtp-port): Ditto.
5947         (wl-pop-before-smtp-authenticate-type): Ditto.
5948         (wl-nntp-posting-server): Ditto.
5949         (wl-nntp-posting-user): Ditto.
5950         (wl-nntp-posting-port): Ditto.
5951         (wl-fetch-confirm-threshold): Ditto.
5952         (wl-prefetch-threshold): Ditto.
5953         (wl-thread-insert-opened): Ditto.
5954         (wl-ldap-server): Ditto.
5955         (wl-ldap-port): Ditto.
5956         (wl-ldap-base): Ditto.
5957         (wl-ldap-objectclass): Ditto.
5958         (wl-use-ldap): Ditto.
5959         (wl-draft-config-alist): Ditto.
5960         (wl-draft-config-matchone): Ditto.
5961         (wl-template-alist): Ditto.
5962         (wl-message-sort-field-list): Ditto.
5963         (wl-message-ignored-field-list): Ditto.
5964         (wl-message-visible-field-list): Ditto.
5965         (wl-interactive-send): Ditto.
5966         (wl-summary-move-order): Ditto.
5967         (wl-auto-select-first): Ditto.
5968         (wl-auto-select-next): Ditto.
5969         (wl-interactive-save-folders): Ditto.
5970
5971         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5972         Initialization codes are moved from wl-local-folder-init.
5973         (wl-local-folder-init): Follow the change above.
5974         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5975
5976         * wl-acap.el: New file.
5977
5978         * Version number is increased to 2.7.3.
5979
5980 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5981
5982         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5983
5984 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5985
5986         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5987         (wl-addrmgr-address-entry-list): Ditto.
5988
5989 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5990
5991         * wl-e21.el (wl-draft-mode-map): Removed binding for
5992         `wl-draft-insert-x-face-field'.
5993
5994         * wl-mule.el (wl-draft-mode-map): Ditto.
5995
5996         * wl-xmas.el (wl-draft-mode-map): Ditto.
5997
5998         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5999         (wl-cs-autoconv): Ditto.
6000         (wl-cs-local): Ditto.
6001         (wl-use-scoring): Ditto.
6002         (wl-mime-charset): Ditto.
6003         (wl-folder-check-async): Ditto.
6004
6005         * wl.el (toplevel): Ignore nemacs and tm.
6006         (wl-exit): Ditto.
6007
6008         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6009         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6010         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6011         instead of wl-address-petname-add-or-change.
6012         (wl-summary-edit-addresses-subr): Use wl-address-delete
6013         instead of wl-address-petname-delete.
6014
6015         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6016
6017         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6018         if error occured.
6019
6020         * wl-message.el (require): Remove tm support.
6021
6022         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6023
6024         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6025         (wl-folder-jump-to-current-entity): Ditto.
6026         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6027
6028         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6029         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6030         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6031
6032         * wl-mule.el (wl-draft-key-setup): Ditto.
6033
6034         * wl-xmas.el (wl-draft-key-setup): Ditto.
6035
6036         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6037         (wl-draft-std11-parse-addresses): New function.
6038         (wl-draft-parse-mailbox-list): Use it.
6039         (wl-draft): Ignore nemacs.
6040         (wl-draft-reedit): Ditto.
6041
6042         * wl-addrmgr.el: New file.
6043         (Original is wl-rcpt.el written by
6044         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6045         Thanks Kitamoto-san.)
6046
6047         * wl-address.el (wl-address-make-address-list): Modified parsing
6048         process.
6049         (wl-address-delete): Renamed from `wl-address-petname-delete';
6050         Modify wl-address-list too.
6051         (wl-address-add-or-change): Renamed from
6052         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6053
6054 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6055
6056         * wl-highlight.el (wl-highlight-summary-current-line):
6057           Work with transient-mark-mode
6058
6059 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6060
6061         * Version number is increased to 2.7.2.
6062
6063         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6064         instead of elmo-dop-queue-method.
6065
6066 2001-08-06  SAITO Atsunori <sai@yedo.com>
6067
6068         * wl-vars.el (wl-ldap-objectclass): New user option.
6069
6070         * wl-address.el (wl-ldap-make-filter): Use it.
6071
6072 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6075
6076 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-folder.el (wl-folder): redisplay after folder insertion.
6079
6080         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6081
6082         * wl-summary.el (wl-summary-sync-update):
6083         Change status mark only when new-msgdb exists.
6084         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6085
6086 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6087
6088         * wl-summary.el (wl-summary-open-folder): New function.
6089         (wl-summary-goto-folder-subr): Use it.
6090         (wl-summary-mark-as-important): Fix;
6091         Encache only when no cache exists.
6092
6093 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6094
6095         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6096         Use with-current-buffer.
6097
6098 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6099
6100         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6101         before call `get-buffer'. Fixed parenthesis.
6102         (wl-score-get-header-entry): Clear message and help window when
6103         keyboard quit.
6104         (wl-score-edit-insert-header): Ditto.
6105
6106 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6107
6108         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6109         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6110         (wl-default-draft-cite): Fix.
6111
6112         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6113         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6114
6115 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * wl-message.el (wl-message-prev-page): Do same bahavior
6118         as summary when it is called in the message buffer.
6119         (wl-message-next-page): Ditto.
6120
6121 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6122
6123         * wl-summary.el (wl-summary-forward): Use cache if it is not
6124         section cache.
6125
6126 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6127
6128         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6129         Removed redundant require of elmo-vars.
6130         (wl-biff-state-indicator-on): Changed default value for
6131         xemacs with non-mule environment.
6132
6133         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6134         wl-message-buffer is nil;
6135         Hide progress bar after moving messages.
6136
6137 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6140         message at cursor point is deleted.
6141
6142 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-vars.el: Changed file coding system to euc-japan.
6145         Added -*-coding:-*- magic to the first line.
6146
6147         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6148         Search parent from the first message.
6149
6150         * Version number is increased to 2.7.1.
6151
6152 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6153
6154         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6155
6156 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6159         refile/delete execution.
6160
6161         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6162         Fixed docstring.
6163
6164 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6165
6166         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6167         do update process;
6168         Don't update marks when update process is interrupted.
6169
6170 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * wl-summary.el (wl-summary-reply): Fixed problem when
6173         wl-draft-use-frame is non-nil.
6174         (wl-summary-forward): Ditto.
6175
6176         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6177         as nil.
6178         (wl-folder-mark-as-read-all-entity): Ditto.
6179         (wl-folder-prefetch-entity): Ditto.
6180
6181         * wl.el (wl): Check environment before wl-init.
6182
6183         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6184         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6185         instead of wl-summary-collect-unread.
6186         (wl-summary-reply): Split message window.
6187
6188 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6191         only if current language environment is japanese,
6192
6193         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6194         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6195         (wl-folder-goto-folder-subr): Ditto.
6196
6197         * wl-draft.el (wl-draft-dispatch-message): Call
6198         `elmo-file-cache-get-path'.
6199
6200 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6201
6202         * wl-summary.el (wl-summary-cursor-move): If return value of
6203         wl-summary-next-message is not number, don't jump.
6204
6205 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6206
6207         * wl-summary.el (wl-summary-buffer-next-message-function): New
6208         variable.
6209         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6210         if it is bound.
6211
6212         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6213         string.
6214
6215         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6216         (wl-plugged-drawing): Ditto.
6217
6218 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6221         process.
6222         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6223         with unwind-protect.
6224
6225         * wl.el (wl-init): Require mime-setup.
6226         (wl-check-environment): Don't require mime-setup.
6227
6228         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6229         instead of elmo-folder-type.
6230
6231         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6232         value as nil.
6233
6234 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * Version number is increased to 2.7.0.
6237
6238         * wl-version.el (wl-version): Changed codename.
6239
6240         * wl-summary.el (wl-summary-delete-cache): Fixed.
6241
6242         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6243         Workaround for net folders.
6244         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6245
6246         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6247         value to nil (According to the patch from
6248         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6249
6250         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6251         of elmo-folder-close.
6252
6253 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6254
6255         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6256         for postfix.
6257
6258 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-summary.el (wl-summary-resend-message): Fixed.
6261
6262         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6263         Call wl-draft with `from' argument if its address is included in
6264         `wl-user-mail-address-list'.
6265         (wl-draft): Added `from' argument.
6266
6267         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6268         non-nil.
6269         (wl): Don't show demo if wl-demo is nil.
6270
6271         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6272         wl-summary-use-frame.
6273
6274         * wl-vars.el (wl-summary-use-frame): New user option.
6275         (wl-folder-use-frame): Changed docstring.
6276
6277         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6278         non-nil.
6279         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6280         wl-summary-use-frame.
6281
6282         * wl-vars.el (wl-folder-use-frame): New user option.
6283
6284         * wl-summary.el (wl-summary-exit): Back to folder frame if
6285         wl-folder-use-frame is non-nil.
6286         (wl-summary-redisplay-internal): Ignore cache if current folder
6287         is draft folder,
6288         (wl-summary-redisplay-no-mime): Ditto.
6289         (wl-summary-redisplay-all-header): Ditto.
6290
6291         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6292         if wl-folder-use-frame is non-nil.
6293
6294 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6295
6296         * wl-summary.el (wl-summary-sync-update): Bind
6297         elmo-folder-update-threshold.
6298         (wl-summary-mark-as-important): Enclosed server mark processing
6299         with `save-match-data'.
6300
6301         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6302         only when it is already defined.
6303
6304 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6305
6306         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6307         name of folder exclude localdir is wrong.
6308         * wl-folder.el (wl-folder-sync-entity):
6309         Set `wl-summary-always-sticky-folder-list' as nil.
6310         (wl-folder-mark-as-read-all-entity): Ditto.
6311         (wl-folder-prefetch-entity): Ditto.
6312
6313 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6314
6315         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6316         instead of `wl-summary-write-current-newsgroup'.
6317
6318 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6319
6320         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6321         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6322         non-nil and selected message is important, do not display.
6323
6324 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6327
6328 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6329
6330         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6331
6332         * wl-summary.el (wl-summary-mark-as-important): Set message number
6333         using wl-summary-message-number.
6334
6335 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6336
6337         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6338         destination folder is 'null.
6339
6340 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6343         New function.
6344         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6345         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6346         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6347
6348 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6349
6350         * wl-mime.el (wl-mime-setup): Added setting for
6351         `mime-setup-signature-key-alist' to avoid overriding key bind for
6352         `wl-draft-send'.
6353
6354         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6355         for `wl-draft-send'.
6356         * wl-mule.el (wl-draft-overload-functions): Ditto.
6357         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6358         * wl-draft.el (wl-draft-send): Ditto.
6359
6360         * wl-message.el (wl-message-display-internal):
6361         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6362         (Patch is provided by <kita@coe.nttdata.co.jp>).
6363
6364 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6367
6368 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6369
6370         * wl.el (wl): Fix for wl-demo.
6371
6372 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6375
6376 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6377
6378         * wl-folder.el (wl-folder-prefetch-entity): Use
6379         `wl-folder-get-elmo-folder'.
6380         (wl-folder-count-incorporates): Do not use
6381         `wl-folder-get-elmo-folder'.
6382
6383 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6386         instead of `elmo-folder-get-type'.
6387
6388 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6389
6390         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6391         position on Subject: field.
6392         (Advised by Mito <mit@nines.nec.co.jp>)
6393
6394 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6395
6396         * wl-folder.el (wl-folder-prefetch-entity): Use
6397         `wl-folder-get-elmo-folder'.
6398
6399 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6402
6403         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6404         `process-duplicates' slot.
6405
6406         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6407         if detection failed.
6408
6409 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6410
6411         * wl-version.el (wl-version-status): Set to "alpha".
6412
6413 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6416         Check wl-message-buffer lives before set-buffer.
6417
6418 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6419
6420         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6421         called in folder mode.
6422         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6423         * wl-summary.el (wl-summary-exit-pre-hook): Run
6424         `wl-summary-exit-pre-hook' before exit summary mode.
6425
6426 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6427
6428         * wl-version.el (wl-version-status): New variable.
6429         (wl-version-status-alist): Removed.
6430         (wl-version-status): Rule included.
6431
6432 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6435         @sponichi.
6436
6437         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6438         when `mail-reply-buffer' is buffer-local variable.
6439         (Reported by <kita@coe.nttdata.co.jp>).
6440
6441 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl-vars.el (toplevel): Require 'elmo-util.
6444
6445 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6448         (All other related portions are changed)
6449
6450         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6451
6452         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6453
6454 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6455
6456         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6457
6458 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6459
6460         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6461         Delete other windows to avoid an error.
6462         Use `point-marker' instead of `point' to remember the start point
6463         of body.
6464
6465         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6466
6467         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6468         number not to exceed all message number.
6469
6470 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6471
6472         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6473         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6474
6475 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6476
6477         * wl-summary.el (wl-summary-sync-force-update): Added argument
6478         no-check.
6479         (wl-summary-sync-update): Ditto.
6480         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6481         with `no-check'.
6482
6483         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6484         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6485         already running.
6486
6487 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6488
6489         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6490         `dst-folder-arg'.
6491         (wl-expire-archive-number1): Diito.
6492         (wl-expire-archive-number2): Diito.
6493         (wl-expire-archive-Date): Diito.
6494         (wl-archive-number1): Diito.
6495         (wl-archive-number2): Diito.
6496         (wl-archive-date): Diito.
6497         (wl-archive-folder-p): New function.
6498         (wl-summary-expire): Support of expand folder name at
6499         wl-expire-alist.
6500         * wl-util.el (wl-expand-newtext): Renamed from
6501         `wl-refile-expand-newtext'.
6502
6503 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6504
6505         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6506         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6507         `(elmo-msgdb-get-overview msgdb)'.
6508         (wl-summary-prefetch): Bind match data before call
6509         `wl-summay-prefetch-msg'.
6510         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6511         'off if `wl-summary-buffer-disp-msg' is non-nil.
6512         Fixed problem that couldn't show only one new or unread message when
6513         enter folder.
6514         (wl-summary-reply): Don't call `split-window-vertically' and other
6515         window.
6516
6517 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-expire.el (wl-expire-refile): Fixed.
6520
6521 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6524
6525         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6526         biff notification is removed.
6527
6528         * wl.el (wl): Changed position of `elmo-init'.
6529
6530         * wl-draft.el (wl-default-draft-cite): Use date field
6531         on the citation buffer.
6532
6533         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6534
6535         * wl-xmas.el (wl-folder-internal-icon-list): Added
6536         `wl-folder-shimbun-image'.
6537
6538         * wl-e21.el (wl-folder-internal-icon-list): Added
6539         `wl-folder-shimbun-image'.
6540
6541 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6542
6543         * wl.el (wl-init): Eliminated argument.
6544         (wl): Rewrite.
6545
6546         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6547         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6548         instead of `elmo-folder-msgdb-internal'.
6549         (wl-summary-sync-update): Ditto.
6550         (wl-summary-flush-pending-append-operations): Eliminated.
6551         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6552         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6553         `elmo-folder-open'.
6554
6555         * wl-mime.el (wl-summary-burst): Fixed.
6556
6557         * wl-folder.el (wl-folder-info-save): Check data type.
6558
6559         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6560         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6561         instead of `elmo-folder-msgdb-internal'.
6562         (wl-expire-hide): Ditto.
6563
6564
6565         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6566
6567 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6568
6569         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6570
6571 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6574
6575 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6576
6577         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6578         Fixed `match-beginning' argument mismatch.
6579
6580 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6581
6582         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6583         the default value.
6584
6585 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6588         instead of `elmo-nntp-default-port'.
6589
6590         * wl-vars.el: Fixed some doc strings.
6591
6592 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * wl-summary.el (wl-summary-prefetch-msg): Use
6595         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6596
6597         * wl-vars.el: Define *-func as obsolete variable using
6598         `elmo-define-obsolete-variable'.
6599
6600         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6601         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6602         instead of `wl-message-buffer-prefetch-threshold'.
6603
6604         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6605
6606         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6607
6608         * wl-draft.el (wl-caesar-region-func): Ditto.
6609
6610         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6611         Keep unread status in elmo-folder-move-messages.
6612         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6613
6614 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6615
6616         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6617         `wl-summary-buffer-exit-func'
6618         (wl-summary-buffer-message-redisplay-function): Renamed from
6619         `wl-summary-buffer-message-redisplay-func'
6620         (wl-summary-buffer-next-folder-function): Renamed from
6621         `wl-summary-buffer-next-folder-func'.
6622         (wl-summary-buffer-prev-folder-function): Renamed from
6623         `wl-summary-buffer-prev-folder-func'.
6624         (wl-summary-get-petname-function): Renamed from
6625         `wl-summary-get-petname-func'.
6626
6627         * wl-score.el (wl-score-edit-exit-function): Renamed from
6628         `wl-score-edit-exit-func'.
6629
6630         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6631         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6632
6633         * wl-util.el (wl-load-profile-function): Renamed from
6634         `wl-load-profile-func'.
6635
6636         * wl-folder.el (wl-folder-completion-function): Renamed from
6637         `wl-folder-completion-func'.
6638         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6639
6640         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6641         `wl-expire-archive-get-folder-func'.
6642         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6643         (wl-draft-send-mail-function): Renamed from
6644         `wl-draft-send-mail-func'.
6645         (wl-draft-send-news-function): Renamed from
6646         `wl-draft-send-news-func'.
6647         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6648         (wl-generate-mailer-string-function): Renamed from
6649         `wl-generate-mailer-string-func'.
6650         (wl-highlight-signature-search-function): Renamed from
6651         `wl-highlight-signature-search-func'.
6652         (wl-highlight-x-face-function): Renamed from
6653         `wl-highlight-x-face-func'
6654         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6655         (wl-ps-print-buffer-function): Renamed from
6656         `wl-ps-print-buffer-func'
6657         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6658         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6659         (wl-summary-subject-filter-function): Renamed from
6660         `wl-summary-subject-filter-func'.
6661
6662         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6663         `wl-draft-queue-flush-send-func'
6664         (wl-draft-cite-function): Renamed from
6665         `wl-draft-cite-func'
6666
6667         * wl-address.el (wl-address-init-function): Renamed from
6668         `wl-address-init-func'.
6669
6670 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-draft.el (wl-draft-queue-flush): Don't call
6673         `elmo-dop-unlock-message'.
6674         * wl-draft.el (wl-draft-queue-append): Don't call
6675         `elmo-dop-lock-message'.
6676
6677         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6678         (wl-summary-buffer-folder-name): Ditto.
6679         (wl-summary-message-regexp): Added '-' (all other related portions
6680         are changed).
6681         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6682         wl-summary-buffer-folder-name.
6683
6684 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6685
6686         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6687         the number of mails in the folder buffer is not updated by wl-biff.
6688
6689 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6690
6691         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6692         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6693
6694 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-summary.el (wl-summary-next-message):
6697         Return next message number when wl-summary-move-order is nil.
6698
6699 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6700
6701         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6702         `wl-summary-move-spec-alist'.
6703         (wl-summary-move-spec-unplugged-alist): New variable
6704         (Move spec for unplugged status).
6705         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6706         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6707
6708 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6709
6710         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6711         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6712
6713 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6714
6715         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6716         simple quotation to quote the anonymous function.
6717         * tm-wl.el (wl-draft-preview-message): Ditto.
6718
6719 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6720
6721         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6722         Eliminate redundant `save-excursion'.
6723         (wl-highlight-summary-current-line): Ditto.
6724
6725         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6726         accessing match data when `looking-at' failed.
6727
6728         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6729         `elmo-match-string' where users don't care about the speed.
6730         (wl-draft-save): Ditto.
6731
6732 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6733
6734         * wl-util.el (wl-regexp-opt): New function.
6735
6736         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6737         number from `wl-summary-buffer-number-list'.
6738         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6739         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6740         (wl-summary-move-spec-alist): Changed default setting.
6741
6742 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6743
6744         * wl-vars.el (wl-biff-notify-hook): New hook.
6745         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6746         the arrival of new mail.
6747         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6748         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6749
6750 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6751
6752         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6753
6754 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6757
6758         * Version number is increased to 2.5.8.
6759
6760         * wl-thread.el (toplevel): require 'cl.
6761         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6762         (wl-thread-make-number-list): New function.
6763         (wl-thread-entity-make-number-list-from-children): Ditto.
6764         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6765         (wl-thread-entity-insert-as-children): Likewise.
6766         (wl-thread-delete-message): Likewise.
6767         (wl-meaning-of-mark): Eliminated.
6768         (wl-thread-next-failure-mark-p): Ditto.
6769         (wl-thread-entity-get-mark): Ditto.
6770         (wl-thread-meaning-alist-get-result): Ditto.
6771         (wl-thread-entity-check-prev-mark): Ditto.
6772         (wl-thread-entity-check-next-mark): Ditto.
6773         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6774         (wl-thread-entity-get-prev-marked-entity): Ditto.
6775         (wl-thread-get-prev-unread): Ditto.
6776         (wl-thread-jump-to-prev-unread): Ditto.
6777         (wl-thread-get-next-unread): Ditto.
6778         (wl-thread-jump-to-next-unread): Ditto.
6779         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6780         (wl-thread-entity-get-next-marked-entity): Ditto.
6781
6782         * wl-summary.el (wl-summary-buffer-number-list):
6783         New bufer-local variable.
6784         (wl-summary-switch-to-clone-buffer): Clone
6785         `wl-summary-buffer-number-list'.
6786         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6787         (wl-summary-cursor-move-regex): Eliminated.
6788         (wl-summary-cursor-up): Rewrite.
6789         (wl-summary-cursor-down): Ditto.
6790         (wl-summary-mode-spec-alist): New variable.
6791         (wl-summary-next-message): New inline function.
6792         (wl-summary-cursor-move): New function.
6793         (wl-summary-default-get-next-msg): Rewrite.
6794         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6795         (wl-summary-rescan): Ditto.
6796         (wl-summary-sync-all-init): Ditto.
6797         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6798         summary is not thread view.
6799         (wl-summary-sync-update): Ditto.
6800         (wl-summary-rescan): Ditto.
6801         (wl-summary-make-number-list): New function.
6802
6803         * wl-draft.el: "FCC" -> "Fcc".
6804
6805 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-highlight.el (wl-highlight-summary-window):
6808         Call `set-buffer-modified-p'.
6809
6810         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6811         (wl): Call `elmo-init' and fix.
6812
6813         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6814         Use new variables.
6815
6816         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6817
6818 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6821
6822 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6823
6824         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6825
6826 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6827
6828         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6829         `wl-use-toolbar' nor `display-graphic-p'.
6830         (wl-e21-setup-message-toolbar): Ditto.
6831         (wl-e21-setup-summary-toolbar): Ditto.
6832         (wl-e21-setup-folder-toolbar): Ditto.
6833
6834         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6835         (wl-plugged-init-icons): Ditto.
6836
6837         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6838         `display-graphic-p'.
6839         (wl-plugged-set-folder-icon): Ditto.
6840         (wl-highlight-plugged-current-line): Ditto.
6841         (wl-highlight-folder-current-line): Ditto.
6842         (wl-e21-highlight-folder-group-line): Ditto.
6843         (wl-e21-setup-toolbar): Ditto.
6844         (wl-e21-display-image-p): New macro.
6845
6846         * wl-demo.el (wl-demo): Simplified.
6847         (wl-demo-image-type-alist): Use `image-type-available-p' for
6848         checking whether the image type `xbm' is available.
6849
6850 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6851
6852         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6853         (wl-summary-input-range): Ditto.
6854
6855 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl-summary.el (wl-summary-edit-addresses): Use
6858         `wl-summary-get-original-buffer'
6859         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6860         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6861         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6862         (wl-summary-get-newsgroups): Eliminated.
6863         (wl-summary-set-crosspost): Ditto.
6864         (wl-summary-is-crosspost-folder): Ditto.
6865         (wl-crosspost-alist-load): Ditto.
6866         (wl-crosspost-alist-save): Ditto.
6867
6868         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6869         `elmo-setup-subscribed-newsgroups' instead of
6870         `elmo-nntp-make-groups-hashtb'.
6871         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6872         instead of `wl-crosspost-alist-save'.
6873
6874         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6875         of `elmo-folder-message-appendable-p'.
6876         (wl-mime-header-presentation-method): Eliminated.
6877
6878         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6879         (Error occurs in emacs21).
6880
6881         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6882         the current buffer).
6883
6884         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6885         instead of `wl-crosspost-alist-save'.
6886         (wl-init): `elmo-crosspost-message-alist-load'
6887         instead of `wl-crosspost-alist-load'
6888
6889         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6890         (wl-parse-newsgroups): Likewise.
6891         (wl-biff-notify): Run `wl-biff-notify-hook'.
6892
6893 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6896
6897         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6898         when `wl-summary-lazy-highlight' is non-nil.
6899         (wl-summary-goto-folder-subr): Highlight only when
6900         `wl-summary-lazy-highlight' is non-nil.
6901
6902         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6903         Don't display progress and highlight temp-mark when
6904         `wl-summary-lazy-highlight' is non-nil.
6905         (wl-highlight-summary-window): New function.
6906         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6907
6908 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6909
6910         * wl-summary.el (wl-summary-sync): Change `all-visible'
6911         from `all-shown'
6912         (wl-summary-input-range): Ditto.
6913
6914 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6915
6916         * wl-e21.el (wl-highlight-folder-current-line): Call
6917         `wl-folder-init-icons' when folder icons have not been initialized.
6918
6919         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6920
6921         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6922         (wl-demo-image-type-alist): New macro.
6923
6924 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6925
6926         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6927         display does not support graphics.
6928         (wl-plugged-init-icons): Ditto.
6929         (wl-folder-init-icons): Ditto.
6930
6931         * wl-demo.el (wl-demo): Chech closely whether the display
6932         supports graphics.
6933
6934 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-summary.el (wl-summary-get-original-buffer): New function.
6937         (wl-summary-set-crosspost): Use it.
6938         (wl-summary-target-mark-uudecode): Ditto.
6939         (wl-summary-reedit): Ditto.
6940         (wl-summary-resend-bounced-mail): Ditto.
6941         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6942         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6943
6944         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6945         (wl-message-display-internal): Ditto.
6946
6947 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6948
6949         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6950
6951 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * wl-summary.el (wl-summary-save-view): Renamed from
6954         `wl-summary-save-status'.
6955
6956 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6957
6958         * wl-summary.el (wl-summary-sync): Added `all-shown'
6959
6960 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6961
6962         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6963
6964 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6965
6966         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6967
6968 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6969
6970         * wl-highlight.el (wl-highlight-summary-line-string): Use
6971         `zerop' instead of `= 0'.
6972         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6973
6974         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6975         for comparing numbers.
6976         (wl-template-prev): Use `zerop' instead of `eq 0'.
6977
6978         * wl-draft.el (wl-draft-insert-current-message): Use
6979         `with-current-buffer' instead of `save-excursion'.
6980         Use `zerop' instead of `eq 0'.
6981
6982 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6983
6984         * wl-draft.el (wl-draft-insert-ccs): New function.
6985         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6986         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6987
6988 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6991
6992 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-expire.el (wl-expire-refile): Don't call
6995         elmo-msgdb-add-msgs-to-seen-list;
6996         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6997         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6998
6999 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7000
7001         * wl-message.el (wl-message-prev-page): Ignore errors while
7002         scroll-down.
7003
7004 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7005
7006         * wl-mime.el: Use elmo-original-message-mode instead of
7007         mmelmo-original-mode.
7008
7009         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7010         `elmo-folder-get-spec';
7011         (wl-fldmgr-add-completion-all-completions):
7012         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7013
7014         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7015         of `elmo-folder-get-type'.
7016
7017         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7018         `elmo-folder-get-spec';
7019         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7020         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7021         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7022         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7023         `elmo-read-msg-no-cache';
7024         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7025         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7026         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7027         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7028         `elmo-cache-save';
7029         (wl-draft-reedit): Use `elmo-message-file-name'.
7030
7031         * wl-expire.el: Use `elmo-folder-name-internal';
7032         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7033         Use macro `wl-summary-buffer-msgdb' instead of variable
7034         `wl-summary-buffer-msgdb';
7035         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7036         Use macro `wl-summary-buffer-folder-name' instead of variable
7037         `wl-summary-buffer-folder-name'.
7038         * wl-score.el: Likewise.
7039
7040         * wl-message.el: Rewrite for new message buffer cache mechanism.
7041         (wl-message-buffer-cache-buffer-get): New macro.
7042         (wl-message-buffer-cache-folder-get): Ditto.
7043         (wl-message-buffer-cache-message-get): Ditto.
7044         (wl-message-buffer-cache-entry-make): Ditto.
7045         (wl-message-buffer-cache-hit): Ditto.
7046         (wl-message-buffer-cache-sort): New function.
7047         (wl-message-buffer-cache-add): Ditto.
7048         (wl-message-buffer-cache-delete): Ditto.
7049         (wl-message-buffer-cache-clean-up): Ditto.
7050         (wl-message-buffer-window): Rewrite.
7051         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7052         (wl-message-buffer-display): New function.
7053         (wl-message-display-internal): New function.
7054
7055 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7056
7057         * wl-folder.el: Use `elmo-folder-name-internal';
7058         Use `wl-folder-get-elmo-folder';
7059         Use `elmo-folder-list-messages' instead of
7060         `elmo-list-folder';
7061         Use `elmo-folder-get-primitive-list' instead of
7062         `elmo-folder-get-primitive-spec-list';
7063         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7064         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7065         Use `elmo-folder-create' instead of `elmo-create-folder'.
7066         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7067         (wl-folder-get-elmo-folder): New macro.
7068         (wl-folder-elmo-folder-cache-get): Ditto.
7069         (wl-folder-elmo-folder-cache-put): Ditto.
7070         (wl-folder-suspend): Call `elmo-quit'.
7071
7072         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7073         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7074         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7075         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7076         (toplevel): require 'cl.
7077         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7078
7079         * wl-summary.el: Rewrite to use new elmo interface.
7080
7081 \f
7082 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * wl-mime.el (wl-draft-preview-message):
7085         Run `wl-draft-send-hook' before collecting recipients information;
7086         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7087
7088         * tm-wl.el (wl-draft-preview-message): Ditto.
7089
7090 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7093         wrong recipients are displayed when forwarded message.
7094
7095 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * Version number is increased to 2.5.7.
7098
7099 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7100
7101         * wl-message.el (wl-message-next-page): Bind
7102         `window-pixel-scroll-increment' to nil while scrolling up.
7103
7104 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7105
7106         * wl-vars.el (wl-save-hook): New hook.
7107         * wl.el (wl-save): Call `wl-save-hook'.
7108
7109 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7110
7111         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7112         Argument WITH-ARG instead of NO-ARG (negative mean).
7113         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7114         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7115         * wl-message.el (wl-message-follow-current-entity): Likewise.
7116
7117 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7118
7119         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7120         FROM was optional argument.
7121         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7122
7123 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7124
7125         * Version number is increased to 2.5.6.
7126
7127 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7128
7129         * wl-version.el (wl-version-show): Removed.
7130         (wl-version): Add `interactive'.
7131
7132 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7133
7134         * wl-summary.el (wl-summary-get-petname-func): New variable.
7135         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7136         instead of `wl-address-get-petname-1'.
7137         (wl-summary-simple-from): Ditto.
7138
7139         * wl-address.el (wl-address-get-petname-1): Define as function.
7140
7141 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7144         field in the original message.
7145         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7146
7147 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7148
7149         * wl-expire.el (wl-expire-hide):
7150         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7151
7152 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7153
7154         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7155         find decoder for To, Cc, and Subject.
7156
7157 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7160         for checking `elmo-use-buffer-cache'.
7161         (wl-summary-mark-as-important): Fixed typo in comment.
7162
7163 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7166         field in the original message.
7167         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7168
7169 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7170
7171         * wl-expire.el (wl-expire-hide):
7172         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7173
7174 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7177         find decoder for To, Cc, and Subject.
7178
7179 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * Version number is increased to 2.5.5.
7182
7183         * wl-address.el (wl-address-specials-regexp): New constant.
7184         (wl-address-quote-specials): Use it.
7185
7186 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * wl-summary.el (wl-summary-rescan):
7189         Call `wl-summary-buffer-number-column-detect'.
7190         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7191
7192         * wl-message.el (wl-message-mode-map): Define.
7193         (wl-message-decode): Use it as local-map.
7194
7195 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7198         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7199
7200 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7203
7204         * wl-mule.el (wl-read-event-char): Ditto.
7205
7206         * wl-e21.el (wl-read-event-char): Ditto.
7207
7208         * wl-nemacs.el (wl-read-event-char): Ditto.
7209         (read-event): Removed.
7210
7211         * wl-util.el (toplevel): Removed dummy definition of
7212         `read-event'.
7213         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7214
7215 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7216
7217         * wl-nemacs.el (elmo-archive-call-process): Moved to
7218         elmo-archive.el.
7219
7220 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7221
7222         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7223         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7224
7225         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7226         instead of magic-number 6.  Use `not' instead of `null' for symbol
7227         `nil' check (not empty list).
7228         (wl-draft-insert-x-face-field): Fixed paren style.
7229
7230         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7231         one-branch conditional statement, instead of `and' and `if'.
7232         (wl-draft-forward): Likewise.
7233         (wl-draft-add-references): Likewise.
7234         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7235
7236         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7237         conditional steatment.  Use `cond' instead of `if'.
7238         (wl-draft-confirm): Likewise.
7239
7240 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7241
7242         * wl-version.el (wl-version-show): Use `product-string-1'
7243         instead of `wl-version'.
7244         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7245
7246         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7247
7248 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7249
7250         * wl-highlight.el (wl-highlight-headers): Revert
7251         `wl-highlight-x-face-func' argument (`beg' and `end').
7252
7253 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7254
7255         * wl.el (toplevel): Move `product-provide' declare.
7256         * wl-demo.el (toplevel): Ditto.
7257         * wl-dnd.el (toplevel): Ditto.
7258         * wl-highlight.el (toplevel): Ditto.
7259         * wl-message.el (toplevel): Ditto.
7260         * wl-refile.el (toplevel): Ditto.
7261         * wl-util.el (toplevel): Ditto.
7262
7263 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7264
7265         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7266         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7267         (wl-thread-close-all): keep cursor position.
7268
7269 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7270
7271         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7272         (eq x 0).
7273         (wl-generate-user-agent-string-1): Fix conditional statement.
7274
7275 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7276
7277         * wl.el (wl-check-environment): Additional check for
7278         'wl-local-domain' and `wl-message-id-domain'.
7279
7280 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7281
7282         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7283
7284 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7285
7286         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7287         instead of `smtp-sasl-user-realm'.
7288
7289 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7290
7291         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7292
7293 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7294
7295         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7296         to the default value as well as `eword-lexical-analyzer'.
7297
7298 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7299
7300         * wl-version.el (wl-extended-emacs-version,
7301         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7302         `elmo-match-string' instead of `wl-match-string'.
7303
7304 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7305
7306         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7307         docstring.
7308
7309 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7310
7311         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7312
7313 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7314
7315         * wl-highlight.el (wl-highlight-headers): Remove
7316         `wl-highlight-x-face-func' argument (`beg' and `end').
7317
7318 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-summary.el (wl-summary-mark-as-important):
7321         Remove cache if folder is local.
7322
7323 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7324
7325         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7326         to get existing e-mail address string.
7327
7328 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7329
7330         * wl-version.el (wl-generate-user-agent-string): Commentary.
7331         (wl-generate-user-agent-string-1): Use `when' for
7332         one-branch conditional statement, instead of `and' and `if'.
7333         (wl-extended-emacs-version, wl-extended-emacs-version2,
7334         wl-extended-emacs-version3): Ditto.
7335
7336 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7339         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7340         condition-case; Remove initialization.
7341         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7342         (wl-summary-sync-update3): Added argument `sync-all';
7343         Eliminated local variable `msgdb';
7344         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7345         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7346         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7347
7348 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7349
7350         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7351         connection before call `wl-draft-send-mail-with-smtp'.
7352
7353 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * Version number is increased to 2.5.4.
7356
7357 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7358
7359         * wl.el (wl-check-environment): Additional check for
7360         'wl-local-domain' and `wl-message-id-domain'.
7361
7362 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7365         buffer as command specific.
7366         (wl-folder-mark-as-read-all-entity): Ditto.
7367         (wl-folder-prefetch-entity): Ditto.
7368         (wl-folder-drop-unsync-entity): Ditto.
7369
7370         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7371         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7372         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7373
7374         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7375         save-excursion.
7376
7377 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * Version number is increased to 2.5.3.
7380
7381         * wl-summary.el (wl-summary-save-view-cache):
7382         Delete duplicated `write-region';
7383         Use `write-region-as-binary' instead of `as-binary-output-file' and
7384         `write-region'.
7385
7386 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7387
7388         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7389
7390 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7393         instead of `smtp-via-smtp'.
7394
7395 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7396
7397         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7398
7399 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7400
7401         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7402         instead of `smtp-sasl-user-realm'.
7403
7404 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7405
7406         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7407
7408 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7409
7410         * Version number is increased to 2.5.2.
7411
7412 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7415         does not exist.
7416         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7417         (wl-biff-start): Call `timer-activate' if timer already exists.
7418
7419         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7420         only when it is bound as function.
7421
7422 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7423
7424         * Version number is increased to 2.5.1.
7425
7426 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7429         Print refile/copy destination.
7430
7431 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7434         queue-flush-only is non-nil.
7435
7436         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7437
7438         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7439         checking cache folder.
7440
7441 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7442
7443         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7444         `regexp-quote'.
7445
7446 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7447
7448         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7449         function.
7450         * wl-summary.el (wl-summary-write-current-folder-functions):
7451         Change default value.  Use it.
7452
7453 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7454
7455         * Version number is increased to 2.5.0.
7456
7457         * wl-version.el (wl-version): Changed codename.
7458
7459 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7460
7461         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7462         (wl-summary-supersedes-message): Ditto.
7463
7464 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7465
7466         * wl-refile.el (wl-refile-guess-functions): Renamed from
7467         `wl-refile-guess-func-list'.
7468
7469 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7470
7471         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7472         Fixed problem when no rule was matched.
7473
7474 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7475
7476         * wl-summary.el (wl-summary-get-mark): Fixed
7477         `wl-summary-buffer-target-mark' check logic.
7478
7479 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7480
7481         * wl-folder.el (wl-folder-write-current-folder): Added group
7482         folder check.
7483
7484         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7485         `wl-summary-write-current-newsgroup'.
7486         (wl-summary-write-current-folder-functions): New variable.
7487         * wl-folder.el (wl-folder-get-newsgroups): New function.
7488         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7489         (wl-folder-write-current-folder): Renamed from
7490         `wl-folder-write-current-newsgroup'.
7491
7492 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7493
7494         * Version number is increased to 2.3.93.
7495
7496 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7497
7498         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7499         (wl-ldap-make-matched-value-list): Ditto.
7500         (wl-ldap-alias-safe-string): Split e-mail address.
7501
7502         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7503         petname folder default was selected.
7504         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7505         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7506
7507 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7510         to `wl-draft-config-exec'.
7511
7512         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7513         instead of calling `wl-draft-config-exec';
7514         Process group-list and show recipients in minibuffer.
7515
7516         * tm-wl.el (wl-draft-preview-message): Ditto.
7517
7518 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7519
7520         * wl.el (toplevel): Added (C) to copyright notice, and
7521         sync Author header.
7522         * tm-wl.el (toplevel): Ditto.
7523         * wl-address.el (toplevel): Ditto.
7524         * wl-demo.el (toplevel): Ditto.
7525         * wl-dnd.el (toplevel): Ditto.
7526         * wl-draft.el (toplevel): Ditto.
7527         * wl-e21.el (toplevel): Ditto.
7528         * wl-expire.el (toplevel): Ditto.
7529         * wl-folder.el (toplevel): Ditto.
7530         * wl-highlight.el (toplevel): Ditto.
7531         * wl-message.el (toplevel): Ditto.
7532         * wl-mime.el (toplevel): Ditto.
7533         * wl-mule.el (toplevel): Ditto.
7534         * wl-nemacs.el (toplevel): Ditto.
7535         * wl-refile.el (toplevel): Ditto.
7536         * wl-score.el (toplevel): Ditto.
7537         * wl-summary.el (toplevel): Ditto.
7538         * wl-template.el (toplevel): Ditto.
7539         * wl-thread.el (toplevel): Ditto.
7540         * wl-util.el (toplevel): Ditto.
7541         * wl-vars.el (toplevel): Ditto.
7542         * wl-xmas.el (toplevel): Ditto.
7543
7544 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7545
7546         * wl.el (wl-init): Added comment about `wl-init-hook'.
7547         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7548         * wl-vars.el (wl-init-hook): Added docs.
7549         (wl-make-plugged-hook): Removed useless docs.
7550         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7551         * wl-xmas.el (toplevel): Ditto.
7552
7553 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7554
7555         * wl-address.el (toplevel): Fixed multiple Author header format.
7556         * wl-demo.el (toplevel): Ditto.
7557         * wl-draft.el (toplevel): Ditto.
7558         * wl-folder.el (toplevel): Ditto.
7559         * wl-summary.el (toplevel): Ditto.
7560         * wl-thread.el (toplevel): Ditto.
7561         * wl-util.el (toplevel): Ditto.
7562         * wl-vars.el (toplevel): Ditto.
7563         * wl-version.el (toplevel): Ditto.
7564         * wl-xmas.el (toplevel): Ditto.
7565         * wl.el (toplevel): Ditto.
7566
7567         * wl-version.el (toplevel): Added require `elmo-version' for
7568         `product-version-as-string'.
7569
7570 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl-vars.el (wl-draft-send-hook): Changed default value to
7573         '(wl-draft-config-exec).
7574
7575         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7576         explicitly.
7577         (wl-draft): Set `wl-draft-config-exec-flag' before running
7578         `wl-mail-setup-hook'.
7579
7580         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7581         `wl-biff-init-icons' to `wl-init-hook' instead of
7582         `wl-make-plugged-hook'.
7583         (Because if `wl-draft' command is invoked at first,
7584         they are not initialized)
7585         Updated copyright notice.
7586
7587         * wl-e21.el (toplevel): Ditto;
7588
7589         * wl-demo.el (toplevel): Updated copyright notice.
7590         * wl-address.el (toplevel): Ditto.
7591         * wl-draft.el (toplevel): Ditto.
7592         * wl-version.el (toplevel): Ditto.
7593         * wl-folder.el (toplevel): Ditto.
7594         * wl-summary.el (toplevel): Ditto.
7595         * wl-thread.el (toplevel): Ditto.
7596         * wl-util.el (toplevel): Ditto.
7597         * wl-vars.el (toplevel): Ditto.
7598         * wl.el (toplevel): Ditto.
7599
7600 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * wl-highlight.el (wl-highlight-message): Fixed problem of
7603         highlighting failure which occured when the last field contains
7604         multiple lines in the draft buffer.
7605
7606         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7607         `wl-biff-start' if plugged.
7608
7609         * wl-util.el (wl-biff-check-folder): New function.
7610         (wl-biff-check-folders): Don't set session name prefix.
7611         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7612         (wl-biff-check-folder-async): Ditto.
7613
7614         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7615         in email address.
7616
7617 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7618
7619         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7620
7621         * wl-draft.el (wl-draft-strip-subject-re): New function.
7622
7623         * wl-draft.el (wl-draft-reply): Use it.
7624
7625 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7626
7627         * wl-message.el (wl-mmelmo-message-redisplay): Use
7628         `mime-display-message' instead of `wl-mime-display-message'.
7629
7630         * wl-mime.el (toplevel): Removed compatibility workaround
7631         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7632         (wl-mime-display-message): Abolished.
7633         (wl-mime-entity-read-field): Ditto.
7634         (wl-mime-combine-message/partial-pieces): Use
7635         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7636
7637 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7638
7639         * wl-template.el: Doc fixes.
7640
7641 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7642
7643         * wl-e21.el (wl-message-overload-functions): Do nothing if
7644         `current-local-map' is not available.
7645         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7646
7647 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7648
7649         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7650         representation.
7651
7652         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7653         number.
7654         (wl-fldmgr-save-folders): Don't use `format' when insert
7655         `wl-fldmgr-folders-header'.
7656
7657 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7658
7659         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7660
7661 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-highlight.el (wl-highlight-message):
7664         Use `std11-field-end' to detect end point of the header field.
7665         Refer `wl-highlight-max-header-size'.
7666
7667         * wl-vars.el (wl-highlight-max-header-size): New variable.
7668
7669         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7670
7671         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7672         Set `for-draft' argument of wl-highlight-headers.
7673         (wl-draft): Ditto.
7674         (wl-draft-reedit): Ditto.
7675         (wl-user-agent-compose-internal): Ditto.
7676
7677 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7678
7679         * wl-message.el (wl-message-add-button): Use overlay.
7680
7681 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7682
7683         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7684
7685         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7686         problem when group-list content is nothing.
7687         (Reported by Mito <mit@nines.nec.co.jp>)
7688
7689 2000-10-18  SAITO Atsunori <sai@yedo.com>
7690
7691         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7692
7693 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7694
7695         * tm-wl.el (toplevel): Use product-provide.
7696
7697 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7698
7699         * Version number is increased to 2.3.92.
7700
7701 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7702
7703         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7704         title text, use `display' property for left margin under Emacs 21.
7705
7706         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7707         properties.
7708         (wl-plugged-init-icons): Ditto.
7709
7710 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7711
7712         * wl.el (wl-save-status, wl-init): Remove last period in
7713         "...done." message.
7714         * tm-wl.el (wl-summary-burst): Ditto.
7715         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7716         wl-summary-resume-cache-status,
7717         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7718         wl-summary-sync-update3, wl-summary-highlight-msgs,
7719         wl-summary-flush-pending-append-operations,
7720         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7721         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7722         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7723         wl-thread-open-all): Ditto.
7724         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7725         * wl-mime.el (wl-summary-burst): Ditto.
7726         * wl-highlight.el (wl-highlight-summary): Ditto.
7727         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7728         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7729         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7730         * wl-address.el (wl-local-address-init): Ditto.
7731
7732 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7733
7734         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7735         `add-text-properties'.
7736         (wl-plugged-init-icons): Ditto.
7737         (wl-folder-init-icons): Use `propertize' instead of
7738         `put-text-property'.
7739         (wl-plugged-set-folder-icon): Ditto.
7740         (wl-e21-highlight-folder-group-line): Ditto.
7741
7742 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-version.el (wl-version-status-alist): New variable.
7745         (wl-version-status): New function.
7746
7747         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7748         "Cc" part of the case "Reply-To".
7749
7750         * wl-draft.el (wl-draft-reply): Use result of
7751         `eword-extract-address-components'.
7752
7753         * wl-demo.el (wl-demo-icon-name): New constant.
7754         (wl-logo-xpm): Use it.
7755         (wl-logo-xbm): Ditto.
7756         (wl-logo-bitmap): Ditto.
7757
7758         * Version number is increased to 2.3.91.
7759
7760 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7761
7762         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7763         (wl-extended-emacs-version, wl-extended-emacs-version2,
7764         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7765         docstring.
7766
7767         * wl-version.el (wl-generate-user-agent-string-1): New function.
7768         (wl-generate-user-agent-string): Use it.
7769
7770         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7771         `mime-edit-insert-user-agent-field'.
7772         (wl-generate-user-agent-string): Check
7773         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7774
7775         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7776         instead of `if', when verbose case.
7777
7778 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7779
7780         * wl-expire.el (wl-summary-expire): Fix.
7781
7782 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7783
7784         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7785         and `elmo-lost+found-folder' if 'wl-draft.
7786         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7787
7788 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7789
7790         * wl-expire.el (wl-summary-expire): Change messages.
7791         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7792         `deleing-info' instead of "Deleting..."
7793
7794 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7795
7796         * wl-summary.el (wl-summary-refile-subr): Fix.
7797
7798 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7799
7800         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7801         if pipe folder.
7802
7803 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7804
7805         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7806
7807 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7808
7809         * wl-expire.el (wl-expire-hide): New function.
7810         (wl-summary-expire): Add `hide'.
7811
7812 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7813
7814         * wl-vars.el (wl-draft-reply-without-argument-list):
7815         Changed default value to consider `Reply-To:'.
7816         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7817
7818         * Version number is increased to 2.3.90.
7819
7820         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7821         elmo-imap4-get-session with unwind-protect.
7822         Don't cause error.
7823         (wl-summary-sync-marks): Don't check plugged nor folder type.
7824         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7825         (Always keep current buffer).
7826
7827 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7828
7829         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7830         Enclose with `save-excursion'.
7831
7832 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7833
7834         * wl-version.el (wl-version): Remove interactive.
7835
7836 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7837
7838         * wl-version.el (wl-generate-user-agent-string): Use
7839         `product-string-verbose' instead of `product-string-1'.
7840
7841 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7842
7843         * wl-vars.el (wl-draft-use-cache): New variable.
7844         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7845         if wl-draft-use-cache is non-nil.
7846
7847 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7848
7849         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7850         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7851
7852 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7855         (wl-thread-msg-mark-as-unread): Ditto.
7856
7857         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7858         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7859         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7860         Don't set mark in summary if return value of `elmo-mark-as-read'
7861         is nil.
7862         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7863         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7864         instead of `wl-thread-msg-mark-as-read'.
7865         (wl-summary-mark-as-unread-region): Ditto.
7866         (wl-summary-target-mark-mark-as-read): Ditto.
7867
7868         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7869
7870 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7871
7872         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7873
7874         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7875
7876 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7877
7878         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7879         face.
7880
7881 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7882
7883         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7884         `running-xemacs'.
7885
7886 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7887
7888         * wl-version.el (toplevel): Use `product-version-as-string' for
7889         set verstion-string, if defined.
7890
7891         * wl-version.el (wl-version-show): Insert string at point, when
7892         call with argument.
7893
7894         * wl-version.el (wl-generate-user-agent-string): Use
7895         `product-string-1' instead of `wl-appname', `wl-version' and
7896         `wl-codename'.
7897
7898 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7899
7900         * wl-address.el (toplevel): Use product-provide.
7901         * wl-demo.el (toplevel): Ditto.
7902         * wl-dnd.el (toplevel): Ditto.
7903         * wl-draft.el (toplevel): Ditto.
7904         * wl-e21.el (toplevel): Ditto.
7905         * wl-expire.el (toplevel): Ditto.
7906         * wl-fldmgr.el (toplevel): Ditto.
7907         * wl-folder.el (toplevel): Ditto.
7908         * wl-highlight.el (toplevel): Ditto.
7909         * wl-message.el (toplevel): Ditto.
7910         * wl-mime.el (toplevel): Ditto.
7911         * wl-mule.el (toplevel): Ditto.
7912         * wl-nemacs.el (toplevel): Ditto.
7913         * wl-refile.el (toplevel): Ditto.
7914         * wl-score.el (toplevel): Ditto.
7915         * wl-summary.el (toplevel): Ditto.
7916         * wl-template.el (toplevel): Ditto.
7917         * wl-thread.el (toplevel): Ditto.
7918         * wl-util.el (toplevel): Ditto.
7919         * wl-vars.el (toplevel): Ditto.
7920         * wl-xmas.el (toplevel): Ditto.
7921         * wl.el (toplevel): Ditto.
7922
7923 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7924
7925         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7926         instead of product.
7927
7928         * wl-version.el (wl-version): Compile time evalution elmo-version.
7929
7930 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7931
7932         * wl-summary.el (wl-summary-sync-force-update): Append queue
7933         `mark-as-read'if unplugged.
7934
7935 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7936
7937         * wl-version.el: New file.  Use product.el.
7938         * wl.el: add (require 'wl-version).
7939         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7940         for ~/.folders header.
7941         (wl-fldmgr-folders-header): Changed.
7942         * wl-demo.el (wl-demo): Use product.el.
7943
7944         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7945         wl-version.el.
7946         * wl-util.el (wl-version, wl-version-show): Ditto.
7947
7948         * wl-util.el (wl-generate-user-agent-string,
7949         wl-extended-emacs-version, wl-extended-emacs-version2,
7950         wl-extended-emacs-version3): Move to wl-version.el.
7951         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7952         xemacs-codename, mime-edit-insert-user-agent-field,
7953         mime-edit-user-agent-value, mime-editor/version,
7954         mime-editor/codename): Compile warning killer move to
7955         wl-version.el
7956
7957 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7958
7959         * wl-summary.el (wl-summary-refile-subr): Fix.
7960
7961 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7962
7963         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7964         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7965
7966 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7967
7968         * wl.el (wl-check-environment): Check too many `@'.
7969
7970 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7971
7972         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7973
7974 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7975
7976         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7977         wl-draft-reply-myself-without-argument-list): Add variables.
7978         * wl-draft.el (wl-draft-reply): Use it.
7979
7980 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7981
7982         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7983         the 5th argument of `elmo-network-get-spec'.
7984
7985         * wl-thread.el (wl-thread-reparent-children): New inline function.
7986         (wl-thread-delete-message): Use it.
7987
7988         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7989         (wl-summary-score-update-all-lines): Don't use `dolist'.
7990
7991 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7992
7993         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7994         (require 'elmo-msgdb) for inline function.
7995
7996 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7997
7998         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7999
8000 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8001
8002         * wl-score.el (wl-score-headers): Fix for the confusing macro
8003         `elmo-kill-buffer'.
8004
8005 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8006
8007         * wl-summary.el: Don't use the 3rd argument of `require' because
8008         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8009         * wl-util.el: Ditto.
8010         * wl-draft.el: Ditto.
8011
8012 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8013
8014         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8015         window system is not used.
8016
8017 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8018
8019         * wl-thread.el: Don't use `mapcar' only for iteration.
8020         (wl-thread-resume-entity): Ditto.
8021         (wl-thread-delete-message): Ditto.
8022
8023         * wl-summary.el: Bind `dragdrop-drop-functions',
8024         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8025         of `require' for `timezone', `easymenu' and `ps-print';
8026         don't use `mapcar' only for iteration.
8027
8028         * wl-util.el: Bind `mule-version', `nemacs-version',
8029         `emacs-beta-version', `xemacs-codename',
8030         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8031         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8032         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8033         only for iteration.
8034
8035         * wl-score.el: Don't use `mapcar' only for iteration.
8036         (wl-score-simplify-buffer-fuzzy): Ditto.
8037         (wl-score-simplify-subject): Ditto.
8038         (wl-score-headers): Ditto.
8039         (wl-summary-score-update-all-lines): Ditto.
8040
8041         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8042         `enable-multibyte-characters' and `mule-version'.
8043
8044         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8045         `mapcar' only for iteration.
8046
8047         * wl-demo.el: Don't use `mapcar' only for iteration.
8048
8049         * wl-folder.el: Don't use `mapcar' only for iteration.
8050         (wl-folder-open-all): Ditto.
8051         (wl-folder-count-incorporates): Ditto.
8052
8053         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8054         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8055
8056         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8057         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8058         `smtp-connection-type'; specify 3rd argument of `require' for
8059         `timezone'; don't use `mapcar' only for iteration.
8060         (wl-draft-clone-local-variables): Don't use `mapcar'.
8061         (wl-draft-generate-clone-buffer): Ditto.
8062         (wl-user-agent-compose-internal): Ditto.
8063
8064         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8065
8066         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8067         (wl-save-status): Ditto.
8068
8069         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8070         for iteration.
8071
8072 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8073
8074         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8075         removed `Date'.
8076         (wl-fldmgr-make-filter-default): New user option.
8077
8078         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8079         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8080         (wl-fldmgr-filter-completion-alist): Abolish.
8081
8082         * wl.el (wl): Don't check servers if arg is non-nil.
8083
8084         * wl-draft.el (wl-draft-reply): Set only message-id string to
8085         In-Reply-To field.
8086
8087 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * wl-summary.el (wl-summary-pick): Rewrite.
8090
8091         * wl-draft.el (wl-draft-forward): Get references field from
8092         original buffer.
8093         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8094
8095 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8096
8097         * wl-draft.el (wl-draft-forward): Add references field.
8098
8099 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8102         (wl-draft-reply): Use it.
8103
8104 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8105
8106         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8107         when Emacs 21 is running.
8108
8109         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8110         bindings.
8111
8112 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8113
8114         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8115         XPM icons transparent.
8116
8117         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8118         Emacs 21.
8119
8120 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8123         nil.
8124
8125         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8126         when it is persistent.
8127         (wl-summary-sync-marks): Changed argument for
8128         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8129         (wl-summary-virtual): Use `elmo-read-search-condition'.
8130         (wl-summary-redisplay-internal): If folder is local, mark as read
8131         even when folder is plugged.
8132
8133 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8134
8135         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8136         of `tool-bar-lines' in the frame parameters.
8137         (after-make-frame-functions, post-command-hook): Don't modify the
8138         value.
8139         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8140         wl-e21-tool-bar-lines): Removed.
8141
8142 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8143
8144         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8145         properties `evaporate' and `wl-momentary-overlay' as well.
8146         (wl-highlight-summary-displaying): Ditto.
8147         (wl-delete-all-overlays): Don't delete overlay which does not have
8148         a property `wl-momentary-overlay'.
8149
8150         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8151         `display-mouse-p' and `display-graphic-p'.
8152         (wl-folder-init-icons): Don't search for XBM or the other files.
8153         (wl-plugged-set-folder-icon): Make icons if and only if
8154         `display-graphic-p' returns non-nil.
8155         (wl-highlight-plugged-current-line): Use `before-string' overlay
8156         property to show icon images.
8157         (wl-highlight-folder-current-line): Ditto.
8158         (wl-e21-highlight-folder-group-line): Ditto.
8159         (wl-e21-highlight-folder-by-numbers): Ditto.
8160         (wl-e21-insert-image): Removed.
8161         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8162         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8163         said.
8164         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8165         `wl-e21-force-switch-toolbar'.
8166         (wl-e21-make-icon-image): Removed.
8167         (wl-e21-setup-toolbar): Don't search for XBM files.
8168         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8169         the default value.
8170
8171 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-util.el (wl-biff-check-folder-async): Set
8174         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8175
8176 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8177
8178         * wl-e21.el (after-make-frame-functions): Add
8179         `wl-e21-force-switch-toolbar'.
8180         (wl-e21-force-switch-toolbar): New function force to switch the
8181         toolbar appearance automatically.
8182         (post-command-hook): Add `wl-e21-switch-toolbar'.
8183         (wl-e21-switch-toolbar): New function to switch the toolbar
8184         appearance automatically.
8185         (wl-e21-tool-bar-lines): New buffer local variable.
8186
8187 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8188
8189         * wl-util.el (wl-biff-check-folders-running): New variable.
8190         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8191         (wl-biff-check-folder-async-callback):
8192         Set `wl-biff-check-folders-running'.
8193         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8194         with unwind-protect.
8195
8196         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8197         Enclose `wl-folder-auto-check' with unwind-protect.
8198
8199         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8200         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8201
8202         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8203
8204         * wl-util.el (wl-biff-notify): New inline function.
8205         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8206         locally.
8207         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8208         folder-list' is 1.
8209         Use `wl-biff-notify'.
8210         (wl-biff-check-folder-async-callback): New function.
8211         (wl-biff-check-folder-async): Ditto.
8212
8213         * wl-folder.el (wl-folder): Don't check folders.
8214         (wl-folder-auto-check): New function.
8215
8216 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8217
8218         * wl-util.el (wl-biff-start) [Emacs19+]:
8219         Use `timer-next-integral-multiple-of-time'.
8220         (wl-biff-check-folders): Use `wl-default-folder'
8221         if `wl-biff-check-folder-list' is nil.
8222
8223 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8224
8225         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8226         instead of `elmo-delete-lists'.
8227
8228 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8229
8230         * wl.el (wl-plugged-toggle-all): Set the value of
8231         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8232         (wl-plugged-toggle): Ditto.
8233         (wl-toggle-plugged): Ditto.
8234         (wl-plugged-init): Ditto.
8235
8236         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8237         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8238         instead of `wl-biff-state-indicator-off' and
8239         `wl-biff-state-indicator-on'; don't modify the value and the type
8240         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8241         (wl-plugged-init-icons): Set icons data to
8242         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8243         instead of `wl-plug-state-indicator-off' and
8244         `wl-plug-state-indicator-on'; don't modify the value and the type
8245         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8246
8247         * wl-vars.el (wl-modeline-biff-state-off,
8248         wl-modeline-biff-state-on, wl-modeline-biff-status,
8249         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8250         wl-modeline-plug-status): New internal variables.
8251         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8252         wl-biff-check-interval, wl-biff-check-folder-list): Change
8253         customization group from `wl-folder' to `wl-highlight'.
8254         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8255         wl-show-plug-status-on-modeline): Defcustomized.
8256
8257         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8258         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8259         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8260         a flag to `mode-line-buffer-identification'.
8261
8262         * wl-e21.el (wl-biff-init-icons): Set icons data to
8263         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8264         instead of `wl-biff-state-indicator-off' and
8265         `wl-biff-state-indicator-on'.
8266         (wl-plugged-init-icons): Set icons data to
8267         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8268         instead of `wl-plug-state-indicator-off' and
8269         `wl-plug-state-indicator-on'.
8270
8271 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8272
8273         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8274         excessive titles.
8275
8276 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8277
8278         * wl.el (wl-plugged-mode): Use revised
8279         `wl-mode-line-buffer-identification'.
8280         (wl-plugged-init): Don't use `force-mode-line-update'.
8281
8282         * wl-xmas.el (wl-draft-overload-functions): Use revised
8283         `wl-mode-line-buffer-identification'.
8284         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8285         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8286         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8287         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8288         `wl-make-plugged-hook';
8289         add `wl-folder-init-icons' and `wl-setup-folder' to
8290         `wl-folder-mode-hook'.
8291
8292         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8293         19 as well.
8294         (wl-mode-line-display-priority-list): New user option.
8295         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8296         Defcustomized.
8297         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8298         Add docs.
8299
8300         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8301         start.
8302         (wl-mode-line-buffer-identification): Revised as a function.
8303
8304         * wl-summary.el (wl-summary-mode): Use revised
8305         `wl-mode-line-buffer-identification'; don't call
8306         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8307         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8308         `wl-xmas-setup-summary'.
8309
8310         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8311         `wl-mode-line-buffer-identification'.
8312
8313         * wl-mule.el (wl-draft-overload-functions): Use revised
8314         `wl-mode-line-buffer-identification'.
8315
8316         * wl-folder.el (wl-make-plugged-alist): Don't call
8317         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8318         (wl-folder): Don't call `wl-folder-init-icons' directly.
8319         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8320         `wl-xmas-setup-folder' directly;
8321         use revised `wl-mode-line-buffer-identification'.
8322         (TopLevel): Don't bind `wl-biff-init-icons',
8323         `wl-plugged-init-icons', `wl-folder-init-icons',
8324         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8325
8326         * wl-e21.el (wl-draft-overload-functions): Use revised
8327         `wl-mode-line-buffer-identification'.
8328         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8329         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8330         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8331         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8332         `wl-make-plugged-hook';
8333         add `wl-folder-init-icons' and `wl-setup-folder' to
8334         `wl-folder-mode-hook'.
8335
8336 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8337             Katsumi Yamaoka    <yamaoka@jpl.org>
8338
8339         * wl.el (wl): Call `wl-biff-start'.
8340         (wl-exit): Call `wl-biff-stop'.
8341         (wl-plugged-mode): Show biff in modeline.
8342         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8343
8344         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8345         (wl-biff-init-icons): New function.
8346         (wl-plugged-init-icons): Don't make too much keymaps.
8347         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8348
8349         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8350         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8351         variables.
8352         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8353         options.
8354
8355         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8356         wl-biff-start, wl-biff-stop): New functions.
8357         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8358         (wl-biff-timer-name): New variable.
8359
8360         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8361
8362         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8363         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8364
8365         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8366         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8367
8368         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8369         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8370         `wl-folder-init-icons' to `ignore' if they are not available.
8371         (wl-folder-mode): Show biff in modeline.
8372
8373         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8374         (wl-biff-init-icons): New function.
8375         (wl-plugged-init-icons): Don't make too much keymaps.
8376         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8377
8378 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8379
8380         * wl-vars.el (wl-strict-diff-folders): Customization Type
8381         and doc fix.  Define as a list of regular expressions for
8382         folders or nil.
8383         * wl-folder.el (wl-folder-check-one-entity): Use
8384         `wl-string-match-member' instead of `wl-string-member' for
8385         `wl-strict-diff-folders'.
8386
8387 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8388
8389         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8390         (wl-highlight-folder-current-line): Use it; new implementation.
8391         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8392         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8393         `defsubst' instead of `defun'.
8394
8395         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8396         `wl-highlight-group-folder-by-numbers'; made it can also be a
8397         number.  See info for more details.
8398
8399         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8400         running.
8401
8402         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8403         to bind them.
8404
8405         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8406         (wl-highlight-folder-current-line): New implementation.
8407
8408         * wl-highlight.el (wl-highlight-folder-group-line): New
8409         implementation.
8410         (wl-delete-all-overlays): Rewrite as a marco.
8411         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8412
8413         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8414         running.
8415         (wl-folder-*-glyph): No need to bind them.
8416
8417         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8418         `wl-e21-highlight-folder-group-icon'; rewrite.
8419         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8420         `defsubst' instead of `defun'.
8421         (wl-folder-mode-map): Bind it when compiling.
8422
8423 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8424
8425         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8426
8427         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8428
8429 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8430
8431         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8432
8433 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8434
8435         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8436         (wl-highlight-folder-current-line): Use it.
8437
8438         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8439         in `id-name'.
8440
8441 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8442
8443         * wl.el: Require `wl-e21' when Emacs 21 is running.
8444
8445         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8446         default when Emacs 21 is running.
8447         (wl-use-highlight-mouse-line): Ditto.
8448         (wl-on-emacs21): New constant.
8449         (wl-on-emacs20): Removed.
8450
8451         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8452         Emacs 21 is running.
8453
8454         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8455         Emacs 21 is running.
8456
8457         * wl-e21.el: New file.
8458
8459 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8460
8461         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8462         (wl-toggle-plugged): Ditto.
8463         (wl-plugged-toggle): Ditto.
8464         (wl-plugged-toggle-all): Ditto.
8465
8466         * wl-vars.el (wl-plug-state-indicator): Refer
8467         `wl-plug-state-indicator-on' indirectly.
8468
8469 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8472         Call `wl-folder-confirm-existence'.
8473
8474         * wl-folder.el (wl-folder-confirm-existence): Added optional
8475         argument `force'.
8476
8477 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8478
8479         * wl-summary.el (wl-summary-refile-subr): Assume
8480         `copy-or-refile' as symbol.
8481         (wl-summary-refile): Follow up above change.
8482         (wl-summary-copy): Ditto.  Doc fix.
8483
8484 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-summary.el (wl-summary-pick): Don't bind
8487         `elmo-search-mime-charset'.
8488
8489         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8490         default using old backquote style.
8491         (wl-search-mime-charset): Abolished.
8492
8493         * wl-highlight.el (wl-highlight-headers):
8494         Call `point' after `re-search-forward'(for Nemacs).
8495
8496         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8497         for elmo-imap4.el.
8498
8499 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8500
8501         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8502         `wl-message-ignored-field-list' instead of
8503         `mime-view-ignored-field-list'.
8504
8505         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8506         Add interactive spec.
8507         (wl-folder-goto-bottom-of-current-folder): Ditto.
8508         (wl-folder-mode-map): Bind them.
8509
8510         * wl-vars.el (wl-message-ignored-field-list): New variable.
8511         (wl-message-visible-field-list): New variable.
8512
8513         * wl-mime.el (wl-mime-header-presentation-method): New function.
8514         (wl-mime-setup): Set header-presentation-method.
8515
8516 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8517
8518         * wl-nemacs.el (wl-draft-overload-functions): Set
8519         `mode-line-buffer-identification' instead of using
8520         `wl-make-modeline'.
8521
8522         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8523         instead of using `wl-make-modeline'.
8524
8525         * wl-xmas.el (wl-plugged-init-icons): Set up
8526         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8527         (wl-make-modeline): Abolish.
8528         (wl-draft-overload-functions): Set
8529         `mode-line-buffer-identification' instead of using
8530         `wl-make-modeline'.
8531
8532         * wl-util.el (wl-make-modeline-subr): Abolish.
8533         (wl-mode-line-buffer-identification): New alias.
8534
8535         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8536         (wl-summary-make-modeline): Abolish.
8537         (wl-summary-buffer-set-folder): Set
8538         `wl-summary-buffer-folder-indicator'.
8539         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8540         of using `wl-make-modeline'.
8541         (wl-summary-switch-to-clone-buffer): Don't set
8542         `mode-line-buffer-identification'.
8543         (wl-summary-goto-folder-subr): Ditto.
8544
8545         * wl-mule.el (wl-draft-overload-functions): Set
8546         `mode-line-buffer-identification' instead of using
8547         `wl-make-modeline'.
8548
8549         * wl-folder.el (wl-folder-mode): Set
8550         `mode-line-buffer-identification' instead of using
8551         `wl-make-modeline'.
8552         (wl-folder): Don't set `mode-line-buffer-identification'.
8553
8554 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8555
8556         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8557         instead of `member' for `wl-refile-guess-func-list' look-ups.
8558         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8559
8560 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8561
8562         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8563         `wl-message-button-dispatcher'.
8564
8565         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8566
8567         * wl-message.el (wl-message-button-dispatcher): Use it.
8568
8569         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8570         "In-Reply-To".
8571
8572         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8573         Bind `case-fold-search' to t.
8574
8575 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8576
8577         * wl-xmas.el (wl-message-overload-functions): Initialize
8578         `wl-message-button-map'.
8579
8580         * wl-mule.el (wl-message-overload-functions): Initialize
8581         `wl-message-button-map'.
8582
8583         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8584
8585         * wl-message.el (wl-message-button-map): New keymap.
8586         (wl-message-add-button): New function.
8587         (wl-message-button-dispatcher): New function.
8588         (wl-message-button-refer-article): New function.
8589
8590         * wl-highlight.el
8591         (wl-highlight-message-add-buttons-to-header): New function.
8592         (wl-highlight-headers): Use it.
8593
8594 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8595
8596         * wl-summary.el (wl-summary-default-from): Use
8597         `wl-address-get-petname-1'.
8598         (wl-summary-simple-from): Ditto.
8599
8600         * wl-address.el (wl-address-get-petname-1): New inline function.
8601         (wl-address-get-petname): Use it.
8602
8603 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8604
8605         * wl-summary.el (wl-summary-default-from): Return full-name part
8606         from the address if no petname was found.
8607         (wl-summary-simple-from): Ditto.
8608
8609         * wl-address.el (wl-address-get-petname): Return nil if no petname
8610         associated with the address was found.
8611
8612 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8613
8614         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8615         display is finished.
8616
8617 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8618
8619         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8620         `elmo-folder-exists-p' argument.
8621
8622 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8623
8624         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8625         the folder.
8626
8627 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8630
8631         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8632         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8633
8634 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8635
8636         * wl-folder.el (wl-folder-create-subr): New function.
8637         (wl-folder-confirm-existence): Use it.
8638         (wl-folder-check-one-entity): Use it.
8639         Check the error symbol is derived from 'elmo-open-error.
8640
8641         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8642         `ignore-error'.
8643
8644 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8645
8646         * wl-util.el (toplevel): Add (eval-when-compile (require
8647         'elmo-util)).  (Maybe `provide' is typo.)
8648
8649 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8652         (I don't know why this was needed.)
8653
8654         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8655         Follow up changes for stream-type.
8656
8657         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8658         (wl-draft-elmo-nntp-send): Ditto.
8659
8660         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8661         (wl-nntp-posting-stream-type): Ditto.
8662         (wl-pop-before-smtp-ssl): Abolished.
8663         (wl-nntp-posting-ssl): Ditto.
8664
8665         * wl-address.el (wl-address-quote-specials): New function.
8666         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8667
8668         * wl-draft.el (wl-draft-reply): Ditto.
8669
8670 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8671
8672         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8673         use function `wl-string-match-assoc'.
8674
8675 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8676
8677         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8678
8679         * wl-draft.el (wl-draft-deduce-address-list): New function.
8680         (wl-draft-parse-mailbox-list): Ditto.
8681         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8682         instead of `smtp-deduce-address-list'.
8683         (wl-draft-on-field-p): Follow group list.
8684
8685         * wl-address.el (wl-address-concat-token): New function.
8686         (wl-address-string-without-group-list-contents): Ditto.
8687         (wl-complete-field-body): Fixed problem of completion
8688         by japanese petname.
8689         (wl-address-make-completion-list): Rewrite.
8690
8691 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8692
8693         * wl-address.el (wl-address-make-completion-list): Completion by
8694         petname.
8695         (wl-complete-field-body): Likewise.
8696
8697 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8698
8699         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8700         contains invalid address syntax.
8701
8702 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8703
8704         * wl-folder.el (wl-folder-check-entity-async): Use
8705         `elmo-nntp-spec-hostname'.
8706
8707 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8708
8709         * wl-summary.el (wl-summary-msgdb-load-async): Use
8710         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8711
8712 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-draft.el (wl-draft-reply): Set argument
8715         `content-transfer-encoding' as nil.
8716
8717 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8718
8719         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8720         `wl-refile-alist'.
8721
8722 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8723
8724         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8725         (wl-draft-edit-string): Ditto.
8726         (wl-draft-forward): Ditto.
8727         * wl-summary.el (wl-summary-write): Ditto.
8728
8729 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8730
8731         * wl-summary.el (wl-summary-sync-update3): Call
8732         `wl-summary-buffer-number-column-detect'.
8733         (wl-summary-buffer-number-column-detect): Search from point-min.
8734
8735 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8736
8737         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8738         contains an address which is not included in original to or cc.
8739
8740 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8741
8742         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8743         begin-line does not exist.
8744         * wl-message.el (wl-message-uu-substring): Ditto.
8745
8746 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8749         clear local variables.
8750         (wl-summary-exit): Call `elmo-commit'.
8751         (wl-summary-switch-to-clone-buffer): Call
8752         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8753         (wl-summary-goto-folder-subr): Ditto.
8754
8755         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8756         POP folder.
8757
8758 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8761         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8762         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8763         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8764         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8765         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8766
8767         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8768
8769 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8770
8771         * wl-summary.el (wl-summary-search-by-subject):
8772         Search parent message from the latest one.
8773
8774 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8777         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8778
8779         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8780         New user option.
8781
8782         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8783         if elmo-nntp-use-killed-list is nil.
8784         Use `elmo-msgdb-append-to-killed-list'.
8785         (Append numbers confirmed as disappeared to the killed list.)
8786         (wl-summary-confirm-appends): Don't display negative number.
8787
8788 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8789
8790         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8791
8792 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8795         range is `all'.
8796         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8797         `elmo-list-bigger-diff'.
8798
8799 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8800
8801         * wl-summary.el (wl-summary-buffer-exit-func):
8802         New buffer local variable.
8803         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8804
8805 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8806
8807         * wl-demo.el (wl-demo): Fix the last change.
8808
8809 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8810
8811         * wl-demo.el (wl-demo): Don't use `eval'.
8812
8813 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8814
8815         * wl-summary.el (wl-summary-buffer-thread-modified):
8816         New buffer-local variable.
8817         (wl-summary-set-thread-modified): New function.
8818         (wl-summary-thread-modified-p): New function.
8819         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8820         (wl-summary-yank-saved-message): Use function
8821         `wl-summary-set-thread-modified'
8822         (wl-summary-switch-to-clone-buffer): Add
8823         `wl-summary-buffer-thread-modified'.
8824
8825         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8826         (wl-summary-buffer-mark-saved-hook): Ditto.
8827         * wl-summary.el (wl-summary-msgdb-save): New hook
8828         `wl-summary-buffer-message-saved-hook' and
8829         `wl-summary-buffer-mark-saved-hook'.
8830
8831 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8832
8833         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8834
8835 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8836
8837         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8838         don't hide scroll bars under FSF Emacsen because it may incur an
8839         undesirable redrawing.
8840
8841 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8842
8843         * wl-draft.el (wl-draft-edit-string): Call
8844         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8845
8846 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8847
8848         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8849
8850 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8851
8852         * wl-summary.el (wl-summary-msgdb-load-async): Call
8853         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8854
8855 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8856
8857         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8858         fringes in demo buffer; center bitmap logo correctly even if old
8859         Mule is used.
8860
8861 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8862
8863         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8864
8865         * wl-refile.el (wl-refile-subject-alist): New variable.
8866         (wl-refile-subject-alist-file-name): Ditto.
8867         (wl-refile-alist-setup): Rewrite.
8868         (wl-refile-alist-save): Use `elmo-object-save'.
8869         Eliminated arguments.
8870         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8871         (wl-refile-guess-by-subject): New function.
8872         (wl-refile-guess-func-list): Added it.
8873
8874 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8875
8876         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8877         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8878
8879 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8880
8881         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8882         New buffer-local variable.
8883         (wl-summary-buffer-next-folder-func): Ditto.
8884         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8885         if non-nil.
8886         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8887         if non-nil.
8888         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8889         if non-nil.
8890         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8891         if non-nil.
8892
8893 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8894
8895         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8896         permanently in the demo buffer.
8897
8898 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8901         `mime-entity-fetch-field'.
8902
8903         * wl.el (wl-exit): Delete plugged buffer.
8904
8905         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8906         XEmacs has menubar feature.
8907
8908 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8909
8910         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8911         cannot arrive at the beginning of the buffer under old Emacsen.
8912
8913 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8914
8915         * wl-address.el (wl-address-ldap-search):
8916         Call `ldap-search-entries' with `withdn' argument t.
8917         (wl-complete-field-body): Bind completion-ignore-case as t.
8918         Clear ldap search hash when it was sole completion.
8919         Use elmo-string for pattern string.
8920         (wl-ldap-alias-safe-string): Eliminated needless let.
8921
8922 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8923
8924         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8925         (wl-ldap-alias-sep): New constant.
8926         (wl-ldap-search-attribute-type-list): Ditto.
8927         (wl-ldap-get-value): New function.
8928         (wl-ldap-make-filter): Ditto.
8929         (wl-ldap-make-matched-value-list): Ditto.
8930         (wl-ldap-alias-safe-string): Ditto.
8931         (wl-ldap-register-dn-string): Ditto.
8932         (wl-address-ldap-search): Rewrite.
8933
8934 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8935
8936         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8937         thread is deleted.
8938         (wl-thread-delete-line-from-buffer): Ditto.
8939         (wl-thread-get-exist-children): New function.
8940
8941 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8942
8943         * wl-demo.el (wl-demo): Made it to select various image types.
8944         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8945         from `wl-title-logo'.
8946         (wl-logo-ascii): New variable.
8947         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8948         (wl-demo-copyright-notice): New constant.
8949
8950         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8951
8952 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8953
8954         * wl-vars.el (wl-summary-target-above): Renamed from
8955         wl-summary-temp-above.
8956         * wl-score.el (wl-score-get-score-alist): Use it.
8957         (wl-summary-score-update-all-lines): Use it.
8958         * wl-summary.el: Ditto. (make-variable-buffer-local).
8959
8960 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * wl-vars.el (wl-ldap-port): New user option.
8963
8964         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8965         Rewite whole implementation.
8966         (wl-complete-field-body): Fixed.
8967
8968 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8969
8970         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8971         Choose implementation at compile time.
8972
8973 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8974
8975         * wl-address.el (wl-ldap-search-internal): New function.
8976         (wl-complete-field-to): Use it.
8977
8978 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8981         Use `let' instead of `let*'.
8982         Require 'wl-vars.
8983
8984         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8985         Define as defcustom.
8986         (wl-ldap-base): Ditto.
8987         (wl-use-ldap): Ditto.
8988
8989 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8990
8991         * wl-address.el (wl-ldap-search): New function.
8992         (wl-complete-field-body): Use `wl-ldap-search'.
8993         (wl-ldap-server): New variable.
8994         (wl-ldap-base): Ditto.
8995         (wl-use-ldap): Ditto.
8996
8997 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8998
8999         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9000         (Pointed out by Mito <mit@nines.nec.co.jp>).
9001         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9002         buffer-local variables like `wl-summary-redisplay-internal'.
9003         (wl-summary-redisplay-all-header): Likewise.  Update
9004         Summary view too.
9005
9006 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9007
9008         * wl-summary.el (wl-summary-jump-to-parent-message):
9009         Consider prefix argument.
9010
9011         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9012         when closed thread is deleted.
9013
9014 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9015
9016         * wl-summary.el (wl-summary-jump-to-parent-message):
9017         Consider thread modification.
9018
9019 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9020
9021         * wl-message.el (wl-message-normal-get-original-buffer): Use
9022         `save-excursion'.
9023
9024         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9025         (wl-summary-showto-folder-regexp): Ditto.
9026
9027 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9028
9029         * wl-util.el (wl-delete-alist): Doc fix.
9030         (wl-delete-associations): New function.
9031         (wl-inverse-alist): New function.
9032         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9033         Split temporary variables. Use `wl-delete-associations'
9034         and `wl-inverse-alist'.
9035         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9036
9037 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9038
9039         * wl-folder.el (wl-folder-prefetch-entity):
9040         Execute prefetching if new count is unknown.
9041
9042 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9043
9044         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9045
9046         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9047         delete entity.
9048         (wl-thread-set-parent): If insert as top, set linked as nil.
9049
9050         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9051         `wl-thread-cleanup-symbols' when view mode is thread.
9052
9053 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9054
9055         * wl-folder.el (wl-folder-create-folder-entity): Use
9056         with-current-buffer.
9057         (wl-local-folder-init): Call set-buffer to make sure we are in
9058         the Folder buffer. Don't touch buffer-local variables here.
9059         (wl-folder-mode): Initialize buffer-local variables here.
9060
9061         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9062         (wl-folder-entity-assign-id): Ditto.
9063         (wl-folder-create-entity-hashtb): Ditto.
9064         (wl-local-folder-init): Ditto.
9065         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9066
9067 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9068
9069         * wl-summary.el (wl-summary-default-from): Fix probrem when
9070         std11-extract-address-components return (nil "foo@bar").
9071
9072 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9073
9074         * wl-draft.el (wl-draft-clone-local-variables):
9075         Remove redundant `setq'.
9076
9077 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9078
9079         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9080         Bind wl-highlight-x-face-func as nil while highlighting header.
9081
9082 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9083
9084         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9085
9086 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9087
9088         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9089         elmo-msgdb-overview-hashtb from copy-variables.
9090         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9091         instead of `elmo-msgdb-overview-get-entity-by-number'.
9092         (wl-summary-auto-refile): Ditto.
9093
9094         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9095         `elmo-msgdb-overview-get-entity' instead of
9096         `elmo-msgdb-search-overview-entity'.  Use
9097         `elmo-msgdb-overview-get-entity' instead of
9098         `elmo-msgdb-overview-get-entity-by-number'.
9099         (wl-thread-insert-entity-sub): Ditto.
9100         (wl-thread-insert-message): Ditto.
9101
9102         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9103         `elmo-msgdb-overview-get-entity'.
9104         (wl-normal-message-redisplay): Ditto.
9105
9106 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9107
9108         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9109         `wl-thread-entities'.
9110         (wl-thread-delete-message): Fix remove top message from
9111         `wl-thread-entity-list'.
9112
9113         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9114         wl-append(nconc), because update-list is broken on Meadow.
9115
9116         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9117         updating process.
9118         (wl-summary-rescan): Ditto.
9119         (wl-summary-sync-update3): Ditto.
9120         * wl-thread.el (wl-thread-set-parent): Renamed from
9121         `wl-summary-set-parent'.
9122         (wl-thread-insert-message): Updating buffer faster.
9123         (wl-thread-delete-message): Updating buffer faster.
9124
9125         * wl-score.el (wl-summary-score-update-all-lines): Changed
9126         interval for display progress gauge.
9127
9128 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9129
9130         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9131         folder always-sticky.
9132         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9133         defmacro.
9134
9135 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9136
9137         * wl-vars.el (wl-draft-add-references): New user option.
9138
9139         * wl-draft.el (wl-draft-add-references): New function.
9140         (wl-draft-yank-from-mail-reply-buffer): Use it.
9141         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9142         as nil.
9143
9144 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9145
9146         * wl-thread.el (wl-thread-update-line-msgs): Called
9147         `wl-thread-update-line-on-buffer-sub'.
9148         (wl-thread-update-line-on-buffer): Delete routine of inserting
9149         thread.
9150         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9151         moved from `wl-thread-update-line-on-buffer'.
9152         Add threshold for displaying progress gauge.
9153         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9154         argument of `wl-thread-update-line-msgs'.
9155         Add threshold for displaying progress gauge.
9156         * wl-folder.el:
9157         Add threshold for displaying progress gauge.
9158         * wl-score.el: Ditto.
9159
9160         * wl-expire.el (wl-summary-expire): Display deleting info.
9161
9162 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9165         `no-msg'.
9166         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9167         argument of `wl-thread-update-line-msgs'.
9168         (wl-summary-set-parent): Added optional argument `parent-number'.
9169         (wl-summary-buffer-saved-message): New buffer local variable.
9170         (wl-summary-save-current-message): New command.
9171         (wl-summary-yank-saved-message): Ditto.
9172         (wl-summary-mode-map): Added key binding for
9173         `wl-summary-save-current-message' (\ew) and
9174         `wl-summary-yank-saved-message' (\C-y).
9175         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9176
9177 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9178
9179         * wl-summary.el (wl-summary-mode-map): Added key binding for
9180         `wl-summary-set-parent' (ts).
9181
9182 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9183
9184         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9185         subject faster. If thread number is reverse, delayed updating
9186         thread.
9187         (wl-summary-search-by-subject): Ditto.
9188         (wl-summary-put-alike): Ditto.
9189         (wl-summary-get-alike): Ditto.
9190         (wl-summary-insert-headers): Insert header of all overview in
9191         buffer.
9192         (wl-summary-rescan): Delayed updating thread. Kill search subject
9193         buffer for wl-summary-search-by-subject.
9194         (wl-summary-sync-update3): Ditto.
9195         (wl-summary-exit): Ditto.
9196         (wl-summary-goto-bottom-of-current-thread): Change for linked
9197         thread.
9198         (wl-summary-overview-create-summary-line): Change line for linked
9199         thread.
9200
9201         * wl-summary.el (wl-summary-update-thread): Use
9202         wl-thread-maybe-get-children-num.
9203         (wl-summary-set-parent): If change parent, move sub thread.
9204         (wl-summary-redisplay-internal): Add horizontal recenter.
9205         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9206
9207         * wl-thread.el (wl-thread-entity-get-linked): New function.
9208         (wl-thread-entity-set-linked): New function.
9209         (wl-thread-create-entity): Add linked element.
9210         (wl-thread-entity-insert-as-top): Use wl-append.
9211         (wl-thread-maybe-get-children-num): If closing thread, return
9212         children msgs.
9213         (wl-thread-update-line-msgs): Displaying progress message.
9214         (wl-thread-update-line-on-buffer-sub): Use
9215         wl-thread-maybe-get-children-num.
9216         (wl-thread-update-line-on-buffer): If update line is not exists,
9217         insert thread.
9218         (wl-thread-delete-message): If delete top msg of thread, search
9219         parent by subject.
9220         (wl-thread-insert-entity): Use
9221         wl-thread-maybe-get-children-num.
9222
9223         * wl-highlight.el (wl-highlight-summary-current-line): change
9224         sregexp for linked thread.
9225         * wl-util.el (wl-count-lines): Count lines.
9226         (wl-horizontal-recenter): horizontal recenter.
9227         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9228         (wl-score-get-alike): Ditto.
9229         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9230         (wl-subject-length-limit): New variable.
9231         (wl-highlight-thread-indent-string-regexp): Changed for linked
9232         thread.
9233
9234 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9235
9236         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9237         New variable (revival).
9238         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9239         by subject matching if there's no in-reply-to nor references field
9240         (revival).
9241
9242 \f
9243 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9244
9245         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9246         message.
9247
9248 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9249
9250         * wl-summary.el (wl-summary-reply): Return t if there was a
9251         message at cursor point.
9252         Added unwind-protect.
9253         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9254         returns t.
9255         (wl-summary-cancel-message): Do nothing when there's no message at
9256         cursor point.
9257         (wl-summary-forward): Ditto.
9258         (wl-summary-jump-to-parent-message): Ditto.
9259         (wl-summary-reedit): Ditto.
9260         (wl-summary-edit-addresses): Ditto.
9261         (wl-summary-pipe-message): Ditto.
9262         (wl-summary-print-message-with-ps-print): Ditto.
9263         (wl-summary-print-message): Ditto.
9264         (wl-summary-mark-as-important): Ditto.
9265         (wl-summary-mark-as-unread): Ditto.
9266
9267         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9268         message at cursor point.
9269         (wl-summary-reply-with-citation): Remove unwind-protect.
9270
9271         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9272         subject searching feature.
9273         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9274         Eliminated.
9275
9276 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9279         New variable.
9280         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9281         by subject matching if there's no in-reply-to nor references field.
9282
9283         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9284
9285         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9286         when display is finished.
9287         (wl-folder-open-all): Ditto.
9288         (wl-folder-update-access-group): Ditto.
9289         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9290         * wl-thread.el (wl-thread-close-all): Ditto.
9291
9292         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9293         progress gauge only when it was displayed.
9294         * wl-folder.el (wl-folder-insert-entity): Ditto.
9295
9296 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9297
9298         * wl-summary.el (wl-summary-incorporate): Enclose
9299         `wl-summary-sync-force-update' with save-excursion.
9300
9301 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9302
9303         * wl-summary.el (wl-summary-prefetch-region):
9304         Pass current cursor point to `pos-visible-in-window-p' after
9305         moving cursor to the started point.
9306
9307 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9308
9309         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9310
9311         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9312         fields from the forwarding message.
9313         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9314         `ignored-fields'.
9315
9316 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9317
9318         * wl-mime.el (wl-message-request-partial):
9319         Eliminated argument `msgdb'.
9320         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9321         (wl-mime-combine-message/partial-pieces): Likewise.
9322         * tm-wl.el (wl-message-request-partial): Likewise.
9323         (wl-mime-combine-message/partial-pieces): Likewise.
9324
9325 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9326
9327         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9328         when display is finished.
9329
9330 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9331
9332         * wl-summary.el (wl-summary-goto-folder-subr):
9333         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9334
9335 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9336
9337         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9338         when cursor point is visible.
9339
9340 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9341
9342         * wl-expire.el (wl-expire-archive-get-max-number):
9343         Don't use `file-name-directory'.
9344
9345 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * wl-expire.el (wl-expire-archive-get-max-number):
9348         Use `file-name-directory'.
9349
9350 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9353         only when there is progress.
9354
9355 2000-04-13  Mito <mit@nines.nec.co.jp>
9356
9357         * wl-summary.el (wl-summary-sync-marks): Display progress.
9358
9359 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9360
9361         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9362         (wl-summary-prev): Move cursor regardless of unread status.
9363         (wl-summary-next): Ditto.
9364
9365 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9366
9367         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9368         Added argument `target' and `number'.
9369         * tm-wl.el (wl-summary-burst-subr): New function.
9370         (wl-summary-burst): Use it.
9371
9372 2000-04-10  Mito <mit@nines.nec.co.jp>
9373
9374         * wl-mime.el (wl-burst): New function.
9375         (wl-summary-burst): Use it.
9376
9377 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9378
9379         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9380         as petname when there's no candidate.
9381
9382 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9383
9384         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9385         New variable.
9386         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9387
9388         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9389
9390         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9391
9392 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9395         Use substring of `original' instead of buffer-substring.
9396         (wl-refile-evaluate-rule):
9397         Set `original' argument of wl-refile-expand-newtext.
9398
9399         * wl-summary.el
9400         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9401         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9402         (wl-summary-auto-refile): Check existence of destination folder just
9403         before marking.
9404
9405 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9406
9407         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9408         when wl-refile-get-field-value return nil.
9409
9410 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9411
9412         * wl-refile.el
9413         (wl-refile-expand-newtext): New function imported from Gnus.
9414         (wl-refile-evaluate-rule): Use it.
9415
9416 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9417
9418         * wl-summary.el (wl-summary-print-destination):
9419         Duplicate folder string to avoid putting text-property on
9420         original string.
9421
9422         * wl-refile.el (wl-refile-get-field-value): New function.
9423         (wl-refile-evaluate-rule): New function;
9424         Evaluate refile rule recursively.
9425         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9426         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9427         New function; Check existence of a target folder recursively.
9428         (wl-summary-auto-refile-check-refile-rule-alist):
9429         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9430
9431 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9434
9435         * wl-folder.el (wl-create-folder-entity-from-buffer):
9436         Fixed problem when '}' character is contained in folder name.
9437
9438         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9439
9440 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9441
9442         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9443         (wl-fldmgr-add-completion-all-completions):
9444         Use wl-fldmgr-add-completion-hashtb.
9445
9446 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9447
9448         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9449         wl-fldmgr-add-completion-subr): New functions.
9450         * wl-folder.el (wl-folder-completion-func): New variable.
9451         * wl-summary.el (wl-summary-read-folder):
9452         Use wl-folder-completion-func.
9453
9454         * wl-refile.el: Eliminate throw & catch.
9455
9456         * wl.el (wl-plugged-sending-queue-status): Fixed.
9457
9458 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9459
9460         * wl-draft.el (wl-draft): Put category property on
9461         mail-header-separator.