1a13a79ba0caa5cb578b1fb39db9e82604ad1534
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-summary.el (wl-summary-sync-marks): Remove condition which
4         is always true.
5
6 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
9         on null entity.
10
11 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
12
13         * wl-vars.el (wl-draft-reply-default-position): Fix range.
14
15 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-vars.el (wl-summary-resend-hook): New hook.
18
19         * wl-action.el (wl-summary-exec-action-resend-subr): Run
20         `wl-summary-resend-hook'.
21
22 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
23
24         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
25         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
26         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
27         (wl-summary-new-cached-mark): Changed default value to 'n'.
28         (wl-summary-unread-cached-mark): Changed default value to 'u'.
29         (wl-summary-answered-cached-mark): Changed default value to 'a'.
30         (wl-folder-sync-range-alist): Remove spec for 'flag.
31         (wl-summary-force-prefetch-folder-list): New user option.
32
33         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
34         `wl-summary-toggle-persistent-mark'.
35         (wl-summary-update-mark-and-highlight-window): Don't highlight when
36         number is nil.
37         (wl-summary-mark-as-answered-region): Set interactive argument of
38         `wl-summary-set-persistent-mark-internal'.
39         (wl-summary-mark-as-important-region): Ditto.
40         (wl-summary-unset-persistent-mark): Ditto.
41         (wl-summary-set-persistent-mark): Ditto.
42         (wl-summary-mark-as-answered): Ditto.
43         (wl-summary-mark-as-important): Ditto.
44         (wl-summary-set-persistent-mark-internal): Do nothing
45         when `elmo-message-flag-available-p' is nil.
46         (wl-summary-toggle-persistent-mark): New function.
47         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
48         when the folder matches `wl-summary-force-prefetch-folder-list'.
49
50
51         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
52         when number is nil.
53         (wl-highlight-summary-forwarded-face): New face.
54
55 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
56
57         * Version number is increased to 2.11.31.
58
59 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
60
61         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
62         (wl-biff-check-folder-async): Ditto.
63         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
64
65 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
66
67         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
68         Add an argument `reverse'.  All callers are updated.
69         (wl-summary-sort): Add a prefix argument `reverse' to specify
70         reverse sorting.
71         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
72         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
73         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
74
75 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
76
77         * wl-message.el (wl-message-redisplay): Does not narrow header if
78         disply-type is all-header or as-is.
79
80         * wl-summary.el (wl-summary-enter-handler): Use
81         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
82
83 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
84
85         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
86         after adding wl-draft-parent-variables.
87         (wl-draft-forward): Ditto.
88
89 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-summary.el (wl-summary-sync-marks): Call
92         `wl-summary-set-persistent-mark' and
93         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
94         (wl-summary-set-persistent-mark-internal): Add 4th argument
95         `no-server'.
96         (wl-summary-unset-persistent-mark): Ditto.
97         (wl-summary-set-persistent-mark): Ditto.
98         (wl-summary-add-flags-internal): Abolish.
99         (wl-summary-remove-flags-internal): Ditto.
100         (wl-summary-mark-as-important-internal): Ditto.
101         (wl-summary-mark-as-important): Use
102         `wl-summary-set-persistent-mark' instead of
103         `wl-summary-add-flags-internal'.
104         (wl-summary-mark-as-important-region): Ditto.
105
106         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
107
108         * wl-summary.el (wl-summary-get-available-flags): New function.
109         (wl-summary-sync-marks): Use it and simplified.
110         (wl-summary-unset-persistent-mark): Use
111         `wl-summary-get-available-flags'.
112         (wl-summary-set-persistent-mark): Ditto.
113
114 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
115
116         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
117         id.
118
119 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-summary.el (wl-summary-enter-handler): If argument is not a
122         number, call `wl-summary-prev-line-content'. Show message when the
123         message is not found.
124
125 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
126
127         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
128         wl-summary-enter-handler.
129         (wl-summary-enter-handler): New command.
130
131         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
132         docstring and custom spec.
133
134         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
135         flags too; Don't treat Cached and New.
136         (wl-summary-set-persistent-mark): Ditto.
137
138         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
139         `wl-folder-set-flag'.
140
141         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
142         instead of `wl-folder-set-flag'.
143
144         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
145         for completion.
146         (wl-summary-set-persistent-mark): Ditto.
147
148         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
149         instead of `wl-draft-quit-preview'.
150
151         * wl-mime.el (toplevel): Avoid compile warning.
152         (wl-mime-quit-preview): New function
153         (formarly defined as `wl-draft-quit-preview').
154         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
155         quitting method.
156
157         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
158
159         * wl-folder.el (wl-folder-set-flag): Renamed from
160         `wl-draft-set-flag-on-parent'.
161
162         * wl-draft.el (wl-draft-quit-preview): New function.
163         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
164         (wl-draft-send): Call `wl-folder-set-flag' instead of
165         `wl-draft-set-flag-on-parent'.
166         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
167
168 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
171         (wl-draft-send): Ditto.
172
173 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
174
175         * wl-vars.el (wl-draft-reply-hook): Changed default value.
176         (wl-draft-kill-pre-hook): Set default value as nil.
177         (wl-summary-reply-hook): Ditto.
178         (wl-draft-kill-flags): Abolish.
179
180         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
181         (wl-draft-parent-variables): Renamed from
182         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
183         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
184         argument; Add wl-draft-parent-variables to
185         wl-draft-config-variables.
186         (wl-draft-reply): Likewise.
187         (wl-draft-kill-flags): Abolish.
188         (wl-draft-send): Call wl-draft-set-flag-on-parent.
189         (wl-draft-set-flag-on-parent): New function.
190         (wl-draft-setup-parent-flag): Ditto.
191
192 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
193
194         * wl-draft.el (wl-draft-kill-flags): Avoid error when
195         `wl-draft-parent-folder' is "".
196
197 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
198
199         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
200         (wl-summary-digit-jump): New function.
201         (Adviced by John Owens and Hiroya Murata)
202
203         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
204         (Adviced by John Owens)
205
206         * wl-xmas.el (wl-message-define-keymap): Ditto.
207
208         * wl-mule.el (wl-message-define-keymap): Ditto.
209
210 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
213         change of return value of elmo-folder-count-flags.
214
215         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
216         (wl-summary-mark-as-read-internal): Ditto.
217         (wl-summary-set-persistent-mark-internal): Ditto.
218         (wl-summary-folder-info-update): Ditto.
219         (wl-summary-sync-update): Fixed the last change.
220
221         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
222
223 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
224
225         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
226         (wl-draft-kill-flags): Fixed docstring.
227
228         * wl-draft.el (wl-draft-kill-flags): New function.
229         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
230
231 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
232
233         * wl-vars.el (wl-reply-hook): Abolish.
234         (wl-draft-reply-hook): New hook.
235         (wl-summary-reply-hook): Ditto.
236         (wl-draft-forward-hook): Ditto.
237         (wl-summary-forward-hook): Ditto.
238         (wl-draft-kill-flags): New variable.
239
240         * wl-summary.el (wl-summary-mark-as-answered-region): Use
241         wl-summary-set-persistent-mark-internal.
242         (wl-summary-sync-marks): Use elmo-preserved-flags.
243         (wl-summary-update-persistent-mark): Make it interactive.
244         (wl-summary-set-persistent-mark-internal): New inline function.
245         (wl-summary-mark-as-answered): Use it.
246         (wl-summary-mark-as-unanswered): Ditto.
247         (wl-summary-unset-persistent-mark): New function.
248         (wl-summary-set-persistent-mark): Ditto.
249         (wl-summary-reply): Don't set answered flag;
250         Run wl-summary-reply-hook instead.
251         (wl-summary-forward): Call wl-draft-forward with number.
252         Run wl-summary-forward-hook.
253
254         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
255         (wl-highlight-summary-line-face-spec): Use it as a default
256         persistent mark face.
257
258         * wl-draft.el (wl-draft-forward): Added optional argument number;
259         Set wl-draft-parent-number; Run wl-draft-forward-hook.
260         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
261         (wl-draft-kill): Use wl-draft-kill-flags.
262
263         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
264
265         * wl-folder.el (wl-folder-check-one-entity): Follow the change
266         of return value of elmo-folder-count-flags.
267
268         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
269
270         * wl-summary.el (wl-summary-count-unread): Ditto.
271         (wl-summary-sync-update): Follow the change above.
272         (wl-summary-force-prefetch): New function.
273
274 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
275
276         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
277         variable `buf' with `let' instead of `setq'.
278
279 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-mime.el (wl-message-delete-current-part): If filename exists,
282         add Content-Disposition heaeder on the deleted part.
283
284 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
285
286         * wl-draft.el (wl-draft-save): Encode address list under edit by
287         `eword-encode-unstructured-field-body'.
288
289         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
290
291 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
294         wl-current-summary-buffer.
295
296 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
297
298         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
299         `numbers' is ignored.
300
301 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
302
303         * wl-folder.el (wl-folder-open-folder): Avoid error.
304         Reported by John Owens, [wl-en:815]
305
306         * wl.el (wl): Set timer for biff process even if prefix argument
307         is given or auto-checking is quitted.
308
309         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
310         immediately.
311         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
312         (wl-toggle-plugged): Ditto.
313
314         * wl-vars.el (wl-biff-use-idle-timer): New variable.
315         * wl-util.el (wl-biff-start): Use idle timer if
316         `wl-biff-use-idle-timer' is non-nil.
317
318 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-highlight.el (wl-highlight-message): Fix description.
321
322 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
323
324         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
325         tty.
326
327 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
328
329         * wl-action.el (wl-summary-exec): Print failure count.
330
331 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
334         to `defun', remove interactive form.
335         Set elmo-message-fetch-confirm when force-reload is non-nil.
336
337 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
338
339         * wl-summary.el (toplevel): Removed unnecessary autoload.
340
341 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
344         the buffer is generated from another message buffer.
345
346 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
347
348         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
349         extracted from `wl-fldmgr-save-folders'.
350         (wl-fldmgr-delete): Call it after deletion.
351
352 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
355         multi-tty support.
356
357 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
358
359         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
360
361 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
362
363         * wl-summary.el (wl-summary-rescan): Remove unused variables.
364         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
365
366 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
369         unsubscribe list only if argument CLEAR is nil.
370
371 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
372
373         * wl-draft.el (wl-draft-reply): Decode subject before removing
374         Re: prefix.
375
376 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
377
378         * wl-summary.el (wl-summary-sort-by-size): New command.
379
380 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-summary.el (wl-summary-number-list-from-region): New
383         function.
384         (wl-summary-mark-as-read-region): Use it.
385         (wl-summary-mark-as-unread-region): Ditto.
386         (wl-summary-set-flags-region): Ditto and add optional argument
387         remove.
388         (wl-summary-mark-as-answered-region): Ditto.
389         (wl-summary-mark-as-important-region): Ditto.
390         (wl-summary-target-mark-mark-as-important): Added optional
391         argument remove.
392         (wl-summary-target-mark-mark-as-answered): Ditto.
393         (wl-summary-target-mark-set-flags): Ditto.
394
395 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-summary.el (wl-summary-set-flags-region): Call
398         `wl-summary-set-flags-internal' with number list instead of call
399         one by each message.
400         (wl-summary-target-mark-set-flags): Likewise.
401
402 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-summary.el (wl-summary-target-mark-operation): Add optional
405         argument `inverse' and use `wl-summary-delete-all-target-marks'.
406         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
407         (wl-summary-target-mark-mark-as-answered): Likewise.
408
409 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-summary.el (wl-summary-target-mark-forward): Use
412         `wl-summary-delete-all-target-marks' instead of
413         `wl-summary-delete-all-temp-marks'.
414         (wl-summary-target-mark-reply-with-citation): Ditto.
415         (wl-summary-target-mark-uudecode): Ditto.
416         (wl-summary-target-mark-set-flags): Ditto and remove needless
417         cursor move.
418
419 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
420
421         * wl-summary.el (wl-summary-target-mark-forward): Protect
422         wl-summary-buffer-target-mark-list from nreverse.
423         (wl-summary-target-mark-reply-with-citation): Ditto.
424
425 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-thread.el (wl-thread-update-indent-string-thread): Use
428         `elmo-display-progress-threshold'.
429
430 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
433         check `wl-summary-highlight'.
434         (wl-summary-window-scroll-functions): Respect value of
435         `wl-summary-highlight'.
436         (wl-summary-sync-update): Run hooks
437         `wl-summary-buffer-window-scroll-functions' at any time.
438
439 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
442         from `wl-summary-cleanup-temp-marks'.
443         (wl-summary-cleanup-temp-marks): Abolish argument.
444         * wl.el (wl-save-status): Revert previous change.
445         (wl-execute-temp-marks): New function, call
446         `wl-summary-exec-with-confirmation'.
447         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
448         (wl-folder-save-and-exec-marks): Abolished.
449
450 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-e21.el (wl-e21-display-image-p): Respect
453         `wl-highlight-folder-with-icon'.
454         (wl-e21-highlight-folder-group-line): Highlight mouse line
455         even if wl-e21-display-image-p is nil.
456
457         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
458         Respect value of `wl-summary-highlight'.
459
460         * wl.el (wl-save-status): Remove unused variable.
461
462         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
463         (wl-folder-mode-map): Bind it to "x".
464
465 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
466
467         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
468
469         * wl-thread.el (wl-thread-get-parent-list): Don't check
470         disconnected ancestors, neglecting needless work in
471         `wl-thread-update-indent-string-thread'.
472
473         * wl.el (wl-save): Take prefix argument to execute remaining marks.
474         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
475         argument, add argument default-keep to keep marks by default.
476
477         * Version number is increased to 2.11.30.
478
479         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
480         customization type and docstring.
481         (wl-draft-reply-without-argument-list): Ditto.
482
483 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
486
487         * wl-spam.el (wl-spam-mark-action-list): Ditto.
488
489 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
490
491         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
492
493 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-draft.el (wl-draft-config-exec): Narrow the range of
496         save-excursion so as not to include run-hooks.
497
498 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
501         Clarify that marks are going to be cleared.
502
503 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
506         according to 3rd element of wl-summary-flag-mark.
507
508         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
509
510 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-action.el (wl-summary-target-mark-all): Don't set
513         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
514
515 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
516
517         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
518         (wl-forward-subject-prefix): Ditto.
519         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
520         (wl-draft-reply-make-subject): Ditto.
521
522         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
523         `wl-draft-forward'.
524         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
525
526 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
527
528         * wl-action.el (wl-summary-target-mark-set-action): Stop if
529         target message does not exist.
530
531 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
532
533         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
534         `wl-subject-prefix-regexp'.
535         (wl-subject-forward-prefix-regexp): New variable.
536         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
537         `wl-draft-strip-subject-re' and take regexp as argument.
538         (wl-draft-forward): Use it.
539         (wl-draft-reply): Ditto.
540
541 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
542
543         * wl-e21.el (wl-highlight-plugged-current-line): Change for
544         emacs multi-tty support.
545
546 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
547
548         * wl-e21.el (wl-e21-display-image-p): Don't call
549         `display-images-p'.
550         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
551         support.
552         (wl-highlight-folder-current-line): Ditto.
553         (wl-folder-init-icons): Ditto.
554
555 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
556
557         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
558         the last line of summary in unplugged mode.
559
560 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
561
562         * wl-vars.el (wl-refile-rule-alist): Doc fix.
563
564 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-vars.el (wl-user-mail-address-regexp): New variable.
567         * wl-address.el (wl-address-user-mail-address-p): Use it.
568         (wl-address-delete-user-mail-addresses): Ditto.
569         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
570
571         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
572         (wl-address-delete-user-mail-addresses): Ditto.
573
574         * wl-address.el (wl-address-delete-user-mail-addresses): New
575         function.
576         * wl-refile.el (wl-refile-guess-by-history): Use it.
577         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
578         (wl-draft-make-mail-followup-to): Ditto and fix logic.
579
580         * wl-draft.el (wl-draft-edit-string): To judge sender address,
581         use wl-address-user-mail-address-p.
582
583 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
584
585         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
586         after opening group.
587
588 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
591         of elmo-set-buffer-multibyte.
592
593         * wl-message.el (wl-original-message-mode): Ditto.
594
595         * wl-score.el (wl-score-insert-header): Ditto.
596
597         * wl-summary.el
598         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
599         (wl-summary-goto-folder-subr): Ditto.
600         (wl-summary-insert-headers): Ditto.
601
602         * wl-util.el (wl-set-string-width): Ditto.
603
604         * Version number is increased to 2.11.29.
605
606 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
609         (wl-highlight-summary-line-help-echo-alist): New variable.
610         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
611         into `wl-highlight-summary-line-help-echo' and
612         `wl-highlight-flag-folder-help-echo'.
613         (wl-highlight-summary-line-string): Change accordingly.
614         (wl-highlight-summary-current-line): Ditto.
615
616 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
617
618         * wl-highlight.el (wl-highlight-message): Ignore white spaces
619         at the beginning of field body (Thanks to Markus Knittig).
620
621         * wl-draft.el (wl-draft-insert-current-message): Also check
622         summary buffer, remove unnecessary tag.
623
624 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
625
626         * wl-draft.el (wl-draft-insert-current-message): Cause error also
627         when wl-message-buffer is nil.
628
629         * wl-folder.el (wl-folder): Abolish unused argument.
630         Call wl-folder-init when wl-folder-entity is nil.
631         * wl.el (wl): Change accordingly.
632
633 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
636         multibyte string before insert into draft buffer.
637         (wl-draft-create-buffer): Always enable multibyte characters for
638         draft buffer.
639
640         * Version number is increased to 2.11.28.
641
642 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
643
644         * wl-folder.el (wl-folder-open-close): Handle blank line.
645         (wl-folder-jump-to-current-entity): Ditto.
646
647 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * Version number is increased to 2.11.27.
650
651 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
652
653         * wl-thread.el (wl-thread-insert-message): When the thread is
654         devided by wl-summary-max-thread-depth, insert line at the end of
655         buffer.
656
657 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * Version number is increased to 2.11.26.
660
661 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
664
665 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
668         value of stream-type and session.
669
670 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * Version number is increased to 2.11.25.
673
674 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
675
676         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
677         in a quit message.
678
679 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
682         (wl-summary-redisplay-no-mime-internal): Ditto.
683
684 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
687         * wl-vars.el (wl-smtp-connection-type): Ditto.
688
689 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
690
691         * wl-highlight.el (wl-highlight-message): Change to strict regexp
692         for the separator line and quote mail-header-separator.
693
694 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-spam.el (wl-message-check-spam): Fixed problem no display
697         result message.
698
699         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
700         `elmo-multiple-fields-body-list' with boundary as
701         mail-header-separator.
702
703 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
706
707 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-util.el (wl-list-diff): Remove unused function.
710
711         * wl-draft.el (wl-draft-send-confirm): Discard input before
712         confirmation.
713
714 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
715
716         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
717         order of flag and new.
718
719 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-vars.el (wl-refile-policy-alist): Abolished.
722
723         * wl-action.el (wl-summary-set-action-refile): Follow the change
724         above.
725
726 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * wl-highlight.el (wl-highlight-signature-search): Don't use
729         re-search-backward for a long word since it is possible to crash
730         XEmacs because of a bug.
731
732 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
733
734         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
735
736 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
737
738         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
739         argument for wl-summary-sync-force-update.
740
741 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
742
743         * wl-summary.el (wl-summary-mode-map): Revival of
744         wl-summary-mark-as-important related bindings;
745         Bind 'F','tF','mF','rF','m&'.
746         (wl-summary-mark-as-important-region): Revival.
747         (wl-summary-target-mark-mark-as-important): Ditto.
748         (wl-summary-target-mark-operation): New function.
749         (wl-summary-target-mark-mark-as-answered): Use it.
750         (wl-summary-decide-flag): Don't set Important as default.
751         (wl-summary-mark-as-important-internal): Revival.
752         (wl-summary-mark-as-important): Ditto.
753
754         * wl-thread.el (wl-thread-mark-as-important): Ditto.
755
756         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
757         instead of facep.
758
759 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
760
761         * wl-dnd.el (wl-dnd-drop-func): Fix.
762
763         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
764         mouse-set-point instead of posn-point.
765
766         * wl-xmas.el (wl-completing-read-multiple): Define as function.
767
768         * wl-mule.el (wl-completing-read-multiple): Ditto.
769
770 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-demo.el (face-background-name): Defalias to avoid compile
773         warning.
774
775 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
776
777         * wl-summary.el (wl-summary-decide-flag): Use
778         wl-completing-read-multiple instead of completing-read-multiple.
779
780         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
781         New alias.
782
783         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
784         Use face-background-name instead of face-background.
785
786         * wl-vars.el (wl-summary-save-file-suffix): New user option.
787
788         * wl-summary.el (wl-summary-save): Use it.
789         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
790
791         * wl-mime.el (wl-mime-save-content): Fix last change.
792
793 2004-02-10  Len Trigg <lenbok@myrealbox.com>
794
795         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
796         New function.
797         (wl-summary-sort-specs): Added sort.
798         * wl-mime.el (wl-mime-save-content): Expand file name.
799
800 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
801
802         * wl-mime.el (wl-draft-preview-message): Fixed typo.
803
804         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
805
806 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
809         for flag if it is not defined.
810
811 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
812
813         * wl-e21.el (wl-highlight-folder-current-line): Use
814         elmo-folder-type-internal when elmo-folder-type returns nil.
815
816         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
817
818         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
819
820         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
821
822         * wl-e21.el (wl-summary-toolbar): Ditto.
823
824         * wl-vars.el (wl-demo-background-color): Abolished.
825         (wl-summary-persistent-mark-priority-list): Renamed from
826         wl-summary-flag-priority-list.
827         (wl-summary-flag-alist): New user option.
828         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
829         (wl-message-mode-line-format-spec-alist): Added 'F'.
830         (wl-message-mode-line-format): Likewise.
831         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
832         instead of wl-summary-important-mark.
833         (wl-file-folder-icon): New variable.
834
835         * wl-thread.el (wl-thread-set-flags): Renamed from
836         wl-thread-mark-as-important.
837
838         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
839         warning.
840         (wl-summary-mode-menu-spec): Follow the change of 
841         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
842         (wl-summary-mode-map): Follow the change of
843         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
844         (wl-summary-detect-mark-position): Follow the variable name change.
845         (wl-summary-set-flags-region): New function for the replacement of
846         wl-summary-mark-as-important-region.
847         (wl-summary-sync-marks): Sync all global-flags.
848         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
849         instead of elmo-message-flagged-p.
850         (wl-summary-persistent-mark-string): Follow the variable name change;
851         Put wl-summary-flag-mark if the message has global-flag.
852         (wl-summary-target-mark-set-flags): Renamed from 
853         wl-summary-target-mark-mark-as-important.
854         (wl-summary-decide-flag): New function.
855         (wl-summary-set-flags-internal): Renamed from
856         wl-summary-mark-as-important-internal.
857         (wl-summary-add-flags-internal): New function.
858         (wl-summary-remove-flags-internal): Ditto.
859         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
860         (wl-summary-mark-as-unimportant): Abolish.
861         (wl-summary-move-spec-alist): Changed `important' to `digest'.
862         (wl-summary-next-message): List flagged messages in the msgdb.
863
864         * wl-score.el (wl-summary-score-update-all-lines): Use
865         wl-summary-add-flags-internal instead of 
866
867         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
868
869         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
870         from wl-message-buffer-cur-flag (To avoid misunderstanding).
871         (wl-message-buffer-require-all-header): Renamed from
872         wl-message-buffer-all-header-flag (Ditto).
873         (wl-message-buffer-flag-indicator): New variable.
874         (wl-message-redisplay): Changed local varibale name from `flag' to
875         `display-type'; Set up wl-message-buffer-flag-indicator.
876         (wl-message-buffer-display): Changed varibale name from `flag' to
877         `display-type'.
878         (wl-message-display-internal): Likewise.
879
880         * wl-highlight.el (wl-highlight-demo-face): Define default background
881         color.
882         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
883
884         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
885
886         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
887         (wl-demo-setup-properties): Renamed from
888         `wl-demo-set-background-color'.
889         (wl-demo): Follow the change above.
890         
891         * Version number is increased to 2.11.24.
892
893 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-summary.el (wl-summary-toggle-thread): Call
896         `wl-summary-rescan' with disable-thread as non-nil.
897         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
898
899 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
900
901         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
902         foreground property of the face.
903         (wl-demo-insert-text): Don't set up face property here.
904         (wl-demo): Call wl-demo-set-background-color, anyway.
905
906 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
907
908         * wl-vars.el (wl-demo-background-color): The value can be nil.
909
910 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
911
912         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
913         to wl-summary-wheel-dispatcher.
914
915         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
916         wl-message-wheel-dispatcher.
917         (wl-message-wheel-dispatcher): New function.
918         (wl-summary-wheel-dispatcher): Ditto.
919
920 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
921
922         * wl-action.el (wl-summary-target-mark-all): List messages which are
923         not in the killed-list.
924
925         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
926         only when the folder is 'flag/important.
927
928         * wl-address.el (wl-complete-field-body): Complete if the last
929         character is a space.
930
931 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
932
933         * wl-folder.el (wl-folder-clear-entity-info): Use
934         elmo-clear-hash-val.
935
936         * wl-fldmgr.el (wl-fldmgr-rename): Set
937         wl-folder-info-alist-modified as t.
938
939 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
942
943 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
944
945         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
946         (wl-folder-buffer-last-visited-entity-id): New buffer local
947         variable.
948         (wl-folder-revisit-last-visited-folder): New function.
949         (wl-folder-mode-map): Bind it to "C-i".
950         (wl-folder-set-current-entity-id): Set last visited folder.
951         * wl-summary.el (wl-summary-exit): Ditto.
952
953 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
956         before calling `recenter' in order to cope with an XEmacs bug.
957
958 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
959
960         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
961         to the default value.
962
963 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
966         change.
967         (wl-summary-sync-marks): Ditto.
968         (wl-summary-mark-as-read-internal): Ditto.
969         (wl-summary-mark-as-answered-internal): Ditto.
970         (wl-summary-mark-as-important-internal): Ditto.
971         (wl-summary-reply): Ditto.
972
973         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
974         instead of `elmo-folder-unflag-answered'.
975
976         * Version number is increased to 2.11.23.
977
978         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
979         the last change.
980
981 2004-01-11  Kenichi Okada  <okada@opaopa.org>
982
983         * wl-spam.el (wl-summary-exec-action-refile-with-register):
984         Specify "spam" or "good".
985
986 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
987
988         * wl-spam.el (wl-summary-exec-action-spam): Call
989         wl-folder-confirm-existence for spam folder.
990         (wl-spam-setup): Bind "mk".
991
992 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
993
994         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
995
996 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
997
998         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
999         destination folder is empty.
1000
1001 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1002
1003         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1004         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1005
1006         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1007         (wl-summary-refile-prev-destination-region): New function.
1008         (wl-thread-refile-prev-destination): Ditto.
1009         (wl-summary-target-mark-refile-prev-destination): Ditto.
1010
1011 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1012
1013         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1014         (wl-demo-background-color): Changed default value.
1015
1016         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1017         color.
1018
1019         * wl-demo.el (wl-demo-set-background-color): New function.
1020         (wl-demo): Call it.
1021
1022 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1025         * wl-address.el (wl-address-add-or-change): Don't add empty
1026         address.
1027
1028 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1029
1030         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1031
1032 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1033
1034         * wl-vars.el (wl-demo-image-filter-alist): New variable
1035         (wl-demo-background-color): Ditto.
1036
1037         * wl-demo.el (wl-demo-xpm-set-background): New function.
1038         (wl-demo-image-filter): Ditto.
1039         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1040
1041         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1042
1043         * wl-demo.el (wl-demo-icon-name): Define as function.
1044         (wl-demo-insert-image): Use it.
1045
1046 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1047
1048         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1049
1050 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1051
1052         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1053
1054 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1055
1056         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1057
1058 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-thread.el (wl-thread-mark-as-answered): New function.
1061
1062         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1063         answered" entry.
1064         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1065         "r&" and wl-thread-mark-as-answered to "t&".
1066         (wl-summary-mark-as-important-region): Refine to toggle mark.
1067         (wl-summary-mark-as-answered-region): New function.
1068         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1069         and 3rd argument.
1070         (wl-summary-mark-as-important-internal): Likewise.
1071
1072 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-template.el (wl-template-preview): New internal variable.
1075         (wl-template-preview-p): New function.
1076         (wl-template-show): Bind `wl-template-preview' as t.
1077
1078 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1081         `elmo-message-entity-field' with 3rd argument which is non-nil.
1082
1083 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1084
1085         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1086         Removed duplicate local bind `folder'.
1087
1088 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1091
1092 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1095         duplicate definition.
1096
1097 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1098
1099         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1100         non-nil, use it; Don't fetch message if there's no message in the
1101         current cursor position.
1102
1103 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1104
1105         * wl-util.el (wl-region-exists-p): Use region-active-p.
1106         (wl-deactivate-region): New function.
1107         * wl-message.el (wl-message-redisplay): Deactivate region.
1108
1109         * wl-summary.el (wl-summary-reply): Call
1110         `wl-summary-set-message-buffer-or-redisplay' instead of
1111         `wl-summary-redisplay-internal', don't move point.
1112
1113 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1116         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1117         by regexp.
1118
1119 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1122         if no need.
1123
1124 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1127         default value to nil.
1128         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1129         `wl-summary-prepare-hook'; Replace refile action to
1130         `wl-summary-exec-action-refile-with-register'.
1131
1132         * Version number is increased to 2.11.22.
1133
1134 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-summary.el (wl-summary-detect-mark-position): Set
1137         `wl-summary-buffer-weekday-name-lang'.
1138
1139 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1140
1141         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1142         (wl-summary-mark-as-read-all): Ditto.
1143         (wl-summary-delete-messages-on-buffer): Ditto.
1144         (wl-summary-sync-update): Ditto.
1145         (wl-summary-mark-as-read-internal): Ditto.
1146         (wl-summary-mark-as-answered-internal): Ditto.
1147         (wl-summary-update-folder-info): Abolished.
1148
1149 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-summary.el (wl-summary-mark-as-read-all): Use
1152         `wl-summary-update-folder-info' instead of
1153         `wl-folder-update-unread'.
1154
1155 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1156
1157         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1158         `wl-summary-folder-info-update'.
1159         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1160         instead of `wl-summary-folder-info-update'.
1161         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1162         `wl-folder-set-folder-updated'.
1163         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1164         instead of `wl-folder-update-unread'.
1165         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1166         the value of `wl-summary-buffer-unread-count' for the second parameter of
1167         `wl-folder-update-unread'.
1168
1169         * Version number is increased to 2.11.21.
1170
1171 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1172
1173         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1174         a local variable.
1175
1176 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1177
1178         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1179         interactively.
1180
1181         * wl-summary.el (wl-summary-mark-as-important-internal): New
1182         internal function.
1183         (wl-summary-mark-as-important): Use it.
1184         (wl-summary-mark-as-unimportant): New function.
1185         (wl-summary-sync-marks): Follow the API change.
1186
1187         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1188
1189         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1190
1191 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1192
1193         * wl-folder.el (wl-folder-update-unread): Re-indent.
1194         Narrow the scope of a local variable.
1195
1196 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1199         (wl-addrmgr-merge-entries): Ditto.
1200         (wl-addrmgr): Added to address entry which exists in draft buffer
1201         if no entry is in original.
1202
1203 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1204
1205         * wl-batch.el: New file.
1206
1207 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1208
1209         * wl-vars.el (wl-use-semi): Remove unused variable.
1210
1211 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1212
1213         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1214         "?".
1215
1216 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1217
1218         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1219         wl-summary-new-mark.
1220         (wl-summary-new-cached-mark): New user option.
1221         (wl-summary-score-marks): Follow the change above.
1222         (wl-summary-auto-refile-skip-marks): Ditto.
1223         (wl-summary-incorporate-marks): Ditto.
1224         (wl-summary-expire-reserve-marks): Ditto.
1225
1226         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1227
1228         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1229         (wl-summary-persistent-mark-string): Distinguished between cached
1230         and uncached mark when the message is new.
1231
1232 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-spam.el (wl-spam-domain): Renamed from
1235         `wl-spam-folder-guess-domain'.
1236         (wl-summary-exec-action-spam): Register as spam if domain of the
1237         source folder is good.
1238         (wl-summary-exec-action-refile-with-register): Register message if
1239         domain of the source folder is not undecided.
1240
1241 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1244         detect thread loop.
1245
1246 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1249         and wl-summary-skip-mark-list.
1250
1251 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1254
1255         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1256
1257         * wl-spam.el (toplevel): Require wl-highlight.
1258         (wl-spam-auto-check-policy-alist): Abolish.
1259         (wl-spam-auto-check-folder-regexp-list): New user option.
1260         (wl-spam-auto-check-marks): Ditto.
1261         (wl-spam-mark-action-list): Ditto.
1262         (wl-highlight-summary-spam-face): New face.
1263         (wl-spam-auto-check-message-p): New function.
1264         (wl-spam-map-spam-messages): Fixed message.
1265         (wl-spam-register-spam-messages): Ditto.
1266         (wl-spam-register-good-messages): Ditto.
1267         (wl-summary-spam-map): Add and remove keybind.
1268         (wl-summary-target-mark-spam): Abolish.
1269         (wl-summary-refile-spam): Ditto.
1270         (wl-summary-test-spam): New function.
1271         (wl-summary-mark-spam): Ditto.
1272         (wl-summary-auto-check-spam): Follow the above change.
1273         (wl-summary-exec-action-spam): New function.
1274         (wl-summary-exec-action-refile-with-register): Fixed message.
1275         (wl-message-check-spam): New function.
1276         (wl-spam-setup): Ditto.
1277         (toplevel): Call it if this file is loaded interactivity.
1278
1279         * Version number is increased to 2.11.20.
1280
1281 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1282
1283         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1284         when new optional argument `force' is non nil or modified.
1285
1286 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1287
1288         * wl.el (toplevel): Require wl-spam when compile.
1289         (wl-save-status): Call wl-spam-save-status.
1290
1291         * wl-spam.el (wl-spam-register-spam-messages): New function.
1292         (wl-spam-register-good-messages): Ditto.
1293         (wl-spam-save-status): Ditto.
1294         (wl-summary-mode-map): Bind
1295         wl-summary-target-mark-register-as-spam to "ms" and
1296         wl-summary-target-mark-register-as-good to "mn".
1297         (wl-summary-register-as-spam): Abolish optional argument; Use
1298         wl-spam-register-spam-messages.
1299         (wl-summary-register-as-spam-all): Use
1300         wl-spam-register-spam-messages.
1301         (wl-summary-register-as-good): Abolish optional argument; Use
1302         wl-spam-register-good-messages.
1303         (wl-summary-register-as-good-all): Use
1304         wl-spam-register-good-messages.
1305         (wl-summary-target-mark-register-as-spam): New funtion.
1306         (wl-summary-target-mark-register-as-good): Ditto.
1307
1308 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * wl-spam.el: New file.
1311
1312 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1315
1316         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1317         (wl-summary-auto-refile): Call wl-refile-guess with
1318         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1319
1320 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1323         with disable-thread argument non-nil.
1324
1325 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-summary.el (wl-summary-rescan): Added optional argument
1328         disable-thread.
1329         (wl-summary-sync): Call wl-summary-rescan with argument
1330         disable-thread.
1331         (wl-summary-input-range): Added new range `rescan-thread'.
1332
1333 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1334
1335         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1336
1337 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1338
1339         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1340         internal variable.
1341         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1342         wl-summary-search-parent-by-subject-regexp and
1343         wl-summary-divide-thread-when-subject-changed as nil.
1344         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1345         (wl-summary-insert-thread): Search parent entity from
1346         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1347         thread loop.
1348
1349 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1352
1353         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1354
1355         * wl-util.el (wl-require-update-all-folder-p): New function.
1356         (wl-get-assoc-list-value): Added `function' to match directive.
1357         (wl-collect-draft): Rewrite.
1358
1359         * wl-summary.el (wl-summary-sync-update): Clear faces
1360         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1361         are non-nil.
1362         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1363         argument as function.
1364         (wl-summary-input-range): Ditto.
1365
1366         * wl-folder.el (wl-draft-get-folder): New function.
1367         (wl-folder-get-elmo-folder): Consider draft folder.
1368
1369         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1370         (wl-draft-buffer-message-number): New buffer local variable.
1371         (wl-draft-folder-internal): New internal variable.
1372         (wl-draft-delete): Rewrite.
1373         (wl-draft-save): Ditto.
1374         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1375         wl-folder-get-elmo-folder.
1376         (wl-draft-config-info-operation): Ditto.
1377         (wl-jump-to-draft-folder): Ditto.
1378         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1379         (wl-draft-reedit): Rewrite.
1380
1381         * Version number is increased to 2.11.19.
1382         
1383 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1384
1385         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1386         variable.
1387
1388 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1389
1390         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1391         Use ignore-errors instead of unwind-protect.
1392
1393 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1394
1395         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1396         for updating `wl-thread-entity-list'.
1397
1398 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1399
1400         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1401         parameter from calling `wl-thread-entity-get-older-brothers' and
1402         `wl-thread-entity-get-younger-brothers'.
1403         Replace nested `append' with a single one.
1404
1405 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-summary.el (wl-summary-mode): Don't use the return value of
1408         `make-local-hook'.
1409
1410 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1411
1412         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1413         instead of `let*'.
1414         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1415         of local variables.
1416
1417 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1420         Renamed from wl-summary-window-scroll-functions.
1421         (wl-summary-window-scroll-functions): Don't set to variable.
1422         (wl-summary-display-top): Use run-hooks.
1423         (wl-summary-display-bottom): Ditto.
1424         (wl-summary-toggle-disp-msg): Ditto.
1425         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1426         Use it instead of wl-summary-window-scroll-functions.
1427         (wl-summary-goto-folder-subr): Don't call
1428         wl-summary-window-scroll-functions, use
1429         wl-summary-buffer-window-scroll-functions instead.
1430
1431 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1432
1433         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1434         make-local-variable.
1435
1436 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1437
1438         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1439         set-buffer-modified-p.
1440         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1441         (wl-summary-display-bottom): Ditto.
1442         (wl-summary-toggle-disp-msg): Ditto.
1443
1444 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1447
1448         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1449         (wl-summary-forward): Use elmo-message-entity-field instead of
1450         elmo-message-field.
1451
1452         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1453
1454 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-summary.el (wl-summary-window-scroll-functions): No use
1457         `append'.
1458
1459 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1460
1461         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1462         function.
1463         (wl-summary-window-scroll-functions): Call it when both
1464         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1465         (wl-summary-temp-mark): Added optional argument number.
1466         (wl-summary-message-mark): Added optional argument flag.
1467         (wl-summary-persistent-mark): Added optional argument number and flag.
1468         (wl-summary-update-persistent-mark): Ditto.
1469         (wl-summary-update-status-marks): Set "r" for interactive spec.
1470
1471         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1472         argument number and flag.
1473
1474         * wl-action.el (wl-summary-registered-temp-mark): 
1475         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1476
1477 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1480         internal variable (buffer local).
1481         (wl-summary-window-scroll-functions): New function.
1482         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1483         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1484         as nil.
1485         (wl-summary-update-status-marks): Added arguments beg, end and
1486         check.
1487         (wl-summary-update-mark-window): Use function.
1488         (wl-summary-sync-update): Follow the change above.
1489         (wl-summary-switch-to-clone-buffer): Copy
1490         wl-summary-buffer-unsync-mark-number-list.
1491         (wl-summary-goto-folder-subr): Set
1492         wl-summary-buffer-unsync-mark-number-list and
1493         use wl-summary-window-scroll-functions instead of
1494         wl-summary-lazy-highlight.
1495
1496         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1497
1498 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499
1500         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1501
1502         * wl-summary.el (wl-summary-update-persistent-mark): Call
1503         wl-summary-set-message-modified.
1504
1505         * wl-summary.el (wl-summary-sync-update): Don't call
1506         wl-summary-update-status-marks.
1507
1508         * Version number is increased to 2.11.18.
1509
1510 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1511
1512         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1513         (wl-message-next-page): Ditto.
1514
1515 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1516
1517         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1518         local variable.  Change the order of a collected list into the
1519         same as the specified range.  Remove nil from a collected list.
1520
1521 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1524         argument for elmo-folder-list-messages.
1525
1526 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1529         change (wl-summary-count-unreads return a list instead of a cons
1530         cell).
1531
1532 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1533
1534         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1535         `wl-summary-folder-info-update'.
1536
1537 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1538
1539         * wl-summary.el (wl-summary-set-message-modified): No use
1540         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1541         (wl-summary-set-mark-modified): Abolish.
1542         (wl-summary-mark-modified-p): Ditto.
1543         (wl-summary-save-view): Follow the change above.
1544
1545         * wl-expire.el (wl-summary-expire): Likewise.
1546
1547 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1548
1549         * wl-summary.el (wl-summary-detect-mark-position): Use
1550         modb-entity-handler.
1551         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1552
1553         * Version number is increased to 2.11.17.
1554
1555 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1556
1557         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1558         entity field value.
1559         (wl-summary-prefetch-msg): Ditto.
1560         (wl-summary-print-message-with-ps-print): Ditto.
1561
1562 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1563
1564         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1565         for dummy entity.
1566         (wl-summary-insert-thread): Use elmo-message-entity-field.
1567         (wl-summary-update-thread): Use elmo-message-entity-field and
1568         elmo-message-entity-number.
1569         (wl-summary-line-number):  Use elmo-message-entity-number.
1570         (wl-summary-line-size): Use elmo-message-entity-field.
1571         (wl-summary-line-subject): Ditto.
1572         (wl-summary-line-from): Ditto.
1573         (wl-summary-line-attached): Ditto.
1574         (wl-summary-create-line): Ditto.
1575         (wl-summary-create-line): Use elmo-message-entity-number.
1576         (wl-summary-print-message-with-ps-print): Use
1577         elmo-message-entity-field.
1578
1579 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1580
1581         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1582         change in elmo-msgdb-make-message-entity.
1583         (wl-summary-buffer-set-folder): Don't call
1584         wl-summary-detect-mark-position here.
1585         (wl-summary-rescan): Call elmo-message-entity-number.
1586         (wl-summary-sync-update): Ditto.
1587         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1588
1589         * wl-score.el (wl-score-header-index): Redefine 2th element.
1590         (wl-score-overview-entity-get-extra): Abolish.
1591         (wl-score-ov-entity-get): Rewrite.
1592         (wl-score-string-index<, wl-score-string-func<): Abolish.
1593         (wl-score-string<): New function.
1594         (wl-score-string-sort): Use it.
1595
1596         * wl-refile.el (wl-refile-guess-by-history): Use
1597         elmo-message-entity-field.
1598         (wl-refile-guess-by-from): Ditto.
1599         (wl-refile-guess-by-msgid): Ditto.
1600
1601         * Version number is increased to 2.11.16.
1602
1603 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-folder.el (wl-folder-confirm-existence): Don't call
1606         file-exists-p if msgdb-path is nil.
1607         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1608         `wl-read-folder-hist' to `wl-read-folder-history'.
1609
1610 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1611
1612         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1613         `y-or-n-p'.
1614
1615 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-score.el (wl-score-headers): Don't use
1618         elmo-folder-do-each-message-entity.
1619
1620         * Version number is increased to 2.11.15.
1621
1622 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-summary.el (wl-summary-delete-all-msgs): Use
1625         elmo-folder-move-messages instead of elmo-folder-delete-messages
1626         and elmo-folder-detach-messages.
1627         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1628
1629         * wl-expire.el (wl-expire-delete): Ditto.
1630         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1631
1632 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1633
1634         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1635         (wl-message-header-narrowing-fields): Ditto.
1636         (wl-message-header-narrowing-lines): Ditto.
1637         (wl-message-header-narrowing-string): Ditto.
1638
1639         * wl-summary.el (wl-summary-mode-map): Bind
1640         wl-summary-toggle-header-narrowing to "C-cC-f".
1641         (wl-summary-toggle-header-narrowing): New function.
1642
1643         * wl-message.el (wl-message-buffer-create): Call
1644         wl-message-header-narrowing-setup.
1645         (wl-message-redisplay): Call wl-message-header-narrowing.
1646         (wl-message-header-narrowing): New function.
1647         (wl-message-header-narrowing-map): New keymap.
1648         (wl-message-header-narrowing-widen-map): New keymap.
1649         (wl-message-header-narrowing-again-at-mouse): New function.
1650         (wl-message-header-narrowing-1): Ditto.
1651         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1652         (wl-message-header-narrowing-setup): Ditto.
1653         (wl-message-header-narrowing-toggle): Ditto.
1654         
1655         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1656
1657         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1658         'flag as all.
1659         (wl-use-flag-folder-help-echo): New user option.
1660
1661         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1662         wl-summary-highlight as nil.
1663         (wl-summary-set-mark-modified): Follow the API change.
1664         (wl-summary-mark-modified-p): Ditto.
1665         (wl-summary-mark-as-read-all): Ditto.
1666         (wl-summary-sync-marks): Don't call
1667         elmo-folder-list-messages-with-global-mark.
1668         (wl-summary-mark-as-read-internal): Follow the API change.
1669         (wl-summary-mark-as-answered-internal): Ditto.
1670         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1671         Follow the API change.
1672         (wl-summary-create-line): Call with number argument.
1673         (wl-summary-reply): Follow the API change.
1674
1675         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1676         function.
1677         (wl-highlight-summary-line-string): Call it when
1678         wl-use-flag-folder-help-echo is non-nil.
1679         (wl-highlight-summary-current-line): Ditto.
1680         (elmo-flag-folder-referrer): Added autoload setting.
1681
1682         * wl-draft.el (wl-draft-kill): Follow the API change.
1683
1684         * Version number is increased to 2.11.14.
1685         
1686 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1689
1690 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * Version number is increased to 2.11.13.
1693
1694 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl-draft.el (wl-draft-previous-history-element): Fixed
1697         unbalanced parenthesis and bind unbound local variables.
1698
1699 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1700
1701         * wl-draft.el (wl-draft-previous-history-element): New function.
1702         (wl-draft-next-history-element): Ditto.
1703         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1704         them to M-p and M-n.
1705
1706 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * Version number is increased to 2.11.12.
1709
1710 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1711
1712         * wl-draft.el (wl-draft-hide): Select buffer-window.
1713
1714 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1715
1716         * wl-summary.el (wl-summary-narrow-to-region): New function.
1717         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1718         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1719         (wl-summary-save-region): Use it.
1720         * wl-action.el (wl-summary-collect-numbers-region)
1721         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1722
1723 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1724
1725         * wl-folder.el (wl-folder-count-incorporates): Don't use
1726         `elmo-msgdb-mark-load'
1727
1728         * Version number is increased to 2.11.11.
1729
1730 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1731
1732         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1733         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1734
1735 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1736
1737         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1738
1739 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * Version number is increased to 2.11.10.
1742
1743 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * wl-mime.el (wl-draft-attribute-value): Fixed.
1746
1747 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-util.el (wl-copy-local-variables): New function.
1750
1751         * wl-mime.el (wl-draft-attribute-recipients): New function.
1752         (wl-draft-attribute-envelope-from): Ditto.
1753         (wl-draft-attribute-smtp-posting-server): Ditto.
1754         (wl-draft-attribute-smtp-posting-port): Ditto.
1755         (wl-draft-attribute-value): Ditto.
1756         (wl-draft-preview-message): Use it to get value for
1757         attributes. Reflect result of `wl-draft-config'.
1758
1759         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1760         and call `wl-summary-mark-as-read' before to call
1761         `wl-summary-unset-mark'.
1762         (wl-summary-target-mark-mark-as-unread): Likewise.
1763         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1764
1765 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1766
1767         * wl-mime.el (wl-draft-preview-message): Use actual value for
1768         attributes; Fix for small window.
1769
1770 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-refile.el (wl-refile-get-field-value): Call
1773         `elmo-message-entity-field' with 3rd argument is non-nil.
1774
1775 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1776
1777         * wl-vars.el (wl-draft-preview-attributes): New user option.
1778         (wl-draft-preview-attributes-list): Ditto.
1779         (wl-draft-preview-attributes-buffer-lines): Ditto.
1780         (wl-draft-preview-attributes-buffer-name): Ditto.
1781
1782         * wl-mime.el (wl-draft-preview-message): Display attributes.
1783
1784 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-summary.el (wl-summary-detect-mark-position): Bind
1787         wl-summary-flag-priority-list to '(new).
1788
1789 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1790
1791         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1792         funtion.
1793         (wl-highlight-summary-line-string): Use it.
1794         (wl-highlight-summary-current-line): Ditto.
1795
1796 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1797
1798         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1799         line even when the mark string is not changed.
1800
1801         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1802         argument change in the wl-summary-create-line.
1803         (wl-thread-insert-entity-sub): Ditto.
1804
1805         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1806         argument change in the wl-summary-create-line.
1807         (wl-summary-insert-sequential): Ditto.
1808         (wl-summary-update-thread): Ditto.
1809         (wl-summary-persistent-mark-string): New inline function.
1810         (wl-summary-message-mark): Use it.
1811         (wl-summary-create-line): Abolish argument wl-persistent-mark
1812         and added wl-flags, wl-cached.
1813
1814         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1815         mark to flags.
1816         (wl-highlight-summary-current-line): Decide the face not by the 
1817         persistent mark but flags.
1818
1819 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1820
1821         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1822         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1823         wl-summary-read-uncached-mark): Revive.
1824         (wl-summary-answered-cached-mark,
1825         wl-summary-answered-uncached-mark): New user option.
1826         (wl-summary-score-marks): Follow the change above.
1827         (wl-summary-auto-refile-skip-marks): Ditto.
1828         (wl-summary-incorporate-marks): Ditto.
1829         (wl-summary-expire-reserve-marks): Ditto.
1830         (wl-summary-flag-priority-list): New user option.
1831
1832         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1833         changes.
1834         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1835         of elmo-message-mark.
1836         (wl-summary-mark-as-read-internal): Ditto.
1837         (wl-summary-mark-as-answered): Ditto.
1838         (wl-summary-mark-as-important): Ditto.
1839         (wl-summary-redisplay-internal): Ditto.
1840         (wl-summary-redisplay-no-mime-internal): Ditto.
1841         (wl-summary-message-mark): New function.
1842         (wl-summary-insert-sequential): Use wl-summary-message-mark
1843         instead of elmo-message-mark.
1844         (wl-summary-update-thread): Ditto.
1845         (wl-summary-persistent-mark): Ditto.
1846         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1847         instead of elmo-message-mark.
1848
1849         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1850         wl-summary-message-mark instead of elmo-message-mark.
1851         (wl-thread-insert-entity-sub): Ditto.
1852         (wl-thread-get-children-msgs-uncached): Ditto.
1853
1854         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1855         variable name changes.
1856         (wl-highlight-summary-current-line): Ditto.
1857
1858         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1859         wl-summary-message-mark instead of elmo-message-mark.
1860
1861         * wl-expire.el (wl-expire-message-p): Ditto.
1862
1863         * wl-score.el (wl-score-headers): Ditto.
1864
1865         * Version number is increased to 2.11.9.
1866
1867         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1868         (wl-summary-sync-update): Follow the change above.
1869         (wl-summary-switch-to-clone-buffer): Ditto.
1870         (wl-summary-open-folder): Ditto.
1871
1872 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1873
1874         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1875         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1876
1877         * Version number is increased to 2.11.8.
1878
1879         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1880
1881         * wl-expire.el (wl-expire-refile): Follow the API change on
1882         `elmo-folder-move-messages'.
1883         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1884
1885         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1886         (wl-summary-exec-action-refile): Ditto.
1887         (wl-summary-exec-action-copy): Ditto.
1888         (wl-summary-no-auto-refile-message-p): No use
1889         `wl-summary-buffer-msgdb'.
1890         (wl-summary-auto-refile): Ditto.
1891
1892 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1893
1894         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1895
1896 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1897
1898         * wl-summary.el (wl-summary-sync): Treat no-sync.
1899
1900         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1901         (wl-default-sync-range): Ditto.
1902
1903 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * wl-refile.el (wl-refile-subject-learn): Call
1906         `elmo-message-entity-field' with 3rd argument is non-nil.
1907         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1908         instead of `elmo-msgdb-overview-entity-get-subject'.
1909
1910 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1911
1912         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1913         scan-type is rescan.
1914         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1915         new optional argument force is non-nil.
1916         (wl-summary-save-view-cache): Call it with force argument non-nil.
1917
1918         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1919
1920 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1921
1922         * wl-action.el (wl-summary-print-argument): Fixed last change.
1923
1924 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1925
1926         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1927         simplified.
1928         (wl-summary-target-mark-mark-as-unread): Likewise.
1929         (wl-summary-target-mark-mark-as-important): Likewise.
1930
1931 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1932
1933         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1934         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1935         (wl-summary-mark-as-important-region): Change accordingly.
1936         (wl-summary-target-mark-mark-as-important): Ditto.
1937
1938 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1941
1942         * wl-action.el (wl-summary-print-argument): Print argument to
1943         right side of window if `wl-summary-print-argument-within-window'
1944         is non-nil.
1945
1946 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1947
1948         * wl-action.el (wl-summary-set-mark): Use
1949         `wl-summary-message-visible-p' to check visibility of the message
1950         and jump to message only when the message line is visible and have
1951         different number; Call wl-summary-unset-mark with number argument.
1952         (wl-summary-unset-mark): 
1953         Use `wl-summary-message-visible-p'
1954         to check visibility of the message and jump to message only when
1955         the message line is visible and have different number;
1956
1957 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1958
1959         * Version number is increased to 2.11.7.
1960
1961         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1962         and wl-folder-summary-line-format.
1963
1964         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1965         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1966         (wl-summary-set-score-mark): Use it.
1967         (wl-summary-target-mark-mark-as-read): Ditto.
1968         (wl-summary-target-mark-mark-as-unread): Ditto.
1969         (wl-summary-target-mark-mark-as-important): Ditto.
1970         (wl-summary-target-mark-msgs): Simplified.
1971         (wl-summary-detect-mark-position): Fixed problem when
1972         summary-line-format no contain persisten/temp mark spec.
1973         (wl-summary-temp-mark): Ditto.
1974         (wl-summary-persistent-mark): Ditto.
1975         (wl-summary-update-persistent-mark): Ditto.
1976
1977         * wl-action.el (wl-summary-set-mark): Ditto.
1978         (wl-summary-unset-mark): Ditto.
1979         All other related portions are changed.
1980
1981 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1982
1983         * Version number is increased to 2.11.6.
1984
1985 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1986
1987         * wl-util.el (wl-current-message-buffer): Define as function;
1988         Don't use the value of wl-messge-buffer.
1989
1990         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1991         persistent mark.
1992
1993         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1994         no current message, cause an error.
1995
1996 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1997
1998         * wl-summary.el (wl-summary-set-message-modified): Use
1999         elmo-folder-set-message-modified instead of
2000         elmo-folder-set-message-modified-internal.
2001
2002 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2003
2004         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2005         interactively.
2006         (wl-summary-sync): nokill->entirely.
2007         (wl-summary-sync-marks): Fixed message.
2008         (wl-summary-input-range): Added mark, nokill->entirely.
2009
2010         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2011         messages as read.
2012
2013 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2014
2015         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2016         update-noscore.
2017         (wl-summary-sync): Follow the change above.
2018
2019 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2020
2021         * wl-action.el (wl-summary-target-mark-all): Use
2022         elmo-folder-list-messages.
2023
2024 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2025
2026         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2027         (wl-summary-rescan): Set wl-summary-scored as nil.
2028         (wl-summary-sync-force-update): Follow the change above.
2029         (wl-summary-sync): Ditto.
2030         (wl-summary-sync-update): Added argument disable-killed.
2031         (wl-summary-insert-headers): Set visible-only argument for
2032         elmo-folder-list-messages.
2033         (wl-summary-input-range): Added update-nokill, update-noscore,
2034         all-nokill, all-noscore and mark.
2035
2036         * Version number is increased to 2.11.5.
2037
2038         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2039
2040 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2041
2042         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2043         (wl-summary-prefetch-region-no-mark): Change accordingly.
2044         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2045
2046 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2047
2048         * wl-address.el (wl-complete-field-to): Abolished.
2049         (wl-complete-address): Completion function for completing-read.
2050         * wl-action.el (wl-summary-get-resend-address): Use it.
2051
2052         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2053         wl-summary-update-mark and abolish unused argument.
2054         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2055         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2056         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2057         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2058         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2059         * wl-draft.el (wl-draft-kill): Ditto.
2060
2061         * wl-summary.el: Remove unused binding of case-fold-search.
2062         (wl-summary-replace-status-marks): Abolished.
2063
2064 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2065
2066         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2067         is specified or folder length is zero.
2068
2069 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2072         (wl-folder-archive-current-entity): Ditto.
2073
2074 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2075
2076         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2077         retrieving message mark.
2078         (wl-summary-redisplay-internal): Ditto.
2079
2080         * wl-message.el (wl-message-buffer-display): Ignore errors while
2081         retrieving message-id field.
2082
2083         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2084         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2085         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2086         order of the arguments for `wl-expire-message-p'.
2087         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2088
2089         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2090         Check return value of wl-summary-reply.
2091         (wl-summary-reply): Recover window configuration when an error occured.
2092
2093 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * wl-summary.el (wl-summary-resend-message): Abolished, the
2096         feature is inherited by wl-summary-resend (put resend mark).
2097
2098 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2101         wl-message-buffer to nil when the message is hide.
2102
2103 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2104
2105         * .cvsignore: New file.
2106
2107 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108
2109         * wl-action.el (wl-summary-action-docstring): Add more info.
2110         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2111         duplicate definition.
2112         (wl-summary-define-mark-action): Functions wl-summary-*-region
2113         keep current position.
2114         (wl-summary-unregister-target-mark): Store result to the variable.
2115
2116 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * Version number is increased to 2.11.4.
2119
2120 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2121
2122         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2123         wl-summary-delete-all-temp-marks.
2124         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2125
2126         * wl-action.el (wl-summary-set-mark): Changed terminology
2127         refile-destination -> action-argument.
2128         (wl-summary-unset-mark): Ditto.
2129         (wl-summary-remove-argument): Ditto.
2130         (wl-summary-print-argument): Ditto.
2131
2132         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2133         (wl-thread-remove-argument-region): Ditto.
2134         (wl-thread-print-argument-region): Ditto.
2135         (wl-thread-close): Ditto.
2136         (wl-thread-open): Ditto.
2137
2138         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2139         (wl-highlight-refile-destination-face is abolished)
2140         (wl-highlight-action-argument-string): Ditto.
2141         (wl-highlight-summary-current-line): Highlight action argument.
2142
2143         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2144         color for light backgrounds.
2145         (wl-highlight-summary-answered-face): Ditto.
2146
2147 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2148
2149         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2150
2151         * wl-score.el (wl-summary-score-update-all-lines): Use
2152         wl-summary-set-mark.
2153         (wl-summary-score-update-all-lines): Kill expunged messages.
2154
2155         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2156
2157 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2158
2159         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2160         directly.
2161         (wl-score-overview-entity-get-lines): Ditto.
2162         (wl-score-overview-entity-get-xref): Ditto.
2163         (wl-score-get-latest-msgs): Ditto.
2164         (wl-summary-rescore): Ditto.
2165
2166         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2167         to "&".
2168         (wl-summary-mark-as-answered-internal): New inline function.
2169         (wl-summary-mark-as-answered): New function.
2170         (wl-summary-mark-as-unanswered): Ditto.
2171         (wl-summary-sync-marks): Modified for answered-mark synching.
2172
2173 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2174
2175         * wl-action.el (wl-summary-set-mark): Fixed last change.
2176
2177 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2178
2179         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2180         behavior of wl-summary-unread-message-hook
2181         (Pointed out by akira yamada <akira@arika.org>).
2182
2183 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2186         wl-summary-delete.
2187         * wl-xmas.el (wl-summary-toolbar): Ditto.
2188
2189         * wl-action.el (wl-summary-set-mark): Don't override current
2190         temp-mark.
2191
2192         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2193
2194 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2197         (wl-refile-msgid-learn): Ditto.
2198         (wl-refile-get-field-value): Ditto.
2199
2200         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2201
2202         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2203         (wl-expire-delete-reserved-messages): Renamed from
2204         wl-expire-reserve-marked-msgs-from-list.
2205         (wl-expire-delete): Removed argument `msgdb'.
2206         (wl-expire-refile): Ditto.
2207         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2208         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2209         mark-alist as argument.
2210         (wl-expire-archive-number1): Removed argument `msgdb'.
2211         (wl-expire-archive-number2): Ditto.
2212         (wl-expire-archive-date): Ditto.
2213         (wl-expire-localdir-date): Ditto.
2214         (wl-expire-hide): Ditto.
2215         (wl-archive-number1): Ditto.
2216         (wl-archive-number2): Ditto.
2217         (wl-archive-date): Ditto.
2218         (wl-archive-folder): Ditto.
2219         All other related portions are changed.
2220
2221 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2224         mean move up and down. (suggested by Takashi Kawachi)
2225
2226 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2227
2228         * wl-acap.el (toplevel): Don't require un-define.
2229
2230 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-thread.el (wl-thread-delete-message): Always update
2233         wl-summary-buffer-number-list.
2234
2235         * wl-action.el (wl-summary-print-destination): 
2236         Do nothing when folder is nil.
2237
2238 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2239
2240         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2241         persistent mark when prefetch is succeeded.
2242
2243 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2244
2245         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2246         instead of elmo-msgdb-delete-msgs.
2247         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2248         (wl-expire-hide): Ditto.
2249
2250         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2251
2252         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2253         elmo-msgdb interface.
2254         (wl-thread-get-exist-children): Likewise.
2255         (wl-thread-insert-message): Likewise.
2256         (wl-thread-msg-mark-as-important): Likewise.
2257         (wl-thread-insert-entity-sub): Likewise.
2258         (wl-thread-get-children-msgs-uncached): Likewise.
2259
2260         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2261         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2262         (wl-summary-sync-update): Likewise.
2263         (wl-summary-auto-select-msg-p): Likewise.
2264         (wl-summary-update-thread): Likewise.
2265         (wl-summary-mark-as-important): Likewise.
2266         (wl-summary-jump-to-msg-internal): Likewise.
2267         (wl-summary-redisplay-internal): Likewise.
2268         (wl-summary-print-message-with-ps-print): Likewise.
2269         (wl-summary-folder-info-update): Likewise.
2270
2271         * wl-folder.el (wl-folder-check-one-entity):
2272         elmo-folder-count-flags instead of wl-summary-count-unread.
2273
2274         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2275
2276         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2277
2278         * wl-summary.el (wl-summary-set-message-modified): 
2279         Call wl-summary-set-mark-modified.
2280         (wl-summary-delete-messages-on-buffer): Call
2281         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2282         (wl-summary-sync-update): Call elmo-folder-length instead of
2283         elmo-folder-messages.
2284         (wl-summary-insert-headers): Don't call
2285         elmo-folder-list-message-entities.
2286
2287 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * wl-action.el (wl-summary-define-mark-action): Call
2290         `wl-summary-set-mark' with argument `data'.
2291         (wl-summary-auto-refile): Fixed order of arguments when call
2292         `wl-summary-refile'.
2293
2294 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2295
2296         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2297
2298         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2299
2300         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2301         (Renamed from wl-highlight-summary-deleted-face).
2302         (wl-highlight-summary-resend-face): New face.
2303
2304         (wl-highlight-summary-deleted-face): Renamed from
2305         wl-highlight-summary-erased-face.
2306
2307         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2308
2309         * wl-action.el (wl-summary-get-resend-address): New function.
2310         (wl-summary-exec-action-resend): Ditto.
2311         (wl-summary-exec-action-resend-subr): Ditto.
2312
2313         * w-thread.el (wl-thread-copy): Removed definition.
2314         (wl-thread-refile): Ditto.
2315         (wl-thread-delete): Ditto.
2316         (wl-thread-target-mark): Ditto.
2317
2318         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2319         (wl-summary-target-mark-set-action): Fixed.
2320         (wl-summary-define-mark-action): Fixed quotation.
2321         (wl-summary-move-mark-list-messages): Display message.
2322         (wl-summary-define-mark-action): Define thread functions.
2323         (wl-summary-exec-action-refile): Changed message.
2324         (wl-summary-exec): Ditto.
2325
2326 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2327         
2328         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2329         '%%'.
2330
2331 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2332
2333         * wl.el (toplevel): Require wl-action.
2334         (wl-init): Call wl-summary-define-mark-action.
2335
2336         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2337
2338         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2339         wl-summary-delete and wl-summary-erase.
2340         (wl-summary-mode-map): Ditto.
2341
2342         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2343         wl-delete-folder-alist.
2344
2345         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2346         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2347         (toplevel): Moved mark & action related functions to the wl-action.el.
2348
2349         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2350         in wl-summary-mark-action-list.
2351         (wl-highlight-summary-current-line): Ditto.
2352
2353         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2354         empty lines.
2355
2356         * wl-action.el: New file. 
2357
2358 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2359
2360         * wl-summary.el (wl-summary-target-mark-replace): New function.
2361         (wl-summary-target-mark-prefetch): Use it.
2362         (wl-summary-target-mark-delete): Ditto.
2363         (toplevel): Rearranged definition order.
2364         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2365         (wl-summary-target-mark-erase): Rewrite.
2366         (wl-summary-erase-region): New function.
2367         (wl-summary-exec-action-erase): Changed message.
2368         (wl-summary-move-mark-list-messages): New function.
2369         (wl-summary-exec-action-delete): Use it.
2370         (wl-summary-exec-action-erase): Ditto.
2371
2372         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2373         (wl-summary-skip-mark-list): Added "d".
2374
2375         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2376         while searching.
2377
2378         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2379         and define using defcustom;
2380         Define 4th element as a face.
2381         
2382         * wl-summary.el (wl-summary-incorporate): Use 
2383         `wl-summary-prefetch-region-no-mark' instead of
2384         `wl-summary-prefetch-region'.
2385         (wl-summary-prefetch-region-no-mark): Revival of old
2386         `wl-summary-prefetch-region'.
2387         (wl-summary-mark-action-list): Moved to wl-vars.el
2388
2389         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2390         face according to the `wl-summary-mark-action-list'.
2391         (wl-highlight-summary-current-line): Ditto;
2392         Removed destination highlighting.
2393
2394         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2395         (wl-highlight-summary-line-string): Highlight for "i" mark.
2396         (wl-highlight-summary-current-line): Ditto.
2397
2398         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2399         no destination.
2400
2401         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2402         exists, just go ahead.
2403         (wl-summary-prefetch-region): Rewrite.
2404         (wl-summary-prefetch): Ditto.
2405         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2406         (wl-summary-exec-action-prefetch): New function.
2407         (wl-summary-target-mark-prefetch): Rewrite.
2408
2409 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2410
2411         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2412         (wl-highlight-summary-line-string): Added "d" and "D".
2413         (wl-highlight-summary-current-line): Ditto.
2414
2415         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2416         in wl-summary.el.
2417         (wl-thread-insert-entity-sub): Ditto.
2418         (wl-thread-remove-destination-region): Ditto.
2419         (wl-thread-print-destination-region): Ditto.
2420
2421         * wl-summary.el (wl-summary-buffer-refile-list,
2422         wl-summary-buffer-delete-list,
2423         wl-summary-buffer-copy-list): Abolish.
2424         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2425         All other related portions are changed.
2426         (wl-summary-mark-action-list): New variable.
2427         (wl-summary-set-mark): New function.
2428         (wl-summary-register-target-mark): Ditto.
2429         (wl-summary-unregister-target-mark): Ditto.
2430         (wl-summary-have-target-mark-p): Ditto.
2431         (wl-summary-register-temp-mark): Ditto.
2432         (wl-summary-unregister-temp-mark): Ditto.
2433         (wl-summary-registered-temp-mark): Ditto.
2434         (wl-summary-collect-temp-mark): Ditto.
2435         (wl-summary-unset-mark): Ditto.
2436         (wl-summary-set-target-mark): Ditto.
2437         (wl-summary-unset-target-mark): Ditto.
2438         (wl-summary-set-action-generic): Ditto.
2439         (wl-summary-unset-action-generic): Ditto.
2440         (wl-summary-exec-action-delete): Ditto.
2441         (wl-summary-exec-action-erase): Ditto.
2442         (wl-summary-set-action-refile): Ditto.
2443         (wl-summary-set-action-refile-subr): Ditto.
2444         (wl-summary-unset-action-refile): Ditto.
2445         (wl-summary-make-destination-numbers-list): Ditto.
2446         (wl-summary-exec-action-refile): Ditto.
2447         (wl-summary-set-action-copy): Ditto.
2448         (wl-summary-unset-action-copy): Ditto.
2449         (wl-summary-exec-action-copy): Ditto.
2450         (wl-summary-collect-numbers-region): Ditto.
2451         (wl-summary-delete): Rewrite.
2452         (wl-summary-erase): Ditto.
2453         (wl-summary-remove-destination): Ditto.
2454         (wl-summary-exec): Ditto.
2455         (wl-summary-exec-region): Ditto.
2456         (wl-summary-target-mark-erase): Ditto.
2457         (wl-summary-refile): Ditto.
2458         (wl-summary-copy): Ditto.
2459         (wl-summary-unmark): Ditto.
2460         (wl-summary-delete-all-mark): Ditto.
2461         (wl-summary-mark-line): Don't highlight.
2462         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2463         (wl-summary-target-mark-refile-subr): Rewrite.
2464
2465         (wl-summary-copy-prev-destination): Abolish.
2466
2467 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2468
2469         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2470         default values along the value of wl-on-mule.
2471         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2472         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2473         It is not used anywhere.
2474
2475 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2476
2477         * wl-summary.el (wl-summary-print-destination): Keep position.
2478         (wl-summary-cursor-move-surface): Keep horizontal position.
2479
2480 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2481
2482         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2483         write sendlog.
2484
2485 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2488         `wl-summary-highlight'.
2489
2490 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2491
2492         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2493         trivial condition for temp-mark.
2494
2495 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2496
2497         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2498         when it hits killed buffer.
2499
2500 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2501
2502         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2503         * wl-news.el.in: `message' and `error' take format string.
2504
2505 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2506
2507         * wl-folder (wl-folder-insert-entity): Display a message,
2508         `...done', when the work finish.
2509         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2510
2511 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * wl-message.el (wl-message-redisplay): Remove unused local
2514         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2515
2516 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2517
2518         * wl-summary.el (wl-summary-replace-status-marks): Disable
2519         interactive use.
2520         (wl-summary-reedit): Check message existence at first.
2521         (wl-summary-mark-line): Fix doc, return value is indefinite.
2522
2523         * wl-highlight.el (wl-highlight-message): Arranged.
2524
2525         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2526         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2527         check temp-mark by wl-summary-temp-mark always.
2528         (wl-highlight-summary): Change accordingly.
2529         * wl-summary.el (wl-summary-mark-as-read-all)
2530         (wl-summary-delete-cache, wl-summary-set-score-mark)
2531         (wl-summary-mark-as-unread, wl-summary-unmark)
2532         (wl-summary-mark-line, wl-summary-mark-as-read)
2533         (wl-summary-mark-as-important): Ditto.
2534
2535         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2536         end of the window if possible.
2537         * wl-summary.el (wl-summary-sync-update): Support lazy
2538         highlighting.
2539         (wl-summary-toggle-disp-msg): Ditto.
2540
2541 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2542
2543         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2544
2545 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2546
2547         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2548         change.
2549
2550 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2553         API.
2554         (wl-summary-sync-update): Ditto.
2555
2556         * wl-score.el (wl-score-get-score-alist): Changed argument.
2557         (wl-summary-rescore-msgs): Likewise.
2558         (wl-summary-score-headers): Likewise.
2559         (wl-score-headers): Likewise;
2560         Use elmo-folder-do-each-message-entity, etc.
2561         (wl-summary-score-effect): Follow the changes above.
2562         (wl-summary-rescore): Ditto.
2563         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2564         (wl-score-get-overview): Abolish.
2565
2566         * wl-summary.el (wl-summary-default-from): Follow the API change in
2567         elmo-msgdb.
2568         (wl-summary-count-unread): Ditto.
2569         (wl-summary-detect-mark-position): Ditto.
2570         (wl-summary-overview-entity-compare-by-date): Ditto.
2571         (wl-summary-overview-entity-compare-by-number): Ditto.
2572         (wl-summary-overview-entity-compare-by-from): Ditto.
2573         (wl-summary-overview-entity-compare-by-subject): Ditto.
2574         (wl-summary-get-list-info): Ditto.
2575         (wl-summary-rescan): Ditto.
2576         (wl-summary-jump-to-msg-by-message-id): Ditto.
2577         (wl-summary-sync-update): Ditto; Removed comment.
2578         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2579         (wl-summary-insert-message): Use wl-summary-insert
2580         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2581         (wl-summary-insert-headers): Changed argument overview to folder.
2582         (wl-summary-search-by-subject): Likewise.
2583         (wl-summary-insert-thread): Renamed from 
2584         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2585
2586         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2587         too.
2588
2589         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2590         wl-string-member.
2591
2592 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2593
2594         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2595         elmo-folder-append-buffer.
2596         (wl-draft-queue-append): Likewise.
2597
2598         * wl-mime.el (wl-message-delete-current-part): Ditto.
2599         (wl-summary-burst-subr): Ditto.
2600
2601         * wl-news.el.in (wl-news-send-news): Ditto.
2602
2603 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2604
2605         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2606         function.
2607         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2608         (wl-summary-update-mark): Enclose with save-excursion.
2609         (wl-summary-mark-as-read-internal): Fixed last change.
2610         (wl-summary-mark-as-important): Use 3rd argument of
2611         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2612         Don't use elmo-msgdb-set-mark.
2613         (wl-summary-redisplay-internal): If msgdb flag is already read,
2614         just update the mark on buffer.
2615
2616 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2617
2618         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2619         cut visible folder when elmo-folder-delete returns non-nil value.
2620
2621 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2622
2623         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2624         by Kenichi OKADA <okada@opaopa.org>).
2625
2626 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2627
2628         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2629
2630 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2631
2632         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2633         Fixed the last change, search group entity by its real name.
2634         (Thanks to: KOBAYASHI Shinji)
2635
2636 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2637
2638         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2639         (wl-fldmgr-access-display-all): Don't refer visible name.
2640         * wl-expire.el (wl-folder-archive-current-entity)
2641         (wl-folder-expire-current-entity): Ditto.
2642         * wl-folder.el (wl-folder-jump-to-current-entity)
2643         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2644         (wl-folder-open-folder-sub,wl-folder-open-all)
2645         (wl-folder-write-current-folder): Ditto.
2646         (wl-folder-insert-entity): Don't use petname for normal group.
2647         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2648         is the real name.
2649         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2650         Abolished.
2651
2652 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2653
2654         * wl-draft.el (wl-draft-create-buffer): Add
2655         `wl-summary-reply-with-citation'
2656
2657 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2658
2659         * wl-draft.el (wl-draft-reply): Fixed.
2660
2661 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2662
2663         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2664         when `wl-draft-send-confirm-with-preview' is non-nil.
2665         You can scroll up/down by j/k.
2666         (wl-draft-send-confirm-with-preview): New variable (default=t).
2667
2668 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2669
2670         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2671         (wl-fldmgr-save-folders): Fix comment.
2672
2673 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2674
2675         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2676         along the last change in `wl-folder-buffer-group-p'.
2677
2678 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2679
2680         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2681         folder.
2682
2683         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2684         the default value.
2685
2686         * wl-mime.el (wl-summary-burst): Update summary only when target
2687         folder equals current folder.
2688
2689 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2690
2691         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2692
2693 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2694
2695         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2696         value.
2697
2698 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2701         `map-extents' instead of `extent-at' repeatedly.
2702         (wl-highlight-folder-current-line): Ditto.
2703
2704         * wl-highlight.el: Remove useless dummy functions.
2705
2706 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2707
2708         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2709         (wl-folder-put-folder-property): New function to put text property.
2710         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2711         (wl-folder-insert-entity, wl-folder-update-diff-line)
2712         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2713         * wl-e21.el, wl-xmas.el, wl-mule.el
2714         (wl-highlight-folder-current-line): Ditto.
2715         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2716         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2717         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2718         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2719
2720 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2721
2722         * Version number is increased to 2.11.3.
2723
2724 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2725
2726         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2727         Resume current-buffer since it is assumed by remaining tasks.
2728
2729 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2730
2731         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2732         (wl-folder-completion-function): Abolished.
2733         (wl-folder-complete-folder): New function.
2734         (wl-folder-complete-filter-condition): Ditto.
2735         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2736         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2737
2738 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2739
2740         * wl-draft.el (wl-draft-send-confirm): New function.
2741         (wl-draft-send): Use it.
2742
2743         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2744         cursor-in-echo-area while confirming.
2745
2746         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2747
2748         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2749         searching via nntp if wl-summary-search-via-nntp is 'force.
2750         Otherwise, invoke searching in nntp folder only.
2751         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2752
2753         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2754         explicitly for mime-make-text-tag.
2755
2756 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2757
2758         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2759         `mime-make-text-tag' instead of `mime-create-tag'.
2760
2761 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2762
2763         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2764         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2765
2766 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2767
2768         * wl-score.el (wl-score-save): Bind print-length and print-level.
2769         (wl-score-pretty-print): Ditto.
2770         (wl-score-edit-insert-header-entry): Ditto.
2771
2772         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2773         "From" entry to be treated with wl-draft-eword-encode-address-list.
2774         * wl-mime.el (wl-draft-preview-message): Ditto.
2775
2776         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2777         (wl-summary-mark-as-unread): Ditto.
2778         (wl-summary-mark-as-read-region): Change accordingly.
2779         (wl-summary-mark-as-unread-region): Ditto.
2780         (wl-summary-target-mark-mark-as-read): Ditto.
2781         (wl-summary-target-mark-mark-as-unread): Ditto.
2782
2783 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2784
2785         * Version number is increased to 2.11.2.
2786
2787 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2788
2789         * wl-news.el.in (wl-news-previous-version-save): Bind
2790         print-length and print-level.
2791         * wl-thread.el (wl-thread-save-entities): Ditto.
2792         (wl-thread-save-top-list): Bind print-length.
2793
2794 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2795
2796         * wl-highlight.el (wl-highlight-summary-line-string): Use
2797         wl-summary-score-below-mark, wl-summary-score-over-mark.
2798         (wl-highlight-summary-current-line): Ditto.
2799
2800 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2801
2802         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2803         insert it.
2804
2805 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2806
2807         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2808
2809 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2810
2811         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2812         message without msgid.
2813         Rewrite with elmo-folder-move-messages.
2814         Set wl-message-buffer to nil.
2815
2816         * wl-summary.el (wl-summary-erase-subr): New function. Use
2817         elmo-folder-move-messages.
2818         (wl-summary-erase): Call it.
2819         (wl-summary-target-mark-erase): Ditto.
2820
2821 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2822
2823         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2824         it is not up-tp-date.
2825
2826 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2827
2828         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2829         buffer after calling `wl-summary-goto-folder-subr' without the
2830         argument `interactive'.
2831         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2832
2833 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2834
2835         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2836         `mime-create-tag'. Use `string=' instead of `looking-at'.
2837
2838 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2839
2840         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2841         to avoid compile warning.
2842
2843         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2844         entity-id when folder is given.
2845         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2846         save-excursion, use save-selected-window instead.
2847         Select folder buffer window if exists.
2848         (To correct behavior with wl-folder-move-cur-folder.)
2849
2850 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2851
2852         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2853
2854 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2855
2856         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2857         list-count instead of %d.
2858
2859 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2860
2861         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2862         (wl-news): Set it.
2863         (wl-news-append-to-folder): Use it.
2864
2865         * wl-news.el.in (wl-news-send-news): Append to specified folder
2866         instead of wl-default-folder.
2867         (wl-news-append-to-folder): Show error message with specified folder.
2868
2869         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2870                 In most major modes, Emacs assumes that any opening
2871                 delimiter found at the left margin is the start of a
2872                 top-level definition, or defun. Therefore, *never put an
2873                 opening delimiter at the left margin unless it should have
2874                 that significance.*
2875
2876         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2877
2878 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2879
2880         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2881
2882 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2883
2884         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2885
2886 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2887
2888         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2889         for sequential numbering case.
2890
2891 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2892
2893         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2894         value.
2895         (wl-draft-reply-without-argument-list): Ditto.
2896         (wl-draft-reply-myself-with-argument-list): Abolish.
2897         (wl-draft-reply-myself-without-argument-list): Ditto.
2898         * wl-draft.el (wl-draft-self-reply-p): New function.
2899         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2900
2901 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2902
2903         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2904         (avoid error for the case without byte-compiling)
2905
2906 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2907
2908         * wl-news.el.in (wl-news-append-to-folder): New function.
2909         (wl-news-exit): Rewrite.
2910         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2911
2912 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2913
2914         * wl-draft.el (wl-draft-reply-position): New function.
2915         (wl-draft-reply-position): Fix.
2916         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2917         (wl-summary-target-mark-reply-with-citation): Ditto.
2918         (wl-summary-reply-with-citation): Ditto.
2919         * wl-vars.el (wl-draft-reply-default-position): New variable.
2920
2921 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2922
2923         * wl-draft.el (wl-draft-send): Preview when interactive send.
2924
2925 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2926
2927         * wl-draft.el (wl-draft-reply): Set default position.
2928         * wl-summary.el (wl-summary-reply): Ditto.
2929         (wl-summary-reply-with-citation): Ditto.
2930         (wl-summary-target-mark-reply-with-citation): Ditto.
2931
2932 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2933
2934         * wl-news.el.in (wl-news-lang): Set default value according to
2935         current-language-environment.
2936         (wl-news-append-news): Do nothing when news-list is nil.
2937
2938 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2939
2940         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2941         (wl-news): Change message.
2942         (wl-news-exit): Check buffer.
2943         (wl-news-force-exit): New function.
2944         (wl-news-show-all): New function.
2945         (wl-news-discard-and-exit): Fix.
2946
2947 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2948
2949         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2950         according to current-language-environment.
2951
2952         * wl-news.el.in (wl-news): If arg, show all NEWS after
2953         wl-news-default-previous-version.
2954
2955 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2956
2957         * wl-news.el.in (wl-news-check): Rewritten.
2958         (wl-news-previous-version-load): Change data type.
2959         (wl-news-previous-version-save): Change data type.
2960         (wl-news-append-news): Add return value.
2961         (wl-news-check-news): New function.
2962         (wl-news-already-current-p): New function.
2963         (wl-news-send-news): Rewritten.
2964         (wl-news-mode-map): Add new keybind.
2965         (wl-news): Rewritten.
2966         (wl-news-exit): Rewritten.
2967         (wl-news-discard-and-mail): New function.
2968         (wl-news-send-to-address): Abolished.
2969         * wl.el (wl-init): Delete a message.
2970
2971 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2972
2973         * wl-news.el.in (wl-news-exit): Update previous version.
2974         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2975
2976 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2977
2978         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2979
2980 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2981
2982         * wl-news.el.in (wl-news): New function.
2983         (wl-news-mode): New function.
2984         (wl-news-next-line): New function.
2985         (wl-news-next-page): New function.
2986         (wl-news-exit): New function.
2987         (wl-news-buf-name): New variable.
2988         (wl-news-mode-map): New variable.
2989         (wl-news-winconf): New variable.
2990         (wl-news-append-news): Add an option.
2991
2992 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2993
2994         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2995
2996 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2997
2998         * wl-news.el.in (wl-news-send-to-address): New variable.
2999         (wl-news-send-news): Use it.
3000         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3001         Return updating status.
3002         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3003
3004 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3005
3006         * wl-news.el.in (wl-news-send-news): Delete
3007         Organization and X-Face.
3008
3009 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3010
3011         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3012         (wl-news-append-news): New function.
3013         (wl-news-send-news): New function.
3014
3015 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3016
3017         * Version number is increased to 2.11.1.
3018
3019 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3020
3021         * wl-news.el.in : New file.
3022
3023 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3024
3025         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3026         default value.
3027         (wl-draft-reply-without-argument-list): Ditto.
3028
3029 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3030
3031         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3032         (wl-message-buffer-prefetch-idle-time): Ditto.
3033         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3034
3035 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * wl-thread.el (wl-thread-insert-message): Use
3038         wl-summary-max-thread-depth.
3039
3040         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3041         loop detection.
3042
3043         * wl-message.el (wl-message-buffer-display): Back to the first page
3044         when cache is hit.
3045
3046 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3047
3048         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3049
3050         * wl-summary.el (wl-summary-insert-thread-entity):
3051         If the thread depth is reached to wl-summary-max-thread-depth,
3052         divide the thread.
3053
3054 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3055
3056         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3057         for elmo-remove-passwd.
3058
3059 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3060
3061         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3062         folder is sticky.
3063         (wl-folder-mark-as-read-all-entity): Ditto.
3064         (wl-folder-prefetch-entity): Ditto.
3065
3066 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3067
3068         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3069
3070 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3071
3072         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3073         Delete messages on buffer for unplugged operation.
3074         (wl-summary-erase): Ditto.
3075
3076 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3077
3078         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3079         take nil so as not to search parent by subject.
3080
3081 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3082
3083         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3084         (wl-folder-get-next-folder): Ditto.
3085         (wl-folder-get-path): Ditto.
3086
3087 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3088
3089         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3090         system and encode the region with it before verifying.
3091
3092 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3093
3094         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3095         system of the echo buffer before decoding.
3096
3097 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3100         original contents.
3101
3102 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3103
3104         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3105         with argument 'any-exists.
3106
3107 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3108
3109         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3110         Use `wl-cs-autoconv'.
3111
3112 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3113
3114         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3115         by `mime-view-automatic-conversion'.
3116
3117         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3118         (wl-message-verify-pgp-nonmime): Ditto.
3119         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3120         Bind them to C-c:d and C-c:v respectively.
3121
3122         Merge following code by Teranishi-san from [wl-en:00167].
3123         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3124         (wl-mime-preview-application/pgp-encrypted): Ditto.
3125         (wl-mime-setup): Add entry.
3126
3127 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3128
3129         * wl-summary.el (wl-summary-target-mark-erase): New function.
3130         Bind it to "mD".
3131
3132 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3133
3134         * wl-vars.el (wl-draft-write-file-function): Fix.
3135         (wl-draft-reedit-hook): Changed default value.
3136
3137         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3138         wl-draft-reedit-hook.
3139         (wl-draft-remove-text-plain-tag): New function.
3140         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3141
3142         * wl-vars.el (wl-draft-write-file-function): New user option.
3143
3144         * wl-draft.el (wl-draft-prepare-edit): Use it for
3145         local-write-file-hooks.
3146         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3147
3148         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3149         (wl-draft-insert-mail-header-separator): Return the body beginning
3150         point.
3151         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3152         text/plain.
3153         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3154
3155 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3156
3157         * wl-summary.el (wl-summary-erase): New function to erase message
3158         without moving it to trash. Bind to "D".
3159
3160         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3161         as `keep' unless switch-function.
3162
3163 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3164
3165         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3166         message buffer by using `wl-summary-toggle-disp-msg'.
3167         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3168         buffer window.
3169         (wl-summary-supresedes-message): Ditto.
3170
3171         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3172         Do not delete other windows.
3173         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3174         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3175         (wl-draft-create-buffer): Set reply-or-forward also for target
3176         mark commands.
3177
3178 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3179
3180         * wl-draft.el (wl-user-agent-compose): Delete special case for
3181         switch-to-buffer-other-window.
3182
3183         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3184         (wl-summary-forward): Ditto.
3185
3186         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3187         function.
3188         (wl-draft-buffer-style): New use option.
3189
3190         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3191         (wl-draft): Follow the change above.
3192         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3193         wl-draft-buffer-style.
3194         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3195         switch-function.
3196
3197 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3198
3199         * wl-address.el (wl-address-make-completion-entry): Extracted from
3200         `wl-address-make-completion-list'.
3201         (wl-address-enable-strict-loading): New variable.
3202         (wl-address-make-completion-list): Revive petname duplication
3203         inquiry, and enable it if `wl-address-enable-strict-loading'.
3204         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3205
3206 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-message.el (wl-message-get-original-buffer): Avoid
3209         'Selecting deleted buffer' error when original buffer is killed.
3210
3211 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3212
3213         * wl-summary.el (wl-summary-next-message): Use
3214         elmo-message-accessible-p instead of elmo-message-cached-p.
3215
3216 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3219
3220         * wl-thread.el (wl-thread-open-all-unread): Use
3221         elmo-folder-list-flagged instead of
3222         elmo-folder-list-messages-mark-match.
3223
3224         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3225         instead of elmo-folder-list-messages-mark-match.
3226         (wl-summary-move-spec-alist): New variable.
3227         (wl-summary-move-spec-plugged-alist,
3228         wl-summary-move-spec-unplugged-alist): Abolish.
3229         (wl-summary-next-message): Follow the change above.
3230         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3231         with 'no-msg' argument.
3232
3233         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3234         variable.
3235         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3236         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3237         (wl-message-buffer-prefetch-get-next): Follow the change above.
3238
3239 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3240
3241         * wl-version.el (wl-version): Changed codename.
3242
3243         * Version number is increased to 2.11.0.
3244
3245 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3246
3247         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3248         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3249         `wl-draft-config-variables'.
3250         (wl-draft-kill): Fixed problem when the draft is reedit.
3251
3252 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3255         buffer-modified status (Thanks to
3256         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3257
3258 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3259
3260         * wl-util.el (wl-region-exists-p): New function.
3261
3262         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3263         Remove defvars for byte-compile warnings.
3264
3265 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3266
3267         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3268         defvar-maybe. Removed unused bind.
3269
3270 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3271
3272         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3273         summary buffer window before creating new frame.
3274         (wl-draft-reply): Ditto.
3275
3276 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3277
3278         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3279
3280 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3281
3282         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3283
3284 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3285
3286         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3287         instead of `kill-region'.
3288
3289 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3290
3291         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3292         (wl-highlight-summary-line-string): Use it.
3293         (wl-highlight-summary-current-line): Ditto.
3294
3295         * wl-mime.el (wl-message-delete-current-part): Check the class of
3296         mime-entity.
3297
3298         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3299
3300         * wl-summary.el (wl-summary-make-number-list): Initialize.
3301         (wl-summary-update-mark): New function.
3302         (wl-summary-reply): Put `answered' mark on the message.
3303         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3304
3305         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3306         (wl-draft-reply): Added optional argument `number';
3307         Set wl-draft-parent-number.
3308         (wl-draft-kill): Delete answered mark if it is a reply.
3309
3310 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3311
3312         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3313         that originates in mime-preview-follow-current-entity.
3314         (wl-draft-yank-current-message-entity): Use it if region is active.
3315
3316         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3317         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3318         `wl-message-delete-current-part'.
3319         * wl-mule.el (wl-message-define-keymap): Ditto.
3320         * wl-xmas.el (wl-message-define-keymap): Ditto.
3321
3322 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3323
3324         * wl-mime.el (wl-message-delete-current-part): New function.
3325         (wl-mime-node-id-to-string): Ditto.
3326
3327         * wl-mime.el (wl-message-delete-current-part): Use existing
3328         original buffer which corresponds current mime-view buffer.
3329         (fetched buffer might have different structure, possibly)
3330
3331         * wl-mime.el (wl-message-delete-current-part): Quit if the
3332         message content differs from the actual message.
3333
3334 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3335
3336         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3337         order.
3338         (wl-summary-search-by-subject): Search parent message from tail;
3339         Check the existence of the parent message on the current thread tree.
3340         (wl-summary-update-thread): Check whether the line is inserted.
3341
3342 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3343
3344         * wl-vars.el (wl-summary-line-format): Undo last change.
3345         * wl-summary.el (wl-summary-print-destination): Do not put
3346         invisible property when `wl-summary-width' is nil.
3347         (wl-summary-line-subject-minimum-length): Abolished.
3348         (wl-summary-line-subject): Ditto.
3349
3350 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3351
3352         * wl-vars.el (wl-summary-line-format): Change default value.
3353         (wl-summary-subject-length-limit): Abolished.
3354         * wl-summary.el (wl-summary-line-subject): Ditto.
3355
3356 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3357
3358         * wl-template.el (wl-template-select): Added optional argument.
3359         If optional argument is specified, reverse
3360         `wl-template-visible-select'.
3361
3362 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3363
3364         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3365         Take prefix argument to force asking the destination folder.
3366
3367 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3368
3369         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3370         count and update status.
3371
3372 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-summary.el (wl-summary-redisplay-internal): If
3375         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3376         after fetching.
3377
3378 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3379
3380         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3381         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3382
3383         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3384
3385 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3386
3387         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3388         (All other related portions are changed).
3389         (wl-summary-mark-as-read-all): Rewrite.
3390
3391 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3392
3393         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3394         `wl-summary-mark-as-read'.
3395         (wl-summary-mark-as-unread): Rewrite.
3396         (wl-summary-mark-as-read): Added no-modeline argument.
3397         (wl-summary-resume-cache-status): Rewrite.
3398         (wl-summary-exec-subr): Remove unused local variable.
3399
3400 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3401
3402         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3403         logic to call `wl-summary-buffer-prev-folder-function'.
3404         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3405
3406 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3407
3408         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3409         is nil.
3410
3411 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3412
3413         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3414         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3415         (wl-mime-setup): Add its entry.
3416
3417 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3420         (wl-summary-delete-cache): Likewise.
3421         (wl-summary-mark-as-read): Rewrite.
3422
3423 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3424
3425         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3426         `wl-summary-count-unread'.
3427
3428         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3429
3430         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3431
3432 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3433
3434         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3435         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3436         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3437         Renamed to the elmo-msgdb-*-mark.
3438         (wl-summary-score-marks): Follow the change above.
3439         (wl-summary-auto-refile-skip-marks): Ditto.
3440         (wl-summary-incorporate-marks): Ditto.
3441         (wl-summary-expire-reserve-marks): Ditto.
3442
3443         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3444         changes.
3445         (wl-thread-insert-top): Changed updating message.
3446
3447         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3448         variable.
3449         (wl-summary-count-unread): Count answered marks.
3450         (wl-summary-rescan): Call wl-summary-insert-message instead of
3451         wl-summary-append-message-func-internal.
3452         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3453         (wl-summary-prefetch-msg): Follow the variable name changes.
3454         (wl-summary-prefetch-region): Ditto.
3455         (wl-summary-mark-as-read-all): Follow the API changes;
3456         Don't call elmo-folder-replace-marks.
3457         (wl-summary-delete-cache): Follow the variable name changes.
3458         (wl-summary-resume-cache-status): Ditto.
3459         (wl-summary-update-status-marks): New function.
3460         (wl-summary-insert-message): New function.
3461         (wl-summary-sync-marks): Follow the variable name changes.
3462         (wl-summary-sync-update): Synchronize to the msgdb, too;
3463         Changed update messages.
3464         (wl-summary-make-number-list): Rewrite.
3465         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3466         (wl-summary-mark-as-unread): Follow the API changes.
3467         (wl-summary-exec-subr): Follow the variable name changes.
3468         (wl-summary-mark-as-read): Ditto.
3469         (wl-summary-move-spec-plugged-alist): Ditto.
3470         (wl-summary-move-spec-unplugged-alist): Ditto.
3471         (wl-summary-cursor-move-surface): Ditto.
3472
3473         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3474         variable name changes.
3475         (wl-highlight-summary-current-line): Ditto.
3476
3477         * wl-expire.el (wl-expire-refile): Follow the API change in
3478         elmo-folder-move-messages.
3479         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3480         (wl-summary-archive): Use elmo-folder-msgdb instead of
3481         elmo-msgdb-load.
3482
3483 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-mime.el (wl-draft-preview-message): Restore the position
3486         before evaluating wl-draft-send-hook in preview buffer.
3487
3488 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3489
3490         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3491         when it creates new draft buffer.
3492
3493         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3494         without argument.
3495
3496         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3497         Evaluate content and if the value is string, insert it.
3498         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3499         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3500         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3501         wl-draft-config-sub-part-bottom): Use it.
3502
3503         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3504         with the folder name. The question was unintelligible when it is
3505         called from wl-save-status.
3506
3507 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3508
3509         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3510         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3511         cannot take second argument).
3512
3513 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3514
3515         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3516         as t. Since type and subtype are not case sensitive (RFC 2045).
3517
3518 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3519
3520         * wl-vars.el (wl-message-mode-line-format): New variable.
3521         (wl-message-mode-line-format-spec-alist): Ditto.
3522         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3523         (wl-message-redisplay): Use wl-message-mode-line-format.
3524
3525 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3526
3527         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3528
3529 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3530
3531         * wl-summary.el (wl-summary-default-from): Write description.
3532
3533 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3534
3535         * wl-vars.el (wl-ldap-objectclass): Abolish.
3536
3537         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3538         (wl-ldap-make-filter): Removed condition for objectclass.
3539         (wl-ldap-make-matched-value-list): Remove meaningless process.
3540         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3541         (wl-address-ldap-search): Don't add `*' to `pat' string;
3542         use ignore-errors; added `email';
3543         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3544         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3545         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3546
3547
3548 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3549
3550         * wl-draft.el (wl-draft-parent-folder): Write description.
3551         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3552
3553 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3554
3555         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3556         as "" (zero-length string) if no parent.
3557         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3558
3559 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3560
3561         * wl-address.el (wl-address-make-completion-list): Skip duplication
3562         checking.
3563         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3564         `append'.
3565
3566 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3567
3568         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3569         instead of `beginning-of-buffer'.
3570
3571 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3574
3575 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3576
3577         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3578         Refer wl-message-buffer-name.
3579         (wl-message-wheel-down): Ditto.
3580
3581 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3582
3583         * wl-vars.el (wl-message-buffer-name): New user option.
3584
3585         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3586         directly instead of making alist dinamically.
3587
3588         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3589         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3590         wl-message-buffer-cache-name.
3591         (wl-message-buffer-cache-clean-up): Ditto.
3592
3593         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3594
3595         * Version number is increased to 2.9.15.
3596
3597 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-vars.el (wl-summary-default-view-alist): New user option.
3600
3601         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3602
3603         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3604         while deleting address.
3605         (wl-draft-delete-myself-from-cc): Ditto.
3606
3607         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3608         If optional argument is specified, reverse sort order.
3609
3610         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3611
3612 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3613
3614         * wl-thread.el (wl-thread-insert-message): Return parent number if
3615         exists.
3616         (wl-thread-update-indent-string-region): Use
3617         wl-thread-update-line-on-buffer-sub instead of
3618         wl-thread-update-line-on-buffer.
3619
3620 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3621
3622         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3623         (wl-folder-close-all): Ditto.
3624
3625 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3626
3627         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3628         and mailing-list:.
3629         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3630         value.
3631         (wl-summary-line-list-info): Print mailing-list name even when 
3632         list-number is empty.
3633
3634 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3637
3638         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3639         (wl-draft-open-file): Ditto.
3640         (wl-draft-random-alphabet): Ditto.
3641
3642         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3643         bindings.
3644
3645 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3646
3647         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3648         * wl-vars.el (wl-draft-config-alist): Ditto.
3649
3650 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3651
3652         * Version number is increased to 2.9.14.
3653
3654         * wl.el (wl): Don't set wl-init as nil when error occured while
3655         auto-checking folders.
3656
3657         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3658         `elmo-expand-newtext'.
3659
3660 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3661
3662         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3663         `this-command' so that `wl-folder-goto-folder' contained in
3664         `wl-summary-keep-cursor-command' work.
3665
3666 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3667
3668         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3669         message buffer displaying state.
3670
3671 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3672
3673         * wl-vars.el (wl-summary-default-view): New variable to specify
3674         default value for `wl-summary-buffer-view' instead of using
3675         set-default.
3676         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3677
3678 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3681
3682         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3683
3684 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3685
3686         * wl-vars.el (wl-forward-subject-prefix): New variable.
3687         * wl-draft.el (wl-draft-forward): Use it.
3688
3689 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-message.el (wl-message-prev-page): When it is called without
3692         lines argument, scroll down by wl-message-scroll-amount lines.
3693         (wl-message-next-page): Ditto.
3694         * wl-vars.el (wl-message-scroll-amount): Change default value
3695         to preserve current behavior.
3696
3697 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3698
3699         * wl-summary.el (wl-summary-prefetch-msg): Bind
3700         `wl-message-entity' to call `wl-summary-from-function'.
3701
3702 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3703
3704         * wl-message.el (wl-message-buffer-create): Run
3705         wl-message-buffer-created-hook.
3706
3707 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3708
3709         * wl-summary.el (wl-summary-sort-specs): New variable.
3710         (wl-summary-default-sort-spec): Ditto.
3711         (wl-summary-sort): Rewrite.
3712         (wl-summary-sort-by-list-info): New function.
3713
3714 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3715
3716         * wl-summary.el (wl-summary-get-list-info): New function.
3717         (wl-summary-sort): Rewrite.
3718         (wl-summary-line-list-info): Ditto.
3719         (wl-summary-line-list-count): Ditto.
3720         (wl-summary-refile-region): Fixed docstring.
3721
3722 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3723
3724         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3725         `wl-folder-entity-hashtb' as completion table.
3726
3727 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3730         only when this command is called interactively; silence the byte-
3731         compiler.
3732
3733 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3734
3735         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3736         active in XEmacs.
3737
3738 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3739
3740         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3741         plural lines.
3742
3743 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3746         of current line when the cursor is on the header name.
3747         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3748
3749 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3750
3751         * wl-util.el (wl-read-directory-name): Return displayed directory
3752         as the default value also on XEmacs.
3753
3754 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3757         formatting.
3758
3759 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3762         argument and when it is non-nil, check face property before
3763         highlighting for each line.
3764         (wl-highlight-summary-window): Set it.
3765
3766 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3767
3768         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3769         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3770
3771         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3772         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3773         (wl-draft-get-fcc-list): Likewise.
3774
3775 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3776
3777         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3778         (wl-thread-entity-cur): Ditto.
3779         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3780         wl-thread-indent-regexp setting.
3781         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3782
3783         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3784         wl-summary-lazy-highlight.
3785         (wl-summary-display-bottom): Ditto.
3786
3787         * wl-thread.el (wl-thread-open-close): Likewise.
3788
3789         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3790         from and subject;
3791         Bind wl-draft-use-frame;
3792         Enclose with save-window-excursion;
3793         Use wl-draft-create-buffer instead of with-temp-buffer;
3794         Use wl-draft-prepare-edit;
3795         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3796         Use wl-draft-send instead of wl-draft-raw-send.
3797
3798 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3799
3800         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3801         of using wl-from.
3802
3803 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3804
3805         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3806         insert-buffer instead of clone-buffer.
3807         (wl-draft-doing-mime-bcc): New variable.
3808         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3809         infinite loop.
3810         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3811
3812         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3813         (wl-draft-mime-bcc-body): Ditto.
3814
3815         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3816         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3817         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3818         wl-draft-do-mime-bcc.
3819         (wl-draft-mime-bcc-field): New function.
3820         (wl-draft-do-mime-bcc): Ditto.
3821
3822         * wl-address.el (wl-address-complete-header-list): New variable.
3823         (wl-address-complete-header-regexp): Changed default value.
3824
3825         * Version number is increased to 2.9.13.
3826
3827 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3828
3829         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3830         it is differed.
3831
3832 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3833
3834         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3835         (wl-summary-line-list-count): Ditto.
3836
3837 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3838
3839         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3840         (wl-nntp-posting-function): New variable.
3841         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3842         `wl-nntp-posting-config-alist'.
3843
3844 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3845
3846         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3847         FLIM.
3848
3849 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3850
3851         * wl-summary.el (wl-summary-target-mark-refile-sub):
3852         Remove a nuisance funcall.
3853
3854 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3855
3856         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3857         as t for `try-completion'.
3858
3859 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3860
3861         * wl-summary.el (wl-summary-default-from): Use
3862         wl-address-header-extract-address instead of
3863         std11-extract-address-components.
3864         (wl-summary-simple-from): Ditto.
3865         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3866         (wl-summary-insert-headers): Show message.
3867         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3868         for whole line.
3869         (wl-summary-default-from): Revert last change.
3870         (wl-summary-simple-from): Ditto.
3871         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3872         (wl-summary-mark-as-read-region): Follow the change above.
3873         (wl-summary-sync-marks): Ditto.
3874         (wl-summary-target-mark-mark-as-read): Ditto.
3875         (wl-summary-redisplay-internal): Ditto.
3876         (wl-summary-redisplay-no-mime-internal): Ditto.
3877         (wl-summary-redisplay-all-header): Ditto.
3878         (wl-summary-mark-as-read): Removed argument `cached';
3879         Use current cache status to set cache mark.
3880         (wl-summary-redisplay-internal): Follow the change above.
3881         (wl-summary-redisplay-no-mime-internal): Ditto.
3882         (wl-summary-redisplay-all-header): Ditto.
3883
3884         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3885
3886         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3887         Don't call itself recursively (Adviced by Yamaoka-san).
3888
3889 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3890
3891         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3892         bind wl-summary-highlight as nil to avoid error caused by missing
3893         local variables.
3894
3895 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3896
3897         * wl-vars.el (wl-invalid-character-message): New user option.
3898
3899         * wl-util.el (wl-set-string-width): If truncated string-width is
3900         larger than specified width, use `wl-invalid-character-message'.
3901
3902 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3903
3904         * wl-summary.el (wl-summary-prefetch-msg): 
3905         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3906
3907 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3908
3909         * wl-vars.el (wl-summary-check-line-format): New user option.
3910         (wl-summary-line-format-file): Ditto.
3911
3912         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3913         variable.
3914         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3915         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3916         and `wl-summary-view-old-p' to check whether do a rescan or not.
3917         (wl-summary-view-old-p): New function.
3918         (wl-summary-line-format-changed-p): Ditto.
3919         (wl-summary-line-format-save): Ditto.
3920         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3921
3922         * wl-util.el (wl-set-string-width): Avoid using negative number
3923         for make-string.
3924
3925 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3926
3927         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3928         return value.
3929
3930         * wl-util.el (wl-set-string-width): Added optional argument
3931         `padding' (All other related portions are changed).
3932         (wl-line-parse-format): If the first letter of column number is
3933         `0', zero-padding the result (ex: "%05l").
3934
3935         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3936
3937 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3938
3939         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3940         sequential summary view.
3941
3942 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3945         if it doesn't have a -unix version.
3946
3947 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3950
3951 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3954         content.
3955         (wl-draft): Follow the change above.
3956
3957         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3958
3959         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3960         and wl-folder-summary-line-format-alist contain %T and %P.
3961
3962         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3963         (wl-summary-mode-line-format): New user option.
3964         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3965         (wl-summary-line-format): Changed default value.
3966         (wl-summary-lazy-highlight): Changed default value.
3967
3968         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3969         change in wl-summary-create-line.
3970         (wl-thread-insert-entity-sub): Ditto.
3971
3972         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3973         (wl-summary-buffer-unread-status): Ditto.
3974         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3975         (wl-summary-buffer-persistent-mark-column): Ditto.
3976         (wl-summary-buffer-mode-line-formatter): Ditto.
3977         (wl-summary-buffer-mode-line): Ditto.
3978         (wl-summary-message-regexp): Abolished.
3979         (All other related portions are changed.)
3980         (wl-summary-detect-mark-position): New function.
3981         (wl-summary-buffer-set-folder): Setup
3982         wl-summary-buffer-mode-line-formatter.
3983         (wl-summary-mode): Setup selective-display;
3984         Setup pre-idle-hook when xemacs.
3985         (wl-summary-update-modeline): Rewrite.
3986         (wl-summary-jump-to-msg): Define as function;
3987         Changed regexp for searching messages.
3988         (wl-summary-message-number): Rewrite.
3989         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3990         Do rescan when old type summary cache.
3991         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3992         (wl-summary-remove-destination): Use '\r' to detect EOL.
3993         (wl-summary-print-destination): Ditto.
3994         (wl-summary-temp-mark): New inline function.
3995         (wl-summary-persistent-mark): Ditto.
3996         (wl-summary-line-number): New function.
3997         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3998         (wl-summary-line-list-count): New function.
3999         (wl-summary-create-line): Added argument persistent-mark.
4000         (All other related portions are changed)
4001         (wl-summary-create-line): Insert '\r'.
4002         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4003         (wl-summary-cursor-move-surface): New inline function.
4004         (wl-summary-prev): Use it.
4005         (wl-summary-next): Ditto.
4006
4007         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4008         wl-summary-message-regexp.
4009         (wl-highlight-summary): Delete progress message.
4010         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4011
4012         * Version number is increased to 2.9.12.
4013
4014 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4017         variable (nil: no minimum).
4018         (wl-summary-line-subject): Add some spaces after subject by
4019         wl-summary-line-subject-minimum-length.
4020
4021 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4022
4023         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4024         and removed `F'.
4025         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4026         change above).
4027
4028 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-summary.el (wl-summary-line-list-count): Reverted.
4031         (example setting in samples/*/dot.wl is also updated)
4032
4033 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4034
4035         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4036
4037         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4038
4039         * wl-vars.el (wl-summary-line-format): Addes some description to the
4040         docstring.
4041
4042         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4043         (wl-summary-line-close-bracket): Ditto.
4044         (wl-summary-line-children-number): Ditto.
4045         (wl-summary-line-thread-indent): Ditto.
4046         (wl-summary-line-children-and-from): Ditto.
4047
4048         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4049         't', 'c', 'F' and added 'C'.
4050
4051         * wl-util.el (wl-set-string-width): Accept negative value.
4052         (wl-line-parse-format): Added "%number(" and "%)".
4053
4054 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4055
4056         * wl-summary.el (wl-summary-line-list-count): Change format of the
4057         return value.
4058
4059 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4060
4061         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4062         from the recent message.el.
4063         (wl-draft-point-in-header-p): Ditto.
4064         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4065         wl-draft-beginning-of-line.
4066         * wl-e21.el (wl-draft-mode-map): Ditto.
4067         * wl-xmas.el (wl-draft-mode-map): Ditto.
4068
4069         * wl-folder.el: Sort macrodefs by dependencies.
4070
4071 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4072
4073         * wl-summary.el (wl-summary-prev): Fixed regexp.
4074         (wl-summary-next): Ditto.
4075
4076 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4077
4078         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4079
4080 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4081
4082         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4083         for backward compatibility.
4084
4085 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4086
4087         * wl-summary.el (wl-summary-line-list-count): New function, merged
4088         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4089         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4090         list counts.
4091
4092 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4093
4094         * wl-summary.el (wl-summary-create-line): Ignore errors while
4095         timezone-fix-time.
4096
4097         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4098
4099         * wl-summary.el (wl-summary-sync-update): Ditto.
4100         (wl-summary-default-from): Use wl-message-entity
4101         instead of entity.
4102
4103         * wl-summary.el (wl-summary-create-line): Fix.
4104
4105         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4106         (wl-summary-line-format): New user option.
4107         (wl-folder-summary-line-format-alist): Ditto.
4108         (wl-summary-from-width): Abolished.
4109
4110         * wl-util.el (toplevel): Require 'bytecomp.
4111         (wl-line-parse-format): New function.
4112         (wl-line-formatter-setup): New macro.
4113
4114         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4115         (wl-summary-buffer-line-formatter): New buffer local variable.
4116         (wl-summary-switch-to-clone-buffer): Follow the change above.
4117         (wl-summary-message-regexp): Fix.
4118         (wl-summary-from-func-internal): Abolished.
4119         (wl-summary-subject-func-internal): Ditto.
4120         (wl-summary-subject-filter-func-internal): Ditto.
4121         (All other related portions are changed.)
4122         (wl-summary-buffer-set-folder):
4123         Set up wl-summary-buffer-number-column and 
4124         wl-summary-buffer-line-formatter
4125         (All other related portions are changed.)
4126         (wl-summary-buffer-number-column-detect): Abolished.
4127         (All other related portions are changed.)
4128         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4129         (wl-summary-delete-all-temp-marks-on-buffer): Use
4130         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4131         (wl-summary-target-mark-delete): Ditto.
4132         (wl-summary-target-mark-refile-subr): Ditto.
4133         (wl-summary-target-mark-mark-as-read): Ditto.
4134         (wl-summary-target-mark-mark-as-unread): Ditto.
4135         (wl-summary-target-mark-mark-as-important): Ditto.
4136         (wl-summary-target-mark-save): Ditto.
4137         (wl-summary-replace-status-marks): Renamed from
4138         wl-summary-set-status-marks-on-buffer;
4139         Use wl-summary-message-regexp instead of
4140         wl-summary-buffer-number-regexp.
4141         (wl-summary-sync-update): Follow the change above.
4142         (wl-summary-goto-previous-message-beginning): New function.
4143         (wl-summary-mark-as-unread): Use it.
4144         (wl-summary-mark-as-important): Ditto.
4145         (wl-summary-line-formatter): New variable.
4146         (wl-summary-line-year): New function.
4147         (wl-summary-line-day): Ditto.
4148         (wl-summary-line-day-of-week): Ditto.
4149         (wl-summary-line-hour): Ditto.
4150         (wl-summary-line-minute): Ditto.
4151         (wl-summary-line-open-bracket): Ditto.
4152         (wl-summary-line-close-bracket): Ditto.
4153         (wl-summary-line-children-number): Ditto.
4154         (wl-summary-line-thread-indent): Ditto.
4155         (wl-summary-line-size): Ditto.
4156         (wl-summary-line-subject): Ditto.
4157         (wl-summary-line-from): Ditto.
4158         (wl-summary-line-children-and-from): Ditto.
4159         (wl-summary-create-line): Rewritten.
4160         (wl-summary-format-date): Abolished.
4161
4162         * wl-highlight.el (wl-highlight-summary-current-line): Use
4163         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4164         Use thread structure to detect thread top message.
4165
4166         * wl-draft.el (wl-default-draft-cite): Don't use
4167         wl-summary-from-func-internal.
4168
4169         * wl-refile.el (wl-refile-subject-learn): Don't use
4170         wl-summary-subject-filter-func-internal.
4171         (wl-refile-guess-by-subject): Ditto.
4172
4173         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4174         parameters.
4175
4176         * wl-thread.el (wl-thread-update-indent-string-region):
4177         Use wl-thread-update-line-on-buffer instead of
4178         wl-thread-update-indent-string.
4179         (wl-thread-update-children-number): Redefine using
4180         wl-thread-update-line-on-buffer.
4181         (wl-thread-update-indent-string): Abolished.
4182
4183         * Version number is increased to 2.9.11.
4184
4185 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4186
4187         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4188         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4189         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4190
4191         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4192         as nil.
4193
4194         * wl-thread.el (wl-thread-open-all-unread): Use 
4195         elmo-folder-list-messages-mark-match.
4196         (wl-thread-insert-message): Removed argument `mark-alist'.
4197         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4198         elmo-msgdb-set-mark.
4199         (wl-thread-get-children-msgs-uncached): Likewise.
4200         (wl-thread-get-exist-children): Added argument include-self.
4201         (wl-thread-delete-message): Follow the change above.
4202
4203         * wl-summary.el (wl-summary-count-unread): Removed argument.
4204         (wl-summary-rescan): Follow the change above.
4205         (wl-summary-mark-as-read-region): Ditto
4206         (wl-summary-mark-as-unread-region): Ditto.
4207         (wl-summary-delete-messages-on-buffer): Ditto.
4208         (wl-summary-sync-update): Ditto.
4209         (wl-summary-switch-to-clone-buffer): Ditto.
4210         (wl-summary-goto-folder-subr): Ditto.
4211         (wl-summary-target-mark-mark-as-read): Ditto.
4212         (wl-summary-target-mark-mark-as-unread): Ditto.
4213         (wl-summary-target-mark-mark-as-important): Ditto.
4214         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4215         (wl-summary-update-thread): Removed argument `mark-alist'.
4216         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4217         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4218         (wl-summary-resume-cache-status): Likewise.
4219         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4220         elmo-msgdb-set-mark.
4221         (wl-summary-mark-as-read-all): Likewise.
4222         (wl-summary-delete-cache): Ditto.
4223         (wl-summary-auto-select-msg-p): Ditto.
4224         (wl-summary-mark-as-unread): Ditto.
4225         (wl-summary-no-auto-refile-message-p): Ditto.
4226         (wl-summary-mark-as-read): Ditto.
4227         (wl-summary-mark-as-important): Ditto.
4228         (wl-summary-auto-refile): Follow the change above.
4229         (wl-summary-delete-all-marks): Removed.
4230         (wl-summary-resume-marks-and-highlight): Ditto.
4231         (wl-summary-resume-marks): Ditto.
4232         (wl-summary-delete-important-msgs-from-list): Ditto.
4233         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4234
4235         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4236         wl-summary-count-unread.
4237
4238         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4239         (wl-summary-score-update-all-lines): Use
4240         elmo-msgdb-set-mark.
4241
4242 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4243
4244         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4245         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4246         (wl-summary-create-line): Renamed from
4247         wl-summary-overview-create-summary-line;
4248         Argument rearrangement.
4249         (wl-summary-update-thread): Follow the change above.
4250
4251         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4252         (wl-thread-insert-entity-sub): Likewise.
4253
4254         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4255         argument `overview', `mark-alist' and added `msgdb'.
4256
4257         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4258
4259         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4260         (wl-summary-rescan): Follow the change above.
4261         (wl-summary-sync-update): Ditto.
4262         (wl-summary-insert-thread-entity): Ditto;
4263         Don't use `let*' in every while loop;
4264         Detect infinite loop of threads.
4265         (wl-summary-update-thread): Removed argument `overview'.
4266
4267         * wl-thread.el (wl-thread-insert-message): Ditto.
4268
4269         * Version number is increased to 2.9.10.
4270
4271         * wl-message.el (wl-message-redisplay): Ignore errors while
4272         wl-message-redisplay-hook.
4273
4274 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4277
4278 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl.el (wl): inhibit-quit while wl-folder.
4281
4282 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4283
4284         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4285         while msgdb access.
4286
4287 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4288
4289         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4290         even if no folder is not created.
4291
4292 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4295
4296         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4297         implementation.
4298         (wl-summary-target-mark-thread): Ditto.
4299
4300         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4301
4302 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4303
4304         * wl-util.el (wl-display-bytes): Remove unused function.
4305
4306 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4309         seems critical one (partially reverse the change in 2002/03/17).
4310
4311 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4314         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4315
4316 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4317
4318         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4319         is not writable.
4320         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4321         plugged status instead of `'force' as 2nd argument.
4322
4323         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4324         is not creatable.
4325
4326         * Version number is increased to 2.9.9.
4327
4328 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4329
4330         * wl-summary.el (wl-summary-suspend): New function.
4331
4332 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl.el (wl): Do not check variables if check is nil.
4335         * wl-utils.el (wl-collect-draft): New function.
4336         * wl-folder.el (wl-folder-suspend): Put summary buffers
4337         and draft buffers at the end of buffer list.
4338         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4339
4340 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4341
4342         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4343         loop instead of recursive call.
4344
4345         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4346         2nd argument.
4347
4348 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4349
4350         * wl-draft.el (wl-draft-create-contents): Don't take neither
4351         (function . args) nor (string . something) any more.
4352
4353         * wl-version.el (wl-generate-user-agent-string): Return string
4354         without header symbol.
4355         * wl-draft.el (wl-draft-default-headers): Use it.
4356
4357         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4358         `wl-draft-insert-ccs' and return field value instead of inserting
4359         the header. Abolish cc argument.
4360         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4361
4362         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4363         rather than one with string car.
4364
4365         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4366         * wl-draft.el (wl-draft-create-contents): Add it after the default
4367         headers.
4368
4369         * wl-draft.el (wl-draft-create-contents): For the case of
4370         (symbol-or-string . function) insert header only when the function
4371         returns string value.
4372
4373 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4376         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4377
4378 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4379
4380         * wl.el (wl-check-environment): Don't check Message-ID when
4381         `wl-insert-message-id' is nil.
4382         Revive checking if `wl-message-id-domain' contains "@".
4383
4384 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl.el (wl-check-environment): Merge examination for "@" at
4387         inappropriate position into the first string-match.
4388
4389         * wl-summary.el (wl-summary-target-mark-print): New function.
4390         (wl-summary-pipe-message-subr): Extracted from
4391         `wl-summary-pipe-message'.
4392         (wl-summary-target-mark-pipe): New function.
4393         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4394         `wl-summary-target-mark-pipe'.
4395
4396 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4397
4398         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4399
4400 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl.el (wl-check-environment): Use elmo-warning instead of
4403         error for non-critical ones.
4404         Remove trash folder check.
4405         (wl): Don't ignore error in wl-check-environment.
4406
4407         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4408         check, which is moved from `wl-check-environment'.
4409         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4410
4411 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4414         guess anything, call wl-summary-write.
4415         (wl-summary-write): Create draft with blank To field.
4416         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4417
4418 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4419
4420         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4421         argument full as well for wl-folder-write-current-folder.
4422         If wl-*-write-current-folder cannot guess addressee, add blank
4423         To header.
4424         Rewrite condition for positioning cursor.
4425
4426 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4427
4428         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4429         summary buffer is present, use it.
4430         (wl-folder-jump-to-previous-summary): Ditto.
4431
4432 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4435
4436         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4437         wl-summary-previous-buffer and wl-summary-next-buffer.
4438
4439         * wl-folder.el (wl-folder-mode-map): Bind
4440         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4441         (wl-folder-jump-to-next-summary): New function.
4442         (wl-folder-jump-to-previous-summary): Ditto.
4443
4444         * wl-draft.el (wl-draft): Rearranged.
4445
4446 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4449         of header.
4450         (wl-draft): Collect arguments for the header as header-alist.
4451         (wl-draft-forward): Arrange arguments for wl-draft.
4452         (wl-draft-reply): Ditto.
4453         (wl-draft-edit-string): Ditto.
4454         * wl-summary.el (wl-summary-write): Ditto.
4455         (wl-summary-write-current-folder): Ditto.
4456
4457         * Version number is increased to 2.9.8.
4458
4459 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4462
4463         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4464
4465         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4466         even if the guess failed.
4467
4468         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4469         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4470         wl-summary-write-current-folder.
4471         * wl-xmas.el: Ditto.
4472
4473 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4474
4475         * wl-summary.el (wl-summary-next-page): Force display message if
4476         message is not displayed yet.
4477         (wl-summary-prev-page): Ditto.
4478
4479 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4480
4481         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4482
4483 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4486         add "Preview Message" and "Save Draft and Exit".
4487
4488 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4489
4490         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4491         if addrmgr is called from draft in splitted window.
4492
4493         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4494         * wl-mule.el: Ditto.
4495         * wl-xmas.el: Ditto.
4496
4497 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4500
4501         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4502         * wl-xmas.el (wl-folder-toolbar): Ditto.
4503
4504 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4507         and wl-draft-save-and-exit.
4508         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4509         * wl-xmas.el: Ditto.
4510         * wl-mule.el: Ditto.
4511
4512         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4513         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4514
4515 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4516
4517         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4518         lists for saving buffer.
4519
4520 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4521
4522         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4523         parent-folder argument instead of it.
4524         (wl-draft-create-buffer): Ditto.
4525         (wl-draft-forward): Ditto.
4526         (wl-draft-reply): Ditto.
4527         * wl-summary.el (wl-summary-write): Ditto.
4528         (wl-summary-write-current-folder): Ditto.
4529
4530         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4531         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4532         Folder buffer after composing.
4533
4534 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4537         header if the file `wl-x-face-file' already contains it.
4538
4539 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4540
4541         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4542         folder" entry.
4543         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4544         * wl-e21.el (wl-folder-toolbar): Ditto.
4545         * wl-xmas.el (wl-folder-toolbar): Ditto.
4546
4547 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4550         wl-folder-goto-folder with sticky argument.
4551         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4552
4553 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4556         and wl-summary-previous-buffer.
4557         (wl-summary-next-buffer): New function.
4558         (wl-summary-previous-buffer): Ditto.
4559
4560 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4563         wl-folder-jump-to-current-entity-with-arg.
4564         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4565         `wl-folder-jump-to-current-entity'.
4566         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4567         `wl-summary-goto-folder-sticky'.
4568         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4569         `wl-summary-goto-folder'.
4570         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4571         Unless force-exit, do not clean temp. marks for sticky summary.
4572         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4573
4574 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4575
4576         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4577         not entire.
4578
4579 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4580
4581         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4582         to `C-x C-s'.
4583         (wl-summary-save-status): New command.
4584         (wl-summary-exit): Don't clean-up temp marks when sticky.
4585         (Applied patch from Nakayama-san [wl: 09548])
4586         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4587         Do nothing when no mark data.
4588         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4589         Call `wl-summary-delete-all-temp-marks' before saving.
4590
4591 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4592
4593         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4594
4595 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * wl.el (wl-check-environment): Also cause error when (system-name)
4598         returns "localhost.localdomain". (Although it doesn't affect because
4599         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4600
4601 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4602
4603         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4604         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4605
4606         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4607         value.
4608
4609 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4612         Likewise r-cc-list and r-ng-list.
4613
4614 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4617         only if it is bound as variable.
4618
4619         * wl-mime.el (wl-draft-preview-message): Ditto.
4620
4621 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4622
4623         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4624         needless `goto-char'.
4625
4626         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4627         `wl-summary-redisplay-no-mime-internal' instead of
4628         `wl-summary-redisplay-no-mime'.
4629         (wl-summary-redisplay-no-mime): Changed argument;
4630         Call `wl-summary-redisplay-no-mime-internal'.
4631
4632         * wl-mime.el (wl-draft-preview-message): Bind
4633         `mime-header-encode-method-alist' locally.
4634
4635         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4636         (wl-draft-std11-parse-addresses): Added the first address check.
4637         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4638
4639         * Version number is increased to 2.9.7.
4640
4641 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4642
4643         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4644
4645 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4646
4647         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4648         related to scrollbar support, if there is no such a feature
4649         compiled in.
4650
4651 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4652
4653         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4654         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4655         for prefetch.
4656
4657 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-summary.el (wl-summary-pick): Fix for no match.
4660
4661 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4662
4663         * wl-draft.el (wl-draft-save):
4664         Override `mime-header-encode-method-alist'.
4665
4666 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-folder.el (wl-folder-pick): New function.
4669         Define key as "?".
4670
4671 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4674         Fix for unplugged.
4675
4676 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-folder.el (wl-folder-virtual): New function.
4679         Define key as "V".
4680
4681 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4682
4683         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4684         multi folder if entity is group.
4685
4686 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4687
4688         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4689         is nil.
4690
4691 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4692
4693         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4694         (wl-summary-target-mark-msgs): Return the number of marked messages.
4695
4696 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4697
4698         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4699         "first:" is specified.
4700
4701 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-vars.el (wl-from): Use return value of function
4704         user-full-name instead of the variable user-full-name since
4705         XEmacs-20.4 doesn't set this variable.
4706
4707 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4710         call `wl' directly.
4711
4712 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4713
4714         * wl-draft.el (wl-draft-reedit): Removed duplicated
4715         switch-to-buffers.
4716
4717 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * wl.el (wl-other-frame): Removed garbages.
4720
4721 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4722
4723         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4724
4725         * wl-xmas.el (wl-draft-key-setup): Ditto.
4726
4727         * wl-mule.el (wl-draft-key-setup): Ditto.
4728
4729         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4730         (wl-draft-reedit): Ditto.
4731         (wl-draft-prepare-edit): Add `wl-draft-save' to
4732         `local-write-file-hooks'.
4733         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4734         (wl-draft-reedit): Set buffer-file-name.
4735         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4736
4737
4738         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4739         call it.
4740         (wl-delete-startup-frame-function): New variable.
4741         (wl-other-frame): New function
4742         (Original was written by Yamaoka san [wl: 09239]).
4743
4744         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4745         if `wl-folder-use-frame'.
4746
4747 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4748
4749         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4750
4751 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4752
4753         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4754         New variable.
4755         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4756         (wl-message-buffer-prefetch-get-next): Use them.
4757         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4758
4759 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4762         with unwind-protect.
4763
4764         * wl-draft.el (wl-draft-reedit): Rewrite.
4765         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4766         (wl-draft-save): Insert header separator if it does not exist;
4767         Removed condition-case.
4768
4769         * wl-summary.el (wl-summary-reedit): Revert last change.
4770
4771         * wl-draft.el (wl-draft-save): Rewrite.
4772         (wl-draft-create-buffer): Set buffer-file-name as nil.
4773
4774         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4775
4776         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4777
4778         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4779         nil.
4780
4781 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4782
4783         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4784         If count is nil, do not prefetch.
4785         (wl-message-buffer-prefetch-next): Next.
4786
4787 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4788
4789         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4790
4791 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4792
4793         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4794         `delete-backward-char'
4795         (wl-draft-prepare-edit): Check major-mode.
4796         (wl-draft-decode-header): Rewrite.
4797         (wl-draft): Fix.
4798
4799 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4800
4801         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4802
4803 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4804
4805         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4806         (wl-message-buffer-prefetch-get-next): Remove size checking.
4807         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4808
4809 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4810
4811         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4812         (wl-draft-default-headers): Fix.
4813
4814 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-draft.el (wl-draft-default-headers): Insert return value of
4817         `wl-generate-mailer-string-function'.
4818
4819 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4822         (wl-draft-insert-mail-header-separator): Ditto.
4823
4824         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4825         again (Reverted the change on 2002-01-17 by OKADA san).
4826
4827 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4828
4829         * wl-draft.el (wl-draft): Rewrite.
4830         (wl-draft-create-buffer): New function.
4831         (wl-draft-create-contents): Ditto.
4832         (wl-draft-prepare-edit): Ditto.
4833         (wl-draft-decode-header): Ditto.
4834         (wl-draft-decode-body): Ditto.
4835         (wl-draft-check-new-line): Ditto.
4836         (wl-draft-default-headers): Ditto.
4837         (wl-draft-insert-mail-header-separator): Ditto.
4838
4839 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4840
4841         * Version number is increased to 2.9.6.
4842
4843 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4844
4845         * wl-draft.el (wl-draft-delete-field): Optional argument.
4846         (wl-draft-delete-fields): Ditto.
4847
4848 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4849
4850         * wl-message.el (toplevel): Eliminated byte-compile warning.
4851         for `itimer-function', `delete-timer' and `itimer-list'.
4852
4853 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4854
4855         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4856         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4857         `wl-message-buffer-prefetch-threshold'.
4858         * wl-summary.el (wl-summary-redisplay-internal): Remove
4859         the check of `wl-message-buffer-prefetch-depth'.
4860
4861 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4862
4863         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4864         size of article.
4865         (wl-message-buffer-prefetch-subr): Remove size check.
4866
4867 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4868
4869         * wl-vars.el (wl-plugged): Make customizable.
4870
4871 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4872
4873         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4874         (wl-message-buffer-prefetch-set-timer): New function.
4875         (wl-message-buffer-prefetch-get-next): New function.
4876         (wl-message-buffer-prefetch): New function.
4877         (wl-message-buffer-prefetch-next): Rewrite.
4878         (wl-message-buffer-prefetch-subr): Rewrite.
4879         * wl-vars.el (wl-auto-prefetch-first): New variable.
4880         * wl-summary.el (wl-summary-goto-folder-subr): Call
4881         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4882
4883 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4884
4885         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4886         `wl-summary-unread-message-hook'.
4887
4888 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4889
4890         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4891         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4892         if range is `cache-status'.
4893
4894 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4895
4896         * wl-message.el (wl-message-buffer-prefetch-subr):
4897         Improve debug message.
4898
4899 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4900
4901         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4902         `wl-mail-send-pre-hook'.
4903         (wl-draft-send-mail-with-qmail): Ditto.
4904         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4905
4906 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * wl-message.el (wl-message-buffer-prefetch-subr):
4909         Fix for cancel-function-timers bug.
4910         (wl-message-buffer-prefetch-debug): Default value is t.
4911
4912 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4913
4914         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4915         (wl-message-buffer-prefetch-subr): Rewrite.
4916         Rename from `wl-message-buffer-prefetch'.
4917
4918 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4919
4920         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4921         (wl-default-draft-cite-decorate-author): Ditto.
4922
4923         * wl-draft.el (wl-draft-cite-function): Removed.
4924         (wl-default-draft-cite-decorate-author): Ditto.
4925
4926 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4927
4928         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4929         (wl-default-draft-cite): Do not arrange author name if the value of
4930         `wl-default-draft-cite-decorate-author' is nil.
4931
4932 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4933
4934         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4935
4936         * wl-folder.el (wl-folder-check-one-entity): Don't care
4937         `elmo-folder-use-flag-p'.
4938
4939 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4940
4941         * wl-folder (wl-folder-check-one-entity): Fix
4942         problem if unread is nil.
4943
4944 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4945
4946         * wl-address.el (wl-address-make-completion-list): Check whether
4947         the address is a group list.
4948         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4949
4950 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4951
4952         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4953         The number of the messages of new and unread does not count
4954         correctly.
4955
4956         * wl-summary.el (wl-summary-count-unread): Changed to return
4957         `(new . unread)' instead of total.
4958         (wl-summary-sync-update): Follow the change above.
4959
4960         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4961
4962 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4963
4964         * wl-address.el (wl-address-make-completion-list): Do not enclose
4965         address by " <" and ">" if associated realname is "".
4966         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4967         This is against the promblem with group list in .addresses pointed
4968         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4969
4970 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4971
4972         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4973         message is a format control string.
4974         * wl-expire.el (wl-expire-append-log): Ditto.
4975         * wl-mime.el (wl-summary-burst-subr): Ditto.
4976         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4977         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4978
4979 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4980
4981         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4982         wl.el (wl-check-variables): Rename from `wl-check-type'.
4983         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4984         (wl-check-variables-2): New function.
4985         (wl): Call `wl-check-variables-2'.
4986
4987 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4990         after renaming folder in access group.
4991
4992 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4993
4994         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4995         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4996         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4997         (wl-message-buffer-prefetch): Rewrite.
4998         (wl-message-buffer-prefetch-idle-time): Removed.
4999         * wl-summary.el (wl-summary-redisplay-internal):
5000         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5001         Error check for `wl-message-buffer-prefetch-depht'.
5002
5003 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5004
5005         * Version number is increased to 2.9.5.
5006         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5007
5008 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5009
5010         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5011         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5012         Based on the patch written by
5013         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5014
5015 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-draft.el (wl-draft-raw-send): Fix for
5018         `wl-news-send-pre-hook'
5019
5020 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5021
5022         * wl-utils.el (wl-message-id-function): New variable.
5023         * wl-draft.el (wl-draft-insert-required-fields):
5024         Use `wl-message-id-function'.
5025
5026 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5027
5028         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5029         * wl-utils.el (wl-draft-make-message-id-string):
5030         Use `wl-from' for domain part of Message-ID
5031         if `wl-message-id-use-wl-from' if non-nil.
5032         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5033
5034 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5035
5036         * wl.el (wl): Call `wl-check-type'
5037         Do not 'condition-case'.
5038
5039 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5040
5041         * wl.el (wl-check-type): New function.
5042         (wl-check-type-variables): New variable.
5043
5044 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5045
5046         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5047
5048 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-draft.el (wl-smtp-password-key): New function.
5051         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5052         (wl-draft-send-mail-with-smtp): Ditto.
5053         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5054
5055 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5056
5057         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5058         * wl-utils.el (wl-unique-id-suffix): Remove.
5059
5060 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5061
5062         * Version number is increased to 2.9.4.
5063
5064 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5065
5066         * wl-utils.el (wl-unique-id-suffix): New variable.
5067         (wl-unique-id): Use `wl-unique-id-suffix'
5068
5069 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5070
5071         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5072         instead of `elmo-msgdb-search'.
5073
5074         * Version number is increased to 2.9.3.
5075
5076 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5077
5078         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5079
5080 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5081
5082         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5083         (wl-draft-dispatch-message): Changed for send-later.
5084         (wl-draft-queue-flush): Ditto.
5085         (wl-draft): Clear `wl-sent-message-queued'.
5086         (wl-draft-reedit): Ditto.
5087         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5088         * wl-vars.el (wl-draft-force-queuing): New variable.
5089         (wl-draft-force-queuing-mail): New variable.
5090         (wl-draft-force-queuing-news): New variable.
5091
5092 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5095         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5096
5097 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5098
5099         * Version number is increased to 2.9.2.
5100
5101 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * wl-draft.el (wl-draft-elide-region): New user command.
5104         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5105
5106         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5107         command `wl-draft-elide-region'.
5108         * wl-mule.el: Ditto.
5109         * wl-xmas.el: Ditto.
5110
5111 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5114         (wl-biff-check-folder-async): Removed needless let.
5115
5116 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5119         wl-folder-get-elmo-folder.
5120         (wl-biff-check-folder): Set `biff' argument of
5121         `wl-folder-check-one-entity'.
5122         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5123
5124         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5125         (wl-folder-check-one-entity): Added `biff' argument;
5126         Setup `biff' slot of folder.
5127
5128         * Version number is increased to 2.9.1.
5129
5130 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5133         comment out and fixed.
5134         (wl-fldmgr-add-completion-subr): Ditto.
5135
5136         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5137         and msgdb.
5138
5139         * wl.el (wl-toggle-plugged): Save summary view.
5140
5141 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5144
5145 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5146
5147         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5148
5149 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5152         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5153         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5154
5155         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5156         if it was failed.
5157         (wl-demo): Disable undo in the demo buffer.
5158
5159 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * wl-version.el (wl-version): Changed codename.
5162
5163         * Version number is increased to 2.9.0.
5164
5165 2001-12-14  Takuo KITAME <kitame@northeye.org>
5166
5167         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5168         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5169         (wl-folder-mark-as-read-all-current-entity): Ditto.
5170
5171 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5172
5173         * wl-vars.el (wl-from-width): Define as obsolete variable.
5174         (wl-subject-length-limit): Ditto.
5175
5176         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5177
5178         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5179         wl-summary-save-view.
5180
5181         * wl.el (wl-save-status): Ditto.
5182         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5183
5184         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5185         (wl-summary-exit): Follow the change above.
5186         (wl-summary-goto-folder-subr): Ditto.
5187
5188         * wl-folder.el (wl-folder-create-subr): Don't use
5189         `elmo-folder-creatable-p'.
5190
5191 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5194
5195 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5198         rather than bitmap on Emacs 21.
5199         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5200         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5201         for xbm if the new redisplay engine is not available.
5202
5203 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5204
5205         * wl-folder.el (wl-folder-init-hook): New hook.
5206         (wl-folder-init): Run `wl-folder-init-hook'.
5207
5208 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5211
5212 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5213
5214         * wl-acap.el (wl-acap-cache-filename): New variable.
5215         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5216         (wl-acap-init): Use cache if no ACAP server found.
5217
5218 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5219
5220         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5221         `wl-acap-original-msgdb-dir'.
5222
5223         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5224         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5225
5226         * wl-mime.el (wl-mime-save-directory): Renamed from
5227         `wl-mime-save-dir'.
5228
5229 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5232
5233         * wl-demo.el: Require `path-util'.
5234         (wl-demo-bitmap-mule-available-p): New internal variable.
5235         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5236         `module-installed-p' instead.
5237         (wl-demo-insert-image): Use *.img file for a bitmap image.
5238         (wl-demo): Don't call the ascii demo recursively.
5239
5240 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5241
5242         * Version number is increased to 2.7.7.
5243
5244 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl.el (wl-exit): Eliminated byte-compile warning.
5247
5248 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5249
5250         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5251         obsolete variable using `elmo-define-obsolete-variable'.
5252         (wl-fetch-confirm-threshold): Ditto.
5253         (wl-cache-prefetch-folder-type-list): Ditto.
5254         (wl-cache-prefetch-folder-list): Ditto.
5255
5256 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5259         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5260         (wl-demo-insert-image): New function.
5261         (wl-demo-insert-text): New function.
5262         (wl-demo-image-type-alist): Redefine as a function.
5263         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5264         (wl-demo-with-temp-file-buffer): Removed.
5265         (wl-logo-xpm): Removed.
5266         (wl-logo-xbm): Removed.
5267         (wl-logo-bitmap): Removed.
5268
5269 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5270
5271         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5272         (wl-expire-localdir-get-folder-function): New user option.
5273         (wl-expire-localdir-get-folder): New function.
5274         (wl-expire-localdir-date): Ditto.
5275
5276 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5277
5278         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5279         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5280         Fixed unread number mismatch when all-unread < unread.
5281
5282 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5283
5284         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5285         (wl-fetch-confirm-threshold): Ditto.
5286
5287         * wl-summary.el (wl-summary-confirm-appends): Removed.
5288         (wl-summary-sync-update): Don't refer
5289         `wl-summary-update-confirm-threshold' (It is now abolished).
5290
5291         * wl-message.el (wl-message-display-internal): Don't refer
5292         `wl-fetch-confirm-threshold' (It is now abolished).
5293
5294 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5297
5298 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5301         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5302         Change default value to nil.
5303         (wl-summary-indent-length-limit): The value can be nil, nil means
5304         unlimited.
5305
5306         * wl-summary.el: Don't set limit for indent length if the value of
5307         wl-summary-indent-length-limit is nil.
5308         If the value of wl-summary-width is nil, it means only that the width
5309         of summary is unlimited (nil doesn't mean that the indent length is
5310         unlimited).
5311
5312         * wl-thread.el: Ditto.
5313
5314 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5315
5316         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5317         be nil, nil means never confirm.
5318         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5319
5320 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5323         means unlimited).
5324
5325 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5328         Use `with-temp-buffer'.
5329
5330 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5333         with new backquote style).
5334         (wl-folder-get-entity-from-buffer): Ditto.
5335
5336 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5337
5338         * wl-version.el (nemacs-version): Eliminated.
5339         (wl-extended-emacs-version2): Ignore nemacs.
5340         (wl-extended-emacs-version3): Ditto.
5341
5342 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5343
5344         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5345         (wl-draft-add-in-reply-to): New variable.
5346         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5347         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5348         (wl-draft-yank-from-mail-reply-buffer): Use
5349         `wl-draft-add-in-reply-to'.
5350         (wl-draft-insert-current-message): Ditto.
5351
5352 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5353
5354         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5355         typo (kill->hide).
5356         (wl-message-buffer-prefetch-folder-type-list): Added elements
5357         `mark' and `cache' instead of `internal'.
5358
5359 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5362         resume msgdb directory.
5363
5364 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * wl.el (wl-exit): Call `wl-acap-exit'.
5367
5368         * wl-summary.el (wl-summary-message-string): New function.
5369         (wl-summary-reedit): Use it.
5370         (wl-summary-resend-bounced-mail): Remove needless let.
5371         (wl-summary-supersedes-message): Ditto.
5372         (wl-summary-save): Ditto.
5373
5374         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5375         (wl-acap-init): Set it.
5376         (wl-acap-exit): New function.
5377
5378 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5379
5380         * wl.el (wl-init): Revert (require 'mime-setup). move from
5381         toplevel.
5382
5383 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5384
5385         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5386         local variables.  Add error when guess function return invalid
5387         value.
5388
5389 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5390
5391         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5392         Change local variable name.
5393         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5394         (wl-folder-get-newsgroups): Return nil when non-news folder.
5395         * wl-summary.el (wl-summary-write-current-folder): State through
5396         when guess-list return nil.
5397         (wl-summary-write-current-folder-functions): Fixed docstring.
5398
5399         * wl.el (wl-exit): Changed confirm message.
5400
5401         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5402         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5403
5404         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5405
5406 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5407
5408         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5409         user option (Renamed from wl-cache-prefetch-folder-type-list).
5410         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5411         from wl-cache-prefetch-folder-list).
5412
5413         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5414         Move to wl-vars.el.
5415         (wl-message-buffer-prefetch-p): Changed to enable
5416         `wl-message-buffer-prefetch-folder-list'.
5417
5418         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5419         `ignore-cache'.
5420
5421 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5422
5423         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5424         `part-top' and `part-bottom'.
5425         (wl-draft-config-sub-part-top): New function.
5426         (wl-draft-config-sub-part-bottom): New function.
5427
5428 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5429
5430         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5431
5432 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5433
5434         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5435
5436 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5437
5438         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5439
5440         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5441         (wl-summary-write-current-folder): Ditto.
5442
5443 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5444
5445         * wl-folder.el (wl-folder-get-newsgroups): Use
5446         `elmo-folder-newsgroups'.
5447
5448 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5449
5450         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5451         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5452         `wl-draft-config-sub-header-bottom'.
5453
5454 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5455
5456         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5457         localnews folder.
5458
5459 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5460
5461         * wl-summary.el (wl-summary-mode): Undo last change.
5462
5463         * wl-folder.el (wl-folder-mode): Ditto.
5464
5465 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5466
5467         * wl-summary.el (wl-summary-mode): Locally set
5468         truncate-partial-window-width to nil.
5469         (for XEmacs)
5470
5471         * wl-folder.el (wl-folder-mode): Ditto.
5472
5473 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5476
5477 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5480         number.
5481
5482         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5483
5484         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5485
5486         * Version number is increased to 2.7.6.
5487
5488 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5491
5492 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-summary.el (wl-summary-sync-update): Enclose network
5495         related portion with `unwind-protect'.
5496
5497 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5498
5499         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5500
5501 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5502
5503         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5504         element.
5505         * wl-vars.el (wl-message-body-button-alist): Ditto.
5506
5507         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5508         max match length.
5509         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5510
5511         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5512         for the max match length;
5513         Use 4th element value for the button string regexp group.
5514
5515         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5516         candidate exists, prompt to select.
5517
5518 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5519
5520         * wl-summary.el (wl-summary-jump-to-msg): Search before
5521         calibration point by `beginning-of-line'.
5522
5523 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5526         for access group.
5527
5528 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5529
5530         * wl-message.el (wl-message-display-internal): Bind
5531         `default-mime-charset'.
5532
5533         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5534
5535         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5536
5537         * Version number is increased to 2.7.5.
5538
5539 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5540
5541         * wl-expire.el (wl-summary-archive): Fixed;
5542         Use `elmo-folder-name-internal'.
5543
5544 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5545
5546         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5547         from `elmo-folder-move-messages' caller.
5548         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5549
5550         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5551         related portions are changed).
5552
5553 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5554
5555         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5556         counter.
5557
5558 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5559
5560         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5561         buffer local and set it to nil.
5562
5563         * wl-message.el (wl-message-redisplay): Ditto.
5564
5565 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-summary.el (wl-summary-mark-as-important): If message is
5568         already cached, set messag as read, otherwise encache and mark as read.
5569
5570 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5571
5572         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5573         point-min.
5574
5575 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5578         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5579         a keymap.
5580
5581 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5584         parent.
5585
5586         * wl-mule.el (wl-message-define-keymap): Ditto.
5587
5588         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5589
5590         * wl-xmas.el (wl-message-display-internal-hook): Define.
5591         (wl-xmas-setup-message-toolbar): Define as function.
5592         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5593         (wl-message-overload-functions): Abolished.
5594         (wl-message-define-keymap): New function.
5595
5596         * wl-vars.el (wl-message-display-internal-hook): New variable.
5597         (wl-message-header-button-alist): New variable (Renamed from
5598         wl-highlight-message-header-button-alist).
5599         (wl-message-body-button-alist): Ditto.
5600
5601         * wl-mule.el (wl-message-define-keymap): New function.
5602         (wl-message-overload-functions): Abolished.
5603
5604         * wl-message.el (wl-message-add-buttons-to-body): New function.
5605         (wl-message-redisplay): Don't call wl-message-overload-functions;
5606         Call wl-message-add-buttons-to-header and
5607         wl-message-add-buttons-to-body.
5608         (wl-message-display-internal): Set keymap argument for
5609         elmo-mime-display-as-is, elmo-mime-message-display;
5610         Run wl-message-display-internal-hook.
5611         (wl-message-refer-article-or-url): Abolished.
5612
5613         * wl-highlight.el (wl-highlight-headers): Don't call
5614         wl-highlight-message-add-buttons-to-header.
5615         (wl-highlight-message-add-buttons-to-header): Abolished.
5616
5617
5618         * wl-e21.el (wl-message-display-internal-hook): Define.
5619         (wl-e21-setup-toolbar): Deleted duplicated binding.
5620         (wl-e21-setup-message-toolbar): Define as function.
5621         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5622         (wl-message-define-keymap): New function.
5623         (wl-message-overload-functions): Abolished.
5624
5625 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5628         and elmo-folder-close.
5629
5630         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5631
5632 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5633
5634         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5635         boolean value.
5636         * wl-draft.el (wl-draft-do-fcc): Ditto.
5637
5638 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5639
5640         * wl-vars.el (wl-fcc-force-as-read): New variable.
5641         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5642         mark copied message as read.
5643
5644 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5645
5646         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5647
5648 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5649
5650         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5651         `wl-summary-target-above' instead of obsolete variable
5652         `wl-summary-temp-above'.
5653
5654         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5655         instead of `make-obsolete-variable'.
5656         * wl-refile.el (toplevel): Ditto.
5657
5658 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5661         with third argument t.
5662         (wl-draft): Set first argument for wl-plugged-init as t.
5663
5664         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5665         definition.
5666
5667 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5668
5669         * wl-vars.el: Tabify.
5670         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5671
5672         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5673         message.
5674
5675 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5676
5677         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5678         and set default to beep.
5679
5680 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5681
5682         * wl-vars.el (wl-draft-truncate-lines): New variable.
5683
5684         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5685         instead of wl-message-truncate-lines for truncate-lines.
5686
5687 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5688
5689         * wl-message.el (wl-message-display-internal): Call
5690         `wl-highlight-message' after `elmo-mime-display-as-is'.
5691
5692         * wl-mime.el (wl-mime-display-text/plain): New function.
5693         (wl-mime-display-header): Ditto.
5694         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5695         body-presentation-method for text/plain;
5696         Register `wl-mime-display-header' as a header-presentation-method;
5697         Don't set up `elmo-message-text-content-inserted-hook' and
5698         `elmo-message-header-inserted-hook'.
5699
5700         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5701         variable.
5702         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5703         as t if flag is 'all-header;
5704         Don't bind `elmo-message-ignored-field-list',
5705         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5706
5707 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5710         for xemacs with non-mule environment.
5711
5712 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5713
5714         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5715         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5716         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5717
5718 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5719
5720         * wl-vars.el (wl-interactive-send): Set default value as t.
5721
5722 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5725         (wl-addrmgr-method-list): Abolished.
5726         (wl-addrmgr-change-method): Follow above change.
5727
5728         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5729
5730 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5731
5732         * wl-vars.el (wl-message-truncate-lines): Change default value
5733         to default-truncate-lines.
5734
5735         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5736
5737 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5738
5739         * wl-vars.el (wl-message-truncate-lines): New variable.
5740
5741         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5742         wl-message-truncate-lines.
5743
5744 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5745
5746         * wl-acap.el (wl-acap-init): Remove period from error message.
5747         (wl-acap-find-acap-service): Remove period from message.
5748
5749 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5750
5751         * wl.el (wl-check-environment): Undo last change.
5752
5753         * wl-vars.el (wl-from): Changed default value.
5754
5755         * wl-util.el (toplevel): Don't require tm-edit.
5756
5757         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5758         `wl-folder-init';
5759         Don't set mark on mail body.
5760         (wl-draft-reedit): Ditto.
5761
5762         * wl-address.el (wl-address-quote-specials): Define as an alias for
5763         elmo-address-quote-specials.
5764
5765 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5768
5769         * wl-vars.el (wl-from): Set default value as nil.
5770         (wl-organization): Set default value as ORGANIZATION environment
5771         variable.
5772
5773         * wl-draft.el (wl-smtp-extension-bind): Check value of
5774         wl-smtp-connection-type.
5775
5776         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5777         error.
5778
5779 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5780
5781         * Version number is increased to 2.7.4.
5782
5783         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5784         arguments from `wl-highlight-x-face-function' caller.
5785         Use x-face-1.3.6.12 or later.
5786
5787 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5788
5789         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5790
5791 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5792
5793         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5794         (wl-fcc): Fix to accept function.
5795         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5796
5797 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5798
5799         * wl-acap.el (toplevel): Added `product-provide' declare.
5800         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5801
5802 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl.el (wl): Changed order of calling `elmo-init'
5805         and `elmo-folder-init'.
5806
5807 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5808
5809         * wl-mime.el (wl-summary-burst): Extract message when content-type
5810         of root entity is not only `multipart' but also `message/rfc822'.
5811         (wl-summary-burst-subr): Ditto.
5812
5813 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-vars.el (toplevel): Require 'custom.
5816         (wl-trash-folder): Added to `wl-setting' group.
5817
5818         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5819         exists.
5820         (wl-addrmgr-draw): Insert empty line when no entry exists.
5821
5822         * wl-mule.el (wl-message-wheel-up): Fixed.
5823         (wl-message-wheel-down): Ditto.
5824
5825 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5826
5827         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5828         config is an anonymous lambda expression.
5829
5830 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5833         when Mule 2 is running.
5834
5835 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5836
5837         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5838
5839 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5842         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5843
5844         * wl-address.el (wl-address-specials-regexp): Eliminated.
5845         (wl-address-quote-specials): Rewrite.
5846
5847 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5850         shy-groups for regexp.
5851
5852         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5853         character classes and Perl style shy-groups for regexp.
5854         (wl-highlight-plugged-current-line): Use Posix style character
5855         classes for regexp.
5856         (wl-e21-highlight-folder-by-numbers): Ditto.
5857         (wl-e21-display-image-p): Use `display-images-p' instead of
5858         `display-graphic-p'.
5859         (display-images-p): Make an alias to `display-graphic-p' if it is
5860         not available.  It is for Emacs version prior to 21.0.105.
5861
5862         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5863         `display-graphic-p'.
5864         (wl-demo-image-type-alist): Ditto.
5865         (display-images-p): Make an alias to `display-graphic-p' if it is
5866         not available.  It is for Emacs version prior to 21.0.105.
5867
5868 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5869
5870         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5871         support.
5872         (wl-generate-user-agent-string): Ditto.
5873
5874         * wl-version.el (wl-version): Update docsting.
5875         (wl-version-status): Ditto.
5876
5877 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5878
5879         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5880         21.0.105.  For Emacs 21.0.104 or earlier.
5881
5882 2001-09-03  Takuo KITAME <kitame@northeye.org>
5883
5884         * wl-e21.el (wl-plugged-init-icons): Use
5885         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5886         (wl-biff-init-icons): Ditto.
5887
5888 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5889
5890         * wl-highlight.el (wl-highlight-summary-current-line):
5891         Fixed highlighting refile/copy destination.
5892
5893         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5894         (wl-acap-store): Encode string by wl-acap-coding-system.
5895
5896 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-acap.el (toplevel): Check and require 'un-define before
5899         'xemacs-ucs;
5900          Added checking for UTF-2000.
5901
5902 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5905         Don't enclose with `eval-and-compile'.
5906
5907         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5908         wl-init is non-nil.
5909
5910         * wl-draft.el (wl-draft): Ditto.
5911
5912         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5913
5914         * wl-acap.el (toplevel): Require 'wl.
5915         (wl-acap-store): Call `elmo-init'.
5916
5917         * wl.el (wl): Changed position of `wl-check-environment'.
5918         (toplevel): Added autoload setting for wl-acap.
5919
5920         * wl-vars.el (wl-setting): New custom group.
5921         (wl-from): Added wl-setting group.
5922         (wl-user-mail-address-list): Ditto.
5923         (wl-organization): Ditto.
5924         (wl-subscribed-mailing-list): Ditto.
5925         (wl-envelope-from): Ditto.
5926         (wl-smtp-posting-user): Ditto.
5927         (wl-smtp-posting-server): Ditto.
5928         (wl-smtp-posting-port): Ditto.
5929         (wl-smtp-authenticate-type): Ditto.
5930         (wl-pop-before-smtp-user): Ditto.
5931         (wl-pop-before-smtp-server): Ditto.
5932         (wl-pop-before-smtp-port): Ditto.
5933         (wl-pop-before-smtp-authenticate-type): Ditto.
5934         (wl-nntp-posting-server): Ditto.
5935         (wl-nntp-posting-user): Ditto.
5936         (wl-nntp-posting-port): Ditto.
5937         (wl-fetch-confirm-threshold): Ditto.
5938         (wl-prefetch-threshold): Ditto.
5939         (wl-thread-insert-opened): Ditto.
5940         (wl-ldap-server): Ditto.
5941         (wl-ldap-port): Ditto.
5942         (wl-ldap-base): Ditto.
5943         (wl-ldap-objectclass): Ditto.
5944         (wl-use-ldap): Ditto.
5945         (wl-draft-config-alist): Ditto.
5946         (wl-draft-config-matchone): Ditto.
5947         (wl-template-alist): Ditto.
5948         (wl-message-sort-field-list): Ditto.
5949         (wl-message-ignored-field-list): Ditto.
5950         (wl-message-visible-field-list): Ditto.
5951         (wl-interactive-send): Ditto.
5952         (wl-summary-move-order): Ditto.
5953         (wl-auto-select-first): Ditto.
5954         (wl-auto-select-next): Ditto.
5955         (wl-interactive-save-folders): Ditto.
5956
5957         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5958         Initialization codes are moved from wl-local-folder-init.
5959         (wl-local-folder-init): Follow the change above.
5960         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5961
5962         * wl-acap.el: New file.
5963
5964         * Version number is increased to 2.7.3.
5965
5966 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5969
5970 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5971
5972         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5973         (wl-addrmgr-address-entry-list): Ditto.
5974
5975 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5976
5977         * wl-e21.el (wl-draft-mode-map): Removed binding for
5978         `wl-draft-insert-x-face-field'.
5979
5980         * wl-mule.el (wl-draft-mode-map): Ditto.
5981
5982         * wl-xmas.el (wl-draft-mode-map): Ditto.
5983
5984         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5985         (wl-cs-autoconv): Ditto.
5986         (wl-cs-local): Ditto.
5987         (wl-use-scoring): Ditto.
5988         (wl-mime-charset): Ditto.
5989         (wl-folder-check-async): Ditto.
5990
5991         * wl.el (toplevel): Ignore nemacs and tm.
5992         (wl-exit): Ditto.
5993
5994         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5995         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5996         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5997         instead of wl-address-petname-add-or-change.
5998         (wl-summary-edit-addresses-subr): Use wl-address-delete
5999         instead of wl-address-petname-delete.
6000
6001         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6002
6003         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6004         if error occured.
6005
6006         * wl-message.el (require): Remove tm support.
6007
6008         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6009
6010         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6011         (wl-folder-jump-to-current-entity): Ditto.
6012         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6013
6014         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6015         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6016         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6017
6018         * wl-mule.el (wl-draft-key-setup): Ditto.
6019
6020         * wl-xmas.el (wl-draft-key-setup): Ditto.
6021
6022         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6023         (wl-draft-std11-parse-addresses): New function.
6024         (wl-draft-parse-mailbox-list): Use it.
6025         (wl-draft): Ignore nemacs.
6026         (wl-draft-reedit): Ditto.
6027
6028         * wl-addrmgr.el: New file.
6029         (Original is wl-rcpt.el written by
6030         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6031         Thanks Kitamoto-san.)
6032
6033         * wl-address.el (wl-address-make-address-list): Modified parsing
6034         process.
6035         (wl-address-delete): Renamed from `wl-address-petname-delete';
6036         Modify wl-address-list too.
6037         (wl-address-add-or-change): Renamed from
6038         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6039
6040 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6041
6042         * wl-highlight.el (wl-highlight-summary-current-line):
6043           Work with transient-mark-mode
6044
6045 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6046
6047         * Version number is increased to 2.7.2.
6048
6049         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6050         instead of elmo-dop-queue-method.
6051
6052 2001-08-06  SAITO Atsunori <sai@yedo.com>
6053
6054         * wl-vars.el (wl-ldap-objectclass): New user option.
6055
6056         * wl-address.el (wl-ldap-make-filter): Use it.
6057
6058 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6059
6060         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6061
6062 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-folder.el (wl-folder): redisplay after folder insertion.
6065
6066         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6067
6068         * wl-summary.el (wl-summary-sync-update):
6069         Change status mark only when new-msgdb exists.
6070         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6071
6072 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-summary.el (wl-summary-open-folder): New function.
6075         (wl-summary-goto-folder-subr): Use it.
6076         (wl-summary-mark-as-important): Fix;
6077         Encache only when no cache exists.
6078
6079 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6080
6081         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6082         Use with-current-buffer.
6083
6084 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6085
6086         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6087         before call `get-buffer'. Fixed parenthesis.
6088         (wl-score-get-header-entry): Clear message and help window when
6089         keyboard quit.
6090         (wl-score-edit-insert-header): Ditto.
6091
6092 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6095         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6096         (wl-default-draft-cite): Fix.
6097
6098         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6099         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6100
6101 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-message.el (wl-message-prev-page): Do same bahavior
6104         as summary when it is called in the message buffer.
6105         (wl-message-next-page): Ditto.
6106
6107 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6108
6109         * wl-summary.el (wl-summary-forward): Use cache if it is not
6110         section cache.
6111
6112 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6115         Removed redundant require of elmo-vars.
6116         (wl-biff-state-indicator-on): Changed default value for
6117         xemacs with non-mule environment.
6118
6119         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6120         wl-message-buffer is nil;
6121         Hide progress bar after moving messages.
6122
6123 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6124
6125         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6126         message at cursor point is deleted.
6127
6128 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6129
6130         * wl-vars.el: Changed file coding system to euc-japan.
6131         Added -*-coding:-*- magic to the first line.
6132
6133         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6134         Search parent from the first message.
6135
6136         * Version number is increased to 2.7.1.
6137
6138 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6139
6140         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6141
6142 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6145         refile/delete execution.
6146
6147         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6148         Fixed docstring.
6149
6150 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6153         do update process;
6154         Don't update marks when update process is interrupted.
6155
6156 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-summary.el (wl-summary-reply): Fixed problem when
6159         wl-draft-use-frame is non-nil.
6160         (wl-summary-forward): Ditto.
6161
6162         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6163         as nil.
6164         (wl-folder-mark-as-read-all-entity): Ditto.
6165         (wl-folder-prefetch-entity): Ditto.
6166
6167         * wl.el (wl): Check environment before wl-init.
6168
6169         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6170         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6171         instead of wl-summary-collect-unread.
6172         (wl-summary-reply): Split message window.
6173
6174 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6177         only if current language environment is japanese,
6178
6179         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6180         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6181         (wl-folder-goto-folder-subr): Ditto.
6182
6183         * wl-draft.el (wl-draft-dispatch-message): Call
6184         `elmo-file-cache-get-path'.
6185
6186 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6187
6188         * wl-summary.el (wl-summary-cursor-move): If return value of
6189         wl-summary-next-message is not number, don't jump.
6190
6191 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6192
6193         * wl-summary.el (wl-summary-buffer-next-message-function): New
6194         variable.
6195         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6196         if it is bound.
6197
6198         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6199         string.
6200
6201         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6202         (wl-plugged-drawing): Ditto.
6203
6204 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6207         process.
6208         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6209         with unwind-protect.
6210
6211         * wl.el (wl-init): Require mime-setup.
6212         (wl-check-environment): Don't require mime-setup.
6213
6214         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6215         instead of elmo-folder-type.
6216
6217         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6218         value as nil.
6219
6220 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * Version number is increased to 2.7.0.
6223
6224         * wl-version.el (wl-version): Changed codename.
6225
6226         * wl-summary.el (wl-summary-delete-cache): Fixed.
6227
6228         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6229         Workaround for net folders.
6230         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6231
6232         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6233         value to nil (According to the patch from
6234         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6235
6236         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6237         of elmo-folder-close.
6238
6239 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6240
6241         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6242         for postfix.
6243
6244 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6245
6246         * wl-summary.el (wl-summary-resend-message): Fixed.
6247
6248         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6249         Call wl-draft with `from' argument if its address is included in
6250         `wl-user-mail-address-list'.
6251         (wl-draft): Added `from' argument.
6252
6253         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6254         non-nil.
6255         (wl): Don't show demo if wl-demo is nil.
6256
6257         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6258         wl-summary-use-frame.
6259
6260         * wl-vars.el (wl-summary-use-frame): New user option.
6261         (wl-folder-use-frame): Changed docstring.
6262
6263         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6264         non-nil.
6265         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6266         wl-summary-use-frame.
6267
6268         * wl-vars.el (wl-folder-use-frame): New user option.
6269
6270         * wl-summary.el (wl-summary-exit): Back to folder frame if
6271         wl-folder-use-frame is non-nil.
6272         (wl-summary-redisplay-internal): Ignore cache if current folder
6273         is draft folder,
6274         (wl-summary-redisplay-no-mime): Ditto.
6275         (wl-summary-redisplay-all-header): Ditto.
6276
6277         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6278         if wl-folder-use-frame is non-nil.
6279
6280 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl-summary.el (wl-summary-sync-update): Bind
6283         elmo-folder-update-threshold.
6284         (wl-summary-mark-as-important): Enclosed server mark processing
6285         with `save-match-data'.
6286
6287         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6288         only when it is already defined.
6289
6290 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6291
6292         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6293         name of folder exclude localdir is wrong.
6294         * wl-folder.el (wl-folder-sync-entity):
6295         Set `wl-summary-always-sticky-folder-list' as nil.
6296         (wl-folder-mark-as-read-all-entity): Ditto.
6297         (wl-folder-prefetch-entity): Ditto.
6298
6299 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6302         instead of `wl-summary-write-current-newsgroup'.
6303
6304 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6305
6306         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6307         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6308         non-nil and selected message is important, do not display.
6309
6310 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6311
6312         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6313
6314 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6317
6318         * wl-summary.el (wl-summary-mark-as-important): Set message number
6319         using wl-summary-message-number.
6320
6321 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6322
6323         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6324         destination folder is 'null.
6325
6326 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6327
6328         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6329         New function.
6330         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6331         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6332         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6333
6334 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6335
6336         * wl-mime.el (wl-mime-setup): Added setting for
6337         `mime-setup-signature-key-alist' to avoid overriding key bind for
6338         `wl-draft-send'.
6339
6340         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6341         for `wl-draft-send'.
6342         * wl-mule.el (wl-draft-overload-functions): Ditto.
6343         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6344         * wl-draft.el (wl-draft-send): Ditto.
6345
6346         * wl-message.el (wl-message-display-internal):
6347         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6348         (Patch is provided by <kita@coe.nttdata.co.jp>).
6349
6350 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6351
6352         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6353
6354 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6355
6356         * wl.el (wl): Fix for wl-demo.
6357
6358 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6359
6360         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6361
6362 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-folder.el (wl-folder-prefetch-entity): Use
6365         `wl-folder-get-elmo-folder'.
6366         (wl-folder-count-incorporates): Do not use
6367         `wl-folder-get-elmo-folder'.
6368
6369 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6370
6371         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6372         instead of `elmo-folder-get-type'.
6373
6374 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6375
6376         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6377         position on Subject: field.
6378         (Advised by Mito <mit@nines.nec.co.jp>)
6379
6380 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6381
6382         * wl-folder.el (wl-folder-prefetch-entity): Use
6383         `wl-folder-get-elmo-folder'.
6384
6385 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6386
6387         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6388
6389         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6390         `process-duplicates' slot.
6391
6392         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6393         if detection failed.
6394
6395 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6396
6397         * wl-version.el (wl-version-status): Set to "alpha".
6398
6399 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6402         Check wl-message-buffer lives before set-buffer.
6403
6404 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6405
6406         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6407         called in folder mode.
6408         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6409         * wl-summary.el (wl-summary-exit-pre-hook): Run
6410         `wl-summary-exit-pre-hook' before exit summary mode.
6411
6412 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6413
6414         * wl-version.el (wl-version-status): New variable.
6415         (wl-version-status-alist): Removed.
6416         (wl-version-status): Rule included.
6417
6418 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6419
6420         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6421         @sponichi.
6422
6423         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6424         when `mail-reply-buffer' is buffer-local variable.
6425         (Reported by <kita@coe.nttdata.co.jp>).
6426
6427 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * wl-vars.el (toplevel): Require 'elmo-util.
6430
6431 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6434         (All other related portions are changed)
6435
6436         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6437
6438         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6439
6440 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6441
6442         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6443
6444 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6447         Delete other windows to avoid an error.
6448         Use `point-marker' instead of `point' to remember the start point
6449         of body.
6450
6451         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6452
6453         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6454         number not to exceed all message number.
6455
6456 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6457
6458         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6459         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6460
6461 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-summary.el (wl-summary-sync-force-update): Added argument
6464         no-check.
6465         (wl-summary-sync-update): Ditto.
6466         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6467         with `no-check'.
6468
6469         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6470         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6471         already running.
6472
6473 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6474
6475         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6476         `dst-folder-arg'.
6477         (wl-expire-archive-number1): Diito.
6478         (wl-expire-archive-number2): Diito.
6479         (wl-expire-archive-Date): Diito.
6480         (wl-archive-number1): Diito.
6481         (wl-archive-number2): Diito.
6482         (wl-archive-date): Diito.
6483         (wl-archive-folder-p): New function.
6484         (wl-summary-expire): Support of expand folder name at
6485         wl-expire-alist.
6486         * wl-util.el (wl-expand-newtext): Renamed from
6487         `wl-refile-expand-newtext'.
6488
6489 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6490
6491         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6492         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6493         `(elmo-msgdb-get-overview msgdb)'.
6494         (wl-summary-prefetch): Bind match data before call
6495         `wl-summay-prefetch-msg'.
6496         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6497         'off if `wl-summary-buffer-disp-msg' is non-nil.
6498         Fixed problem that couldn't show only one new or unread message when
6499         enter folder.
6500         (wl-summary-reply): Don't call `split-window-vertically' and other
6501         window.
6502
6503 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6504
6505         * wl-expire.el (wl-expire-refile): Fixed.
6506
6507 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6510
6511         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6512         biff notification is removed.
6513
6514         * wl.el (wl): Changed position of `elmo-init'.
6515
6516         * wl-draft.el (wl-default-draft-cite): Use date field
6517         on the citation buffer.
6518
6519         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6520
6521         * wl-xmas.el (wl-folder-internal-icon-list): Added
6522         `wl-folder-shimbun-image'.
6523
6524         * wl-e21.el (wl-folder-internal-icon-list): Added
6525         `wl-folder-shimbun-image'.
6526
6527 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl.el (wl-init): Eliminated argument.
6530         (wl): Rewrite.
6531
6532         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6533         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6534         instead of `elmo-folder-msgdb-internal'.
6535         (wl-summary-sync-update): Ditto.
6536         (wl-summary-flush-pending-append-operations): Eliminated.
6537         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6538         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6539         `elmo-folder-open'.
6540
6541         * wl-mime.el (wl-summary-burst): Fixed.
6542
6543         * wl-folder.el (wl-folder-info-save): Check data type.
6544
6545         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6546         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6547         instead of `elmo-folder-msgdb-internal'.
6548         (wl-expire-hide): Ditto.
6549
6550
6551         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6552
6553 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6554
6555         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6556
6557 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6558
6559         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6560
6561 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6562
6563         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6564         Fixed `match-beginning' argument mismatch.
6565
6566 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6567
6568         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6569         the default value.
6570
6571 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6572
6573         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6574         instead of `elmo-nntp-default-port'.
6575
6576         * wl-vars.el: Fixed some doc strings.
6577
6578 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * wl-summary.el (wl-summary-prefetch-msg): Use
6581         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6582
6583         * wl-vars.el: Define *-func as obsolete variable using
6584         `elmo-define-obsolete-variable'.
6585
6586         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6587         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6588         instead of `wl-message-buffer-prefetch-threshold'.
6589
6590         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6591
6592         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6593
6594         * wl-draft.el (wl-caesar-region-func): Ditto.
6595
6596         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6597         Keep unread status in elmo-folder-move-messages.
6598         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6599
6600 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6601
6602         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6603         `wl-summary-buffer-exit-func'
6604         (wl-summary-buffer-message-redisplay-function): Renamed from
6605         `wl-summary-buffer-message-redisplay-func'
6606         (wl-summary-buffer-next-folder-function): Renamed from
6607         `wl-summary-buffer-next-folder-func'.
6608         (wl-summary-buffer-prev-folder-function): Renamed from
6609         `wl-summary-buffer-prev-folder-func'.
6610         (wl-summary-get-petname-function): Renamed from
6611         `wl-summary-get-petname-func'.
6612
6613         * wl-score.el (wl-score-edit-exit-function): Renamed from
6614         `wl-score-edit-exit-func'.
6615
6616         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6617         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6618
6619         * wl-util.el (wl-load-profile-function): Renamed from
6620         `wl-load-profile-func'.
6621
6622         * wl-folder.el (wl-folder-completion-function): Renamed from
6623         `wl-folder-completion-func'.
6624         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6625
6626         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6627         `wl-expire-archive-get-folder-func'.
6628         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6629         (wl-draft-send-mail-function): Renamed from
6630         `wl-draft-send-mail-func'.
6631         (wl-draft-send-news-function): Renamed from
6632         `wl-draft-send-news-func'.
6633         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6634         (wl-generate-mailer-string-function): Renamed from
6635         `wl-generate-mailer-string-func'.
6636         (wl-highlight-signature-search-function): Renamed from
6637         `wl-highlight-signature-search-func'.
6638         (wl-highlight-x-face-function): Renamed from
6639         `wl-highlight-x-face-func'
6640         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6641         (wl-ps-print-buffer-function): Renamed from
6642         `wl-ps-print-buffer-func'
6643         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6644         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6645         (wl-summary-subject-filter-function): Renamed from
6646         `wl-summary-subject-filter-func'.
6647
6648         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6649         `wl-draft-queue-flush-send-func'
6650         (wl-draft-cite-function): Renamed from
6651         `wl-draft-cite-func'
6652
6653         * wl-address.el (wl-address-init-function): Renamed from
6654         `wl-address-init-func'.
6655
6656 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6657
6658         * wl-draft.el (wl-draft-queue-flush): Don't call
6659         `elmo-dop-unlock-message'.
6660         * wl-draft.el (wl-draft-queue-append): Don't call
6661         `elmo-dop-lock-message'.
6662
6663         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6664         (wl-summary-buffer-folder-name): Ditto.
6665         (wl-summary-message-regexp): Added '-' (all other related portions
6666         are changed).
6667         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6668         wl-summary-buffer-folder-name.
6669
6670 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6671
6672         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6673         the number of mails in the folder buffer is not updated by wl-biff.
6674
6675 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6676
6677         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6678         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6679
6680 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl-summary.el (wl-summary-next-message):
6683         Return next message number when wl-summary-move-order is nil.
6684
6685 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6686
6687         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6688         `wl-summary-move-spec-alist'.
6689         (wl-summary-move-spec-unplugged-alist): New variable
6690         (Move spec for unplugged status).
6691         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6692         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6693
6694 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6695
6696         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6697         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6698
6699 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6700
6701         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6702         simple quotation to quote the anonymous function.
6703         * tm-wl.el (wl-draft-preview-message): Ditto.
6704
6705 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6706
6707         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6708         Eliminate redundant `save-excursion'.
6709         (wl-highlight-summary-current-line): Ditto.
6710
6711         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6712         accessing match data when `looking-at' failed.
6713
6714         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6715         `elmo-match-string' where users don't care about the speed.
6716         (wl-draft-save): Ditto.
6717
6718 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6719
6720         * wl-util.el (wl-regexp-opt): New function.
6721
6722         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6723         number from `wl-summary-buffer-number-list'.
6724         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6725         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6726         (wl-summary-move-spec-alist): Changed default setting.
6727
6728 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6729
6730         * wl-vars.el (wl-biff-notify-hook): New hook.
6731         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6732         the arrival of new mail.
6733         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6734         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6735
6736 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6737
6738         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6739
6740 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6741
6742         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6743
6744         * Version number is increased to 2.5.8.
6745
6746         * wl-thread.el (toplevel): require 'cl.
6747         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6748         (wl-thread-make-number-list): New function.
6749         (wl-thread-entity-make-number-list-from-children): Ditto.
6750         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6751         (wl-thread-entity-insert-as-children): Likewise.
6752         (wl-thread-delete-message): Likewise.
6753         (wl-meaning-of-mark): Eliminated.
6754         (wl-thread-next-failure-mark-p): Ditto.
6755         (wl-thread-entity-get-mark): Ditto.
6756         (wl-thread-meaning-alist-get-result): Ditto.
6757         (wl-thread-entity-check-prev-mark): Ditto.
6758         (wl-thread-entity-check-next-mark): Ditto.
6759         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6760         (wl-thread-entity-get-prev-marked-entity): Ditto.
6761         (wl-thread-get-prev-unread): Ditto.
6762         (wl-thread-jump-to-prev-unread): Ditto.
6763         (wl-thread-get-next-unread): Ditto.
6764         (wl-thread-jump-to-next-unread): Ditto.
6765         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6766         (wl-thread-entity-get-next-marked-entity): Ditto.
6767
6768         * wl-summary.el (wl-summary-buffer-number-list):
6769         New bufer-local variable.
6770         (wl-summary-switch-to-clone-buffer): Clone
6771         `wl-summary-buffer-number-list'.
6772         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6773         (wl-summary-cursor-move-regex): Eliminated.
6774         (wl-summary-cursor-up): Rewrite.
6775         (wl-summary-cursor-down): Ditto.
6776         (wl-summary-mode-spec-alist): New variable.
6777         (wl-summary-next-message): New inline function.
6778         (wl-summary-cursor-move): New function.
6779         (wl-summary-default-get-next-msg): Rewrite.
6780         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6781         (wl-summary-rescan): Ditto.
6782         (wl-summary-sync-all-init): Ditto.
6783         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6784         summary is not thread view.
6785         (wl-summary-sync-update): Ditto.
6786         (wl-summary-rescan): Ditto.
6787         (wl-summary-make-number-list): New function.
6788
6789         * wl-draft.el: "FCC" -> "Fcc".
6790
6791 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * wl-highlight.el (wl-highlight-summary-window):
6794         Call `set-buffer-modified-p'.
6795
6796         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6797         (wl): Call `elmo-init' and fix.
6798
6799         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6800         Use new variables.
6801
6802         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6803
6804 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6807
6808 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6809
6810         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6811
6812 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6813
6814         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6815         `wl-use-toolbar' nor `display-graphic-p'.
6816         (wl-e21-setup-message-toolbar): Ditto.
6817         (wl-e21-setup-summary-toolbar): Ditto.
6818         (wl-e21-setup-folder-toolbar): Ditto.
6819
6820         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6821         (wl-plugged-init-icons): Ditto.
6822
6823         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6824         `display-graphic-p'.
6825         (wl-plugged-set-folder-icon): Ditto.
6826         (wl-highlight-plugged-current-line): Ditto.
6827         (wl-highlight-folder-current-line): Ditto.
6828         (wl-e21-highlight-folder-group-line): Ditto.
6829         (wl-e21-setup-toolbar): Ditto.
6830         (wl-e21-display-image-p): New macro.
6831
6832         * wl-demo.el (wl-demo): Simplified.
6833         (wl-demo-image-type-alist): Use `image-type-available-p' for
6834         checking whether the image type `xbm' is available.
6835
6836 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6837
6838         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6839         (wl-summary-input-range): Ditto.
6840
6841 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl-summary.el (wl-summary-edit-addresses): Use
6844         `wl-summary-get-original-buffer'
6845         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6846         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6847         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6848         (wl-summary-get-newsgroups): Eliminated.
6849         (wl-summary-set-crosspost): Ditto.
6850         (wl-summary-is-crosspost-folder): Ditto.
6851         (wl-crosspost-alist-load): Ditto.
6852         (wl-crosspost-alist-save): Ditto.
6853
6854         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6855         `elmo-setup-subscribed-newsgroups' instead of
6856         `elmo-nntp-make-groups-hashtb'.
6857         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6858         instead of `wl-crosspost-alist-save'.
6859
6860         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6861         of `elmo-folder-message-appendable-p'.
6862         (wl-mime-header-presentation-method): Eliminated.
6863
6864         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6865         (Error occurs in emacs21).
6866
6867         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6868         the current buffer).
6869
6870         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6871         instead of `wl-crosspost-alist-save'.
6872         (wl-init): `elmo-crosspost-message-alist-load'
6873         instead of `wl-crosspost-alist-load'
6874
6875         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6876         (wl-parse-newsgroups): Likewise.
6877         (wl-biff-notify): Run `wl-biff-notify-hook'.
6878
6879 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6882
6883         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6884         when `wl-summary-lazy-highlight' is non-nil.
6885         (wl-summary-goto-folder-subr): Highlight only when
6886         `wl-summary-lazy-highlight' is non-nil.
6887
6888         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6889         Don't display progress and highlight temp-mark when
6890         `wl-summary-lazy-highlight' is non-nil.
6891         (wl-highlight-summary-window): New function.
6892         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6893
6894 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6895
6896         * wl-summary.el (wl-summary-sync): Change `all-visible'
6897         from `all-shown'
6898         (wl-summary-input-range): Ditto.
6899
6900 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6901
6902         * wl-e21.el (wl-highlight-folder-current-line): Call
6903         `wl-folder-init-icons' when folder icons have not been initialized.
6904
6905         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6906
6907         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6908         (wl-demo-image-type-alist): New macro.
6909
6910 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6911
6912         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6913         display does not support graphics.
6914         (wl-plugged-init-icons): Ditto.
6915         (wl-folder-init-icons): Ditto.
6916
6917         * wl-demo.el (wl-demo): Chech closely whether the display
6918         supports graphics.
6919
6920 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6921
6922         * wl-summary.el (wl-summary-get-original-buffer): New function.
6923         (wl-summary-set-crosspost): Use it.
6924         (wl-summary-target-mark-uudecode): Ditto.
6925         (wl-summary-reedit): Ditto.
6926         (wl-summary-resend-bounced-mail): Ditto.
6927         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6928         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6929
6930         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6931         (wl-message-display-internal): Ditto.
6932
6933 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6936
6937 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6938
6939         * wl-summary.el (wl-summary-save-view): Renamed from
6940         `wl-summary-save-status'.
6941
6942 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6943
6944         * wl-summary.el (wl-summary-sync): Added `all-shown'
6945
6946 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6947
6948         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6949
6950 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6953
6954 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6955
6956         * wl-highlight.el (wl-highlight-summary-line-string): Use
6957         `zerop' instead of `= 0'.
6958         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6959
6960         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6961         for comparing numbers.
6962         (wl-template-prev): Use `zerop' instead of `eq 0'.
6963
6964         * wl-draft.el (wl-draft-insert-current-message): Use
6965         `with-current-buffer' instead of `save-excursion'.
6966         Use `zerop' instead of `eq 0'.
6967
6968 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6969
6970         * wl-draft.el (wl-draft-insert-ccs): New function.
6971         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6972         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6973
6974 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6977
6978 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6979
6980         * wl-expire.el (wl-expire-refile): Don't call
6981         elmo-msgdb-add-msgs-to-seen-list;
6982         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6983         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6984
6985 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-message.el (wl-message-prev-page): Ignore errors while
6988         scroll-down.
6989
6990 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * wl-mime.el: Use elmo-original-message-mode instead of
6993         mmelmo-original-mode.
6994
6995         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6996         `elmo-folder-get-spec';
6997         (wl-fldmgr-add-completion-all-completions):
6998         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6999
7000         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7001         of `elmo-folder-get-type'.
7002
7003         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7004         `elmo-folder-get-spec';
7005         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7006         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7007         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7008         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7009         `elmo-read-msg-no-cache';
7010         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7011         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7012         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7013         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7014         `elmo-cache-save';
7015         (wl-draft-reedit): Use `elmo-message-file-name'.
7016
7017         * wl-expire.el: Use `elmo-folder-name-internal';
7018         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7019         Use macro `wl-summary-buffer-msgdb' instead of variable
7020         `wl-summary-buffer-msgdb';
7021         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7022         Use macro `wl-summary-buffer-folder-name' instead of variable
7023         `wl-summary-buffer-folder-name'.
7024         * wl-score.el: Likewise.
7025
7026         * wl-message.el: Rewrite for new message buffer cache mechanism.
7027         (wl-message-buffer-cache-buffer-get): New macro.
7028         (wl-message-buffer-cache-folder-get): Ditto.
7029         (wl-message-buffer-cache-message-get): Ditto.
7030         (wl-message-buffer-cache-entry-make): Ditto.
7031         (wl-message-buffer-cache-hit): Ditto.
7032         (wl-message-buffer-cache-sort): New function.
7033         (wl-message-buffer-cache-add): Ditto.
7034         (wl-message-buffer-cache-delete): Ditto.
7035         (wl-message-buffer-cache-clean-up): Ditto.
7036         (wl-message-buffer-window): Rewrite.
7037         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7038         (wl-message-buffer-display): New function.
7039         (wl-message-display-internal): New function.
7040
7041 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7042
7043         * wl-folder.el: Use `elmo-folder-name-internal';
7044         Use `wl-folder-get-elmo-folder';
7045         Use `elmo-folder-list-messages' instead of
7046         `elmo-list-folder';
7047         Use `elmo-folder-get-primitive-list' instead of
7048         `elmo-folder-get-primitive-spec-list';
7049         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7050         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7051         Use `elmo-folder-create' instead of `elmo-create-folder'.
7052         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7053         (wl-folder-get-elmo-folder): New macro.
7054         (wl-folder-elmo-folder-cache-get): Ditto.
7055         (wl-folder-elmo-folder-cache-put): Ditto.
7056         (wl-folder-suspend): Call `elmo-quit'.
7057
7058         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7059         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7060         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7061         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7062         (toplevel): require 'cl.
7063         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7064
7065         * wl-summary.el: Rewrite to use new elmo interface.
7066
7067 \f
7068 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl-mime.el (wl-draft-preview-message):
7071         Run `wl-draft-send-hook' before collecting recipients information;
7072         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7073
7074         * tm-wl.el (wl-draft-preview-message): Ditto.
7075
7076 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7079         wrong recipients are displayed when forwarded message.
7080
7081 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * Version number is increased to 2.5.7.
7084
7085 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7086
7087         * wl-message.el (wl-message-next-page): Bind
7088         `window-pixel-scroll-increment' to nil while scrolling up.
7089
7090 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7091
7092         * wl-vars.el (wl-save-hook): New hook.
7093         * wl.el (wl-save): Call `wl-save-hook'.
7094
7095 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7096
7097         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7098         Argument WITH-ARG instead of NO-ARG (negative mean).
7099         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7100         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7101         * wl-message.el (wl-message-follow-current-entity): Likewise.
7102
7103 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7104
7105         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7106         FROM was optional argument.
7107         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7108
7109 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7110
7111         * Version number is increased to 2.5.6.
7112
7113 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7114
7115         * wl-version.el (wl-version-show): Removed.
7116         (wl-version): Add `interactive'.
7117
7118 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7119
7120         * wl-summary.el (wl-summary-get-petname-func): New variable.
7121         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7122         instead of `wl-address-get-petname-1'.
7123         (wl-summary-simple-from): Ditto.
7124
7125         * wl-address.el (wl-address-get-petname-1): Define as function.
7126
7127 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7130         field in the original message.
7131         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7132
7133 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7134
7135         * wl-expire.el (wl-expire-hide):
7136         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7137
7138 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7141         find decoder for To, Cc, and Subject.
7142
7143 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7146         for checking `elmo-use-buffer-cache'.
7147         (wl-summary-mark-as-important): Fixed typo in comment.
7148
7149 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7152         field in the original message.
7153         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7154
7155 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7156
7157         * wl-expire.el (wl-expire-hide):
7158         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7159
7160 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7163         find decoder for To, Cc, and Subject.
7164
7165 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * Version number is increased to 2.5.5.
7168
7169         * wl-address.el (wl-address-specials-regexp): New constant.
7170         (wl-address-quote-specials): Use it.
7171
7172 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-summary.el (wl-summary-rescan):
7175         Call `wl-summary-buffer-number-column-detect'.
7176         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7177
7178         * wl-message.el (wl-message-mode-map): Define.
7179         (wl-message-decode): Use it as local-map.
7180
7181 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7184         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7185
7186 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7189
7190         * wl-mule.el (wl-read-event-char): Ditto.
7191
7192         * wl-e21.el (wl-read-event-char): Ditto.
7193
7194         * wl-nemacs.el (wl-read-event-char): Ditto.
7195         (read-event): Removed.
7196
7197         * wl-util.el (toplevel): Removed dummy definition of
7198         `read-event'.
7199         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7200
7201 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7202
7203         * wl-nemacs.el (elmo-archive-call-process): Moved to
7204         elmo-archive.el.
7205
7206 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7207
7208         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7209         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7210
7211         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7212         instead of magic-number 6.  Use `not' instead of `null' for symbol
7213         `nil' check (not empty list).
7214         (wl-draft-insert-x-face-field): Fixed paren style.
7215
7216         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7217         one-branch conditional statement, instead of `and' and `if'.
7218         (wl-draft-forward): Likewise.
7219         (wl-draft-add-references): Likewise.
7220         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7221
7222         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7223         conditional steatment.  Use `cond' instead of `if'.
7224         (wl-draft-confirm): Likewise.
7225
7226 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7227
7228         * wl-version.el (wl-version-show): Use `product-string-1'
7229         instead of `wl-version'.
7230         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7231
7232         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7233
7234 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7235
7236         * wl-highlight.el (wl-highlight-headers): Revert
7237         `wl-highlight-x-face-func' argument (`beg' and `end').
7238
7239 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7240
7241         * wl.el (toplevel): Move `product-provide' declare.
7242         * wl-demo.el (toplevel): Ditto.
7243         * wl-dnd.el (toplevel): Ditto.
7244         * wl-highlight.el (toplevel): Ditto.
7245         * wl-message.el (toplevel): Ditto.
7246         * wl-refile.el (toplevel): Ditto.
7247         * wl-util.el (toplevel): Ditto.
7248
7249 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7252         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7253         (wl-thread-close-all): keep cursor position.
7254
7255 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7258         (eq x 0).
7259         (wl-generate-user-agent-string-1): Fix conditional statement.
7260
7261 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7262
7263         * wl.el (wl-check-environment): Additional check for
7264         'wl-local-domain' and `wl-message-id-domain'.
7265
7266 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7267
7268         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7269
7270 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7273         instead of `smtp-sasl-user-realm'.
7274
7275 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7276
7277         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7278
7279 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7280
7281         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7282         to the default value as well as `eword-lexical-analyzer'.
7283
7284 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7285
7286         * wl-version.el (wl-extended-emacs-version,
7287         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7288         `elmo-match-string' instead of `wl-match-string'.
7289
7290 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7291
7292         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7293         docstring.
7294
7295 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7296
7297         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7298
7299 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7300
7301         * wl-highlight.el (wl-highlight-headers): Remove
7302         `wl-highlight-x-face-func' argument (`beg' and `end').
7303
7304 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * wl-summary.el (wl-summary-mark-as-important):
7307         Remove cache if folder is local.
7308
7309 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7310
7311         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7312         to get existing e-mail address string.
7313
7314 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7315
7316         * wl-version.el (wl-generate-user-agent-string): Commentary.
7317         (wl-generate-user-agent-string-1): Use `when' for
7318         one-branch conditional statement, instead of `and' and `if'.
7319         (wl-extended-emacs-version, wl-extended-emacs-version2,
7320         wl-extended-emacs-version3): Ditto.
7321
7322 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7323
7324         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7325         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7326         condition-case; Remove initialization.
7327         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7328         (wl-summary-sync-update3): Added argument `sync-all';
7329         Eliminated local variable `msgdb';
7330         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7331         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7332         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7333
7334 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7335
7336         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7337         connection before call `wl-draft-send-mail-with-smtp'.
7338
7339 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * Version number is increased to 2.5.4.
7342
7343 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7344
7345         * wl.el (wl-check-environment): Additional check for
7346         'wl-local-domain' and `wl-message-id-domain'.
7347
7348 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7351         buffer as command specific.
7352         (wl-folder-mark-as-read-all-entity): Ditto.
7353         (wl-folder-prefetch-entity): Ditto.
7354         (wl-folder-drop-unsync-entity): Ditto.
7355
7356         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7357         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7358         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7359
7360         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7361         save-excursion.
7362
7363 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * Version number is increased to 2.5.3.
7366
7367         * wl-summary.el (wl-summary-save-view-cache):
7368         Delete duplicated `write-region';
7369         Use `write-region-as-binary' instead of `as-binary-output-file' and
7370         `write-region'.
7371
7372 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7373
7374         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7375
7376 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7379         instead of `smtp-via-smtp'.
7380
7381 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7382
7383         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7384
7385 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7386
7387         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7388         instead of `smtp-sasl-user-realm'.
7389
7390 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7391
7392         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7393
7394 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7395
7396         * Version number is increased to 2.5.2.
7397
7398 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7401         does not exist.
7402         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7403         (wl-biff-start): Call `timer-activate' if timer already exists.
7404
7405         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7406         only when it is bound as function.
7407
7408 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * Version number is increased to 2.5.1.
7411
7412 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7415         Print refile/copy destination.
7416
7417 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7420         queue-flush-only is non-nil.
7421
7422         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7423
7424         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7425         checking cache folder.
7426
7427 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7428
7429         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7430         `regexp-quote'.
7431
7432 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7433
7434         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7435         function.
7436         * wl-summary.el (wl-summary-write-current-folder-functions):
7437         Change default value.  Use it.
7438
7439 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * Version number is increased to 2.5.0.
7442
7443         * wl-version.el (wl-version): Changed codename.
7444
7445 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7446
7447         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7448         (wl-summary-supersedes-message): Ditto.
7449
7450 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7451
7452         * wl-refile.el (wl-refile-guess-functions): Renamed from
7453         `wl-refile-guess-func-list'.
7454
7455 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7458         Fixed problem when no rule was matched.
7459
7460 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7461
7462         * wl-summary.el (wl-summary-get-mark): Fixed
7463         `wl-summary-buffer-target-mark' check logic.
7464
7465 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * wl-folder.el (wl-folder-write-current-folder): Added group
7468         folder check.
7469
7470         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7471         `wl-summary-write-current-newsgroup'.
7472         (wl-summary-write-current-folder-functions): New variable.
7473         * wl-folder.el (wl-folder-get-newsgroups): New function.
7474         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7475         (wl-folder-write-current-folder): Renamed from
7476         `wl-folder-write-current-newsgroup'.
7477
7478 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7479
7480         * Version number is increased to 2.3.93.
7481
7482 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7485         (wl-ldap-make-matched-value-list): Ditto.
7486         (wl-ldap-alias-safe-string): Split e-mail address.
7487
7488         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7489         petname folder default was selected.
7490         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7491         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7492
7493 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7496         to `wl-draft-config-exec'.
7497
7498         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7499         instead of calling `wl-draft-config-exec';
7500         Process group-list and show recipients in minibuffer.
7501
7502         * tm-wl.el (wl-draft-preview-message): Ditto.
7503
7504 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7505
7506         * wl.el (toplevel): Added (C) to copyright notice, and
7507         sync Author header.
7508         * tm-wl.el (toplevel): Ditto.
7509         * wl-address.el (toplevel): Ditto.
7510         * wl-demo.el (toplevel): Ditto.
7511         * wl-dnd.el (toplevel): Ditto.
7512         * wl-draft.el (toplevel): Ditto.
7513         * wl-e21.el (toplevel): Ditto.
7514         * wl-expire.el (toplevel): Ditto.
7515         * wl-folder.el (toplevel): Ditto.
7516         * wl-highlight.el (toplevel): Ditto.
7517         * wl-message.el (toplevel): Ditto.
7518         * wl-mime.el (toplevel): Ditto.
7519         * wl-mule.el (toplevel): Ditto.
7520         * wl-nemacs.el (toplevel): Ditto.
7521         * wl-refile.el (toplevel): Ditto.
7522         * wl-score.el (toplevel): Ditto.
7523         * wl-summary.el (toplevel): Ditto.
7524         * wl-template.el (toplevel): Ditto.
7525         * wl-thread.el (toplevel): Ditto.
7526         * wl-util.el (toplevel): Ditto.
7527         * wl-vars.el (toplevel): Ditto.
7528         * wl-xmas.el (toplevel): Ditto.
7529
7530 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7531
7532         * wl.el (wl-init): Added comment about `wl-init-hook'.
7533         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7534         * wl-vars.el (wl-init-hook): Added docs.
7535         (wl-make-plugged-hook): Removed useless docs.
7536         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7537         * wl-xmas.el (toplevel): Ditto.
7538
7539 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7540
7541         * wl-address.el (toplevel): Fixed multiple Author header format.
7542         * wl-demo.el (toplevel): Ditto.
7543         * wl-draft.el (toplevel): Ditto.
7544         * wl-folder.el (toplevel): Ditto.
7545         * wl-summary.el (toplevel): Ditto.
7546         * wl-thread.el (toplevel): Ditto.
7547         * wl-util.el (toplevel): Ditto.
7548         * wl-vars.el (toplevel): Ditto.
7549         * wl-version.el (toplevel): Ditto.
7550         * wl-xmas.el (toplevel): Ditto.
7551         * wl.el (toplevel): Ditto.
7552
7553         * wl-version.el (toplevel): Added require `elmo-version' for
7554         `product-version-as-string'.
7555
7556 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-vars.el (wl-draft-send-hook): Changed default value to
7559         '(wl-draft-config-exec).
7560
7561         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7562         explicitly.
7563         (wl-draft): Set `wl-draft-config-exec-flag' before running
7564         `wl-mail-setup-hook'.
7565
7566         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7567         `wl-biff-init-icons' to `wl-init-hook' instead of
7568         `wl-make-plugged-hook'.
7569         (Because if `wl-draft' command is invoked at first,
7570         they are not initialized)
7571         Updated copyright notice.
7572
7573         * wl-e21.el (toplevel): Ditto;
7574
7575         * wl-demo.el (toplevel): Updated copyright notice.
7576         * wl-address.el (toplevel): Ditto.
7577         * wl-draft.el (toplevel): Ditto.
7578         * wl-version.el (toplevel): Ditto.
7579         * wl-folder.el (toplevel): Ditto.
7580         * wl-summary.el (toplevel): Ditto.
7581         * wl-thread.el (toplevel): Ditto.
7582         * wl-util.el (toplevel): Ditto.
7583         * wl-vars.el (toplevel): Ditto.
7584         * wl.el (toplevel): Ditto.
7585
7586 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7587
7588         * wl-highlight.el (wl-highlight-message): Fixed problem of
7589         highlighting failure which occured when the last field contains
7590         multiple lines in the draft buffer.
7591
7592         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7593         `wl-biff-start' if plugged.
7594
7595         * wl-util.el (wl-biff-check-folder): New function.
7596         (wl-biff-check-folders): Don't set session name prefix.
7597         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7598         (wl-biff-check-folder-async): Ditto.
7599
7600         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7601         in email address.
7602
7603 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7604
7605         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7606
7607         * wl-draft.el (wl-draft-strip-subject-re): New function.
7608
7609         * wl-draft.el (wl-draft-reply): Use it.
7610
7611 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7612
7613         * wl-message.el (wl-mmelmo-message-redisplay): Use
7614         `mime-display-message' instead of `wl-mime-display-message'.
7615
7616         * wl-mime.el (toplevel): Removed compatibility workaround
7617         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7618         (wl-mime-display-message): Abolished.
7619         (wl-mime-entity-read-field): Ditto.
7620         (wl-mime-combine-message/partial-pieces): Use
7621         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7622
7623 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7624
7625         * wl-template.el: Doc fixes.
7626
7627 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7628
7629         * wl-e21.el (wl-message-overload-functions): Do nothing if
7630         `current-local-map' is not available.
7631         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7632
7633 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7634
7635         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7636         representation.
7637
7638         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7639         number.
7640         (wl-fldmgr-save-folders): Don't use `format' when insert
7641         `wl-fldmgr-folders-header'.
7642
7643 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7644
7645         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7646
7647 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7648
7649         * wl-highlight.el (wl-highlight-message):
7650         Use `std11-field-end' to detect end point of the header field.
7651         Refer `wl-highlight-max-header-size'.
7652
7653         * wl-vars.el (wl-highlight-max-header-size): New variable.
7654
7655         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7656
7657         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7658         Set `for-draft' argument of wl-highlight-headers.
7659         (wl-draft): Ditto.
7660         (wl-draft-reedit): Ditto.
7661         (wl-user-agent-compose-internal): Ditto.
7662
7663 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7664
7665         * wl-message.el (wl-message-add-button): Use overlay.
7666
7667 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7670
7671         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7672         problem when group-list content is nothing.
7673         (Reported by Mito <mit@nines.nec.co.jp>)
7674
7675 2000-10-18  SAITO Atsunori <sai@yedo.com>
7676
7677         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7678
7679 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7680
7681         * tm-wl.el (toplevel): Use product-provide.
7682
7683 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * Version number is increased to 2.3.92.
7686
7687 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7688
7689         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7690         title text, use `display' property for left margin under Emacs 21.
7691
7692         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7693         properties.
7694         (wl-plugged-init-icons): Ditto.
7695
7696 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7697
7698         * wl.el (wl-save-status, wl-init): Remove last period in
7699         "...done." message.
7700         * tm-wl.el (wl-summary-burst): Ditto.
7701         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7702         wl-summary-resume-cache-status,
7703         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7704         wl-summary-sync-update3, wl-summary-highlight-msgs,
7705         wl-summary-flush-pending-append-operations,
7706         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7707         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7708         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7709         wl-thread-open-all): Ditto.
7710         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7711         * wl-mime.el (wl-summary-burst): Ditto.
7712         * wl-highlight.el (wl-highlight-summary): Ditto.
7713         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7714         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7715         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7716         * wl-address.el (wl-local-address-init): Ditto.
7717
7718 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7719
7720         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7721         `add-text-properties'.
7722         (wl-plugged-init-icons): Ditto.
7723         (wl-folder-init-icons): Use `propertize' instead of
7724         `put-text-property'.
7725         (wl-plugged-set-folder-icon): Ditto.
7726         (wl-e21-highlight-folder-group-line): Ditto.
7727
7728 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * wl-version.el (wl-version-status-alist): New variable.
7731         (wl-version-status): New function.
7732
7733         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7734         "Cc" part of the case "Reply-To".
7735
7736         * wl-draft.el (wl-draft-reply): Use result of
7737         `eword-extract-address-components'.
7738
7739         * wl-demo.el (wl-demo-icon-name): New constant.
7740         (wl-logo-xpm): Use it.
7741         (wl-logo-xbm): Ditto.
7742         (wl-logo-bitmap): Ditto.
7743
7744         * Version number is increased to 2.3.91.
7745
7746 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7747
7748         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7749         (wl-extended-emacs-version, wl-extended-emacs-version2,
7750         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7751         docstring.
7752
7753         * wl-version.el (wl-generate-user-agent-string-1): New function.
7754         (wl-generate-user-agent-string): Use it.
7755
7756         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7757         `mime-edit-insert-user-agent-field'.
7758         (wl-generate-user-agent-string): Check
7759         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7760
7761         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7762         instead of `if', when verbose case.
7763
7764 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7765
7766         * wl-expire.el (wl-summary-expire): Fix.
7767
7768 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7769
7770         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7771         and `elmo-lost+found-folder' if 'wl-draft.
7772         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7773
7774 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7775
7776         * wl-expire.el (wl-summary-expire): Change messages.
7777         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7778         `deleing-info' instead of "Deleting..."
7779
7780 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7781
7782         * wl-summary.el (wl-summary-refile-subr): Fix.
7783
7784 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7785
7786         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7787         if pipe folder.
7788
7789 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7790
7791         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7792
7793 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7794
7795         * wl-expire.el (wl-expire-hide): New function.
7796         (wl-summary-expire): Add `hide'.
7797
7798 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-vars.el (wl-draft-reply-without-argument-list):
7801         Changed default value to consider `Reply-To:'.
7802         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7803
7804         * Version number is increased to 2.3.90.
7805
7806         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7807         elmo-imap4-get-session with unwind-protect.
7808         Don't cause error.
7809         (wl-summary-sync-marks): Don't check plugged nor folder type.
7810         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7811         (Always keep current buffer).
7812
7813 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7814
7815         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7816         Enclose with `save-excursion'.
7817
7818 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7819
7820         * wl-version.el (wl-version): Remove interactive.
7821
7822 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7823
7824         * wl-version.el (wl-generate-user-agent-string): Use
7825         `product-string-verbose' instead of `product-string-1'.
7826
7827 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7828
7829         * wl-vars.el (wl-draft-use-cache): New variable.
7830         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7831         if wl-draft-use-cache is non-nil.
7832
7833 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7834
7835         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7836         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7837
7838 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7841         (wl-thread-msg-mark-as-unread): Ditto.
7842
7843         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7844         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7845         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7846         Don't set mark in summary if return value of `elmo-mark-as-read'
7847         is nil.
7848         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7849         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7850         instead of `wl-thread-msg-mark-as-read'.
7851         (wl-summary-mark-as-unread-region): Ditto.
7852         (wl-summary-target-mark-mark-as-read): Ditto.
7853
7854         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7855
7856 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7859
7860         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7861
7862 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7865         face.
7866
7867 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7868
7869         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7870         `running-xemacs'.
7871
7872 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7873
7874         * wl-version.el (toplevel): Use `product-version-as-string' for
7875         set verstion-string, if defined.
7876
7877         * wl-version.el (wl-version-show): Insert string at point, when
7878         call with argument.
7879
7880         * wl-version.el (wl-generate-user-agent-string): Use
7881         `product-string-1' instead of `wl-appname', `wl-version' and
7882         `wl-codename'.
7883
7884 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7885
7886         * wl-address.el (toplevel): Use product-provide.
7887         * wl-demo.el (toplevel): Ditto.
7888         * wl-dnd.el (toplevel): Ditto.
7889         * wl-draft.el (toplevel): Ditto.
7890         * wl-e21.el (toplevel): Ditto.
7891         * wl-expire.el (toplevel): Ditto.
7892         * wl-fldmgr.el (toplevel): Ditto.
7893         * wl-folder.el (toplevel): Ditto.
7894         * wl-highlight.el (toplevel): Ditto.
7895         * wl-message.el (toplevel): Ditto.
7896         * wl-mime.el (toplevel): Ditto.
7897         * wl-mule.el (toplevel): Ditto.
7898         * wl-nemacs.el (toplevel): Ditto.
7899         * wl-refile.el (toplevel): Ditto.
7900         * wl-score.el (toplevel): Ditto.
7901         * wl-summary.el (toplevel): Ditto.
7902         * wl-template.el (toplevel): Ditto.
7903         * wl-thread.el (toplevel): Ditto.
7904         * wl-util.el (toplevel): Ditto.
7905         * wl-vars.el (toplevel): Ditto.
7906         * wl-xmas.el (toplevel): Ditto.
7907         * wl.el (toplevel): Ditto.
7908
7909 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7910
7911         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7912         instead of product.
7913
7914         * wl-version.el (wl-version): Compile time evalution elmo-version.
7915
7916 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7917
7918         * wl-summary.el (wl-summary-sync-force-update): Append queue
7919         `mark-as-read'if unplugged.
7920
7921 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7922
7923         * wl-version.el: New file.  Use product.el.
7924         * wl.el: add (require 'wl-version).
7925         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7926         for ~/.folders header.
7927         (wl-fldmgr-folders-header): Changed.
7928         * wl-demo.el (wl-demo): Use product.el.
7929
7930         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7931         wl-version.el.
7932         * wl-util.el (wl-version, wl-version-show): Ditto.
7933
7934         * wl-util.el (wl-generate-user-agent-string,
7935         wl-extended-emacs-version, wl-extended-emacs-version2,
7936         wl-extended-emacs-version3): Move to wl-version.el.
7937         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7938         xemacs-codename, mime-edit-insert-user-agent-field,
7939         mime-edit-user-agent-value, mime-editor/version,
7940         mime-editor/codename): Compile warning killer move to
7941         wl-version.el
7942
7943 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7944
7945         * wl-summary.el (wl-summary-refile-subr): Fix.
7946
7947 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7950         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7951
7952 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7953
7954         * wl.el (wl-check-environment): Check too many `@'.
7955
7956 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7957
7958         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7959
7960 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7961
7962         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7963         wl-draft-reply-myself-without-argument-list): Add variables.
7964         * wl-draft.el (wl-draft-reply): Use it.
7965
7966 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7967
7968         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7969         the 5th argument of `elmo-network-get-spec'.
7970
7971         * wl-thread.el (wl-thread-reparent-children): New inline function.
7972         (wl-thread-delete-message): Use it.
7973
7974         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7975         (wl-summary-score-update-all-lines): Don't use `dolist'.
7976
7977 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7978
7979         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7980         (require 'elmo-msgdb) for inline function.
7981
7982 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7983
7984         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7985
7986 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7987
7988         * wl-score.el (wl-score-headers): Fix for the confusing macro
7989         `elmo-kill-buffer'.
7990
7991 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7992
7993         * wl-summary.el: Don't use the 3rd argument of `require' because
7994         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7995         * wl-util.el: Ditto.
7996         * wl-draft.el: Ditto.
7997
7998 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7999
8000         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8001         window system is not used.
8002
8003 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8004
8005         * wl-thread.el: Don't use `mapcar' only for iteration.
8006         (wl-thread-resume-entity): Ditto.
8007         (wl-thread-delete-message): Ditto.
8008
8009         * wl-summary.el: Bind `dragdrop-drop-functions',
8010         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8011         of `require' for `timezone', `easymenu' and `ps-print';
8012         don't use `mapcar' only for iteration.
8013
8014         * wl-util.el: Bind `mule-version', `nemacs-version',
8015         `emacs-beta-version', `xemacs-codename',
8016         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8017         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8018         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8019         only for iteration.
8020
8021         * wl-score.el: Don't use `mapcar' only for iteration.
8022         (wl-score-simplify-buffer-fuzzy): Ditto.
8023         (wl-score-simplify-subject): Ditto.
8024         (wl-score-headers): Ditto.
8025         (wl-summary-score-update-all-lines): Ditto.
8026
8027         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8028         `enable-multibyte-characters' and `mule-version'.
8029
8030         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8031         `mapcar' only for iteration.
8032
8033         * wl-demo.el: Don't use `mapcar' only for iteration.
8034
8035         * wl-folder.el: Don't use `mapcar' only for iteration.
8036         (wl-folder-open-all): Ditto.
8037         (wl-folder-count-incorporates): Ditto.
8038
8039         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8040         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8041
8042         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8043         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8044         `smtp-connection-type'; specify 3rd argument of `require' for
8045         `timezone'; don't use `mapcar' only for iteration.
8046         (wl-draft-clone-local-variables): Don't use `mapcar'.
8047         (wl-draft-generate-clone-buffer): Ditto.
8048         (wl-user-agent-compose-internal): Ditto.
8049
8050         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8051
8052         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8053         (wl-save-status): Ditto.
8054
8055         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8056         for iteration.
8057
8058 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8061         removed `Date'.
8062         (wl-fldmgr-make-filter-default): New user option.
8063
8064         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8065         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8066         (wl-fldmgr-filter-completion-alist): Abolish.
8067
8068         * wl.el (wl): Don't check servers if arg is non-nil.
8069
8070         * wl-draft.el (wl-draft-reply): Set only message-id string to
8071         In-Reply-To field.
8072
8073 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8074
8075         * wl-summary.el (wl-summary-pick): Rewrite.
8076
8077         * wl-draft.el (wl-draft-forward): Get references field from
8078         original buffer.
8079         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8080
8081 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8082
8083         * wl-draft.el (wl-draft-forward): Add references field.
8084
8085 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8088         (wl-draft-reply): Use it.
8089
8090 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8091
8092         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8093         when Emacs 21 is running.
8094
8095         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8096         bindings.
8097
8098 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8099
8100         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8101         XPM icons transparent.
8102
8103         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8104         Emacs 21.
8105
8106 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8109         nil.
8110
8111         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8112         when it is persistent.
8113         (wl-summary-sync-marks): Changed argument for
8114         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8115         (wl-summary-virtual): Use `elmo-read-search-condition'.
8116         (wl-summary-redisplay-internal): If folder is local, mark as read
8117         even when folder is plugged.
8118
8119 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8120
8121         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8122         of `tool-bar-lines' in the frame parameters.
8123         (after-make-frame-functions, post-command-hook): Don't modify the
8124         value.
8125         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8126         wl-e21-tool-bar-lines): Removed.
8127
8128 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8129
8130         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8131         properties `evaporate' and `wl-momentary-overlay' as well.
8132         (wl-highlight-summary-displaying): Ditto.
8133         (wl-delete-all-overlays): Don't delete overlay which does not have
8134         a property `wl-momentary-overlay'.
8135
8136         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8137         `display-mouse-p' and `display-graphic-p'.
8138         (wl-folder-init-icons): Don't search for XBM or the other files.
8139         (wl-plugged-set-folder-icon): Make icons if and only if
8140         `display-graphic-p' returns non-nil.
8141         (wl-highlight-plugged-current-line): Use `before-string' overlay
8142         property to show icon images.
8143         (wl-highlight-folder-current-line): Ditto.
8144         (wl-e21-highlight-folder-group-line): Ditto.
8145         (wl-e21-highlight-folder-by-numbers): Ditto.
8146         (wl-e21-insert-image): Removed.
8147         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8148         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8149         said.
8150         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8151         `wl-e21-force-switch-toolbar'.
8152         (wl-e21-make-icon-image): Removed.
8153         (wl-e21-setup-toolbar): Don't search for XBM files.
8154         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8155         the default value.
8156
8157 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * wl-util.el (wl-biff-check-folder-async): Set
8160         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8161
8162 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8163
8164         * wl-e21.el (after-make-frame-functions): Add
8165         `wl-e21-force-switch-toolbar'.
8166         (wl-e21-force-switch-toolbar): New function force to switch the
8167         toolbar appearance automatically.
8168         (post-command-hook): Add `wl-e21-switch-toolbar'.
8169         (wl-e21-switch-toolbar): New function to switch the toolbar
8170         appearance automatically.
8171         (wl-e21-tool-bar-lines): New buffer local variable.
8172
8173 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8174
8175         * wl-util.el (wl-biff-check-folders-running): New variable.
8176         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8177         (wl-biff-check-folder-async-callback):
8178         Set `wl-biff-check-folders-running'.
8179         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8180         with unwind-protect.
8181
8182         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8183         Enclose `wl-folder-auto-check' with unwind-protect.
8184
8185         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8186         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8187
8188         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8189
8190         * wl-util.el (wl-biff-notify): New inline function.
8191         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8192         locally.
8193         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8194         folder-list' is 1.
8195         Use `wl-biff-notify'.
8196         (wl-biff-check-folder-async-callback): New function.
8197         (wl-biff-check-folder-async): Ditto.
8198
8199         * wl-folder.el (wl-folder): Don't check folders.
8200         (wl-folder-auto-check): New function.
8201
8202 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8203
8204         * wl-util.el (wl-biff-start) [Emacs19+]:
8205         Use `timer-next-integral-multiple-of-time'.
8206         (wl-biff-check-folders): Use `wl-default-folder'
8207         if `wl-biff-check-folder-list' is nil.
8208
8209 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8210
8211         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8212         instead of `elmo-delete-lists'.
8213
8214 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8215
8216         * wl.el (wl-plugged-toggle-all): Set the value of
8217         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8218         (wl-plugged-toggle): Ditto.
8219         (wl-toggle-plugged): Ditto.
8220         (wl-plugged-init): Ditto.
8221
8222         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8223         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8224         instead of `wl-biff-state-indicator-off' and
8225         `wl-biff-state-indicator-on'; don't modify the value and the type
8226         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8227         (wl-plugged-init-icons): Set icons data to
8228         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8229         instead of `wl-plug-state-indicator-off' and
8230         `wl-plug-state-indicator-on'; don't modify the value and the type
8231         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8232
8233         * wl-vars.el (wl-modeline-biff-state-off,
8234         wl-modeline-biff-state-on, wl-modeline-biff-status,
8235         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8236         wl-modeline-plug-status): New internal variables.
8237         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8238         wl-biff-check-interval, wl-biff-check-folder-list): Change
8239         customization group from `wl-folder' to `wl-highlight'.
8240         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8241         wl-show-plug-status-on-modeline): Defcustomized.
8242
8243         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8244         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8245         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8246         a flag to `mode-line-buffer-identification'.
8247
8248         * wl-e21.el (wl-biff-init-icons): Set icons data to
8249         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8250         instead of `wl-biff-state-indicator-off' and
8251         `wl-biff-state-indicator-on'.
8252         (wl-plugged-init-icons): Set icons data to
8253         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8254         instead of `wl-plug-state-indicator-off' and
8255         `wl-plug-state-indicator-on'.
8256
8257 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8258
8259         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8260         excessive titles.
8261
8262 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8263
8264         * wl.el (wl-plugged-mode): Use revised
8265         `wl-mode-line-buffer-identification'.
8266         (wl-plugged-init): Don't use `force-mode-line-update'.
8267
8268         * wl-xmas.el (wl-draft-overload-functions): Use revised
8269         `wl-mode-line-buffer-identification'.
8270         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8271         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8272         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8273         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8274         `wl-make-plugged-hook';
8275         add `wl-folder-init-icons' and `wl-setup-folder' to
8276         `wl-folder-mode-hook'.
8277
8278         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8279         19 as well.
8280         (wl-mode-line-display-priority-list): New user option.
8281         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8282         Defcustomized.
8283         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8284         Add docs.
8285
8286         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8287         start.
8288         (wl-mode-line-buffer-identification): Revised as a function.
8289
8290         * wl-summary.el (wl-summary-mode): Use revised
8291         `wl-mode-line-buffer-identification'; don't call
8292         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8293         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8294         `wl-xmas-setup-summary'.
8295
8296         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8297         `wl-mode-line-buffer-identification'.
8298
8299         * wl-mule.el (wl-draft-overload-functions): Use revised
8300         `wl-mode-line-buffer-identification'.
8301
8302         * wl-folder.el (wl-make-plugged-alist): Don't call
8303         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8304         (wl-folder): Don't call `wl-folder-init-icons' directly.
8305         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8306         `wl-xmas-setup-folder' directly;
8307         use revised `wl-mode-line-buffer-identification'.
8308         (TopLevel): Don't bind `wl-biff-init-icons',
8309         `wl-plugged-init-icons', `wl-folder-init-icons',
8310         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8311
8312         * wl-e21.el (wl-draft-overload-functions): Use revised
8313         `wl-mode-line-buffer-identification'.
8314         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8315         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8316         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8317         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8318         `wl-make-plugged-hook';
8319         add `wl-folder-init-icons' and `wl-setup-folder' to
8320         `wl-folder-mode-hook'.
8321
8322 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8323             Katsumi Yamaoka    <yamaoka@jpl.org>
8324
8325         * wl.el (wl): Call `wl-biff-start'.
8326         (wl-exit): Call `wl-biff-stop'.
8327         (wl-plugged-mode): Show biff in modeline.
8328         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8329
8330         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8331         (wl-biff-init-icons): New function.
8332         (wl-plugged-init-icons): Don't make too much keymaps.
8333         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8334
8335         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8336         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8337         variables.
8338         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8339         options.
8340
8341         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8342         wl-biff-start, wl-biff-stop): New functions.
8343         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8344         (wl-biff-timer-name): New variable.
8345
8346         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8347
8348         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8349         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8350
8351         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8352         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8353
8354         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8355         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8356         `wl-folder-init-icons' to `ignore' if they are not available.
8357         (wl-folder-mode): Show biff in modeline.
8358
8359         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8360         (wl-biff-init-icons): New function.
8361         (wl-plugged-init-icons): Don't make too much keymaps.
8362         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8363
8364 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8365
8366         * wl-vars.el (wl-strict-diff-folders): Customization Type
8367         and doc fix.  Define as a list of regular expressions for
8368         folders or nil.
8369         * wl-folder.el (wl-folder-check-one-entity): Use
8370         `wl-string-match-member' instead of `wl-string-member' for
8371         `wl-strict-diff-folders'.
8372
8373 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8374
8375         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8376         (wl-highlight-folder-current-line): Use it; new implementation.
8377         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8378         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8379         `defsubst' instead of `defun'.
8380
8381         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8382         `wl-highlight-group-folder-by-numbers'; made it can also be a
8383         number.  See info for more details.
8384
8385         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8386         running.
8387
8388         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8389         to bind them.
8390
8391         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8392         (wl-highlight-folder-current-line): New implementation.
8393
8394         * wl-highlight.el (wl-highlight-folder-group-line): New
8395         implementation.
8396         (wl-delete-all-overlays): Rewrite as a marco.
8397         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8398
8399         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8400         running.
8401         (wl-folder-*-glyph): No need to bind them.
8402
8403         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8404         `wl-e21-highlight-folder-group-icon'; rewrite.
8405         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8406         `defsubst' instead of `defun'.
8407         (wl-folder-mode-map): Bind it when compiling.
8408
8409 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8412
8413         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8414
8415 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8416
8417         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8418
8419 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8420
8421         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8422         (wl-highlight-folder-current-line): Use it.
8423
8424         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8425         in `id-name'.
8426
8427 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8428
8429         * wl.el: Require `wl-e21' when Emacs 21 is running.
8430
8431         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8432         default when Emacs 21 is running.
8433         (wl-use-highlight-mouse-line): Ditto.
8434         (wl-on-emacs21): New constant.
8435         (wl-on-emacs20): Removed.
8436
8437         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8438         Emacs 21 is running.
8439
8440         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8441         Emacs 21 is running.
8442
8443         * wl-e21.el: New file.
8444
8445 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8446
8447         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8448         (wl-toggle-plugged): Ditto.
8449         (wl-plugged-toggle): Ditto.
8450         (wl-plugged-toggle-all): Ditto.
8451
8452         * wl-vars.el (wl-plug-state-indicator): Refer
8453         `wl-plug-state-indicator-on' indirectly.
8454
8455 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8458         Call `wl-folder-confirm-existence'.
8459
8460         * wl-folder.el (wl-folder-confirm-existence): Added optional
8461         argument `force'.
8462
8463 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8464
8465         * wl-summary.el (wl-summary-refile-subr): Assume
8466         `copy-or-refile' as symbol.
8467         (wl-summary-refile): Follow up above change.
8468         (wl-summary-copy): Ditto.  Doc fix.
8469
8470 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8471
8472         * wl-summary.el (wl-summary-pick): Don't bind
8473         `elmo-search-mime-charset'.
8474
8475         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8476         default using old backquote style.
8477         (wl-search-mime-charset): Abolished.
8478
8479         * wl-highlight.el (wl-highlight-headers):
8480         Call `point' after `re-search-forward'(for Nemacs).
8481
8482         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8483         for elmo-imap4.el.
8484
8485 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8486
8487         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8488         `wl-message-ignored-field-list' instead of
8489         `mime-view-ignored-field-list'.
8490
8491         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8492         Add interactive spec.
8493         (wl-folder-goto-bottom-of-current-folder): Ditto.
8494         (wl-folder-mode-map): Bind them.
8495
8496         * wl-vars.el (wl-message-ignored-field-list): New variable.
8497         (wl-message-visible-field-list): New variable.
8498
8499         * wl-mime.el (wl-mime-header-presentation-method): New function.
8500         (wl-mime-setup): Set header-presentation-method.
8501
8502 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8503
8504         * wl-nemacs.el (wl-draft-overload-functions): Set
8505         `mode-line-buffer-identification' instead of using
8506         `wl-make-modeline'.
8507
8508         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8509         instead of using `wl-make-modeline'.
8510
8511         * wl-xmas.el (wl-plugged-init-icons): Set up
8512         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8513         (wl-make-modeline): Abolish.
8514         (wl-draft-overload-functions): Set
8515         `mode-line-buffer-identification' instead of using
8516         `wl-make-modeline'.
8517
8518         * wl-util.el (wl-make-modeline-subr): Abolish.
8519         (wl-mode-line-buffer-identification): New alias.
8520
8521         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8522         (wl-summary-make-modeline): Abolish.
8523         (wl-summary-buffer-set-folder): Set
8524         `wl-summary-buffer-folder-indicator'.
8525         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8526         of using `wl-make-modeline'.
8527         (wl-summary-switch-to-clone-buffer): Don't set
8528         `mode-line-buffer-identification'.
8529         (wl-summary-goto-folder-subr): Ditto.
8530
8531         * wl-mule.el (wl-draft-overload-functions): Set
8532         `mode-line-buffer-identification' instead of using
8533         `wl-make-modeline'.
8534
8535         * wl-folder.el (wl-folder-mode): Set
8536         `mode-line-buffer-identification' instead of using
8537         `wl-make-modeline'.
8538         (wl-folder): Don't set `mode-line-buffer-identification'.
8539
8540 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8541
8542         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8543         instead of `member' for `wl-refile-guess-func-list' look-ups.
8544         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8545
8546 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8547
8548         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8549         `wl-message-button-dispatcher'.
8550
8551         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8552
8553         * wl-message.el (wl-message-button-dispatcher): Use it.
8554
8555         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8556         "In-Reply-To".
8557
8558         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8559         Bind `case-fold-search' to t.
8560
8561 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8562
8563         * wl-xmas.el (wl-message-overload-functions): Initialize
8564         `wl-message-button-map'.
8565
8566         * wl-mule.el (wl-message-overload-functions): Initialize
8567         `wl-message-button-map'.
8568
8569         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8570
8571         * wl-message.el (wl-message-button-map): New keymap.
8572         (wl-message-add-button): New function.
8573         (wl-message-button-dispatcher): New function.
8574         (wl-message-button-refer-article): New function.
8575
8576         * wl-highlight.el
8577         (wl-highlight-message-add-buttons-to-header): New function.
8578         (wl-highlight-headers): Use it.
8579
8580 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8581
8582         * wl-summary.el (wl-summary-default-from): Use
8583         `wl-address-get-petname-1'.
8584         (wl-summary-simple-from): Ditto.
8585
8586         * wl-address.el (wl-address-get-petname-1): New inline function.
8587         (wl-address-get-petname): Use it.
8588
8589 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8590
8591         * wl-summary.el (wl-summary-default-from): Return full-name part
8592         from the address if no petname was found.
8593         (wl-summary-simple-from): Ditto.
8594
8595         * wl-address.el (wl-address-get-petname): Return nil if no petname
8596         associated with the address was found.
8597
8598 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8599
8600         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8601         display is finished.
8602
8603 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8604
8605         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8606         `elmo-folder-exists-p' argument.
8607
8608 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8609
8610         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8611         the folder.
8612
8613 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8616
8617         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8618         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8619
8620 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8621
8622         * wl-folder.el (wl-folder-create-subr): New function.
8623         (wl-folder-confirm-existence): Use it.
8624         (wl-folder-check-one-entity): Use it.
8625         Check the error symbol is derived from 'elmo-open-error.
8626
8627         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8628         `ignore-error'.
8629
8630 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8631
8632         * wl-util.el (toplevel): Add (eval-when-compile (require
8633         'elmo-util)).  (Maybe `provide' is typo.)
8634
8635 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8636
8637         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8638         (I don't know why this was needed.)
8639
8640         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8641         Follow up changes for stream-type.
8642
8643         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8644         (wl-draft-elmo-nntp-send): Ditto.
8645
8646         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8647         (wl-nntp-posting-stream-type): Ditto.
8648         (wl-pop-before-smtp-ssl): Abolished.
8649         (wl-nntp-posting-ssl): Ditto.
8650
8651         * wl-address.el (wl-address-quote-specials): New function.
8652         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8653
8654         * wl-draft.el (wl-draft-reply): Ditto.
8655
8656 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8657
8658         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8659         use function `wl-string-match-assoc'.
8660
8661 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8664
8665         * wl-draft.el (wl-draft-deduce-address-list): New function.
8666         (wl-draft-parse-mailbox-list): Ditto.
8667         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8668         instead of `smtp-deduce-address-list'.
8669         (wl-draft-on-field-p): Follow group list.
8670
8671         * wl-address.el (wl-address-concat-token): New function.
8672         (wl-address-string-without-group-list-contents): Ditto.
8673         (wl-complete-field-body): Fixed problem of completion
8674         by japanese petname.
8675         (wl-address-make-completion-list): Rewrite.
8676
8677 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8678
8679         * wl-address.el (wl-address-make-completion-list): Completion by
8680         petname.
8681         (wl-complete-field-body): Likewise.
8682
8683 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8684
8685         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8686         contains invalid address syntax.
8687
8688 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8689
8690         * wl-folder.el (wl-folder-check-entity-async): Use
8691         `elmo-nntp-spec-hostname'.
8692
8693 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8694
8695         * wl-summary.el (wl-summary-msgdb-load-async): Use
8696         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8697
8698 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8699
8700         * wl-draft.el (wl-draft-reply): Set argument
8701         `content-transfer-encoding' as nil.
8702
8703 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8704
8705         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8706         `wl-refile-alist'.
8707
8708 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8709
8710         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8711         (wl-draft-edit-string): Ditto.
8712         (wl-draft-forward): Ditto.
8713         * wl-summary.el (wl-summary-write): Ditto.
8714
8715 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8716
8717         * wl-summary.el (wl-summary-sync-update3): Call
8718         `wl-summary-buffer-number-column-detect'.
8719         (wl-summary-buffer-number-column-detect): Search from point-min.
8720
8721 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8722
8723         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8724         contains an address which is not included in original to or cc.
8725
8726 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8727
8728         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8729         begin-line does not exist.
8730         * wl-message.el (wl-message-uu-substring): Ditto.
8731
8732 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8733
8734         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8735         clear local variables.
8736         (wl-summary-exit): Call `elmo-commit'.
8737         (wl-summary-switch-to-clone-buffer): Call
8738         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8739         (wl-summary-goto-folder-subr): Ditto.
8740
8741         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8742         POP folder.
8743
8744 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8747         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8748         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8749         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8750         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8751         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8752
8753         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8754
8755 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8756
8757         * wl-summary.el (wl-summary-search-by-subject):
8758         Search parent message from the latest one.
8759
8760 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8763         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8764
8765         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8766         New user option.
8767
8768         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8769         if elmo-nntp-use-killed-list is nil.
8770         Use `elmo-msgdb-append-to-killed-list'.
8771         (Append numbers confirmed as disappeared to the killed list.)
8772         (wl-summary-confirm-appends): Don't display negative number.
8773
8774 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8775
8776         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8777
8778 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8779
8780         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8781         range is `all'.
8782         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8783         `elmo-list-bigger-diff'.
8784
8785 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8786
8787         * wl-summary.el (wl-summary-buffer-exit-func):
8788         New buffer local variable.
8789         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8790
8791 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8792
8793         * wl-demo.el (wl-demo): Fix the last change.
8794
8795 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8796
8797         * wl-demo.el (wl-demo): Don't use `eval'.
8798
8799 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8800
8801         * wl-summary.el (wl-summary-buffer-thread-modified):
8802         New buffer-local variable.
8803         (wl-summary-set-thread-modified): New function.
8804         (wl-summary-thread-modified-p): New function.
8805         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8806         (wl-summary-yank-saved-message): Use function
8807         `wl-summary-set-thread-modified'
8808         (wl-summary-switch-to-clone-buffer): Add
8809         `wl-summary-buffer-thread-modified'.
8810
8811         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8812         (wl-summary-buffer-mark-saved-hook): Ditto.
8813         * wl-summary.el (wl-summary-msgdb-save): New hook
8814         `wl-summary-buffer-message-saved-hook' and
8815         `wl-summary-buffer-mark-saved-hook'.
8816
8817 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8818
8819         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8820
8821 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8822
8823         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8824         don't hide scroll bars under FSF Emacsen because it may incur an
8825         undesirable redrawing.
8826
8827 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8828
8829         * wl-draft.el (wl-draft-edit-string): Call
8830         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8831
8832 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8833
8834         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8835
8836 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8837
8838         * wl-summary.el (wl-summary-msgdb-load-async): Call
8839         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8840
8841 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8842
8843         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8844         fringes in demo buffer; center bitmap logo correctly even if old
8845         Mule is used.
8846
8847 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8848
8849         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8850
8851         * wl-refile.el (wl-refile-subject-alist): New variable.
8852         (wl-refile-subject-alist-file-name): Ditto.
8853         (wl-refile-alist-setup): Rewrite.
8854         (wl-refile-alist-save): Use `elmo-object-save'.
8855         Eliminated arguments.
8856         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8857         (wl-refile-guess-by-subject): New function.
8858         (wl-refile-guess-func-list): Added it.
8859
8860 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8861
8862         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8863         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8864
8865 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8868         New buffer-local variable.
8869         (wl-summary-buffer-next-folder-func): Ditto.
8870         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8871         if non-nil.
8872         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8873         if non-nil.
8874         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8875         if non-nil.
8876         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8877         if non-nil.
8878
8879 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8880
8881         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8882         permanently in the demo buffer.
8883
8884 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8885
8886         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8887         `mime-entity-fetch-field'.
8888
8889         * wl.el (wl-exit): Delete plugged buffer.
8890
8891         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8892         XEmacs has menubar feature.
8893
8894 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8895
8896         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8897         cannot arrive at the beginning of the buffer under old Emacsen.
8898
8899 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8900
8901         * wl-address.el (wl-address-ldap-search):
8902         Call `ldap-search-entries' with `withdn' argument t.
8903         (wl-complete-field-body): Bind completion-ignore-case as t.
8904         Clear ldap search hash when it was sole completion.
8905         Use elmo-string for pattern string.
8906         (wl-ldap-alias-safe-string): Eliminated needless let.
8907
8908 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8909
8910         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8911         (wl-ldap-alias-sep): New constant.
8912         (wl-ldap-search-attribute-type-list): Ditto.
8913         (wl-ldap-get-value): New function.
8914         (wl-ldap-make-filter): Ditto.
8915         (wl-ldap-make-matched-value-list): Ditto.
8916         (wl-ldap-alias-safe-string): Ditto.
8917         (wl-ldap-register-dn-string): Ditto.
8918         (wl-address-ldap-search): Rewrite.
8919
8920 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8921
8922         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8923         thread is deleted.
8924         (wl-thread-delete-line-from-buffer): Ditto.
8925         (wl-thread-get-exist-children): New function.
8926
8927 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8928
8929         * wl-demo.el (wl-demo): Made it to select various image types.
8930         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8931         from `wl-title-logo'.
8932         (wl-logo-ascii): New variable.
8933         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8934         (wl-demo-copyright-notice): New constant.
8935
8936         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8937
8938 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8939
8940         * wl-vars.el (wl-summary-target-above): Renamed from
8941         wl-summary-temp-above.
8942         * wl-score.el (wl-score-get-score-alist): Use it.
8943         (wl-summary-score-update-all-lines): Use it.
8944         * wl-summary.el: Ditto. (make-variable-buffer-local).
8945
8946 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl-vars.el (wl-ldap-port): New user option.
8949
8950         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8951         Rewite whole implementation.
8952         (wl-complete-field-body): Fixed.
8953
8954 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8955
8956         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8957         Choose implementation at compile time.
8958
8959 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8960
8961         * wl-address.el (wl-ldap-search-internal): New function.
8962         (wl-complete-field-to): Use it.
8963
8964 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8965
8966         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8967         Use `let' instead of `let*'.
8968         Require 'wl-vars.
8969
8970         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8971         Define as defcustom.
8972         (wl-ldap-base): Ditto.
8973         (wl-use-ldap): Ditto.
8974
8975 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8976
8977         * wl-address.el (wl-ldap-search): New function.
8978         (wl-complete-field-body): Use `wl-ldap-search'.
8979         (wl-ldap-server): New variable.
8980         (wl-ldap-base): Ditto.
8981         (wl-use-ldap): Ditto.
8982
8983 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8984
8985         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8986         (Pointed out by Mito <mit@nines.nec.co.jp>).
8987         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8988         buffer-local variables like `wl-summary-redisplay-internal'.
8989         (wl-summary-redisplay-all-header): Likewise.  Update
8990         Summary view too.
8991
8992 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8993
8994         * wl-summary.el (wl-summary-jump-to-parent-message):
8995         Consider prefix argument.
8996
8997         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8998         when closed thread is deleted.
8999
9000 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9001
9002         * wl-summary.el (wl-summary-jump-to-parent-message):
9003         Consider thread modification.
9004
9005 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9006
9007         * wl-message.el (wl-message-normal-get-original-buffer): Use
9008         `save-excursion'.
9009
9010         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9011         (wl-summary-showto-folder-regexp): Ditto.
9012
9013 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9014
9015         * wl-util.el (wl-delete-alist): Doc fix.
9016         (wl-delete-associations): New function.
9017         (wl-inverse-alist): New function.
9018         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9019         Split temporary variables. Use `wl-delete-associations'
9020         and `wl-inverse-alist'.
9021         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9022
9023 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9024
9025         * wl-folder.el (wl-folder-prefetch-entity):
9026         Execute prefetching if new count is unknown.
9027
9028 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9029
9030         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9031
9032         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9033         delete entity.
9034         (wl-thread-set-parent): If insert as top, set linked as nil.
9035
9036         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9037         `wl-thread-cleanup-symbols' when view mode is thread.
9038
9039 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9040
9041         * wl-folder.el (wl-folder-create-folder-entity): Use
9042         with-current-buffer.
9043         (wl-local-folder-init): Call set-buffer to make sure we are in
9044         the Folder buffer. Don't touch buffer-local variables here.
9045         (wl-folder-mode): Initialize buffer-local variables here.
9046
9047         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9048         (wl-folder-entity-assign-id): Ditto.
9049         (wl-folder-create-entity-hashtb): Ditto.
9050         (wl-local-folder-init): Ditto.
9051         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9052
9053 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9054
9055         * wl-summary.el (wl-summary-default-from): Fix probrem when
9056         std11-extract-address-components return (nil "foo@bar").
9057
9058 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9059
9060         * wl-draft.el (wl-draft-clone-local-variables):
9061         Remove redundant `setq'.
9062
9063 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9064
9065         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9066         Bind wl-highlight-x-face-func as nil while highlighting header.
9067
9068 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9069
9070         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9071
9072 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9073
9074         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9075         elmo-msgdb-overview-hashtb from copy-variables.
9076         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9077         instead of `elmo-msgdb-overview-get-entity-by-number'.
9078         (wl-summary-auto-refile): Ditto.
9079
9080         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9081         `elmo-msgdb-overview-get-entity' instead of
9082         `elmo-msgdb-search-overview-entity'.  Use
9083         `elmo-msgdb-overview-get-entity' instead of
9084         `elmo-msgdb-overview-get-entity-by-number'.
9085         (wl-thread-insert-entity-sub): Ditto.
9086         (wl-thread-insert-message): Ditto.
9087
9088         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9089         `elmo-msgdb-overview-get-entity'.
9090         (wl-normal-message-redisplay): Ditto.
9091
9092 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9093
9094         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9095         `wl-thread-entities'.
9096         (wl-thread-delete-message): Fix remove top message from
9097         `wl-thread-entity-list'.
9098
9099         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9100         wl-append(nconc), because update-list is broken on Meadow.
9101
9102         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9103         updating process.
9104         (wl-summary-rescan): Ditto.
9105         (wl-summary-sync-update3): Ditto.
9106         * wl-thread.el (wl-thread-set-parent): Renamed from
9107         `wl-summary-set-parent'.
9108         (wl-thread-insert-message): Updating buffer faster.
9109         (wl-thread-delete-message): Updating buffer faster.
9110
9111         * wl-score.el (wl-summary-score-update-all-lines): Changed
9112         interval for display progress gauge.
9113
9114 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9115
9116         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9117         folder always-sticky.
9118         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9119         defmacro.
9120
9121 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9122
9123         * wl-vars.el (wl-draft-add-references): New user option.
9124
9125         * wl-draft.el (wl-draft-add-references): New function.
9126         (wl-draft-yank-from-mail-reply-buffer): Use it.
9127         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9128         as nil.
9129
9130 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9131
9132         * wl-thread.el (wl-thread-update-line-msgs): Called
9133         `wl-thread-update-line-on-buffer-sub'.
9134         (wl-thread-update-line-on-buffer): Delete routine of inserting
9135         thread.
9136         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9137         moved from `wl-thread-update-line-on-buffer'.
9138         Add threshold for displaying progress gauge.
9139         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9140         argument of `wl-thread-update-line-msgs'.
9141         Add threshold for displaying progress gauge.
9142         * wl-folder.el:
9143         Add threshold for displaying progress gauge.
9144         * wl-score.el: Ditto.
9145
9146         * wl-expire.el (wl-summary-expire): Display deleting info.
9147
9148 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9149
9150         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9151         `no-msg'.
9152         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9153         argument of `wl-thread-update-line-msgs'.
9154         (wl-summary-set-parent): Added optional argument `parent-number'.
9155         (wl-summary-buffer-saved-message): New buffer local variable.
9156         (wl-summary-save-current-message): New command.
9157         (wl-summary-yank-saved-message): Ditto.
9158         (wl-summary-mode-map): Added key binding for
9159         `wl-summary-save-current-message' (\ew) and
9160         `wl-summary-yank-saved-message' (\C-y).
9161         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9162
9163 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * wl-summary.el (wl-summary-mode-map): Added key binding for
9166         `wl-summary-set-parent' (ts).
9167
9168 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9169
9170         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9171         subject faster. If thread number is reverse, delayed updating
9172         thread.
9173         (wl-summary-search-by-subject): Ditto.
9174         (wl-summary-put-alike): Ditto.
9175         (wl-summary-get-alike): Ditto.
9176         (wl-summary-insert-headers): Insert header of all overview in
9177         buffer.
9178         (wl-summary-rescan): Delayed updating thread. Kill search subject
9179         buffer for wl-summary-search-by-subject.
9180         (wl-summary-sync-update3): Ditto.
9181         (wl-summary-exit): Ditto.
9182         (wl-summary-goto-bottom-of-current-thread): Change for linked
9183         thread.
9184         (wl-summary-overview-create-summary-line): Change line for linked
9185         thread.
9186
9187         * wl-summary.el (wl-summary-update-thread): Use
9188         wl-thread-maybe-get-children-num.
9189         (wl-summary-set-parent): If change parent, move sub thread.
9190         (wl-summary-redisplay-internal): Add horizontal recenter.
9191         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9192
9193         * wl-thread.el (wl-thread-entity-get-linked): New function.
9194         (wl-thread-entity-set-linked): New function.
9195         (wl-thread-create-entity): Add linked element.
9196         (wl-thread-entity-insert-as-top): Use wl-append.
9197         (wl-thread-maybe-get-children-num): If closing thread, return
9198         children msgs.
9199         (wl-thread-update-line-msgs): Displaying progress message.
9200         (wl-thread-update-line-on-buffer-sub): Use
9201         wl-thread-maybe-get-children-num.
9202         (wl-thread-update-line-on-buffer): If update line is not exists,
9203         insert thread.
9204         (wl-thread-delete-message): If delete top msg of thread, search
9205         parent by subject.
9206         (wl-thread-insert-entity): Use
9207         wl-thread-maybe-get-children-num.
9208
9209         * wl-highlight.el (wl-highlight-summary-current-line): change
9210         sregexp for linked thread.
9211         * wl-util.el (wl-count-lines): Count lines.
9212         (wl-horizontal-recenter): horizontal recenter.
9213         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9214         (wl-score-get-alike): Ditto.
9215         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9216         (wl-subject-length-limit): New variable.
9217         (wl-highlight-thread-indent-string-regexp): Changed for linked
9218         thread.
9219
9220 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9223         New variable (revival).
9224         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9225         by subject matching if there's no in-reply-to nor references field
9226         (revival).
9227
9228 \f
9229 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9230
9231         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9232         message.
9233
9234 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9235
9236         * wl-summary.el (wl-summary-reply): Return t if there was a
9237         message at cursor point.
9238         Added unwind-protect.
9239         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9240         returns t.
9241         (wl-summary-cancel-message): Do nothing when there's no message at
9242         cursor point.
9243         (wl-summary-forward): Ditto.
9244         (wl-summary-jump-to-parent-message): Ditto.
9245         (wl-summary-reedit): Ditto.
9246         (wl-summary-edit-addresses): Ditto.
9247         (wl-summary-pipe-message): Ditto.
9248         (wl-summary-print-message-with-ps-print): Ditto.
9249         (wl-summary-print-message): Ditto.
9250         (wl-summary-mark-as-important): Ditto.
9251         (wl-summary-mark-as-unread): Ditto.
9252
9253         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9254         message at cursor point.
9255         (wl-summary-reply-with-citation): Remove unwind-protect.
9256
9257         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9258         subject searching feature.
9259         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9260         Eliminated.
9261
9262 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9263
9264         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9265         New variable.
9266         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9267         by subject matching if there's no in-reply-to nor references field.
9268
9269         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9270
9271         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9272         when display is finished.
9273         (wl-folder-open-all): Ditto.
9274         (wl-folder-update-access-group): Ditto.
9275         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9276         * wl-thread.el (wl-thread-close-all): Ditto.
9277
9278         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9279         progress gauge only when it was displayed.
9280         * wl-folder.el (wl-folder-insert-entity): Ditto.
9281
9282 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9283
9284         * wl-summary.el (wl-summary-incorporate): Enclose
9285         `wl-summary-sync-force-update' with save-excursion.
9286
9287 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9288
9289         * wl-summary.el (wl-summary-prefetch-region):
9290         Pass current cursor point to `pos-visible-in-window-p' after
9291         moving cursor to the started point.
9292
9293 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9294
9295         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9296
9297         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9298         fields from the forwarding message.
9299         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9300         `ignored-fields'.
9301
9302 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9303
9304         * wl-mime.el (wl-message-request-partial):
9305         Eliminated argument `msgdb'.
9306         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9307         (wl-mime-combine-message/partial-pieces): Likewise.
9308         * tm-wl.el (wl-message-request-partial): Likewise.
9309         (wl-mime-combine-message/partial-pieces): Likewise.
9310
9311 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9312
9313         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9314         when display is finished.
9315
9316 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9317
9318         * wl-summary.el (wl-summary-goto-folder-subr):
9319         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9320
9321 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9322
9323         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9324         when cursor point is visible.
9325
9326 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9327
9328         * wl-expire.el (wl-expire-archive-get-max-number):
9329         Don't use `file-name-directory'.
9330
9331 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9332
9333         * wl-expire.el (wl-expire-archive-get-max-number):
9334         Use `file-name-directory'.
9335
9336 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9337
9338         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9339         only when there is progress.
9340
9341 2000-04-13  Mito <mit@nines.nec.co.jp>
9342
9343         * wl-summary.el (wl-summary-sync-marks): Display progress.
9344
9345 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9348         (wl-summary-prev): Move cursor regardless of unread status.
9349         (wl-summary-next): Ditto.
9350
9351 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9352
9353         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9354         Added argument `target' and `number'.
9355         * tm-wl.el (wl-summary-burst-subr): New function.
9356         (wl-summary-burst): Use it.
9357
9358 2000-04-10  Mito <mit@nines.nec.co.jp>
9359
9360         * wl-mime.el (wl-burst): New function.
9361         (wl-summary-burst): Use it.
9362
9363 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9364
9365         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9366         as petname when there's no candidate.
9367
9368 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9369
9370         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9371         New variable.
9372         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9373
9374         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9375
9376         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9377
9378 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9379
9380         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9381         Use substring of `original' instead of buffer-substring.
9382         (wl-refile-evaluate-rule):
9383         Set `original' argument of wl-refile-expand-newtext.
9384
9385         * wl-summary.el
9386         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9387         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9388         (wl-summary-auto-refile): Check existence of destination folder just
9389         before marking.
9390
9391 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9392
9393         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9394         when wl-refile-get-field-value return nil.
9395
9396 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9397
9398         * wl-refile.el
9399         (wl-refile-expand-newtext): New function imported from Gnus.
9400         (wl-refile-evaluate-rule): Use it.
9401
9402 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9403
9404         * wl-summary.el (wl-summary-print-destination):
9405         Duplicate folder string to avoid putting text-property on
9406         original string.
9407
9408         * wl-refile.el (wl-refile-get-field-value): New function.
9409         (wl-refile-evaluate-rule): New function;
9410         Evaluate refile rule recursively.
9411         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9412         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9413         New function; Check existence of a target folder recursively.
9414         (wl-summary-auto-refile-check-refile-rule-alist):
9415         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9416
9417 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9418
9419         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9420
9421         * wl-folder.el (wl-create-folder-entity-from-buffer):
9422         Fixed problem when '}' character is contained in folder name.
9423
9424         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9425
9426 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9427
9428         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9429         (wl-fldmgr-add-completion-all-completions):
9430         Use wl-fldmgr-add-completion-hashtb.
9431
9432 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9433
9434         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9435         wl-fldmgr-add-completion-subr): New functions.
9436         * wl-folder.el (wl-folder-completion-func): New variable.
9437         * wl-summary.el (wl-summary-read-folder):
9438         Use wl-folder-completion-func.
9439
9440         * wl-refile.el: Eliminate throw & catch.
9441
9442         * wl.el (wl-plugged-sending-queue-status): Fixed.
9443
9444 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9445
9446         * wl-draft.el (wl-draft): Put category property on
9447         mail-header-separator.