eeVS:cate caused by merging elmo-mark branch
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-vars.el (wl-summary-resend-hook): New hook.
4
5         * wl-action.el (wl-summary-exec-action-resend-subr): Run
6         `wl-summary-resend-hook'.
7
8 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
9
10         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
11         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
12         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
13         (wl-summary-new-cached-mark): Changed default value to 'n'.
14         (wl-summary-unread-cached-mark): Changed default value to 'u'.
15         (wl-summary-answered-cached-mark): Changed default value to 'a'.
16         (wl-folder-sync-range-alist): Remove spec for 'flag.
17         (wl-summary-force-prefetch-folder-list): New user option.
18
19         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
20         `wl-summary-toggle-persistent-mark'.
21         (wl-summary-update-mark-and-highlight-window): Don't highlight when
22         number is nil.
23         (wl-summary-mark-as-answered-region): Set interactive argument of
24         `wl-summary-set-persistent-mark-internal'.
25         (wl-summary-mark-as-important-region): Ditto.
26         (wl-summary-unset-persistent-mark): Ditto.
27         (wl-summary-set-persistent-mark): Ditto.
28         (wl-summary-mark-as-answered): Ditto.
29         (wl-summary-mark-as-important): Ditto.
30         (wl-summary-set-persistent-mark-internal): Do nothing
31         when `elmo-message-flag-available-p' is nil.
32         (wl-summary-toggle-persistent-mark): New function.
33         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
34         when the folder matches `wl-summary-force-prefetch-folder-list'.
35
36
37         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
38         when number is nil.
39         (wl-highlight-summary-forwarded-face): New face.
40
41 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
42
43         * Version number is increased to 2.11.31.
44
45 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
46
47         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
48         (wl-biff-check-folder-async): Ditto.
49         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
50
51 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
52
53         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
54         Add an argument `reverse'.  All callers are updated.
55         (wl-summary-sort): Add a prefix argument `reverse' to specify
56         reverse sorting.
57         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
58         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
59         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
60
61 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-message.el (wl-message-redisplay): Does not narrow header if
64         disply-type is all-header or as-is.
65
66         * wl-summary.el (wl-summary-enter-handler): Use
67         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
68
69 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
72         after adding wl-draft-parent-variables.
73         (wl-draft-forward): Ditto.
74
75 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
76
77         * wl-summary.el (wl-summary-sync-marks): Call
78         `wl-summary-set-persistent-mark' and
79         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
80         (wl-summary-set-persistent-mark-internal): Add 4th argument
81         `no-server'.
82         (wl-summary-unset-persistent-mark): Ditto.
83         (wl-summary-set-persistent-mark): Ditto.
84         (wl-summary-add-flags-internal): Abolish.
85         (wl-summary-remove-flags-internal): Ditto.
86         (wl-summary-mark-as-important-internal): Ditto.
87         (wl-summary-mark-as-important): Use
88         `wl-summary-set-persistent-mark' instead of
89         `wl-summary-add-flags-internal'.
90         (wl-summary-mark-as-important-region): Ditto.
91
92         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
93
94         * wl-summary.el (wl-summary-get-available-flags): New function.
95         (wl-summary-sync-marks): Use it and simplified.
96         (wl-summary-unset-persistent-mark): Use
97         `wl-summary-get-available-flags'.
98         (wl-summary-set-persistent-mark): Ditto.
99
100 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
101
102         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
103         id.
104
105 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
106
107         * wl-summary.el (wl-summary-enter-handler): If argument is not a
108         number, call `wl-summary-prev-line-content'. Show message when the
109         message is not found.
110
111 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
112
113         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
114         wl-summary-enter-handler.
115         (wl-summary-enter-handler): New command.
116
117         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
118         docstring and custom spec.
119
120         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
121         flags too; Don't treat Cached and New.
122         (wl-summary-set-persistent-mark): Ditto.
123
124         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
125         `wl-folder-set-flag'.
126
127         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
128         instead of `wl-folder-set-flag'.
129
130         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
131         for completion.
132         (wl-summary-set-persistent-mark): Ditto.
133
134         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
135         instead of `wl-draft-quit-preview'.
136
137         * wl-mime.el (toplevel): Avoid compile warning.
138         (wl-mime-quit-preview): New function
139         (formarly defined as `wl-draft-quit-preview').
140         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
141         quitting method.
142
143         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
144
145         * wl-folder.el (wl-folder-set-flag): Renamed from
146         `wl-draft-set-flag-on-parent'.
147
148         * wl-draft.el (wl-draft-quit-preview): New function.
149         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
150         (wl-draft-send): Call `wl-folder-set-flag' instead of
151         `wl-draft-set-flag-on-parent'.
152         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
153
154 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
155
156         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
157         (wl-draft-send): Ditto.
158
159 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
160
161         * wl-vars.el (wl-draft-reply-hook): Changed default value.
162         (wl-draft-kill-pre-hook): Set default value as nil.
163         (wl-summary-reply-hook): Ditto.
164         (wl-draft-kill-flags): Abolish.
165
166         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
167         (wl-draft-parent-variables): Renamed from
168         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
169         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
170         argument; Add wl-draft-parent-variables to
171         wl-draft-config-variables.
172         (wl-draft-reply): Likewise.
173         (wl-draft-kill-flags): Abolish.
174         (wl-draft-send): Call wl-draft-set-flag-on-parent.
175         (wl-draft-set-flag-on-parent): New function.
176         (wl-draft-setup-parent-flag): Ditto.
177
178 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
179
180         * wl-draft.el (wl-draft-kill-flags): Avoid error when
181         `wl-draft-parent-folder' is "".
182
183 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
184
185         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
186         (wl-summary-digit-jump): New function.
187         (Adviced by John Owens and Hiroya Murata)
188
189         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
190         (Adviced by John Owens)
191
192         * wl-xmas.el (wl-message-define-keymap): Ditto.
193
194         * wl-mule.el (wl-message-define-keymap): Ditto.
195
196 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
199         change of return value of elmo-folder-count-flags.
200
201         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
202         (wl-summary-mark-as-read-internal): Ditto.
203         (wl-summary-set-persistent-mark-internal): Ditto.
204         (wl-summary-folder-info-update): Ditto.
205         (wl-summary-sync-update): Fixed the last change.
206
207         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
208
209 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
210
211         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
212         (wl-draft-kill-flags): Fixed docstring.
213
214         * wl-draft.el (wl-draft-kill-flags): New function.
215         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
216
217 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
218
219         * wl-vars.el (wl-reply-hook): Abolish.
220         (wl-draft-reply-hook): New hook.
221         (wl-summary-reply-hook): Ditto.
222         (wl-draft-forward-hook): Ditto.
223         (wl-summary-forward-hook): Ditto.
224         (wl-draft-kill-flags): New variable.
225
226         * wl-summary.el (wl-summary-mark-as-answered-region): Use
227         wl-summary-set-persistent-mark-internal.
228         (wl-summary-sync-marks): Use elmo-preserved-flags.
229         (wl-summary-update-persistent-mark): Make it interactive.
230         (wl-summary-set-persistent-mark-internal): New inline function.
231         (wl-summary-mark-as-answered): Use it.
232         (wl-summary-mark-as-unanswered): Ditto.
233         (wl-summary-unset-persistent-mark): New function.
234         (wl-summary-set-persistent-mark): Ditto.
235         (wl-summary-reply): Don't set answered flag;
236         Run wl-summary-reply-hook instead.
237         (wl-summary-forward): Call wl-draft-forward with number.
238         Run wl-summary-forward-hook.
239
240         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
241         (wl-highlight-summary-line-face-spec): Use it as a default
242         persistent mark face.
243
244         * wl-draft.el (wl-draft-forward): Added optional argument number;
245         Set wl-draft-parent-number; Run wl-draft-forward-hook.
246         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
247         (wl-draft-kill): Use wl-draft-kill-flags.
248
249         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
250
251         * wl-folder.el (wl-folder-check-one-entity): Follow the change
252         of return value of elmo-folder-count-flags.
253
254         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
255
256         * wl-summary.el (wl-summary-count-unread): Ditto.
257         (wl-summary-sync-update): Follow the change above.
258         (wl-summary-force-prefetch): New function.
259
260 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
261
262         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
263         variable `buf' with `let' instead of `setq'.
264
265 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-mime.el (wl-message-delete-current-part): If filename exists,
268         add Content-Disposition heaeder on the deleted part.
269
270 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
271
272         * wl-draft.el (wl-draft-save): Encode address list under edit by
273         `eword-encode-unstructured-field-body'.
274
275         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
276
277 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
280         wl-current-summary-buffer.
281
282 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
283
284         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
285         `numbers' is ignored.
286
287 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
288
289         * wl-folder.el (wl-folder-open-folder): Avoid error.
290         Reported by John Owens, [wl-en:815]
291
292         * wl.el (wl): Set timer for biff process even if prefix argument
293         is given or auto-checking is quitted.
294
295         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
296         immediately.
297         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
298         (wl-toggle-plugged): Ditto.
299
300         * wl-vars.el (wl-biff-use-idle-timer): New variable.
301         * wl-util.el (wl-biff-start): Use idle timer if
302         `wl-biff-use-idle-timer' is non-nil.
303
304 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
305
306         * wl-highlight.el (wl-highlight-message): Fix description.
307
308 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
311         tty.
312
313 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
314
315         * wl-action.el (wl-summary-exec): Print failure count.
316
317 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
320         to `defun', remove interactive form.
321         Set elmo-message-fetch-confirm when force-reload is non-nil.
322
323 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-summary.el (toplevel): Removed unnecessary autoload.
326
327 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
328
329         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
330         the buffer is generated from another message buffer.
331
332 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
335         extracted from `wl-fldmgr-save-folders'.
336         (wl-fldmgr-delete): Call it after deletion.
337
338 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
341         multi-tty support.
342
343 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
344
345         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
346
347 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
348
349         * wl-summary.el (wl-summary-rescan): Remove unused variables.
350         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
351
352 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
355         unsubscribe list only if argument CLEAR is nil.
356
357 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-draft.el (wl-draft-reply): Decode subject before removing
360         Re: prefix.
361
362 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
363
364         * wl-summary.el (wl-summary-sort-by-size): New command.
365
366 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-summary.el (wl-summary-number-list-from-region): New
369         function.
370         (wl-summary-mark-as-read-region): Use it.
371         (wl-summary-mark-as-unread-region): Ditto.
372         (wl-summary-set-flags-region): Ditto and add optional argument
373         remove.
374         (wl-summary-mark-as-answered-region): Ditto.
375         (wl-summary-mark-as-important-region): Ditto.
376         (wl-summary-target-mark-mark-as-important): Added optional
377         argument remove.
378         (wl-summary-target-mark-mark-as-answered): Ditto.
379         (wl-summary-target-mark-set-flags): Ditto.
380
381 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-summary.el (wl-summary-set-flags-region): Call
384         `wl-summary-set-flags-internal' with number list instead of call
385         one by each message.
386         (wl-summary-target-mark-set-flags): Likewise.
387
388 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-summary.el (wl-summary-target-mark-operation): Add optional
391         argument `inverse' and use `wl-summary-delete-all-target-marks'.
392         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
393         (wl-summary-target-mark-mark-as-answered): Likewise.
394
395 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
396
397         * wl-summary.el (wl-summary-target-mark-forward): Use
398         `wl-summary-delete-all-target-marks' instead of
399         `wl-summary-delete-all-temp-marks'.
400         (wl-summary-target-mark-reply-with-citation): Ditto.
401         (wl-summary-target-mark-uudecode): Ditto.
402         (wl-summary-target-mark-set-flags): Ditto and remove needless
403         cursor move.
404
405 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * wl-summary.el (wl-summary-target-mark-forward): Protect
408         wl-summary-buffer-target-mark-list from nreverse.
409         (wl-summary-target-mark-reply-with-citation): Ditto.
410
411 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
412
413         * wl-thread.el (wl-thread-update-indent-string-thread): Use
414         `elmo-display-progress-threshold'.
415
416 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
419         check `wl-summary-highlight'.
420         (wl-summary-window-scroll-functions): Respect value of
421         `wl-summary-highlight'.
422         (wl-summary-sync-update): Run hooks
423         `wl-summary-buffer-window-scroll-functions' at any time.
424
425 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
428         from `wl-summary-cleanup-temp-marks'.
429         (wl-summary-cleanup-temp-marks): Abolish argument.
430         * wl.el (wl-save-status): Revert previous change.
431         (wl-execute-temp-marks): New function, call
432         `wl-summary-exec-with-confirmation'.
433         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
434         (wl-folder-save-and-exec-marks): Abolished.
435
436 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
437
438         * wl-e21.el (wl-e21-display-image-p): Respect
439         `wl-highlight-folder-with-icon'.
440         (wl-e21-highlight-folder-group-line): Highlight mouse line
441         even if wl-e21-display-image-p is nil.
442
443         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
444         Respect value of `wl-summary-highlight'.
445
446         * wl.el (wl-save-status): Remove unused variable.
447
448         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
449         (wl-folder-mode-map): Bind it to "x".
450
451 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
454
455         * wl-thread.el (wl-thread-get-parent-list): Don't check
456         disconnected ancestors, neglecting needless work in
457         `wl-thread-update-indent-string-thread'.
458
459         * wl.el (wl-save): Take prefix argument to execute remaining marks.
460         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
461         argument, add argument default-keep to keep marks by default.
462
463         * Version number is increased to 2.11.30.
464
465         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
466         customization type and docstring.
467         (wl-draft-reply-without-argument-list): Ditto.
468
469 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
472
473         * wl-spam.el (wl-spam-mark-action-list): Ditto.
474
475 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
478
479 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
480
481         * wl-draft.el (wl-draft-config-exec): Narrow the range of
482         save-excursion so as not to include run-hooks.
483
484 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
487         Clarify that marks are going to be cleared.
488
489 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
492         according to 3rd element of wl-summary-flag-mark.
493
494         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
495
496 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-action.el (wl-summary-target-mark-all): Don't set
499         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
500
501 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
502
503         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
504         (wl-forward-subject-prefix): Ditto.
505         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
506         (wl-draft-reply-make-subject): Ditto.
507
508         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
509         `wl-draft-forward'.
510         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
511
512 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
513
514         * wl-action.el (wl-summary-target-mark-set-action): Stop if
515         target message does not exist.
516
517 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
518
519         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
520         `wl-subject-prefix-regexp'.
521         (wl-subject-forward-prefix-regexp): New variable.
522         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
523         `wl-draft-strip-subject-re' and take regexp as argument.
524         (wl-draft-forward): Use it.
525         (wl-draft-reply): Ditto.
526
527 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
528
529         * wl-e21.el (wl-highlight-plugged-current-line): Change for
530         emacs multi-tty support.
531
532 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
533
534         * wl-e21.el (wl-e21-display-image-p): Don't call
535         `display-images-p'.
536         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
537         support.
538         (wl-highlight-folder-current-line): Ditto.
539         (wl-folder-init-icons): Ditto.
540
541 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
544         the last line of summary in unplugged mode.
545
546 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
547
548         * wl-vars.el (wl-refile-rule-alist): Doc fix.
549
550 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-vars.el (wl-user-mail-address-regexp): New variable.
553         * wl-address.el (wl-address-user-mail-address-p): Use it.
554         (wl-address-delete-user-mail-addresses): Ditto.
555         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
556
557         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
558         (wl-address-delete-user-mail-addresses): Ditto.
559
560         * wl-address.el (wl-address-delete-user-mail-addresses): New
561         function.
562         * wl-refile.el (wl-refile-guess-by-history): Use it.
563         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
564         (wl-draft-make-mail-followup-to): Ditto and fix logic.
565
566         * wl-draft.el (wl-draft-edit-string): To judge sender address,
567         use wl-address-user-mail-address-p.
568
569 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
572         after opening group.
573
574 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
577         of elmo-set-buffer-multibyte.
578
579         * wl-message.el (wl-original-message-mode): Ditto.
580
581         * wl-score.el (wl-score-insert-header): Ditto.
582
583         * wl-summary.el
584         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
585         (wl-summary-goto-folder-subr): Ditto.
586         (wl-summary-insert-headers): Ditto.
587
588         * wl-util.el (wl-set-string-width): Ditto.
589
590         * Version number is increased to 2.11.29.
591
592 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
593
594         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
595         (wl-highlight-summary-line-help-echo-alist): New variable.
596         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
597         into `wl-highlight-summary-line-help-echo' and
598         `wl-highlight-flag-folder-help-echo'.
599         (wl-highlight-summary-line-string): Change accordingly.
600         (wl-highlight-summary-current-line): Ditto.
601
602 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
603
604         * wl-highlight.el (wl-highlight-message): Ignore white spaces
605         at the beginning of field body (Thanks to Markus Knittig).
606
607         * wl-draft.el (wl-draft-insert-current-message): Also check
608         summary buffer, remove unnecessary tag.
609
610 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
611
612         * wl-draft.el (wl-draft-insert-current-message): Cause error also
613         when wl-message-buffer is nil.
614
615         * wl-folder.el (wl-folder): Abolish unused argument.
616         Call wl-folder-init when wl-folder-entity is nil.
617         * wl.el (wl): Change accordingly.
618
619 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
622         multibyte string before insert into draft buffer.
623         (wl-draft-create-buffer): Always enable multibyte characters for
624         draft buffer.
625
626         * Version number is increased to 2.11.28.
627
628 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-folder.el (wl-folder-open-close): Handle blank line.
631         (wl-folder-jump-to-current-entity): Ditto.
632
633 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * Version number is increased to 2.11.27.
636
637 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
638
639         * wl-thread.el (wl-thread-insert-message): When the thread is
640         devided by wl-summary-max-thread-depth, insert line at the end of
641         buffer.
642
643 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * Version number is increased to 2.11.26.
646
647 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
648
649         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
650
651 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
652
653         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
654         value of stream-type and session.
655
656 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * Version number is increased to 2.11.25.
659
660 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
661
662         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
663         in a quit message.
664
665 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
668         (wl-summary-redisplay-no-mime-internal): Ditto.
669
670 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
671
672         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
673         * wl-vars.el (wl-smtp-connection-type): Ditto.
674
675 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
676
677         * wl-highlight.el (wl-highlight-message): Change to strict regexp
678         for the separator line and quote mail-header-separator.
679
680 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
681
682         * wl-spam.el (wl-message-check-spam): Fixed problem no display
683         result message.
684
685         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
686         `elmo-multiple-fields-body-list' with boundary as
687         mail-header-separator.
688
689 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
692
693 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
694
695         * wl-util.el (wl-list-diff): Remove unused function.
696
697         * wl-draft.el (wl-draft-send-confirm): Discard input before
698         confirmation.
699
700 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
703         order of flag and new.
704
705 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-vars.el (wl-refile-policy-alist): Abolished.
708
709         * wl-action.el (wl-summary-set-action-refile): Follow the change
710         above.
711
712 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * wl-highlight.el (wl-highlight-signature-search): Don't use
715         re-search-backward for a long word since it is possible to crash
716         XEmacs because of a bug.
717
718 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
719
720         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
721
722 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
723
724         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
725         argument for wl-summary-sync-force-update.
726
727 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
728
729         * wl-summary.el (wl-summary-mode-map): Revival of
730         wl-summary-mark-as-important related bindings;
731         Bind 'F','tF','mF','rF','m&'.
732         (wl-summary-mark-as-important-region): Revival.
733         (wl-summary-target-mark-mark-as-important): Ditto.
734         (wl-summary-target-mark-operation): New function.
735         (wl-summary-target-mark-mark-as-answered): Use it.
736         (wl-summary-decide-flag): Don't set Important as default.
737         (wl-summary-mark-as-important-internal): Revival.
738         (wl-summary-mark-as-important): Ditto.
739
740         * wl-thread.el (wl-thread-mark-as-important): Ditto.
741
742         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
743         instead of facep.
744
745 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
746
747         * wl-dnd.el (wl-dnd-drop-func): Fix.
748
749         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
750         mouse-set-point instead of posn-point.
751
752         * wl-xmas.el (wl-completing-read-multiple): Define as function.
753
754         * wl-mule.el (wl-completing-read-multiple): Ditto.
755
756 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-demo.el (face-background-name): Defalias to avoid compile
759         warning.
760
761 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
762
763         * wl-summary.el (wl-summary-decide-flag): Use
764         wl-completing-read-multiple instead of completing-read-multiple.
765
766         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
767         New alias.
768
769         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
770         Use face-background-name instead of face-background.
771
772         * wl-vars.el (wl-summary-save-file-suffix): New user option.
773
774         * wl-summary.el (wl-summary-save): Use it.
775         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
776
777         * wl-mime.el (wl-mime-save-content): Fix last change.
778
779 2004-02-10  Len Trigg <lenbok@myrealbox.com>
780
781         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
782         New function.
783         (wl-summary-sort-specs): Added sort.
784         * wl-mime.el (wl-mime-save-content): Expand file name.
785
786 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
787
788         * wl-mime.el (wl-draft-preview-message): Fixed typo.
789
790         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
791
792 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
795         for flag if it is not defined.
796
797 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
798
799         * wl-e21.el (wl-highlight-folder-current-line): Use
800         elmo-folder-type-internal when elmo-folder-type returns nil.
801
802         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
803
804         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
805
806         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
807
808         * wl-e21.el (wl-summary-toolbar): Ditto.
809
810         * wl-vars.el (wl-demo-background-color): Abolished.
811         (wl-summary-persistent-mark-priority-list): Renamed from
812         wl-summary-flag-priority-list.
813         (wl-summary-flag-alist): New user option.
814         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
815         (wl-message-mode-line-format-spec-alist): Added 'F'.
816         (wl-message-mode-line-format): Likewise.
817         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
818         instead of wl-summary-important-mark.
819         (wl-file-folder-icon): New variable.
820
821         * wl-thread.el (wl-thread-set-flags): Renamed from
822         wl-thread-mark-as-important.
823
824         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
825         warning.
826         (wl-summary-mode-menu-spec): Follow the change of 
827         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
828         (wl-summary-mode-map): Follow the change of
829         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
830         (wl-summary-detect-mark-position): Follow the variable name change.
831         (wl-summary-set-flags-region): New function for the replacement of
832         wl-summary-mark-as-important-region.
833         (wl-summary-sync-marks): Sync all global-flags.
834         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
835         instead of elmo-message-flagged-p.
836         (wl-summary-persistent-mark-string): Follow the variable name change;
837         Put wl-summary-flag-mark if the message has global-flag.
838         (wl-summary-target-mark-set-flags): Renamed from 
839         wl-summary-target-mark-mark-as-important.
840         (wl-summary-decide-flag): New function.
841         (wl-summary-set-flags-internal): Renamed from
842         wl-summary-mark-as-important-internal.
843         (wl-summary-add-flags-internal): New function.
844         (wl-summary-remove-flags-internal): Ditto.
845         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
846         (wl-summary-mark-as-unimportant): Abolish.
847         (wl-summary-move-spec-alist): Changed `important' to `digest'.
848         (wl-summary-next-message): List flagged messages in the msgdb.
849
850         * wl-score.el (wl-summary-score-update-all-lines): Use
851         wl-summary-add-flags-internal instead of 
852
853         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
854
855         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
856         from wl-message-buffer-cur-flag (To avoid misunderstanding).
857         (wl-message-buffer-require-all-header): Renamed from
858         wl-message-buffer-all-header-flag (Ditto).
859         (wl-message-buffer-flag-indicator): New variable.
860         (wl-message-redisplay): Changed local varibale name from `flag' to
861         `display-type'; Set up wl-message-buffer-flag-indicator.
862         (wl-message-buffer-display): Changed varibale name from `flag' to
863         `display-type'.
864         (wl-message-display-internal): Likewise.
865
866         * wl-highlight.el (wl-highlight-demo-face): Define default background
867         color.
868         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
869
870         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
871
872         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
873         (wl-demo-setup-properties): Renamed from
874         `wl-demo-set-background-color'.
875         (wl-demo): Follow the change above.
876         
877         * Version number is increased to 2.11.24.
878
879 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-summary.el (wl-summary-toggle-thread): Call
882         `wl-summary-rescan' with disable-thread as non-nil.
883         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
884
885 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
886
887         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
888         foreground property of the face.
889         (wl-demo-insert-text): Don't set up face property here.
890         (wl-demo): Call wl-demo-set-background-color, anyway.
891
892 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
893
894         * wl-vars.el (wl-demo-background-color): The value can be nil.
895
896 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
897
898         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
899         to wl-summary-wheel-dispatcher.
900
901         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
902         wl-message-wheel-dispatcher.
903         (wl-message-wheel-dispatcher): New function.
904         (wl-summary-wheel-dispatcher): Ditto.
905
906 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
907
908         * wl-action.el (wl-summary-target-mark-all): List messages which are
909         not in the killed-list.
910
911         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
912         only when the folder is 'flag/important.
913
914         * wl-address.el (wl-complete-field-body): Complete if the last
915         character is a space.
916
917 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-folder.el (wl-folder-clear-entity-info): Use
920         elmo-clear-hash-val.
921
922         * wl-fldmgr.el (wl-fldmgr-rename): Set
923         wl-folder-info-alist-modified as t.
924
925 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
926
927         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
928
929 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
930
931         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
932         (wl-folder-buffer-last-visited-entity-id): New buffer local
933         variable.
934         (wl-folder-revisit-last-visited-folder): New function.
935         (wl-folder-mode-map): Bind it to "C-i".
936         (wl-folder-set-current-entity-id): Set last visited folder.
937         * wl-summary.el (wl-summary-exit): Ditto.
938
939 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
942         before calling `recenter' in order to cope with an XEmacs bug.
943
944 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
945
946         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
947         to the default value.
948
949 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
952         change.
953         (wl-summary-sync-marks): Ditto.
954         (wl-summary-mark-as-read-internal): Ditto.
955         (wl-summary-mark-as-answered-internal): Ditto.
956         (wl-summary-mark-as-important-internal): Ditto.
957         (wl-summary-reply): Ditto.
958
959         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
960         instead of `elmo-folder-unflag-answered'.
961
962         * Version number is increased to 2.11.23.
963
964         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
965         the last change.
966
967 2004-01-11  Kenichi Okada  <okada@opaopa.org>
968
969         * wl-spam.el (wl-summary-exec-action-refile-with-register):
970         Specify "spam" or "good".
971
972 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
973
974         * wl-spam.el (wl-summary-exec-action-spam): Call
975         wl-folder-confirm-existence for spam folder.
976         (wl-spam-setup): Bind "mk".
977
978 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
981
982 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
983
984         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
985         destination folder is empty.
986
987 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
988
989         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
990         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
991
992         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
993         (wl-summary-refile-prev-destination-region): New function.
994         (wl-thread-refile-prev-destination): Ditto.
995         (wl-summary-target-mark-refile-prev-destination): Ditto.
996
997 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
998
999         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1000         (wl-demo-background-color): Changed default value.
1001
1002         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1003         color.
1004
1005         * wl-demo.el (wl-demo-set-background-color): New function.
1006         (wl-demo): Call it.
1007
1008 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1011         * wl-address.el (wl-address-add-or-change): Don't add empty
1012         address.
1013
1014 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1015
1016         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1017
1018 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-vars.el (wl-demo-image-filter-alist): New variable
1021         (wl-demo-background-color): Ditto.
1022
1023         * wl-demo.el (wl-demo-xpm-set-background): New function.
1024         (wl-demo-image-filter): Ditto.
1025         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1026
1027         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1028
1029         * wl-demo.el (wl-demo-icon-name): Define as function.
1030         (wl-demo-insert-image): Use it.
1031
1032 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1033
1034         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1035
1036 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1037
1038         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1039
1040 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1041
1042         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1043
1044 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-thread.el (wl-thread-mark-as-answered): New function.
1047
1048         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1049         answered" entry.
1050         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1051         "r&" and wl-thread-mark-as-answered to "t&".
1052         (wl-summary-mark-as-important-region): Refine to toggle mark.
1053         (wl-summary-mark-as-answered-region): New function.
1054         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1055         and 3rd argument.
1056         (wl-summary-mark-as-important-internal): Likewise.
1057
1058 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-template.el (wl-template-preview): New internal variable.
1061         (wl-template-preview-p): New function.
1062         (wl-template-show): Bind `wl-template-preview' as t.
1063
1064 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1065
1066         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1067         `elmo-message-entity-field' with 3rd argument which is non-nil.
1068
1069 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1070
1071         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1072         Removed duplicate local bind `folder'.
1073
1074 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1077
1078 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1081         duplicate definition.
1082
1083 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1086         non-nil, use it; Don't fetch message if there's no message in the
1087         current cursor position.
1088
1089 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1090
1091         * wl-util.el (wl-region-exists-p): Use region-active-p.
1092         (wl-deactivate-region): New function.
1093         * wl-message.el (wl-message-redisplay): Deactivate region.
1094
1095         * wl-summary.el (wl-summary-reply): Call
1096         `wl-summary-set-message-buffer-or-redisplay' instead of
1097         `wl-summary-redisplay-internal', don't move point.
1098
1099 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1102         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1103         by regexp.
1104
1105 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106
1107         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1108         if no need.
1109
1110 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1111
1112         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1113         default value to nil.
1114         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1115         `wl-summary-prepare-hook'; Replace refile action to
1116         `wl-summary-exec-action-refile-with-register'.
1117
1118         * Version number is increased to 2.11.22.
1119
1120 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-summary.el (wl-summary-detect-mark-position): Set
1123         `wl-summary-buffer-weekday-name-lang'.
1124
1125 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1126
1127         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1128         (wl-summary-mark-as-read-all): Ditto.
1129         (wl-summary-delete-messages-on-buffer): Ditto.
1130         (wl-summary-sync-update): Ditto.
1131         (wl-summary-mark-as-read-internal): Ditto.
1132         (wl-summary-mark-as-answered-internal): Ditto.
1133         (wl-summary-update-folder-info): Abolished.
1134
1135 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1136
1137         * wl-summary.el (wl-summary-mark-as-read-all): Use
1138         `wl-summary-update-folder-info' instead of
1139         `wl-folder-update-unread'.
1140
1141 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1142
1143         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1144         `wl-summary-folder-info-update'.
1145         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1146         instead of `wl-summary-folder-info-update'.
1147         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1148         `wl-folder-set-folder-updated'.
1149         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1150         instead of `wl-folder-update-unread'.
1151         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1152         the value of `wl-summary-buffer-unread-count' for the second parameter of
1153         `wl-folder-update-unread'.
1154
1155         * Version number is increased to 2.11.21.
1156
1157 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1158
1159         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1160         a local variable.
1161
1162 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1163
1164         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1165         interactively.
1166
1167         * wl-summary.el (wl-summary-mark-as-important-internal): New
1168         internal function.
1169         (wl-summary-mark-as-important): Use it.
1170         (wl-summary-mark-as-unimportant): New function.
1171         (wl-summary-sync-marks): Follow the API change.
1172
1173         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1174
1175         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1176
1177 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1178
1179         * wl-folder.el (wl-folder-update-unread): Re-indent.
1180         Narrow the scope of a local variable.
1181
1182 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1185         (wl-addrmgr-merge-entries): Ditto.
1186         (wl-addrmgr): Added to address entry which exists in draft buffer
1187         if no entry is in original.
1188
1189 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1190
1191         * wl-batch.el: New file.
1192
1193 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1194
1195         * wl-vars.el (wl-use-semi): Remove unused variable.
1196
1197 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1198
1199         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1200         "?".
1201
1202 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1205         wl-summary-new-mark.
1206         (wl-summary-new-cached-mark): New user option.
1207         (wl-summary-score-marks): Follow the change above.
1208         (wl-summary-auto-refile-skip-marks): Ditto.
1209         (wl-summary-incorporate-marks): Ditto.
1210         (wl-summary-expire-reserve-marks): Ditto.
1211
1212         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1213
1214         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1215         (wl-summary-persistent-mark-string): Distinguished between cached
1216         and uncached mark when the message is new.
1217
1218 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * wl-spam.el (wl-spam-domain): Renamed from
1221         `wl-spam-folder-guess-domain'.
1222         (wl-summary-exec-action-spam): Register as spam if domain of the
1223         source folder is good.
1224         (wl-summary-exec-action-refile-with-register): Register message if
1225         domain of the source folder is not undecided.
1226
1227 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1230         detect thread loop.
1231
1232 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1235         and wl-summary-skip-mark-list.
1236
1237 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1240
1241         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1242
1243         * wl-spam.el (toplevel): Require wl-highlight.
1244         (wl-spam-auto-check-policy-alist): Abolish.
1245         (wl-spam-auto-check-folder-regexp-list): New user option.
1246         (wl-spam-auto-check-marks): Ditto.
1247         (wl-spam-mark-action-list): Ditto.
1248         (wl-highlight-summary-spam-face): New face.
1249         (wl-spam-auto-check-message-p): New function.
1250         (wl-spam-map-spam-messages): Fixed message.
1251         (wl-spam-register-spam-messages): Ditto.
1252         (wl-spam-register-good-messages): Ditto.
1253         (wl-summary-spam-map): Add and remove keybind.
1254         (wl-summary-target-mark-spam): Abolish.
1255         (wl-summary-refile-spam): Ditto.
1256         (wl-summary-test-spam): New function.
1257         (wl-summary-mark-spam): Ditto.
1258         (wl-summary-auto-check-spam): Follow the above change.
1259         (wl-summary-exec-action-spam): New function.
1260         (wl-summary-exec-action-refile-with-register): Fixed message.
1261         (wl-message-check-spam): New function.
1262         (wl-spam-setup): Ditto.
1263         (toplevel): Call it if this file is loaded interactivity.
1264
1265         * Version number is increased to 2.11.20.
1266
1267 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1270         when new optional argument `force' is non nil or modified.
1271
1272 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1273
1274         * wl.el (toplevel): Require wl-spam when compile.
1275         (wl-save-status): Call wl-spam-save-status.
1276
1277         * wl-spam.el (wl-spam-register-spam-messages): New function.
1278         (wl-spam-register-good-messages): Ditto.
1279         (wl-spam-save-status): Ditto.
1280         (wl-summary-mode-map): Bind
1281         wl-summary-target-mark-register-as-spam to "ms" and
1282         wl-summary-target-mark-register-as-good to "mn".
1283         (wl-summary-register-as-spam): Abolish optional argument; Use
1284         wl-spam-register-spam-messages.
1285         (wl-summary-register-as-spam-all): Use
1286         wl-spam-register-spam-messages.
1287         (wl-summary-register-as-good): Abolish optional argument; Use
1288         wl-spam-register-good-messages.
1289         (wl-summary-register-as-good-all): Use
1290         wl-spam-register-good-messages.
1291         (wl-summary-target-mark-register-as-spam): New funtion.
1292         (wl-summary-target-mark-register-as-good): Ditto.
1293
1294 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * wl-spam.el: New file.
1297
1298 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1301
1302         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1303         (wl-summary-auto-refile): Call wl-refile-guess with
1304         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1305
1306 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1309         with disable-thread argument non-nil.
1310
1311 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1312
1313         * wl-summary.el (wl-summary-rescan): Added optional argument
1314         disable-thread.
1315         (wl-summary-sync): Call wl-summary-rescan with argument
1316         disable-thread.
1317         (wl-summary-input-range): Added new range `rescan-thread'.
1318
1319 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1320
1321         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1322
1323 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1324
1325         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1326         internal variable.
1327         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1328         wl-summary-search-parent-by-subject-regexp and
1329         wl-summary-divide-thread-when-subject-changed as nil.
1330         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1331         (wl-summary-insert-thread): Search parent entity from
1332         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1333         thread loop.
1334
1335 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1338
1339         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1340
1341         * wl-util.el (wl-require-update-all-folder-p): New function.
1342         (wl-get-assoc-list-value): Added `function' to match directive.
1343         (wl-collect-draft): Rewrite.
1344
1345         * wl-summary.el (wl-summary-sync-update): Clear faces
1346         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1347         are non-nil.
1348         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1349         argument as function.
1350         (wl-summary-input-range): Ditto.
1351
1352         * wl-folder.el (wl-draft-get-folder): New function.
1353         (wl-folder-get-elmo-folder): Consider draft folder.
1354
1355         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1356         (wl-draft-buffer-message-number): New buffer local variable.
1357         (wl-draft-folder-internal): New internal variable.
1358         (wl-draft-delete): Rewrite.
1359         (wl-draft-save): Ditto.
1360         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1361         wl-folder-get-elmo-folder.
1362         (wl-draft-config-info-operation): Ditto.
1363         (wl-jump-to-draft-folder): Ditto.
1364         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1365         (wl-draft-reedit): Rewrite.
1366
1367         * Version number is increased to 2.11.19.
1368         
1369 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1370
1371         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1372         variable.
1373
1374 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1375
1376         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1377         Use ignore-errors instead of unwind-protect.
1378
1379 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1380
1381         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1382         for updating `wl-thread-entity-list'.
1383
1384 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1385
1386         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1387         parameter from calling `wl-thread-entity-get-older-brothers' and
1388         `wl-thread-entity-get-younger-brothers'.
1389         Replace nested `append' with a single one.
1390
1391 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1392
1393         * wl-summary.el (wl-summary-mode): Don't use the return value of
1394         `make-local-hook'.
1395
1396 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1397
1398         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1399         instead of `let*'.
1400         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1401         of local variables.
1402
1403 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1406         Renamed from wl-summary-window-scroll-functions.
1407         (wl-summary-window-scroll-functions): Don't set to variable.
1408         (wl-summary-display-top): Use run-hooks.
1409         (wl-summary-display-bottom): Ditto.
1410         (wl-summary-toggle-disp-msg): Ditto.
1411         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1412         Use it instead of wl-summary-window-scroll-functions.
1413         (wl-summary-goto-folder-subr): Don't call
1414         wl-summary-window-scroll-functions, use
1415         wl-summary-buffer-window-scroll-functions instead.
1416
1417 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1420         make-local-variable.
1421
1422 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1423
1424         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1425         set-buffer-modified-p.
1426         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1427         (wl-summary-display-bottom): Ditto.
1428         (wl-summary-toggle-disp-msg): Ditto.
1429
1430 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1431
1432         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1433
1434         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1435         (wl-summary-forward): Use elmo-message-entity-field instead of
1436         elmo-message-field.
1437
1438         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1439
1440 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1441
1442         * wl-summary.el (wl-summary-window-scroll-functions): No use
1443         `append'.
1444
1445 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1446
1447         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1448         function.
1449         (wl-summary-window-scroll-functions): Call it when both
1450         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1451         (wl-summary-temp-mark): Added optional argument number.
1452         (wl-summary-message-mark): Added optional argument flag.
1453         (wl-summary-persistent-mark): Added optional argument number and flag.
1454         (wl-summary-update-persistent-mark): Ditto.
1455         (wl-summary-update-status-marks): Set "r" for interactive spec.
1456
1457         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1458         argument number and flag.
1459
1460         * wl-action.el (wl-summary-registered-temp-mark): 
1461         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1462
1463 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1464
1465         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1466         internal variable (buffer local).
1467         (wl-summary-window-scroll-functions): New function.
1468         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1469         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1470         as nil.
1471         (wl-summary-update-status-marks): Added arguments beg, end and
1472         check.
1473         (wl-summary-update-mark-window): Use function.
1474         (wl-summary-sync-update): Follow the change above.
1475         (wl-summary-switch-to-clone-buffer): Copy
1476         wl-summary-buffer-unsync-mark-number-list.
1477         (wl-summary-goto-folder-subr): Set
1478         wl-summary-buffer-unsync-mark-number-list and
1479         use wl-summary-window-scroll-functions instead of
1480         wl-summary-lazy-highlight.
1481
1482         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1483
1484 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1487
1488         * wl-summary.el (wl-summary-update-persistent-mark): Call
1489         wl-summary-set-message-modified.
1490
1491         * wl-summary.el (wl-summary-sync-update): Don't call
1492         wl-summary-update-status-marks.
1493
1494         * Version number is increased to 2.11.18.
1495
1496 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1497
1498         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1499         (wl-message-next-page): Ditto.
1500
1501 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1502
1503         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1504         local variable.  Change the order of a collected list into the
1505         same as the specified range.  Remove nil from a collected list.
1506
1507 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1510         argument for elmo-folder-list-messages.
1511
1512 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1515         change (wl-summary-count-unreads return a list instead of a cons
1516         cell).
1517
1518 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1519
1520         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1521         `wl-summary-folder-info-update'.
1522
1523 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1524
1525         * wl-summary.el (wl-summary-set-message-modified): No use
1526         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1527         (wl-summary-set-mark-modified): Abolish.
1528         (wl-summary-mark-modified-p): Ditto.
1529         (wl-summary-save-view): Follow the change above.
1530
1531         * wl-expire.el (wl-summary-expire): Likewise.
1532
1533 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1534
1535         * wl-summary.el (wl-summary-detect-mark-position): Use
1536         modb-entity-handler.
1537         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1538
1539         * Version number is increased to 2.11.17.
1540
1541 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1542
1543         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1544         entity field value.
1545         (wl-summary-prefetch-msg): Ditto.
1546         (wl-summary-print-message-with-ps-print): Ditto.
1547
1548 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1549
1550         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1551         for dummy entity.
1552         (wl-summary-insert-thread): Use elmo-message-entity-field.
1553         (wl-summary-update-thread): Use elmo-message-entity-field and
1554         elmo-message-entity-number.
1555         (wl-summary-line-number):  Use elmo-message-entity-number.
1556         (wl-summary-line-size): Use elmo-message-entity-field.
1557         (wl-summary-line-subject): Ditto.
1558         (wl-summary-line-from): Ditto.
1559         (wl-summary-line-attached): Ditto.
1560         (wl-summary-create-line): Ditto.
1561         (wl-summary-create-line): Use elmo-message-entity-number.
1562         (wl-summary-print-message-with-ps-print): Use
1563         elmo-message-entity-field.
1564
1565 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1566
1567         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1568         change in elmo-msgdb-make-message-entity.
1569         (wl-summary-buffer-set-folder): Don't call
1570         wl-summary-detect-mark-position here.
1571         (wl-summary-rescan): Call elmo-message-entity-number.
1572         (wl-summary-sync-update): Ditto.
1573         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1574
1575         * wl-score.el (wl-score-header-index): Redefine 2th element.
1576         (wl-score-overview-entity-get-extra): Abolish.
1577         (wl-score-ov-entity-get): Rewrite.
1578         (wl-score-string-index<, wl-score-string-func<): Abolish.
1579         (wl-score-string<): New function.
1580         (wl-score-string-sort): Use it.
1581
1582         * wl-refile.el (wl-refile-guess-by-history): Use
1583         elmo-message-entity-field.
1584         (wl-refile-guess-by-from): Ditto.
1585         (wl-refile-guess-by-msgid): Ditto.
1586
1587         * Version number is increased to 2.11.16.
1588
1589 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1590
1591         * wl-folder.el (wl-folder-confirm-existence): Don't call
1592         file-exists-p if msgdb-path is nil.
1593         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1594         `wl-read-folder-hist' to `wl-read-folder-history'.
1595
1596 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1597
1598         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1599         `y-or-n-p'.
1600
1601 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-score.el (wl-score-headers): Don't use
1604         elmo-folder-do-each-message-entity.
1605
1606         * Version number is increased to 2.11.15.
1607
1608 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1609
1610         * wl-summary.el (wl-summary-delete-all-msgs): Use
1611         elmo-folder-move-messages instead of elmo-folder-delete-messages
1612         and elmo-folder-detach-messages.
1613         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1614
1615         * wl-expire.el (wl-expire-delete): Ditto.
1616         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1617
1618 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1619
1620         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1621         (wl-message-header-narrowing-fields): Ditto.
1622         (wl-message-header-narrowing-lines): Ditto.
1623         (wl-message-header-narrowing-string): Ditto.
1624
1625         * wl-summary.el (wl-summary-mode-map): Bind
1626         wl-summary-toggle-header-narrowing to "C-cC-f".
1627         (wl-summary-toggle-header-narrowing): New function.
1628
1629         * wl-message.el (wl-message-buffer-create): Call
1630         wl-message-header-narrowing-setup.
1631         (wl-message-redisplay): Call wl-message-header-narrowing.
1632         (wl-message-header-narrowing): New function.
1633         (wl-message-header-narrowing-map): New keymap.
1634         (wl-message-header-narrowing-widen-map): New keymap.
1635         (wl-message-header-narrowing-again-at-mouse): New function.
1636         (wl-message-header-narrowing-1): Ditto.
1637         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1638         (wl-message-header-narrowing-setup): Ditto.
1639         (wl-message-header-narrowing-toggle): Ditto.
1640         
1641         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1642
1643         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1644         'flag as all.
1645         (wl-use-flag-folder-help-echo): New user option.
1646
1647         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1648         wl-summary-highlight as nil.
1649         (wl-summary-set-mark-modified): Follow the API change.
1650         (wl-summary-mark-modified-p): Ditto.
1651         (wl-summary-mark-as-read-all): Ditto.
1652         (wl-summary-sync-marks): Don't call
1653         elmo-folder-list-messages-with-global-mark.
1654         (wl-summary-mark-as-read-internal): Follow the API change.
1655         (wl-summary-mark-as-answered-internal): Ditto.
1656         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1657         Follow the API change.
1658         (wl-summary-create-line): Call with number argument.
1659         (wl-summary-reply): Follow the API change.
1660
1661         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1662         function.
1663         (wl-highlight-summary-line-string): Call it when
1664         wl-use-flag-folder-help-echo is non-nil.
1665         (wl-highlight-summary-current-line): Ditto.
1666         (elmo-flag-folder-referrer): Added autoload setting.
1667
1668         * wl-draft.el (wl-draft-kill): Follow the API change.
1669
1670         * Version number is increased to 2.11.14.
1671         
1672 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1673
1674         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1675
1676 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * Version number is increased to 2.11.13.
1679
1680 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-draft.el (wl-draft-previous-history-element): Fixed
1683         unbalanced parenthesis and bind unbound local variables.
1684
1685 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1686
1687         * wl-draft.el (wl-draft-previous-history-element): New function.
1688         (wl-draft-next-history-element): Ditto.
1689         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1690         them to M-p and M-n.
1691
1692 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * Version number is increased to 2.11.12.
1695
1696 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-draft.el (wl-draft-hide): Select buffer-window.
1699
1700 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1701
1702         * wl-summary.el (wl-summary-narrow-to-region): New function.
1703         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1704         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1705         (wl-summary-save-region): Use it.
1706         * wl-action.el (wl-summary-collect-numbers-region)
1707         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1708
1709 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1710
1711         * wl-folder.el (wl-folder-count-incorporates): Don't use
1712         `elmo-msgdb-mark-load'
1713
1714         * Version number is increased to 2.11.11.
1715
1716 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1717
1718         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1719         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1720
1721 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1722
1723         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1724
1725 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1726
1727         * Version number is increased to 2.11.10.
1728
1729 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-mime.el (wl-draft-attribute-value): Fixed.
1732
1733 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-util.el (wl-copy-local-variables): New function.
1736
1737         * wl-mime.el (wl-draft-attribute-recipients): New function.
1738         (wl-draft-attribute-envelope-from): Ditto.
1739         (wl-draft-attribute-smtp-posting-server): Ditto.
1740         (wl-draft-attribute-smtp-posting-port): Ditto.
1741         (wl-draft-attribute-value): Ditto.
1742         (wl-draft-preview-message): Use it to get value for
1743         attributes. Reflect result of `wl-draft-config'.
1744
1745         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1746         and call `wl-summary-mark-as-read' before to call
1747         `wl-summary-unset-mark'.
1748         (wl-summary-target-mark-mark-as-unread): Likewise.
1749         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1750
1751 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1752
1753         * wl-mime.el (wl-draft-preview-message): Use actual value for
1754         attributes; Fix for small window.
1755
1756 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1757
1758         * wl-refile.el (wl-refile-get-field-value): Call
1759         `elmo-message-entity-field' with 3rd argument is non-nil.
1760
1761 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1762
1763         * wl-vars.el (wl-draft-preview-attributes): New user option.
1764         (wl-draft-preview-attributes-list): Ditto.
1765         (wl-draft-preview-attributes-buffer-lines): Ditto.
1766         (wl-draft-preview-attributes-buffer-name): Ditto.
1767
1768         * wl-mime.el (wl-draft-preview-message): Display attributes.
1769
1770 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-summary.el (wl-summary-detect-mark-position): Bind
1773         wl-summary-flag-priority-list to '(new).
1774
1775 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1778         funtion.
1779         (wl-highlight-summary-line-string): Use it.
1780         (wl-highlight-summary-current-line): Ditto.
1781
1782 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1783
1784         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1785         line even when the mark string is not changed.
1786
1787         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1788         argument change in the wl-summary-create-line.
1789         (wl-thread-insert-entity-sub): Ditto.
1790
1791         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1792         argument change in the wl-summary-create-line.
1793         (wl-summary-insert-sequential): Ditto.
1794         (wl-summary-update-thread): Ditto.
1795         (wl-summary-persistent-mark-string): New inline function.
1796         (wl-summary-message-mark): Use it.
1797         (wl-summary-create-line): Abolish argument wl-persistent-mark
1798         and added wl-flags, wl-cached.
1799
1800         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1801         mark to flags.
1802         (wl-highlight-summary-current-line): Decide the face not by the 
1803         persistent mark but flags.
1804
1805 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1806
1807         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1808         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1809         wl-summary-read-uncached-mark): Revive.
1810         (wl-summary-answered-cached-mark,
1811         wl-summary-answered-uncached-mark): New user option.
1812         (wl-summary-score-marks): Follow the change above.
1813         (wl-summary-auto-refile-skip-marks): Ditto.
1814         (wl-summary-incorporate-marks): Ditto.
1815         (wl-summary-expire-reserve-marks): Ditto.
1816         (wl-summary-flag-priority-list): New user option.
1817
1818         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1819         changes.
1820         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1821         of elmo-message-mark.
1822         (wl-summary-mark-as-read-internal): Ditto.
1823         (wl-summary-mark-as-answered): Ditto.
1824         (wl-summary-mark-as-important): Ditto.
1825         (wl-summary-redisplay-internal): Ditto.
1826         (wl-summary-redisplay-no-mime-internal): Ditto.
1827         (wl-summary-message-mark): New function.
1828         (wl-summary-insert-sequential): Use wl-summary-message-mark
1829         instead of elmo-message-mark.
1830         (wl-summary-update-thread): Ditto.
1831         (wl-summary-persistent-mark): Ditto.
1832         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1833         instead of elmo-message-mark.
1834
1835         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1836         wl-summary-message-mark instead of elmo-message-mark.
1837         (wl-thread-insert-entity-sub): Ditto.
1838         (wl-thread-get-children-msgs-uncached): Ditto.
1839
1840         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1841         variable name changes.
1842         (wl-highlight-summary-current-line): Ditto.
1843
1844         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1845         wl-summary-message-mark instead of elmo-message-mark.
1846
1847         * wl-expire.el (wl-expire-message-p): Ditto.
1848
1849         * wl-score.el (wl-score-headers): Ditto.
1850
1851         * Version number is increased to 2.11.9.
1852
1853         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1854         (wl-summary-sync-update): Follow the change above.
1855         (wl-summary-switch-to-clone-buffer): Ditto.
1856         (wl-summary-open-folder): Ditto.
1857
1858 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1859
1860         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1861         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1862
1863         * Version number is increased to 2.11.8.
1864
1865         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1866
1867         * wl-expire.el (wl-expire-refile): Follow the API change on
1868         `elmo-folder-move-messages'.
1869         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1870
1871         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1872         (wl-summary-exec-action-refile): Ditto.
1873         (wl-summary-exec-action-copy): Ditto.
1874         (wl-summary-no-auto-refile-message-p): No use
1875         `wl-summary-buffer-msgdb'.
1876         (wl-summary-auto-refile): Ditto.
1877
1878 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1879
1880         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1881
1882 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1883
1884         * wl-summary.el (wl-summary-sync): Treat no-sync.
1885
1886         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1887         (wl-default-sync-range): Ditto.
1888
1889 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * wl-refile.el (wl-refile-subject-learn): Call
1892         `elmo-message-entity-field' with 3rd argument is non-nil.
1893         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1894         instead of `elmo-msgdb-overview-entity-get-subject'.
1895
1896 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1897
1898         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1899         scan-type is rescan.
1900         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1901         new optional argument force is non-nil.
1902         (wl-summary-save-view-cache): Call it with force argument non-nil.
1903
1904         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1905
1906 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1907
1908         * wl-action.el (wl-summary-print-argument): Fixed last change.
1909
1910 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1913         simplified.
1914         (wl-summary-target-mark-mark-as-unread): Likewise.
1915         (wl-summary-target-mark-mark-as-important): Likewise.
1916
1917 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1918
1919         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1920         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1921         (wl-summary-mark-as-important-region): Change accordingly.
1922         (wl-summary-target-mark-mark-as-important): Ditto.
1923
1924 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1925
1926         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1927
1928         * wl-action.el (wl-summary-print-argument): Print argument to
1929         right side of window if `wl-summary-print-argument-within-window'
1930         is non-nil.
1931
1932 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1933
1934         * wl-action.el (wl-summary-set-mark): Use
1935         `wl-summary-message-visible-p' to check visibility of the message
1936         and jump to message only when the message line is visible and have
1937         different number; Call wl-summary-unset-mark with number argument.
1938         (wl-summary-unset-mark): 
1939         Use `wl-summary-message-visible-p'
1940         to check visibility of the message and jump to message only when
1941         the message line is visible and have different number;
1942
1943 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * Version number is increased to 2.11.7.
1946
1947         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1948         and wl-folder-summary-line-format.
1949
1950         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1951         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1952         (wl-summary-set-score-mark): Use it.
1953         (wl-summary-target-mark-mark-as-read): Ditto.
1954         (wl-summary-target-mark-mark-as-unread): Ditto.
1955         (wl-summary-target-mark-mark-as-important): Ditto.
1956         (wl-summary-target-mark-msgs): Simplified.
1957         (wl-summary-detect-mark-position): Fixed problem when
1958         summary-line-format no contain persisten/temp mark spec.
1959         (wl-summary-temp-mark): Ditto.
1960         (wl-summary-persistent-mark): Ditto.
1961         (wl-summary-update-persistent-mark): Ditto.
1962
1963         * wl-action.el (wl-summary-set-mark): Ditto.
1964         (wl-summary-unset-mark): Ditto.
1965         All other related portions are changed.
1966
1967 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1968
1969         * Version number is increased to 2.11.6.
1970
1971 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1972
1973         * wl-util.el (wl-current-message-buffer): Define as function;
1974         Don't use the value of wl-messge-buffer.
1975
1976         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1977         persistent mark.
1978
1979         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1980         no current message, cause an error.
1981
1982 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1983
1984         * wl-summary.el (wl-summary-set-message-modified): Use
1985         elmo-folder-set-message-modified instead of
1986         elmo-folder-set-message-modified-internal.
1987
1988 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1989
1990         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1991         interactively.
1992         (wl-summary-sync): nokill->entirely.
1993         (wl-summary-sync-marks): Fixed message.
1994         (wl-summary-input-range): Added mark, nokill->entirely.
1995
1996         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1997         messages as read.
1998
1999 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2000
2001         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2002         update-noscore.
2003         (wl-summary-sync): Follow the change above.
2004
2005 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-action.el (wl-summary-target-mark-all): Use
2008         elmo-folder-list-messages.
2009
2010 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2011
2012         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2013         (wl-summary-rescan): Set wl-summary-scored as nil.
2014         (wl-summary-sync-force-update): Follow the change above.
2015         (wl-summary-sync): Ditto.
2016         (wl-summary-sync-update): Added argument disable-killed.
2017         (wl-summary-insert-headers): Set visible-only argument for
2018         elmo-folder-list-messages.
2019         (wl-summary-input-range): Added update-nokill, update-noscore,
2020         all-nokill, all-noscore and mark.
2021
2022         * Version number is increased to 2.11.5.
2023
2024         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2025
2026 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2027
2028         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2029         (wl-summary-prefetch-region-no-mark): Change accordingly.
2030         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2031
2032 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-address.el (wl-complete-field-to): Abolished.
2035         (wl-complete-address): Completion function for completing-read.
2036         * wl-action.el (wl-summary-get-resend-address): Use it.
2037
2038         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2039         wl-summary-update-mark and abolish unused argument.
2040         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2041         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2042         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2043         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2044         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2045         * wl-draft.el (wl-draft-kill): Ditto.
2046
2047         * wl-summary.el: Remove unused binding of case-fold-search.
2048         (wl-summary-replace-status-marks): Abolished.
2049
2050 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2051
2052         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2053         is specified or folder length is zero.
2054
2055 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2058         (wl-folder-archive-current-entity): Ditto.
2059
2060 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2063         retrieving message mark.
2064         (wl-summary-redisplay-internal): Ditto.
2065
2066         * wl-message.el (wl-message-buffer-display): Ignore errors while
2067         retrieving message-id field.
2068
2069         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2070         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2071         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2072         order of the arguments for `wl-expire-message-p'.
2073         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2074
2075         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2076         Check return value of wl-summary-reply.
2077         (wl-summary-reply): Recover window configuration when an error occured.
2078
2079 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2080
2081         * wl-summary.el (wl-summary-resend-message): Abolished, the
2082         feature is inherited by wl-summary-resend (put resend mark).
2083
2084 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2085
2086         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2087         wl-message-buffer to nil when the message is hide.
2088
2089 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2090
2091         * .cvsignore: New file.
2092
2093 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * wl-action.el (wl-summary-action-docstring): Add more info.
2096         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2097         duplicate definition.
2098         (wl-summary-define-mark-action): Functions wl-summary-*-region
2099         keep current position.
2100         (wl-summary-unregister-target-mark): Store result to the variable.
2101
2102 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2103
2104         * Version number is increased to 2.11.4.
2105
2106 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2109         wl-summary-delete-all-temp-marks.
2110         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2111
2112         * wl-action.el (wl-summary-set-mark): Changed terminology
2113         refile-destination -> action-argument.
2114         (wl-summary-unset-mark): Ditto.
2115         (wl-summary-remove-argument): Ditto.
2116         (wl-summary-print-argument): Ditto.
2117
2118         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2119         (wl-thread-remove-argument-region): Ditto.
2120         (wl-thread-print-argument-region): Ditto.
2121         (wl-thread-close): Ditto.
2122         (wl-thread-open): Ditto.
2123
2124         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2125         (wl-highlight-refile-destination-face is abolished)
2126         (wl-highlight-action-argument-string): Ditto.
2127         (wl-highlight-summary-current-line): Highlight action argument.
2128
2129         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2130         color for light backgrounds.
2131         (wl-highlight-summary-answered-face): Ditto.
2132
2133 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2134
2135         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2136
2137         * wl-score.el (wl-summary-score-update-all-lines): Use
2138         wl-summary-set-mark.
2139         (wl-summary-score-update-all-lines): Kill expunged messages.
2140
2141         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2142
2143 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2144
2145         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2146         directly.
2147         (wl-score-overview-entity-get-lines): Ditto.
2148         (wl-score-overview-entity-get-xref): Ditto.
2149         (wl-score-get-latest-msgs): Ditto.
2150         (wl-summary-rescore): Ditto.
2151
2152         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2153         to "&".
2154         (wl-summary-mark-as-answered-internal): New inline function.
2155         (wl-summary-mark-as-answered): New function.
2156         (wl-summary-mark-as-unanswered): Ditto.
2157         (wl-summary-sync-marks): Modified for answered-mark synching.
2158
2159 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-action.el (wl-summary-set-mark): Fixed last change.
2162
2163 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2164
2165         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2166         behavior of wl-summary-unread-message-hook
2167         (Pointed out by akira yamada <akira@arika.org>).
2168
2169 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2172         wl-summary-delete.
2173         * wl-xmas.el (wl-summary-toolbar): Ditto.
2174
2175         * wl-action.el (wl-summary-set-mark): Don't override current
2176         temp-mark.
2177
2178         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2179
2180 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2181
2182         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2183         (wl-refile-msgid-learn): Ditto.
2184         (wl-refile-get-field-value): Ditto.
2185
2186         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2187
2188         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2189         (wl-expire-delete-reserved-messages): Renamed from
2190         wl-expire-reserve-marked-msgs-from-list.
2191         (wl-expire-delete): Removed argument `msgdb'.
2192         (wl-expire-refile): Ditto.
2193         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2194         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2195         mark-alist as argument.
2196         (wl-expire-archive-number1): Removed argument `msgdb'.
2197         (wl-expire-archive-number2): Ditto.
2198         (wl-expire-archive-date): Ditto.
2199         (wl-expire-localdir-date): Ditto.
2200         (wl-expire-hide): Ditto.
2201         (wl-archive-number1): Ditto.
2202         (wl-archive-number2): Ditto.
2203         (wl-archive-date): Ditto.
2204         (wl-archive-folder): Ditto.
2205         All other related portions are changed.
2206
2207 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2208
2209         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2210         mean move up and down. (suggested by Takashi Kawachi)
2211
2212 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl-acap.el (toplevel): Don't require un-define.
2215
2216 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2217
2218         * wl-thread.el (wl-thread-delete-message): Always update
2219         wl-summary-buffer-number-list.
2220
2221         * wl-action.el (wl-summary-print-destination): 
2222         Do nothing when folder is nil.
2223
2224 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2225
2226         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2227         persistent mark when prefetch is succeeded.
2228
2229 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2230
2231         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2232         instead of elmo-msgdb-delete-msgs.
2233         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2234         (wl-expire-hide): Ditto.
2235
2236         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2237
2238         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2239         elmo-msgdb interface.
2240         (wl-thread-get-exist-children): Likewise.
2241         (wl-thread-insert-message): Likewise.
2242         (wl-thread-msg-mark-as-important): Likewise.
2243         (wl-thread-insert-entity-sub): Likewise.
2244         (wl-thread-get-children-msgs-uncached): Likewise.
2245
2246         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2247         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2248         (wl-summary-sync-update): Likewise.
2249         (wl-summary-auto-select-msg-p): Likewise.
2250         (wl-summary-update-thread): Likewise.
2251         (wl-summary-mark-as-important): Likewise.
2252         (wl-summary-jump-to-msg-internal): Likewise.
2253         (wl-summary-redisplay-internal): Likewise.
2254         (wl-summary-print-message-with-ps-print): Likewise.
2255         (wl-summary-folder-info-update): Likewise.
2256
2257         * wl-folder.el (wl-folder-check-one-entity):
2258         elmo-folder-count-flags instead of wl-summary-count-unread.
2259
2260         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2261
2262         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2263
2264         * wl-summary.el (wl-summary-set-message-modified): 
2265         Call wl-summary-set-mark-modified.
2266         (wl-summary-delete-messages-on-buffer): Call
2267         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2268         (wl-summary-sync-update): Call elmo-folder-length instead of
2269         elmo-folder-messages.
2270         (wl-summary-insert-headers): Don't call
2271         elmo-folder-list-message-entities.
2272
2273 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2274
2275         * wl-action.el (wl-summary-define-mark-action): Call
2276         `wl-summary-set-mark' with argument `data'.
2277         (wl-summary-auto-refile): Fixed order of arguments when call
2278         `wl-summary-refile'.
2279
2280 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2281
2282         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2283
2284         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2285
2286         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2287         (Renamed from wl-highlight-summary-deleted-face).
2288         (wl-highlight-summary-resend-face): New face.
2289
2290         (wl-highlight-summary-deleted-face): Renamed from
2291         wl-highlight-summary-erased-face.
2292
2293         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2294
2295         * wl-action.el (wl-summary-get-resend-address): New function.
2296         (wl-summary-exec-action-resend): Ditto.
2297         (wl-summary-exec-action-resend-subr): Ditto.
2298
2299         * w-thread.el (wl-thread-copy): Removed definition.
2300         (wl-thread-refile): Ditto.
2301         (wl-thread-delete): Ditto.
2302         (wl-thread-target-mark): Ditto.
2303
2304         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2305         (wl-summary-target-mark-set-action): Fixed.
2306         (wl-summary-define-mark-action): Fixed quotation.
2307         (wl-summary-move-mark-list-messages): Display message.
2308         (wl-summary-define-mark-action): Define thread functions.
2309         (wl-summary-exec-action-refile): Changed message.
2310         (wl-summary-exec): Ditto.
2311
2312 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2313         
2314         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2315         '%%'.
2316
2317 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2318
2319         * wl.el (toplevel): Require wl-action.
2320         (wl-init): Call wl-summary-define-mark-action.
2321
2322         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2323
2324         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2325         wl-summary-delete and wl-summary-erase.
2326         (wl-summary-mode-map): Ditto.
2327
2328         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2329         wl-delete-folder-alist.
2330
2331         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2332         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2333         (toplevel): Moved mark & action related functions to the wl-action.el.
2334
2335         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2336         in wl-summary-mark-action-list.
2337         (wl-highlight-summary-current-line): Ditto.
2338
2339         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2340         empty lines.
2341
2342         * wl-action.el: New file. 
2343
2344 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2345
2346         * wl-summary.el (wl-summary-target-mark-replace): New function.
2347         (wl-summary-target-mark-prefetch): Use it.
2348         (wl-summary-target-mark-delete): Ditto.
2349         (toplevel): Rearranged definition order.
2350         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2351         (wl-summary-target-mark-erase): Rewrite.
2352         (wl-summary-erase-region): New function.
2353         (wl-summary-exec-action-erase): Changed message.
2354         (wl-summary-move-mark-list-messages): New function.
2355         (wl-summary-exec-action-delete): Use it.
2356         (wl-summary-exec-action-erase): Ditto.
2357
2358         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2359         (wl-summary-skip-mark-list): Added "d".
2360
2361         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2362         while searching.
2363
2364         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2365         and define using defcustom;
2366         Define 4th element as a face.
2367         
2368         * wl-summary.el (wl-summary-incorporate): Use 
2369         `wl-summary-prefetch-region-no-mark' instead of
2370         `wl-summary-prefetch-region'.
2371         (wl-summary-prefetch-region-no-mark): Revival of old
2372         `wl-summary-prefetch-region'.
2373         (wl-summary-mark-action-list): Moved to wl-vars.el
2374
2375         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2376         face according to the `wl-summary-mark-action-list'.
2377         (wl-highlight-summary-current-line): Ditto;
2378         Removed destination highlighting.
2379
2380         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2381         (wl-highlight-summary-line-string): Highlight for "i" mark.
2382         (wl-highlight-summary-current-line): Ditto.
2383
2384         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2385         no destination.
2386
2387         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2388         exists, just go ahead.
2389         (wl-summary-prefetch-region): Rewrite.
2390         (wl-summary-prefetch): Ditto.
2391         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2392         (wl-summary-exec-action-prefetch): New function.
2393         (wl-summary-target-mark-prefetch): Rewrite.
2394
2395 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2396
2397         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2398         (wl-highlight-summary-line-string): Added "d" and "D".
2399         (wl-highlight-summary-current-line): Ditto.
2400
2401         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2402         in wl-summary.el.
2403         (wl-thread-insert-entity-sub): Ditto.
2404         (wl-thread-remove-destination-region): Ditto.
2405         (wl-thread-print-destination-region): Ditto.
2406
2407         * wl-summary.el (wl-summary-buffer-refile-list,
2408         wl-summary-buffer-delete-list,
2409         wl-summary-buffer-copy-list): Abolish.
2410         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2411         All other related portions are changed.
2412         (wl-summary-mark-action-list): New variable.
2413         (wl-summary-set-mark): New function.
2414         (wl-summary-register-target-mark): Ditto.
2415         (wl-summary-unregister-target-mark): Ditto.
2416         (wl-summary-have-target-mark-p): Ditto.
2417         (wl-summary-register-temp-mark): Ditto.
2418         (wl-summary-unregister-temp-mark): Ditto.
2419         (wl-summary-registered-temp-mark): Ditto.
2420         (wl-summary-collect-temp-mark): Ditto.
2421         (wl-summary-unset-mark): Ditto.
2422         (wl-summary-set-target-mark): Ditto.
2423         (wl-summary-unset-target-mark): Ditto.
2424         (wl-summary-set-action-generic): Ditto.
2425         (wl-summary-unset-action-generic): Ditto.
2426         (wl-summary-exec-action-delete): Ditto.
2427         (wl-summary-exec-action-erase): Ditto.
2428         (wl-summary-set-action-refile): Ditto.
2429         (wl-summary-set-action-refile-subr): Ditto.
2430         (wl-summary-unset-action-refile): Ditto.
2431         (wl-summary-make-destination-numbers-list): Ditto.
2432         (wl-summary-exec-action-refile): Ditto.
2433         (wl-summary-set-action-copy): Ditto.
2434         (wl-summary-unset-action-copy): Ditto.
2435         (wl-summary-exec-action-copy): Ditto.
2436         (wl-summary-collect-numbers-region): Ditto.
2437         (wl-summary-delete): Rewrite.
2438         (wl-summary-erase): Ditto.
2439         (wl-summary-remove-destination): Ditto.
2440         (wl-summary-exec): Ditto.
2441         (wl-summary-exec-region): Ditto.
2442         (wl-summary-target-mark-erase): Ditto.
2443         (wl-summary-refile): Ditto.
2444         (wl-summary-copy): Ditto.
2445         (wl-summary-unmark): Ditto.
2446         (wl-summary-delete-all-mark): Ditto.
2447         (wl-summary-mark-line): Don't highlight.
2448         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2449         (wl-summary-target-mark-refile-subr): Rewrite.
2450
2451         (wl-summary-copy-prev-destination): Abolish.
2452
2453 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2454
2455         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2456         default values along the value of wl-on-mule.
2457         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2458         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2459         It is not used anywhere.
2460
2461 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2462
2463         * wl-summary.el (wl-summary-print-destination): Keep position.
2464         (wl-summary-cursor-move-surface): Keep horizontal position.
2465
2466 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2467
2468         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2469         write sendlog.
2470
2471 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2472
2473         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2474         `wl-summary-highlight'.
2475
2476 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2477
2478         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2479         trivial condition for temp-mark.
2480
2481 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2482
2483         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2484         when it hits killed buffer.
2485
2486 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2487
2488         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2489         * wl-news.el.in: `message' and `error' take format string.
2490
2491 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2492
2493         * wl-folder (wl-folder-insert-entity): Display a message,
2494         `...done', when the work finish.
2495         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2496
2497 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2498
2499         * wl-message.el (wl-message-redisplay): Remove unused local
2500         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2501
2502 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2503
2504         * wl-summary.el (wl-summary-replace-status-marks): Disable
2505         interactive use.
2506         (wl-summary-reedit): Check message existence at first.
2507         (wl-summary-mark-line): Fix doc, return value is indefinite.
2508
2509         * wl-highlight.el (wl-highlight-message): Arranged.
2510
2511         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2512         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2513         check temp-mark by wl-summary-temp-mark always.
2514         (wl-highlight-summary): Change accordingly.
2515         * wl-summary.el (wl-summary-mark-as-read-all)
2516         (wl-summary-delete-cache, wl-summary-set-score-mark)
2517         (wl-summary-mark-as-unread, wl-summary-unmark)
2518         (wl-summary-mark-line, wl-summary-mark-as-read)
2519         (wl-summary-mark-as-important): Ditto.
2520
2521         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2522         end of the window if possible.
2523         * wl-summary.el (wl-summary-sync-update): Support lazy
2524         highlighting.
2525         (wl-summary-toggle-disp-msg): Ditto.
2526
2527 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2528
2529         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2530
2531 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2532
2533         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2534         change.
2535
2536 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2537
2538         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2539         API.
2540         (wl-summary-sync-update): Ditto.
2541
2542         * wl-score.el (wl-score-get-score-alist): Changed argument.
2543         (wl-summary-rescore-msgs): Likewise.
2544         (wl-summary-score-headers): Likewise.
2545         (wl-score-headers): Likewise;
2546         Use elmo-folder-do-each-message-entity, etc.
2547         (wl-summary-score-effect): Follow the changes above.
2548         (wl-summary-rescore): Ditto.
2549         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2550         (wl-score-get-overview): Abolish.
2551
2552         * wl-summary.el (wl-summary-default-from): Follow the API change in
2553         elmo-msgdb.
2554         (wl-summary-count-unread): Ditto.
2555         (wl-summary-detect-mark-position): Ditto.
2556         (wl-summary-overview-entity-compare-by-date): Ditto.
2557         (wl-summary-overview-entity-compare-by-number): Ditto.
2558         (wl-summary-overview-entity-compare-by-from): Ditto.
2559         (wl-summary-overview-entity-compare-by-subject): Ditto.
2560         (wl-summary-get-list-info): Ditto.
2561         (wl-summary-rescan): Ditto.
2562         (wl-summary-jump-to-msg-by-message-id): Ditto.
2563         (wl-summary-sync-update): Ditto; Removed comment.
2564         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2565         (wl-summary-insert-message): Use wl-summary-insert
2566         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2567         (wl-summary-insert-headers): Changed argument overview to folder.
2568         (wl-summary-search-by-subject): Likewise.
2569         (wl-summary-insert-thread): Renamed from 
2570         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2571
2572         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2573         too.
2574
2575         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2576         wl-string-member.
2577
2578 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2579
2580         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2581         elmo-folder-append-buffer.
2582         (wl-draft-queue-append): Likewise.
2583
2584         * wl-mime.el (wl-message-delete-current-part): Ditto.
2585         (wl-summary-burst-subr): Ditto.
2586
2587         * wl-news.el.in (wl-news-send-news): Ditto.
2588
2589 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2590
2591         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2592         function.
2593         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2594         (wl-summary-update-mark): Enclose with save-excursion.
2595         (wl-summary-mark-as-read-internal): Fixed last change.
2596         (wl-summary-mark-as-important): Use 3rd argument of
2597         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2598         Don't use elmo-msgdb-set-mark.
2599         (wl-summary-redisplay-internal): If msgdb flag is already read,
2600         just update the mark on buffer.
2601
2602 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2603
2604         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2605         cut visible folder when elmo-folder-delete returns non-nil value.
2606
2607 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2608
2609         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2610         by Kenichi OKADA <okada@opaopa.org>).
2611
2612 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2613
2614         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2615
2616 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2617
2618         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2619         Fixed the last change, search group entity by its real name.
2620         (Thanks to: KOBAYASHI Shinji)
2621
2622 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2623
2624         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2625         (wl-fldmgr-access-display-all): Don't refer visible name.
2626         * wl-expire.el (wl-folder-archive-current-entity)
2627         (wl-folder-expire-current-entity): Ditto.
2628         * wl-folder.el (wl-folder-jump-to-current-entity)
2629         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2630         (wl-folder-open-folder-sub,wl-folder-open-all)
2631         (wl-folder-write-current-folder): Ditto.
2632         (wl-folder-insert-entity): Don't use petname for normal group.
2633         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2634         is the real name.
2635         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2636         Abolished.
2637
2638 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2639
2640         * wl-draft.el (wl-draft-create-buffer): Add
2641         `wl-summary-reply-with-citation'
2642
2643 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2644
2645         * wl-draft.el (wl-draft-reply): Fixed.
2646
2647 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2648
2649         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2650         when `wl-draft-send-confirm-with-preview' is non-nil.
2651         You can scroll up/down by j/k.
2652         (wl-draft-send-confirm-with-preview): New variable (default=t).
2653
2654 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2655
2656         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2657         (wl-fldmgr-save-folders): Fix comment.
2658
2659 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2660
2661         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2662         along the last change in `wl-folder-buffer-group-p'.
2663
2664 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2665
2666         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2667         folder.
2668
2669         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2670         the default value.
2671
2672         * wl-mime.el (wl-summary-burst): Update summary only when target
2673         folder equals current folder.
2674
2675 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2676
2677         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2678
2679 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2680
2681         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2682         value.
2683
2684 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2687         `map-extents' instead of `extent-at' repeatedly.
2688         (wl-highlight-folder-current-line): Ditto.
2689
2690         * wl-highlight.el: Remove useless dummy functions.
2691
2692 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2693
2694         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2695         (wl-folder-put-folder-property): New function to put text property.
2696         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2697         (wl-folder-insert-entity, wl-folder-update-diff-line)
2698         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2699         * wl-e21.el, wl-xmas.el, wl-mule.el
2700         (wl-highlight-folder-current-line): Ditto.
2701         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2702         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2703         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2704         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2705
2706 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2707
2708         * Version number is increased to 2.11.3.
2709
2710 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2711
2712         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2713         Resume current-buffer since it is assumed by remaining tasks.
2714
2715 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2716
2717         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2718         (wl-folder-completion-function): Abolished.
2719         (wl-folder-complete-folder): New function.
2720         (wl-folder-complete-filter-condition): Ditto.
2721         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2722         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2723
2724 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2725
2726         * wl-draft.el (wl-draft-send-confirm): New function.
2727         (wl-draft-send): Use it.
2728
2729         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2730         cursor-in-echo-area while confirming.
2731
2732         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2733
2734         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2735         searching via nntp if wl-summary-search-via-nntp is 'force.
2736         Otherwise, invoke searching in nntp folder only.
2737         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2738
2739         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2740         explicitly for mime-make-text-tag.
2741
2742 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2743
2744         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2745         `mime-make-text-tag' instead of `mime-create-tag'.
2746
2747 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2748
2749         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2750         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2751
2752 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2753
2754         * wl-score.el (wl-score-save): Bind print-length and print-level.
2755         (wl-score-pretty-print): Ditto.
2756         (wl-score-edit-insert-header-entry): Ditto.
2757
2758         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2759         "From" entry to be treated with wl-draft-eword-encode-address-list.
2760         * wl-mime.el (wl-draft-preview-message): Ditto.
2761
2762         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2763         (wl-summary-mark-as-unread): Ditto.
2764         (wl-summary-mark-as-read-region): Change accordingly.
2765         (wl-summary-mark-as-unread-region): Ditto.
2766         (wl-summary-target-mark-mark-as-read): Ditto.
2767         (wl-summary-target-mark-mark-as-unread): Ditto.
2768
2769 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2770
2771         * Version number is increased to 2.11.2.
2772
2773 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2774
2775         * wl-news.el.in (wl-news-previous-version-save): Bind
2776         print-length and print-level.
2777         * wl-thread.el (wl-thread-save-entities): Ditto.
2778         (wl-thread-save-top-list): Bind print-length.
2779
2780 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2781
2782         * wl-highlight.el (wl-highlight-summary-line-string): Use
2783         wl-summary-score-below-mark, wl-summary-score-over-mark.
2784         (wl-highlight-summary-current-line): Ditto.
2785
2786 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2787
2788         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2789         insert it.
2790
2791 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2792
2793         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2794
2795 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2796
2797         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2798         message without msgid.
2799         Rewrite with elmo-folder-move-messages.
2800         Set wl-message-buffer to nil.
2801
2802         * wl-summary.el (wl-summary-erase-subr): New function. Use
2803         elmo-folder-move-messages.
2804         (wl-summary-erase): Call it.
2805         (wl-summary-target-mark-erase): Ditto.
2806
2807 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2808
2809         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2810         it is not up-tp-date.
2811
2812 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2813
2814         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2815         buffer after calling `wl-summary-goto-folder-subr' without the
2816         argument `interactive'.
2817         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2818
2819 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2820
2821         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2822         `mime-create-tag'. Use `string=' instead of `looking-at'.
2823
2824 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2825
2826         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2827         to avoid compile warning.
2828
2829         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2830         entity-id when folder is given.
2831         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2832         save-excursion, use save-selected-window instead.
2833         Select folder buffer window if exists.
2834         (To correct behavior with wl-folder-move-cur-folder.)
2835
2836 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2837
2838         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2839
2840 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2841
2842         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2843         list-count instead of %d.
2844
2845 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2846
2847         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2848         (wl-news): Set it.
2849         (wl-news-append-to-folder): Use it.
2850
2851         * wl-news.el.in (wl-news-send-news): Append to specified folder
2852         instead of wl-default-folder.
2853         (wl-news-append-to-folder): Show error message with specified folder.
2854
2855         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2856                 In most major modes, Emacs assumes that any opening
2857                 delimiter found at the left margin is the start of a
2858                 top-level definition, or defun. Therefore, *never put an
2859                 opening delimiter at the left margin unless it should have
2860                 that significance.*
2861
2862         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2863
2864 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2865
2866         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2867
2868 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2869
2870         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2871
2872 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2873
2874         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2875         for sequential numbering case.
2876
2877 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2878
2879         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2880         value.
2881         (wl-draft-reply-without-argument-list): Ditto.
2882         (wl-draft-reply-myself-with-argument-list): Abolish.
2883         (wl-draft-reply-myself-without-argument-list): Ditto.
2884         * wl-draft.el (wl-draft-self-reply-p): New function.
2885         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2886
2887 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2888
2889         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2890         (avoid error for the case without byte-compiling)
2891
2892 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2893
2894         * wl-news.el.in (wl-news-append-to-folder): New function.
2895         (wl-news-exit): Rewrite.
2896         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2897
2898 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2899
2900         * wl-draft.el (wl-draft-reply-position): New function.
2901         (wl-draft-reply-position): Fix.
2902         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2903         (wl-summary-target-mark-reply-with-citation): Ditto.
2904         (wl-summary-reply-with-citation): Ditto.
2905         * wl-vars.el (wl-draft-reply-default-position): New variable.
2906
2907 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2908
2909         * wl-draft.el (wl-draft-send): Preview when interactive send.
2910
2911 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2912
2913         * wl-draft.el (wl-draft-reply): Set default position.
2914         * wl-summary.el (wl-summary-reply): Ditto.
2915         (wl-summary-reply-with-citation): Ditto.
2916         (wl-summary-target-mark-reply-with-citation): Ditto.
2917
2918 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2919
2920         * wl-news.el.in (wl-news-lang): Set default value according to
2921         current-language-environment.
2922         (wl-news-append-news): Do nothing when news-list is nil.
2923
2924 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2925
2926         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2927         (wl-news): Change message.
2928         (wl-news-exit): Check buffer.
2929         (wl-news-force-exit): New function.
2930         (wl-news-show-all): New function.
2931         (wl-news-discard-and-exit): Fix.
2932
2933 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2934
2935         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2936         according to current-language-environment.
2937
2938         * wl-news.el.in (wl-news): If arg, show all NEWS after
2939         wl-news-default-previous-version.
2940
2941 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2942
2943         * wl-news.el.in (wl-news-check): Rewritten.
2944         (wl-news-previous-version-load): Change data type.
2945         (wl-news-previous-version-save): Change data type.
2946         (wl-news-append-news): Add return value.
2947         (wl-news-check-news): New function.
2948         (wl-news-already-current-p): New function.
2949         (wl-news-send-news): Rewritten.
2950         (wl-news-mode-map): Add new keybind.
2951         (wl-news): Rewritten.
2952         (wl-news-exit): Rewritten.
2953         (wl-news-discard-and-mail): New function.
2954         (wl-news-send-to-address): Abolished.
2955         * wl.el (wl-init): Delete a message.
2956
2957 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2958
2959         * wl-news.el.in (wl-news-exit): Update previous version.
2960         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2961
2962 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2963
2964         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2965
2966 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2967
2968         * wl-news.el.in (wl-news): New function.
2969         (wl-news-mode): New function.
2970         (wl-news-next-line): New function.
2971         (wl-news-next-page): New function.
2972         (wl-news-exit): New function.
2973         (wl-news-buf-name): New variable.
2974         (wl-news-mode-map): New variable.
2975         (wl-news-winconf): New variable.
2976         (wl-news-append-news): Add an option.
2977
2978 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2979
2980         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2981
2982 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2983
2984         * wl-news.el.in (wl-news-send-to-address): New variable.
2985         (wl-news-send-news): Use it.
2986         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2987         Return updating status.
2988         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2989
2990 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2991
2992         * wl-news.el.in (wl-news-send-news): Delete
2993         Organization and X-Face.
2994
2995 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2996
2997         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2998         (wl-news-append-news): New function.
2999         (wl-news-send-news): New function.
3000
3001 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3002
3003         * Version number is increased to 2.11.1.
3004
3005 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3006
3007         * wl-news.el.in : New file.
3008
3009 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3010
3011         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3012         default value.
3013         (wl-draft-reply-without-argument-list): Ditto.
3014
3015 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3016
3017         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3018         (wl-message-buffer-prefetch-idle-time): Ditto.
3019         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3020
3021 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3022
3023         * wl-thread.el (wl-thread-insert-message): Use
3024         wl-summary-max-thread-depth.
3025
3026         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3027         loop detection.
3028
3029         * wl-message.el (wl-message-buffer-display): Back to the first page
3030         when cache is hit.
3031
3032 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3033
3034         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3035
3036         * wl-summary.el (wl-summary-insert-thread-entity):
3037         If the thread depth is reached to wl-summary-max-thread-depth,
3038         divide the thread.
3039
3040 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3041
3042         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3043         for elmo-remove-passwd.
3044
3045 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3046
3047         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3048         folder is sticky.
3049         (wl-folder-mark-as-read-all-entity): Ditto.
3050         (wl-folder-prefetch-entity): Ditto.
3051
3052 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3053
3054         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3055
3056 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3057
3058         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3059         Delete messages on buffer for unplugged operation.
3060         (wl-summary-erase): Ditto.
3061
3062 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3063
3064         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3065         take nil so as not to search parent by subject.
3066
3067 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3068
3069         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3070         (wl-folder-get-next-folder): Ditto.
3071         (wl-folder-get-path): Ditto.
3072
3073 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3074
3075         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3076         system and encode the region with it before verifying.
3077
3078 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3079
3080         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3081         system of the echo buffer before decoding.
3082
3083 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3084
3085         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3086         original contents.
3087
3088 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3089
3090         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3091         with argument 'any-exists.
3092
3093 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3094
3095         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3096         Use `wl-cs-autoconv'.
3097
3098 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3099
3100         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3101         by `mime-view-automatic-conversion'.
3102
3103         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3104         (wl-message-verify-pgp-nonmime): Ditto.
3105         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3106         Bind them to C-c:d and C-c:v respectively.
3107
3108         Merge following code by Teranishi-san from [wl-en:00167].
3109         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3110         (wl-mime-preview-application/pgp-encrypted): Ditto.
3111         (wl-mime-setup): Add entry.
3112
3113 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3114
3115         * wl-summary.el (wl-summary-target-mark-erase): New function.
3116         Bind it to "mD".
3117
3118 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3119
3120         * wl-vars.el (wl-draft-write-file-function): Fix.
3121         (wl-draft-reedit-hook): Changed default value.
3122
3123         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3124         wl-draft-reedit-hook.
3125         (wl-draft-remove-text-plain-tag): New function.
3126         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3127
3128         * wl-vars.el (wl-draft-write-file-function): New user option.
3129
3130         * wl-draft.el (wl-draft-prepare-edit): Use it for
3131         local-write-file-hooks.
3132         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3133
3134         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3135         (wl-draft-insert-mail-header-separator): Return the body beginning
3136         point.
3137         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3138         text/plain.
3139         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3140
3141 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3142
3143         * wl-summary.el (wl-summary-erase): New function to erase message
3144         without moving it to trash. Bind to "D".
3145
3146         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3147         as `keep' unless switch-function.
3148
3149 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3150
3151         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3152         message buffer by using `wl-summary-toggle-disp-msg'.
3153         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3154         buffer window.
3155         (wl-summary-supresedes-message): Ditto.
3156
3157         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3158         Do not delete other windows.
3159         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3160         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3161         (wl-draft-create-buffer): Set reply-or-forward also for target
3162         mark commands.
3163
3164 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3165
3166         * wl-draft.el (wl-user-agent-compose): Delete special case for
3167         switch-to-buffer-other-window.
3168
3169         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3170         (wl-summary-forward): Ditto.
3171
3172         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3173         function.
3174         (wl-draft-buffer-style): New use option.
3175
3176         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3177         (wl-draft): Follow the change above.
3178         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3179         wl-draft-buffer-style.
3180         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3181         switch-function.
3182
3183 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3184
3185         * wl-address.el (wl-address-make-completion-entry): Extracted from
3186         `wl-address-make-completion-list'.
3187         (wl-address-enable-strict-loading): New variable.
3188         (wl-address-make-completion-list): Revive petname duplication
3189         inquiry, and enable it if `wl-address-enable-strict-loading'.
3190         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3191
3192 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3193
3194         * wl-message.el (wl-message-get-original-buffer): Avoid
3195         'Selecting deleted buffer' error when original buffer is killed.
3196
3197 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-summary.el (wl-summary-next-message): Use
3200         elmo-message-accessible-p instead of elmo-message-cached-p.
3201
3202 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3203
3204         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3205
3206         * wl-thread.el (wl-thread-open-all-unread): Use
3207         elmo-folder-list-flagged instead of
3208         elmo-folder-list-messages-mark-match.
3209
3210         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3211         instead of elmo-folder-list-messages-mark-match.
3212         (wl-summary-move-spec-alist): New variable.
3213         (wl-summary-move-spec-plugged-alist,
3214         wl-summary-move-spec-unplugged-alist): Abolish.
3215         (wl-summary-next-message): Follow the change above.
3216         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3217         with 'no-msg' argument.
3218
3219         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3220         variable.
3221         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3222         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3223         (wl-message-buffer-prefetch-get-next): Follow the change above.
3224
3225 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-version.el (wl-version): Changed codename.
3228
3229         * Version number is increased to 2.11.0.
3230
3231 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3234         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3235         `wl-draft-config-variables'.
3236         (wl-draft-kill): Fixed problem when the draft is reedit.
3237
3238 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3239
3240         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3241         buffer-modified status (Thanks to
3242         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3243
3244 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3245
3246         * wl-util.el (wl-region-exists-p): New function.
3247
3248         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3249         Remove defvars for byte-compile warnings.
3250
3251 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3252
3253         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3254         defvar-maybe. Removed unused bind.
3255
3256 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3257
3258         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3259         summary buffer window before creating new frame.
3260         (wl-draft-reply): Ditto.
3261
3262 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3263
3264         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3265
3266 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3267
3268         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3269
3270 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3271
3272         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3273         instead of `kill-region'.
3274
3275 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3278         (wl-highlight-summary-line-string): Use it.
3279         (wl-highlight-summary-current-line): Ditto.
3280
3281         * wl-mime.el (wl-message-delete-current-part): Check the class of
3282         mime-entity.
3283
3284         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3285
3286         * wl-summary.el (wl-summary-make-number-list): Initialize.
3287         (wl-summary-update-mark): New function.
3288         (wl-summary-reply): Put `answered' mark on the message.
3289         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3290
3291         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3292         (wl-draft-reply): Added optional argument `number';
3293         Set wl-draft-parent-number.
3294         (wl-draft-kill): Delete answered mark if it is a reply.
3295
3296 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3297
3298         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3299         that originates in mime-preview-follow-current-entity.
3300         (wl-draft-yank-current-message-entity): Use it if region is active.
3301
3302         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3303         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3304         `wl-message-delete-current-part'.
3305         * wl-mule.el (wl-message-define-keymap): Ditto.
3306         * wl-xmas.el (wl-message-define-keymap): Ditto.
3307
3308 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3309
3310         * wl-mime.el (wl-message-delete-current-part): New function.
3311         (wl-mime-node-id-to-string): Ditto.
3312
3313         * wl-mime.el (wl-message-delete-current-part): Use existing
3314         original buffer which corresponds current mime-view buffer.
3315         (fetched buffer might have different structure, possibly)
3316
3317         * wl-mime.el (wl-message-delete-current-part): Quit if the
3318         message content differs from the actual message.
3319
3320 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3323         order.
3324         (wl-summary-search-by-subject): Search parent message from tail;
3325         Check the existence of the parent message on the current thread tree.
3326         (wl-summary-update-thread): Check whether the line is inserted.
3327
3328 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3329
3330         * wl-vars.el (wl-summary-line-format): Undo last change.
3331         * wl-summary.el (wl-summary-print-destination): Do not put
3332         invisible property when `wl-summary-width' is nil.
3333         (wl-summary-line-subject-minimum-length): Abolished.
3334         (wl-summary-line-subject): Ditto.
3335
3336 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3337
3338         * wl-vars.el (wl-summary-line-format): Change default value.
3339         (wl-summary-subject-length-limit): Abolished.
3340         * wl-summary.el (wl-summary-line-subject): Ditto.
3341
3342 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3343
3344         * wl-template.el (wl-template-select): Added optional argument.
3345         If optional argument is specified, reverse
3346         `wl-template-visible-select'.
3347
3348 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3349
3350         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3351         Take prefix argument to force asking the destination folder.
3352
3353 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3354
3355         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3356         count and update status.
3357
3358 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3359
3360         * wl-summary.el (wl-summary-redisplay-internal): If
3361         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3362         after fetching.
3363
3364 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3365
3366         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3367         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3368
3369         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3370
3371 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3374         (All other related portions are changed).
3375         (wl-summary-mark-as-read-all): Rewrite.
3376
3377 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3378
3379         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3380         `wl-summary-mark-as-read'.
3381         (wl-summary-mark-as-unread): Rewrite.
3382         (wl-summary-mark-as-read): Added no-modeline argument.
3383         (wl-summary-resume-cache-status): Rewrite.
3384         (wl-summary-exec-subr): Remove unused local variable.
3385
3386 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3387
3388         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3389         logic to call `wl-summary-buffer-prev-folder-function'.
3390         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3391
3392 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3393
3394         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3395         is nil.
3396
3397 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3398
3399         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3400         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3401         (wl-mime-setup): Add its entry.
3402
3403 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3404
3405         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3406         (wl-summary-delete-cache): Likewise.
3407         (wl-summary-mark-as-read): Rewrite.
3408
3409 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3410
3411         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3412         `wl-summary-count-unread'.
3413
3414         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3415
3416         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3417
3418 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3421         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3422         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3423         Renamed to the elmo-msgdb-*-mark.
3424         (wl-summary-score-marks): Follow the change above.
3425         (wl-summary-auto-refile-skip-marks): Ditto.
3426         (wl-summary-incorporate-marks): Ditto.
3427         (wl-summary-expire-reserve-marks): Ditto.
3428
3429         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3430         changes.
3431         (wl-thread-insert-top): Changed updating message.
3432
3433         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3434         variable.
3435         (wl-summary-count-unread): Count answered marks.
3436         (wl-summary-rescan): Call wl-summary-insert-message instead of
3437         wl-summary-append-message-func-internal.
3438         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3439         (wl-summary-prefetch-msg): Follow the variable name changes.
3440         (wl-summary-prefetch-region): Ditto.
3441         (wl-summary-mark-as-read-all): Follow the API changes;
3442         Don't call elmo-folder-replace-marks.
3443         (wl-summary-delete-cache): Follow the variable name changes.
3444         (wl-summary-resume-cache-status): Ditto.
3445         (wl-summary-update-status-marks): New function.
3446         (wl-summary-insert-message): New function.
3447         (wl-summary-sync-marks): Follow the variable name changes.
3448         (wl-summary-sync-update): Synchronize to the msgdb, too;
3449         Changed update messages.
3450         (wl-summary-make-number-list): Rewrite.
3451         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3452         (wl-summary-mark-as-unread): Follow the API changes.
3453         (wl-summary-exec-subr): Follow the variable name changes.
3454         (wl-summary-mark-as-read): Ditto.
3455         (wl-summary-move-spec-plugged-alist): Ditto.
3456         (wl-summary-move-spec-unplugged-alist): Ditto.
3457         (wl-summary-cursor-move-surface): Ditto.
3458
3459         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3460         variable name changes.
3461         (wl-highlight-summary-current-line): Ditto.
3462
3463         * wl-expire.el (wl-expire-refile): Follow the API change in
3464         elmo-folder-move-messages.
3465         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3466         (wl-summary-archive): Use elmo-folder-msgdb instead of
3467         elmo-msgdb-load.
3468
3469 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3470
3471         * wl-mime.el (wl-draft-preview-message): Restore the position
3472         before evaluating wl-draft-send-hook in preview buffer.
3473
3474 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3475
3476         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3477         when it creates new draft buffer.
3478
3479         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3480         without argument.
3481
3482         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3483         Evaluate content and if the value is string, insert it.
3484         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3485         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3486         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3487         wl-draft-config-sub-part-bottom): Use it.
3488
3489         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3490         with the folder name. The question was unintelligible when it is
3491         called from wl-save-status.
3492
3493 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3496         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3497         cannot take second argument).
3498
3499 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3500
3501         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3502         as t. Since type and subtype are not case sensitive (RFC 2045).
3503
3504 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3505
3506         * wl-vars.el (wl-message-mode-line-format): New variable.
3507         (wl-message-mode-line-format-spec-alist): Ditto.
3508         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3509         (wl-message-redisplay): Use wl-message-mode-line-format.
3510
3511 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3512
3513         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3514
3515 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3516
3517         * wl-summary.el (wl-summary-default-from): Write description.
3518
3519 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3520
3521         * wl-vars.el (wl-ldap-objectclass): Abolish.
3522
3523         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3524         (wl-ldap-make-filter): Removed condition for objectclass.
3525         (wl-ldap-make-matched-value-list): Remove meaningless process.
3526         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3527         (wl-address-ldap-search): Don't add `*' to `pat' string;
3528         use ignore-errors; added `email';
3529         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3530         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3531         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3532
3533
3534 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3535
3536         * wl-draft.el (wl-draft-parent-folder): Write description.
3537         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3538
3539 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3540
3541         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3542         as "" (zero-length string) if no parent.
3543         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3544
3545 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3546
3547         * wl-address.el (wl-address-make-completion-list): Skip duplication
3548         checking.
3549         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3550         `append'.
3551
3552 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3553
3554         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3555         instead of `beginning-of-buffer'.
3556
3557 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3560
3561 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3564         Refer wl-message-buffer-name.
3565         (wl-message-wheel-down): Ditto.
3566
3567 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-vars.el (wl-message-buffer-name): New user option.
3570
3571         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3572         directly instead of making alist dinamically.
3573
3574         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3575         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3576         wl-message-buffer-cache-name.
3577         (wl-message-buffer-cache-clean-up): Ditto.
3578
3579         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3580
3581         * Version number is increased to 2.9.15.
3582
3583 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3584
3585         * wl-vars.el (wl-summary-default-view-alist): New user option.
3586
3587         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3588
3589         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3590         while deleting address.
3591         (wl-draft-delete-myself-from-cc): Ditto.
3592
3593         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3594         If optional argument is specified, reverse sort order.
3595
3596         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3597
3598 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-thread.el (wl-thread-insert-message): Return parent number if
3601         exists.
3602         (wl-thread-update-indent-string-region): Use
3603         wl-thread-update-line-on-buffer-sub instead of
3604         wl-thread-update-line-on-buffer.
3605
3606 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3607
3608         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3609         (wl-folder-close-all): Ditto.
3610
3611 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3612
3613         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3614         and mailing-list:.
3615         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3616         value.
3617         (wl-summary-line-list-info): Print mailing-list name even when 
3618         list-number is empty.
3619
3620 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3621
3622         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3623
3624         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3625         (wl-draft-open-file): Ditto.
3626         (wl-draft-random-alphabet): Ditto.
3627
3628         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3629         bindings.
3630
3631 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3632
3633         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3634         * wl-vars.el (wl-draft-config-alist): Ditto.
3635
3636 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3637
3638         * Version number is increased to 2.9.14.
3639
3640         * wl.el (wl): Don't set wl-init as nil when error occured while
3641         auto-checking folders.
3642
3643         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3644         `elmo-expand-newtext'.
3645
3646 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3647
3648         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3649         `this-command' so that `wl-folder-goto-folder' contained in
3650         `wl-summary-keep-cursor-command' work.
3651
3652 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3653
3654         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3655         message buffer displaying state.
3656
3657 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3658
3659         * wl-vars.el (wl-summary-default-view): New variable to specify
3660         default value for `wl-summary-buffer-view' instead of using
3661         set-default.
3662         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3663
3664 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3665
3666         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3667
3668         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3669
3670 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3671
3672         * wl-vars.el (wl-forward-subject-prefix): New variable.
3673         * wl-draft.el (wl-draft-forward): Use it.
3674
3675 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3676
3677         * wl-message.el (wl-message-prev-page): When it is called without
3678         lines argument, scroll down by wl-message-scroll-amount lines.
3679         (wl-message-next-page): Ditto.
3680         * wl-vars.el (wl-message-scroll-amount): Change default value
3681         to preserve current behavior.
3682
3683 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3684
3685         * wl-summary.el (wl-summary-prefetch-msg): Bind
3686         `wl-message-entity' to call `wl-summary-from-function'.
3687
3688 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3689
3690         * wl-message.el (wl-message-buffer-create): Run
3691         wl-message-buffer-created-hook.
3692
3693 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3694
3695         * wl-summary.el (wl-summary-sort-specs): New variable.
3696         (wl-summary-default-sort-spec): Ditto.
3697         (wl-summary-sort): Rewrite.
3698         (wl-summary-sort-by-list-info): New function.
3699
3700 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3701
3702         * wl-summary.el (wl-summary-get-list-info): New function.
3703         (wl-summary-sort): Rewrite.
3704         (wl-summary-line-list-info): Ditto.
3705         (wl-summary-line-list-count): Ditto.
3706         (wl-summary-refile-region): Fixed docstring.
3707
3708 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3711         `wl-folder-entity-hashtb' as completion table.
3712
3713 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3716         only when this command is called interactively; silence the byte-
3717         compiler.
3718
3719 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3720
3721         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3722         active in XEmacs.
3723
3724 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3725
3726         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3727         plural lines.
3728
3729 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3730
3731         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3732         of current line when the cursor is on the header name.
3733         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3734
3735 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3736
3737         * wl-util.el (wl-read-directory-name): Return displayed directory
3738         as the default value also on XEmacs.
3739
3740 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3741
3742         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3743         formatting.
3744
3745 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3746
3747         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3748         argument and when it is non-nil, check face property before
3749         highlighting for each line.
3750         (wl-highlight-summary-window): Set it.
3751
3752 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3753
3754         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3755         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3756
3757         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3758         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3759         (wl-draft-get-fcc-list): Likewise.
3760
3761 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3764         (wl-thread-entity-cur): Ditto.
3765         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3766         wl-thread-indent-regexp setting.
3767         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3768
3769         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3770         wl-summary-lazy-highlight.
3771         (wl-summary-display-bottom): Ditto.
3772
3773         * wl-thread.el (wl-thread-open-close): Likewise.
3774
3775         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3776         from and subject;
3777         Bind wl-draft-use-frame;
3778         Enclose with save-window-excursion;
3779         Use wl-draft-create-buffer instead of with-temp-buffer;
3780         Use wl-draft-prepare-edit;
3781         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3782         Use wl-draft-send instead of wl-draft-raw-send.
3783
3784 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3785
3786         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3787         of using wl-from.
3788
3789 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3792         insert-buffer instead of clone-buffer.
3793         (wl-draft-doing-mime-bcc): New variable.
3794         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3795         infinite loop.
3796         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3797
3798         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3799         (wl-draft-mime-bcc-body): Ditto.
3800
3801         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3802         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3803         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3804         wl-draft-do-mime-bcc.
3805         (wl-draft-mime-bcc-field): New function.
3806         (wl-draft-do-mime-bcc): Ditto.
3807
3808         * wl-address.el (wl-address-complete-header-list): New variable.
3809         (wl-address-complete-header-regexp): Changed default value.
3810
3811         * Version number is increased to 2.9.13.
3812
3813 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3814
3815         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3816         it is differed.
3817
3818 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3819
3820         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3821         (wl-summary-line-list-count): Ditto.
3822
3823 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3824
3825         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3826         (wl-nntp-posting-function): New variable.
3827         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3828         `wl-nntp-posting-config-alist'.
3829
3830 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3831
3832         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3833         FLIM.
3834
3835 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3836
3837         * wl-summary.el (wl-summary-target-mark-refile-sub):
3838         Remove a nuisance funcall.
3839
3840 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3843         as t for `try-completion'.
3844
3845 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3846
3847         * wl-summary.el (wl-summary-default-from): Use
3848         wl-address-header-extract-address instead of
3849         std11-extract-address-components.
3850         (wl-summary-simple-from): Ditto.
3851         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3852         (wl-summary-insert-headers): Show message.
3853         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3854         for whole line.
3855         (wl-summary-default-from): Revert last change.
3856         (wl-summary-simple-from): Ditto.
3857         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3858         (wl-summary-mark-as-read-region): Follow the change above.
3859         (wl-summary-sync-marks): Ditto.
3860         (wl-summary-target-mark-mark-as-read): Ditto.
3861         (wl-summary-redisplay-internal): Ditto.
3862         (wl-summary-redisplay-no-mime-internal): Ditto.
3863         (wl-summary-redisplay-all-header): Ditto.
3864         (wl-summary-mark-as-read): Removed argument `cached';
3865         Use current cache status to set cache mark.
3866         (wl-summary-redisplay-internal): Follow the change above.
3867         (wl-summary-redisplay-no-mime-internal): Ditto.
3868         (wl-summary-redisplay-all-header): Ditto.
3869
3870         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3871
3872         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3873         Don't call itself recursively (Adviced by Yamaoka-san).
3874
3875 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3876
3877         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3878         bind wl-summary-highlight as nil to avoid error caused by missing
3879         local variables.
3880
3881 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3882
3883         * wl-vars.el (wl-invalid-character-message): New user option.
3884
3885         * wl-util.el (wl-set-string-width): If truncated string-width is
3886         larger than specified width, use `wl-invalid-character-message'.
3887
3888 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3889
3890         * wl-summary.el (wl-summary-prefetch-msg): 
3891         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3892
3893 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * wl-vars.el (wl-summary-check-line-format): New user option.
3896         (wl-summary-line-format-file): Ditto.
3897
3898         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3899         variable.
3900         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3901         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3902         and `wl-summary-view-old-p' to check whether do a rescan or not.
3903         (wl-summary-view-old-p): New function.
3904         (wl-summary-line-format-changed-p): Ditto.
3905         (wl-summary-line-format-save): Ditto.
3906         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3907
3908         * wl-util.el (wl-set-string-width): Avoid using negative number
3909         for make-string.
3910
3911 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3912
3913         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3914         return value.
3915
3916         * wl-util.el (wl-set-string-width): Added optional argument
3917         `padding' (All other related portions are changed).
3918         (wl-line-parse-format): If the first letter of column number is
3919         `0', zero-padding the result (ex: "%05l").
3920
3921         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3922
3923 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3924
3925         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3926         sequential summary view.
3927
3928 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3931         if it doesn't have a -unix version.
3932
3933 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3934
3935         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3936
3937 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3938
3939         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3940         content.
3941         (wl-draft): Follow the change above.
3942
3943         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3944
3945         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3946         and wl-folder-summary-line-format-alist contain %T and %P.
3947
3948         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3949         (wl-summary-mode-line-format): New user option.
3950         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3951         (wl-summary-line-format): Changed default value.
3952         (wl-summary-lazy-highlight): Changed default value.
3953
3954         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3955         change in wl-summary-create-line.
3956         (wl-thread-insert-entity-sub): Ditto.
3957
3958         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3959         (wl-summary-buffer-unread-status): Ditto.
3960         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3961         (wl-summary-buffer-persistent-mark-column): Ditto.
3962         (wl-summary-buffer-mode-line-formatter): Ditto.
3963         (wl-summary-buffer-mode-line): Ditto.
3964         (wl-summary-message-regexp): Abolished.
3965         (All other related portions are changed.)
3966         (wl-summary-detect-mark-position): New function.
3967         (wl-summary-buffer-set-folder): Setup
3968         wl-summary-buffer-mode-line-formatter.
3969         (wl-summary-mode): Setup selective-display;
3970         Setup pre-idle-hook when xemacs.
3971         (wl-summary-update-modeline): Rewrite.
3972         (wl-summary-jump-to-msg): Define as function;
3973         Changed regexp for searching messages.
3974         (wl-summary-message-number): Rewrite.
3975         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3976         Do rescan when old type summary cache.
3977         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3978         (wl-summary-remove-destination): Use '\r' to detect EOL.
3979         (wl-summary-print-destination): Ditto.
3980         (wl-summary-temp-mark): New inline function.
3981         (wl-summary-persistent-mark): Ditto.
3982         (wl-summary-line-number): New function.
3983         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3984         (wl-summary-line-list-count): New function.
3985         (wl-summary-create-line): Added argument persistent-mark.
3986         (All other related portions are changed)
3987         (wl-summary-create-line): Insert '\r'.
3988         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3989         (wl-summary-cursor-move-surface): New inline function.
3990         (wl-summary-prev): Use it.
3991         (wl-summary-next): Ditto.
3992
3993         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3994         wl-summary-message-regexp.
3995         (wl-highlight-summary): Delete progress message.
3996         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3997
3998         * Version number is increased to 2.9.12.
3999
4000 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4001
4002         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4003         variable (nil: no minimum).
4004         (wl-summary-line-subject): Add some spaces after subject by
4005         wl-summary-line-subject-minimum-length.
4006
4007 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4008
4009         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4010         and removed `F'.
4011         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4012         change above).
4013
4014 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-summary.el (wl-summary-line-list-count): Reverted.
4017         (example setting in samples/*/dot.wl is also updated)
4018
4019 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4020
4021         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4022
4023         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4024
4025         * wl-vars.el (wl-summary-line-format): Addes some description to the
4026         docstring.
4027
4028         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4029         (wl-summary-line-close-bracket): Ditto.
4030         (wl-summary-line-children-number): Ditto.
4031         (wl-summary-line-thread-indent): Ditto.
4032         (wl-summary-line-children-and-from): Ditto.
4033
4034         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4035         't', 'c', 'F' and added 'C'.
4036
4037         * wl-util.el (wl-set-string-width): Accept negative value.
4038         (wl-line-parse-format): Added "%number(" and "%)".
4039
4040 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4041
4042         * wl-summary.el (wl-summary-line-list-count): Change format of the
4043         return value.
4044
4045 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4046
4047         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4048         from the recent message.el.
4049         (wl-draft-point-in-header-p): Ditto.
4050         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4051         wl-draft-beginning-of-line.
4052         * wl-e21.el (wl-draft-mode-map): Ditto.
4053         * wl-xmas.el (wl-draft-mode-map): Ditto.
4054
4055         * wl-folder.el: Sort macrodefs by dependencies.
4056
4057 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4058
4059         * wl-summary.el (wl-summary-prev): Fixed regexp.
4060         (wl-summary-next): Ditto.
4061
4062 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4065
4066 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4067
4068         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4069         for backward compatibility.
4070
4071 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4072
4073         * wl-summary.el (wl-summary-line-list-count): New function, merged
4074         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4075         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4076         list counts.
4077
4078 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-summary.el (wl-summary-create-line): Ignore errors while
4081         timezone-fix-time.
4082
4083         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4084
4085         * wl-summary.el (wl-summary-sync-update): Ditto.
4086         (wl-summary-default-from): Use wl-message-entity
4087         instead of entity.
4088
4089         * wl-summary.el (wl-summary-create-line): Fix.
4090
4091         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4092         (wl-summary-line-format): New user option.
4093         (wl-folder-summary-line-format-alist): Ditto.
4094         (wl-summary-from-width): Abolished.
4095
4096         * wl-util.el (toplevel): Require 'bytecomp.
4097         (wl-line-parse-format): New function.
4098         (wl-line-formatter-setup): New macro.
4099
4100         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4101         (wl-summary-buffer-line-formatter): New buffer local variable.
4102         (wl-summary-switch-to-clone-buffer): Follow the change above.
4103         (wl-summary-message-regexp): Fix.
4104         (wl-summary-from-func-internal): Abolished.
4105         (wl-summary-subject-func-internal): Ditto.
4106         (wl-summary-subject-filter-func-internal): Ditto.
4107         (All other related portions are changed.)
4108         (wl-summary-buffer-set-folder):
4109         Set up wl-summary-buffer-number-column and 
4110         wl-summary-buffer-line-formatter
4111         (All other related portions are changed.)
4112         (wl-summary-buffer-number-column-detect): Abolished.
4113         (All other related portions are changed.)
4114         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4115         (wl-summary-delete-all-temp-marks-on-buffer): Use
4116         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4117         (wl-summary-target-mark-delete): Ditto.
4118         (wl-summary-target-mark-refile-subr): Ditto.
4119         (wl-summary-target-mark-mark-as-read): Ditto.
4120         (wl-summary-target-mark-mark-as-unread): Ditto.
4121         (wl-summary-target-mark-mark-as-important): Ditto.
4122         (wl-summary-target-mark-save): Ditto.
4123         (wl-summary-replace-status-marks): Renamed from
4124         wl-summary-set-status-marks-on-buffer;
4125         Use wl-summary-message-regexp instead of
4126         wl-summary-buffer-number-regexp.
4127         (wl-summary-sync-update): Follow the change above.
4128         (wl-summary-goto-previous-message-beginning): New function.
4129         (wl-summary-mark-as-unread): Use it.
4130         (wl-summary-mark-as-important): Ditto.
4131         (wl-summary-line-formatter): New variable.
4132         (wl-summary-line-year): New function.
4133         (wl-summary-line-day): Ditto.
4134         (wl-summary-line-day-of-week): Ditto.
4135         (wl-summary-line-hour): Ditto.
4136         (wl-summary-line-minute): Ditto.
4137         (wl-summary-line-open-bracket): Ditto.
4138         (wl-summary-line-close-bracket): Ditto.
4139         (wl-summary-line-children-number): Ditto.
4140         (wl-summary-line-thread-indent): Ditto.
4141         (wl-summary-line-size): Ditto.
4142         (wl-summary-line-subject): Ditto.
4143         (wl-summary-line-from): Ditto.
4144         (wl-summary-line-children-and-from): Ditto.
4145         (wl-summary-create-line): Rewritten.
4146         (wl-summary-format-date): Abolished.
4147
4148         * wl-highlight.el (wl-highlight-summary-current-line): Use
4149         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4150         Use thread structure to detect thread top message.
4151
4152         * wl-draft.el (wl-default-draft-cite): Don't use
4153         wl-summary-from-func-internal.
4154
4155         * wl-refile.el (wl-refile-subject-learn): Don't use
4156         wl-summary-subject-filter-func-internal.
4157         (wl-refile-guess-by-subject): Ditto.
4158
4159         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4160         parameters.
4161
4162         * wl-thread.el (wl-thread-update-indent-string-region):
4163         Use wl-thread-update-line-on-buffer instead of
4164         wl-thread-update-indent-string.
4165         (wl-thread-update-children-number): Redefine using
4166         wl-thread-update-line-on-buffer.
4167         (wl-thread-update-indent-string): Abolished.
4168
4169         * Version number is increased to 2.9.11.
4170
4171 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4172
4173         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4174         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4175         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4176
4177         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4178         as nil.
4179
4180         * wl-thread.el (wl-thread-open-all-unread): Use 
4181         elmo-folder-list-messages-mark-match.
4182         (wl-thread-insert-message): Removed argument `mark-alist'.
4183         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4184         elmo-msgdb-set-mark.
4185         (wl-thread-get-children-msgs-uncached): Likewise.
4186         (wl-thread-get-exist-children): Added argument include-self.
4187         (wl-thread-delete-message): Follow the change above.
4188
4189         * wl-summary.el (wl-summary-count-unread): Removed argument.
4190         (wl-summary-rescan): Follow the change above.
4191         (wl-summary-mark-as-read-region): Ditto
4192         (wl-summary-mark-as-unread-region): Ditto.
4193         (wl-summary-delete-messages-on-buffer): Ditto.
4194         (wl-summary-sync-update): Ditto.
4195         (wl-summary-switch-to-clone-buffer): Ditto.
4196         (wl-summary-goto-folder-subr): Ditto.
4197         (wl-summary-target-mark-mark-as-read): Ditto.
4198         (wl-summary-target-mark-mark-as-unread): Ditto.
4199         (wl-summary-target-mark-mark-as-important): Ditto.
4200         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4201         (wl-summary-update-thread): Removed argument `mark-alist'.
4202         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4203         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4204         (wl-summary-resume-cache-status): Likewise.
4205         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4206         elmo-msgdb-set-mark.
4207         (wl-summary-mark-as-read-all): Likewise.
4208         (wl-summary-delete-cache): Ditto.
4209         (wl-summary-auto-select-msg-p): Ditto.
4210         (wl-summary-mark-as-unread): Ditto.
4211         (wl-summary-no-auto-refile-message-p): Ditto.
4212         (wl-summary-mark-as-read): Ditto.
4213         (wl-summary-mark-as-important): Ditto.
4214         (wl-summary-auto-refile): Follow the change above.
4215         (wl-summary-delete-all-marks): Removed.
4216         (wl-summary-resume-marks-and-highlight): Ditto.
4217         (wl-summary-resume-marks): Ditto.
4218         (wl-summary-delete-important-msgs-from-list): Ditto.
4219         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4220
4221         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4222         wl-summary-count-unread.
4223
4224         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4225         (wl-summary-score-update-all-lines): Use
4226         elmo-msgdb-set-mark.
4227
4228 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4231         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4232         (wl-summary-create-line): Renamed from
4233         wl-summary-overview-create-summary-line;
4234         Argument rearrangement.
4235         (wl-summary-update-thread): Follow the change above.
4236
4237         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4238         (wl-thread-insert-entity-sub): Likewise.
4239
4240         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4241         argument `overview', `mark-alist' and added `msgdb'.
4242
4243         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4244
4245         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4246         (wl-summary-rescan): Follow the change above.
4247         (wl-summary-sync-update): Ditto.
4248         (wl-summary-insert-thread-entity): Ditto;
4249         Don't use `let*' in every while loop;
4250         Detect infinite loop of threads.
4251         (wl-summary-update-thread): Removed argument `overview'.
4252
4253         * wl-thread.el (wl-thread-insert-message): Ditto.
4254
4255         * Version number is increased to 2.9.10.
4256
4257         * wl-message.el (wl-message-redisplay): Ignore errors while
4258         wl-message-redisplay-hook.
4259
4260 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4261
4262         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4263
4264 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * wl.el (wl): inhibit-quit while wl-folder.
4267
4268 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4271         while msgdb access.
4272
4273 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4274
4275         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4276         even if no folder is not created.
4277
4278 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4281
4282         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4283         implementation.
4284         (wl-summary-target-mark-thread): Ditto.
4285
4286         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4287
4288 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4289
4290         * wl-util.el (wl-display-bytes): Remove unused function.
4291
4292 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4293
4294         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4295         seems critical one (partially reverse the change in 2002/03/17).
4296
4297 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4300         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4301
4302 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4303
4304         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4305         is not writable.
4306         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4307         plugged status instead of `'force' as 2nd argument.
4308
4309         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4310         is not creatable.
4311
4312         * Version number is increased to 2.9.9.
4313
4314 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4315
4316         * wl-summary.el (wl-summary-suspend): New function.
4317
4318 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4319
4320         * wl.el (wl): Do not check variables if check is nil.
4321         * wl-utils.el (wl-collect-draft): New function.
4322         * wl-folder.el (wl-folder-suspend): Put summary buffers
4323         and draft buffers at the end of buffer list.
4324         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4325
4326 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4327
4328         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4329         loop instead of recursive call.
4330
4331         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4332         2nd argument.
4333
4334 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4335
4336         * wl-draft.el (wl-draft-create-contents): Don't take neither
4337         (function . args) nor (string . something) any more.
4338
4339         * wl-version.el (wl-generate-user-agent-string): Return string
4340         without header symbol.
4341         * wl-draft.el (wl-draft-default-headers): Use it.
4342
4343         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4344         `wl-draft-insert-ccs' and return field value instead of inserting
4345         the header. Abolish cc argument.
4346         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4347
4348         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4349         rather than one with string car.
4350
4351         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4352         * wl-draft.el (wl-draft-create-contents): Add it after the default
4353         headers.
4354
4355         * wl-draft.el (wl-draft-create-contents): For the case of
4356         (symbol-or-string . function) insert header only when the function
4357         returns string value.
4358
4359 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4360
4361         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4362         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4363
4364 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4365
4366         * wl.el (wl-check-environment): Don't check Message-ID when
4367         `wl-insert-message-id' is nil.
4368         Revive checking if `wl-message-id-domain' contains "@".
4369
4370 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl.el (wl-check-environment): Merge examination for "@" at
4373         inappropriate position into the first string-match.
4374
4375         * wl-summary.el (wl-summary-target-mark-print): New function.
4376         (wl-summary-pipe-message-subr): Extracted from
4377         `wl-summary-pipe-message'.
4378         (wl-summary-target-mark-pipe): New function.
4379         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4380         `wl-summary-target-mark-pipe'.
4381
4382 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4385
4386 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4387
4388         * wl.el (wl-check-environment): Use elmo-warning instead of
4389         error for non-critical ones.
4390         Remove trash folder check.
4391         (wl): Don't ignore error in wl-check-environment.
4392
4393         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4394         check, which is moved from `wl-check-environment'.
4395         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4396
4397 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4400         guess anything, call wl-summary-write.
4401         (wl-summary-write): Create draft with blank To field.
4402         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4403
4404 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4407         argument full as well for wl-folder-write-current-folder.
4408         If wl-*-write-current-folder cannot guess addressee, add blank
4409         To header.
4410         Rewrite condition for positioning cursor.
4411
4412 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4415         summary buffer is present, use it.
4416         (wl-folder-jump-to-previous-summary): Ditto.
4417
4418 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4419
4420         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4421
4422         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4423         wl-summary-previous-buffer and wl-summary-next-buffer.
4424
4425         * wl-folder.el (wl-folder-mode-map): Bind
4426         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4427         (wl-folder-jump-to-next-summary): New function.
4428         (wl-folder-jump-to-previous-summary): Ditto.
4429
4430         * wl-draft.el (wl-draft): Rearranged.
4431
4432 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4435         of header.
4436         (wl-draft): Collect arguments for the header as header-alist.
4437         (wl-draft-forward): Arrange arguments for wl-draft.
4438         (wl-draft-reply): Ditto.
4439         (wl-draft-edit-string): Ditto.
4440         * wl-summary.el (wl-summary-write): Ditto.
4441         (wl-summary-write-current-folder): Ditto.
4442
4443         * Version number is increased to 2.9.8.
4444
4445 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4446
4447         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4448
4449         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4450
4451         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4452         even if the guess failed.
4453
4454         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4455         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4456         wl-summary-write-current-folder.
4457         * wl-xmas.el: Ditto.
4458
4459 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4460
4461         * wl-summary.el (wl-summary-next-page): Force display message if
4462         message is not displayed yet.
4463         (wl-summary-prev-page): Ditto.
4464
4465 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4466
4467         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4468
4469 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4470
4471         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4472         add "Preview Message" and "Save Draft and Exit".
4473
4474 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4477         if addrmgr is called from draft in splitted window.
4478
4479         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4480         * wl-mule.el: Ditto.
4481         * wl-xmas.el: Ditto.
4482
4483 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4486
4487         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4488         * wl-xmas.el (wl-folder-toolbar): Ditto.
4489
4490 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4493         and wl-draft-save-and-exit.
4494         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4495         * wl-xmas.el: Ditto.
4496         * wl-mule.el: Ditto.
4497
4498         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4499         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4500
4501 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4502
4503         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4504         lists for saving buffer.
4505
4506 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4507
4508         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4509         parent-folder argument instead of it.
4510         (wl-draft-create-buffer): Ditto.
4511         (wl-draft-forward): Ditto.
4512         (wl-draft-reply): Ditto.
4513         * wl-summary.el (wl-summary-write): Ditto.
4514         (wl-summary-write-current-folder): Ditto.
4515
4516         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4517         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4518         Folder buffer after composing.
4519
4520 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4523         header if the file `wl-x-face-file' already contains it.
4524
4525 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4528         folder" entry.
4529         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4530         * wl-e21.el (wl-folder-toolbar): Ditto.
4531         * wl-xmas.el (wl-folder-toolbar): Ditto.
4532
4533 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4534
4535         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4536         wl-folder-goto-folder with sticky argument.
4537         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4538
4539 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4540
4541         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4542         and wl-summary-previous-buffer.
4543         (wl-summary-next-buffer): New function.
4544         (wl-summary-previous-buffer): Ditto.
4545
4546 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4547
4548         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4549         wl-folder-jump-to-current-entity-with-arg.
4550         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4551         `wl-folder-jump-to-current-entity'.
4552         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4553         `wl-summary-goto-folder-sticky'.
4554         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4555         `wl-summary-goto-folder'.
4556         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4557         Unless force-exit, do not clean temp. marks for sticky summary.
4558         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4559
4560 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4561
4562         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4563         not entire.
4564
4565 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4566
4567         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4568         to `C-x C-s'.
4569         (wl-summary-save-status): New command.
4570         (wl-summary-exit): Don't clean-up temp marks when sticky.
4571         (Applied patch from Nakayama-san [wl: 09548])
4572         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4573         Do nothing when no mark data.
4574         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4575         Call `wl-summary-delete-all-temp-marks' before saving.
4576
4577 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4578
4579         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4580
4581 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl.el (wl-check-environment): Also cause error when (system-name)
4584         returns "localhost.localdomain". (Although it doesn't affect because
4585         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4586
4587 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4588
4589         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4590         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4591
4592         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4593         value.
4594
4595 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4596
4597         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4598         Likewise r-cc-list and r-ng-list.
4599
4600 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4601
4602         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4603         only if it is bound as variable.
4604
4605         * wl-mime.el (wl-draft-preview-message): Ditto.
4606
4607 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4608
4609         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4610         needless `goto-char'.
4611
4612         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4613         `wl-summary-redisplay-no-mime-internal' instead of
4614         `wl-summary-redisplay-no-mime'.
4615         (wl-summary-redisplay-no-mime): Changed argument;
4616         Call `wl-summary-redisplay-no-mime-internal'.
4617
4618         * wl-mime.el (wl-draft-preview-message): Bind
4619         `mime-header-encode-method-alist' locally.
4620
4621         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4622         (wl-draft-std11-parse-addresses): Added the first address check.
4623         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4624
4625         * Version number is increased to 2.9.7.
4626
4627 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4628
4629         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4630
4631 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4632
4633         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4634         related to scrollbar support, if there is no such a feature
4635         compiled in.
4636
4637 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4638
4639         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4640         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4641         for prefetch.
4642
4643 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4644
4645         * wl-summary.el (wl-summary-pick): Fix for no match.
4646
4647 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4648
4649         * wl-draft.el (wl-draft-save):
4650         Override `mime-header-encode-method-alist'.
4651
4652 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl-folder.el (wl-folder-pick): New function.
4655         Define key as "?".
4656
4657 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4660         Fix for unplugged.
4661
4662 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-folder.el (wl-folder-virtual): New function.
4665         Define key as "V".
4666
4667 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4668
4669         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4670         multi folder if entity is group.
4671
4672 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4673
4674         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4675         is nil.
4676
4677 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4678
4679         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4680         (wl-summary-target-mark-msgs): Return the number of marked messages.
4681
4682 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4683
4684         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4685         "first:" is specified.
4686
4687 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4688
4689         * wl-vars.el (wl-from): Use return value of function
4690         user-full-name instead of the variable user-full-name since
4691         XEmacs-20.4 doesn't set this variable.
4692
4693 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4696         call `wl' directly.
4697
4698 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4699
4700         * wl-draft.el (wl-draft-reedit): Removed duplicated
4701         switch-to-buffers.
4702
4703 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * wl.el (wl-other-frame): Removed garbages.
4706
4707 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4710
4711         * wl-xmas.el (wl-draft-key-setup): Ditto.
4712
4713         * wl-mule.el (wl-draft-key-setup): Ditto.
4714
4715         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4716         (wl-draft-reedit): Ditto.
4717         (wl-draft-prepare-edit): Add `wl-draft-save' to
4718         `local-write-file-hooks'.
4719         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4720         (wl-draft-reedit): Set buffer-file-name.
4721         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4722
4723
4724         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4725         call it.
4726         (wl-delete-startup-frame-function): New variable.
4727         (wl-other-frame): New function
4728         (Original was written by Yamaoka san [wl: 09239]).
4729
4730         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4731         if `wl-folder-use-frame'.
4732
4733 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4734
4735         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4736
4737 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4738
4739         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4740         New variable.
4741         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4742         (wl-message-buffer-prefetch-get-next): Use them.
4743         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4744
4745 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4746
4747         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4748         with unwind-protect.
4749
4750         * wl-draft.el (wl-draft-reedit): Rewrite.
4751         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4752         (wl-draft-save): Insert header separator if it does not exist;
4753         Removed condition-case.
4754
4755         * wl-summary.el (wl-summary-reedit): Revert last change.
4756
4757         * wl-draft.el (wl-draft-save): Rewrite.
4758         (wl-draft-create-buffer): Set buffer-file-name as nil.
4759
4760         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4761
4762         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4763
4764         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4765         nil.
4766
4767 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4768
4769         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4770         If count is nil, do not prefetch.
4771         (wl-message-buffer-prefetch-next): Next.
4772
4773 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4774
4775         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4776
4777 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4778
4779         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4780         `delete-backward-char'
4781         (wl-draft-prepare-edit): Check major-mode.
4782         (wl-draft-decode-header): Rewrite.
4783         (wl-draft): Fix.
4784
4785 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4786
4787         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4788
4789 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4790
4791         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4792         (wl-message-buffer-prefetch-get-next): Remove size checking.
4793         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4794
4795 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4796
4797         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4798         (wl-draft-default-headers): Fix.
4799
4800 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * wl-draft.el (wl-draft-default-headers): Insert return value of
4803         `wl-generate-mailer-string-function'.
4804
4805 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4806
4807         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4808         (wl-draft-insert-mail-header-separator): Ditto.
4809
4810         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4811         again (Reverted the change on 2002-01-17 by OKADA san).
4812
4813 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4814
4815         * wl-draft.el (wl-draft): Rewrite.
4816         (wl-draft-create-buffer): New function.
4817         (wl-draft-create-contents): Ditto.
4818         (wl-draft-prepare-edit): Ditto.
4819         (wl-draft-decode-header): Ditto.
4820         (wl-draft-decode-body): Ditto.
4821         (wl-draft-check-new-line): Ditto.
4822         (wl-draft-default-headers): Ditto.
4823         (wl-draft-insert-mail-header-separator): Ditto.
4824
4825 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4826
4827         * Version number is increased to 2.9.6.
4828
4829 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4830
4831         * wl-draft.el (wl-draft-delete-field): Optional argument.
4832         (wl-draft-delete-fields): Ditto.
4833
4834 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4835
4836         * wl-message.el (toplevel): Eliminated byte-compile warning.
4837         for `itimer-function', `delete-timer' and `itimer-list'.
4838
4839 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4840
4841         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4842         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4843         `wl-message-buffer-prefetch-threshold'.
4844         * wl-summary.el (wl-summary-redisplay-internal): Remove
4845         the check of `wl-message-buffer-prefetch-depth'.
4846
4847 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4848
4849         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4850         size of article.
4851         (wl-message-buffer-prefetch-subr): Remove size check.
4852
4853 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-vars.el (wl-plugged): Make customizable.
4856
4857 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4858
4859         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4860         (wl-message-buffer-prefetch-set-timer): New function.
4861         (wl-message-buffer-prefetch-get-next): New function.
4862         (wl-message-buffer-prefetch): New function.
4863         (wl-message-buffer-prefetch-next): Rewrite.
4864         (wl-message-buffer-prefetch-subr): Rewrite.
4865         * wl-vars.el (wl-auto-prefetch-first): New variable.
4866         * wl-summary.el (wl-summary-goto-folder-subr): Call
4867         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4868
4869 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4870
4871         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4872         `wl-summary-unread-message-hook'.
4873
4874 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4875
4876         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4877         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4878         if range is `cache-status'.
4879
4880 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4881
4882         * wl-message.el (wl-message-buffer-prefetch-subr):
4883         Improve debug message.
4884
4885 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4886
4887         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4888         `wl-mail-send-pre-hook'.
4889         (wl-draft-send-mail-with-qmail): Ditto.
4890         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4891
4892 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4893
4894         * wl-message.el (wl-message-buffer-prefetch-subr):
4895         Fix for cancel-function-timers bug.
4896         (wl-message-buffer-prefetch-debug): Default value is t.
4897
4898 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4899
4900         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4901         (wl-message-buffer-prefetch-subr): Rewrite.
4902         Rename from `wl-message-buffer-prefetch'.
4903
4904 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4905
4906         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4907         (wl-default-draft-cite-decorate-author): Ditto.
4908
4909         * wl-draft.el (wl-draft-cite-function): Removed.
4910         (wl-default-draft-cite-decorate-author): Ditto.
4911
4912 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4913
4914         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4915         (wl-default-draft-cite): Do not arrange author name if the value of
4916         `wl-default-draft-cite-decorate-author' is nil.
4917
4918 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4919
4920         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4921
4922         * wl-folder.el (wl-folder-check-one-entity): Don't care
4923         `elmo-folder-use-flag-p'.
4924
4925 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4926
4927         * wl-folder (wl-folder-check-one-entity): Fix
4928         problem if unread is nil.
4929
4930 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-address.el (wl-address-make-completion-list): Check whether
4933         the address is a group list.
4934         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4935
4936 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4937
4938         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4939         The number of the messages of new and unread does not count
4940         correctly.
4941
4942         * wl-summary.el (wl-summary-count-unread): Changed to return
4943         `(new . unread)' instead of total.
4944         (wl-summary-sync-update): Follow the change above.
4945
4946         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4947
4948 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-address.el (wl-address-make-completion-list): Do not enclose
4951         address by " <" and ">" if associated realname is "".
4952         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4953         This is against the promblem with group list in .addresses pointed
4954         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4955
4956 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4957
4958         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4959         message is a format control string.
4960         * wl-expire.el (wl-expire-append-log): Ditto.
4961         * wl-mime.el (wl-summary-burst-subr): Ditto.
4962         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4963         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4964
4965 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4966
4967         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4968         wl.el (wl-check-variables): Rename from `wl-check-type'.
4969         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4970         (wl-check-variables-2): New function.
4971         (wl): Call `wl-check-variables-2'.
4972
4973 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4974
4975         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4976         after renaming folder in access group.
4977
4978 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4979
4980         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4981         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4982         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4983         (wl-message-buffer-prefetch): Rewrite.
4984         (wl-message-buffer-prefetch-idle-time): Removed.
4985         * wl-summary.el (wl-summary-redisplay-internal):
4986         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4987         Error check for `wl-message-buffer-prefetch-depht'.
4988
4989 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4990
4991         * Version number is increased to 2.9.5.
4992         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4993
4994 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4997         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4998         Based on the patch written by
4999         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5000
5001 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5002
5003         * wl-draft.el (wl-draft-raw-send): Fix for
5004         `wl-news-send-pre-hook'
5005
5006 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5007
5008         * wl-utils.el (wl-message-id-function): New variable.
5009         * wl-draft.el (wl-draft-insert-required-fields):
5010         Use `wl-message-id-function'.
5011
5012 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5013
5014         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5015         * wl-utils.el (wl-draft-make-message-id-string):
5016         Use `wl-from' for domain part of Message-ID
5017         if `wl-message-id-use-wl-from' if non-nil.
5018         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5019
5020 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5021
5022         * wl.el (wl): Call `wl-check-type'
5023         Do not 'condition-case'.
5024
5025 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5026
5027         * wl.el (wl-check-type): New function.
5028         (wl-check-type-variables): New variable.
5029
5030 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5031
5032         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5033
5034 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5035
5036         * wl-draft.el (wl-smtp-password-key): New function.
5037         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5038         (wl-draft-send-mail-with-smtp): Ditto.
5039         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5040
5041 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5042
5043         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5044         * wl-utils.el (wl-unique-id-suffix): Remove.
5045
5046 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5047
5048         * Version number is increased to 2.9.4.
5049
5050 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5051
5052         * wl-utils.el (wl-unique-id-suffix): New variable.
5053         (wl-unique-id): Use `wl-unique-id-suffix'
5054
5055 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5056
5057         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5058         instead of `elmo-msgdb-search'.
5059
5060         * Version number is increased to 2.9.3.
5061
5062 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5063
5064         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5065
5066 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5067
5068         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5069         (wl-draft-dispatch-message): Changed for send-later.
5070         (wl-draft-queue-flush): Ditto.
5071         (wl-draft): Clear `wl-sent-message-queued'.
5072         (wl-draft-reedit): Ditto.
5073         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5074         * wl-vars.el (wl-draft-force-queuing): New variable.
5075         (wl-draft-force-queuing-mail): New variable.
5076         (wl-draft-force-queuing-news): New variable.
5077
5078 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5079
5080         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5081         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5082
5083 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5084
5085         * Version number is increased to 2.9.2.
5086
5087 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * wl-draft.el (wl-draft-elide-region): New user command.
5090         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5091
5092         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5093         command `wl-draft-elide-region'.
5094         * wl-mule.el: Ditto.
5095         * wl-xmas.el: Ditto.
5096
5097 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5100         (wl-biff-check-folder-async): Removed needless let.
5101
5102 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5105         wl-folder-get-elmo-folder.
5106         (wl-biff-check-folder): Set `biff' argument of
5107         `wl-folder-check-one-entity'.
5108         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5109
5110         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5111         (wl-folder-check-one-entity): Added `biff' argument;
5112         Setup `biff' slot of folder.
5113
5114         * Version number is increased to 2.9.1.
5115
5116 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5119         comment out and fixed.
5120         (wl-fldmgr-add-completion-subr): Ditto.
5121
5122         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5123         and msgdb.
5124
5125         * wl.el (wl-toggle-plugged): Save summary view.
5126
5127 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5130
5131 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5132
5133         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5134
5135 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5138         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5139         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5140
5141         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5142         if it was failed.
5143         (wl-demo): Disable undo in the demo buffer.
5144
5145 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-version.el (wl-version): Changed codename.
5148
5149         * Version number is increased to 2.9.0.
5150
5151 2001-12-14  Takuo KITAME <kitame@northeye.org>
5152
5153         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5154         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5155         (wl-folder-mark-as-read-all-current-entity): Ditto.
5156
5157 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5158
5159         * wl-vars.el (wl-from-width): Define as obsolete variable.
5160         (wl-subject-length-limit): Ditto.
5161
5162         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5163
5164         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5165         wl-summary-save-view.
5166
5167         * wl.el (wl-save-status): Ditto.
5168         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5169
5170         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5171         (wl-summary-exit): Follow the change above.
5172         (wl-summary-goto-folder-subr): Ditto.
5173
5174         * wl-folder.el (wl-folder-create-subr): Don't use
5175         `elmo-folder-creatable-p'.
5176
5177 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5180
5181 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5184         rather than bitmap on Emacs 21.
5185         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5186         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5187         for xbm if the new redisplay engine is not available.
5188
5189 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl-folder.el (wl-folder-init-hook): New hook.
5192         (wl-folder-init): Run `wl-folder-init-hook'.
5193
5194 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5197
5198 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-acap.el (wl-acap-cache-filename): New variable.
5201         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5202         (wl-acap-init): Use cache if no ACAP server found.
5203
5204 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5205
5206         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5207         `wl-acap-original-msgdb-dir'.
5208
5209         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5210         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5211
5212         * wl-mime.el (wl-mime-save-directory): Renamed from
5213         `wl-mime-save-dir'.
5214
5215 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5218
5219         * wl-demo.el: Require `path-util'.
5220         (wl-demo-bitmap-mule-available-p): New internal variable.
5221         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5222         `module-installed-p' instead.
5223         (wl-demo-insert-image): Use *.img file for a bitmap image.
5224         (wl-demo): Don't call the ascii demo recursively.
5225
5226 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5227
5228         * Version number is increased to 2.7.7.
5229
5230 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl.el (wl-exit): Eliminated byte-compile warning.
5233
5234 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5235
5236         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5237         obsolete variable using `elmo-define-obsolete-variable'.
5238         (wl-fetch-confirm-threshold): Ditto.
5239         (wl-cache-prefetch-folder-type-list): Ditto.
5240         (wl-cache-prefetch-folder-list): Ditto.
5241
5242 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5245         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5246         (wl-demo-insert-image): New function.
5247         (wl-demo-insert-text): New function.
5248         (wl-demo-image-type-alist): Redefine as a function.
5249         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5250         (wl-demo-with-temp-file-buffer): Removed.
5251         (wl-logo-xpm): Removed.
5252         (wl-logo-xbm): Removed.
5253         (wl-logo-bitmap): Removed.
5254
5255 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5256
5257         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5258         (wl-expire-localdir-get-folder-function): New user option.
5259         (wl-expire-localdir-get-folder): New function.
5260         (wl-expire-localdir-date): Ditto.
5261
5262 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5263
5264         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5265         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5266         Fixed unread number mismatch when all-unread < unread.
5267
5268 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5271         (wl-fetch-confirm-threshold): Ditto.
5272
5273         * wl-summary.el (wl-summary-confirm-appends): Removed.
5274         (wl-summary-sync-update): Don't refer
5275         `wl-summary-update-confirm-threshold' (It is now abolished).
5276
5277         * wl-message.el (wl-message-display-internal): Don't refer
5278         `wl-fetch-confirm-threshold' (It is now abolished).
5279
5280 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5283
5284 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5285
5286         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5287         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5288         Change default value to nil.
5289         (wl-summary-indent-length-limit): The value can be nil, nil means
5290         unlimited.
5291
5292         * wl-summary.el: Don't set limit for indent length if the value of
5293         wl-summary-indent-length-limit is nil.
5294         If the value of wl-summary-width is nil, it means only that the width
5295         of summary is unlimited (nil doesn't mean that the indent length is
5296         unlimited).
5297
5298         * wl-thread.el: Ditto.
5299
5300 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5301
5302         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5303         be nil, nil means never confirm.
5304         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5305
5306 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5307
5308         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5309         means unlimited).
5310
5311 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5312
5313         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5314         Use `with-temp-buffer'.
5315
5316 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5317
5318         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5319         with new backquote style).
5320         (wl-folder-get-entity-from-buffer): Ditto.
5321
5322 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5323
5324         * wl-version.el (nemacs-version): Eliminated.
5325         (wl-extended-emacs-version2): Ignore nemacs.
5326         (wl-extended-emacs-version3): Ditto.
5327
5328 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5329
5330         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5331         (wl-draft-add-in-reply-to): New variable.
5332         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5333         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5334         (wl-draft-yank-from-mail-reply-buffer): Use
5335         `wl-draft-add-in-reply-to'.
5336         (wl-draft-insert-current-message): Ditto.
5337
5338 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5339
5340         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5341         typo (kill->hide).
5342         (wl-message-buffer-prefetch-folder-type-list): Added elements
5343         `mark' and `cache' instead of `internal'.
5344
5345 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5348         resume msgdb directory.
5349
5350 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5351
5352         * wl.el (wl-exit): Call `wl-acap-exit'.
5353
5354         * wl-summary.el (wl-summary-message-string): New function.
5355         (wl-summary-reedit): Use it.
5356         (wl-summary-resend-bounced-mail): Remove needless let.
5357         (wl-summary-supersedes-message): Ditto.
5358         (wl-summary-save): Ditto.
5359
5360         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5361         (wl-acap-init): Set it.
5362         (wl-acap-exit): New function.
5363
5364 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5365
5366         * wl.el (wl-init): Revert (require 'mime-setup). move from
5367         toplevel.
5368
5369 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5370
5371         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5372         local variables.  Add error when guess function return invalid
5373         value.
5374
5375 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5376
5377         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5378         Change local variable name.
5379         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5380         (wl-folder-get-newsgroups): Return nil when non-news folder.
5381         * wl-summary.el (wl-summary-write-current-folder): State through
5382         when guess-list return nil.
5383         (wl-summary-write-current-folder-functions): Fixed docstring.
5384
5385         * wl.el (wl-exit): Changed confirm message.
5386
5387         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5388         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5389
5390         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5391
5392 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5393
5394         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5395         user option (Renamed from wl-cache-prefetch-folder-type-list).
5396         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5397         from wl-cache-prefetch-folder-list).
5398
5399         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5400         Move to wl-vars.el.
5401         (wl-message-buffer-prefetch-p): Changed to enable
5402         `wl-message-buffer-prefetch-folder-list'.
5403
5404         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5405         `ignore-cache'.
5406
5407 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5408
5409         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5410         `part-top' and `part-bottom'.
5411         (wl-draft-config-sub-part-top): New function.
5412         (wl-draft-config-sub-part-bottom): New function.
5413
5414 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5415
5416         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5417
5418 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5419
5420         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5421
5422 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5423
5424         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5425
5426         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5427         (wl-summary-write-current-folder): Ditto.
5428
5429 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-folder.el (wl-folder-get-newsgroups): Use
5432         `elmo-folder-newsgroups'.
5433
5434 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5435
5436         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5437         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5438         `wl-draft-config-sub-header-bottom'.
5439
5440 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5441
5442         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5443         localnews folder.
5444
5445 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5446
5447         * wl-summary.el (wl-summary-mode): Undo last change.
5448
5449         * wl-folder.el (wl-folder-mode): Ditto.
5450
5451 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5452
5453         * wl-summary.el (wl-summary-mode): Locally set
5454         truncate-partial-window-width to nil.
5455         (for XEmacs)
5456
5457         * wl-folder.el (wl-folder-mode): Ditto.
5458
5459 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5460
5461         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5462
5463 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5464
5465         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5466         number.
5467
5468         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5469
5470         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5471
5472         * Version number is increased to 2.7.6.
5473
5474 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5475
5476         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5477
5478 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl-summary.el (wl-summary-sync-update): Enclose network
5481         related portion with `unwind-protect'.
5482
5483 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5484
5485         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5486
5487 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5490         element.
5491         * wl-vars.el (wl-message-body-button-alist): Ditto.
5492
5493         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5494         max match length.
5495         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5496
5497         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5498         for the max match length;
5499         Use 4th element value for the button string regexp group.
5500
5501         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5502         candidate exists, prompt to select.
5503
5504 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5505
5506         * wl-summary.el (wl-summary-jump-to-msg): Search before
5507         calibration point by `beginning-of-line'.
5508
5509 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5510
5511         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5512         for access group.
5513
5514 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5515
5516         * wl-message.el (wl-message-display-internal): Bind
5517         `default-mime-charset'.
5518
5519         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5520
5521         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5522
5523         * Version number is increased to 2.7.5.
5524
5525 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5526
5527         * wl-expire.el (wl-summary-archive): Fixed;
5528         Use `elmo-folder-name-internal'.
5529
5530 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5531
5532         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5533         from `elmo-folder-move-messages' caller.
5534         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5535
5536         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5537         related portions are changed).
5538
5539 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5540
5541         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5542         counter.
5543
5544 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5545
5546         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5547         buffer local and set it to nil.
5548
5549         * wl-message.el (wl-message-redisplay): Ditto.
5550
5551 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-summary.el (wl-summary-mark-as-important): If message is
5554         already cached, set messag as read, otherwise encache and mark as read.
5555
5556 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5557
5558         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5559         point-min.
5560
5561 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5564         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5565         a keymap.
5566
5567 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5570         parent.
5571
5572         * wl-mule.el (wl-message-define-keymap): Ditto.
5573
5574         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5575
5576         * wl-xmas.el (wl-message-display-internal-hook): Define.
5577         (wl-xmas-setup-message-toolbar): Define as function.
5578         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5579         (wl-message-overload-functions): Abolished.
5580         (wl-message-define-keymap): New function.
5581
5582         * wl-vars.el (wl-message-display-internal-hook): New variable.
5583         (wl-message-header-button-alist): New variable (Renamed from
5584         wl-highlight-message-header-button-alist).
5585         (wl-message-body-button-alist): Ditto.
5586
5587         * wl-mule.el (wl-message-define-keymap): New function.
5588         (wl-message-overload-functions): Abolished.
5589
5590         * wl-message.el (wl-message-add-buttons-to-body): New function.
5591         (wl-message-redisplay): Don't call wl-message-overload-functions;
5592         Call wl-message-add-buttons-to-header and
5593         wl-message-add-buttons-to-body.
5594         (wl-message-display-internal): Set keymap argument for
5595         elmo-mime-display-as-is, elmo-mime-message-display;
5596         Run wl-message-display-internal-hook.
5597         (wl-message-refer-article-or-url): Abolished.
5598
5599         * wl-highlight.el (wl-highlight-headers): Don't call
5600         wl-highlight-message-add-buttons-to-header.
5601         (wl-highlight-message-add-buttons-to-header): Abolished.
5602
5603
5604         * wl-e21.el (wl-message-display-internal-hook): Define.
5605         (wl-e21-setup-toolbar): Deleted duplicated binding.
5606         (wl-e21-setup-message-toolbar): Define as function.
5607         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5608         (wl-message-define-keymap): New function.
5609         (wl-message-overload-functions): Abolished.
5610
5611 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5614         and elmo-folder-close.
5615
5616         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5617
5618 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5619
5620         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5621         boolean value.
5622         * wl-draft.el (wl-draft-do-fcc): Ditto.
5623
5624 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5625
5626         * wl-vars.el (wl-fcc-force-as-read): New variable.
5627         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5628         mark copied message as read.
5629
5630 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5631
5632         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5633
5634 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5635
5636         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5637         `wl-summary-target-above' instead of obsolete variable
5638         `wl-summary-temp-above'.
5639
5640         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5641         instead of `make-obsolete-variable'.
5642         * wl-refile.el (toplevel): Ditto.
5643
5644 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5645
5646         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5647         with third argument t.
5648         (wl-draft): Set first argument for wl-plugged-init as t.
5649
5650         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5651         definition.
5652
5653 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5654
5655         * wl-vars.el: Tabify.
5656         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5657
5658         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5659         message.
5660
5661 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5662
5663         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5664         and set default to beep.
5665
5666 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5667
5668         * wl-vars.el (wl-draft-truncate-lines): New variable.
5669
5670         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5671         instead of wl-message-truncate-lines for truncate-lines.
5672
5673 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5674
5675         * wl-message.el (wl-message-display-internal): Call
5676         `wl-highlight-message' after `elmo-mime-display-as-is'.
5677
5678         * wl-mime.el (wl-mime-display-text/plain): New function.
5679         (wl-mime-display-header): Ditto.
5680         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5681         body-presentation-method for text/plain;
5682         Register `wl-mime-display-header' as a header-presentation-method;
5683         Don't set up `elmo-message-text-content-inserted-hook' and
5684         `elmo-message-header-inserted-hook'.
5685
5686         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5687         variable.
5688         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5689         as t if flag is 'all-header;
5690         Don't bind `elmo-message-ignored-field-list',
5691         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5692
5693 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5696         for xemacs with non-mule environment.
5697
5698 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5699
5700         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5701         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5702         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5703
5704 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5705
5706         * wl-vars.el (wl-interactive-send): Set default value as t.
5707
5708 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5711         (wl-addrmgr-method-list): Abolished.
5712         (wl-addrmgr-change-method): Follow above change.
5713
5714         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5715
5716 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5717
5718         * wl-vars.el (wl-message-truncate-lines): Change default value
5719         to default-truncate-lines.
5720
5721         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5722
5723 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5724
5725         * wl-vars.el (wl-message-truncate-lines): New variable.
5726
5727         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5728         wl-message-truncate-lines.
5729
5730 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5731
5732         * wl-acap.el (wl-acap-init): Remove period from error message.
5733         (wl-acap-find-acap-service): Remove period from message.
5734
5735 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl.el (wl-check-environment): Undo last change.
5738
5739         * wl-vars.el (wl-from): Changed default value.
5740
5741         * wl-util.el (toplevel): Don't require tm-edit.
5742
5743         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5744         `wl-folder-init';
5745         Don't set mark on mail body.
5746         (wl-draft-reedit): Ditto.
5747
5748         * wl-address.el (wl-address-quote-specials): Define as an alias for
5749         elmo-address-quote-specials.
5750
5751 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5752
5753         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5754
5755         * wl-vars.el (wl-from): Set default value as nil.
5756         (wl-organization): Set default value as ORGANIZATION environment
5757         variable.
5758
5759         * wl-draft.el (wl-smtp-extension-bind): Check value of
5760         wl-smtp-connection-type.
5761
5762         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5763         error.
5764
5765 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5766
5767         * Version number is increased to 2.7.4.
5768
5769         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5770         arguments from `wl-highlight-x-face-function' caller.
5771         Use x-face-1.3.6.12 or later.
5772
5773 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5774
5775         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5776
5777 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5778
5779         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5780         (wl-fcc): Fix to accept function.
5781         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5782
5783 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5784
5785         * wl-acap.el (toplevel): Added `product-provide' declare.
5786         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5787
5788 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl.el (wl): Changed order of calling `elmo-init'
5791         and `elmo-folder-init'.
5792
5793 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5794
5795         * wl-mime.el (wl-summary-burst): Extract message when content-type
5796         of root entity is not only `multipart' but also `message/rfc822'.
5797         (wl-summary-burst-subr): Ditto.
5798
5799 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5800
5801         * wl-vars.el (toplevel): Require 'custom.
5802         (wl-trash-folder): Added to `wl-setting' group.
5803
5804         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5805         exists.
5806         (wl-addrmgr-draw): Insert empty line when no entry exists.
5807
5808         * wl-mule.el (wl-message-wheel-up): Fixed.
5809         (wl-message-wheel-down): Ditto.
5810
5811 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5812
5813         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5814         config is an anonymous lambda expression.
5815
5816 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5819         when Mule 2 is running.
5820
5821 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5824
5825 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5826
5827         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5828         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5829
5830         * wl-address.el (wl-address-specials-regexp): Eliminated.
5831         (wl-address-quote-specials): Rewrite.
5832
5833 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5836         shy-groups for regexp.
5837
5838         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5839         character classes and Perl style shy-groups for regexp.
5840         (wl-highlight-plugged-current-line): Use Posix style character
5841         classes for regexp.
5842         (wl-e21-highlight-folder-by-numbers): Ditto.
5843         (wl-e21-display-image-p): Use `display-images-p' instead of
5844         `display-graphic-p'.
5845         (display-images-p): Make an alias to `display-graphic-p' if it is
5846         not available.  It is for Emacs version prior to 21.0.105.
5847
5848         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5849         `display-graphic-p'.
5850         (wl-demo-image-type-alist): Ditto.
5851         (display-images-p): Make an alias to `display-graphic-p' if it is
5852         not available.  It is for Emacs version prior to 21.0.105.
5853
5854 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5855
5856         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5857         support.
5858         (wl-generate-user-agent-string): Ditto.
5859
5860         * wl-version.el (wl-version): Update docsting.
5861         (wl-version-status): Ditto.
5862
5863 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5864
5865         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5866         21.0.105.  For Emacs 21.0.104 or earlier.
5867
5868 2001-09-03  Takuo KITAME <kitame@northeye.org>
5869
5870         * wl-e21.el (wl-plugged-init-icons): Use
5871         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5872         (wl-biff-init-icons): Ditto.
5873
5874 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5875
5876         * wl-highlight.el (wl-highlight-summary-current-line):
5877         Fixed highlighting refile/copy destination.
5878
5879         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5880         (wl-acap-store): Encode string by wl-acap-coding-system.
5881
5882 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-acap.el (toplevel): Check and require 'un-define before
5885         'xemacs-ucs;
5886          Added checking for UTF-2000.
5887
5888 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5889
5890         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5891         Don't enclose with `eval-and-compile'.
5892
5893         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5894         wl-init is non-nil.
5895
5896         * wl-draft.el (wl-draft): Ditto.
5897
5898         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5899
5900         * wl-acap.el (toplevel): Require 'wl.
5901         (wl-acap-store): Call `elmo-init'.
5902
5903         * wl.el (wl): Changed position of `wl-check-environment'.
5904         (toplevel): Added autoload setting for wl-acap.
5905
5906         * wl-vars.el (wl-setting): New custom group.
5907         (wl-from): Added wl-setting group.
5908         (wl-user-mail-address-list): Ditto.
5909         (wl-organization): Ditto.
5910         (wl-subscribed-mailing-list): Ditto.
5911         (wl-envelope-from): Ditto.
5912         (wl-smtp-posting-user): Ditto.
5913         (wl-smtp-posting-server): Ditto.
5914         (wl-smtp-posting-port): Ditto.
5915         (wl-smtp-authenticate-type): Ditto.
5916         (wl-pop-before-smtp-user): Ditto.
5917         (wl-pop-before-smtp-server): Ditto.
5918         (wl-pop-before-smtp-port): Ditto.
5919         (wl-pop-before-smtp-authenticate-type): Ditto.
5920         (wl-nntp-posting-server): Ditto.
5921         (wl-nntp-posting-user): Ditto.
5922         (wl-nntp-posting-port): Ditto.
5923         (wl-fetch-confirm-threshold): Ditto.
5924         (wl-prefetch-threshold): Ditto.
5925         (wl-thread-insert-opened): Ditto.
5926         (wl-ldap-server): Ditto.
5927         (wl-ldap-port): Ditto.
5928         (wl-ldap-base): Ditto.
5929         (wl-ldap-objectclass): Ditto.
5930         (wl-use-ldap): Ditto.
5931         (wl-draft-config-alist): Ditto.
5932         (wl-draft-config-matchone): Ditto.
5933         (wl-template-alist): Ditto.
5934         (wl-message-sort-field-list): Ditto.
5935         (wl-message-ignored-field-list): Ditto.
5936         (wl-message-visible-field-list): Ditto.
5937         (wl-interactive-send): Ditto.
5938         (wl-summary-move-order): Ditto.
5939         (wl-auto-select-first): Ditto.
5940         (wl-auto-select-next): Ditto.
5941         (wl-interactive-save-folders): Ditto.
5942
5943         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5944         Initialization codes are moved from wl-local-folder-init.
5945         (wl-local-folder-init): Follow the change above.
5946         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5947
5948         * wl-acap.el: New file.
5949
5950         * Version number is increased to 2.7.3.
5951
5952 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5953
5954         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5955
5956 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5957
5958         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5959         (wl-addrmgr-address-entry-list): Ditto.
5960
5961 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-e21.el (wl-draft-mode-map): Removed binding for
5964         `wl-draft-insert-x-face-field'.
5965
5966         * wl-mule.el (wl-draft-mode-map): Ditto.
5967
5968         * wl-xmas.el (wl-draft-mode-map): Ditto.
5969
5970         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5971         (wl-cs-autoconv): Ditto.
5972         (wl-cs-local): Ditto.
5973         (wl-use-scoring): Ditto.
5974         (wl-mime-charset): Ditto.
5975         (wl-folder-check-async): Ditto.
5976
5977         * wl.el (toplevel): Ignore nemacs and tm.
5978         (wl-exit): Ditto.
5979
5980         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5981         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5982         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5983         instead of wl-address-petname-add-or-change.
5984         (wl-summary-edit-addresses-subr): Use wl-address-delete
5985         instead of wl-address-petname-delete.
5986
5987         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5988
5989         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5990         if error occured.
5991
5992         * wl-message.el (require): Remove tm support.
5993
5994         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5995
5996         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5997         (wl-folder-jump-to-current-entity): Ditto.
5998         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5999
6000         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6001         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6002         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6003
6004         * wl-mule.el (wl-draft-key-setup): Ditto.
6005
6006         * wl-xmas.el (wl-draft-key-setup): Ditto.
6007
6008         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6009         (wl-draft-std11-parse-addresses): New function.
6010         (wl-draft-parse-mailbox-list): Use it.
6011         (wl-draft): Ignore nemacs.
6012         (wl-draft-reedit): Ditto.
6013
6014         * wl-addrmgr.el: New file.
6015         (Original is wl-rcpt.el written by
6016         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6017         Thanks Kitamoto-san.)
6018
6019         * wl-address.el (wl-address-make-address-list): Modified parsing
6020         process.
6021         (wl-address-delete): Renamed from `wl-address-petname-delete';
6022         Modify wl-address-list too.
6023         (wl-address-add-or-change): Renamed from
6024         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6025
6026 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6027
6028         * wl-highlight.el (wl-highlight-summary-current-line):
6029           Work with transient-mark-mode
6030
6031 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6032
6033         * Version number is increased to 2.7.2.
6034
6035         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6036         instead of elmo-dop-queue-method.
6037
6038 2001-08-06  SAITO Atsunori <sai@yedo.com>
6039
6040         * wl-vars.el (wl-ldap-objectclass): New user option.
6041
6042         * wl-address.el (wl-ldap-make-filter): Use it.
6043
6044 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6047
6048 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6049
6050         * wl-folder.el (wl-folder): redisplay after folder insertion.
6051
6052         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6053
6054         * wl-summary.el (wl-summary-sync-update):
6055         Change status mark only when new-msgdb exists.
6056         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6057
6058 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6059
6060         * wl-summary.el (wl-summary-open-folder): New function.
6061         (wl-summary-goto-folder-subr): Use it.
6062         (wl-summary-mark-as-important): Fix;
6063         Encache only when no cache exists.
6064
6065 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6068         Use with-current-buffer.
6069
6070 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6071
6072         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6073         before call `get-buffer'. Fixed parenthesis.
6074         (wl-score-get-header-entry): Clear message and help window when
6075         keyboard quit.
6076         (wl-score-edit-insert-header): Ditto.
6077
6078 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6079
6080         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6081         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6082         (wl-default-draft-cite): Fix.
6083
6084         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6085         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6086
6087 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl-message.el (wl-message-prev-page): Do same bahavior
6090         as summary when it is called in the message buffer.
6091         (wl-message-next-page): Ditto.
6092
6093 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6094
6095         * wl-summary.el (wl-summary-forward): Use cache if it is not
6096         section cache.
6097
6098 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6101         Removed redundant require of elmo-vars.
6102         (wl-biff-state-indicator-on): Changed default value for
6103         xemacs with non-mule environment.
6104
6105         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6106         wl-message-buffer is nil;
6107         Hide progress bar after moving messages.
6108
6109 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6110
6111         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6112         message at cursor point is deleted.
6113
6114 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6115
6116         * wl-vars.el: Changed file coding system to euc-japan.
6117         Added -*-coding:-*- magic to the first line.
6118
6119         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6120         Search parent from the first message.
6121
6122         * Version number is increased to 2.7.1.
6123
6124 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6125
6126         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6127
6128 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6129
6130         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6131         refile/delete execution.
6132
6133         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6134         Fixed docstring.
6135
6136 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6137
6138         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6139         do update process;
6140         Don't update marks when update process is interrupted.
6141
6142 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-summary.el (wl-summary-reply): Fixed problem when
6145         wl-draft-use-frame is non-nil.
6146         (wl-summary-forward): Ditto.
6147
6148         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6149         as nil.
6150         (wl-folder-mark-as-read-all-entity): Ditto.
6151         (wl-folder-prefetch-entity): Ditto.
6152
6153         * wl.el (wl): Check environment before wl-init.
6154
6155         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6156         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6157         instead of wl-summary-collect-unread.
6158         (wl-summary-reply): Split message window.
6159
6160 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6163         only if current language environment is japanese,
6164
6165         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6166         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6167         (wl-folder-goto-folder-subr): Ditto.
6168
6169         * wl-draft.el (wl-draft-dispatch-message): Call
6170         `elmo-file-cache-get-path'.
6171
6172 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6173
6174         * wl-summary.el (wl-summary-cursor-move): If return value of
6175         wl-summary-next-message is not number, don't jump.
6176
6177 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-summary.el (wl-summary-buffer-next-message-function): New
6180         variable.
6181         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6182         if it is bound.
6183
6184         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6185         string.
6186
6187         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6188         (wl-plugged-drawing): Ditto.
6189
6190 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6191
6192         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6193         process.
6194         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6195         with unwind-protect.
6196
6197         * wl.el (wl-init): Require mime-setup.
6198         (wl-check-environment): Don't require mime-setup.
6199
6200         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6201         instead of elmo-folder-type.
6202
6203         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6204         value as nil.
6205
6206 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6207
6208         * Version number is increased to 2.7.0.
6209
6210         * wl-version.el (wl-version): Changed codename.
6211
6212         * wl-summary.el (wl-summary-delete-cache): Fixed.
6213
6214         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6215         Workaround for net folders.
6216         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6217
6218         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6219         value to nil (According to the patch from
6220         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6221
6222         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6223         of elmo-folder-close.
6224
6225 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6226
6227         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6228         for postfix.
6229
6230 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6231
6232         * wl-summary.el (wl-summary-resend-message): Fixed.
6233
6234         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6235         Call wl-draft with `from' argument if its address is included in
6236         `wl-user-mail-address-list'.
6237         (wl-draft): Added `from' argument.
6238
6239         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6240         non-nil.
6241         (wl): Don't show demo if wl-demo is nil.
6242
6243         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6244         wl-summary-use-frame.
6245
6246         * wl-vars.el (wl-summary-use-frame): New user option.
6247         (wl-folder-use-frame): Changed docstring.
6248
6249         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6250         non-nil.
6251         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6252         wl-summary-use-frame.
6253
6254         * wl-vars.el (wl-folder-use-frame): New user option.
6255
6256         * wl-summary.el (wl-summary-exit): Back to folder frame if
6257         wl-folder-use-frame is non-nil.
6258         (wl-summary-redisplay-internal): Ignore cache if current folder
6259         is draft folder,
6260         (wl-summary-redisplay-no-mime): Ditto.
6261         (wl-summary-redisplay-all-header): Ditto.
6262
6263         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6264         if wl-folder-use-frame is non-nil.
6265
6266 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6267
6268         * wl-summary.el (wl-summary-sync-update): Bind
6269         elmo-folder-update-threshold.
6270         (wl-summary-mark-as-important): Enclosed server mark processing
6271         with `save-match-data'.
6272
6273         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6274         only when it is already defined.
6275
6276 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6277
6278         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6279         name of folder exclude localdir is wrong.
6280         * wl-folder.el (wl-folder-sync-entity):
6281         Set `wl-summary-always-sticky-folder-list' as nil.
6282         (wl-folder-mark-as-read-all-entity): Ditto.
6283         (wl-folder-prefetch-entity): Ditto.
6284
6285 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6286
6287         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6288         instead of `wl-summary-write-current-newsgroup'.
6289
6290 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6291
6292         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6293         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6294         non-nil and selected message is important, do not display.
6295
6296 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6297
6298         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6299
6300 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6303
6304         * wl-summary.el (wl-summary-mark-as-important): Set message number
6305         using wl-summary-message-number.
6306
6307 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6308
6309         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6310         destination folder is 'null.
6311
6312 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6313
6314         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6315         New function.
6316         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6317         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6318         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6319
6320 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6321
6322         * wl-mime.el (wl-mime-setup): Added setting for
6323         `mime-setup-signature-key-alist' to avoid overriding key bind for
6324         `wl-draft-send'.
6325
6326         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6327         for `wl-draft-send'.
6328         * wl-mule.el (wl-draft-overload-functions): Ditto.
6329         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6330         * wl-draft.el (wl-draft-send): Ditto.
6331
6332         * wl-message.el (wl-message-display-internal):
6333         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6334         (Patch is provided by <kita@coe.nttdata.co.jp>).
6335
6336 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6337
6338         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6339
6340 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl.el (wl): Fix for wl-demo.
6343
6344 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6347
6348 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6349
6350         * wl-folder.el (wl-folder-prefetch-entity): Use
6351         `wl-folder-get-elmo-folder'.
6352         (wl-folder-count-incorporates): Do not use
6353         `wl-folder-get-elmo-folder'.
6354
6355 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6356
6357         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6358         instead of `elmo-folder-get-type'.
6359
6360 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6361
6362         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6363         position on Subject: field.
6364         (Advised by Mito <mit@nines.nec.co.jp>)
6365
6366 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6367
6368         * wl-folder.el (wl-folder-prefetch-entity): Use
6369         `wl-folder-get-elmo-folder'.
6370
6371 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6372
6373         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6374
6375         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6376         `process-duplicates' slot.
6377
6378         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6379         if detection failed.
6380
6381 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6382
6383         * wl-version.el (wl-version-status): Set to "alpha".
6384
6385 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6386
6387         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6388         Check wl-message-buffer lives before set-buffer.
6389
6390 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6391
6392         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6393         called in folder mode.
6394         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6395         * wl-summary.el (wl-summary-exit-pre-hook): Run
6396         `wl-summary-exit-pre-hook' before exit summary mode.
6397
6398 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6399
6400         * wl-version.el (wl-version-status): New variable.
6401         (wl-version-status-alist): Removed.
6402         (wl-version-status): Rule included.
6403
6404 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6407         @sponichi.
6408
6409         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6410         when `mail-reply-buffer' is buffer-local variable.
6411         (Reported by <kita@coe.nttdata.co.jp>).
6412
6413 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * wl-vars.el (toplevel): Require 'elmo-util.
6416
6417 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6418
6419         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6420         (All other related portions are changed)
6421
6422         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6423
6424         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6425
6426 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6427
6428         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6429
6430 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6431
6432         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6433         Delete other windows to avoid an error.
6434         Use `point-marker' instead of `point' to remember the start point
6435         of body.
6436
6437         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6438
6439         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6440         number not to exceed all message number.
6441
6442 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6443
6444         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6445         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6446
6447 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-summary.el (wl-summary-sync-force-update): Added argument
6450         no-check.
6451         (wl-summary-sync-update): Ditto.
6452         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6453         with `no-check'.
6454
6455         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6456         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6457         already running.
6458
6459 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6460
6461         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6462         `dst-folder-arg'.
6463         (wl-expire-archive-number1): Diito.
6464         (wl-expire-archive-number2): Diito.
6465         (wl-expire-archive-Date): Diito.
6466         (wl-archive-number1): Diito.
6467         (wl-archive-number2): Diito.
6468         (wl-archive-date): Diito.
6469         (wl-archive-folder-p): New function.
6470         (wl-summary-expire): Support of expand folder name at
6471         wl-expire-alist.
6472         * wl-util.el (wl-expand-newtext): Renamed from
6473         `wl-refile-expand-newtext'.
6474
6475 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6476
6477         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6478         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6479         `(elmo-msgdb-get-overview msgdb)'.
6480         (wl-summary-prefetch): Bind match data before call
6481         `wl-summay-prefetch-msg'.
6482         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6483         'off if `wl-summary-buffer-disp-msg' is non-nil.
6484         Fixed problem that couldn't show only one new or unread message when
6485         enter folder.
6486         (wl-summary-reply): Don't call `split-window-vertically' and other
6487         window.
6488
6489 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl-expire.el (wl-expire-refile): Fixed.
6492
6493 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6496
6497         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6498         biff notification is removed.
6499
6500         * wl.el (wl): Changed position of `elmo-init'.
6501
6502         * wl-draft.el (wl-default-draft-cite): Use date field
6503         on the citation buffer.
6504
6505         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6506
6507         * wl-xmas.el (wl-folder-internal-icon-list): Added
6508         `wl-folder-shimbun-image'.
6509
6510         * wl-e21.el (wl-folder-internal-icon-list): Added
6511         `wl-folder-shimbun-image'.
6512
6513 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6514
6515         * wl.el (wl-init): Eliminated argument.
6516         (wl): Rewrite.
6517
6518         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6519         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6520         instead of `elmo-folder-msgdb-internal'.
6521         (wl-summary-sync-update): Ditto.
6522         (wl-summary-flush-pending-append-operations): Eliminated.
6523         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6524         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6525         `elmo-folder-open'.
6526
6527         * wl-mime.el (wl-summary-burst): Fixed.
6528
6529         * wl-folder.el (wl-folder-info-save): Check data type.
6530
6531         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6532         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6533         instead of `elmo-folder-msgdb-internal'.
6534         (wl-expire-hide): Ditto.
6535
6536
6537         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6538
6539 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6540
6541         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6542
6543 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6544
6545         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6546
6547 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6548
6549         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6550         Fixed `match-beginning' argument mismatch.
6551
6552 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6553
6554         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6555         the default value.
6556
6557 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6560         instead of `elmo-nntp-default-port'.
6561
6562         * wl-vars.el: Fixed some doc strings.
6563
6564 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-summary.el (wl-summary-prefetch-msg): Use
6567         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6568
6569         * wl-vars.el: Define *-func as obsolete variable using
6570         `elmo-define-obsolete-variable'.
6571
6572         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6573         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6574         instead of `wl-message-buffer-prefetch-threshold'.
6575
6576         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6577
6578         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6579
6580         * wl-draft.el (wl-caesar-region-func): Ditto.
6581
6582         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6583         Keep unread status in elmo-folder-move-messages.
6584         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6585
6586 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6587
6588         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6589         `wl-summary-buffer-exit-func'
6590         (wl-summary-buffer-message-redisplay-function): Renamed from
6591         `wl-summary-buffer-message-redisplay-func'
6592         (wl-summary-buffer-next-folder-function): Renamed from
6593         `wl-summary-buffer-next-folder-func'.
6594         (wl-summary-buffer-prev-folder-function): Renamed from
6595         `wl-summary-buffer-prev-folder-func'.
6596         (wl-summary-get-petname-function): Renamed from
6597         `wl-summary-get-petname-func'.
6598
6599         * wl-score.el (wl-score-edit-exit-function): Renamed from
6600         `wl-score-edit-exit-func'.
6601
6602         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6603         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6604
6605         * wl-util.el (wl-load-profile-function): Renamed from
6606         `wl-load-profile-func'.
6607
6608         * wl-folder.el (wl-folder-completion-function): Renamed from
6609         `wl-folder-completion-func'.
6610         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6611
6612         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6613         `wl-expire-archive-get-folder-func'.
6614         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6615         (wl-draft-send-mail-function): Renamed from
6616         `wl-draft-send-mail-func'.
6617         (wl-draft-send-news-function): Renamed from
6618         `wl-draft-send-news-func'.
6619         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6620         (wl-generate-mailer-string-function): Renamed from
6621         `wl-generate-mailer-string-func'.
6622         (wl-highlight-signature-search-function): Renamed from
6623         `wl-highlight-signature-search-func'.
6624         (wl-highlight-x-face-function): Renamed from
6625         `wl-highlight-x-face-func'
6626         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6627         (wl-ps-print-buffer-function): Renamed from
6628         `wl-ps-print-buffer-func'
6629         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6630         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6631         (wl-summary-subject-filter-function): Renamed from
6632         `wl-summary-subject-filter-func'.
6633
6634         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6635         `wl-draft-queue-flush-send-func'
6636         (wl-draft-cite-function): Renamed from
6637         `wl-draft-cite-func'
6638
6639         * wl-address.el (wl-address-init-function): Renamed from
6640         `wl-address-init-func'.
6641
6642 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6643
6644         * wl-draft.el (wl-draft-queue-flush): Don't call
6645         `elmo-dop-unlock-message'.
6646         * wl-draft.el (wl-draft-queue-append): Don't call
6647         `elmo-dop-lock-message'.
6648
6649         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6650         (wl-summary-buffer-folder-name): Ditto.
6651         (wl-summary-message-regexp): Added '-' (all other related portions
6652         are changed).
6653         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6654         wl-summary-buffer-folder-name.
6655
6656 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6657
6658         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6659         the number of mails in the folder buffer is not updated by wl-biff.
6660
6661 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6664         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6665
6666 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6667
6668         * wl-summary.el (wl-summary-next-message):
6669         Return next message number when wl-summary-move-order is nil.
6670
6671 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6672
6673         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6674         `wl-summary-move-spec-alist'.
6675         (wl-summary-move-spec-unplugged-alist): New variable
6676         (Move spec for unplugged status).
6677         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6678         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6679
6680 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6681
6682         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6683         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6684
6685 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6686
6687         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6688         simple quotation to quote the anonymous function.
6689         * tm-wl.el (wl-draft-preview-message): Ditto.
6690
6691 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6692
6693         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6694         Eliminate redundant `save-excursion'.
6695         (wl-highlight-summary-current-line): Ditto.
6696
6697         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6698         accessing match data when `looking-at' failed.
6699
6700         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6701         `elmo-match-string' where users don't care about the speed.
6702         (wl-draft-save): Ditto.
6703
6704 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6705
6706         * wl-util.el (wl-regexp-opt): New function.
6707
6708         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6709         number from `wl-summary-buffer-number-list'.
6710         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6711         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6712         (wl-summary-move-spec-alist): Changed default setting.
6713
6714 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6715
6716         * wl-vars.el (wl-biff-notify-hook): New hook.
6717         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6718         the arrival of new mail.
6719         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6720         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6721
6722 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6725
6726 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6729
6730         * Version number is increased to 2.5.8.
6731
6732         * wl-thread.el (toplevel): require 'cl.
6733         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6734         (wl-thread-make-number-list): New function.
6735         (wl-thread-entity-make-number-list-from-children): Ditto.
6736         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6737         (wl-thread-entity-insert-as-children): Likewise.
6738         (wl-thread-delete-message): Likewise.
6739         (wl-meaning-of-mark): Eliminated.
6740         (wl-thread-next-failure-mark-p): Ditto.
6741         (wl-thread-entity-get-mark): Ditto.
6742         (wl-thread-meaning-alist-get-result): Ditto.
6743         (wl-thread-entity-check-prev-mark): Ditto.
6744         (wl-thread-entity-check-next-mark): Ditto.
6745         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6746         (wl-thread-entity-get-prev-marked-entity): Ditto.
6747         (wl-thread-get-prev-unread): Ditto.
6748         (wl-thread-jump-to-prev-unread): Ditto.
6749         (wl-thread-get-next-unread): Ditto.
6750         (wl-thread-jump-to-next-unread): Ditto.
6751         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6752         (wl-thread-entity-get-next-marked-entity): Ditto.
6753
6754         * wl-summary.el (wl-summary-buffer-number-list):
6755         New bufer-local variable.
6756         (wl-summary-switch-to-clone-buffer): Clone
6757         `wl-summary-buffer-number-list'.
6758         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6759         (wl-summary-cursor-move-regex): Eliminated.
6760         (wl-summary-cursor-up): Rewrite.
6761         (wl-summary-cursor-down): Ditto.
6762         (wl-summary-mode-spec-alist): New variable.
6763         (wl-summary-next-message): New inline function.
6764         (wl-summary-cursor-move): New function.
6765         (wl-summary-default-get-next-msg): Rewrite.
6766         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6767         (wl-summary-rescan): Ditto.
6768         (wl-summary-sync-all-init): Ditto.
6769         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6770         summary is not thread view.
6771         (wl-summary-sync-update): Ditto.
6772         (wl-summary-rescan): Ditto.
6773         (wl-summary-make-number-list): New function.
6774
6775         * wl-draft.el: "FCC" -> "Fcc".
6776
6777 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6778
6779         * wl-highlight.el (wl-highlight-summary-window):
6780         Call `set-buffer-modified-p'.
6781
6782         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6783         (wl): Call `elmo-init' and fix.
6784
6785         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6786         Use new variables.
6787
6788         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6789
6790 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6791
6792         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6793
6794 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6795
6796         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6797
6798 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6799
6800         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6801         `wl-use-toolbar' nor `display-graphic-p'.
6802         (wl-e21-setup-message-toolbar): Ditto.
6803         (wl-e21-setup-summary-toolbar): Ditto.
6804         (wl-e21-setup-folder-toolbar): Ditto.
6805
6806         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6807         (wl-plugged-init-icons): Ditto.
6808
6809         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6810         `display-graphic-p'.
6811         (wl-plugged-set-folder-icon): Ditto.
6812         (wl-highlight-plugged-current-line): Ditto.
6813         (wl-highlight-folder-current-line): Ditto.
6814         (wl-e21-highlight-folder-group-line): Ditto.
6815         (wl-e21-setup-toolbar): Ditto.
6816         (wl-e21-display-image-p): New macro.
6817
6818         * wl-demo.el (wl-demo): Simplified.
6819         (wl-demo-image-type-alist): Use `image-type-available-p' for
6820         checking whether the image type `xbm' is available.
6821
6822 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6823
6824         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6825         (wl-summary-input-range): Ditto.
6826
6827 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-summary.el (wl-summary-edit-addresses): Use
6830         `wl-summary-get-original-buffer'
6831         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6832         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6833         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6834         (wl-summary-get-newsgroups): Eliminated.
6835         (wl-summary-set-crosspost): Ditto.
6836         (wl-summary-is-crosspost-folder): Ditto.
6837         (wl-crosspost-alist-load): Ditto.
6838         (wl-crosspost-alist-save): Ditto.
6839
6840         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6841         `elmo-setup-subscribed-newsgroups' instead of
6842         `elmo-nntp-make-groups-hashtb'.
6843         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6844         instead of `wl-crosspost-alist-save'.
6845
6846         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6847         of `elmo-folder-message-appendable-p'.
6848         (wl-mime-header-presentation-method): Eliminated.
6849
6850         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6851         (Error occurs in emacs21).
6852
6853         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6854         the current buffer).
6855
6856         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6857         instead of `wl-crosspost-alist-save'.
6858         (wl-init): `elmo-crosspost-message-alist-load'
6859         instead of `wl-crosspost-alist-load'
6860
6861         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6862         (wl-parse-newsgroups): Likewise.
6863         (wl-biff-notify): Run `wl-biff-notify-hook'.
6864
6865 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6868
6869         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6870         when `wl-summary-lazy-highlight' is non-nil.
6871         (wl-summary-goto-folder-subr): Highlight only when
6872         `wl-summary-lazy-highlight' is non-nil.
6873
6874         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6875         Don't display progress and highlight temp-mark when
6876         `wl-summary-lazy-highlight' is non-nil.
6877         (wl-highlight-summary-window): New function.
6878         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6879
6880 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6881
6882         * wl-summary.el (wl-summary-sync): Change `all-visible'
6883         from `all-shown'
6884         (wl-summary-input-range): Ditto.
6885
6886 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6887
6888         * wl-e21.el (wl-highlight-folder-current-line): Call
6889         `wl-folder-init-icons' when folder icons have not been initialized.
6890
6891         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6892
6893         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6894         (wl-demo-image-type-alist): New macro.
6895
6896 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6897
6898         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6899         display does not support graphics.
6900         (wl-plugged-init-icons): Ditto.
6901         (wl-folder-init-icons): Ditto.
6902
6903         * wl-demo.el (wl-demo): Chech closely whether the display
6904         supports graphics.
6905
6906 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl-summary.el (wl-summary-get-original-buffer): New function.
6909         (wl-summary-set-crosspost): Use it.
6910         (wl-summary-target-mark-uudecode): Ditto.
6911         (wl-summary-reedit): Ditto.
6912         (wl-summary-resend-bounced-mail): Ditto.
6913         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6914         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6915
6916         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6917         (wl-message-display-internal): Ditto.
6918
6919 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6922
6923 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl-summary.el (wl-summary-save-view): Renamed from
6926         `wl-summary-save-status'.
6927
6928 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6929
6930         * wl-summary.el (wl-summary-sync): Added `all-shown'
6931
6932 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6933
6934         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6935
6936 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6937
6938         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6939
6940 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6941
6942         * wl-highlight.el (wl-highlight-summary-line-string): Use
6943         `zerop' instead of `= 0'.
6944         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6945
6946         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6947         for comparing numbers.
6948         (wl-template-prev): Use `zerop' instead of `eq 0'.
6949
6950         * wl-draft.el (wl-draft-insert-current-message): Use
6951         `with-current-buffer' instead of `save-excursion'.
6952         Use `zerop' instead of `eq 0'.
6953
6954 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6955
6956         * wl-draft.el (wl-draft-insert-ccs): New function.
6957         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6958         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6959
6960 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6961
6962         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6963
6964 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-expire.el (wl-expire-refile): Don't call
6967         elmo-msgdb-add-msgs-to-seen-list;
6968         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6969         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6970
6971 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-message.el (wl-message-prev-page): Ignore errors while
6974         scroll-down.
6975
6976 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * wl-mime.el: Use elmo-original-message-mode instead of
6979         mmelmo-original-mode.
6980
6981         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6982         `elmo-folder-get-spec';
6983         (wl-fldmgr-add-completion-all-completions):
6984         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6985
6986         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6987         of `elmo-folder-get-type'.
6988
6989         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6990         `elmo-folder-get-spec';
6991         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6992         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6993         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6994         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6995         `elmo-read-msg-no-cache';
6996         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6997         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6998         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6999         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7000         `elmo-cache-save';
7001         (wl-draft-reedit): Use `elmo-message-file-name'.
7002
7003         * wl-expire.el: Use `elmo-folder-name-internal';
7004         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7005         Use macro `wl-summary-buffer-msgdb' instead of variable
7006         `wl-summary-buffer-msgdb';
7007         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7008         Use macro `wl-summary-buffer-folder-name' instead of variable
7009         `wl-summary-buffer-folder-name'.
7010         * wl-score.el: Likewise.
7011
7012         * wl-message.el: Rewrite for new message buffer cache mechanism.
7013         (wl-message-buffer-cache-buffer-get): New macro.
7014         (wl-message-buffer-cache-folder-get): Ditto.
7015         (wl-message-buffer-cache-message-get): Ditto.
7016         (wl-message-buffer-cache-entry-make): Ditto.
7017         (wl-message-buffer-cache-hit): Ditto.
7018         (wl-message-buffer-cache-sort): New function.
7019         (wl-message-buffer-cache-add): Ditto.
7020         (wl-message-buffer-cache-delete): Ditto.
7021         (wl-message-buffer-cache-clean-up): Ditto.
7022         (wl-message-buffer-window): Rewrite.
7023         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7024         (wl-message-buffer-display): New function.
7025         (wl-message-display-internal): New function.
7026
7027 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7028
7029         * wl-folder.el: Use `elmo-folder-name-internal';
7030         Use `wl-folder-get-elmo-folder';
7031         Use `elmo-folder-list-messages' instead of
7032         `elmo-list-folder';
7033         Use `elmo-folder-get-primitive-list' instead of
7034         `elmo-folder-get-primitive-spec-list';
7035         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7036         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7037         Use `elmo-folder-create' instead of `elmo-create-folder'.
7038         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7039         (wl-folder-get-elmo-folder): New macro.
7040         (wl-folder-elmo-folder-cache-get): Ditto.
7041         (wl-folder-elmo-folder-cache-put): Ditto.
7042         (wl-folder-suspend): Call `elmo-quit'.
7043
7044         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7045         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7046         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7047         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7048         (toplevel): require 'cl.
7049         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7050
7051         * wl-summary.el: Rewrite to use new elmo interface.
7052
7053 \f
7054 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-mime.el (wl-draft-preview-message):
7057         Run `wl-draft-send-hook' before collecting recipients information;
7058         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7059
7060         * tm-wl.el (wl-draft-preview-message): Ditto.
7061
7062 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7063
7064         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7065         wrong recipients are displayed when forwarded message.
7066
7067 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * Version number is increased to 2.5.7.
7070
7071 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7072
7073         * wl-message.el (wl-message-next-page): Bind
7074         `window-pixel-scroll-increment' to nil while scrolling up.
7075
7076 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7077
7078         * wl-vars.el (wl-save-hook): New hook.
7079         * wl.el (wl-save): Call `wl-save-hook'.
7080
7081 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7082
7083         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7084         Argument WITH-ARG instead of NO-ARG (negative mean).
7085         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7086         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7087         * wl-message.el (wl-message-follow-current-entity): Likewise.
7088
7089 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7090
7091         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7092         FROM was optional argument.
7093         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7094
7095 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7096
7097         * Version number is increased to 2.5.6.
7098
7099 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7100
7101         * wl-version.el (wl-version-show): Removed.
7102         (wl-version): Add `interactive'.
7103
7104 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7105
7106         * wl-summary.el (wl-summary-get-petname-func): New variable.
7107         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7108         instead of `wl-address-get-petname-1'.
7109         (wl-summary-simple-from): Ditto.
7110
7111         * wl-address.el (wl-address-get-petname-1): Define as function.
7112
7113 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7114
7115         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7116         field in the original message.
7117         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7118
7119 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7120
7121         * wl-expire.el (wl-expire-hide):
7122         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7123
7124 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7127         find decoder for To, Cc, and Subject.
7128
7129 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7132         for checking `elmo-use-buffer-cache'.
7133         (wl-summary-mark-as-important): Fixed typo in comment.
7134
7135 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7138         field in the original message.
7139         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7140
7141 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7142
7143         * wl-expire.el (wl-expire-hide):
7144         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7145
7146 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7149         find decoder for To, Cc, and Subject.
7150
7151 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7152
7153         * Version number is increased to 2.5.5.
7154
7155         * wl-address.el (wl-address-specials-regexp): New constant.
7156         (wl-address-quote-specials): Use it.
7157
7158 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-summary.el (wl-summary-rescan):
7161         Call `wl-summary-buffer-number-column-detect'.
7162         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7163
7164         * wl-message.el (wl-message-mode-map): Define.
7165         (wl-message-decode): Use it as local-map.
7166
7167 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7170         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7171
7172 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7175
7176         * wl-mule.el (wl-read-event-char): Ditto.
7177
7178         * wl-e21.el (wl-read-event-char): Ditto.
7179
7180         * wl-nemacs.el (wl-read-event-char): Ditto.
7181         (read-event): Removed.
7182
7183         * wl-util.el (toplevel): Removed dummy definition of
7184         `read-event'.
7185         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7186
7187 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7188
7189         * wl-nemacs.el (elmo-archive-call-process): Moved to
7190         elmo-archive.el.
7191
7192 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7193
7194         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7195         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7196
7197         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7198         instead of magic-number 6.  Use `not' instead of `null' for symbol
7199         `nil' check (not empty list).
7200         (wl-draft-insert-x-face-field): Fixed paren style.
7201
7202         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7203         one-branch conditional statement, instead of `and' and `if'.
7204         (wl-draft-forward): Likewise.
7205         (wl-draft-add-references): Likewise.
7206         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7207
7208         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7209         conditional steatment.  Use `cond' instead of `if'.
7210         (wl-draft-confirm): Likewise.
7211
7212 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7213
7214         * wl-version.el (wl-version-show): Use `product-string-1'
7215         instead of `wl-version'.
7216         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7217
7218         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7219
7220 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7221
7222         * wl-highlight.el (wl-highlight-headers): Revert
7223         `wl-highlight-x-face-func' argument (`beg' and `end').
7224
7225 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7226
7227         * wl.el (toplevel): Move `product-provide' declare.
7228         * wl-demo.el (toplevel): Ditto.
7229         * wl-dnd.el (toplevel): Ditto.
7230         * wl-highlight.el (toplevel): Ditto.
7231         * wl-message.el (toplevel): Ditto.
7232         * wl-refile.el (toplevel): Ditto.
7233         * wl-util.el (toplevel): Ditto.
7234
7235 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7236
7237         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7238         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7239         (wl-thread-close-all): keep cursor position.
7240
7241 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7242
7243         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7244         (eq x 0).
7245         (wl-generate-user-agent-string-1): Fix conditional statement.
7246
7247 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7248
7249         * wl.el (wl-check-environment): Additional check for
7250         'wl-local-domain' and `wl-message-id-domain'.
7251
7252 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7253
7254         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7255
7256 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7257
7258         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7259         instead of `smtp-sasl-user-realm'.
7260
7261 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7262
7263         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7264
7265 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7266
7267         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7268         to the default value as well as `eword-lexical-analyzer'.
7269
7270 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7271
7272         * wl-version.el (wl-extended-emacs-version,
7273         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7274         `elmo-match-string' instead of `wl-match-string'.
7275
7276 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7277
7278         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7279         docstring.
7280
7281 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7282
7283         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7284
7285 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7286
7287         * wl-highlight.el (wl-highlight-headers): Remove
7288         `wl-highlight-x-face-func' argument (`beg' and `end').
7289
7290 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-summary.el (wl-summary-mark-as-important):
7293         Remove cache if folder is local.
7294
7295 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7296
7297         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7298         to get existing e-mail address string.
7299
7300 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7301
7302         * wl-version.el (wl-generate-user-agent-string): Commentary.
7303         (wl-generate-user-agent-string-1): Use `when' for
7304         one-branch conditional statement, instead of `and' and `if'.
7305         (wl-extended-emacs-version, wl-extended-emacs-version2,
7306         wl-extended-emacs-version3): Ditto.
7307
7308 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7311         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7312         condition-case; Remove initialization.
7313         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7314         (wl-summary-sync-update3): Added argument `sync-all';
7315         Eliminated local variable `msgdb';
7316         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7317         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7318         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7319
7320 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7321
7322         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7323         connection before call `wl-draft-send-mail-with-smtp'.
7324
7325 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * Version number is increased to 2.5.4.
7328
7329 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7330
7331         * wl.el (wl-check-environment): Additional check for
7332         'wl-local-domain' and `wl-message-id-domain'.
7333
7334 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7337         buffer as command specific.
7338         (wl-folder-mark-as-read-all-entity): Ditto.
7339         (wl-folder-prefetch-entity): Ditto.
7340         (wl-folder-drop-unsync-entity): Ditto.
7341
7342         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7343         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7344         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7345
7346         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7347         save-excursion.
7348
7349 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * Version number is increased to 2.5.3.
7352
7353         * wl-summary.el (wl-summary-save-view-cache):
7354         Delete duplicated `write-region';
7355         Use `write-region-as-binary' instead of `as-binary-output-file' and
7356         `write-region'.
7357
7358 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7359
7360         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7361
7362 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7365         instead of `smtp-via-smtp'.
7366
7367 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7368
7369         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7370
7371 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7372
7373         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7374         instead of `smtp-sasl-user-realm'.
7375
7376 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7377
7378         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7379
7380 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7381
7382         * Version number is increased to 2.5.2.
7383
7384 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7387         does not exist.
7388         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7389         (wl-biff-start): Call `timer-activate' if timer already exists.
7390
7391         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7392         only when it is bound as function.
7393
7394 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * Version number is increased to 2.5.1.
7397
7398 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7401         Print refile/copy destination.
7402
7403 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7406         queue-flush-only is non-nil.
7407
7408         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7409
7410         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7411         checking cache folder.
7412
7413 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7414
7415         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7416         `regexp-quote'.
7417
7418 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7419
7420         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7421         function.
7422         * wl-summary.el (wl-summary-write-current-folder-functions):
7423         Change default value.  Use it.
7424
7425 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * Version number is increased to 2.5.0.
7428
7429         * wl-version.el (wl-version): Changed codename.
7430
7431 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7432
7433         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7434         (wl-summary-supersedes-message): Ditto.
7435
7436 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7437
7438         * wl-refile.el (wl-refile-guess-functions): Renamed from
7439         `wl-refile-guess-func-list'.
7440
7441 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7444         Fixed problem when no rule was matched.
7445
7446 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7447
7448         * wl-summary.el (wl-summary-get-mark): Fixed
7449         `wl-summary-buffer-target-mark' check logic.
7450
7451 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7452
7453         * wl-folder.el (wl-folder-write-current-folder): Added group
7454         folder check.
7455
7456         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7457         `wl-summary-write-current-newsgroup'.
7458         (wl-summary-write-current-folder-functions): New variable.
7459         * wl-folder.el (wl-folder-get-newsgroups): New function.
7460         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7461         (wl-folder-write-current-folder): Renamed from
7462         `wl-folder-write-current-newsgroup'.
7463
7464 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7465
7466         * Version number is increased to 2.3.93.
7467
7468 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7469
7470         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7471         (wl-ldap-make-matched-value-list): Ditto.
7472         (wl-ldap-alias-safe-string): Split e-mail address.
7473
7474         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7475         petname folder default was selected.
7476         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7477         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7478
7479 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7480
7481         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7482         to `wl-draft-config-exec'.
7483
7484         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7485         instead of calling `wl-draft-config-exec';
7486         Process group-list and show recipients in minibuffer.
7487
7488         * tm-wl.el (wl-draft-preview-message): Ditto.
7489
7490 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7491
7492         * wl.el (toplevel): Added (C) to copyright notice, and
7493         sync Author header.
7494         * tm-wl.el (toplevel): Ditto.
7495         * wl-address.el (toplevel): Ditto.
7496         * wl-demo.el (toplevel): Ditto.
7497         * wl-dnd.el (toplevel): Ditto.
7498         * wl-draft.el (toplevel): Ditto.
7499         * wl-e21.el (toplevel): Ditto.
7500         * wl-expire.el (toplevel): Ditto.
7501         * wl-folder.el (toplevel): Ditto.
7502         * wl-highlight.el (toplevel): Ditto.
7503         * wl-message.el (toplevel): Ditto.
7504         * wl-mime.el (toplevel): Ditto.
7505         * wl-mule.el (toplevel): Ditto.
7506         * wl-nemacs.el (toplevel): Ditto.
7507         * wl-refile.el (toplevel): Ditto.
7508         * wl-score.el (toplevel): Ditto.
7509         * wl-summary.el (toplevel): Ditto.
7510         * wl-template.el (toplevel): Ditto.
7511         * wl-thread.el (toplevel): Ditto.
7512         * wl-util.el (toplevel): Ditto.
7513         * wl-vars.el (toplevel): Ditto.
7514         * wl-xmas.el (toplevel): Ditto.
7515
7516 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7517
7518         * wl.el (wl-init): Added comment about `wl-init-hook'.
7519         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7520         * wl-vars.el (wl-init-hook): Added docs.
7521         (wl-make-plugged-hook): Removed useless docs.
7522         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7523         * wl-xmas.el (toplevel): Ditto.
7524
7525 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7526
7527         * wl-address.el (toplevel): Fixed multiple Author header format.
7528         * wl-demo.el (toplevel): Ditto.
7529         * wl-draft.el (toplevel): Ditto.
7530         * wl-folder.el (toplevel): Ditto.
7531         * wl-summary.el (toplevel): Ditto.
7532         * wl-thread.el (toplevel): Ditto.
7533         * wl-util.el (toplevel): Ditto.
7534         * wl-vars.el (toplevel): Ditto.
7535         * wl-version.el (toplevel): Ditto.
7536         * wl-xmas.el (toplevel): Ditto.
7537         * wl.el (toplevel): Ditto.
7538
7539         * wl-version.el (toplevel): Added require `elmo-version' for
7540         `product-version-as-string'.
7541
7542 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl-vars.el (wl-draft-send-hook): Changed default value to
7545         '(wl-draft-config-exec).
7546
7547         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7548         explicitly.
7549         (wl-draft): Set `wl-draft-config-exec-flag' before running
7550         `wl-mail-setup-hook'.
7551
7552         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7553         `wl-biff-init-icons' to `wl-init-hook' instead of
7554         `wl-make-plugged-hook'.
7555         (Because if `wl-draft' command is invoked at first,
7556         they are not initialized)
7557         Updated copyright notice.
7558
7559         * wl-e21.el (toplevel): Ditto;
7560
7561         * wl-demo.el (toplevel): Updated copyright notice.
7562         * wl-address.el (toplevel): Ditto.
7563         * wl-draft.el (toplevel): Ditto.
7564         * wl-version.el (toplevel): Ditto.
7565         * wl-folder.el (toplevel): Ditto.
7566         * wl-summary.el (toplevel): Ditto.
7567         * wl-thread.el (toplevel): Ditto.
7568         * wl-util.el (toplevel): Ditto.
7569         * wl-vars.el (toplevel): Ditto.
7570         * wl.el (toplevel): Ditto.
7571
7572 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-highlight.el (wl-highlight-message): Fixed problem of
7575         highlighting failure which occured when the last field contains
7576         multiple lines in the draft buffer.
7577
7578         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7579         `wl-biff-start' if plugged.
7580
7581         * wl-util.el (wl-biff-check-folder): New function.
7582         (wl-biff-check-folders): Don't set session name prefix.
7583         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7584         (wl-biff-check-folder-async): Ditto.
7585
7586         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7587         in email address.
7588
7589 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7590
7591         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7592
7593         * wl-draft.el (wl-draft-strip-subject-re): New function.
7594
7595         * wl-draft.el (wl-draft-reply): Use it.
7596
7597 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-message.el (wl-mmelmo-message-redisplay): Use
7600         `mime-display-message' instead of `wl-mime-display-message'.
7601
7602         * wl-mime.el (toplevel): Removed compatibility workaround
7603         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7604         (wl-mime-display-message): Abolished.
7605         (wl-mime-entity-read-field): Ditto.
7606         (wl-mime-combine-message/partial-pieces): Use
7607         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7608
7609 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7610
7611         * wl-template.el: Doc fixes.
7612
7613 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7614
7615         * wl-e21.el (wl-message-overload-functions): Do nothing if
7616         `current-local-map' is not available.
7617         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7618
7619 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7620
7621         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7622         representation.
7623
7624         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7625         number.
7626         (wl-fldmgr-save-folders): Don't use `format' when insert
7627         `wl-fldmgr-folders-header'.
7628
7629 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7630
7631         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7632
7633 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl-highlight.el (wl-highlight-message):
7636         Use `std11-field-end' to detect end point of the header field.
7637         Refer `wl-highlight-max-header-size'.
7638
7639         * wl-vars.el (wl-highlight-max-header-size): New variable.
7640
7641         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7642
7643         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7644         Set `for-draft' argument of wl-highlight-headers.
7645         (wl-draft): Ditto.
7646         (wl-draft-reedit): Ditto.
7647         (wl-user-agent-compose-internal): Ditto.
7648
7649 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7650
7651         * wl-message.el (wl-message-add-button): Use overlay.
7652
7653 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7656
7657         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7658         problem when group-list content is nothing.
7659         (Reported by Mito <mit@nines.nec.co.jp>)
7660
7661 2000-10-18  SAITO Atsunori <sai@yedo.com>
7662
7663         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7664
7665 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7666
7667         * tm-wl.el (toplevel): Use product-provide.
7668
7669 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * Version number is increased to 2.3.92.
7672
7673 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7674
7675         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7676         title text, use `display' property for left margin under Emacs 21.
7677
7678         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7679         properties.
7680         (wl-plugged-init-icons): Ditto.
7681
7682 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7683
7684         * wl.el (wl-save-status, wl-init): Remove last period in
7685         "...done." message.
7686         * tm-wl.el (wl-summary-burst): Ditto.
7687         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7688         wl-summary-resume-cache-status,
7689         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7690         wl-summary-sync-update3, wl-summary-highlight-msgs,
7691         wl-summary-flush-pending-append-operations,
7692         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7693         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7694         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7695         wl-thread-open-all): Ditto.
7696         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7697         * wl-mime.el (wl-summary-burst): Ditto.
7698         * wl-highlight.el (wl-highlight-summary): Ditto.
7699         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7700         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7701         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7702         * wl-address.el (wl-local-address-init): Ditto.
7703
7704 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7705
7706         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7707         `add-text-properties'.
7708         (wl-plugged-init-icons): Ditto.
7709         (wl-folder-init-icons): Use `propertize' instead of
7710         `put-text-property'.
7711         (wl-plugged-set-folder-icon): Ditto.
7712         (wl-e21-highlight-folder-group-line): Ditto.
7713
7714 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl-version.el (wl-version-status-alist): New variable.
7717         (wl-version-status): New function.
7718
7719         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7720         "Cc" part of the case "Reply-To".
7721
7722         * wl-draft.el (wl-draft-reply): Use result of
7723         `eword-extract-address-components'.
7724
7725         * wl-demo.el (wl-demo-icon-name): New constant.
7726         (wl-logo-xpm): Use it.
7727         (wl-logo-xbm): Ditto.
7728         (wl-logo-bitmap): Ditto.
7729
7730         * Version number is increased to 2.3.91.
7731
7732 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7733
7734         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7735         (wl-extended-emacs-version, wl-extended-emacs-version2,
7736         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7737         docstring.
7738
7739         * wl-version.el (wl-generate-user-agent-string-1): New function.
7740         (wl-generate-user-agent-string): Use it.
7741
7742         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7743         `mime-edit-insert-user-agent-field'.
7744         (wl-generate-user-agent-string): Check
7745         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7746
7747         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7748         instead of `if', when verbose case.
7749
7750 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7751
7752         * wl-expire.el (wl-summary-expire): Fix.
7753
7754 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7755
7756         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7757         and `elmo-lost+found-folder' if 'wl-draft.
7758         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7759
7760 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7761
7762         * wl-expire.el (wl-summary-expire): Change messages.
7763         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7764         `deleing-info' instead of "Deleting..."
7765
7766 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7767
7768         * wl-summary.el (wl-summary-refile-subr): Fix.
7769
7770 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7771
7772         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7773         if pipe folder.
7774
7775 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7776
7777         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7778
7779 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7780
7781         * wl-expire.el (wl-expire-hide): New function.
7782         (wl-summary-expire): Add `hide'.
7783
7784 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-vars.el (wl-draft-reply-without-argument-list):
7787         Changed default value to consider `Reply-To:'.
7788         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7789
7790         * Version number is increased to 2.3.90.
7791
7792         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7793         elmo-imap4-get-session with unwind-protect.
7794         Don't cause error.
7795         (wl-summary-sync-marks): Don't check plugged nor folder type.
7796         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7797         (Always keep current buffer).
7798
7799 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7800
7801         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7802         Enclose with `save-excursion'.
7803
7804 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7805
7806         * wl-version.el (wl-version): Remove interactive.
7807
7808 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7809
7810         * wl-version.el (wl-generate-user-agent-string): Use
7811         `product-string-verbose' instead of `product-string-1'.
7812
7813 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7814
7815         * wl-vars.el (wl-draft-use-cache): New variable.
7816         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7817         if wl-draft-use-cache is non-nil.
7818
7819 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7820
7821         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7822         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7823
7824 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7827         (wl-thread-msg-mark-as-unread): Ditto.
7828
7829         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7830         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7831         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7832         Don't set mark in summary if return value of `elmo-mark-as-read'
7833         is nil.
7834         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7835         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7836         instead of `wl-thread-msg-mark-as-read'.
7837         (wl-summary-mark-as-unread-region): Ditto.
7838         (wl-summary-target-mark-mark-as-read): Ditto.
7839
7840         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7841
7842 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7845
7846         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7847
7848 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7851         face.
7852
7853 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7854
7855         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7856         `running-xemacs'.
7857
7858 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7859
7860         * wl-version.el (toplevel): Use `product-version-as-string' for
7861         set verstion-string, if defined.
7862
7863         * wl-version.el (wl-version-show): Insert string at point, when
7864         call with argument.
7865
7866         * wl-version.el (wl-generate-user-agent-string): Use
7867         `product-string-1' instead of `wl-appname', `wl-version' and
7868         `wl-codename'.
7869
7870 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7871
7872         * wl-address.el (toplevel): Use product-provide.
7873         * wl-demo.el (toplevel): Ditto.
7874         * wl-dnd.el (toplevel): Ditto.
7875         * wl-draft.el (toplevel): Ditto.
7876         * wl-e21.el (toplevel): Ditto.
7877         * wl-expire.el (toplevel): Ditto.
7878         * wl-fldmgr.el (toplevel): Ditto.
7879         * wl-folder.el (toplevel): Ditto.
7880         * wl-highlight.el (toplevel): Ditto.
7881         * wl-message.el (toplevel): Ditto.
7882         * wl-mime.el (toplevel): Ditto.
7883         * wl-mule.el (toplevel): Ditto.
7884         * wl-nemacs.el (toplevel): Ditto.
7885         * wl-refile.el (toplevel): Ditto.
7886         * wl-score.el (toplevel): Ditto.
7887         * wl-summary.el (toplevel): Ditto.
7888         * wl-template.el (toplevel): Ditto.
7889         * wl-thread.el (toplevel): Ditto.
7890         * wl-util.el (toplevel): Ditto.
7891         * wl-vars.el (toplevel): Ditto.
7892         * wl-xmas.el (toplevel): Ditto.
7893         * wl.el (toplevel): Ditto.
7894
7895 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7896
7897         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7898         instead of product.
7899
7900         * wl-version.el (wl-version): Compile time evalution elmo-version.
7901
7902 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7903
7904         * wl-summary.el (wl-summary-sync-force-update): Append queue
7905         `mark-as-read'if unplugged.
7906
7907 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7908
7909         * wl-version.el: New file.  Use product.el.
7910         * wl.el: add (require 'wl-version).
7911         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7912         for ~/.folders header.
7913         (wl-fldmgr-folders-header): Changed.
7914         * wl-demo.el (wl-demo): Use product.el.
7915
7916         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7917         wl-version.el.
7918         * wl-util.el (wl-version, wl-version-show): Ditto.
7919
7920         * wl-util.el (wl-generate-user-agent-string,
7921         wl-extended-emacs-version, wl-extended-emacs-version2,
7922         wl-extended-emacs-version3): Move to wl-version.el.
7923         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7924         xemacs-codename, mime-edit-insert-user-agent-field,
7925         mime-edit-user-agent-value, mime-editor/version,
7926         mime-editor/codename): Compile warning killer move to
7927         wl-version.el
7928
7929 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7930
7931         * wl-summary.el (wl-summary-refile-subr): Fix.
7932
7933 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7936         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7937
7938 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7939
7940         * wl.el (wl-check-environment): Check too many `@'.
7941
7942 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7943
7944         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7945
7946 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7947
7948         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7949         wl-draft-reply-myself-without-argument-list): Add variables.
7950         * wl-draft.el (wl-draft-reply): Use it.
7951
7952 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7953
7954         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7955         the 5th argument of `elmo-network-get-spec'.
7956
7957         * wl-thread.el (wl-thread-reparent-children): New inline function.
7958         (wl-thread-delete-message): Use it.
7959
7960         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7961         (wl-summary-score-update-all-lines): Don't use `dolist'.
7962
7963 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7964
7965         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7966         (require 'elmo-msgdb) for inline function.
7967
7968 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7969
7970         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7971
7972 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7973
7974         * wl-score.el (wl-score-headers): Fix for the confusing macro
7975         `elmo-kill-buffer'.
7976
7977 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7978
7979         * wl-summary.el: Don't use the 3rd argument of `require' because
7980         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7981         * wl-util.el: Ditto.
7982         * wl-draft.el: Ditto.
7983
7984 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7985
7986         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7987         window system is not used.
7988
7989 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7990
7991         * wl-thread.el: Don't use `mapcar' only for iteration.
7992         (wl-thread-resume-entity): Ditto.
7993         (wl-thread-delete-message): Ditto.
7994
7995         * wl-summary.el: Bind `dragdrop-drop-functions',
7996         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7997         of `require' for `timezone', `easymenu' and `ps-print';
7998         don't use `mapcar' only for iteration.
7999
8000         * wl-util.el: Bind `mule-version', `nemacs-version',
8001         `emacs-beta-version', `xemacs-codename',
8002         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8003         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8004         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8005         only for iteration.
8006
8007         * wl-score.el: Don't use `mapcar' only for iteration.
8008         (wl-score-simplify-buffer-fuzzy): Ditto.
8009         (wl-score-simplify-subject): Ditto.
8010         (wl-score-headers): Ditto.
8011         (wl-summary-score-update-all-lines): Ditto.
8012
8013         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8014         `enable-multibyte-characters' and `mule-version'.
8015
8016         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8017         `mapcar' only for iteration.
8018
8019         * wl-demo.el: Don't use `mapcar' only for iteration.
8020
8021         * wl-folder.el: Don't use `mapcar' only for iteration.
8022         (wl-folder-open-all): Ditto.
8023         (wl-folder-count-incorporates): Ditto.
8024
8025         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8026         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8027
8028         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8029         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8030         `smtp-connection-type'; specify 3rd argument of `require' for
8031         `timezone'; don't use `mapcar' only for iteration.
8032         (wl-draft-clone-local-variables): Don't use `mapcar'.
8033         (wl-draft-generate-clone-buffer): Ditto.
8034         (wl-user-agent-compose-internal): Ditto.
8035
8036         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8037
8038         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8039         (wl-save-status): Ditto.
8040
8041         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8042         for iteration.
8043
8044 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8047         removed `Date'.
8048         (wl-fldmgr-make-filter-default): New user option.
8049
8050         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8051         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8052         (wl-fldmgr-filter-completion-alist): Abolish.
8053
8054         * wl.el (wl): Don't check servers if arg is non-nil.
8055
8056         * wl-draft.el (wl-draft-reply): Set only message-id string to
8057         In-Reply-To field.
8058
8059 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * wl-summary.el (wl-summary-pick): Rewrite.
8062
8063         * wl-draft.el (wl-draft-forward): Get references field from
8064         original buffer.
8065         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8066
8067 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8068
8069         * wl-draft.el (wl-draft-forward): Add references field.
8070
8071 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8072
8073         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8074         (wl-draft-reply): Use it.
8075
8076 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8077
8078         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8079         when Emacs 21 is running.
8080
8081         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8082         bindings.
8083
8084 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8085
8086         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8087         XPM icons transparent.
8088
8089         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8090         Emacs 21.
8091
8092 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8095         nil.
8096
8097         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8098         when it is persistent.
8099         (wl-summary-sync-marks): Changed argument for
8100         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8101         (wl-summary-virtual): Use `elmo-read-search-condition'.
8102         (wl-summary-redisplay-internal): If folder is local, mark as read
8103         even when folder is plugged.
8104
8105 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8106
8107         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8108         of `tool-bar-lines' in the frame parameters.
8109         (after-make-frame-functions, post-command-hook): Don't modify the
8110         value.
8111         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8112         wl-e21-tool-bar-lines): Removed.
8113
8114 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8115
8116         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8117         properties `evaporate' and `wl-momentary-overlay' as well.
8118         (wl-highlight-summary-displaying): Ditto.
8119         (wl-delete-all-overlays): Don't delete overlay which does not have
8120         a property `wl-momentary-overlay'.
8121
8122         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8123         `display-mouse-p' and `display-graphic-p'.
8124         (wl-folder-init-icons): Don't search for XBM or the other files.
8125         (wl-plugged-set-folder-icon): Make icons if and only if
8126         `display-graphic-p' returns non-nil.
8127         (wl-highlight-plugged-current-line): Use `before-string' overlay
8128         property to show icon images.
8129         (wl-highlight-folder-current-line): Ditto.
8130         (wl-e21-highlight-folder-group-line): Ditto.
8131         (wl-e21-highlight-folder-by-numbers): Ditto.
8132         (wl-e21-insert-image): Removed.
8133         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8134         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8135         said.
8136         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8137         `wl-e21-force-switch-toolbar'.
8138         (wl-e21-make-icon-image): Removed.
8139         (wl-e21-setup-toolbar): Don't search for XBM files.
8140         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8141         the default value.
8142
8143 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8144
8145         * wl-util.el (wl-biff-check-folder-async): Set
8146         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8147
8148 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8149
8150         * wl-e21.el (after-make-frame-functions): Add
8151         `wl-e21-force-switch-toolbar'.
8152         (wl-e21-force-switch-toolbar): New function force to switch the
8153         toolbar appearance automatically.
8154         (post-command-hook): Add `wl-e21-switch-toolbar'.
8155         (wl-e21-switch-toolbar): New function to switch the toolbar
8156         appearance automatically.
8157         (wl-e21-tool-bar-lines): New buffer local variable.
8158
8159 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8160
8161         * wl-util.el (wl-biff-check-folders-running): New variable.
8162         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8163         (wl-biff-check-folder-async-callback):
8164         Set `wl-biff-check-folders-running'.
8165         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8166         with unwind-protect.
8167
8168         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8169         Enclose `wl-folder-auto-check' with unwind-protect.
8170
8171         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8172         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8173
8174         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8175
8176         * wl-util.el (wl-biff-notify): New inline function.
8177         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8178         locally.
8179         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8180         folder-list' is 1.
8181         Use `wl-biff-notify'.
8182         (wl-biff-check-folder-async-callback): New function.
8183         (wl-biff-check-folder-async): Ditto.
8184
8185         * wl-folder.el (wl-folder): Don't check folders.
8186         (wl-folder-auto-check): New function.
8187
8188 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8189
8190         * wl-util.el (wl-biff-start) [Emacs19+]:
8191         Use `timer-next-integral-multiple-of-time'.
8192         (wl-biff-check-folders): Use `wl-default-folder'
8193         if `wl-biff-check-folder-list' is nil.
8194
8195 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8196
8197         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8198         instead of `elmo-delete-lists'.
8199
8200 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8201
8202         * wl.el (wl-plugged-toggle-all): Set the value of
8203         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8204         (wl-plugged-toggle): Ditto.
8205         (wl-toggle-plugged): Ditto.
8206         (wl-plugged-init): Ditto.
8207
8208         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8209         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8210         instead of `wl-biff-state-indicator-off' and
8211         `wl-biff-state-indicator-on'; don't modify the value and the type
8212         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8213         (wl-plugged-init-icons): Set icons data to
8214         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8215         instead of `wl-plug-state-indicator-off' and
8216         `wl-plug-state-indicator-on'; don't modify the value and the type
8217         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8218
8219         * wl-vars.el (wl-modeline-biff-state-off,
8220         wl-modeline-biff-state-on, wl-modeline-biff-status,
8221         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8222         wl-modeline-plug-status): New internal variables.
8223         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8224         wl-biff-check-interval, wl-biff-check-folder-list): Change
8225         customization group from `wl-folder' to `wl-highlight'.
8226         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8227         wl-show-plug-status-on-modeline): Defcustomized.
8228
8229         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8230         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8231         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8232         a flag to `mode-line-buffer-identification'.
8233
8234         * wl-e21.el (wl-biff-init-icons): Set icons data to
8235         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8236         instead of `wl-biff-state-indicator-off' and
8237         `wl-biff-state-indicator-on'.
8238         (wl-plugged-init-icons): Set icons data to
8239         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8240         instead of `wl-plug-state-indicator-off' and
8241         `wl-plug-state-indicator-on'.
8242
8243 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8244
8245         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8246         excessive titles.
8247
8248 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8249
8250         * wl.el (wl-plugged-mode): Use revised
8251         `wl-mode-line-buffer-identification'.
8252         (wl-plugged-init): Don't use `force-mode-line-update'.
8253
8254         * wl-xmas.el (wl-draft-overload-functions): Use revised
8255         `wl-mode-line-buffer-identification'.
8256         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8257         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8258         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8259         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8260         `wl-make-plugged-hook';
8261         add `wl-folder-init-icons' and `wl-setup-folder' to
8262         `wl-folder-mode-hook'.
8263
8264         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8265         19 as well.
8266         (wl-mode-line-display-priority-list): New user option.
8267         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8268         Defcustomized.
8269         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8270         Add docs.
8271
8272         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8273         start.
8274         (wl-mode-line-buffer-identification): Revised as a function.
8275
8276         * wl-summary.el (wl-summary-mode): Use revised
8277         `wl-mode-line-buffer-identification'; don't call
8278         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8279         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8280         `wl-xmas-setup-summary'.
8281
8282         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8283         `wl-mode-line-buffer-identification'.
8284
8285         * wl-mule.el (wl-draft-overload-functions): Use revised
8286         `wl-mode-line-buffer-identification'.
8287
8288         * wl-folder.el (wl-make-plugged-alist): Don't call
8289         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8290         (wl-folder): Don't call `wl-folder-init-icons' directly.
8291         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8292         `wl-xmas-setup-folder' directly;
8293         use revised `wl-mode-line-buffer-identification'.
8294         (TopLevel): Don't bind `wl-biff-init-icons',
8295         `wl-plugged-init-icons', `wl-folder-init-icons',
8296         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8297
8298         * wl-e21.el (wl-draft-overload-functions): Use revised
8299         `wl-mode-line-buffer-identification'.
8300         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8301         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8302         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8303         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8304         `wl-make-plugged-hook';
8305         add `wl-folder-init-icons' and `wl-setup-folder' to
8306         `wl-folder-mode-hook'.
8307
8308 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8309             Katsumi Yamaoka    <yamaoka@jpl.org>
8310
8311         * wl.el (wl): Call `wl-biff-start'.
8312         (wl-exit): Call `wl-biff-stop'.
8313         (wl-plugged-mode): Show biff in modeline.
8314         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8315
8316         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8317         (wl-biff-init-icons): New function.
8318         (wl-plugged-init-icons): Don't make too much keymaps.
8319         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8320
8321         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8322         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8323         variables.
8324         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8325         options.
8326
8327         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8328         wl-biff-start, wl-biff-stop): New functions.
8329         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8330         (wl-biff-timer-name): New variable.
8331
8332         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8333
8334         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8335         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8336
8337         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8338         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8339
8340         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8341         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8342         `wl-folder-init-icons' to `ignore' if they are not available.
8343         (wl-folder-mode): Show biff in modeline.
8344
8345         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8346         (wl-biff-init-icons): New function.
8347         (wl-plugged-init-icons): Don't make too much keymaps.
8348         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8349
8350 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8351
8352         * wl-vars.el (wl-strict-diff-folders): Customization Type
8353         and doc fix.  Define as a list of regular expressions for
8354         folders or nil.
8355         * wl-folder.el (wl-folder-check-one-entity): Use
8356         `wl-string-match-member' instead of `wl-string-member' for
8357         `wl-strict-diff-folders'.
8358
8359 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8360
8361         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8362         (wl-highlight-folder-current-line): Use it; new implementation.
8363         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8364         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8365         `defsubst' instead of `defun'.
8366
8367         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8368         `wl-highlight-group-folder-by-numbers'; made it can also be a
8369         number.  See info for more details.
8370
8371         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8372         running.
8373
8374         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8375         to bind them.
8376
8377         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8378         (wl-highlight-folder-current-line): New implementation.
8379
8380         * wl-highlight.el (wl-highlight-folder-group-line): New
8381         implementation.
8382         (wl-delete-all-overlays): Rewrite as a marco.
8383         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8384
8385         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8386         running.
8387         (wl-folder-*-glyph): No need to bind them.
8388
8389         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8390         `wl-e21-highlight-folder-group-icon'; rewrite.
8391         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8392         `defsubst' instead of `defun'.
8393         (wl-folder-mode-map): Bind it when compiling.
8394
8395 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8396
8397         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8398
8399         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8400
8401 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8402
8403         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8404
8405 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8406
8407         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8408         (wl-highlight-folder-current-line): Use it.
8409
8410         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8411         in `id-name'.
8412
8413 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8414
8415         * wl.el: Require `wl-e21' when Emacs 21 is running.
8416
8417         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8418         default when Emacs 21 is running.
8419         (wl-use-highlight-mouse-line): Ditto.
8420         (wl-on-emacs21): New constant.
8421         (wl-on-emacs20): Removed.
8422
8423         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8424         Emacs 21 is running.
8425
8426         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8427         Emacs 21 is running.
8428
8429         * wl-e21.el: New file.
8430
8431 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8432
8433         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8434         (wl-toggle-plugged): Ditto.
8435         (wl-plugged-toggle): Ditto.
8436         (wl-plugged-toggle-all): Ditto.
8437
8438         * wl-vars.el (wl-plug-state-indicator): Refer
8439         `wl-plug-state-indicator-on' indirectly.
8440
8441 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8442
8443         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8444         Call `wl-folder-confirm-existence'.
8445
8446         * wl-folder.el (wl-folder-confirm-existence): Added optional
8447         argument `force'.
8448
8449 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8450
8451         * wl-summary.el (wl-summary-refile-subr): Assume
8452         `copy-or-refile' as symbol.
8453         (wl-summary-refile): Follow up above change.
8454         (wl-summary-copy): Ditto.  Doc fix.
8455
8456 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-summary.el (wl-summary-pick): Don't bind
8459         `elmo-search-mime-charset'.
8460
8461         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8462         default using old backquote style.
8463         (wl-search-mime-charset): Abolished.
8464
8465         * wl-highlight.el (wl-highlight-headers):
8466         Call `point' after `re-search-forward'(for Nemacs).
8467
8468         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8469         for elmo-imap4.el.
8470
8471 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8472
8473         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8474         `wl-message-ignored-field-list' instead of
8475         `mime-view-ignored-field-list'.
8476
8477         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8478         Add interactive spec.
8479         (wl-folder-goto-bottom-of-current-folder): Ditto.
8480         (wl-folder-mode-map): Bind them.
8481
8482         * wl-vars.el (wl-message-ignored-field-list): New variable.
8483         (wl-message-visible-field-list): New variable.
8484
8485         * wl-mime.el (wl-mime-header-presentation-method): New function.
8486         (wl-mime-setup): Set header-presentation-method.
8487
8488 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8489
8490         * wl-nemacs.el (wl-draft-overload-functions): Set
8491         `mode-line-buffer-identification' instead of using
8492         `wl-make-modeline'.
8493
8494         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8495         instead of using `wl-make-modeline'.
8496
8497         * wl-xmas.el (wl-plugged-init-icons): Set up
8498         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8499         (wl-make-modeline): Abolish.
8500         (wl-draft-overload-functions): Set
8501         `mode-line-buffer-identification' instead of using
8502         `wl-make-modeline'.
8503
8504         * wl-util.el (wl-make-modeline-subr): Abolish.
8505         (wl-mode-line-buffer-identification): New alias.
8506
8507         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8508         (wl-summary-make-modeline): Abolish.
8509         (wl-summary-buffer-set-folder): Set
8510         `wl-summary-buffer-folder-indicator'.
8511         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8512         of using `wl-make-modeline'.
8513         (wl-summary-switch-to-clone-buffer): Don't set
8514         `mode-line-buffer-identification'.
8515         (wl-summary-goto-folder-subr): Ditto.
8516
8517         * wl-mule.el (wl-draft-overload-functions): Set
8518         `mode-line-buffer-identification' instead of using
8519         `wl-make-modeline'.
8520
8521         * wl-folder.el (wl-folder-mode): Set
8522         `mode-line-buffer-identification' instead of using
8523         `wl-make-modeline'.
8524         (wl-folder): Don't set `mode-line-buffer-identification'.
8525
8526 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8527
8528         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8529         instead of `member' for `wl-refile-guess-func-list' look-ups.
8530         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8531
8532 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8533
8534         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8535         `wl-message-button-dispatcher'.
8536
8537         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8538
8539         * wl-message.el (wl-message-button-dispatcher): Use it.
8540
8541         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8542         "In-Reply-To".
8543
8544         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8545         Bind `case-fold-search' to t.
8546
8547 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8548
8549         * wl-xmas.el (wl-message-overload-functions): Initialize
8550         `wl-message-button-map'.
8551
8552         * wl-mule.el (wl-message-overload-functions): Initialize
8553         `wl-message-button-map'.
8554
8555         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8556
8557         * wl-message.el (wl-message-button-map): New keymap.
8558         (wl-message-add-button): New function.
8559         (wl-message-button-dispatcher): New function.
8560         (wl-message-button-refer-article): New function.
8561
8562         * wl-highlight.el
8563         (wl-highlight-message-add-buttons-to-header): New function.
8564         (wl-highlight-headers): Use it.
8565
8566 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8567
8568         * wl-summary.el (wl-summary-default-from): Use
8569         `wl-address-get-petname-1'.
8570         (wl-summary-simple-from): Ditto.
8571
8572         * wl-address.el (wl-address-get-petname-1): New inline function.
8573         (wl-address-get-petname): Use it.
8574
8575 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8576
8577         * wl-summary.el (wl-summary-default-from): Return full-name part
8578         from the address if no petname was found.
8579         (wl-summary-simple-from): Ditto.
8580
8581         * wl-address.el (wl-address-get-petname): Return nil if no petname
8582         associated with the address was found.
8583
8584 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8585
8586         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8587         display is finished.
8588
8589 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8590
8591         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8592         `elmo-folder-exists-p' argument.
8593
8594 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8595
8596         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8597         the folder.
8598
8599 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8600
8601         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8602
8603         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8604         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8605
8606 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8607
8608         * wl-folder.el (wl-folder-create-subr): New function.
8609         (wl-folder-confirm-existence): Use it.
8610         (wl-folder-check-one-entity): Use it.
8611         Check the error symbol is derived from 'elmo-open-error.
8612
8613         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8614         `ignore-error'.
8615
8616 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8617
8618         * wl-util.el (toplevel): Add (eval-when-compile (require
8619         'elmo-util)).  (Maybe `provide' is typo.)
8620
8621 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8622
8623         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8624         (I don't know why this was needed.)
8625
8626         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8627         Follow up changes for stream-type.
8628
8629         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8630         (wl-draft-elmo-nntp-send): Ditto.
8631
8632         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8633         (wl-nntp-posting-stream-type): Ditto.
8634         (wl-pop-before-smtp-ssl): Abolished.
8635         (wl-nntp-posting-ssl): Ditto.
8636
8637         * wl-address.el (wl-address-quote-specials): New function.
8638         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8639
8640         * wl-draft.el (wl-draft-reply): Ditto.
8641
8642 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8643
8644         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8645         use function `wl-string-match-assoc'.
8646
8647 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8648
8649         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8650
8651         * wl-draft.el (wl-draft-deduce-address-list): New function.
8652         (wl-draft-parse-mailbox-list): Ditto.
8653         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8654         instead of `smtp-deduce-address-list'.
8655         (wl-draft-on-field-p): Follow group list.
8656
8657         * wl-address.el (wl-address-concat-token): New function.
8658         (wl-address-string-without-group-list-contents): Ditto.
8659         (wl-complete-field-body): Fixed problem of completion
8660         by japanese petname.
8661         (wl-address-make-completion-list): Rewrite.
8662
8663 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8664
8665         * wl-address.el (wl-address-make-completion-list): Completion by
8666         petname.
8667         (wl-complete-field-body): Likewise.
8668
8669 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8672         contains invalid address syntax.
8673
8674 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8675
8676         * wl-folder.el (wl-folder-check-entity-async): Use
8677         `elmo-nntp-spec-hostname'.
8678
8679 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8680
8681         * wl-summary.el (wl-summary-msgdb-load-async): Use
8682         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8683
8684 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-draft.el (wl-draft-reply): Set argument
8687         `content-transfer-encoding' as nil.
8688
8689 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8690
8691         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8692         `wl-refile-alist'.
8693
8694 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8695
8696         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8697         (wl-draft-edit-string): Ditto.
8698         (wl-draft-forward): Ditto.
8699         * wl-summary.el (wl-summary-write): Ditto.
8700
8701 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-summary.el (wl-summary-sync-update3): Call
8704         `wl-summary-buffer-number-column-detect'.
8705         (wl-summary-buffer-number-column-detect): Search from point-min.
8706
8707 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8708
8709         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8710         contains an address which is not included in original to or cc.
8711
8712 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8713
8714         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8715         begin-line does not exist.
8716         * wl-message.el (wl-message-uu-substring): Ditto.
8717
8718 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8721         clear local variables.
8722         (wl-summary-exit): Call `elmo-commit'.
8723         (wl-summary-switch-to-clone-buffer): Call
8724         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8725         (wl-summary-goto-folder-subr): Ditto.
8726
8727         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8728         POP folder.
8729
8730 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8733         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8734         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8735         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8736         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8737         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8738
8739         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8740
8741 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8742
8743         * wl-summary.el (wl-summary-search-by-subject):
8744         Search parent message from the latest one.
8745
8746 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8749         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8750
8751         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8752         New user option.
8753
8754         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8755         if elmo-nntp-use-killed-list is nil.
8756         Use `elmo-msgdb-append-to-killed-list'.
8757         (Append numbers confirmed as disappeared to the killed list.)
8758         (wl-summary-confirm-appends): Don't display negative number.
8759
8760 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8761
8762         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8763
8764 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8765
8766         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8767         range is `all'.
8768         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8769         `elmo-list-bigger-diff'.
8770
8771 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-summary.el (wl-summary-buffer-exit-func):
8774         New buffer local variable.
8775         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8776
8777 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8778
8779         * wl-demo.el (wl-demo): Fix the last change.
8780
8781 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8782
8783         * wl-demo.el (wl-demo): Don't use `eval'.
8784
8785 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8786
8787         * wl-summary.el (wl-summary-buffer-thread-modified):
8788         New buffer-local variable.
8789         (wl-summary-set-thread-modified): New function.
8790         (wl-summary-thread-modified-p): New function.
8791         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8792         (wl-summary-yank-saved-message): Use function
8793         `wl-summary-set-thread-modified'
8794         (wl-summary-switch-to-clone-buffer): Add
8795         `wl-summary-buffer-thread-modified'.
8796
8797         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8798         (wl-summary-buffer-mark-saved-hook): Ditto.
8799         * wl-summary.el (wl-summary-msgdb-save): New hook
8800         `wl-summary-buffer-message-saved-hook' and
8801         `wl-summary-buffer-mark-saved-hook'.
8802
8803 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8804
8805         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8806
8807 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8808
8809         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8810         don't hide scroll bars under FSF Emacsen because it may incur an
8811         undesirable redrawing.
8812
8813 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8814
8815         * wl-draft.el (wl-draft-edit-string): Call
8816         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8817
8818 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8819
8820         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8821
8822 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8823
8824         * wl-summary.el (wl-summary-msgdb-load-async): Call
8825         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8826
8827 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8828
8829         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8830         fringes in demo buffer; center bitmap logo correctly even if old
8831         Mule is used.
8832
8833 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8834
8835         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8836
8837         * wl-refile.el (wl-refile-subject-alist): New variable.
8838         (wl-refile-subject-alist-file-name): Ditto.
8839         (wl-refile-alist-setup): Rewrite.
8840         (wl-refile-alist-save): Use `elmo-object-save'.
8841         Eliminated arguments.
8842         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8843         (wl-refile-guess-by-subject): New function.
8844         (wl-refile-guess-func-list): Added it.
8845
8846 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8847
8848         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8849         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8850
8851 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8854         New buffer-local variable.
8855         (wl-summary-buffer-next-folder-func): Ditto.
8856         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8857         if non-nil.
8858         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8859         if non-nil.
8860         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8861         if non-nil.
8862         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8863         if non-nil.
8864
8865 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8866
8867         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8868         permanently in the demo buffer.
8869
8870 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8873         `mime-entity-fetch-field'.
8874
8875         * wl.el (wl-exit): Delete plugged buffer.
8876
8877         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8878         XEmacs has menubar feature.
8879
8880 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8881
8882         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8883         cannot arrive at the beginning of the buffer under old Emacsen.
8884
8885 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * wl-address.el (wl-address-ldap-search):
8888         Call `ldap-search-entries' with `withdn' argument t.
8889         (wl-complete-field-body): Bind completion-ignore-case as t.
8890         Clear ldap search hash when it was sole completion.
8891         Use elmo-string for pattern string.
8892         (wl-ldap-alias-safe-string): Eliminated needless let.
8893
8894 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8895
8896         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8897         (wl-ldap-alias-sep): New constant.
8898         (wl-ldap-search-attribute-type-list): Ditto.
8899         (wl-ldap-get-value): New function.
8900         (wl-ldap-make-filter): Ditto.
8901         (wl-ldap-make-matched-value-list): Ditto.
8902         (wl-ldap-alias-safe-string): Ditto.
8903         (wl-ldap-register-dn-string): Ditto.
8904         (wl-address-ldap-search): Rewrite.
8905
8906 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8907
8908         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8909         thread is deleted.
8910         (wl-thread-delete-line-from-buffer): Ditto.
8911         (wl-thread-get-exist-children): New function.
8912
8913 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8914
8915         * wl-demo.el (wl-demo): Made it to select various image types.
8916         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8917         from `wl-title-logo'.
8918         (wl-logo-ascii): New variable.
8919         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8920         (wl-demo-copyright-notice): New constant.
8921
8922         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8923
8924 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8925
8926         * wl-vars.el (wl-summary-target-above): Renamed from
8927         wl-summary-temp-above.
8928         * wl-score.el (wl-score-get-score-alist): Use it.
8929         (wl-summary-score-update-all-lines): Use it.
8930         * wl-summary.el: Ditto. (make-variable-buffer-local).
8931
8932 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * wl-vars.el (wl-ldap-port): New user option.
8935
8936         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8937         Rewite whole implementation.
8938         (wl-complete-field-body): Fixed.
8939
8940 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8941
8942         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8943         Choose implementation at compile time.
8944
8945 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8946
8947         * wl-address.el (wl-ldap-search-internal): New function.
8948         (wl-complete-field-to): Use it.
8949
8950 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8951
8952         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8953         Use `let' instead of `let*'.
8954         Require 'wl-vars.
8955
8956         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8957         Define as defcustom.
8958         (wl-ldap-base): Ditto.
8959         (wl-use-ldap): Ditto.
8960
8961 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8962
8963         * wl-address.el (wl-ldap-search): New function.
8964         (wl-complete-field-body): Use `wl-ldap-search'.
8965         (wl-ldap-server): New variable.
8966         (wl-ldap-base): Ditto.
8967         (wl-use-ldap): Ditto.
8968
8969 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8970
8971         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8972         (Pointed out by Mito <mit@nines.nec.co.jp>).
8973         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8974         buffer-local variables like `wl-summary-redisplay-internal'.
8975         (wl-summary-redisplay-all-header): Likewise.  Update
8976         Summary view too.
8977
8978 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * wl-summary.el (wl-summary-jump-to-parent-message):
8981         Consider prefix argument.
8982
8983         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8984         when closed thread is deleted.
8985
8986 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8987
8988         * wl-summary.el (wl-summary-jump-to-parent-message):
8989         Consider thread modification.
8990
8991 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8992
8993         * wl-message.el (wl-message-normal-get-original-buffer): Use
8994         `save-excursion'.
8995
8996         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8997         (wl-summary-showto-folder-regexp): Ditto.
8998
8999 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9000
9001         * wl-util.el (wl-delete-alist): Doc fix.
9002         (wl-delete-associations): New function.
9003         (wl-inverse-alist): New function.
9004         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9005         Split temporary variables. Use `wl-delete-associations'
9006         and `wl-inverse-alist'.
9007         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9008
9009 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-folder.el (wl-folder-prefetch-entity):
9012         Execute prefetching if new count is unknown.
9013
9014 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9015
9016         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9017
9018         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9019         delete entity.
9020         (wl-thread-set-parent): If insert as top, set linked as nil.
9021
9022         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9023         `wl-thread-cleanup-symbols' when view mode is thread.
9024
9025 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9026
9027         * wl-folder.el (wl-folder-create-folder-entity): Use
9028         with-current-buffer.
9029         (wl-local-folder-init): Call set-buffer to make sure we are in
9030         the Folder buffer. Don't touch buffer-local variables here.
9031         (wl-folder-mode): Initialize buffer-local variables here.
9032
9033         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9034         (wl-folder-entity-assign-id): Ditto.
9035         (wl-folder-create-entity-hashtb): Ditto.
9036         (wl-local-folder-init): Ditto.
9037         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9038
9039 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9040
9041         * wl-summary.el (wl-summary-default-from): Fix probrem when
9042         std11-extract-address-components return (nil "foo@bar").
9043
9044 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9045
9046         * wl-draft.el (wl-draft-clone-local-variables):
9047         Remove redundant `setq'.
9048
9049 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9050
9051         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9052         Bind wl-highlight-x-face-func as nil while highlighting header.
9053
9054 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9055
9056         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9057
9058 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9059
9060         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9061         elmo-msgdb-overview-hashtb from copy-variables.
9062         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9063         instead of `elmo-msgdb-overview-get-entity-by-number'.
9064         (wl-summary-auto-refile): Ditto.
9065
9066         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9067         `elmo-msgdb-overview-get-entity' instead of
9068         `elmo-msgdb-search-overview-entity'.  Use
9069         `elmo-msgdb-overview-get-entity' instead of
9070         `elmo-msgdb-overview-get-entity-by-number'.
9071         (wl-thread-insert-entity-sub): Ditto.
9072         (wl-thread-insert-message): Ditto.
9073
9074         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9075         `elmo-msgdb-overview-get-entity'.
9076         (wl-normal-message-redisplay): Ditto.
9077
9078 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9079
9080         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9081         `wl-thread-entities'.
9082         (wl-thread-delete-message): Fix remove top message from
9083         `wl-thread-entity-list'.
9084
9085         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9086         wl-append(nconc), because update-list is broken on Meadow.
9087
9088         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9089         updating process.
9090         (wl-summary-rescan): Ditto.
9091         (wl-summary-sync-update3): Ditto.
9092         * wl-thread.el (wl-thread-set-parent): Renamed from
9093         `wl-summary-set-parent'.
9094         (wl-thread-insert-message): Updating buffer faster.
9095         (wl-thread-delete-message): Updating buffer faster.
9096
9097         * wl-score.el (wl-summary-score-update-all-lines): Changed
9098         interval for display progress gauge.
9099
9100 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9101
9102         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9103         folder always-sticky.
9104         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9105         defmacro.
9106
9107 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9108
9109         * wl-vars.el (wl-draft-add-references): New user option.
9110
9111         * wl-draft.el (wl-draft-add-references): New function.
9112         (wl-draft-yank-from-mail-reply-buffer): Use it.
9113         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9114         as nil.
9115
9116 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9117
9118         * wl-thread.el (wl-thread-update-line-msgs): Called
9119         `wl-thread-update-line-on-buffer-sub'.
9120         (wl-thread-update-line-on-buffer): Delete routine of inserting
9121         thread.
9122         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9123         moved from `wl-thread-update-line-on-buffer'.
9124         Add threshold for displaying progress gauge.
9125         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9126         argument of `wl-thread-update-line-msgs'.
9127         Add threshold for displaying progress gauge.
9128         * wl-folder.el:
9129         Add threshold for displaying progress gauge.
9130         * wl-score.el: Ditto.
9131
9132         * wl-expire.el (wl-summary-expire): Display deleting info.
9133
9134 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9137         `no-msg'.
9138         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9139         argument of `wl-thread-update-line-msgs'.
9140         (wl-summary-set-parent): Added optional argument `parent-number'.
9141         (wl-summary-buffer-saved-message): New buffer local variable.
9142         (wl-summary-save-current-message): New command.
9143         (wl-summary-yank-saved-message): Ditto.
9144         (wl-summary-mode-map): Added key binding for
9145         `wl-summary-save-current-message' (\ew) and
9146         `wl-summary-yank-saved-message' (\C-y).
9147         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9148
9149 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl-summary.el (wl-summary-mode-map): Added key binding for
9152         `wl-summary-set-parent' (ts).
9153
9154 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9155
9156         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9157         subject faster. If thread number is reverse, delayed updating
9158         thread.
9159         (wl-summary-search-by-subject): Ditto.
9160         (wl-summary-put-alike): Ditto.
9161         (wl-summary-get-alike): Ditto.
9162         (wl-summary-insert-headers): Insert header of all overview in
9163         buffer.
9164         (wl-summary-rescan): Delayed updating thread. Kill search subject
9165         buffer for wl-summary-search-by-subject.
9166         (wl-summary-sync-update3): Ditto.
9167         (wl-summary-exit): Ditto.
9168         (wl-summary-goto-bottom-of-current-thread): Change for linked
9169         thread.
9170         (wl-summary-overview-create-summary-line): Change line for linked
9171         thread.
9172
9173         * wl-summary.el (wl-summary-update-thread): Use
9174         wl-thread-maybe-get-children-num.
9175         (wl-summary-set-parent): If change parent, move sub thread.
9176         (wl-summary-redisplay-internal): Add horizontal recenter.
9177         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9178
9179         * wl-thread.el (wl-thread-entity-get-linked): New function.
9180         (wl-thread-entity-set-linked): New function.
9181         (wl-thread-create-entity): Add linked element.
9182         (wl-thread-entity-insert-as-top): Use wl-append.
9183         (wl-thread-maybe-get-children-num): If closing thread, return
9184         children msgs.
9185         (wl-thread-update-line-msgs): Displaying progress message.
9186         (wl-thread-update-line-on-buffer-sub): Use
9187         wl-thread-maybe-get-children-num.
9188         (wl-thread-update-line-on-buffer): If update line is not exists,
9189         insert thread.
9190         (wl-thread-delete-message): If delete top msg of thread, search
9191         parent by subject.
9192         (wl-thread-insert-entity): Use
9193         wl-thread-maybe-get-children-num.
9194
9195         * wl-highlight.el (wl-highlight-summary-current-line): change
9196         sregexp for linked thread.
9197         * wl-util.el (wl-count-lines): Count lines.
9198         (wl-horizontal-recenter): horizontal recenter.
9199         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9200         (wl-score-get-alike): Ditto.
9201         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9202         (wl-subject-length-limit): New variable.
9203         (wl-highlight-thread-indent-string-regexp): Changed for linked
9204         thread.
9205
9206 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9209         New variable (revival).
9210         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9211         by subject matching if there's no in-reply-to nor references field
9212         (revival).
9213
9214 \f
9215 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9216
9217         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9218         message.
9219
9220 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * wl-summary.el (wl-summary-reply): Return t if there was a
9223         message at cursor point.
9224         Added unwind-protect.
9225         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9226         returns t.
9227         (wl-summary-cancel-message): Do nothing when there's no message at
9228         cursor point.
9229         (wl-summary-forward): Ditto.
9230         (wl-summary-jump-to-parent-message): Ditto.
9231         (wl-summary-reedit): Ditto.
9232         (wl-summary-edit-addresses): Ditto.
9233         (wl-summary-pipe-message): Ditto.
9234         (wl-summary-print-message-with-ps-print): Ditto.
9235         (wl-summary-print-message): Ditto.
9236         (wl-summary-mark-as-important): Ditto.
9237         (wl-summary-mark-as-unread): Ditto.
9238
9239         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9240         message at cursor point.
9241         (wl-summary-reply-with-citation): Remove unwind-protect.
9242
9243         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9244         subject searching feature.
9245         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9246         Eliminated.
9247
9248 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9249
9250         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9251         New variable.
9252         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9253         by subject matching if there's no in-reply-to nor references field.
9254
9255         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9256
9257         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9258         when display is finished.
9259         (wl-folder-open-all): Ditto.
9260         (wl-folder-update-access-group): Ditto.
9261         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9262         * wl-thread.el (wl-thread-close-all): Ditto.
9263
9264         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9265         progress gauge only when it was displayed.
9266         * wl-folder.el (wl-folder-insert-entity): Ditto.
9267
9268 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9269
9270         * wl-summary.el (wl-summary-incorporate): Enclose
9271         `wl-summary-sync-force-update' with save-excursion.
9272
9273 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9274
9275         * wl-summary.el (wl-summary-prefetch-region):
9276         Pass current cursor point to `pos-visible-in-window-p' after
9277         moving cursor to the started point.
9278
9279 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9280
9281         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9282
9283         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9284         fields from the forwarding message.
9285         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9286         `ignored-fields'.
9287
9288 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9289
9290         * wl-mime.el (wl-message-request-partial):
9291         Eliminated argument `msgdb'.
9292         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9293         (wl-mime-combine-message/partial-pieces): Likewise.
9294         * tm-wl.el (wl-message-request-partial): Likewise.
9295         (wl-mime-combine-message/partial-pieces): Likewise.
9296
9297 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9298
9299         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9300         when display is finished.
9301
9302 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9303
9304         * wl-summary.el (wl-summary-goto-folder-subr):
9305         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9306
9307 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9308
9309         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9310         when cursor point is visible.
9311
9312 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl-expire.el (wl-expire-archive-get-max-number):
9315         Don't use `file-name-directory'.
9316
9317 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-expire.el (wl-expire-archive-get-max-number):
9320         Use `file-name-directory'.
9321
9322 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9323
9324         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9325         only when there is progress.
9326
9327 2000-04-13  Mito <mit@nines.nec.co.jp>
9328
9329         * wl-summary.el (wl-summary-sync-marks): Display progress.
9330
9331 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9332
9333         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9334         (wl-summary-prev): Move cursor regardless of unread status.
9335         (wl-summary-next): Ditto.
9336
9337 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9338
9339         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9340         Added argument `target' and `number'.
9341         * tm-wl.el (wl-summary-burst-subr): New function.
9342         (wl-summary-burst): Use it.
9343
9344 2000-04-10  Mito <mit@nines.nec.co.jp>
9345
9346         * wl-mime.el (wl-burst): New function.
9347         (wl-summary-burst): Use it.
9348
9349 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9350
9351         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9352         as petname when there's no candidate.
9353
9354 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9355
9356         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9357         New variable.
9358         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9359
9360         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9361
9362         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9363
9364 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9365
9366         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9367         Use substring of `original' instead of buffer-substring.
9368         (wl-refile-evaluate-rule):
9369         Set `original' argument of wl-refile-expand-newtext.
9370
9371         * wl-summary.el
9372         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9373         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9374         (wl-summary-auto-refile): Check existence of destination folder just
9375         before marking.
9376
9377 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9378
9379         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9380         when wl-refile-get-field-value return nil.
9381
9382 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9383
9384         * wl-refile.el
9385         (wl-refile-expand-newtext): New function imported from Gnus.
9386         (wl-refile-evaluate-rule): Use it.
9387
9388 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9389
9390         * wl-summary.el (wl-summary-print-destination):
9391         Duplicate folder string to avoid putting text-property on
9392         original string.
9393
9394         * wl-refile.el (wl-refile-get-field-value): New function.
9395         (wl-refile-evaluate-rule): New function;
9396         Evaluate refile rule recursively.
9397         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9398         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9399         New function; Check existence of a target folder recursively.
9400         (wl-summary-auto-refile-check-refile-rule-alist):
9401         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9402
9403 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9404
9405         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9406
9407         * wl-folder.el (wl-create-folder-entity-from-buffer):
9408         Fixed problem when '}' character is contained in folder name.
9409
9410         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9411
9412 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9413
9414         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9415         (wl-fldmgr-add-completion-all-completions):
9416         Use wl-fldmgr-add-completion-hashtb.
9417
9418 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9419
9420         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9421         wl-fldmgr-add-completion-subr): New functions.
9422         * wl-folder.el (wl-folder-completion-func): New variable.
9423         * wl-summary.el (wl-summary-read-folder):
9424         Use wl-folder-completion-func.
9425
9426         * wl-refile.el: Eliminate throw & catch.
9427
9428         * wl.el (wl-plugged-sending-queue-status): Fixed.
9429
9430 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9431
9432         * wl-draft.el (wl-draft): Put category property on
9433         mail-header-separator.