* wl-vars.el (wl-draft-reply-default-position): Fix range.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-vars.el (wl-draft-reply-default-position): Fix range.
4
5 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-vars.el (wl-summary-resend-hook): New hook.
8
9         * wl-action.el (wl-summary-exec-action-resend-subr): Run
10         `wl-summary-resend-hook'.
11
12 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
13
14         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
15         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
16         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
17         (wl-summary-new-cached-mark): Changed default value to 'n'.
18         (wl-summary-unread-cached-mark): Changed default value to 'u'.
19         (wl-summary-answered-cached-mark): Changed default value to 'a'.
20         (wl-folder-sync-range-alist): Remove spec for 'flag.
21         (wl-summary-force-prefetch-folder-list): New user option.
22
23         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
24         `wl-summary-toggle-persistent-mark'.
25         (wl-summary-update-mark-and-highlight-window): Don't highlight when
26         number is nil.
27         (wl-summary-mark-as-answered-region): Set interactive argument of
28         `wl-summary-set-persistent-mark-internal'.
29         (wl-summary-mark-as-important-region): Ditto.
30         (wl-summary-unset-persistent-mark): Ditto.
31         (wl-summary-set-persistent-mark): Ditto.
32         (wl-summary-mark-as-answered): Ditto.
33         (wl-summary-mark-as-important): Ditto.
34         (wl-summary-set-persistent-mark-internal): Do nothing
35         when `elmo-message-flag-available-p' is nil.
36         (wl-summary-toggle-persistent-mark): New function.
37         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
38         when the folder matches `wl-summary-force-prefetch-folder-list'.
39
40
41         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
42         when number is nil.
43         (wl-highlight-summary-forwarded-face): New face.
44
45 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
46
47         * Version number is increased to 2.11.31.
48
49 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
50
51         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
52         (wl-biff-check-folder-async): Ditto.
53         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
54
55 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
56
57         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
58         Add an argument `reverse'.  All callers are updated.
59         (wl-summary-sort): Add a prefix argument `reverse' to specify
60         reverse sorting.
61         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
62         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
63         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
64
65 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
66
67         * wl-message.el (wl-message-redisplay): Does not narrow header if
68         disply-type is all-header or as-is.
69
70         * wl-summary.el (wl-summary-enter-handler): Use
71         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
72
73 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
74
75         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
76         after adding wl-draft-parent-variables.
77         (wl-draft-forward): Ditto.
78
79 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-summary.el (wl-summary-sync-marks): Call
82         `wl-summary-set-persistent-mark' and
83         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
84         (wl-summary-set-persistent-mark-internal): Add 4th argument
85         `no-server'.
86         (wl-summary-unset-persistent-mark): Ditto.
87         (wl-summary-set-persistent-mark): Ditto.
88         (wl-summary-add-flags-internal): Abolish.
89         (wl-summary-remove-flags-internal): Ditto.
90         (wl-summary-mark-as-important-internal): Ditto.
91         (wl-summary-mark-as-important): Use
92         `wl-summary-set-persistent-mark' instead of
93         `wl-summary-add-flags-internal'.
94         (wl-summary-mark-as-important-region): Ditto.
95
96         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
97
98         * wl-summary.el (wl-summary-get-available-flags): New function.
99         (wl-summary-sync-marks): Use it and simplified.
100         (wl-summary-unset-persistent-mark): Use
101         `wl-summary-get-available-flags'.
102         (wl-summary-set-persistent-mark): Ditto.
103
104 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
105
106         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
107         id.
108
109 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
110
111         * wl-summary.el (wl-summary-enter-handler): If argument is not a
112         number, call `wl-summary-prev-line-content'. Show message when the
113         message is not found.
114
115 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
116
117         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
118         wl-summary-enter-handler.
119         (wl-summary-enter-handler): New command.
120
121         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
122         docstring and custom spec.
123
124         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
125         flags too; Don't treat Cached and New.
126         (wl-summary-set-persistent-mark): Ditto.
127
128         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
129         `wl-folder-set-flag'.
130
131         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
132         instead of `wl-folder-set-flag'.
133
134         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
135         for completion.
136         (wl-summary-set-persistent-mark): Ditto.
137
138         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
139         instead of `wl-draft-quit-preview'.
140
141         * wl-mime.el (toplevel): Avoid compile warning.
142         (wl-mime-quit-preview): New function
143         (formarly defined as `wl-draft-quit-preview').
144         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
145         quitting method.
146
147         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
148
149         * wl-folder.el (wl-folder-set-flag): Renamed from
150         `wl-draft-set-flag-on-parent'.
151
152         * wl-draft.el (wl-draft-quit-preview): New function.
153         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
154         (wl-draft-send): Call `wl-folder-set-flag' instead of
155         `wl-draft-set-flag-on-parent'.
156         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
157
158 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
161         (wl-draft-send): Ditto.
162
163 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
164
165         * wl-vars.el (wl-draft-reply-hook): Changed default value.
166         (wl-draft-kill-pre-hook): Set default value as nil.
167         (wl-summary-reply-hook): Ditto.
168         (wl-draft-kill-flags): Abolish.
169
170         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
171         (wl-draft-parent-variables): Renamed from
172         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
173         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
174         argument; Add wl-draft-parent-variables to
175         wl-draft-config-variables.
176         (wl-draft-reply): Likewise.
177         (wl-draft-kill-flags): Abolish.
178         (wl-draft-send): Call wl-draft-set-flag-on-parent.
179         (wl-draft-set-flag-on-parent): New function.
180         (wl-draft-setup-parent-flag): Ditto.
181
182 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
183
184         * wl-draft.el (wl-draft-kill-flags): Avoid error when
185         `wl-draft-parent-folder' is "".
186
187 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
188
189         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
190         (wl-summary-digit-jump): New function.
191         (Adviced by John Owens and Hiroya Murata)
192
193         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
194         (Adviced by John Owens)
195
196         * wl-xmas.el (wl-message-define-keymap): Ditto.
197
198         * wl-mule.el (wl-message-define-keymap): Ditto.
199
200 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
203         change of return value of elmo-folder-count-flags.
204
205         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
206         (wl-summary-mark-as-read-internal): Ditto.
207         (wl-summary-set-persistent-mark-internal): Ditto.
208         (wl-summary-folder-info-update): Ditto.
209         (wl-summary-sync-update): Fixed the last change.
210
211         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
212
213 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
214
215         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
216         (wl-draft-kill-flags): Fixed docstring.
217
218         * wl-draft.el (wl-draft-kill-flags): New function.
219         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
220
221 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
222
223         * wl-vars.el (wl-reply-hook): Abolish.
224         (wl-draft-reply-hook): New hook.
225         (wl-summary-reply-hook): Ditto.
226         (wl-draft-forward-hook): Ditto.
227         (wl-summary-forward-hook): Ditto.
228         (wl-draft-kill-flags): New variable.
229
230         * wl-summary.el (wl-summary-mark-as-answered-region): Use
231         wl-summary-set-persistent-mark-internal.
232         (wl-summary-sync-marks): Use elmo-preserved-flags.
233         (wl-summary-update-persistent-mark): Make it interactive.
234         (wl-summary-set-persistent-mark-internal): New inline function.
235         (wl-summary-mark-as-answered): Use it.
236         (wl-summary-mark-as-unanswered): Ditto.
237         (wl-summary-unset-persistent-mark): New function.
238         (wl-summary-set-persistent-mark): Ditto.
239         (wl-summary-reply): Don't set answered flag;
240         Run wl-summary-reply-hook instead.
241         (wl-summary-forward): Call wl-draft-forward with number.
242         Run wl-summary-forward-hook.
243
244         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
245         (wl-highlight-summary-line-face-spec): Use it as a default
246         persistent mark face.
247
248         * wl-draft.el (wl-draft-forward): Added optional argument number;
249         Set wl-draft-parent-number; Run wl-draft-forward-hook.
250         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
251         (wl-draft-kill): Use wl-draft-kill-flags.
252
253         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
254
255         * wl-folder.el (wl-folder-check-one-entity): Follow the change
256         of return value of elmo-folder-count-flags.
257
258         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
259
260         * wl-summary.el (wl-summary-count-unread): Ditto.
261         (wl-summary-sync-update): Follow the change above.
262         (wl-summary-force-prefetch): New function.
263
264 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
265
266         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
267         variable `buf' with `let' instead of `setq'.
268
269 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * wl-mime.el (wl-message-delete-current-part): If filename exists,
272         add Content-Disposition heaeder on the deleted part.
273
274 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-draft.el (wl-draft-save): Encode address list under edit by
277         `eword-encode-unstructured-field-body'.
278
279         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
280
281 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
282
283         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
284         wl-current-summary-buffer.
285
286 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
287
288         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
289         `numbers' is ignored.
290
291 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-folder.el (wl-folder-open-folder): Avoid error.
294         Reported by John Owens, [wl-en:815]
295
296         * wl.el (wl): Set timer for biff process even if prefix argument
297         is given or auto-checking is quitted.
298
299         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
300         immediately.
301         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
302         (wl-toggle-plugged): Ditto.
303
304         * wl-vars.el (wl-biff-use-idle-timer): New variable.
305         * wl-util.el (wl-biff-start): Use idle timer if
306         `wl-biff-use-idle-timer' is non-nil.
307
308 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-highlight.el (wl-highlight-message): Fix description.
311
312 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
313
314         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
315         tty.
316
317 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-action.el (wl-summary-exec): Print failure count.
320
321 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
324         to `defun', remove interactive form.
325         Set elmo-message-fetch-confirm when force-reload is non-nil.
326
327 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-summary.el (toplevel): Removed unnecessary autoload.
330
331 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
334         the buffer is generated from another message buffer.
335
336 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
337
338         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
339         extracted from `wl-fldmgr-save-folders'.
340         (wl-fldmgr-delete): Call it after deletion.
341
342 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
345         multi-tty support.
346
347 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
348
349         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
350
351 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
352
353         * wl-summary.el (wl-summary-rescan): Remove unused variables.
354         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
355
356 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
359         unsubscribe list only if argument CLEAR is nil.
360
361 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
362
363         * wl-draft.el (wl-draft-reply): Decode subject before removing
364         Re: prefix.
365
366 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
367
368         * wl-summary.el (wl-summary-sort-by-size): New command.
369
370 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-summary.el (wl-summary-number-list-from-region): New
373         function.
374         (wl-summary-mark-as-read-region): Use it.
375         (wl-summary-mark-as-unread-region): Ditto.
376         (wl-summary-set-flags-region): Ditto and add optional argument
377         remove.
378         (wl-summary-mark-as-answered-region): Ditto.
379         (wl-summary-mark-as-important-region): Ditto.
380         (wl-summary-target-mark-mark-as-important): Added optional
381         argument remove.
382         (wl-summary-target-mark-mark-as-answered): Ditto.
383         (wl-summary-target-mark-set-flags): Ditto.
384
385 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-summary.el (wl-summary-set-flags-region): Call
388         `wl-summary-set-flags-internal' with number list instead of call
389         one by each message.
390         (wl-summary-target-mark-set-flags): Likewise.
391
392 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
393
394         * wl-summary.el (wl-summary-target-mark-operation): Add optional
395         argument `inverse' and use `wl-summary-delete-all-target-marks'.
396         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
397         (wl-summary-target-mark-mark-as-answered): Likewise.
398
399 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-summary.el (wl-summary-target-mark-forward): Use
402         `wl-summary-delete-all-target-marks' instead of
403         `wl-summary-delete-all-temp-marks'.
404         (wl-summary-target-mark-reply-with-citation): Ditto.
405         (wl-summary-target-mark-uudecode): Ditto.
406         (wl-summary-target-mark-set-flags): Ditto and remove needless
407         cursor move.
408
409 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-summary.el (wl-summary-target-mark-forward): Protect
412         wl-summary-buffer-target-mark-list from nreverse.
413         (wl-summary-target-mark-reply-with-citation): Ditto.
414
415 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
416
417         * wl-thread.el (wl-thread-update-indent-string-thread): Use
418         `elmo-display-progress-threshold'.
419
420 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
423         check `wl-summary-highlight'.
424         (wl-summary-window-scroll-functions): Respect value of
425         `wl-summary-highlight'.
426         (wl-summary-sync-update): Run hooks
427         `wl-summary-buffer-window-scroll-functions' at any time.
428
429 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
432         from `wl-summary-cleanup-temp-marks'.
433         (wl-summary-cleanup-temp-marks): Abolish argument.
434         * wl.el (wl-save-status): Revert previous change.
435         (wl-execute-temp-marks): New function, call
436         `wl-summary-exec-with-confirmation'.
437         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
438         (wl-folder-save-and-exec-marks): Abolished.
439
440 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-e21.el (wl-e21-display-image-p): Respect
443         `wl-highlight-folder-with-icon'.
444         (wl-e21-highlight-folder-group-line): Highlight mouse line
445         even if wl-e21-display-image-p is nil.
446
447         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
448         Respect value of `wl-summary-highlight'.
449
450         * wl.el (wl-save-status): Remove unused variable.
451
452         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
453         (wl-folder-mode-map): Bind it to "x".
454
455 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
456
457         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
458
459         * wl-thread.el (wl-thread-get-parent-list): Don't check
460         disconnected ancestors, neglecting needless work in
461         `wl-thread-update-indent-string-thread'.
462
463         * wl.el (wl-save): Take prefix argument to execute remaining marks.
464         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
465         argument, add argument default-keep to keep marks by default.
466
467         * Version number is increased to 2.11.30.
468
469         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
470         customization type and docstring.
471         (wl-draft-reply-without-argument-list): Ditto.
472
473 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
476
477         * wl-spam.el (wl-spam-mark-action-list): Ditto.
478
479 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
480
481         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
482
483 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
484
485         * wl-draft.el (wl-draft-config-exec): Narrow the range of
486         save-excursion so as not to include run-hooks.
487
488 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
491         Clarify that marks are going to be cleared.
492
493 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
496         according to 3rd element of wl-summary-flag-mark.
497
498         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
499
500 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
501
502         * wl-action.el (wl-summary-target-mark-all): Don't set
503         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
504
505 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
506
507         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
508         (wl-forward-subject-prefix): Ditto.
509         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
510         (wl-draft-reply-make-subject): Ditto.
511
512         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
513         `wl-draft-forward'.
514         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
515
516 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
517
518         * wl-action.el (wl-summary-target-mark-set-action): Stop if
519         target message does not exist.
520
521 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
522
523         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
524         `wl-subject-prefix-regexp'.
525         (wl-subject-forward-prefix-regexp): New variable.
526         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
527         `wl-draft-strip-subject-re' and take regexp as argument.
528         (wl-draft-forward): Use it.
529         (wl-draft-reply): Ditto.
530
531 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
532
533         * wl-e21.el (wl-highlight-plugged-current-line): Change for
534         emacs multi-tty support.
535
536 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
537
538         * wl-e21.el (wl-e21-display-image-p): Don't call
539         `display-images-p'.
540         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
541         support.
542         (wl-highlight-folder-current-line): Ditto.
543         (wl-folder-init-icons): Ditto.
544
545 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
546
547         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
548         the last line of summary in unplugged mode.
549
550 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
551
552         * wl-vars.el (wl-refile-rule-alist): Doc fix.
553
554 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-vars.el (wl-user-mail-address-regexp): New variable.
557         * wl-address.el (wl-address-user-mail-address-p): Use it.
558         (wl-address-delete-user-mail-addresses): Ditto.
559         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
560
561         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
562         (wl-address-delete-user-mail-addresses): Ditto.
563
564         * wl-address.el (wl-address-delete-user-mail-addresses): New
565         function.
566         * wl-refile.el (wl-refile-guess-by-history): Use it.
567         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
568         (wl-draft-make-mail-followup-to): Ditto and fix logic.
569
570         * wl-draft.el (wl-draft-edit-string): To judge sender address,
571         use wl-address-user-mail-address-p.
572
573 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
574
575         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
576         after opening group.
577
578 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
581         of elmo-set-buffer-multibyte.
582
583         * wl-message.el (wl-original-message-mode): Ditto.
584
585         * wl-score.el (wl-score-insert-header): Ditto.
586
587         * wl-summary.el
588         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
589         (wl-summary-goto-folder-subr): Ditto.
590         (wl-summary-insert-headers): Ditto.
591
592         * wl-util.el (wl-set-string-width): Ditto.
593
594         * Version number is increased to 2.11.29.
595
596 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
597
598         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
599         (wl-highlight-summary-line-help-echo-alist): New variable.
600         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
601         into `wl-highlight-summary-line-help-echo' and
602         `wl-highlight-flag-folder-help-echo'.
603         (wl-highlight-summary-line-string): Change accordingly.
604         (wl-highlight-summary-current-line): Ditto.
605
606 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-highlight.el (wl-highlight-message): Ignore white spaces
609         at the beginning of field body (Thanks to Markus Knittig).
610
611         * wl-draft.el (wl-draft-insert-current-message): Also check
612         summary buffer, remove unnecessary tag.
613
614 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
615
616         * wl-draft.el (wl-draft-insert-current-message): Cause error also
617         when wl-message-buffer is nil.
618
619         * wl-folder.el (wl-folder): Abolish unused argument.
620         Call wl-folder-init when wl-folder-entity is nil.
621         * wl.el (wl): Change accordingly.
622
623 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
626         multibyte string before insert into draft buffer.
627         (wl-draft-create-buffer): Always enable multibyte characters for
628         draft buffer.
629
630         * Version number is increased to 2.11.28.
631
632 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
633
634         * wl-folder.el (wl-folder-open-close): Handle blank line.
635         (wl-folder-jump-to-current-entity): Ditto.
636
637 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * Version number is increased to 2.11.27.
640
641 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
642
643         * wl-thread.el (wl-thread-insert-message): When the thread is
644         devided by wl-summary-max-thread-depth, insert line at the end of
645         buffer.
646
647 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * Version number is increased to 2.11.26.
650
651 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
652
653         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
654
655 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
658         value of stream-type and session.
659
660 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
661
662         * Version number is increased to 2.11.25.
663
664 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
665
666         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
667         in a quit message.
668
669 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
672         (wl-summary-redisplay-no-mime-internal): Ditto.
673
674 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
677         * wl-vars.el (wl-smtp-connection-type): Ditto.
678
679 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
680
681         * wl-highlight.el (wl-highlight-message): Change to strict regexp
682         for the separator line and quote mail-header-separator.
683
684 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-spam.el (wl-message-check-spam): Fixed problem no display
687         result message.
688
689         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
690         `elmo-multiple-fields-body-list' with boundary as
691         mail-header-separator.
692
693 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
696
697 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
698
699         * wl-util.el (wl-list-diff): Remove unused function.
700
701         * wl-draft.el (wl-draft-send-confirm): Discard input before
702         confirmation.
703
704 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
707         order of flag and new.
708
709 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl-vars.el (wl-refile-policy-alist): Abolished.
712
713         * wl-action.el (wl-summary-set-action-refile): Follow the change
714         above.
715
716 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * wl-highlight.el (wl-highlight-signature-search): Don't use
719         re-search-backward for a long word since it is possible to crash
720         XEmacs because of a bug.
721
722 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
723
724         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
725
726 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
727
728         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
729         argument for wl-summary-sync-force-update.
730
731 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
732
733         * wl-summary.el (wl-summary-mode-map): Revival of
734         wl-summary-mark-as-important related bindings;
735         Bind 'F','tF','mF','rF','m&'.
736         (wl-summary-mark-as-important-region): Revival.
737         (wl-summary-target-mark-mark-as-important): Ditto.
738         (wl-summary-target-mark-operation): New function.
739         (wl-summary-target-mark-mark-as-answered): Use it.
740         (wl-summary-decide-flag): Don't set Important as default.
741         (wl-summary-mark-as-important-internal): Revival.
742         (wl-summary-mark-as-important): Ditto.
743
744         * wl-thread.el (wl-thread-mark-as-important): Ditto.
745
746         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
747         instead of facep.
748
749 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
750
751         * wl-dnd.el (wl-dnd-drop-func): Fix.
752
753         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
754         mouse-set-point instead of posn-point.
755
756         * wl-xmas.el (wl-completing-read-multiple): Define as function.
757
758         * wl-mule.el (wl-completing-read-multiple): Ditto.
759
760 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-demo.el (face-background-name): Defalias to avoid compile
763         warning.
764
765 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
766
767         * wl-summary.el (wl-summary-decide-flag): Use
768         wl-completing-read-multiple instead of completing-read-multiple.
769
770         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
771         New alias.
772
773         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
774         Use face-background-name instead of face-background.
775
776         * wl-vars.el (wl-summary-save-file-suffix): New user option.
777
778         * wl-summary.el (wl-summary-save): Use it.
779         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
780
781         * wl-mime.el (wl-mime-save-content): Fix last change.
782
783 2004-02-10  Len Trigg <lenbok@myrealbox.com>
784
785         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
786         New function.
787         (wl-summary-sort-specs): Added sort.
788         * wl-mime.el (wl-mime-save-content): Expand file name.
789
790 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
791
792         * wl-mime.el (wl-draft-preview-message): Fixed typo.
793
794         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
795
796 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
797
798         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
799         for flag if it is not defined.
800
801 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
802
803         * wl-e21.el (wl-highlight-folder-current-line): Use
804         elmo-folder-type-internal when elmo-folder-type returns nil.
805
806         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
807
808         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
809
810         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
811
812         * wl-e21.el (wl-summary-toolbar): Ditto.
813
814         * wl-vars.el (wl-demo-background-color): Abolished.
815         (wl-summary-persistent-mark-priority-list): Renamed from
816         wl-summary-flag-priority-list.
817         (wl-summary-flag-alist): New user option.
818         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
819         (wl-message-mode-line-format-spec-alist): Added 'F'.
820         (wl-message-mode-line-format): Likewise.
821         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
822         instead of wl-summary-important-mark.
823         (wl-file-folder-icon): New variable.
824
825         * wl-thread.el (wl-thread-set-flags): Renamed from
826         wl-thread-mark-as-important.
827
828         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
829         warning.
830         (wl-summary-mode-menu-spec): Follow the change of 
831         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
832         (wl-summary-mode-map): Follow the change of
833         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
834         (wl-summary-detect-mark-position): Follow the variable name change.
835         (wl-summary-set-flags-region): New function for the replacement of
836         wl-summary-mark-as-important-region.
837         (wl-summary-sync-marks): Sync all global-flags.
838         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
839         instead of elmo-message-flagged-p.
840         (wl-summary-persistent-mark-string): Follow the variable name change;
841         Put wl-summary-flag-mark if the message has global-flag.
842         (wl-summary-target-mark-set-flags): Renamed from 
843         wl-summary-target-mark-mark-as-important.
844         (wl-summary-decide-flag): New function.
845         (wl-summary-set-flags-internal): Renamed from
846         wl-summary-mark-as-important-internal.
847         (wl-summary-add-flags-internal): New function.
848         (wl-summary-remove-flags-internal): Ditto.
849         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
850         (wl-summary-mark-as-unimportant): Abolish.
851         (wl-summary-move-spec-alist): Changed `important' to `digest'.
852         (wl-summary-next-message): List flagged messages in the msgdb.
853
854         * wl-score.el (wl-summary-score-update-all-lines): Use
855         wl-summary-add-flags-internal instead of 
856
857         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
858
859         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
860         from wl-message-buffer-cur-flag (To avoid misunderstanding).
861         (wl-message-buffer-require-all-header): Renamed from
862         wl-message-buffer-all-header-flag (Ditto).
863         (wl-message-buffer-flag-indicator): New variable.
864         (wl-message-redisplay): Changed local varibale name from `flag' to
865         `display-type'; Set up wl-message-buffer-flag-indicator.
866         (wl-message-buffer-display): Changed varibale name from `flag' to
867         `display-type'.
868         (wl-message-display-internal): Likewise.
869
870         * wl-highlight.el (wl-highlight-demo-face): Define default background
871         color.
872         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
873
874         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
875
876         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
877         (wl-demo-setup-properties): Renamed from
878         `wl-demo-set-background-color'.
879         (wl-demo): Follow the change above.
880         
881         * Version number is increased to 2.11.24.
882
883 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-summary.el (wl-summary-toggle-thread): Call
886         `wl-summary-rescan' with disable-thread as non-nil.
887         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
888
889 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
890
891         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
892         foreground property of the face.
893         (wl-demo-insert-text): Don't set up face property here.
894         (wl-demo): Call wl-demo-set-background-color, anyway.
895
896 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
897
898         * wl-vars.el (wl-demo-background-color): The value can be nil.
899
900 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
901
902         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
903         to wl-summary-wheel-dispatcher.
904
905         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
906         wl-message-wheel-dispatcher.
907         (wl-message-wheel-dispatcher): New function.
908         (wl-summary-wheel-dispatcher): Ditto.
909
910 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
911
912         * wl-action.el (wl-summary-target-mark-all): List messages which are
913         not in the killed-list.
914
915         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
916         only when the folder is 'flag/important.
917
918         * wl-address.el (wl-complete-field-body): Complete if the last
919         character is a space.
920
921 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-folder.el (wl-folder-clear-entity-info): Use
924         elmo-clear-hash-val.
925
926         * wl-fldmgr.el (wl-fldmgr-rename): Set
927         wl-folder-info-alist-modified as t.
928
929 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
930
931         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
932
933 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
936         (wl-folder-buffer-last-visited-entity-id): New buffer local
937         variable.
938         (wl-folder-revisit-last-visited-folder): New function.
939         (wl-folder-mode-map): Bind it to "C-i".
940         (wl-folder-set-current-entity-id): Set last visited folder.
941         * wl-summary.el (wl-summary-exit): Ditto.
942
943 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
946         before calling `recenter' in order to cope with an XEmacs bug.
947
948 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
949
950         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
951         to the default value.
952
953 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
956         change.
957         (wl-summary-sync-marks): Ditto.
958         (wl-summary-mark-as-read-internal): Ditto.
959         (wl-summary-mark-as-answered-internal): Ditto.
960         (wl-summary-mark-as-important-internal): Ditto.
961         (wl-summary-reply): Ditto.
962
963         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
964         instead of `elmo-folder-unflag-answered'.
965
966         * Version number is increased to 2.11.23.
967
968         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
969         the last change.
970
971 2004-01-11  Kenichi Okada  <okada@opaopa.org>
972
973         * wl-spam.el (wl-summary-exec-action-refile-with-register):
974         Specify "spam" or "good".
975
976 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
977
978         * wl-spam.el (wl-summary-exec-action-spam): Call
979         wl-folder-confirm-existence for spam folder.
980         (wl-spam-setup): Bind "mk".
981
982 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
985
986 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
987
988         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
989         destination folder is empty.
990
991 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
992
993         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
994         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
995
996         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
997         (wl-summary-refile-prev-destination-region): New function.
998         (wl-thread-refile-prev-destination): Ditto.
999         (wl-summary-target-mark-refile-prev-destination): Ditto.
1000
1001 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1002
1003         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1004         (wl-demo-background-color): Changed default value.
1005
1006         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1007         color.
1008
1009         * wl-demo.el (wl-demo-set-background-color): New function.
1010         (wl-demo): Call it.
1011
1012 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1015         * wl-address.el (wl-address-add-or-change): Don't add empty
1016         address.
1017
1018 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1019
1020         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1021
1022 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1023
1024         * wl-vars.el (wl-demo-image-filter-alist): New variable
1025         (wl-demo-background-color): Ditto.
1026
1027         * wl-demo.el (wl-demo-xpm-set-background): New function.
1028         (wl-demo-image-filter): Ditto.
1029         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1030
1031         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1032
1033         * wl-demo.el (wl-demo-icon-name): Define as function.
1034         (wl-demo-insert-image): Use it.
1035
1036 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1037
1038         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1039
1040 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1041
1042         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1043
1044 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1045
1046         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1047
1048 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-thread.el (wl-thread-mark-as-answered): New function.
1051
1052         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1053         answered" entry.
1054         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1055         "r&" and wl-thread-mark-as-answered to "t&".
1056         (wl-summary-mark-as-important-region): Refine to toggle mark.
1057         (wl-summary-mark-as-answered-region): New function.
1058         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1059         and 3rd argument.
1060         (wl-summary-mark-as-important-internal): Likewise.
1061
1062 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-template.el (wl-template-preview): New internal variable.
1065         (wl-template-preview-p): New function.
1066         (wl-template-show): Bind `wl-template-preview' as t.
1067
1068 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1071         `elmo-message-entity-field' with 3rd argument which is non-nil.
1072
1073 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1076         Removed duplicate local bind `folder'.
1077
1078 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1081
1082 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1085         duplicate definition.
1086
1087 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1090         non-nil, use it; Don't fetch message if there's no message in the
1091         current cursor position.
1092
1093 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1094
1095         * wl-util.el (wl-region-exists-p): Use region-active-p.
1096         (wl-deactivate-region): New function.
1097         * wl-message.el (wl-message-redisplay): Deactivate region.
1098
1099         * wl-summary.el (wl-summary-reply): Call
1100         `wl-summary-set-message-buffer-or-redisplay' instead of
1101         `wl-summary-redisplay-internal', don't move point.
1102
1103 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1106         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1107         by regexp.
1108
1109 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1110
1111         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1112         if no need.
1113
1114 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1117         default value to nil.
1118         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1119         `wl-summary-prepare-hook'; Replace refile action to
1120         `wl-summary-exec-action-refile-with-register'.
1121
1122         * Version number is increased to 2.11.22.
1123
1124 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-summary.el (wl-summary-detect-mark-position): Set
1127         `wl-summary-buffer-weekday-name-lang'.
1128
1129 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1130
1131         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1132         (wl-summary-mark-as-read-all): Ditto.
1133         (wl-summary-delete-messages-on-buffer): Ditto.
1134         (wl-summary-sync-update): Ditto.
1135         (wl-summary-mark-as-read-internal): Ditto.
1136         (wl-summary-mark-as-answered-internal): Ditto.
1137         (wl-summary-update-folder-info): Abolished.
1138
1139 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1140
1141         * wl-summary.el (wl-summary-mark-as-read-all): Use
1142         `wl-summary-update-folder-info' instead of
1143         `wl-folder-update-unread'.
1144
1145 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1146
1147         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1148         `wl-summary-folder-info-update'.
1149         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1150         instead of `wl-summary-folder-info-update'.
1151         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1152         `wl-folder-set-folder-updated'.
1153         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1154         instead of `wl-folder-update-unread'.
1155         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1156         the value of `wl-summary-buffer-unread-count' for the second parameter of
1157         `wl-folder-update-unread'.
1158
1159         * Version number is increased to 2.11.21.
1160
1161 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1162
1163         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1164         a local variable.
1165
1166 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1169         interactively.
1170
1171         * wl-summary.el (wl-summary-mark-as-important-internal): New
1172         internal function.
1173         (wl-summary-mark-as-important): Use it.
1174         (wl-summary-mark-as-unimportant): New function.
1175         (wl-summary-sync-marks): Follow the API change.
1176
1177         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1178
1179         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1180
1181 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1182
1183         * wl-folder.el (wl-folder-update-unread): Re-indent.
1184         Narrow the scope of a local variable.
1185
1186 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1187
1188         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1189         (wl-addrmgr-merge-entries): Ditto.
1190         (wl-addrmgr): Added to address entry which exists in draft buffer
1191         if no entry is in original.
1192
1193 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1194
1195         * wl-batch.el: New file.
1196
1197 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1198
1199         * wl-vars.el (wl-use-semi): Remove unused variable.
1200
1201 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1202
1203         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1204         "?".
1205
1206 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1207
1208         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1209         wl-summary-new-mark.
1210         (wl-summary-new-cached-mark): New user option.
1211         (wl-summary-score-marks): Follow the change above.
1212         (wl-summary-auto-refile-skip-marks): Ditto.
1213         (wl-summary-incorporate-marks): Ditto.
1214         (wl-summary-expire-reserve-marks): Ditto.
1215
1216         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1217
1218         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1219         (wl-summary-persistent-mark-string): Distinguished between cached
1220         and uncached mark when the message is new.
1221
1222 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-spam.el (wl-spam-domain): Renamed from
1225         `wl-spam-folder-guess-domain'.
1226         (wl-summary-exec-action-spam): Register as spam if domain of the
1227         source folder is good.
1228         (wl-summary-exec-action-refile-with-register): Register message if
1229         domain of the source folder is not undecided.
1230
1231 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1234         detect thread loop.
1235
1236 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1237
1238         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1239         and wl-summary-skip-mark-list.
1240
1241 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1244
1245         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1246
1247         * wl-spam.el (toplevel): Require wl-highlight.
1248         (wl-spam-auto-check-policy-alist): Abolish.
1249         (wl-spam-auto-check-folder-regexp-list): New user option.
1250         (wl-spam-auto-check-marks): Ditto.
1251         (wl-spam-mark-action-list): Ditto.
1252         (wl-highlight-summary-spam-face): New face.
1253         (wl-spam-auto-check-message-p): New function.
1254         (wl-spam-map-spam-messages): Fixed message.
1255         (wl-spam-register-spam-messages): Ditto.
1256         (wl-spam-register-good-messages): Ditto.
1257         (wl-summary-spam-map): Add and remove keybind.
1258         (wl-summary-target-mark-spam): Abolish.
1259         (wl-summary-refile-spam): Ditto.
1260         (wl-summary-test-spam): New function.
1261         (wl-summary-mark-spam): Ditto.
1262         (wl-summary-auto-check-spam): Follow the above change.
1263         (wl-summary-exec-action-spam): New function.
1264         (wl-summary-exec-action-refile-with-register): Fixed message.
1265         (wl-message-check-spam): New function.
1266         (wl-spam-setup): Ditto.
1267         (toplevel): Call it if this file is loaded interactivity.
1268
1269         * Version number is increased to 2.11.20.
1270
1271 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1272
1273         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1274         when new optional argument `force' is non nil or modified.
1275
1276 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * wl.el (toplevel): Require wl-spam when compile.
1279         (wl-save-status): Call wl-spam-save-status.
1280
1281         * wl-spam.el (wl-spam-register-spam-messages): New function.
1282         (wl-spam-register-good-messages): Ditto.
1283         (wl-spam-save-status): Ditto.
1284         (wl-summary-mode-map): Bind
1285         wl-summary-target-mark-register-as-spam to "ms" and
1286         wl-summary-target-mark-register-as-good to "mn".
1287         (wl-summary-register-as-spam): Abolish optional argument; Use
1288         wl-spam-register-spam-messages.
1289         (wl-summary-register-as-spam-all): Use
1290         wl-spam-register-spam-messages.
1291         (wl-summary-register-as-good): Abolish optional argument; Use
1292         wl-spam-register-good-messages.
1293         (wl-summary-register-as-good-all): Use
1294         wl-spam-register-good-messages.
1295         (wl-summary-target-mark-register-as-spam): New funtion.
1296         (wl-summary-target-mark-register-as-good): Ditto.
1297
1298 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-spam.el: New file.
1301
1302 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1303
1304         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1305
1306         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1307         (wl-summary-auto-refile): Call wl-refile-guess with
1308         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1309
1310 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1311
1312         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1313         with disable-thread argument non-nil.
1314
1315 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-summary.el (wl-summary-rescan): Added optional argument
1318         disable-thread.
1319         (wl-summary-sync): Call wl-summary-rescan with argument
1320         disable-thread.
1321         (wl-summary-input-range): Added new range `rescan-thread'.
1322
1323 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1324
1325         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1326
1327 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1328
1329         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1330         internal variable.
1331         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1332         wl-summary-search-parent-by-subject-regexp and
1333         wl-summary-divide-thread-when-subject-changed as nil.
1334         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1335         (wl-summary-insert-thread): Search parent entity from
1336         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1337         thread loop.
1338
1339 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1342
1343         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1344
1345         * wl-util.el (wl-require-update-all-folder-p): New function.
1346         (wl-get-assoc-list-value): Added `function' to match directive.
1347         (wl-collect-draft): Rewrite.
1348
1349         * wl-summary.el (wl-summary-sync-update): Clear faces
1350         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1351         are non-nil.
1352         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1353         argument as function.
1354         (wl-summary-input-range): Ditto.
1355
1356         * wl-folder.el (wl-draft-get-folder): New function.
1357         (wl-folder-get-elmo-folder): Consider draft folder.
1358
1359         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1360         (wl-draft-buffer-message-number): New buffer local variable.
1361         (wl-draft-folder-internal): New internal variable.
1362         (wl-draft-delete): Rewrite.
1363         (wl-draft-save): Ditto.
1364         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1365         wl-folder-get-elmo-folder.
1366         (wl-draft-config-info-operation): Ditto.
1367         (wl-jump-to-draft-folder): Ditto.
1368         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1369         (wl-draft-reedit): Rewrite.
1370
1371         * Version number is increased to 2.11.19.
1372         
1373 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1374
1375         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1376         variable.
1377
1378 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1379
1380         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1381         Use ignore-errors instead of unwind-protect.
1382
1383 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1384
1385         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1386         for updating `wl-thread-entity-list'.
1387
1388 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1389
1390         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1391         parameter from calling `wl-thread-entity-get-older-brothers' and
1392         `wl-thread-entity-get-younger-brothers'.
1393         Replace nested `append' with a single one.
1394
1395 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-summary.el (wl-summary-mode): Don't use the return value of
1398         `make-local-hook'.
1399
1400 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1401
1402         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1403         instead of `let*'.
1404         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1405         of local variables.
1406
1407 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1408
1409         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1410         Renamed from wl-summary-window-scroll-functions.
1411         (wl-summary-window-scroll-functions): Don't set to variable.
1412         (wl-summary-display-top): Use run-hooks.
1413         (wl-summary-display-bottom): Ditto.
1414         (wl-summary-toggle-disp-msg): Ditto.
1415         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1416         Use it instead of wl-summary-window-scroll-functions.
1417         (wl-summary-goto-folder-subr): Don't call
1418         wl-summary-window-scroll-functions, use
1419         wl-summary-buffer-window-scroll-functions instead.
1420
1421 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1424         make-local-variable.
1425
1426 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1427
1428         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1429         set-buffer-modified-p.
1430         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1431         (wl-summary-display-bottom): Ditto.
1432         (wl-summary-toggle-disp-msg): Ditto.
1433
1434 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1437
1438         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1439         (wl-summary-forward): Use elmo-message-entity-field instead of
1440         elmo-message-field.
1441
1442         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1443
1444 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-summary.el (wl-summary-window-scroll-functions): No use
1447         `append'.
1448
1449 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1450
1451         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1452         function.
1453         (wl-summary-window-scroll-functions): Call it when both
1454         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1455         (wl-summary-temp-mark): Added optional argument number.
1456         (wl-summary-message-mark): Added optional argument flag.
1457         (wl-summary-persistent-mark): Added optional argument number and flag.
1458         (wl-summary-update-persistent-mark): Ditto.
1459         (wl-summary-update-status-marks): Set "r" for interactive spec.
1460
1461         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1462         argument number and flag.
1463
1464         * wl-action.el (wl-summary-registered-temp-mark): 
1465         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1466
1467 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1468
1469         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1470         internal variable (buffer local).
1471         (wl-summary-window-scroll-functions): New function.
1472         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1473         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1474         as nil.
1475         (wl-summary-update-status-marks): Added arguments beg, end and
1476         check.
1477         (wl-summary-update-mark-window): Use function.
1478         (wl-summary-sync-update): Follow the change above.
1479         (wl-summary-switch-to-clone-buffer): Copy
1480         wl-summary-buffer-unsync-mark-number-list.
1481         (wl-summary-goto-folder-subr): Set
1482         wl-summary-buffer-unsync-mark-number-list and
1483         use wl-summary-window-scroll-functions instead of
1484         wl-summary-lazy-highlight.
1485
1486         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1487
1488 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1491
1492         * wl-summary.el (wl-summary-update-persistent-mark): Call
1493         wl-summary-set-message-modified.
1494
1495         * wl-summary.el (wl-summary-sync-update): Don't call
1496         wl-summary-update-status-marks.
1497
1498         * Version number is increased to 2.11.18.
1499
1500 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1501
1502         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1503         (wl-message-next-page): Ditto.
1504
1505 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1506
1507         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1508         local variable.  Change the order of a collected list into the
1509         same as the specified range.  Remove nil from a collected list.
1510
1511 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1512
1513         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1514         argument for elmo-folder-list-messages.
1515
1516 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1519         change (wl-summary-count-unreads return a list instead of a cons
1520         cell).
1521
1522 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1523
1524         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1525         `wl-summary-folder-info-update'.
1526
1527 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-summary.el (wl-summary-set-message-modified): No use
1530         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1531         (wl-summary-set-mark-modified): Abolish.
1532         (wl-summary-mark-modified-p): Ditto.
1533         (wl-summary-save-view): Follow the change above.
1534
1535         * wl-expire.el (wl-summary-expire): Likewise.
1536
1537 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1538
1539         * wl-summary.el (wl-summary-detect-mark-position): Use
1540         modb-entity-handler.
1541         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1542
1543         * Version number is increased to 2.11.17.
1544
1545 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1548         entity field value.
1549         (wl-summary-prefetch-msg): Ditto.
1550         (wl-summary-print-message-with-ps-print): Ditto.
1551
1552 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1553
1554         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1555         for dummy entity.
1556         (wl-summary-insert-thread): Use elmo-message-entity-field.
1557         (wl-summary-update-thread): Use elmo-message-entity-field and
1558         elmo-message-entity-number.
1559         (wl-summary-line-number):  Use elmo-message-entity-number.
1560         (wl-summary-line-size): Use elmo-message-entity-field.
1561         (wl-summary-line-subject): Ditto.
1562         (wl-summary-line-from): Ditto.
1563         (wl-summary-line-attached): Ditto.
1564         (wl-summary-create-line): Ditto.
1565         (wl-summary-create-line): Use elmo-message-entity-number.
1566         (wl-summary-print-message-with-ps-print): Use
1567         elmo-message-entity-field.
1568
1569 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1570
1571         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1572         change in elmo-msgdb-make-message-entity.
1573         (wl-summary-buffer-set-folder): Don't call
1574         wl-summary-detect-mark-position here.
1575         (wl-summary-rescan): Call elmo-message-entity-number.
1576         (wl-summary-sync-update): Ditto.
1577         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1578
1579         * wl-score.el (wl-score-header-index): Redefine 2th element.
1580         (wl-score-overview-entity-get-extra): Abolish.
1581         (wl-score-ov-entity-get): Rewrite.
1582         (wl-score-string-index<, wl-score-string-func<): Abolish.
1583         (wl-score-string<): New function.
1584         (wl-score-string-sort): Use it.
1585
1586         * wl-refile.el (wl-refile-guess-by-history): Use
1587         elmo-message-entity-field.
1588         (wl-refile-guess-by-from): Ditto.
1589         (wl-refile-guess-by-msgid): Ditto.
1590
1591         * Version number is increased to 2.11.16.
1592
1593 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-folder.el (wl-folder-confirm-existence): Don't call
1596         file-exists-p if msgdb-path is nil.
1597         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1598         `wl-read-folder-hist' to `wl-read-folder-history'.
1599
1600 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1601
1602         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1603         `y-or-n-p'.
1604
1605 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * wl-score.el (wl-score-headers): Don't use
1608         elmo-folder-do-each-message-entity.
1609
1610         * Version number is increased to 2.11.15.
1611
1612 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-summary.el (wl-summary-delete-all-msgs): Use
1615         elmo-folder-move-messages instead of elmo-folder-delete-messages
1616         and elmo-folder-detach-messages.
1617         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1618
1619         * wl-expire.el (wl-expire-delete): Ditto.
1620         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1621
1622 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1625         (wl-message-header-narrowing-fields): Ditto.
1626         (wl-message-header-narrowing-lines): Ditto.
1627         (wl-message-header-narrowing-string): Ditto.
1628
1629         * wl-summary.el (wl-summary-mode-map): Bind
1630         wl-summary-toggle-header-narrowing to "C-cC-f".
1631         (wl-summary-toggle-header-narrowing): New function.
1632
1633         * wl-message.el (wl-message-buffer-create): Call
1634         wl-message-header-narrowing-setup.
1635         (wl-message-redisplay): Call wl-message-header-narrowing.
1636         (wl-message-header-narrowing): New function.
1637         (wl-message-header-narrowing-map): New keymap.
1638         (wl-message-header-narrowing-widen-map): New keymap.
1639         (wl-message-header-narrowing-again-at-mouse): New function.
1640         (wl-message-header-narrowing-1): Ditto.
1641         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1642         (wl-message-header-narrowing-setup): Ditto.
1643         (wl-message-header-narrowing-toggle): Ditto.
1644         
1645         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1646
1647         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1648         'flag as all.
1649         (wl-use-flag-folder-help-echo): New user option.
1650
1651         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1652         wl-summary-highlight as nil.
1653         (wl-summary-set-mark-modified): Follow the API change.
1654         (wl-summary-mark-modified-p): Ditto.
1655         (wl-summary-mark-as-read-all): Ditto.
1656         (wl-summary-sync-marks): Don't call
1657         elmo-folder-list-messages-with-global-mark.
1658         (wl-summary-mark-as-read-internal): Follow the API change.
1659         (wl-summary-mark-as-answered-internal): Ditto.
1660         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1661         Follow the API change.
1662         (wl-summary-create-line): Call with number argument.
1663         (wl-summary-reply): Follow the API change.
1664
1665         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1666         function.
1667         (wl-highlight-summary-line-string): Call it when
1668         wl-use-flag-folder-help-echo is non-nil.
1669         (wl-highlight-summary-current-line): Ditto.
1670         (elmo-flag-folder-referrer): Added autoload setting.
1671
1672         * wl-draft.el (wl-draft-kill): Follow the API change.
1673
1674         * Version number is increased to 2.11.14.
1675         
1676 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1679
1680 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * Version number is increased to 2.11.13.
1683
1684 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * wl-draft.el (wl-draft-previous-history-element): Fixed
1687         unbalanced parenthesis and bind unbound local variables.
1688
1689 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1690
1691         * wl-draft.el (wl-draft-previous-history-element): New function.
1692         (wl-draft-next-history-element): Ditto.
1693         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1694         them to M-p and M-n.
1695
1696 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * Version number is increased to 2.11.12.
1699
1700 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701
1702         * wl-draft.el (wl-draft-hide): Select buffer-window.
1703
1704 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1705
1706         * wl-summary.el (wl-summary-narrow-to-region): New function.
1707         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1708         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1709         (wl-summary-save-region): Use it.
1710         * wl-action.el (wl-summary-collect-numbers-region)
1711         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1712
1713 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1714
1715         * wl-folder.el (wl-folder-count-incorporates): Don't use
1716         `elmo-msgdb-mark-load'
1717
1718         * Version number is increased to 2.11.11.
1719
1720 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1723         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1724
1725 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1726
1727         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1728
1729 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * Version number is increased to 2.11.10.
1732
1733 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-mime.el (wl-draft-attribute-value): Fixed.
1736
1737 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-util.el (wl-copy-local-variables): New function.
1740
1741         * wl-mime.el (wl-draft-attribute-recipients): New function.
1742         (wl-draft-attribute-envelope-from): Ditto.
1743         (wl-draft-attribute-smtp-posting-server): Ditto.
1744         (wl-draft-attribute-smtp-posting-port): Ditto.
1745         (wl-draft-attribute-value): Ditto.
1746         (wl-draft-preview-message): Use it to get value for
1747         attributes. Reflect result of `wl-draft-config'.
1748
1749         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1750         and call `wl-summary-mark-as-read' before to call
1751         `wl-summary-unset-mark'.
1752         (wl-summary-target-mark-mark-as-unread): Likewise.
1753         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1754
1755 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1756
1757         * wl-mime.el (wl-draft-preview-message): Use actual value for
1758         attributes; Fix for small window.
1759
1760 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * wl-refile.el (wl-refile-get-field-value): Call
1763         `elmo-message-entity-field' with 3rd argument is non-nil.
1764
1765 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1766
1767         * wl-vars.el (wl-draft-preview-attributes): New user option.
1768         (wl-draft-preview-attributes-list): Ditto.
1769         (wl-draft-preview-attributes-buffer-lines): Ditto.
1770         (wl-draft-preview-attributes-buffer-name): Ditto.
1771
1772         * wl-mime.el (wl-draft-preview-message): Display attributes.
1773
1774 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * wl-summary.el (wl-summary-detect-mark-position): Bind
1777         wl-summary-flag-priority-list to '(new).
1778
1779 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780
1781         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1782         funtion.
1783         (wl-highlight-summary-line-string): Use it.
1784         (wl-highlight-summary-current-line): Ditto.
1785
1786 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1789         line even when the mark string is not changed.
1790
1791         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1792         argument change in the wl-summary-create-line.
1793         (wl-thread-insert-entity-sub): Ditto.
1794
1795         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1796         argument change in the wl-summary-create-line.
1797         (wl-summary-insert-sequential): Ditto.
1798         (wl-summary-update-thread): Ditto.
1799         (wl-summary-persistent-mark-string): New inline function.
1800         (wl-summary-message-mark): Use it.
1801         (wl-summary-create-line): Abolish argument wl-persistent-mark
1802         and added wl-flags, wl-cached.
1803
1804         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1805         mark to flags.
1806         (wl-highlight-summary-current-line): Decide the face not by the 
1807         persistent mark but flags.
1808
1809 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810
1811         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1812         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1813         wl-summary-read-uncached-mark): Revive.
1814         (wl-summary-answered-cached-mark,
1815         wl-summary-answered-uncached-mark): New user option.
1816         (wl-summary-score-marks): Follow the change above.
1817         (wl-summary-auto-refile-skip-marks): Ditto.
1818         (wl-summary-incorporate-marks): Ditto.
1819         (wl-summary-expire-reserve-marks): Ditto.
1820         (wl-summary-flag-priority-list): New user option.
1821
1822         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1823         changes.
1824         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1825         of elmo-message-mark.
1826         (wl-summary-mark-as-read-internal): Ditto.
1827         (wl-summary-mark-as-answered): Ditto.
1828         (wl-summary-mark-as-important): Ditto.
1829         (wl-summary-redisplay-internal): Ditto.
1830         (wl-summary-redisplay-no-mime-internal): Ditto.
1831         (wl-summary-message-mark): New function.
1832         (wl-summary-insert-sequential): Use wl-summary-message-mark
1833         instead of elmo-message-mark.
1834         (wl-summary-update-thread): Ditto.
1835         (wl-summary-persistent-mark): Ditto.
1836         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1837         instead of elmo-message-mark.
1838
1839         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1840         wl-summary-message-mark instead of elmo-message-mark.
1841         (wl-thread-insert-entity-sub): Ditto.
1842         (wl-thread-get-children-msgs-uncached): Ditto.
1843
1844         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1845         variable name changes.
1846         (wl-highlight-summary-current-line): Ditto.
1847
1848         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1849         wl-summary-message-mark instead of elmo-message-mark.
1850
1851         * wl-expire.el (wl-expire-message-p): Ditto.
1852
1853         * wl-score.el (wl-score-headers): Ditto.
1854
1855         * Version number is increased to 2.11.9.
1856
1857         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1858         (wl-summary-sync-update): Follow the change above.
1859         (wl-summary-switch-to-clone-buffer): Ditto.
1860         (wl-summary-open-folder): Ditto.
1861
1862 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1863
1864         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1865         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1866
1867         * Version number is increased to 2.11.8.
1868
1869         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1870
1871         * wl-expire.el (wl-expire-refile): Follow the API change on
1872         `elmo-folder-move-messages'.
1873         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1874
1875         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1876         (wl-summary-exec-action-refile): Ditto.
1877         (wl-summary-exec-action-copy): Ditto.
1878         (wl-summary-no-auto-refile-message-p): No use
1879         `wl-summary-buffer-msgdb'.
1880         (wl-summary-auto-refile): Ditto.
1881
1882 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1883
1884         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1885
1886 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1887
1888         * wl-summary.el (wl-summary-sync): Treat no-sync.
1889
1890         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1891         (wl-default-sync-range): Ditto.
1892
1893 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * wl-refile.el (wl-refile-subject-learn): Call
1896         `elmo-message-entity-field' with 3rd argument is non-nil.
1897         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1898         instead of `elmo-msgdb-overview-entity-get-subject'.
1899
1900 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1903         scan-type is rescan.
1904         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1905         new optional argument force is non-nil.
1906         (wl-summary-save-view-cache): Call it with force argument non-nil.
1907
1908         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1909
1910 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * wl-action.el (wl-summary-print-argument): Fixed last change.
1913
1914 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1917         simplified.
1918         (wl-summary-target-mark-mark-as-unread): Likewise.
1919         (wl-summary-target-mark-mark-as-important): Likewise.
1920
1921 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1922
1923         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1924         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1925         (wl-summary-mark-as-important-region): Change accordingly.
1926         (wl-summary-target-mark-mark-as-important): Ditto.
1927
1928 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1931
1932         * wl-action.el (wl-summary-print-argument): Print argument to
1933         right side of window if `wl-summary-print-argument-within-window'
1934         is non-nil.
1935
1936 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-action.el (wl-summary-set-mark): Use
1939         `wl-summary-message-visible-p' to check visibility of the message
1940         and jump to message only when the message line is visible and have
1941         different number; Call wl-summary-unset-mark with number argument.
1942         (wl-summary-unset-mark): 
1943         Use `wl-summary-message-visible-p'
1944         to check visibility of the message and jump to message only when
1945         the message line is visible and have different number;
1946
1947 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1948
1949         * Version number is increased to 2.11.7.
1950
1951         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1952         and wl-folder-summary-line-format.
1953
1954         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1955         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1956         (wl-summary-set-score-mark): Use it.
1957         (wl-summary-target-mark-mark-as-read): Ditto.
1958         (wl-summary-target-mark-mark-as-unread): Ditto.
1959         (wl-summary-target-mark-mark-as-important): Ditto.
1960         (wl-summary-target-mark-msgs): Simplified.
1961         (wl-summary-detect-mark-position): Fixed problem when
1962         summary-line-format no contain persisten/temp mark spec.
1963         (wl-summary-temp-mark): Ditto.
1964         (wl-summary-persistent-mark): Ditto.
1965         (wl-summary-update-persistent-mark): Ditto.
1966
1967         * wl-action.el (wl-summary-set-mark): Ditto.
1968         (wl-summary-unset-mark): Ditto.
1969         All other related portions are changed.
1970
1971 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1972
1973         * Version number is increased to 2.11.6.
1974
1975 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1976
1977         * wl-util.el (wl-current-message-buffer): Define as function;
1978         Don't use the value of wl-messge-buffer.
1979
1980         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1981         persistent mark.
1982
1983         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1984         no current message, cause an error.
1985
1986 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1987
1988         * wl-summary.el (wl-summary-set-message-modified): Use
1989         elmo-folder-set-message-modified instead of
1990         elmo-folder-set-message-modified-internal.
1991
1992 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1993
1994         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1995         interactively.
1996         (wl-summary-sync): nokill->entirely.
1997         (wl-summary-sync-marks): Fixed message.
1998         (wl-summary-input-range): Added mark, nokill->entirely.
1999
2000         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2001         messages as read.
2002
2003 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2006         update-noscore.
2007         (wl-summary-sync): Follow the change above.
2008
2009 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2010
2011         * wl-action.el (wl-summary-target-mark-all): Use
2012         elmo-folder-list-messages.
2013
2014 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2015
2016         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2017         (wl-summary-rescan): Set wl-summary-scored as nil.
2018         (wl-summary-sync-force-update): Follow the change above.
2019         (wl-summary-sync): Ditto.
2020         (wl-summary-sync-update): Added argument disable-killed.
2021         (wl-summary-insert-headers): Set visible-only argument for
2022         elmo-folder-list-messages.
2023         (wl-summary-input-range): Added update-nokill, update-noscore,
2024         all-nokill, all-noscore and mark.
2025
2026         * Version number is increased to 2.11.5.
2027
2028         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2029
2030 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2031
2032         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2033         (wl-summary-prefetch-region-no-mark): Change accordingly.
2034         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2035
2036 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2037
2038         * wl-address.el (wl-complete-field-to): Abolished.
2039         (wl-complete-address): Completion function for completing-read.
2040         * wl-action.el (wl-summary-get-resend-address): Use it.
2041
2042         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2043         wl-summary-update-mark and abolish unused argument.
2044         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2045         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2046         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2047         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2048         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2049         * wl-draft.el (wl-draft-kill): Ditto.
2050
2051         * wl-summary.el: Remove unused binding of case-fold-search.
2052         (wl-summary-replace-status-marks): Abolished.
2053
2054 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2055
2056         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2057         is specified or folder length is zero.
2058
2059 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2062         (wl-folder-archive-current-entity): Ditto.
2063
2064 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2065
2066         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2067         retrieving message mark.
2068         (wl-summary-redisplay-internal): Ditto.
2069
2070         * wl-message.el (wl-message-buffer-display): Ignore errors while
2071         retrieving message-id field.
2072
2073         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2074         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2075         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2076         order of the arguments for `wl-expire-message-p'.
2077         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2078
2079         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2080         Check return value of wl-summary-reply.
2081         (wl-summary-reply): Recover window configuration when an error occured.
2082
2083 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2084
2085         * wl-summary.el (wl-summary-resend-message): Abolished, the
2086         feature is inherited by wl-summary-resend (put resend mark).
2087
2088 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2089
2090         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2091         wl-message-buffer to nil when the message is hide.
2092
2093 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2094
2095         * .cvsignore: New file.
2096
2097 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2098
2099         * wl-action.el (wl-summary-action-docstring): Add more info.
2100         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2101         duplicate definition.
2102         (wl-summary-define-mark-action): Functions wl-summary-*-region
2103         keep current position.
2104         (wl-summary-unregister-target-mark): Store result to the variable.
2105
2106 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * Version number is increased to 2.11.4.
2109
2110 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2111
2112         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2113         wl-summary-delete-all-temp-marks.
2114         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2115
2116         * wl-action.el (wl-summary-set-mark): Changed terminology
2117         refile-destination -> action-argument.
2118         (wl-summary-unset-mark): Ditto.
2119         (wl-summary-remove-argument): Ditto.
2120         (wl-summary-print-argument): Ditto.
2121
2122         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2123         (wl-thread-remove-argument-region): Ditto.
2124         (wl-thread-print-argument-region): Ditto.
2125         (wl-thread-close): Ditto.
2126         (wl-thread-open): Ditto.
2127
2128         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2129         (wl-highlight-refile-destination-face is abolished)
2130         (wl-highlight-action-argument-string): Ditto.
2131         (wl-highlight-summary-current-line): Highlight action argument.
2132
2133         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2134         color for light backgrounds.
2135         (wl-highlight-summary-answered-face): Ditto.
2136
2137 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2138
2139         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2140
2141         * wl-score.el (wl-summary-score-update-all-lines): Use
2142         wl-summary-set-mark.
2143         (wl-summary-score-update-all-lines): Kill expunged messages.
2144
2145         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2146
2147 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2148
2149         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2150         directly.
2151         (wl-score-overview-entity-get-lines): Ditto.
2152         (wl-score-overview-entity-get-xref): Ditto.
2153         (wl-score-get-latest-msgs): Ditto.
2154         (wl-summary-rescore): Ditto.
2155
2156         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2157         to "&".
2158         (wl-summary-mark-as-answered-internal): New inline function.
2159         (wl-summary-mark-as-answered): New function.
2160         (wl-summary-mark-as-unanswered): Ditto.
2161         (wl-summary-sync-marks): Modified for answered-mark synching.
2162
2163 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * wl-action.el (wl-summary-set-mark): Fixed last change.
2166
2167 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2168
2169         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2170         behavior of wl-summary-unread-message-hook
2171         (Pointed out by akira yamada <akira@arika.org>).
2172
2173 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2174
2175         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2176         wl-summary-delete.
2177         * wl-xmas.el (wl-summary-toolbar): Ditto.
2178
2179         * wl-action.el (wl-summary-set-mark): Don't override current
2180         temp-mark.
2181
2182         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2183
2184 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2185
2186         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2187         (wl-refile-msgid-learn): Ditto.
2188         (wl-refile-get-field-value): Ditto.
2189
2190         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2191
2192         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2193         (wl-expire-delete-reserved-messages): Renamed from
2194         wl-expire-reserve-marked-msgs-from-list.
2195         (wl-expire-delete): Removed argument `msgdb'.
2196         (wl-expire-refile): Ditto.
2197         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2198         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2199         mark-alist as argument.
2200         (wl-expire-archive-number1): Removed argument `msgdb'.
2201         (wl-expire-archive-number2): Ditto.
2202         (wl-expire-archive-date): Ditto.
2203         (wl-expire-localdir-date): Ditto.
2204         (wl-expire-hide): Ditto.
2205         (wl-archive-number1): Ditto.
2206         (wl-archive-number2): Ditto.
2207         (wl-archive-date): Ditto.
2208         (wl-archive-folder): Ditto.
2209         All other related portions are changed.
2210
2211 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2212
2213         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2214         mean move up and down. (suggested by Takashi Kawachi)
2215
2216 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2217
2218         * wl-acap.el (toplevel): Don't require un-define.
2219
2220 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-thread.el (wl-thread-delete-message): Always update
2223         wl-summary-buffer-number-list.
2224
2225         * wl-action.el (wl-summary-print-destination): 
2226         Do nothing when folder is nil.
2227
2228 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2229
2230         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2231         persistent mark when prefetch is succeeded.
2232
2233 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2234
2235         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2236         instead of elmo-msgdb-delete-msgs.
2237         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2238         (wl-expire-hide): Ditto.
2239
2240         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2241
2242         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2243         elmo-msgdb interface.
2244         (wl-thread-get-exist-children): Likewise.
2245         (wl-thread-insert-message): Likewise.
2246         (wl-thread-msg-mark-as-important): Likewise.
2247         (wl-thread-insert-entity-sub): Likewise.
2248         (wl-thread-get-children-msgs-uncached): Likewise.
2249
2250         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2251         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2252         (wl-summary-sync-update): Likewise.
2253         (wl-summary-auto-select-msg-p): Likewise.
2254         (wl-summary-update-thread): Likewise.
2255         (wl-summary-mark-as-important): Likewise.
2256         (wl-summary-jump-to-msg-internal): Likewise.
2257         (wl-summary-redisplay-internal): Likewise.
2258         (wl-summary-print-message-with-ps-print): Likewise.
2259         (wl-summary-folder-info-update): Likewise.
2260
2261         * wl-folder.el (wl-folder-check-one-entity):
2262         elmo-folder-count-flags instead of wl-summary-count-unread.
2263
2264         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2265
2266         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2267
2268         * wl-summary.el (wl-summary-set-message-modified): 
2269         Call wl-summary-set-mark-modified.
2270         (wl-summary-delete-messages-on-buffer): Call
2271         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2272         (wl-summary-sync-update): Call elmo-folder-length instead of
2273         elmo-folder-messages.
2274         (wl-summary-insert-headers): Don't call
2275         elmo-folder-list-message-entities.
2276
2277 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2278
2279         * wl-action.el (wl-summary-define-mark-action): Call
2280         `wl-summary-set-mark' with argument `data'.
2281         (wl-summary-auto-refile): Fixed order of arguments when call
2282         `wl-summary-refile'.
2283
2284 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2285
2286         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2287
2288         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2289
2290         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2291         (Renamed from wl-highlight-summary-deleted-face).
2292         (wl-highlight-summary-resend-face): New face.
2293
2294         (wl-highlight-summary-deleted-face): Renamed from
2295         wl-highlight-summary-erased-face.
2296
2297         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2298
2299         * wl-action.el (wl-summary-get-resend-address): New function.
2300         (wl-summary-exec-action-resend): Ditto.
2301         (wl-summary-exec-action-resend-subr): Ditto.
2302
2303         * w-thread.el (wl-thread-copy): Removed definition.
2304         (wl-thread-refile): Ditto.
2305         (wl-thread-delete): Ditto.
2306         (wl-thread-target-mark): Ditto.
2307
2308         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2309         (wl-summary-target-mark-set-action): Fixed.
2310         (wl-summary-define-mark-action): Fixed quotation.
2311         (wl-summary-move-mark-list-messages): Display message.
2312         (wl-summary-define-mark-action): Define thread functions.
2313         (wl-summary-exec-action-refile): Changed message.
2314         (wl-summary-exec): Ditto.
2315
2316 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2317         
2318         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2319         '%%'.
2320
2321 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2322
2323         * wl.el (toplevel): Require wl-action.
2324         (wl-init): Call wl-summary-define-mark-action.
2325
2326         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2327
2328         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2329         wl-summary-delete and wl-summary-erase.
2330         (wl-summary-mode-map): Ditto.
2331
2332         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2333         wl-delete-folder-alist.
2334
2335         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2336         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2337         (toplevel): Moved mark & action related functions to the wl-action.el.
2338
2339         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2340         in wl-summary-mark-action-list.
2341         (wl-highlight-summary-current-line): Ditto.
2342
2343         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2344         empty lines.
2345
2346         * wl-action.el: New file. 
2347
2348 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2349
2350         * wl-summary.el (wl-summary-target-mark-replace): New function.
2351         (wl-summary-target-mark-prefetch): Use it.
2352         (wl-summary-target-mark-delete): Ditto.
2353         (toplevel): Rearranged definition order.
2354         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2355         (wl-summary-target-mark-erase): Rewrite.
2356         (wl-summary-erase-region): New function.
2357         (wl-summary-exec-action-erase): Changed message.
2358         (wl-summary-move-mark-list-messages): New function.
2359         (wl-summary-exec-action-delete): Use it.
2360         (wl-summary-exec-action-erase): Ditto.
2361
2362         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2363         (wl-summary-skip-mark-list): Added "d".
2364
2365         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2366         while searching.
2367
2368         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2369         and define using defcustom;
2370         Define 4th element as a face.
2371         
2372         * wl-summary.el (wl-summary-incorporate): Use 
2373         `wl-summary-prefetch-region-no-mark' instead of
2374         `wl-summary-prefetch-region'.
2375         (wl-summary-prefetch-region-no-mark): Revival of old
2376         `wl-summary-prefetch-region'.
2377         (wl-summary-mark-action-list): Moved to wl-vars.el
2378
2379         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2380         face according to the `wl-summary-mark-action-list'.
2381         (wl-highlight-summary-current-line): Ditto;
2382         Removed destination highlighting.
2383
2384         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2385         (wl-highlight-summary-line-string): Highlight for "i" mark.
2386         (wl-highlight-summary-current-line): Ditto.
2387
2388         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2389         no destination.
2390
2391         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2392         exists, just go ahead.
2393         (wl-summary-prefetch-region): Rewrite.
2394         (wl-summary-prefetch): Ditto.
2395         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2396         (wl-summary-exec-action-prefetch): New function.
2397         (wl-summary-target-mark-prefetch): Rewrite.
2398
2399 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2400
2401         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2402         (wl-highlight-summary-line-string): Added "d" and "D".
2403         (wl-highlight-summary-current-line): Ditto.
2404
2405         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2406         in wl-summary.el.
2407         (wl-thread-insert-entity-sub): Ditto.
2408         (wl-thread-remove-destination-region): Ditto.
2409         (wl-thread-print-destination-region): Ditto.
2410
2411         * wl-summary.el (wl-summary-buffer-refile-list,
2412         wl-summary-buffer-delete-list,
2413         wl-summary-buffer-copy-list): Abolish.
2414         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2415         All other related portions are changed.
2416         (wl-summary-mark-action-list): New variable.
2417         (wl-summary-set-mark): New function.
2418         (wl-summary-register-target-mark): Ditto.
2419         (wl-summary-unregister-target-mark): Ditto.
2420         (wl-summary-have-target-mark-p): Ditto.
2421         (wl-summary-register-temp-mark): Ditto.
2422         (wl-summary-unregister-temp-mark): Ditto.
2423         (wl-summary-registered-temp-mark): Ditto.
2424         (wl-summary-collect-temp-mark): Ditto.
2425         (wl-summary-unset-mark): Ditto.
2426         (wl-summary-set-target-mark): Ditto.
2427         (wl-summary-unset-target-mark): Ditto.
2428         (wl-summary-set-action-generic): Ditto.
2429         (wl-summary-unset-action-generic): Ditto.
2430         (wl-summary-exec-action-delete): Ditto.
2431         (wl-summary-exec-action-erase): Ditto.
2432         (wl-summary-set-action-refile): Ditto.
2433         (wl-summary-set-action-refile-subr): Ditto.
2434         (wl-summary-unset-action-refile): Ditto.
2435         (wl-summary-make-destination-numbers-list): Ditto.
2436         (wl-summary-exec-action-refile): Ditto.
2437         (wl-summary-set-action-copy): Ditto.
2438         (wl-summary-unset-action-copy): Ditto.
2439         (wl-summary-exec-action-copy): Ditto.
2440         (wl-summary-collect-numbers-region): Ditto.
2441         (wl-summary-delete): Rewrite.
2442         (wl-summary-erase): Ditto.
2443         (wl-summary-remove-destination): Ditto.
2444         (wl-summary-exec): Ditto.
2445         (wl-summary-exec-region): Ditto.
2446         (wl-summary-target-mark-erase): Ditto.
2447         (wl-summary-refile): Ditto.
2448         (wl-summary-copy): Ditto.
2449         (wl-summary-unmark): Ditto.
2450         (wl-summary-delete-all-mark): Ditto.
2451         (wl-summary-mark-line): Don't highlight.
2452         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2453         (wl-summary-target-mark-refile-subr): Rewrite.
2454
2455         (wl-summary-copy-prev-destination): Abolish.
2456
2457 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2458
2459         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2460         default values along the value of wl-on-mule.
2461         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2462         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2463         It is not used anywhere.
2464
2465 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2466
2467         * wl-summary.el (wl-summary-print-destination): Keep position.
2468         (wl-summary-cursor-move-surface): Keep horizontal position.
2469
2470 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2471
2472         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2473         write sendlog.
2474
2475 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2476
2477         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2478         `wl-summary-highlight'.
2479
2480 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2481
2482         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2483         trivial condition for temp-mark.
2484
2485 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2488         when it hits killed buffer.
2489
2490 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2491
2492         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2493         * wl-news.el.in: `message' and `error' take format string.
2494
2495 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2496
2497         * wl-folder (wl-folder-insert-entity): Display a message,
2498         `...done', when the work finish.
2499         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2500
2501 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-message.el (wl-message-redisplay): Remove unused local
2504         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2505
2506 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2507
2508         * wl-summary.el (wl-summary-replace-status-marks): Disable
2509         interactive use.
2510         (wl-summary-reedit): Check message existence at first.
2511         (wl-summary-mark-line): Fix doc, return value is indefinite.
2512
2513         * wl-highlight.el (wl-highlight-message): Arranged.
2514
2515         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2516         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2517         check temp-mark by wl-summary-temp-mark always.
2518         (wl-highlight-summary): Change accordingly.
2519         * wl-summary.el (wl-summary-mark-as-read-all)
2520         (wl-summary-delete-cache, wl-summary-set-score-mark)
2521         (wl-summary-mark-as-unread, wl-summary-unmark)
2522         (wl-summary-mark-line, wl-summary-mark-as-read)
2523         (wl-summary-mark-as-important): Ditto.
2524
2525         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2526         end of the window if possible.
2527         * wl-summary.el (wl-summary-sync-update): Support lazy
2528         highlighting.
2529         (wl-summary-toggle-disp-msg): Ditto.
2530
2531 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2532
2533         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2534
2535 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2538         change.
2539
2540 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2541
2542         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2543         API.
2544         (wl-summary-sync-update): Ditto.
2545
2546         * wl-score.el (wl-score-get-score-alist): Changed argument.
2547         (wl-summary-rescore-msgs): Likewise.
2548         (wl-summary-score-headers): Likewise.
2549         (wl-score-headers): Likewise;
2550         Use elmo-folder-do-each-message-entity, etc.
2551         (wl-summary-score-effect): Follow the changes above.
2552         (wl-summary-rescore): Ditto.
2553         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2554         (wl-score-get-overview): Abolish.
2555
2556         * wl-summary.el (wl-summary-default-from): Follow the API change in
2557         elmo-msgdb.
2558         (wl-summary-count-unread): Ditto.
2559         (wl-summary-detect-mark-position): Ditto.
2560         (wl-summary-overview-entity-compare-by-date): Ditto.
2561         (wl-summary-overview-entity-compare-by-number): Ditto.
2562         (wl-summary-overview-entity-compare-by-from): Ditto.
2563         (wl-summary-overview-entity-compare-by-subject): Ditto.
2564         (wl-summary-get-list-info): Ditto.
2565         (wl-summary-rescan): Ditto.
2566         (wl-summary-jump-to-msg-by-message-id): Ditto.
2567         (wl-summary-sync-update): Ditto; Removed comment.
2568         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2569         (wl-summary-insert-message): Use wl-summary-insert
2570         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2571         (wl-summary-insert-headers): Changed argument overview to folder.
2572         (wl-summary-search-by-subject): Likewise.
2573         (wl-summary-insert-thread): Renamed from 
2574         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2575
2576         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2577         too.
2578
2579         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2580         wl-string-member.
2581
2582 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2585         elmo-folder-append-buffer.
2586         (wl-draft-queue-append): Likewise.
2587
2588         * wl-mime.el (wl-message-delete-current-part): Ditto.
2589         (wl-summary-burst-subr): Ditto.
2590
2591         * wl-news.el.in (wl-news-send-news): Ditto.
2592
2593 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2594
2595         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2596         function.
2597         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2598         (wl-summary-update-mark): Enclose with save-excursion.
2599         (wl-summary-mark-as-read-internal): Fixed last change.
2600         (wl-summary-mark-as-important): Use 3rd argument of
2601         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2602         Don't use elmo-msgdb-set-mark.
2603         (wl-summary-redisplay-internal): If msgdb flag is already read,
2604         just update the mark on buffer.
2605
2606 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2607
2608         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2609         cut visible folder when elmo-folder-delete returns non-nil value.
2610
2611 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2612
2613         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2614         by Kenichi OKADA <okada@opaopa.org>).
2615
2616 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2617
2618         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2619
2620 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2621
2622         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2623         Fixed the last change, search group entity by its real name.
2624         (Thanks to: KOBAYASHI Shinji)
2625
2626 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2627
2628         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2629         (wl-fldmgr-access-display-all): Don't refer visible name.
2630         * wl-expire.el (wl-folder-archive-current-entity)
2631         (wl-folder-expire-current-entity): Ditto.
2632         * wl-folder.el (wl-folder-jump-to-current-entity)
2633         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2634         (wl-folder-open-folder-sub,wl-folder-open-all)
2635         (wl-folder-write-current-folder): Ditto.
2636         (wl-folder-insert-entity): Don't use petname for normal group.
2637         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2638         is the real name.
2639         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2640         Abolished.
2641
2642 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2643
2644         * wl-draft.el (wl-draft-create-buffer): Add
2645         `wl-summary-reply-with-citation'
2646
2647 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2648
2649         * wl-draft.el (wl-draft-reply): Fixed.
2650
2651 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2652
2653         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2654         when `wl-draft-send-confirm-with-preview' is non-nil.
2655         You can scroll up/down by j/k.
2656         (wl-draft-send-confirm-with-preview): New variable (default=t).
2657
2658 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2659
2660         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2661         (wl-fldmgr-save-folders): Fix comment.
2662
2663 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2664
2665         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2666         along the last change in `wl-folder-buffer-group-p'.
2667
2668 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2669
2670         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2671         folder.
2672
2673         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2674         the default value.
2675
2676         * wl-mime.el (wl-summary-burst): Update summary only when target
2677         folder equals current folder.
2678
2679 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2680
2681         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2682
2683 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2684
2685         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2686         value.
2687
2688 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2691         `map-extents' instead of `extent-at' repeatedly.
2692         (wl-highlight-folder-current-line): Ditto.
2693
2694         * wl-highlight.el: Remove useless dummy functions.
2695
2696 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2697
2698         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2699         (wl-folder-put-folder-property): New function to put text property.
2700         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2701         (wl-folder-insert-entity, wl-folder-update-diff-line)
2702         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2703         * wl-e21.el, wl-xmas.el, wl-mule.el
2704         (wl-highlight-folder-current-line): Ditto.
2705         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2706         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2707         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2708         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2709
2710 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2711
2712         * Version number is increased to 2.11.3.
2713
2714 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2715
2716         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2717         Resume current-buffer since it is assumed by remaining tasks.
2718
2719 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2720
2721         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2722         (wl-folder-completion-function): Abolished.
2723         (wl-folder-complete-folder): New function.
2724         (wl-folder-complete-filter-condition): Ditto.
2725         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2726         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2727
2728 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2729
2730         * wl-draft.el (wl-draft-send-confirm): New function.
2731         (wl-draft-send): Use it.
2732
2733         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2734         cursor-in-echo-area while confirming.
2735
2736         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2737
2738         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2739         searching via nntp if wl-summary-search-via-nntp is 'force.
2740         Otherwise, invoke searching in nntp folder only.
2741         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2742
2743         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2744         explicitly for mime-make-text-tag.
2745
2746 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2747
2748         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2749         `mime-make-text-tag' instead of `mime-create-tag'.
2750
2751 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2752
2753         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2754         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2755
2756 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2757
2758         * wl-score.el (wl-score-save): Bind print-length and print-level.
2759         (wl-score-pretty-print): Ditto.
2760         (wl-score-edit-insert-header-entry): Ditto.
2761
2762         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2763         "From" entry to be treated with wl-draft-eword-encode-address-list.
2764         * wl-mime.el (wl-draft-preview-message): Ditto.
2765
2766         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2767         (wl-summary-mark-as-unread): Ditto.
2768         (wl-summary-mark-as-read-region): Change accordingly.
2769         (wl-summary-mark-as-unread-region): Ditto.
2770         (wl-summary-target-mark-mark-as-read): Ditto.
2771         (wl-summary-target-mark-mark-as-unread): Ditto.
2772
2773 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2774
2775         * Version number is increased to 2.11.2.
2776
2777 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2778
2779         * wl-news.el.in (wl-news-previous-version-save): Bind
2780         print-length and print-level.
2781         * wl-thread.el (wl-thread-save-entities): Ditto.
2782         (wl-thread-save-top-list): Bind print-length.
2783
2784 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2785
2786         * wl-highlight.el (wl-highlight-summary-line-string): Use
2787         wl-summary-score-below-mark, wl-summary-score-over-mark.
2788         (wl-highlight-summary-current-line): Ditto.
2789
2790 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2791
2792         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2793         insert it.
2794
2795 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2796
2797         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2798
2799 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2800
2801         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2802         message without msgid.
2803         Rewrite with elmo-folder-move-messages.
2804         Set wl-message-buffer to nil.
2805
2806         * wl-summary.el (wl-summary-erase-subr): New function. Use
2807         elmo-folder-move-messages.
2808         (wl-summary-erase): Call it.
2809         (wl-summary-target-mark-erase): Ditto.
2810
2811 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2812
2813         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2814         it is not up-tp-date.
2815
2816 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2817
2818         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2819         buffer after calling `wl-summary-goto-folder-subr' without the
2820         argument `interactive'.
2821         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2822
2823 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2824
2825         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2826         `mime-create-tag'. Use `string=' instead of `looking-at'.
2827
2828 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2829
2830         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2831         to avoid compile warning.
2832
2833         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2834         entity-id when folder is given.
2835         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2836         save-excursion, use save-selected-window instead.
2837         Select folder buffer window if exists.
2838         (To correct behavior with wl-folder-move-cur-folder.)
2839
2840 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2841
2842         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2843
2844 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2845
2846         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2847         list-count instead of %d.
2848
2849 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2850
2851         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2852         (wl-news): Set it.
2853         (wl-news-append-to-folder): Use it.
2854
2855         * wl-news.el.in (wl-news-send-news): Append to specified folder
2856         instead of wl-default-folder.
2857         (wl-news-append-to-folder): Show error message with specified folder.
2858
2859         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2860                 In most major modes, Emacs assumes that any opening
2861                 delimiter found at the left margin is the start of a
2862                 top-level definition, or defun. Therefore, *never put an
2863                 opening delimiter at the left margin unless it should have
2864                 that significance.*
2865
2866         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2867
2868 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2869
2870         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2871
2872 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2873
2874         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2875
2876 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2877
2878         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2879         for sequential numbering case.
2880
2881 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2882
2883         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2884         value.
2885         (wl-draft-reply-without-argument-list): Ditto.
2886         (wl-draft-reply-myself-with-argument-list): Abolish.
2887         (wl-draft-reply-myself-without-argument-list): Ditto.
2888         * wl-draft.el (wl-draft-self-reply-p): New function.
2889         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2890
2891 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2892
2893         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2894         (avoid error for the case without byte-compiling)
2895
2896 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2897
2898         * wl-news.el.in (wl-news-append-to-folder): New function.
2899         (wl-news-exit): Rewrite.
2900         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2901
2902 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2903
2904         * wl-draft.el (wl-draft-reply-position): New function.
2905         (wl-draft-reply-position): Fix.
2906         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2907         (wl-summary-target-mark-reply-with-citation): Ditto.
2908         (wl-summary-reply-with-citation): Ditto.
2909         * wl-vars.el (wl-draft-reply-default-position): New variable.
2910
2911 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2912
2913         * wl-draft.el (wl-draft-send): Preview when interactive send.
2914
2915 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2916
2917         * wl-draft.el (wl-draft-reply): Set default position.
2918         * wl-summary.el (wl-summary-reply): Ditto.
2919         (wl-summary-reply-with-citation): Ditto.
2920         (wl-summary-target-mark-reply-with-citation): Ditto.
2921
2922 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2923
2924         * wl-news.el.in (wl-news-lang): Set default value according to
2925         current-language-environment.
2926         (wl-news-append-news): Do nothing when news-list is nil.
2927
2928 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2929
2930         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2931         (wl-news): Change message.
2932         (wl-news-exit): Check buffer.
2933         (wl-news-force-exit): New function.
2934         (wl-news-show-all): New function.
2935         (wl-news-discard-and-exit): Fix.
2936
2937 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2938
2939         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2940         according to current-language-environment.
2941
2942         * wl-news.el.in (wl-news): If arg, show all NEWS after
2943         wl-news-default-previous-version.
2944
2945 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2946
2947         * wl-news.el.in (wl-news-check): Rewritten.
2948         (wl-news-previous-version-load): Change data type.
2949         (wl-news-previous-version-save): Change data type.
2950         (wl-news-append-news): Add return value.
2951         (wl-news-check-news): New function.
2952         (wl-news-already-current-p): New function.
2953         (wl-news-send-news): Rewritten.
2954         (wl-news-mode-map): Add new keybind.
2955         (wl-news): Rewritten.
2956         (wl-news-exit): Rewritten.
2957         (wl-news-discard-and-mail): New function.
2958         (wl-news-send-to-address): Abolished.
2959         * wl.el (wl-init): Delete a message.
2960
2961 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2962
2963         * wl-news.el.in (wl-news-exit): Update previous version.
2964         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2965
2966 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2967
2968         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2969
2970 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2971
2972         * wl-news.el.in (wl-news): New function.
2973         (wl-news-mode): New function.
2974         (wl-news-next-line): New function.
2975         (wl-news-next-page): New function.
2976         (wl-news-exit): New function.
2977         (wl-news-buf-name): New variable.
2978         (wl-news-mode-map): New variable.
2979         (wl-news-winconf): New variable.
2980         (wl-news-append-news): Add an option.
2981
2982 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2983
2984         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2985
2986 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2987
2988         * wl-news.el.in (wl-news-send-to-address): New variable.
2989         (wl-news-send-news): Use it.
2990         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2991         Return updating status.
2992         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2993
2994 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2995
2996         * wl-news.el.in (wl-news-send-news): Delete
2997         Organization and X-Face.
2998
2999 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3000
3001         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3002         (wl-news-append-news): New function.
3003         (wl-news-send-news): New function.
3004
3005 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3006
3007         * Version number is increased to 2.11.1.
3008
3009 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3010
3011         * wl-news.el.in : New file.
3012
3013 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3014
3015         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3016         default value.
3017         (wl-draft-reply-without-argument-list): Ditto.
3018
3019 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3020
3021         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3022         (wl-message-buffer-prefetch-idle-time): Ditto.
3023         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3024
3025 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl-thread.el (wl-thread-insert-message): Use
3028         wl-summary-max-thread-depth.
3029
3030         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3031         loop detection.
3032
3033         * wl-message.el (wl-message-buffer-display): Back to the first page
3034         when cache is hit.
3035
3036 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3037
3038         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3039
3040         * wl-summary.el (wl-summary-insert-thread-entity):
3041         If the thread depth is reached to wl-summary-max-thread-depth,
3042         divide the thread.
3043
3044 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3045
3046         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3047         for elmo-remove-passwd.
3048
3049 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3050
3051         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3052         folder is sticky.
3053         (wl-folder-mark-as-read-all-entity): Ditto.
3054         (wl-folder-prefetch-entity): Ditto.
3055
3056 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3057
3058         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3059
3060 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3061
3062         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3063         Delete messages on buffer for unplugged operation.
3064         (wl-summary-erase): Ditto.
3065
3066 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3067
3068         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3069         take nil so as not to search parent by subject.
3070
3071 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3072
3073         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3074         (wl-folder-get-next-folder): Ditto.
3075         (wl-folder-get-path): Ditto.
3076
3077 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3078
3079         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3080         system and encode the region with it before verifying.
3081
3082 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3083
3084         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3085         system of the echo buffer before decoding.
3086
3087 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3088
3089         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3090         original contents.
3091
3092 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3093
3094         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3095         with argument 'any-exists.
3096
3097 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3100         Use `wl-cs-autoconv'.
3101
3102 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3103
3104         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3105         by `mime-view-automatic-conversion'.
3106
3107         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3108         (wl-message-verify-pgp-nonmime): Ditto.
3109         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3110         Bind them to C-c:d and C-c:v respectively.
3111
3112         Merge following code by Teranishi-san from [wl-en:00167].
3113         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3114         (wl-mime-preview-application/pgp-encrypted): Ditto.
3115         (wl-mime-setup): Add entry.
3116
3117 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3118
3119         * wl-summary.el (wl-summary-target-mark-erase): New function.
3120         Bind it to "mD".
3121
3122 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl-vars.el (wl-draft-write-file-function): Fix.
3125         (wl-draft-reedit-hook): Changed default value.
3126
3127         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3128         wl-draft-reedit-hook.
3129         (wl-draft-remove-text-plain-tag): New function.
3130         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3131
3132         * wl-vars.el (wl-draft-write-file-function): New user option.
3133
3134         * wl-draft.el (wl-draft-prepare-edit): Use it for
3135         local-write-file-hooks.
3136         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3137
3138         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3139         (wl-draft-insert-mail-header-separator): Return the body beginning
3140         point.
3141         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3142         text/plain.
3143         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3144
3145 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3146
3147         * wl-summary.el (wl-summary-erase): New function to erase message
3148         without moving it to trash. Bind to "D".
3149
3150         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3151         as `keep' unless switch-function.
3152
3153 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3154
3155         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3156         message buffer by using `wl-summary-toggle-disp-msg'.
3157         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3158         buffer window.
3159         (wl-summary-supresedes-message): Ditto.
3160
3161         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3162         Do not delete other windows.
3163         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3164         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3165         (wl-draft-create-buffer): Set reply-or-forward also for target
3166         mark commands.
3167
3168 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * wl-draft.el (wl-user-agent-compose): Delete special case for
3171         switch-to-buffer-other-window.
3172
3173         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3174         (wl-summary-forward): Ditto.
3175
3176         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3177         function.
3178         (wl-draft-buffer-style): New use option.
3179
3180         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3181         (wl-draft): Follow the change above.
3182         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3183         wl-draft-buffer-style.
3184         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3185         switch-function.
3186
3187 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3188
3189         * wl-address.el (wl-address-make-completion-entry): Extracted from
3190         `wl-address-make-completion-list'.
3191         (wl-address-enable-strict-loading): New variable.
3192         (wl-address-make-completion-list): Revive petname duplication
3193         inquiry, and enable it if `wl-address-enable-strict-loading'.
3194         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3195
3196 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-message.el (wl-message-get-original-buffer): Avoid
3199         'Selecting deleted buffer' error when original buffer is killed.
3200
3201 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-summary.el (wl-summary-next-message): Use
3204         elmo-message-accessible-p instead of elmo-message-cached-p.
3205
3206 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3209
3210         * wl-thread.el (wl-thread-open-all-unread): Use
3211         elmo-folder-list-flagged instead of
3212         elmo-folder-list-messages-mark-match.
3213
3214         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3215         instead of elmo-folder-list-messages-mark-match.
3216         (wl-summary-move-spec-alist): New variable.
3217         (wl-summary-move-spec-plugged-alist,
3218         wl-summary-move-spec-unplugged-alist): Abolish.
3219         (wl-summary-next-message): Follow the change above.
3220         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3221         with 'no-msg' argument.
3222
3223         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3224         variable.
3225         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3226         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3227         (wl-message-buffer-prefetch-get-next): Follow the change above.
3228
3229 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-version.el (wl-version): Changed codename.
3232
3233         * Version number is increased to 2.11.0.
3234
3235 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3236
3237         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3238         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3239         `wl-draft-config-variables'.
3240         (wl-draft-kill): Fixed problem when the draft is reedit.
3241
3242 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3245         buffer-modified status (Thanks to
3246         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3247
3248 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-util.el (wl-region-exists-p): New function.
3251
3252         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3253         Remove defvars for byte-compile warnings.
3254
3255 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3256
3257         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3258         defvar-maybe. Removed unused bind.
3259
3260 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3261
3262         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3263         summary buffer window before creating new frame.
3264         (wl-draft-reply): Ditto.
3265
3266 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3269
3270 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3271
3272         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3273
3274 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3275
3276         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3277         instead of `kill-region'.
3278
3279 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3282         (wl-highlight-summary-line-string): Use it.
3283         (wl-highlight-summary-current-line): Ditto.
3284
3285         * wl-mime.el (wl-message-delete-current-part): Check the class of
3286         mime-entity.
3287
3288         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3289
3290         * wl-summary.el (wl-summary-make-number-list): Initialize.
3291         (wl-summary-update-mark): New function.
3292         (wl-summary-reply): Put `answered' mark on the message.
3293         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3294
3295         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3296         (wl-draft-reply): Added optional argument `number';
3297         Set wl-draft-parent-number.
3298         (wl-draft-kill): Delete answered mark if it is a reply.
3299
3300 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3301
3302         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3303         that originates in mime-preview-follow-current-entity.
3304         (wl-draft-yank-current-message-entity): Use it if region is active.
3305
3306         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3307         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3308         `wl-message-delete-current-part'.
3309         * wl-mule.el (wl-message-define-keymap): Ditto.
3310         * wl-xmas.el (wl-message-define-keymap): Ditto.
3311
3312 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3313
3314         * wl-mime.el (wl-message-delete-current-part): New function.
3315         (wl-mime-node-id-to-string): Ditto.
3316
3317         * wl-mime.el (wl-message-delete-current-part): Use existing
3318         original buffer which corresponds current mime-view buffer.
3319         (fetched buffer might have different structure, possibly)
3320
3321         * wl-mime.el (wl-message-delete-current-part): Quit if the
3322         message content differs from the actual message.
3323
3324 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3325
3326         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3327         order.
3328         (wl-summary-search-by-subject): Search parent message from tail;
3329         Check the existence of the parent message on the current thread tree.
3330         (wl-summary-update-thread): Check whether the line is inserted.
3331
3332 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3333
3334         * wl-vars.el (wl-summary-line-format): Undo last change.
3335         * wl-summary.el (wl-summary-print-destination): Do not put
3336         invisible property when `wl-summary-width' is nil.
3337         (wl-summary-line-subject-minimum-length): Abolished.
3338         (wl-summary-line-subject): Ditto.
3339
3340 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl-vars.el (wl-summary-line-format): Change default value.
3343         (wl-summary-subject-length-limit): Abolished.
3344         * wl-summary.el (wl-summary-line-subject): Ditto.
3345
3346 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3347
3348         * wl-template.el (wl-template-select): Added optional argument.
3349         If optional argument is specified, reverse
3350         `wl-template-visible-select'.
3351
3352 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3353
3354         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3355         Take prefix argument to force asking the destination folder.
3356
3357 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3358
3359         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3360         count and update status.
3361
3362 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3363
3364         * wl-summary.el (wl-summary-redisplay-internal): If
3365         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3366         after fetching.
3367
3368 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3369
3370         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3371         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3372
3373         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3374
3375 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3376
3377         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3378         (All other related portions are changed).
3379         (wl-summary-mark-as-read-all): Rewrite.
3380
3381 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3384         `wl-summary-mark-as-read'.
3385         (wl-summary-mark-as-unread): Rewrite.
3386         (wl-summary-mark-as-read): Added no-modeline argument.
3387         (wl-summary-resume-cache-status): Rewrite.
3388         (wl-summary-exec-subr): Remove unused local variable.
3389
3390 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3391
3392         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3393         logic to call `wl-summary-buffer-prev-folder-function'.
3394         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3395
3396 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3399         is nil.
3400
3401 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3402
3403         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3404         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3405         (wl-mime-setup): Add its entry.
3406
3407 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3408
3409         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3410         (wl-summary-delete-cache): Likewise.
3411         (wl-summary-mark-as-read): Rewrite.
3412
3413 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3414
3415         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3416         `wl-summary-count-unread'.
3417
3418         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3419
3420         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3421
3422 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3425         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3426         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3427         Renamed to the elmo-msgdb-*-mark.
3428         (wl-summary-score-marks): Follow the change above.
3429         (wl-summary-auto-refile-skip-marks): Ditto.
3430         (wl-summary-incorporate-marks): Ditto.
3431         (wl-summary-expire-reserve-marks): Ditto.
3432
3433         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3434         changes.
3435         (wl-thread-insert-top): Changed updating message.
3436
3437         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3438         variable.
3439         (wl-summary-count-unread): Count answered marks.
3440         (wl-summary-rescan): Call wl-summary-insert-message instead of
3441         wl-summary-append-message-func-internal.
3442         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3443         (wl-summary-prefetch-msg): Follow the variable name changes.
3444         (wl-summary-prefetch-region): Ditto.
3445         (wl-summary-mark-as-read-all): Follow the API changes;
3446         Don't call elmo-folder-replace-marks.
3447         (wl-summary-delete-cache): Follow the variable name changes.
3448         (wl-summary-resume-cache-status): Ditto.
3449         (wl-summary-update-status-marks): New function.
3450         (wl-summary-insert-message): New function.
3451         (wl-summary-sync-marks): Follow the variable name changes.
3452         (wl-summary-sync-update): Synchronize to the msgdb, too;
3453         Changed update messages.
3454         (wl-summary-make-number-list): Rewrite.
3455         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3456         (wl-summary-mark-as-unread): Follow the API changes.
3457         (wl-summary-exec-subr): Follow the variable name changes.
3458         (wl-summary-mark-as-read): Ditto.
3459         (wl-summary-move-spec-plugged-alist): Ditto.
3460         (wl-summary-move-spec-unplugged-alist): Ditto.
3461         (wl-summary-cursor-move-surface): Ditto.
3462
3463         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3464         variable name changes.
3465         (wl-highlight-summary-current-line): Ditto.
3466
3467         * wl-expire.el (wl-expire-refile): Follow the API change in
3468         elmo-folder-move-messages.
3469         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3470         (wl-summary-archive): Use elmo-folder-msgdb instead of
3471         elmo-msgdb-load.
3472
3473 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl-mime.el (wl-draft-preview-message): Restore the position
3476         before evaluating wl-draft-send-hook in preview buffer.
3477
3478 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3481         when it creates new draft buffer.
3482
3483         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3484         without argument.
3485
3486         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3487         Evaluate content and if the value is string, insert it.
3488         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3489         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3490         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3491         wl-draft-config-sub-part-bottom): Use it.
3492
3493         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3494         with the folder name. The question was unintelligible when it is
3495         called from wl-save-status.
3496
3497 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3498
3499         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3500         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3501         cannot take second argument).
3502
3503 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3504
3505         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3506         as t. Since type and subtype are not case sensitive (RFC 2045).
3507
3508 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-vars.el (wl-message-mode-line-format): New variable.
3511         (wl-message-mode-line-format-spec-alist): Ditto.
3512         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3513         (wl-message-redisplay): Use wl-message-mode-line-format.
3514
3515 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3516
3517         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3518
3519 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3520
3521         * wl-summary.el (wl-summary-default-from): Write description.
3522
3523 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3524
3525         * wl-vars.el (wl-ldap-objectclass): Abolish.
3526
3527         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3528         (wl-ldap-make-filter): Removed condition for objectclass.
3529         (wl-ldap-make-matched-value-list): Remove meaningless process.
3530         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3531         (wl-address-ldap-search): Don't add `*' to `pat' string;
3532         use ignore-errors; added `email';
3533         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3534         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3535         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3536
3537
3538 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3539
3540         * wl-draft.el (wl-draft-parent-folder): Write description.
3541         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3542
3543 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3546         as "" (zero-length string) if no parent.
3547         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3548
3549 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-address.el (wl-address-make-completion-list): Skip duplication
3552         checking.
3553         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3554         `append'.
3555
3556 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3557
3558         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3559         instead of `beginning-of-buffer'.
3560
3561 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3564
3565 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3566
3567         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3568         Refer wl-message-buffer-name.
3569         (wl-message-wheel-down): Ditto.
3570
3571 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3572
3573         * wl-vars.el (wl-message-buffer-name): New user option.
3574
3575         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3576         directly instead of making alist dinamically.
3577
3578         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3579         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3580         wl-message-buffer-cache-name.
3581         (wl-message-buffer-cache-clean-up): Ditto.
3582
3583         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3584
3585         * Version number is increased to 2.9.15.
3586
3587 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-vars.el (wl-summary-default-view-alist): New user option.
3590
3591         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3592
3593         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3594         while deleting address.
3595         (wl-draft-delete-myself-from-cc): Ditto.
3596
3597         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3598         If optional argument is specified, reverse sort order.
3599
3600         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3601
3602 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-thread.el (wl-thread-insert-message): Return parent number if
3605         exists.
3606         (wl-thread-update-indent-string-region): Use
3607         wl-thread-update-line-on-buffer-sub instead of
3608         wl-thread-update-line-on-buffer.
3609
3610 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3611
3612         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3613         (wl-folder-close-all): Ditto.
3614
3615 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3616
3617         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3618         and mailing-list:.
3619         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3620         value.
3621         (wl-summary-line-list-info): Print mailing-list name even when 
3622         list-number is empty.
3623
3624 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3627
3628         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3629         (wl-draft-open-file): Ditto.
3630         (wl-draft-random-alphabet): Ditto.
3631
3632         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3633         bindings.
3634
3635 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3636
3637         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3638         * wl-vars.el (wl-draft-config-alist): Ditto.
3639
3640 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * Version number is increased to 2.9.14.
3643
3644         * wl.el (wl): Don't set wl-init as nil when error occured while
3645         auto-checking folders.
3646
3647         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3648         `elmo-expand-newtext'.
3649
3650 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3651
3652         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3653         `this-command' so that `wl-folder-goto-folder' contained in
3654         `wl-summary-keep-cursor-command' work.
3655
3656 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3657
3658         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3659         message buffer displaying state.
3660
3661 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3662
3663         * wl-vars.el (wl-summary-default-view): New variable to specify
3664         default value for `wl-summary-buffer-view' instead of using
3665         set-default.
3666         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3667
3668 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3669
3670         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3671
3672         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3673
3674 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3675
3676         * wl-vars.el (wl-forward-subject-prefix): New variable.
3677         * wl-draft.el (wl-draft-forward): Use it.
3678
3679 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3680
3681         * wl-message.el (wl-message-prev-page): When it is called without
3682         lines argument, scroll down by wl-message-scroll-amount lines.
3683         (wl-message-next-page): Ditto.
3684         * wl-vars.el (wl-message-scroll-amount): Change default value
3685         to preserve current behavior.
3686
3687 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3688
3689         * wl-summary.el (wl-summary-prefetch-msg): Bind
3690         `wl-message-entity' to call `wl-summary-from-function'.
3691
3692 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3693
3694         * wl-message.el (wl-message-buffer-create): Run
3695         wl-message-buffer-created-hook.
3696
3697 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-summary.el (wl-summary-sort-specs): New variable.
3700         (wl-summary-default-sort-spec): Ditto.
3701         (wl-summary-sort): Rewrite.
3702         (wl-summary-sort-by-list-info): New function.
3703
3704 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3705
3706         * wl-summary.el (wl-summary-get-list-info): New function.
3707         (wl-summary-sort): Rewrite.
3708         (wl-summary-line-list-info): Ditto.
3709         (wl-summary-line-list-count): Ditto.
3710         (wl-summary-refile-region): Fixed docstring.
3711
3712 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3713
3714         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3715         `wl-folder-entity-hashtb' as completion table.
3716
3717 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3720         only when this command is called interactively; silence the byte-
3721         compiler.
3722
3723 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3724
3725         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3726         active in XEmacs.
3727
3728 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3729
3730         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3731         plural lines.
3732
3733 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3734
3735         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3736         of current line when the cursor is on the header name.
3737         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3738
3739 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3740
3741         * wl-util.el (wl-read-directory-name): Return displayed directory
3742         as the default value also on XEmacs.
3743
3744 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3745
3746         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3747         formatting.
3748
3749 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3752         argument and when it is non-nil, check face property before
3753         highlighting for each line.
3754         (wl-highlight-summary-window): Set it.
3755
3756 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3757
3758         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3759         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3760
3761         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3762         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3763         (wl-draft-get-fcc-list): Likewise.
3764
3765 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3766
3767         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3768         (wl-thread-entity-cur): Ditto.
3769         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3770         wl-thread-indent-regexp setting.
3771         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3772
3773         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3774         wl-summary-lazy-highlight.
3775         (wl-summary-display-bottom): Ditto.
3776
3777         * wl-thread.el (wl-thread-open-close): Likewise.
3778
3779         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3780         from and subject;
3781         Bind wl-draft-use-frame;
3782         Enclose with save-window-excursion;
3783         Use wl-draft-create-buffer instead of with-temp-buffer;
3784         Use wl-draft-prepare-edit;
3785         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3786         Use wl-draft-send instead of wl-draft-raw-send.
3787
3788 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3789
3790         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3791         of using wl-from.
3792
3793 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3796         insert-buffer instead of clone-buffer.
3797         (wl-draft-doing-mime-bcc): New variable.
3798         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3799         infinite loop.
3800         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3801
3802         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3803         (wl-draft-mime-bcc-body): Ditto.
3804
3805         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3806         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3807         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3808         wl-draft-do-mime-bcc.
3809         (wl-draft-mime-bcc-field): New function.
3810         (wl-draft-do-mime-bcc): Ditto.
3811
3812         * wl-address.el (wl-address-complete-header-list): New variable.
3813         (wl-address-complete-header-regexp): Changed default value.
3814
3815         * Version number is increased to 2.9.13.
3816
3817 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3818
3819         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3820         it is differed.
3821
3822 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3823
3824         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3825         (wl-summary-line-list-count): Ditto.
3826
3827 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3828
3829         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3830         (wl-nntp-posting-function): New variable.
3831         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3832         `wl-nntp-posting-config-alist'.
3833
3834 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3835
3836         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3837         FLIM.
3838
3839 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3840
3841         * wl-summary.el (wl-summary-target-mark-refile-sub):
3842         Remove a nuisance funcall.
3843
3844 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3847         as t for `try-completion'.
3848
3849 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3850
3851         * wl-summary.el (wl-summary-default-from): Use
3852         wl-address-header-extract-address instead of
3853         std11-extract-address-components.
3854         (wl-summary-simple-from): Ditto.
3855         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3856         (wl-summary-insert-headers): Show message.
3857         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3858         for whole line.
3859         (wl-summary-default-from): Revert last change.
3860         (wl-summary-simple-from): Ditto.
3861         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3862         (wl-summary-mark-as-read-region): Follow the change above.
3863         (wl-summary-sync-marks): Ditto.
3864         (wl-summary-target-mark-mark-as-read): Ditto.
3865         (wl-summary-redisplay-internal): Ditto.
3866         (wl-summary-redisplay-no-mime-internal): Ditto.
3867         (wl-summary-redisplay-all-header): Ditto.
3868         (wl-summary-mark-as-read): Removed argument `cached';
3869         Use current cache status to set cache mark.
3870         (wl-summary-redisplay-internal): Follow the change above.
3871         (wl-summary-redisplay-no-mime-internal): Ditto.
3872         (wl-summary-redisplay-all-header): Ditto.
3873
3874         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3875
3876         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3877         Don't call itself recursively (Adviced by Yamaoka-san).
3878
3879 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3880
3881         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3882         bind wl-summary-highlight as nil to avoid error caused by missing
3883         local variables.
3884
3885 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3886
3887         * wl-vars.el (wl-invalid-character-message): New user option.
3888
3889         * wl-util.el (wl-set-string-width): If truncated string-width is
3890         larger than specified width, use `wl-invalid-character-message'.
3891
3892 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3893
3894         * wl-summary.el (wl-summary-prefetch-msg): 
3895         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3896
3897 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3898
3899         * wl-vars.el (wl-summary-check-line-format): New user option.
3900         (wl-summary-line-format-file): Ditto.
3901
3902         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3903         variable.
3904         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3905         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3906         and `wl-summary-view-old-p' to check whether do a rescan or not.
3907         (wl-summary-view-old-p): New function.
3908         (wl-summary-line-format-changed-p): Ditto.
3909         (wl-summary-line-format-save): Ditto.
3910         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3911
3912         * wl-util.el (wl-set-string-width): Avoid using negative number
3913         for make-string.
3914
3915 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3916
3917         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3918         return value.
3919
3920         * wl-util.el (wl-set-string-width): Added optional argument
3921         `padding' (All other related portions are changed).
3922         (wl-line-parse-format): If the first letter of column number is
3923         `0', zero-padding the result (ex: "%05l").
3924
3925         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3926
3927 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3928
3929         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3930         sequential summary view.
3931
3932 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3935         if it doesn't have a -unix version.
3936
3937 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3938
3939         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3940
3941 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3942
3943         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3944         content.
3945         (wl-draft): Follow the change above.
3946
3947         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3948
3949         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3950         and wl-folder-summary-line-format-alist contain %T and %P.
3951
3952         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3953         (wl-summary-mode-line-format): New user option.
3954         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3955         (wl-summary-line-format): Changed default value.
3956         (wl-summary-lazy-highlight): Changed default value.
3957
3958         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3959         change in wl-summary-create-line.
3960         (wl-thread-insert-entity-sub): Ditto.
3961
3962         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3963         (wl-summary-buffer-unread-status): Ditto.
3964         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3965         (wl-summary-buffer-persistent-mark-column): Ditto.
3966         (wl-summary-buffer-mode-line-formatter): Ditto.
3967         (wl-summary-buffer-mode-line): Ditto.
3968         (wl-summary-message-regexp): Abolished.
3969         (All other related portions are changed.)
3970         (wl-summary-detect-mark-position): New function.
3971         (wl-summary-buffer-set-folder): Setup
3972         wl-summary-buffer-mode-line-formatter.
3973         (wl-summary-mode): Setup selective-display;
3974         Setup pre-idle-hook when xemacs.
3975         (wl-summary-update-modeline): Rewrite.
3976         (wl-summary-jump-to-msg): Define as function;
3977         Changed regexp for searching messages.
3978         (wl-summary-message-number): Rewrite.
3979         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3980         Do rescan when old type summary cache.
3981         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3982         (wl-summary-remove-destination): Use '\r' to detect EOL.
3983         (wl-summary-print-destination): Ditto.
3984         (wl-summary-temp-mark): New inline function.
3985         (wl-summary-persistent-mark): Ditto.
3986         (wl-summary-line-number): New function.
3987         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3988         (wl-summary-line-list-count): New function.
3989         (wl-summary-create-line): Added argument persistent-mark.
3990         (All other related portions are changed)
3991         (wl-summary-create-line): Insert '\r'.
3992         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3993         (wl-summary-cursor-move-surface): New inline function.
3994         (wl-summary-prev): Use it.
3995         (wl-summary-next): Ditto.
3996
3997         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3998         wl-summary-message-regexp.
3999         (wl-highlight-summary): Delete progress message.
4000         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4001
4002         * Version number is increased to 2.9.12.
4003
4004 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4007         variable (nil: no minimum).
4008         (wl-summary-line-subject): Add some spaces after subject by
4009         wl-summary-line-subject-minimum-length.
4010
4011 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4012
4013         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4014         and removed `F'.
4015         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4016         change above).
4017
4018 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4019
4020         * wl-summary.el (wl-summary-line-list-count): Reverted.
4021         (example setting in samples/*/dot.wl is also updated)
4022
4023 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4024
4025         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4026
4027         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4028
4029         * wl-vars.el (wl-summary-line-format): Addes some description to the
4030         docstring.
4031
4032         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4033         (wl-summary-line-close-bracket): Ditto.
4034         (wl-summary-line-children-number): Ditto.
4035         (wl-summary-line-thread-indent): Ditto.
4036         (wl-summary-line-children-and-from): Ditto.
4037
4038         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4039         't', 'c', 'F' and added 'C'.
4040
4041         * wl-util.el (wl-set-string-width): Accept negative value.
4042         (wl-line-parse-format): Added "%number(" and "%)".
4043
4044 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-summary.el (wl-summary-line-list-count): Change format of the
4047         return value.
4048
4049 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4050
4051         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4052         from the recent message.el.
4053         (wl-draft-point-in-header-p): Ditto.
4054         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4055         wl-draft-beginning-of-line.
4056         * wl-e21.el (wl-draft-mode-map): Ditto.
4057         * wl-xmas.el (wl-draft-mode-map): Ditto.
4058
4059         * wl-folder.el: Sort macrodefs by dependencies.
4060
4061 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4062
4063         * wl-summary.el (wl-summary-prev): Fixed regexp.
4064         (wl-summary-next): Ditto.
4065
4066 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4067
4068         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4069
4070 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4071
4072         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4073         for backward compatibility.
4074
4075 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4076
4077         * wl-summary.el (wl-summary-line-list-count): New function, merged
4078         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4079         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4080         list counts.
4081
4082 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4083
4084         * wl-summary.el (wl-summary-create-line): Ignore errors while
4085         timezone-fix-time.
4086
4087         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4088
4089         * wl-summary.el (wl-summary-sync-update): Ditto.
4090         (wl-summary-default-from): Use wl-message-entity
4091         instead of entity.
4092
4093         * wl-summary.el (wl-summary-create-line): Fix.
4094
4095         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4096         (wl-summary-line-format): New user option.
4097         (wl-folder-summary-line-format-alist): Ditto.
4098         (wl-summary-from-width): Abolished.
4099
4100         * wl-util.el (toplevel): Require 'bytecomp.
4101         (wl-line-parse-format): New function.
4102         (wl-line-formatter-setup): New macro.
4103
4104         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4105         (wl-summary-buffer-line-formatter): New buffer local variable.
4106         (wl-summary-switch-to-clone-buffer): Follow the change above.
4107         (wl-summary-message-regexp): Fix.
4108         (wl-summary-from-func-internal): Abolished.
4109         (wl-summary-subject-func-internal): Ditto.
4110         (wl-summary-subject-filter-func-internal): Ditto.
4111         (All other related portions are changed.)
4112         (wl-summary-buffer-set-folder):
4113         Set up wl-summary-buffer-number-column and 
4114         wl-summary-buffer-line-formatter
4115         (All other related portions are changed.)
4116         (wl-summary-buffer-number-column-detect): Abolished.
4117         (All other related portions are changed.)
4118         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4119         (wl-summary-delete-all-temp-marks-on-buffer): Use
4120         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4121         (wl-summary-target-mark-delete): Ditto.
4122         (wl-summary-target-mark-refile-subr): Ditto.
4123         (wl-summary-target-mark-mark-as-read): Ditto.
4124         (wl-summary-target-mark-mark-as-unread): Ditto.
4125         (wl-summary-target-mark-mark-as-important): Ditto.
4126         (wl-summary-target-mark-save): Ditto.
4127         (wl-summary-replace-status-marks): Renamed from
4128         wl-summary-set-status-marks-on-buffer;
4129         Use wl-summary-message-regexp instead of
4130         wl-summary-buffer-number-regexp.
4131         (wl-summary-sync-update): Follow the change above.
4132         (wl-summary-goto-previous-message-beginning): New function.
4133         (wl-summary-mark-as-unread): Use it.
4134         (wl-summary-mark-as-important): Ditto.
4135         (wl-summary-line-formatter): New variable.
4136         (wl-summary-line-year): New function.
4137         (wl-summary-line-day): Ditto.
4138         (wl-summary-line-day-of-week): Ditto.
4139         (wl-summary-line-hour): Ditto.
4140         (wl-summary-line-minute): Ditto.
4141         (wl-summary-line-open-bracket): Ditto.
4142         (wl-summary-line-close-bracket): Ditto.
4143         (wl-summary-line-children-number): Ditto.
4144         (wl-summary-line-thread-indent): Ditto.
4145         (wl-summary-line-size): Ditto.
4146         (wl-summary-line-subject): Ditto.
4147         (wl-summary-line-from): Ditto.
4148         (wl-summary-line-children-and-from): Ditto.
4149         (wl-summary-create-line): Rewritten.
4150         (wl-summary-format-date): Abolished.
4151
4152         * wl-highlight.el (wl-highlight-summary-current-line): Use
4153         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4154         Use thread structure to detect thread top message.
4155
4156         * wl-draft.el (wl-default-draft-cite): Don't use
4157         wl-summary-from-func-internal.
4158
4159         * wl-refile.el (wl-refile-subject-learn): Don't use
4160         wl-summary-subject-filter-func-internal.
4161         (wl-refile-guess-by-subject): Ditto.
4162
4163         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4164         parameters.
4165
4166         * wl-thread.el (wl-thread-update-indent-string-region):
4167         Use wl-thread-update-line-on-buffer instead of
4168         wl-thread-update-indent-string.
4169         (wl-thread-update-children-number): Redefine using
4170         wl-thread-update-line-on-buffer.
4171         (wl-thread-update-indent-string): Abolished.
4172
4173         * Version number is increased to 2.9.11.
4174
4175 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4176
4177         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4178         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4179         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4180
4181         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4182         as nil.
4183
4184         * wl-thread.el (wl-thread-open-all-unread): Use 
4185         elmo-folder-list-messages-mark-match.
4186         (wl-thread-insert-message): Removed argument `mark-alist'.
4187         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4188         elmo-msgdb-set-mark.
4189         (wl-thread-get-children-msgs-uncached): Likewise.
4190         (wl-thread-get-exist-children): Added argument include-self.
4191         (wl-thread-delete-message): Follow the change above.
4192
4193         * wl-summary.el (wl-summary-count-unread): Removed argument.
4194         (wl-summary-rescan): Follow the change above.
4195         (wl-summary-mark-as-read-region): Ditto
4196         (wl-summary-mark-as-unread-region): Ditto.
4197         (wl-summary-delete-messages-on-buffer): Ditto.
4198         (wl-summary-sync-update): Ditto.
4199         (wl-summary-switch-to-clone-buffer): Ditto.
4200         (wl-summary-goto-folder-subr): Ditto.
4201         (wl-summary-target-mark-mark-as-read): Ditto.
4202         (wl-summary-target-mark-mark-as-unread): Ditto.
4203         (wl-summary-target-mark-mark-as-important): Ditto.
4204         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4205         (wl-summary-update-thread): Removed argument `mark-alist'.
4206         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4207         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4208         (wl-summary-resume-cache-status): Likewise.
4209         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4210         elmo-msgdb-set-mark.
4211         (wl-summary-mark-as-read-all): Likewise.
4212         (wl-summary-delete-cache): Ditto.
4213         (wl-summary-auto-select-msg-p): Ditto.
4214         (wl-summary-mark-as-unread): Ditto.
4215         (wl-summary-no-auto-refile-message-p): Ditto.
4216         (wl-summary-mark-as-read): Ditto.
4217         (wl-summary-mark-as-important): Ditto.
4218         (wl-summary-auto-refile): Follow the change above.
4219         (wl-summary-delete-all-marks): Removed.
4220         (wl-summary-resume-marks-and-highlight): Ditto.
4221         (wl-summary-resume-marks): Ditto.
4222         (wl-summary-delete-important-msgs-from-list): Ditto.
4223         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4224
4225         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4226         wl-summary-count-unread.
4227
4228         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4229         (wl-summary-score-update-all-lines): Use
4230         elmo-msgdb-set-mark.
4231
4232 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4235         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4236         (wl-summary-create-line): Renamed from
4237         wl-summary-overview-create-summary-line;
4238         Argument rearrangement.
4239         (wl-summary-update-thread): Follow the change above.
4240
4241         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4242         (wl-thread-insert-entity-sub): Likewise.
4243
4244         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4245         argument `overview', `mark-alist' and added `msgdb'.
4246
4247         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4248
4249         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4250         (wl-summary-rescan): Follow the change above.
4251         (wl-summary-sync-update): Ditto.
4252         (wl-summary-insert-thread-entity): Ditto;
4253         Don't use `let*' in every while loop;
4254         Detect infinite loop of threads.
4255         (wl-summary-update-thread): Removed argument `overview'.
4256
4257         * wl-thread.el (wl-thread-insert-message): Ditto.
4258
4259         * Version number is increased to 2.9.10.
4260
4261         * wl-message.el (wl-message-redisplay): Ignore errors while
4262         wl-message-redisplay-hook.
4263
4264 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4265
4266         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4267
4268 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl.el (wl): inhibit-quit while wl-folder.
4271
4272 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4273
4274         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4275         while msgdb access.
4276
4277 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4278
4279         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4280         even if no folder is not created.
4281
4282 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4283
4284         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4285
4286         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4287         implementation.
4288         (wl-summary-target-mark-thread): Ditto.
4289
4290         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4291
4292 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4293
4294         * wl-util.el (wl-display-bytes): Remove unused function.
4295
4296 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4299         seems critical one (partially reverse the change in 2002/03/17).
4300
4301 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4304         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4305
4306 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4307
4308         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4309         is not writable.
4310         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4311         plugged status instead of `'force' as 2nd argument.
4312
4313         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4314         is not creatable.
4315
4316         * Version number is increased to 2.9.9.
4317
4318 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4319
4320         * wl-summary.el (wl-summary-suspend): New function.
4321
4322 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4323
4324         * wl.el (wl): Do not check variables if check is nil.
4325         * wl-utils.el (wl-collect-draft): New function.
4326         * wl-folder.el (wl-folder-suspend): Put summary buffers
4327         and draft buffers at the end of buffer list.
4328         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4329
4330 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4331
4332         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4333         loop instead of recursive call.
4334
4335         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4336         2nd argument.
4337
4338 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4339
4340         * wl-draft.el (wl-draft-create-contents): Don't take neither
4341         (function . args) nor (string . something) any more.
4342
4343         * wl-version.el (wl-generate-user-agent-string): Return string
4344         without header symbol.
4345         * wl-draft.el (wl-draft-default-headers): Use it.
4346
4347         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4348         `wl-draft-insert-ccs' and return field value instead of inserting
4349         the header. Abolish cc argument.
4350         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4351
4352         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4353         rather than one with string car.
4354
4355         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4356         * wl-draft.el (wl-draft-create-contents): Add it after the default
4357         headers.
4358
4359         * wl-draft.el (wl-draft-create-contents): For the case of
4360         (symbol-or-string . function) insert header only when the function
4361         returns string value.
4362
4363 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4366         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4367
4368 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4369
4370         * wl.el (wl-check-environment): Don't check Message-ID when
4371         `wl-insert-message-id' is nil.
4372         Revive checking if `wl-message-id-domain' contains "@".
4373
4374 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4375
4376         * wl.el (wl-check-environment): Merge examination for "@" at
4377         inappropriate position into the first string-match.
4378
4379         * wl-summary.el (wl-summary-target-mark-print): New function.
4380         (wl-summary-pipe-message-subr): Extracted from
4381         `wl-summary-pipe-message'.
4382         (wl-summary-target-mark-pipe): New function.
4383         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4384         `wl-summary-target-mark-pipe'.
4385
4386 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4387
4388         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4389
4390 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl.el (wl-check-environment): Use elmo-warning instead of
4393         error for non-critical ones.
4394         Remove trash folder check.
4395         (wl): Don't ignore error in wl-check-environment.
4396
4397         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4398         check, which is moved from `wl-check-environment'.
4399         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4400
4401 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4402
4403         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4404         guess anything, call wl-summary-write.
4405         (wl-summary-write): Create draft with blank To field.
4406         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4407
4408 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4409
4410         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4411         argument full as well for wl-folder-write-current-folder.
4412         If wl-*-write-current-folder cannot guess addressee, add blank
4413         To header.
4414         Rewrite condition for positioning cursor.
4415
4416 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4417
4418         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4419         summary buffer is present, use it.
4420         (wl-folder-jump-to-previous-summary): Ditto.
4421
4422 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4425
4426         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4427         wl-summary-previous-buffer and wl-summary-next-buffer.
4428
4429         * wl-folder.el (wl-folder-mode-map): Bind
4430         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4431         (wl-folder-jump-to-next-summary): New function.
4432         (wl-folder-jump-to-previous-summary): Ditto.
4433
4434         * wl-draft.el (wl-draft): Rearranged.
4435
4436 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4437
4438         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4439         of header.
4440         (wl-draft): Collect arguments for the header as header-alist.
4441         (wl-draft-forward): Arrange arguments for wl-draft.
4442         (wl-draft-reply): Ditto.
4443         (wl-draft-edit-string): Ditto.
4444         * wl-summary.el (wl-summary-write): Ditto.
4445         (wl-summary-write-current-folder): Ditto.
4446
4447         * Version number is increased to 2.9.8.
4448
4449 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4452
4453         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4454
4455         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4456         even if the guess failed.
4457
4458         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4459         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4460         wl-summary-write-current-folder.
4461         * wl-xmas.el: Ditto.
4462
4463 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4464
4465         * wl-summary.el (wl-summary-next-page): Force display message if
4466         message is not displayed yet.
4467         (wl-summary-prev-page): Ditto.
4468
4469 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4470
4471         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4472
4473 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4474
4475         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4476         add "Preview Message" and "Save Draft and Exit".
4477
4478 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4479
4480         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4481         if addrmgr is called from draft in splitted window.
4482
4483         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4484         * wl-mule.el: Ditto.
4485         * wl-xmas.el: Ditto.
4486
4487 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4490
4491         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4492         * wl-xmas.el (wl-folder-toolbar): Ditto.
4493
4494 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4497         and wl-draft-save-and-exit.
4498         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4499         * wl-xmas.el: Ditto.
4500         * wl-mule.el: Ditto.
4501
4502         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4503         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4504
4505 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4508         lists for saving buffer.
4509
4510 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4511
4512         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4513         parent-folder argument instead of it.
4514         (wl-draft-create-buffer): Ditto.
4515         (wl-draft-forward): Ditto.
4516         (wl-draft-reply): Ditto.
4517         * wl-summary.el (wl-summary-write): Ditto.
4518         (wl-summary-write-current-folder): Ditto.
4519
4520         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4521         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4522         Folder buffer after composing.
4523
4524 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4527         header if the file `wl-x-face-file' already contains it.
4528
4529 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4532         folder" entry.
4533         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4534         * wl-e21.el (wl-folder-toolbar): Ditto.
4535         * wl-xmas.el (wl-folder-toolbar): Ditto.
4536
4537 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4538
4539         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4540         wl-folder-goto-folder with sticky argument.
4541         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4542
4543 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4544
4545         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4546         and wl-summary-previous-buffer.
4547         (wl-summary-next-buffer): New function.
4548         (wl-summary-previous-buffer): Ditto.
4549
4550 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4553         wl-folder-jump-to-current-entity-with-arg.
4554         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4555         `wl-folder-jump-to-current-entity'.
4556         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4557         `wl-summary-goto-folder-sticky'.
4558         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4559         `wl-summary-goto-folder'.
4560         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4561         Unless force-exit, do not clean temp. marks for sticky summary.
4562         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4563
4564 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4565
4566         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4567         not entire.
4568
4569 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4570
4571         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4572         to `C-x C-s'.
4573         (wl-summary-save-status): New command.
4574         (wl-summary-exit): Don't clean-up temp marks when sticky.
4575         (Applied patch from Nakayama-san [wl: 09548])
4576         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4577         Do nothing when no mark data.
4578         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4579         Call `wl-summary-delete-all-temp-marks' before saving.
4580
4581 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4582
4583         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4584
4585 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl.el (wl-check-environment): Also cause error when (system-name)
4588         returns "localhost.localdomain". (Although it doesn't affect because
4589         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4590
4591 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4594         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4595
4596         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4597         value.
4598
4599 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4600
4601         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4602         Likewise r-cc-list and r-ng-list.
4603
4604 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4607         only if it is bound as variable.
4608
4609         * wl-mime.el (wl-draft-preview-message): Ditto.
4610
4611 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4612
4613         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4614         needless `goto-char'.
4615
4616         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4617         `wl-summary-redisplay-no-mime-internal' instead of
4618         `wl-summary-redisplay-no-mime'.
4619         (wl-summary-redisplay-no-mime): Changed argument;
4620         Call `wl-summary-redisplay-no-mime-internal'.
4621
4622         * wl-mime.el (wl-draft-preview-message): Bind
4623         `mime-header-encode-method-alist' locally.
4624
4625         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4626         (wl-draft-std11-parse-addresses): Added the first address check.
4627         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4628
4629         * Version number is increased to 2.9.7.
4630
4631 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4632
4633         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4634
4635 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4636
4637         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4638         related to scrollbar support, if there is no such a feature
4639         compiled in.
4640
4641 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4642
4643         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4644         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4645         for prefetch.
4646
4647 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4648
4649         * wl-summary.el (wl-summary-pick): Fix for no match.
4650
4651 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4652
4653         * wl-draft.el (wl-draft-save):
4654         Override `mime-header-encode-method-alist'.
4655
4656 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl-folder.el (wl-folder-pick): New function.
4659         Define key as "?".
4660
4661 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4662
4663         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4664         Fix for unplugged.
4665
4666 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-folder.el (wl-folder-virtual): New function.
4669         Define key as "V".
4670
4671 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4674         multi folder if entity is group.
4675
4676 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4679         is nil.
4680
4681 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4682
4683         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4684         (wl-summary-target-mark-msgs): Return the number of marked messages.
4685
4686 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4687
4688         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4689         "first:" is specified.
4690
4691 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * wl-vars.el (wl-from): Use return value of function
4694         user-full-name instead of the variable user-full-name since
4695         XEmacs-20.4 doesn't set this variable.
4696
4697 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4698
4699         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4700         call `wl' directly.
4701
4702 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4703
4704         * wl-draft.el (wl-draft-reedit): Removed duplicated
4705         switch-to-buffers.
4706
4707 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * wl.el (wl-other-frame): Removed garbages.
4710
4711 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4714
4715         * wl-xmas.el (wl-draft-key-setup): Ditto.
4716
4717         * wl-mule.el (wl-draft-key-setup): Ditto.
4718
4719         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4720         (wl-draft-reedit): Ditto.
4721         (wl-draft-prepare-edit): Add `wl-draft-save' to
4722         `local-write-file-hooks'.
4723         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4724         (wl-draft-reedit): Set buffer-file-name.
4725         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4726
4727
4728         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4729         call it.
4730         (wl-delete-startup-frame-function): New variable.
4731         (wl-other-frame): New function
4732         (Original was written by Yamaoka san [wl: 09239]).
4733
4734         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4735         if `wl-folder-use-frame'.
4736
4737 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4738
4739         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4740
4741 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4742
4743         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4744         New variable.
4745         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4746         (wl-message-buffer-prefetch-get-next): Use them.
4747         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4748
4749 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4752         with unwind-protect.
4753
4754         * wl-draft.el (wl-draft-reedit): Rewrite.
4755         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4756         (wl-draft-save): Insert header separator if it does not exist;
4757         Removed condition-case.
4758
4759         * wl-summary.el (wl-summary-reedit): Revert last change.
4760
4761         * wl-draft.el (wl-draft-save): Rewrite.
4762         (wl-draft-create-buffer): Set buffer-file-name as nil.
4763
4764         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4765
4766         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4767
4768         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4769         nil.
4770
4771 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4772
4773         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4774         If count is nil, do not prefetch.
4775         (wl-message-buffer-prefetch-next): Next.
4776
4777 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4778
4779         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4780
4781 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4782
4783         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4784         `delete-backward-char'
4785         (wl-draft-prepare-edit): Check major-mode.
4786         (wl-draft-decode-header): Rewrite.
4787         (wl-draft): Fix.
4788
4789 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4790
4791         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4792
4793 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4794
4795         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4796         (wl-message-buffer-prefetch-get-next): Remove size checking.
4797         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4798
4799 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4800
4801         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4802         (wl-draft-default-headers): Fix.
4803
4804 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4805
4806         * wl-draft.el (wl-draft-default-headers): Insert return value of
4807         `wl-generate-mailer-string-function'.
4808
4809 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4812         (wl-draft-insert-mail-header-separator): Ditto.
4813
4814         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4815         again (Reverted the change on 2002-01-17 by OKADA san).
4816
4817 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4818
4819         * wl-draft.el (wl-draft): Rewrite.
4820         (wl-draft-create-buffer): New function.
4821         (wl-draft-create-contents): Ditto.
4822         (wl-draft-prepare-edit): Ditto.
4823         (wl-draft-decode-header): Ditto.
4824         (wl-draft-decode-body): Ditto.
4825         (wl-draft-check-new-line): Ditto.
4826         (wl-draft-default-headers): Ditto.
4827         (wl-draft-insert-mail-header-separator): Ditto.
4828
4829 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4830
4831         * Version number is increased to 2.9.6.
4832
4833 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4834
4835         * wl-draft.el (wl-draft-delete-field): Optional argument.
4836         (wl-draft-delete-fields): Ditto.
4837
4838 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4839
4840         * wl-message.el (toplevel): Eliminated byte-compile warning.
4841         for `itimer-function', `delete-timer' and `itimer-list'.
4842
4843 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4844
4845         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4846         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4847         `wl-message-buffer-prefetch-threshold'.
4848         * wl-summary.el (wl-summary-redisplay-internal): Remove
4849         the check of `wl-message-buffer-prefetch-depth'.
4850
4851 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4852
4853         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4854         size of article.
4855         (wl-message-buffer-prefetch-subr): Remove size check.
4856
4857 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4858
4859         * wl-vars.el (wl-plugged): Make customizable.
4860
4861 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4862
4863         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4864         (wl-message-buffer-prefetch-set-timer): New function.
4865         (wl-message-buffer-prefetch-get-next): New function.
4866         (wl-message-buffer-prefetch): New function.
4867         (wl-message-buffer-prefetch-next): Rewrite.
4868         (wl-message-buffer-prefetch-subr): Rewrite.
4869         * wl-vars.el (wl-auto-prefetch-first): New variable.
4870         * wl-summary.el (wl-summary-goto-folder-subr): Call
4871         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4872
4873 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4874
4875         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4876         `wl-summary-unread-message-hook'.
4877
4878 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4879
4880         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4881         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4882         if range is `cache-status'.
4883
4884 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4885
4886         * wl-message.el (wl-message-buffer-prefetch-subr):
4887         Improve debug message.
4888
4889 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4890
4891         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4892         `wl-mail-send-pre-hook'.
4893         (wl-draft-send-mail-with-qmail): Ditto.
4894         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4895
4896 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4897
4898         * wl-message.el (wl-message-buffer-prefetch-subr):
4899         Fix for cancel-function-timers bug.
4900         (wl-message-buffer-prefetch-debug): Default value is t.
4901
4902 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4903
4904         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4905         (wl-message-buffer-prefetch-subr): Rewrite.
4906         Rename from `wl-message-buffer-prefetch'.
4907
4908 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4909
4910         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4911         (wl-default-draft-cite-decorate-author): Ditto.
4912
4913         * wl-draft.el (wl-draft-cite-function): Removed.
4914         (wl-default-draft-cite-decorate-author): Ditto.
4915
4916 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4919         (wl-default-draft-cite): Do not arrange author name if the value of
4920         `wl-default-draft-cite-decorate-author' is nil.
4921
4922 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4925
4926         * wl-folder.el (wl-folder-check-one-entity): Don't care
4927         `elmo-folder-use-flag-p'.
4928
4929 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4930
4931         * wl-folder (wl-folder-check-one-entity): Fix
4932         problem if unread is nil.
4933
4934 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4935
4936         * wl-address.el (wl-address-make-completion-list): Check whether
4937         the address is a group list.
4938         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4939
4940 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4941
4942         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4943         The number of the messages of new and unread does not count
4944         correctly.
4945
4946         * wl-summary.el (wl-summary-count-unread): Changed to return
4947         `(new . unread)' instead of total.
4948         (wl-summary-sync-update): Follow the change above.
4949
4950         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4951
4952 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4953
4954         * wl-address.el (wl-address-make-completion-list): Do not enclose
4955         address by " <" and ">" if associated realname is "".
4956         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4957         This is against the promblem with group list in .addresses pointed
4958         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4959
4960 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4961
4962         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4963         message is a format control string.
4964         * wl-expire.el (wl-expire-append-log): Ditto.
4965         * wl-mime.el (wl-summary-burst-subr): Ditto.
4966         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4967         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4968
4969 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4970
4971         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4972         wl.el (wl-check-variables): Rename from `wl-check-type'.
4973         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4974         (wl-check-variables-2): New function.
4975         (wl): Call `wl-check-variables-2'.
4976
4977 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4978
4979         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4980         after renaming folder in access group.
4981
4982 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4983
4984         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4985         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4986         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4987         (wl-message-buffer-prefetch): Rewrite.
4988         (wl-message-buffer-prefetch-idle-time): Removed.
4989         * wl-summary.el (wl-summary-redisplay-internal):
4990         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4991         Error check for `wl-message-buffer-prefetch-depht'.
4992
4993 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4994
4995         * Version number is increased to 2.9.5.
4996         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4997
4998 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4999
5000         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5001         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5002         Based on the patch written by
5003         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5006
5007         * wl-draft.el (wl-draft-raw-send): Fix for
5008         `wl-news-send-pre-hook'
5009
5010 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-utils.el (wl-message-id-function): New variable.
5013         * wl-draft.el (wl-draft-insert-required-fields):
5014         Use `wl-message-id-function'.
5015
5016 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5017
5018         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5019         * wl-utils.el (wl-draft-make-message-id-string):
5020         Use `wl-from' for domain part of Message-ID
5021         if `wl-message-id-use-wl-from' if non-nil.
5022         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5023
5024 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5025
5026         * wl.el (wl): Call `wl-check-type'
5027         Do not 'condition-case'.
5028
5029 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5030
5031         * wl.el (wl-check-type): New function.
5032         (wl-check-type-variables): New variable.
5033
5034 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5035
5036         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5037
5038 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5039
5040         * wl-draft.el (wl-smtp-password-key): New function.
5041         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5042         (wl-draft-send-mail-with-smtp): Ditto.
5043         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5044
5045 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5046
5047         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5048         * wl-utils.el (wl-unique-id-suffix): Remove.
5049
5050 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5051
5052         * Version number is increased to 2.9.4.
5053
5054 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5055
5056         * wl-utils.el (wl-unique-id-suffix): New variable.
5057         (wl-unique-id): Use `wl-unique-id-suffix'
5058
5059 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5060
5061         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5062         instead of `elmo-msgdb-search'.
5063
5064         * Version number is increased to 2.9.3.
5065
5066 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5067
5068         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5069
5070 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5071
5072         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5073         (wl-draft-dispatch-message): Changed for send-later.
5074         (wl-draft-queue-flush): Ditto.
5075         (wl-draft): Clear `wl-sent-message-queued'.
5076         (wl-draft-reedit): Ditto.
5077         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5078         * wl-vars.el (wl-draft-force-queuing): New variable.
5079         (wl-draft-force-queuing-mail): New variable.
5080         (wl-draft-force-queuing-news): New variable.
5081
5082 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5085         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5086
5087 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5088
5089         * Version number is increased to 2.9.2.
5090
5091 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * wl-draft.el (wl-draft-elide-region): New user command.
5094         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5095
5096         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5097         command `wl-draft-elide-region'.
5098         * wl-mule.el: Ditto.
5099         * wl-xmas.el: Ditto.
5100
5101 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5102
5103         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5104         (wl-biff-check-folder-async): Removed needless let.
5105
5106 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5109         wl-folder-get-elmo-folder.
5110         (wl-biff-check-folder): Set `biff' argument of
5111         `wl-folder-check-one-entity'.
5112         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5113
5114         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5115         (wl-folder-check-one-entity): Added `biff' argument;
5116         Setup `biff' slot of folder.
5117
5118         * Version number is increased to 2.9.1.
5119
5120 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5121
5122         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5123         comment out and fixed.
5124         (wl-fldmgr-add-completion-subr): Ditto.
5125
5126         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5127         and msgdb.
5128
5129         * wl.el (wl-toggle-plugged): Save summary view.
5130
5131 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5132
5133         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5134
5135 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5136
5137         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5138
5139 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5142         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5143         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5144
5145         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5146         if it was failed.
5147         (wl-demo): Disable undo in the demo buffer.
5148
5149 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-version.el (wl-version): Changed codename.
5152
5153         * Version number is increased to 2.9.0.
5154
5155 2001-12-14  Takuo KITAME <kitame@northeye.org>
5156
5157         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5158         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5159         (wl-folder-mark-as-read-all-current-entity): Ditto.
5160
5161 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5162
5163         * wl-vars.el (wl-from-width): Define as obsolete variable.
5164         (wl-subject-length-limit): Ditto.
5165
5166         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5167
5168         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5169         wl-summary-save-view.
5170
5171         * wl.el (wl-save-status): Ditto.
5172         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5173
5174         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5175         (wl-summary-exit): Follow the change above.
5176         (wl-summary-goto-folder-subr): Ditto.
5177
5178         * wl-folder.el (wl-folder-create-subr): Don't use
5179         `elmo-folder-creatable-p'.
5180
5181 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5184
5185 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5188         rather than bitmap on Emacs 21.
5189         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5190         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5191         for xbm if the new redisplay engine is not available.
5192
5193 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * wl-folder.el (wl-folder-init-hook): New hook.
5196         (wl-folder-init): Run `wl-folder-init-hook'.
5197
5198 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5201
5202 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5203
5204         * wl-acap.el (wl-acap-cache-filename): New variable.
5205         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5206         (wl-acap-init): Use cache if no ACAP server found.
5207
5208 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5209
5210         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5211         `wl-acap-original-msgdb-dir'.
5212
5213         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5214         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5215
5216         * wl-mime.el (wl-mime-save-directory): Renamed from
5217         `wl-mime-save-dir'.
5218
5219 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5222
5223         * wl-demo.el: Require `path-util'.
5224         (wl-demo-bitmap-mule-available-p): New internal variable.
5225         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5226         `module-installed-p' instead.
5227         (wl-demo-insert-image): Use *.img file for a bitmap image.
5228         (wl-demo): Don't call the ascii demo recursively.
5229
5230 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5231
5232         * Version number is increased to 2.7.7.
5233
5234 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5235
5236         * wl.el (wl-exit): Eliminated byte-compile warning.
5237
5238 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5239
5240         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5241         obsolete variable using `elmo-define-obsolete-variable'.
5242         (wl-fetch-confirm-threshold): Ditto.
5243         (wl-cache-prefetch-folder-type-list): Ditto.
5244         (wl-cache-prefetch-folder-list): Ditto.
5245
5246 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5249         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5250         (wl-demo-insert-image): New function.
5251         (wl-demo-insert-text): New function.
5252         (wl-demo-image-type-alist): Redefine as a function.
5253         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5254         (wl-demo-with-temp-file-buffer): Removed.
5255         (wl-logo-xpm): Removed.
5256         (wl-logo-xbm): Removed.
5257         (wl-logo-bitmap): Removed.
5258
5259 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5260
5261         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5262         (wl-expire-localdir-get-folder-function): New user option.
5263         (wl-expire-localdir-get-folder): New function.
5264         (wl-expire-localdir-date): Ditto.
5265
5266 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5267
5268         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5269         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5270         Fixed unread number mismatch when all-unread < unread.
5271
5272 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5275         (wl-fetch-confirm-threshold): Ditto.
5276
5277         * wl-summary.el (wl-summary-confirm-appends): Removed.
5278         (wl-summary-sync-update): Don't refer
5279         `wl-summary-update-confirm-threshold' (It is now abolished).
5280
5281         * wl-message.el (wl-message-display-internal): Don't refer
5282         `wl-fetch-confirm-threshold' (It is now abolished).
5283
5284 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5287
5288 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5289
5290         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5291         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5292         Change default value to nil.
5293         (wl-summary-indent-length-limit): The value can be nil, nil means
5294         unlimited.
5295
5296         * wl-summary.el: Don't set limit for indent length if the value of
5297         wl-summary-indent-length-limit is nil.
5298         If the value of wl-summary-width is nil, it means only that the width
5299         of summary is unlimited (nil doesn't mean that the indent length is
5300         unlimited).
5301
5302         * wl-thread.el: Ditto.
5303
5304 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5305
5306         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5307         be nil, nil means never confirm.
5308         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5309
5310 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5313         means unlimited).
5314
5315 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5316
5317         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5318         Use `with-temp-buffer'.
5319
5320 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5323         with new backquote style).
5324         (wl-folder-get-entity-from-buffer): Ditto.
5325
5326 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5327
5328         * wl-version.el (nemacs-version): Eliminated.
5329         (wl-extended-emacs-version2): Ignore nemacs.
5330         (wl-extended-emacs-version3): Ditto.
5331
5332 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5333
5334         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5335         (wl-draft-add-in-reply-to): New variable.
5336         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5337         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5338         (wl-draft-yank-from-mail-reply-buffer): Use
5339         `wl-draft-add-in-reply-to'.
5340         (wl-draft-insert-current-message): Ditto.
5341
5342 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5343
5344         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5345         typo (kill->hide).
5346         (wl-message-buffer-prefetch-folder-type-list): Added elements
5347         `mark' and `cache' instead of `internal'.
5348
5349 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5350
5351         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5352         resume msgdb directory.
5353
5354 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5355
5356         * wl.el (wl-exit): Call `wl-acap-exit'.
5357
5358         * wl-summary.el (wl-summary-message-string): New function.
5359         (wl-summary-reedit): Use it.
5360         (wl-summary-resend-bounced-mail): Remove needless let.
5361         (wl-summary-supersedes-message): Ditto.
5362         (wl-summary-save): Ditto.
5363
5364         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5365         (wl-acap-init): Set it.
5366         (wl-acap-exit): New function.
5367
5368 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5369
5370         * wl.el (wl-init): Revert (require 'mime-setup). move from
5371         toplevel.
5372
5373 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5374
5375         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5376         local variables.  Add error when guess function return invalid
5377         value.
5378
5379 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5380
5381         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5382         Change local variable name.
5383         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5384         (wl-folder-get-newsgroups): Return nil when non-news folder.
5385         * wl-summary.el (wl-summary-write-current-folder): State through
5386         when guess-list return nil.
5387         (wl-summary-write-current-folder-functions): Fixed docstring.
5388
5389         * wl.el (wl-exit): Changed confirm message.
5390
5391         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5392         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5393
5394         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5395
5396 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5397
5398         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5399         user option (Renamed from wl-cache-prefetch-folder-type-list).
5400         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5401         from wl-cache-prefetch-folder-list).
5402
5403         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5404         Move to wl-vars.el.
5405         (wl-message-buffer-prefetch-p): Changed to enable
5406         `wl-message-buffer-prefetch-folder-list'.
5407
5408         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5409         `ignore-cache'.
5410
5411 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5412
5413         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5414         `part-top' and `part-bottom'.
5415         (wl-draft-config-sub-part-top): New function.
5416         (wl-draft-config-sub-part-bottom): New function.
5417
5418 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5419
5420         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5421
5422 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5423
5424         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5425
5426 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5429
5430         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5431         (wl-summary-write-current-folder): Ditto.
5432
5433 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5434
5435         * wl-folder.el (wl-folder-get-newsgroups): Use
5436         `elmo-folder-newsgroups'.
5437
5438 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5439
5440         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5441         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5442         `wl-draft-config-sub-header-bottom'.
5443
5444 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5445
5446         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5447         localnews folder.
5448
5449 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5450
5451         * wl-summary.el (wl-summary-mode): Undo last change.
5452
5453         * wl-folder.el (wl-folder-mode): Ditto.
5454
5455 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl-summary.el (wl-summary-mode): Locally set
5458         truncate-partial-window-width to nil.
5459         (for XEmacs)
5460
5461         * wl-folder.el (wl-folder-mode): Ditto.
5462
5463 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5464
5465         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5466
5467 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5468
5469         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5470         number.
5471
5472         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5473
5474         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5475
5476         * Version number is increased to 2.7.6.
5477
5478 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5481
5482 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5483
5484         * wl-summary.el (wl-summary-sync-update): Enclose network
5485         related portion with `unwind-protect'.
5486
5487 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5488
5489         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5490
5491 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5494         element.
5495         * wl-vars.el (wl-message-body-button-alist): Ditto.
5496
5497         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5498         max match length.
5499         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5500
5501         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5502         for the max match length;
5503         Use 4th element value for the button string regexp group.
5504
5505         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5506         candidate exists, prompt to select.
5507
5508 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5509
5510         * wl-summary.el (wl-summary-jump-to-msg): Search before
5511         calibration point by `beginning-of-line'.
5512
5513 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5514
5515         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5516         for access group.
5517
5518 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl-message.el (wl-message-display-internal): Bind
5521         `default-mime-charset'.
5522
5523         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5524
5525         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5526
5527         * Version number is increased to 2.7.5.
5528
5529 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5530
5531         * wl-expire.el (wl-summary-archive): Fixed;
5532         Use `elmo-folder-name-internal'.
5533
5534 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5535
5536         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5537         from `elmo-folder-move-messages' caller.
5538         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5539
5540         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5541         related portions are changed).
5542
5543 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5544
5545         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5546         counter.
5547
5548 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5549
5550         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5551         buffer local and set it to nil.
5552
5553         * wl-message.el (wl-message-redisplay): Ditto.
5554
5555 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-summary.el (wl-summary-mark-as-important): If message is
5558         already cached, set messag as read, otherwise encache and mark as read.
5559
5560 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5561
5562         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5563         point-min.
5564
5565 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5568         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5569         a keymap.
5570
5571 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5574         parent.
5575
5576         * wl-mule.el (wl-message-define-keymap): Ditto.
5577
5578         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5579
5580         * wl-xmas.el (wl-message-display-internal-hook): Define.
5581         (wl-xmas-setup-message-toolbar): Define as function.
5582         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5583         (wl-message-overload-functions): Abolished.
5584         (wl-message-define-keymap): New function.
5585
5586         * wl-vars.el (wl-message-display-internal-hook): New variable.
5587         (wl-message-header-button-alist): New variable (Renamed from
5588         wl-highlight-message-header-button-alist).
5589         (wl-message-body-button-alist): Ditto.
5590
5591         * wl-mule.el (wl-message-define-keymap): New function.
5592         (wl-message-overload-functions): Abolished.
5593
5594         * wl-message.el (wl-message-add-buttons-to-body): New function.
5595         (wl-message-redisplay): Don't call wl-message-overload-functions;
5596         Call wl-message-add-buttons-to-header and
5597         wl-message-add-buttons-to-body.
5598         (wl-message-display-internal): Set keymap argument for
5599         elmo-mime-display-as-is, elmo-mime-message-display;
5600         Run wl-message-display-internal-hook.
5601         (wl-message-refer-article-or-url): Abolished.
5602
5603         * wl-highlight.el (wl-highlight-headers): Don't call
5604         wl-highlight-message-add-buttons-to-header.
5605         (wl-highlight-message-add-buttons-to-header): Abolished.
5606
5607
5608         * wl-e21.el (wl-message-display-internal-hook): Define.
5609         (wl-e21-setup-toolbar): Deleted duplicated binding.
5610         (wl-e21-setup-message-toolbar): Define as function.
5611         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5612         (wl-message-define-keymap): New function.
5613         (wl-message-overload-functions): Abolished.
5614
5615 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5616
5617         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5618         and elmo-folder-close.
5619
5620         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5621
5622 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5623
5624         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5625         boolean value.
5626         * wl-draft.el (wl-draft-do-fcc): Ditto.
5627
5628 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5629
5630         * wl-vars.el (wl-fcc-force-as-read): New variable.
5631         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5632         mark copied message as read.
5633
5634 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5635
5636         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5637
5638 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5639
5640         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5641         `wl-summary-target-above' instead of obsolete variable
5642         `wl-summary-temp-above'.
5643
5644         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5645         instead of `make-obsolete-variable'.
5646         * wl-refile.el (toplevel): Ditto.
5647
5648 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5649
5650         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5651         with third argument t.
5652         (wl-draft): Set first argument for wl-plugged-init as t.
5653
5654         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5655         definition.
5656
5657 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5658
5659         * wl-vars.el: Tabify.
5660         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5661
5662         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5663         message.
5664
5665 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5666
5667         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5668         and set default to beep.
5669
5670 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5671
5672         * wl-vars.el (wl-draft-truncate-lines): New variable.
5673
5674         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5675         instead of wl-message-truncate-lines for truncate-lines.
5676
5677 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-message.el (wl-message-display-internal): Call
5680         `wl-highlight-message' after `elmo-mime-display-as-is'.
5681
5682         * wl-mime.el (wl-mime-display-text/plain): New function.
5683         (wl-mime-display-header): Ditto.
5684         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5685         body-presentation-method for text/plain;
5686         Register `wl-mime-display-header' as a header-presentation-method;
5687         Don't set up `elmo-message-text-content-inserted-hook' and
5688         `elmo-message-header-inserted-hook'.
5689
5690         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5691         variable.
5692         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5693         as t if flag is 'all-header;
5694         Don't bind `elmo-message-ignored-field-list',
5695         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5696
5697 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5700         for xemacs with non-mule environment.
5701
5702 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5703
5704         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5705         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5706         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5707
5708 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5709
5710         * wl-vars.el (wl-interactive-send): Set default value as t.
5711
5712 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5713
5714         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5715         (wl-addrmgr-method-list): Abolished.
5716         (wl-addrmgr-change-method): Follow above change.
5717
5718         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5719
5720 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5721
5722         * wl-vars.el (wl-message-truncate-lines): Change default value
5723         to default-truncate-lines.
5724
5725         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5726
5727 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5728
5729         * wl-vars.el (wl-message-truncate-lines): New variable.
5730
5731         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5732         wl-message-truncate-lines.
5733
5734 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5735
5736         * wl-acap.el (wl-acap-init): Remove period from error message.
5737         (wl-acap-find-acap-service): Remove period from message.
5738
5739 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5740
5741         * wl.el (wl-check-environment): Undo last change.
5742
5743         * wl-vars.el (wl-from): Changed default value.
5744
5745         * wl-util.el (toplevel): Don't require tm-edit.
5746
5747         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5748         `wl-folder-init';
5749         Don't set mark on mail body.
5750         (wl-draft-reedit): Ditto.
5751
5752         * wl-address.el (wl-address-quote-specials): Define as an alias for
5753         elmo-address-quote-specials.
5754
5755 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5758
5759         * wl-vars.el (wl-from): Set default value as nil.
5760         (wl-organization): Set default value as ORGANIZATION environment
5761         variable.
5762
5763         * wl-draft.el (wl-smtp-extension-bind): Check value of
5764         wl-smtp-connection-type.
5765
5766         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5767         error.
5768
5769 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5770
5771         * Version number is increased to 2.7.4.
5772
5773         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5774         arguments from `wl-highlight-x-face-function' caller.
5775         Use x-face-1.3.6.12 or later.
5776
5777 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5778
5779         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5780
5781 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5782
5783         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5784         (wl-fcc): Fix to accept function.
5785         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5786
5787 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5788
5789         * wl-acap.el (toplevel): Added `product-provide' declare.
5790         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5791
5792 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl.el (wl): Changed order of calling `elmo-init'
5795         and `elmo-folder-init'.
5796
5797 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5798
5799         * wl-mime.el (wl-summary-burst): Extract message when content-type
5800         of root entity is not only `multipart' but also `message/rfc822'.
5801         (wl-summary-burst-subr): Ditto.
5802
5803 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-vars.el (toplevel): Require 'custom.
5806         (wl-trash-folder): Added to `wl-setting' group.
5807
5808         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5809         exists.
5810         (wl-addrmgr-draw): Insert empty line when no entry exists.
5811
5812         * wl-mule.el (wl-message-wheel-up): Fixed.
5813         (wl-message-wheel-down): Ditto.
5814
5815 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5816
5817         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5818         config is an anonymous lambda expression.
5819
5820 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5823         when Mule 2 is running.
5824
5825 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5826
5827         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5828
5829 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5832         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5833
5834         * wl-address.el (wl-address-specials-regexp): Eliminated.
5835         (wl-address-quote-specials): Rewrite.
5836
5837 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5840         shy-groups for regexp.
5841
5842         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5843         character classes and Perl style shy-groups for regexp.
5844         (wl-highlight-plugged-current-line): Use Posix style character
5845         classes for regexp.
5846         (wl-e21-highlight-folder-by-numbers): Ditto.
5847         (wl-e21-display-image-p): Use `display-images-p' instead of
5848         `display-graphic-p'.
5849         (display-images-p): Make an alias to `display-graphic-p' if it is
5850         not available.  It is for Emacs version prior to 21.0.105.
5851
5852         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5853         `display-graphic-p'.
5854         (wl-demo-image-type-alist): Ditto.
5855         (display-images-p): Make an alias to `display-graphic-p' if it is
5856         not available.  It is for Emacs version prior to 21.0.105.
5857
5858 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5859
5860         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5861         support.
5862         (wl-generate-user-agent-string): Ditto.
5863
5864         * wl-version.el (wl-version): Update docsting.
5865         (wl-version-status): Ditto.
5866
5867 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5868
5869         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5870         21.0.105.  For Emacs 21.0.104 or earlier.
5871
5872 2001-09-03  Takuo KITAME <kitame@northeye.org>
5873
5874         * wl-e21.el (wl-plugged-init-icons): Use
5875         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5876         (wl-biff-init-icons): Ditto.
5877
5878 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5879
5880         * wl-highlight.el (wl-highlight-summary-current-line):
5881         Fixed highlighting refile/copy destination.
5882
5883         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5884         (wl-acap-store): Encode string by wl-acap-coding-system.
5885
5886 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5887
5888         * wl-acap.el (toplevel): Check and require 'un-define before
5889         'xemacs-ucs;
5890          Added checking for UTF-2000.
5891
5892 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5893
5894         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5895         Don't enclose with `eval-and-compile'.
5896
5897         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5898         wl-init is non-nil.
5899
5900         * wl-draft.el (wl-draft): Ditto.
5901
5902         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5903
5904         * wl-acap.el (toplevel): Require 'wl.
5905         (wl-acap-store): Call `elmo-init'.
5906
5907         * wl.el (wl): Changed position of `wl-check-environment'.
5908         (toplevel): Added autoload setting for wl-acap.
5909
5910         * wl-vars.el (wl-setting): New custom group.
5911         (wl-from): Added wl-setting group.
5912         (wl-user-mail-address-list): Ditto.
5913         (wl-organization): Ditto.
5914         (wl-subscribed-mailing-list): Ditto.
5915         (wl-envelope-from): Ditto.
5916         (wl-smtp-posting-user): Ditto.
5917         (wl-smtp-posting-server): Ditto.
5918         (wl-smtp-posting-port): Ditto.
5919         (wl-smtp-authenticate-type): Ditto.
5920         (wl-pop-before-smtp-user): Ditto.
5921         (wl-pop-before-smtp-server): Ditto.
5922         (wl-pop-before-smtp-port): Ditto.
5923         (wl-pop-before-smtp-authenticate-type): Ditto.
5924         (wl-nntp-posting-server): Ditto.
5925         (wl-nntp-posting-user): Ditto.
5926         (wl-nntp-posting-port): Ditto.
5927         (wl-fetch-confirm-threshold): Ditto.
5928         (wl-prefetch-threshold): Ditto.
5929         (wl-thread-insert-opened): Ditto.
5930         (wl-ldap-server): Ditto.
5931         (wl-ldap-port): Ditto.
5932         (wl-ldap-base): Ditto.
5933         (wl-ldap-objectclass): Ditto.
5934         (wl-use-ldap): Ditto.
5935         (wl-draft-config-alist): Ditto.
5936         (wl-draft-config-matchone): Ditto.
5937         (wl-template-alist): Ditto.
5938         (wl-message-sort-field-list): Ditto.
5939         (wl-message-ignored-field-list): Ditto.
5940         (wl-message-visible-field-list): Ditto.
5941         (wl-interactive-send): Ditto.
5942         (wl-summary-move-order): Ditto.
5943         (wl-auto-select-first): Ditto.
5944         (wl-auto-select-next): Ditto.
5945         (wl-interactive-save-folders): Ditto.
5946
5947         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5948         Initialization codes are moved from wl-local-folder-init.
5949         (wl-local-folder-init): Follow the change above.
5950         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5951
5952         * wl-acap.el: New file.
5953
5954         * Version number is increased to 2.7.3.
5955
5956 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5957
5958         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5959
5960 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5961
5962         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5963         (wl-addrmgr-address-entry-list): Ditto.
5964
5965 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5966
5967         * wl-e21.el (wl-draft-mode-map): Removed binding for
5968         `wl-draft-insert-x-face-field'.
5969
5970         * wl-mule.el (wl-draft-mode-map): Ditto.
5971
5972         * wl-xmas.el (wl-draft-mode-map): Ditto.
5973
5974         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5975         (wl-cs-autoconv): Ditto.
5976         (wl-cs-local): Ditto.
5977         (wl-use-scoring): Ditto.
5978         (wl-mime-charset): Ditto.
5979         (wl-folder-check-async): Ditto.
5980
5981         * wl.el (toplevel): Ignore nemacs and tm.
5982         (wl-exit): Ditto.
5983
5984         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5985         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5986         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5987         instead of wl-address-petname-add-or-change.
5988         (wl-summary-edit-addresses-subr): Use wl-address-delete
5989         instead of wl-address-petname-delete.
5990
5991         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5992
5993         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5994         if error occured.
5995
5996         * wl-message.el (require): Remove tm support.
5997
5998         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5999
6000         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6001         (wl-folder-jump-to-current-entity): Ditto.
6002         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6003
6004         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6005         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6006         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6007
6008         * wl-mule.el (wl-draft-key-setup): Ditto.
6009
6010         * wl-xmas.el (wl-draft-key-setup): Ditto.
6011
6012         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6013         (wl-draft-std11-parse-addresses): New function.
6014         (wl-draft-parse-mailbox-list): Use it.
6015         (wl-draft): Ignore nemacs.
6016         (wl-draft-reedit): Ditto.
6017
6018         * wl-addrmgr.el: New file.
6019         (Original is wl-rcpt.el written by
6020         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6021         Thanks Kitamoto-san.)
6022
6023         * wl-address.el (wl-address-make-address-list): Modified parsing
6024         process.
6025         (wl-address-delete): Renamed from `wl-address-petname-delete';
6026         Modify wl-address-list too.
6027         (wl-address-add-or-change): Renamed from
6028         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6029
6030 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6031
6032         * wl-highlight.el (wl-highlight-summary-current-line):
6033           Work with transient-mark-mode
6034
6035 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6036
6037         * Version number is increased to 2.7.2.
6038
6039         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6040         instead of elmo-dop-queue-method.
6041
6042 2001-08-06  SAITO Atsunori <sai@yedo.com>
6043
6044         * wl-vars.el (wl-ldap-objectclass): New user option.
6045
6046         * wl-address.el (wl-ldap-make-filter): Use it.
6047
6048 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6049
6050         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6051
6052 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6053
6054         * wl-folder.el (wl-folder): redisplay after folder insertion.
6055
6056         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6057
6058         * wl-summary.el (wl-summary-sync-update):
6059         Change status mark only when new-msgdb exists.
6060         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6061
6062 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-summary.el (wl-summary-open-folder): New function.
6065         (wl-summary-goto-folder-subr): Use it.
6066         (wl-summary-mark-as-important): Fix;
6067         Encache only when no cache exists.
6068
6069 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6072         Use with-current-buffer.
6073
6074 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6075
6076         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6077         before call `get-buffer'. Fixed parenthesis.
6078         (wl-score-get-header-entry): Clear message and help window when
6079         keyboard quit.
6080         (wl-score-edit-insert-header): Ditto.
6081
6082 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6083
6084         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6085         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6086         (wl-default-draft-cite): Fix.
6087
6088         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6089         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6090
6091 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6092
6093         * wl-message.el (wl-message-prev-page): Do same bahavior
6094         as summary when it is called in the message buffer.
6095         (wl-message-next-page): Ditto.
6096
6097 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-summary.el (wl-summary-forward): Use cache if it is not
6100         section cache.
6101
6102 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6105         Removed redundant require of elmo-vars.
6106         (wl-biff-state-indicator-on): Changed default value for
6107         xemacs with non-mule environment.
6108
6109         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6110         wl-message-buffer is nil;
6111         Hide progress bar after moving messages.
6112
6113 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6114
6115         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6116         message at cursor point is deleted.
6117
6118 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-vars.el: Changed file coding system to euc-japan.
6121         Added -*-coding:-*- magic to the first line.
6122
6123         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6124         Search parent from the first message.
6125
6126         * Version number is increased to 2.7.1.
6127
6128 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6129
6130         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6131
6132 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6133
6134         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6135         refile/delete execution.
6136
6137         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6138         Fixed docstring.
6139
6140 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6141
6142         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6143         do update process;
6144         Don't update marks when update process is interrupted.
6145
6146 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl-summary.el (wl-summary-reply): Fixed problem when
6149         wl-draft-use-frame is non-nil.
6150         (wl-summary-forward): Ditto.
6151
6152         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6153         as nil.
6154         (wl-folder-mark-as-read-all-entity): Ditto.
6155         (wl-folder-prefetch-entity): Ditto.
6156
6157         * wl.el (wl): Check environment before wl-init.
6158
6159         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6160         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6161         instead of wl-summary-collect-unread.
6162         (wl-summary-reply): Split message window.
6163
6164 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6165
6166         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6167         only if current language environment is japanese,
6168
6169         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6170         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6171         (wl-folder-goto-folder-subr): Ditto.
6172
6173         * wl-draft.el (wl-draft-dispatch-message): Call
6174         `elmo-file-cache-get-path'.
6175
6176 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6177
6178         * wl-summary.el (wl-summary-cursor-move): If return value of
6179         wl-summary-next-message is not number, don't jump.
6180
6181 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl-summary.el (wl-summary-buffer-next-message-function): New
6184         variable.
6185         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6186         if it is bound.
6187
6188         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6189         string.
6190
6191         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6192         (wl-plugged-drawing): Ditto.
6193
6194 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6197         process.
6198         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6199         with unwind-protect.
6200
6201         * wl.el (wl-init): Require mime-setup.
6202         (wl-check-environment): Don't require mime-setup.
6203
6204         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6205         instead of elmo-folder-type.
6206
6207         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6208         value as nil.
6209
6210 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6211
6212         * Version number is increased to 2.7.0.
6213
6214         * wl-version.el (wl-version): Changed codename.
6215
6216         * wl-summary.el (wl-summary-delete-cache): Fixed.
6217
6218         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6219         Workaround for net folders.
6220         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6221
6222         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6223         value to nil (According to the patch from
6224         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6225
6226         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6227         of elmo-folder-close.
6228
6229 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6230
6231         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6232         for postfix.
6233
6234 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * wl-summary.el (wl-summary-resend-message): Fixed.
6237
6238         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6239         Call wl-draft with `from' argument if its address is included in
6240         `wl-user-mail-address-list'.
6241         (wl-draft): Added `from' argument.
6242
6243         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6244         non-nil.
6245         (wl): Don't show demo if wl-demo is nil.
6246
6247         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6248         wl-summary-use-frame.
6249
6250         * wl-vars.el (wl-summary-use-frame): New user option.
6251         (wl-folder-use-frame): Changed docstring.
6252
6253         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6254         non-nil.
6255         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6256         wl-summary-use-frame.
6257
6258         * wl-vars.el (wl-folder-use-frame): New user option.
6259
6260         * wl-summary.el (wl-summary-exit): Back to folder frame if
6261         wl-folder-use-frame is non-nil.
6262         (wl-summary-redisplay-internal): Ignore cache if current folder
6263         is draft folder,
6264         (wl-summary-redisplay-no-mime): Ditto.
6265         (wl-summary-redisplay-all-header): Ditto.
6266
6267         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6268         if wl-folder-use-frame is non-nil.
6269
6270 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6271
6272         * wl-summary.el (wl-summary-sync-update): Bind
6273         elmo-folder-update-threshold.
6274         (wl-summary-mark-as-important): Enclosed server mark processing
6275         with `save-match-data'.
6276
6277         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6278         only when it is already defined.
6279
6280 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6281
6282         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6283         name of folder exclude localdir is wrong.
6284         * wl-folder.el (wl-folder-sync-entity):
6285         Set `wl-summary-always-sticky-folder-list' as nil.
6286         (wl-folder-mark-as-read-all-entity): Ditto.
6287         (wl-folder-prefetch-entity): Ditto.
6288
6289 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6290
6291         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6292         instead of `wl-summary-write-current-newsgroup'.
6293
6294 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6295
6296         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6297         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6298         non-nil and selected message is important, do not display.
6299
6300 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6301
6302         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6303
6304 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6307
6308         * wl-summary.el (wl-summary-mark-as-important): Set message number
6309         using wl-summary-message-number.
6310
6311 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6312
6313         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6314         destination folder is 'null.
6315
6316 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6317
6318         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6319         New function.
6320         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6321         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6322         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6323
6324 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl-mime.el (wl-mime-setup): Added setting for
6327         `mime-setup-signature-key-alist' to avoid overriding key bind for
6328         `wl-draft-send'.
6329
6330         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6331         for `wl-draft-send'.
6332         * wl-mule.el (wl-draft-overload-functions): Ditto.
6333         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6334         * wl-draft.el (wl-draft-send): Ditto.
6335
6336         * wl-message.el (wl-message-display-internal):
6337         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6338         (Patch is provided by <kita@coe.nttdata.co.jp>).
6339
6340 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6343
6344 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl.el (wl): Fix for wl-demo.
6347
6348 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6349
6350         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6351
6352 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-folder.el (wl-folder-prefetch-entity): Use
6355         `wl-folder-get-elmo-folder'.
6356         (wl-folder-count-incorporates): Do not use
6357         `wl-folder-get-elmo-folder'.
6358
6359 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6360
6361         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6362         instead of `elmo-folder-get-type'.
6363
6364 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6365
6366         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6367         position on Subject: field.
6368         (Advised by Mito <mit@nines.nec.co.jp>)
6369
6370 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6371
6372         * wl-folder.el (wl-folder-prefetch-entity): Use
6373         `wl-folder-get-elmo-folder'.
6374
6375 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6376
6377         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6378
6379         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6380         `process-duplicates' slot.
6381
6382         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6383         if detection failed.
6384
6385 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6386
6387         * wl-version.el (wl-version-status): Set to "alpha".
6388
6389 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6392         Check wl-message-buffer lives before set-buffer.
6393
6394 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6395
6396         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6397         called in folder mode.
6398         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6399         * wl-summary.el (wl-summary-exit-pre-hook): Run
6400         `wl-summary-exit-pre-hook' before exit summary mode.
6401
6402 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6403
6404         * wl-version.el (wl-version-status): New variable.
6405         (wl-version-status-alist): Removed.
6406         (wl-version-status): Rule included.
6407
6408 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6409
6410         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6411         @sponichi.
6412
6413         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6414         when `mail-reply-buffer' is buffer-local variable.
6415         (Reported by <kita@coe.nttdata.co.jp>).
6416
6417 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6418
6419         * wl-vars.el (toplevel): Require 'elmo-util.
6420
6421 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6422
6423         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6424         (All other related portions are changed)
6425
6426         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6427
6428         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6429
6430 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6431
6432         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6433
6434 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6437         Delete other windows to avoid an error.
6438         Use `point-marker' instead of `point' to remember the start point
6439         of body.
6440
6441         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6442
6443         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6444         number not to exceed all message number.
6445
6446 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6447
6448         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6449         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6450
6451 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6452
6453         * wl-summary.el (wl-summary-sync-force-update): Added argument
6454         no-check.
6455         (wl-summary-sync-update): Ditto.
6456         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6457         with `no-check'.
6458
6459         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6460         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6461         already running.
6462
6463 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6464
6465         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6466         `dst-folder-arg'.
6467         (wl-expire-archive-number1): Diito.
6468         (wl-expire-archive-number2): Diito.
6469         (wl-expire-archive-Date): Diito.
6470         (wl-archive-number1): Diito.
6471         (wl-archive-number2): Diito.
6472         (wl-archive-date): Diito.
6473         (wl-archive-folder-p): New function.
6474         (wl-summary-expire): Support of expand folder name at
6475         wl-expire-alist.
6476         * wl-util.el (wl-expand-newtext): Renamed from
6477         `wl-refile-expand-newtext'.
6478
6479 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6480
6481         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6482         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6483         `(elmo-msgdb-get-overview msgdb)'.
6484         (wl-summary-prefetch): Bind match data before call
6485         `wl-summay-prefetch-msg'.
6486         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6487         'off if `wl-summary-buffer-disp-msg' is non-nil.
6488         Fixed problem that couldn't show only one new or unread message when
6489         enter folder.
6490         (wl-summary-reply): Don't call `split-window-vertically' and other
6491         window.
6492
6493 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl-expire.el (wl-expire-refile): Fixed.
6496
6497 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6500
6501         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6502         biff notification is removed.
6503
6504         * wl.el (wl): Changed position of `elmo-init'.
6505
6506         * wl-draft.el (wl-default-draft-cite): Use date field
6507         on the citation buffer.
6508
6509         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6510
6511         * wl-xmas.el (wl-folder-internal-icon-list): Added
6512         `wl-folder-shimbun-image'.
6513
6514         * wl-e21.el (wl-folder-internal-icon-list): Added
6515         `wl-folder-shimbun-image'.
6516
6517 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl.el (wl-init): Eliminated argument.
6520         (wl): Rewrite.
6521
6522         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6523         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6524         instead of `elmo-folder-msgdb-internal'.
6525         (wl-summary-sync-update): Ditto.
6526         (wl-summary-flush-pending-append-operations): Eliminated.
6527         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6528         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6529         `elmo-folder-open'.
6530
6531         * wl-mime.el (wl-summary-burst): Fixed.
6532
6533         * wl-folder.el (wl-folder-info-save): Check data type.
6534
6535         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6536         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6537         instead of `elmo-folder-msgdb-internal'.
6538         (wl-expire-hide): Ditto.
6539
6540
6541         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6542
6543 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6544
6545         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6546
6547 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6548
6549         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6550
6551 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6552
6553         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6554         Fixed `match-beginning' argument mismatch.
6555
6556 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6557
6558         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6559         the default value.
6560
6561 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6562
6563         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6564         instead of `elmo-nntp-default-port'.
6565
6566         * wl-vars.el: Fixed some doc strings.
6567
6568 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-summary.el (wl-summary-prefetch-msg): Use
6571         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6572
6573         * wl-vars.el: Define *-func as obsolete variable using
6574         `elmo-define-obsolete-variable'.
6575
6576         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6577         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6578         instead of `wl-message-buffer-prefetch-threshold'.
6579
6580         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6581
6582         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6583
6584         * wl-draft.el (wl-caesar-region-func): Ditto.
6585
6586         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6587         Keep unread status in elmo-folder-move-messages.
6588         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6589
6590 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6591
6592         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6593         `wl-summary-buffer-exit-func'
6594         (wl-summary-buffer-message-redisplay-function): Renamed from
6595         `wl-summary-buffer-message-redisplay-func'
6596         (wl-summary-buffer-next-folder-function): Renamed from
6597         `wl-summary-buffer-next-folder-func'.
6598         (wl-summary-buffer-prev-folder-function): Renamed from
6599         `wl-summary-buffer-prev-folder-func'.
6600         (wl-summary-get-petname-function): Renamed from
6601         `wl-summary-get-petname-func'.
6602
6603         * wl-score.el (wl-score-edit-exit-function): Renamed from
6604         `wl-score-edit-exit-func'.
6605
6606         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6607         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6608
6609         * wl-util.el (wl-load-profile-function): Renamed from
6610         `wl-load-profile-func'.
6611
6612         * wl-folder.el (wl-folder-completion-function): Renamed from
6613         `wl-folder-completion-func'.
6614         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6615
6616         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6617         `wl-expire-archive-get-folder-func'.
6618         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6619         (wl-draft-send-mail-function): Renamed from
6620         `wl-draft-send-mail-func'.
6621         (wl-draft-send-news-function): Renamed from
6622         `wl-draft-send-news-func'.
6623         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6624         (wl-generate-mailer-string-function): Renamed from
6625         `wl-generate-mailer-string-func'.
6626         (wl-highlight-signature-search-function): Renamed from
6627         `wl-highlight-signature-search-func'.
6628         (wl-highlight-x-face-function): Renamed from
6629         `wl-highlight-x-face-func'
6630         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6631         (wl-ps-print-buffer-function): Renamed from
6632         `wl-ps-print-buffer-func'
6633         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6634         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6635         (wl-summary-subject-filter-function): Renamed from
6636         `wl-summary-subject-filter-func'.
6637
6638         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6639         `wl-draft-queue-flush-send-func'
6640         (wl-draft-cite-function): Renamed from
6641         `wl-draft-cite-func'
6642
6643         * wl-address.el (wl-address-init-function): Renamed from
6644         `wl-address-init-func'.
6645
6646 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6647
6648         * wl-draft.el (wl-draft-queue-flush): Don't call
6649         `elmo-dop-unlock-message'.
6650         * wl-draft.el (wl-draft-queue-append): Don't call
6651         `elmo-dop-lock-message'.
6652
6653         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6654         (wl-summary-buffer-folder-name): Ditto.
6655         (wl-summary-message-regexp): Added '-' (all other related portions
6656         are changed).
6657         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6658         wl-summary-buffer-folder-name.
6659
6660 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6661
6662         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6663         the number of mails in the folder buffer is not updated by wl-biff.
6664
6665 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6668         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6669
6670 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-summary.el (wl-summary-next-message):
6673         Return next message number when wl-summary-move-order is nil.
6674
6675 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6676
6677         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6678         `wl-summary-move-spec-alist'.
6679         (wl-summary-move-spec-unplugged-alist): New variable
6680         (Move spec for unplugged status).
6681         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6682         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6683
6684 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6685
6686         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6687         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6688
6689 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6690
6691         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6692         simple quotation to quote the anonymous function.
6693         * tm-wl.el (wl-draft-preview-message): Ditto.
6694
6695 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6696
6697         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6698         Eliminate redundant `save-excursion'.
6699         (wl-highlight-summary-current-line): Ditto.
6700
6701         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6702         accessing match data when `looking-at' failed.
6703
6704         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6705         `elmo-match-string' where users don't care about the speed.
6706         (wl-draft-save): Ditto.
6707
6708 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * wl-util.el (wl-regexp-opt): New function.
6711
6712         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6713         number from `wl-summary-buffer-number-list'.
6714         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6715         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6716         (wl-summary-move-spec-alist): Changed default setting.
6717
6718 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6719
6720         * wl-vars.el (wl-biff-notify-hook): New hook.
6721         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6722         the arrival of new mail.
6723         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6724         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6725
6726 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6729
6730 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6733
6734         * Version number is increased to 2.5.8.
6735
6736         * wl-thread.el (toplevel): require 'cl.
6737         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6738         (wl-thread-make-number-list): New function.
6739         (wl-thread-entity-make-number-list-from-children): Ditto.
6740         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6741         (wl-thread-entity-insert-as-children): Likewise.
6742         (wl-thread-delete-message): Likewise.
6743         (wl-meaning-of-mark): Eliminated.
6744         (wl-thread-next-failure-mark-p): Ditto.
6745         (wl-thread-entity-get-mark): Ditto.
6746         (wl-thread-meaning-alist-get-result): Ditto.
6747         (wl-thread-entity-check-prev-mark): Ditto.
6748         (wl-thread-entity-check-next-mark): Ditto.
6749         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6750         (wl-thread-entity-get-prev-marked-entity): Ditto.
6751         (wl-thread-get-prev-unread): Ditto.
6752         (wl-thread-jump-to-prev-unread): Ditto.
6753         (wl-thread-get-next-unread): Ditto.
6754         (wl-thread-jump-to-next-unread): Ditto.
6755         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6756         (wl-thread-entity-get-next-marked-entity): Ditto.
6757
6758         * wl-summary.el (wl-summary-buffer-number-list):
6759         New bufer-local variable.
6760         (wl-summary-switch-to-clone-buffer): Clone
6761         `wl-summary-buffer-number-list'.
6762         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6763         (wl-summary-cursor-move-regex): Eliminated.
6764         (wl-summary-cursor-up): Rewrite.
6765         (wl-summary-cursor-down): Ditto.
6766         (wl-summary-mode-spec-alist): New variable.
6767         (wl-summary-next-message): New inline function.
6768         (wl-summary-cursor-move): New function.
6769         (wl-summary-default-get-next-msg): Rewrite.
6770         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6771         (wl-summary-rescan): Ditto.
6772         (wl-summary-sync-all-init): Ditto.
6773         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6774         summary is not thread view.
6775         (wl-summary-sync-update): Ditto.
6776         (wl-summary-rescan): Ditto.
6777         (wl-summary-make-number-list): New function.
6778
6779         * wl-draft.el: "FCC" -> "Fcc".
6780
6781 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl-highlight.el (wl-highlight-summary-window):
6784         Call `set-buffer-modified-p'.
6785
6786         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6787         (wl): Call `elmo-init' and fix.
6788
6789         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6790         Use new variables.
6791
6792         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6793
6794 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6797
6798 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6799
6800         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6801
6802 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6803
6804         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6805         `wl-use-toolbar' nor `display-graphic-p'.
6806         (wl-e21-setup-message-toolbar): Ditto.
6807         (wl-e21-setup-summary-toolbar): Ditto.
6808         (wl-e21-setup-folder-toolbar): Ditto.
6809
6810         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6811         (wl-plugged-init-icons): Ditto.
6812
6813         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6814         `display-graphic-p'.
6815         (wl-plugged-set-folder-icon): Ditto.
6816         (wl-highlight-plugged-current-line): Ditto.
6817         (wl-highlight-folder-current-line): Ditto.
6818         (wl-e21-highlight-folder-group-line): Ditto.
6819         (wl-e21-setup-toolbar): Ditto.
6820         (wl-e21-display-image-p): New macro.
6821
6822         * wl-demo.el (wl-demo): Simplified.
6823         (wl-demo-image-type-alist): Use `image-type-available-p' for
6824         checking whether the image type `xbm' is available.
6825
6826 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6829         (wl-summary-input-range): Ditto.
6830
6831 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-summary.el (wl-summary-edit-addresses): Use
6834         `wl-summary-get-original-buffer'
6835         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6836         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6837         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6838         (wl-summary-get-newsgroups): Eliminated.
6839         (wl-summary-set-crosspost): Ditto.
6840         (wl-summary-is-crosspost-folder): Ditto.
6841         (wl-crosspost-alist-load): Ditto.
6842         (wl-crosspost-alist-save): Ditto.
6843
6844         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6845         `elmo-setup-subscribed-newsgroups' instead of
6846         `elmo-nntp-make-groups-hashtb'.
6847         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6848         instead of `wl-crosspost-alist-save'.
6849
6850         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6851         of `elmo-folder-message-appendable-p'.
6852         (wl-mime-header-presentation-method): Eliminated.
6853
6854         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6855         (Error occurs in emacs21).
6856
6857         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6858         the current buffer).
6859
6860         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6861         instead of `wl-crosspost-alist-save'.
6862         (wl-init): `elmo-crosspost-message-alist-load'
6863         instead of `wl-crosspost-alist-load'
6864
6865         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6866         (wl-parse-newsgroups): Likewise.
6867         (wl-biff-notify): Run `wl-biff-notify-hook'.
6868
6869 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6872
6873         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6874         when `wl-summary-lazy-highlight' is non-nil.
6875         (wl-summary-goto-folder-subr): Highlight only when
6876         `wl-summary-lazy-highlight' is non-nil.
6877
6878         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6879         Don't display progress and highlight temp-mark when
6880         `wl-summary-lazy-highlight' is non-nil.
6881         (wl-highlight-summary-window): New function.
6882         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6883
6884 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6885
6886         * wl-summary.el (wl-summary-sync): Change `all-visible'
6887         from `all-shown'
6888         (wl-summary-input-range): Ditto.
6889
6890 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6891
6892         * wl-e21.el (wl-highlight-folder-current-line): Call
6893         `wl-folder-init-icons' when folder icons have not been initialized.
6894
6895         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6896
6897         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6898         (wl-demo-image-type-alist): New macro.
6899
6900 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6901
6902         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6903         display does not support graphics.
6904         (wl-plugged-init-icons): Ditto.
6905         (wl-folder-init-icons): Ditto.
6906
6907         * wl-demo.el (wl-demo): Chech closely whether the display
6908         supports graphics.
6909
6910 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6911
6912         * wl-summary.el (wl-summary-get-original-buffer): New function.
6913         (wl-summary-set-crosspost): Use it.
6914         (wl-summary-target-mark-uudecode): Ditto.
6915         (wl-summary-reedit): Ditto.
6916         (wl-summary-resend-bounced-mail): Ditto.
6917         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6918         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6919
6920         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6921         (wl-message-display-internal): Ditto.
6922
6923 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6926
6927 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-summary.el (wl-summary-save-view): Renamed from
6930         `wl-summary-save-status'.
6931
6932 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6933
6934         * wl-summary.el (wl-summary-sync): Added `all-shown'
6935
6936 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6937
6938         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6939
6940 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6941
6942         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6943
6944 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6945
6946         * wl-highlight.el (wl-highlight-summary-line-string): Use
6947         `zerop' instead of `= 0'.
6948         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6949
6950         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6951         for comparing numbers.
6952         (wl-template-prev): Use `zerop' instead of `eq 0'.
6953
6954         * wl-draft.el (wl-draft-insert-current-message): Use
6955         `with-current-buffer' instead of `save-excursion'.
6956         Use `zerop' instead of `eq 0'.
6957
6958 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6959
6960         * wl-draft.el (wl-draft-insert-ccs): New function.
6961         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6962         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6963
6964 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6967
6968 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl-expire.el (wl-expire-refile): Don't call
6971         elmo-msgdb-add-msgs-to-seen-list;
6972         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6973         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6974
6975 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6976
6977         * wl-message.el (wl-message-prev-page): Ignore errors while
6978         scroll-down.
6979
6980 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-mime.el: Use elmo-original-message-mode instead of
6983         mmelmo-original-mode.
6984
6985         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6986         `elmo-folder-get-spec';
6987         (wl-fldmgr-add-completion-all-completions):
6988         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6989
6990         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6991         of `elmo-folder-get-type'.
6992
6993         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6994         `elmo-folder-get-spec';
6995         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6996         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6997         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6998         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6999         `elmo-read-msg-no-cache';
7000         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7001         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7002         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7003         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7004         `elmo-cache-save';
7005         (wl-draft-reedit): Use `elmo-message-file-name'.
7006
7007         * wl-expire.el: Use `elmo-folder-name-internal';
7008         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7009         Use macro `wl-summary-buffer-msgdb' instead of variable
7010         `wl-summary-buffer-msgdb';
7011         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7012         Use macro `wl-summary-buffer-folder-name' instead of variable
7013         `wl-summary-buffer-folder-name'.
7014         * wl-score.el: Likewise.
7015
7016         * wl-message.el: Rewrite for new message buffer cache mechanism.
7017         (wl-message-buffer-cache-buffer-get): New macro.
7018         (wl-message-buffer-cache-folder-get): Ditto.
7019         (wl-message-buffer-cache-message-get): Ditto.
7020         (wl-message-buffer-cache-entry-make): Ditto.
7021         (wl-message-buffer-cache-hit): Ditto.
7022         (wl-message-buffer-cache-sort): New function.
7023         (wl-message-buffer-cache-add): Ditto.
7024         (wl-message-buffer-cache-delete): Ditto.
7025         (wl-message-buffer-cache-clean-up): Ditto.
7026         (wl-message-buffer-window): Rewrite.
7027         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7028         (wl-message-buffer-display): New function.
7029         (wl-message-display-internal): New function.
7030
7031 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7032
7033         * wl-folder.el: Use `elmo-folder-name-internal';
7034         Use `wl-folder-get-elmo-folder';
7035         Use `elmo-folder-list-messages' instead of
7036         `elmo-list-folder';
7037         Use `elmo-folder-get-primitive-list' instead of
7038         `elmo-folder-get-primitive-spec-list';
7039         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7040         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7041         Use `elmo-folder-create' instead of `elmo-create-folder'.
7042         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7043         (wl-folder-get-elmo-folder): New macro.
7044         (wl-folder-elmo-folder-cache-get): Ditto.
7045         (wl-folder-elmo-folder-cache-put): Ditto.
7046         (wl-folder-suspend): Call `elmo-quit'.
7047
7048         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7049         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7050         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7051         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7052         (toplevel): require 'cl.
7053         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7054
7055         * wl-summary.el: Rewrite to use new elmo interface.
7056
7057 \f
7058 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7059
7060         * wl-mime.el (wl-draft-preview-message):
7061         Run `wl-draft-send-hook' before collecting recipients information;
7062         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7063
7064         * tm-wl.el (wl-draft-preview-message): Ditto.
7065
7066 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7069         wrong recipients are displayed when forwarded message.
7070
7071 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7072
7073         * Version number is increased to 2.5.7.
7074
7075 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7076
7077         * wl-message.el (wl-message-next-page): Bind
7078         `window-pixel-scroll-increment' to nil while scrolling up.
7079
7080 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7081
7082         * wl-vars.el (wl-save-hook): New hook.
7083         * wl.el (wl-save): Call `wl-save-hook'.
7084
7085 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7086
7087         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7088         Argument WITH-ARG instead of NO-ARG (negative mean).
7089         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7090         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7091         * wl-message.el (wl-message-follow-current-entity): Likewise.
7092
7093 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7094
7095         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7096         FROM was optional argument.
7097         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7098
7099 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7100
7101         * Version number is increased to 2.5.6.
7102
7103 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7104
7105         * wl-version.el (wl-version-show): Removed.
7106         (wl-version): Add `interactive'.
7107
7108 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7109
7110         * wl-summary.el (wl-summary-get-petname-func): New variable.
7111         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7112         instead of `wl-address-get-petname-1'.
7113         (wl-summary-simple-from): Ditto.
7114
7115         * wl-address.el (wl-address-get-petname-1): Define as function.
7116
7117 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7118
7119         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7120         field in the original message.
7121         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7122
7123 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7124
7125         * wl-expire.el (wl-expire-hide):
7126         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7127
7128 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7131         find decoder for To, Cc, and Subject.
7132
7133 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7136         for checking `elmo-use-buffer-cache'.
7137         (wl-summary-mark-as-important): Fixed typo in comment.
7138
7139 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7142         field in the original message.
7143         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7144
7145 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7146
7147         * wl-expire.el (wl-expire-hide):
7148         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7149
7150 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7153         find decoder for To, Cc, and Subject.
7154
7155 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * Version number is increased to 2.5.5.
7158
7159         * wl-address.el (wl-address-specials-regexp): New constant.
7160         (wl-address-quote-specials): Use it.
7161
7162 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-summary.el (wl-summary-rescan):
7165         Call `wl-summary-buffer-number-column-detect'.
7166         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7167
7168         * wl-message.el (wl-message-mode-map): Define.
7169         (wl-message-decode): Use it as local-map.
7170
7171 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7174         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7175
7176 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7179
7180         * wl-mule.el (wl-read-event-char): Ditto.
7181
7182         * wl-e21.el (wl-read-event-char): Ditto.
7183
7184         * wl-nemacs.el (wl-read-event-char): Ditto.
7185         (read-event): Removed.
7186
7187         * wl-util.el (toplevel): Removed dummy definition of
7188         `read-event'.
7189         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7190
7191 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7192
7193         * wl-nemacs.el (elmo-archive-call-process): Moved to
7194         elmo-archive.el.
7195
7196 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7197
7198         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7199         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7200
7201         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7202         instead of magic-number 6.  Use `not' instead of `null' for symbol
7203         `nil' check (not empty list).
7204         (wl-draft-insert-x-face-field): Fixed paren style.
7205
7206         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7207         one-branch conditional statement, instead of `and' and `if'.
7208         (wl-draft-forward): Likewise.
7209         (wl-draft-add-references): Likewise.
7210         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7211
7212         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7213         conditional steatment.  Use `cond' instead of `if'.
7214         (wl-draft-confirm): Likewise.
7215
7216 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7217
7218         * wl-version.el (wl-version-show): Use `product-string-1'
7219         instead of `wl-version'.
7220         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7221
7222         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7223
7224 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7225
7226         * wl-highlight.el (wl-highlight-headers): Revert
7227         `wl-highlight-x-face-func' argument (`beg' and `end').
7228
7229 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7230
7231         * wl.el (toplevel): Move `product-provide' declare.
7232         * wl-demo.el (toplevel): Ditto.
7233         * wl-dnd.el (toplevel): Ditto.
7234         * wl-highlight.el (toplevel): Ditto.
7235         * wl-message.el (toplevel): Ditto.
7236         * wl-refile.el (toplevel): Ditto.
7237         * wl-util.el (toplevel): Ditto.
7238
7239 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7240
7241         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7242         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7243         (wl-thread-close-all): keep cursor position.
7244
7245 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7246
7247         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7248         (eq x 0).
7249         (wl-generate-user-agent-string-1): Fix conditional statement.
7250
7251 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7252
7253         * wl.el (wl-check-environment): Additional check for
7254         'wl-local-domain' and `wl-message-id-domain'.
7255
7256 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7257
7258         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7259
7260 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7261
7262         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7263         instead of `smtp-sasl-user-realm'.
7264
7265 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7266
7267         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7268
7269 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7270
7271         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7272         to the default value as well as `eword-lexical-analyzer'.
7273
7274 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7275
7276         * wl-version.el (wl-extended-emacs-version,
7277         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7278         `elmo-match-string' instead of `wl-match-string'.
7279
7280 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7281
7282         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7283         docstring.
7284
7285 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7286
7287         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7288
7289 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7290
7291         * wl-highlight.el (wl-highlight-headers): Remove
7292         `wl-highlight-x-face-func' argument (`beg' and `end').
7293
7294 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * wl-summary.el (wl-summary-mark-as-important):
7297         Remove cache if folder is local.
7298
7299 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7300
7301         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7302         to get existing e-mail address string.
7303
7304 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7305
7306         * wl-version.el (wl-generate-user-agent-string): Commentary.
7307         (wl-generate-user-agent-string-1): Use `when' for
7308         one-branch conditional statement, instead of `and' and `if'.
7309         (wl-extended-emacs-version, wl-extended-emacs-version2,
7310         wl-extended-emacs-version3): Ditto.
7311
7312 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7313
7314         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7315         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7316         condition-case; Remove initialization.
7317         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7318         (wl-summary-sync-update3): Added argument `sync-all';
7319         Eliminated local variable `msgdb';
7320         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7321         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7322         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7323
7324 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7325
7326         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7327         connection before call `wl-draft-send-mail-with-smtp'.
7328
7329 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7330
7331         * Version number is increased to 2.5.4.
7332
7333 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7334
7335         * wl.el (wl-check-environment): Additional check for
7336         'wl-local-domain' and `wl-message-id-domain'.
7337
7338 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7341         buffer as command specific.
7342         (wl-folder-mark-as-read-all-entity): Ditto.
7343         (wl-folder-prefetch-entity): Ditto.
7344         (wl-folder-drop-unsync-entity): Ditto.
7345
7346         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7347         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7348         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7349
7350         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7351         save-excursion.
7352
7353 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * Version number is increased to 2.5.3.
7356
7357         * wl-summary.el (wl-summary-save-view-cache):
7358         Delete duplicated `write-region';
7359         Use `write-region-as-binary' instead of `as-binary-output-file' and
7360         `write-region'.
7361
7362 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7363
7364         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7365
7366 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7369         instead of `smtp-via-smtp'.
7370
7371 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7372
7373         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7374
7375 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7376
7377         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7378         instead of `smtp-sasl-user-realm'.
7379
7380 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7381
7382         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7383
7384 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7385
7386         * Version number is increased to 2.5.2.
7387
7388 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7389
7390         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7391         does not exist.
7392         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7393         (wl-biff-start): Call `timer-activate' if timer already exists.
7394
7395         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7396         only when it is bound as function.
7397
7398 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * Version number is increased to 2.5.1.
7401
7402 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7405         Print refile/copy destination.
7406
7407 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7408
7409         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7410         queue-flush-only is non-nil.
7411
7412         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7413
7414         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7415         checking cache folder.
7416
7417 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7418
7419         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7420         `regexp-quote'.
7421
7422 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7423
7424         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7425         function.
7426         * wl-summary.el (wl-summary-write-current-folder-functions):
7427         Change default value.  Use it.
7428
7429 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * Version number is increased to 2.5.0.
7432
7433         * wl-version.el (wl-version): Changed codename.
7434
7435 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7436
7437         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7438         (wl-summary-supersedes-message): Ditto.
7439
7440 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7441
7442         * wl-refile.el (wl-refile-guess-functions): Renamed from
7443         `wl-refile-guess-func-list'.
7444
7445 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7446
7447         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7448         Fixed problem when no rule was matched.
7449
7450 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7451
7452         * wl-summary.el (wl-summary-get-mark): Fixed
7453         `wl-summary-buffer-target-mark' check logic.
7454
7455 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7456
7457         * wl-folder.el (wl-folder-write-current-folder): Added group
7458         folder check.
7459
7460         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7461         `wl-summary-write-current-newsgroup'.
7462         (wl-summary-write-current-folder-functions): New variable.
7463         * wl-folder.el (wl-folder-get-newsgroups): New function.
7464         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7465         (wl-folder-write-current-folder): Renamed from
7466         `wl-folder-write-current-newsgroup'.
7467
7468 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7469
7470         * Version number is increased to 2.3.93.
7471
7472 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7475         (wl-ldap-make-matched-value-list): Ditto.
7476         (wl-ldap-alias-safe-string): Split e-mail address.
7477
7478         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7479         petname folder default was selected.
7480         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7481         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7482
7483 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7486         to `wl-draft-config-exec'.
7487
7488         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7489         instead of calling `wl-draft-config-exec';
7490         Process group-list and show recipients in minibuffer.
7491
7492         * tm-wl.el (wl-draft-preview-message): Ditto.
7493
7494 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7495
7496         * wl.el (toplevel): Added (C) to copyright notice, and
7497         sync Author header.
7498         * tm-wl.el (toplevel): Ditto.
7499         * wl-address.el (toplevel): Ditto.
7500         * wl-demo.el (toplevel): Ditto.
7501         * wl-dnd.el (toplevel): Ditto.
7502         * wl-draft.el (toplevel): Ditto.
7503         * wl-e21.el (toplevel): Ditto.
7504         * wl-expire.el (toplevel): Ditto.
7505         * wl-folder.el (toplevel): Ditto.
7506         * wl-highlight.el (toplevel): Ditto.
7507         * wl-message.el (toplevel): Ditto.
7508         * wl-mime.el (toplevel): Ditto.
7509         * wl-mule.el (toplevel): Ditto.
7510         * wl-nemacs.el (toplevel): Ditto.
7511         * wl-refile.el (toplevel): Ditto.
7512         * wl-score.el (toplevel): Ditto.
7513         * wl-summary.el (toplevel): Ditto.
7514         * wl-template.el (toplevel): Ditto.
7515         * wl-thread.el (toplevel): Ditto.
7516         * wl-util.el (toplevel): Ditto.
7517         * wl-vars.el (toplevel): Ditto.
7518         * wl-xmas.el (toplevel): Ditto.
7519
7520 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7521
7522         * wl.el (wl-init): Added comment about `wl-init-hook'.
7523         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7524         * wl-vars.el (wl-init-hook): Added docs.
7525         (wl-make-plugged-hook): Removed useless docs.
7526         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7527         * wl-xmas.el (toplevel): Ditto.
7528
7529 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7530
7531         * wl-address.el (toplevel): Fixed multiple Author header format.
7532         * wl-demo.el (toplevel): Ditto.
7533         * wl-draft.el (toplevel): Ditto.
7534         * wl-folder.el (toplevel): Ditto.
7535         * wl-summary.el (toplevel): Ditto.
7536         * wl-thread.el (toplevel): Ditto.
7537         * wl-util.el (toplevel): Ditto.
7538         * wl-vars.el (toplevel): Ditto.
7539         * wl-version.el (toplevel): Ditto.
7540         * wl-xmas.el (toplevel): Ditto.
7541         * wl.el (toplevel): Ditto.
7542
7543         * wl-version.el (toplevel): Added require `elmo-version' for
7544         `product-version-as-string'.
7545
7546 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-vars.el (wl-draft-send-hook): Changed default value to
7549         '(wl-draft-config-exec).
7550
7551         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7552         explicitly.
7553         (wl-draft): Set `wl-draft-config-exec-flag' before running
7554         `wl-mail-setup-hook'.
7555
7556         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7557         `wl-biff-init-icons' to `wl-init-hook' instead of
7558         `wl-make-plugged-hook'.
7559         (Because if `wl-draft' command is invoked at first,
7560         they are not initialized)
7561         Updated copyright notice.
7562
7563         * wl-e21.el (toplevel): Ditto;
7564
7565         * wl-demo.el (toplevel): Updated copyright notice.
7566         * wl-address.el (toplevel): Ditto.
7567         * wl-draft.el (toplevel): Ditto.
7568         * wl-version.el (toplevel): Ditto.
7569         * wl-folder.el (toplevel): Ditto.
7570         * wl-summary.el (toplevel): Ditto.
7571         * wl-thread.el (toplevel): Ditto.
7572         * wl-util.el (toplevel): Ditto.
7573         * wl-vars.el (toplevel): Ditto.
7574         * wl.el (toplevel): Ditto.
7575
7576 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7577
7578         * wl-highlight.el (wl-highlight-message): Fixed problem of
7579         highlighting failure which occured when the last field contains
7580         multiple lines in the draft buffer.
7581
7582         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7583         `wl-biff-start' if plugged.
7584
7585         * wl-util.el (wl-biff-check-folder): New function.
7586         (wl-biff-check-folders): Don't set session name prefix.
7587         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7588         (wl-biff-check-folder-async): Ditto.
7589
7590         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7591         in email address.
7592
7593 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7594
7595         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7596
7597         * wl-draft.el (wl-draft-strip-subject-re): New function.
7598
7599         * wl-draft.el (wl-draft-reply): Use it.
7600
7601 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-message.el (wl-mmelmo-message-redisplay): Use
7604         `mime-display-message' instead of `wl-mime-display-message'.
7605
7606         * wl-mime.el (toplevel): Removed compatibility workaround
7607         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7608         (wl-mime-display-message): Abolished.
7609         (wl-mime-entity-read-field): Ditto.
7610         (wl-mime-combine-message/partial-pieces): Use
7611         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7612
7613 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7614
7615         * wl-template.el: Doc fixes.
7616
7617 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7618
7619         * wl-e21.el (wl-message-overload-functions): Do nothing if
7620         `current-local-map' is not available.
7621         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7622
7623 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7624
7625         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7626         representation.
7627
7628         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7629         number.
7630         (wl-fldmgr-save-folders): Don't use `format' when insert
7631         `wl-fldmgr-folders-header'.
7632
7633 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7634
7635         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7636
7637 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7638
7639         * wl-highlight.el (wl-highlight-message):
7640         Use `std11-field-end' to detect end point of the header field.
7641         Refer `wl-highlight-max-header-size'.
7642
7643         * wl-vars.el (wl-highlight-max-header-size): New variable.
7644
7645         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7646
7647         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7648         Set `for-draft' argument of wl-highlight-headers.
7649         (wl-draft): Ditto.
7650         (wl-draft-reedit): Ditto.
7651         (wl-user-agent-compose-internal): Ditto.
7652
7653 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7654
7655         * wl-message.el (wl-message-add-button): Use overlay.
7656
7657 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7660
7661         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7662         problem when group-list content is nothing.
7663         (Reported by Mito <mit@nines.nec.co.jp>)
7664
7665 2000-10-18  SAITO Atsunori <sai@yedo.com>
7666
7667         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7668
7669 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7670
7671         * tm-wl.el (toplevel): Use product-provide.
7672
7673 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * Version number is increased to 2.3.92.
7676
7677 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7678
7679         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7680         title text, use `display' property for left margin under Emacs 21.
7681
7682         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7683         properties.
7684         (wl-plugged-init-icons): Ditto.
7685
7686 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7687
7688         * wl.el (wl-save-status, wl-init): Remove last period in
7689         "...done." message.
7690         * tm-wl.el (wl-summary-burst): Ditto.
7691         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7692         wl-summary-resume-cache-status,
7693         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7694         wl-summary-sync-update3, wl-summary-highlight-msgs,
7695         wl-summary-flush-pending-append-operations,
7696         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7697         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7698         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7699         wl-thread-open-all): Ditto.
7700         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7701         * wl-mime.el (wl-summary-burst): Ditto.
7702         * wl-highlight.el (wl-highlight-summary): Ditto.
7703         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7704         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7705         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7706         * wl-address.el (wl-local-address-init): Ditto.
7707
7708 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7709
7710         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7711         `add-text-properties'.
7712         (wl-plugged-init-icons): Ditto.
7713         (wl-folder-init-icons): Use `propertize' instead of
7714         `put-text-property'.
7715         (wl-plugged-set-folder-icon): Ditto.
7716         (wl-e21-highlight-folder-group-line): Ditto.
7717
7718 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * wl-version.el (wl-version-status-alist): New variable.
7721         (wl-version-status): New function.
7722
7723         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7724         "Cc" part of the case "Reply-To".
7725
7726         * wl-draft.el (wl-draft-reply): Use result of
7727         `eword-extract-address-components'.
7728
7729         * wl-demo.el (wl-demo-icon-name): New constant.
7730         (wl-logo-xpm): Use it.
7731         (wl-logo-xbm): Ditto.
7732         (wl-logo-bitmap): Ditto.
7733
7734         * Version number is increased to 2.3.91.
7735
7736 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7737
7738         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7739         (wl-extended-emacs-version, wl-extended-emacs-version2,
7740         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7741         docstring.
7742
7743         * wl-version.el (wl-generate-user-agent-string-1): New function.
7744         (wl-generate-user-agent-string): Use it.
7745
7746         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7747         `mime-edit-insert-user-agent-field'.
7748         (wl-generate-user-agent-string): Check
7749         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7750
7751         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7752         instead of `if', when verbose case.
7753
7754 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7755
7756         * wl-expire.el (wl-summary-expire): Fix.
7757
7758 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7759
7760         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7761         and `elmo-lost+found-folder' if 'wl-draft.
7762         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7763
7764 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7765
7766         * wl-expire.el (wl-summary-expire): Change messages.
7767         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7768         `deleing-info' instead of "Deleting..."
7769
7770 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7771
7772         * wl-summary.el (wl-summary-refile-subr): Fix.
7773
7774 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7775
7776         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7777         if pipe folder.
7778
7779 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7780
7781         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7782
7783 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7784
7785         * wl-expire.el (wl-expire-hide): New function.
7786         (wl-summary-expire): Add `hide'.
7787
7788 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl-vars.el (wl-draft-reply-without-argument-list):
7791         Changed default value to consider `Reply-To:'.
7792         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7793
7794         * Version number is increased to 2.3.90.
7795
7796         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7797         elmo-imap4-get-session with unwind-protect.
7798         Don't cause error.
7799         (wl-summary-sync-marks): Don't check plugged nor folder type.
7800         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7801         (Always keep current buffer).
7802
7803 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7804
7805         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7806         Enclose with `save-excursion'.
7807
7808 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7809
7810         * wl-version.el (wl-version): Remove interactive.
7811
7812 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7813
7814         * wl-version.el (wl-generate-user-agent-string): Use
7815         `product-string-verbose' instead of `product-string-1'.
7816
7817 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7818
7819         * wl-vars.el (wl-draft-use-cache): New variable.
7820         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7821         if wl-draft-use-cache is non-nil.
7822
7823 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7824
7825         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7826         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7827
7828 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7829
7830         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7831         (wl-thread-msg-mark-as-unread): Ditto.
7832
7833         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7834         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7835         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7836         Don't set mark in summary if return value of `elmo-mark-as-read'
7837         is nil.
7838         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7839         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7840         instead of `wl-thread-msg-mark-as-read'.
7841         (wl-summary-mark-as-unread-region): Ditto.
7842         (wl-summary-target-mark-mark-as-read): Ditto.
7843
7844         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7845
7846 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7849
7850         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7851
7852 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7855         face.
7856
7857 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7858
7859         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7860         `running-xemacs'.
7861
7862 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7863
7864         * wl-version.el (toplevel): Use `product-version-as-string' for
7865         set verstion-string, if defined.
7866
7867         * wl-version.el (wl-version-show): Insert string at point, when
7868         call with argument.
7869
7870         * wl-version.el (wl-generate-user-agent-string): Use
7871         `product-string-1' instead of `wl-appname', `wl-version' and
7872         `wl-codename'.
7873
7874 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7875
7876         * wl-address.el (toplevel): Use product-provide.
7877         * wl-demo.el (toplevel): Ditto.
7878         * wl-dnd.el (toplevel): Ditto.
7879         * wl-draft.el (toplevel): Ditto.
7880         * wl-e21.el (toplevel): Ditto.
7881         * wl-expire.el (toplevel): Ditto.
7882         * wl-fldmgr.el (toplevel): Ditto.
7883         * wl-folder.el (toplevel): Ditto.
7884         * wl-highlight.el (toplevel): Ditto.
7885         * wl-message.el (toplevel): Ditto.
7886         * wl-mime.el (toplevel): Ditto.
7887         * wl-mule.el (toplevel): Ditto.
7888         * wl-nemacs.el (toplevel): Ditto.
7889         * wl-refile.el (toplevel): Ditto.
7890         * wl-score.el (toplevel): Ditto.
7891         * wl-summary.el (toplevel): Ditto.
7892         * wl-template.el (toplevel): Ditto.
7893         * wl-thread.el (toplevel): Ditto.
7894         * wl-util.el (toplevel): Ditto.
7895         * wl-vars.el (toplevel): Ditto.
7896         * wl-xmas.el (toplevel): Ditto.
7897         * wl.el (toplevel): Ditto.
7898
7899 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7900
7901         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7902         instead of product.
7903
7904         * wl-version.el (wl-version): Compile time evalution elmo-version.
7905
7906 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7907
7908         * wl-summary.el (wl-summary-sync-force-update): Append queue
7909         `mark-as-read'if unplugged.
7910
7911 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7912
7913         * wl-version.el: New file.  Use product.el.
7914         * wl.el: add (require 'wl-version).
7915         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7916         for ~/.folders header.
7917         (wl-fldmgr-folders-header): Changed.
7918         * wl-demo.el (wl-demo): Use product.el.
7919
7920         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7921         wl-version.el.
7922         * wl-util.el (wl-version, wl-version-show): Ditto.
7923
7924         * wl-util.el (wl-generate-user-agent-string,
7925         wl-extended-emacs-version, wl-extended-emacs-version2,
7926         wl-extended-emacs-version3): Move to wl-version.el.
7927         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7928         xemacs-codename, mime-edit-insert-user-agent-field,
7929         mime-edit-user-agent-value, mime-editor/version,
7930         mime-editor/codename): Compile warning killer move to
7931         wl-version.el
7932
7933 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7934
7935         * wl-summary.el (wl-summary-refile-subr): Fix.
7936
7937 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7940         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7941
7942 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7943
7944         * wl.el (wl-check-environment): Check too many `@'.
7945
7946 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7947
7948         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7949
7950 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7951
7952         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7953         wl-draft-reply-myself-without-argument-list): Add variables.
7954         * wl-draft.el (wl-draft-reply): Use it.
7955
7956 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7957
7958         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7959         the 5th argument of `elmo-network-get-spec'.
7960
7961         * wl-thread.el (wl-thread-reparent-children): New inline function.
7962         (wl-thread-delete-message): Use it.
7963
7964         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7965         (wl-summary-score-update-all-lines): Don't use `dolist'.
7966
7967 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7968
7969         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7970         (require 'elmo-msgdb) for inline function.
7971
7972 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7973
7974         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7975
7976 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7977
7978         * wl-score.el (wl-score-headers): Fix for the confusing macro
7979         `elmo-kill-buffer'.
7980
7981 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7982
7983         * wl-summary.el: Don't use the 3rd argument of `require' because
7984         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7985         * wl-util.el: Ditto.
7986         * wl-draft.el: Ditto.
7987
7988 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7989
7990         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7991         window system is not used.
7992
7993 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7994
7995         * wl-thread.el: Don't use `mapcar' only for iteration.
7996         (wl-thread-resume-entity): Ditto.
7997         (wl-thread-delete-message): Ditto.
7998
7999         * wl-summary.el: Bind `dragdrop-drop-functions',
8000         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8001         of `require' for `timezone', `easymenu' and `ps-print';
8002         don't use `mapcar' only for iteration.
8003
8004         * wl-util.el: Bind `mule-version', `nemacs-version',
8005         `emacs-beta-version', `xemacs-codename',
8006         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8007         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8008         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8009         only for iteration.
8010
8011         * wl-score.el: Don't use `mapcar' only for iteration.
8012         (wl-score-simplify-buffer-fuzzy): Ditto.
8013         (wl-score-simplify-subject): Ditto.
8014         (wl-score-headers): Ditto.
8015         (wl-summary-score-update-all-lines): Ditto.
8016
8017         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8018         `enable-multibyte-characters' and `mule-version'.
8019
8020         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8021         `mapcar' only for iteration.
8022
8023         * wl-demo.el: Don't use `mapcar' only for iteration.
8024
8025         * wl-folder.el: Don't use `mapcar' only for iteration.
8026         (wl-folder-open-all): Ditto.
8027         (wl-folder-count-incorporates): Ditto.
8028
8029         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8030         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8031
8032         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8033         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8034         `smtp-connection-type'; specify 3rd argument of `require' for
8035         `timezone'; don't use `mapcar' only for iteration.
8036         (wl-draft-clone-local-variables): Don't use `mapcar'.
8037         (wl-draft-generate-clone-buffer): Ditto.
8038         (wl-user-agent-compose-internal): Ditto.
8039
8040         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8041
8042         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8043         (wl-save-status): Ditto.
8044
8045         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8046         for iteration.
8047
8048 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8051         removed `Date'.
8052         (wl-fldmgr-make-filter-default): New user option.
8053
8054         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8055         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8056         (wl-fldmgr-filter-completion-alist): Abolish.
8057
8058         * wl.el (wl): Don't check servers if arg is non-nil.
8059
8060         * wl-draft.el (wl-draft-reply): Set only message-id string to
8061         In-Reply-To field.
8062
8063 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8064
8065         * wl-summary.el (wl-summary-pick): Rewrite.
8066
8067         * wl-draft.el (wl-draft-forward): Get references field from
8068         original buffer.
8069         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8070
8071 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8072
8073         * wl-draft.el (wl-draft-forward): Add references field.
8074
8075 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8076
8077         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8078         (wl-draft-reply): Use it.
8079
8080 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8081
8082         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8083         when Emacs 21 is running.
8084
8085         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8086         bindings.
8087
8088 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8089
8090         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8091         XPM icons transparent.
8092
8093         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8094         Emacs 21.
8095
8096 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8099         nil.
8100
8101         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8102         when it is persistent.
8103         (wl-summary-sync-marks): Changed argument for
8104         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8105         (wl-summary-virtual): Use `elmo-read-search-condition'.
8106         (wl-summary-redisplay-internal): If folder is local, mark as read
8107         even when folder is plugged.
8108
8109 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8110
8111         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8112         of `tool-bar-lines' in the frame parameters.
8113         (after-make-frame-functions, post-command-hook): Don't modify the
8114         value.
8115         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8116         wl-e21-tool-bar-lines): Removed.
8117
8118 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8119
8120         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8121         properties `evaporate' and `wl-momentary-overlay' as well.
8122         (wl-highlight-summary-displaying): Ditto.
8123         (wl-delete-all-overlays): Don't delete overlay which does not have
8124         a property `wl-momentary-overlay'.
8125
8126         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8127         `display-mouse-p' and `display-graphic-p'.
8128         (wl-folder-init-icons): Don't search for XBM or the other files.
8129         (wl-plugged-set-folder-icon): Make icons if and only if
8130         `display-graphic-p' returns non-nil.
8131         (wl-highlight-plugged-current-line): Use `before-string' overlay
8132         property to show icon images.
8133         (wl-highlight-folder-current-line): Ditto.
8134         (wl-e21-highlight-folder-group-line): Ditto.
8135         (wl-e21-highlight-folder-by-numbers): Ditto.
8136         (wl-e21-insert-image): Removed.
8137         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8138         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8139         said.
8140         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8141         `wl-e21-force-switch-toolbar'.
8142         (wl-e21-make-icon-image): Removed.
8143         (wl-e21-setup-toolbar): Don't search for XBM files.
8144         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8145         the default value.
8146
8147 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-util.el (wl-biff-check-folder-async): Set
8150         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8151
8152 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8153
8154         * wl-e21.el (after-make-frame-functions): Add
8155         `wl-e21-force-switch-toolbar'.
8156         (wl-e21-force-switch-toolbar): New function force to switch the
8157         toolbar appearance automatically.
8158         (post-command-hook): Add `wl-e21-switch-toolbar'.
8159         (wl-e21-switch-toolbar): New function to switch the toolbar
8160         appearance automatically.
8161         (wl-e21-tool-bar-lines): New buffer local variable.
8162
8163 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-util.el (wl-biff-check-folders-running): New variable.
8166         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8167         (wl-biff-check-folder-async-callback):
8168         Set `wl-biff-check-folders-running'.
8169         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8170         with unwind-protect.
8171
8172         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8173         Enclose `wl-folder-auto-check' with unwind-protect.
8174
8175         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8176         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8177
8178         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8179
8180         * wl-util.el (wl-biff-notify): New inline function.
8181         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8182         locally.
8183         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8184         folder-list' is 1.
8185         Use `wl-biff-notify'.
8186         (wl-biff-check-folder-async-callback): New function.
8187         (wl-biff-check-folder-async): Ditto.
8188
8189         * wl-folder.el (wl-folder): Don't check folders.
8190         (wl-folder-auto-check): New function.
8191
8192 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8193
8194         * wl-util.el (wl-biff-start) [Emacs19+]:
8195         Use `timer-next-integral-multiple-of-time'.
8196         (wl-biff-check-folders): Use `wl-default-folder'
8197         if `wl-biff-check-folder-list' is nil.
8198
8199 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8200
8201         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8202         instead of `elmo-delete-lists'.
8203
8204 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8205
8206         * wl.el (wl-plugged-toggle-all): Set the value of
8207         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8208         (wl-plugged-toggle): Ditto.
8209         (wl-toggle-plugged): Ditto.
8210         (wl-plugged-init): Ditto.
8211
8212         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8213         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8214         instead of `wl-biff-state-indicator-off' and
8215         `wl-biff-state-indicator-on'; don't modify the value and the type
8216         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8217         (wl-plugged-init-icons): Set icons data to
8218         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8219         instead of `wl-plug-state-indicator-off' and
8220         `wl-plug-state-indicator-on'; don't modify the value and the type
8221         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8222
8223         * wl-vars.el (wl-modeline-biff-state-off,
8224         wl-modeline-biff-state-on, wl-modeline-biff-status,
8225         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8226         wl-modeline-plug-status): New internal variables.
8227         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8228         wl-biff-check-interval, wl-biff-check-folder-list): Change
8229         customization group from `wl-folder' to `wl-highlight'.
8230         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8231         wl-show-plug-status-on-modeline): Defcustomized.
8232
8233         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8234         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8235         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8236         a flag to `mode-line-buffer-identification'.
8237
8238         * wl-e21.el (wl-biff-init-icons): Set icons data to
8239         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8240         instead of `wl-biff-state-indicator-off' and
8241         `wl-biff-state-indicator-on'.
8242         (wl-plugged-init-icons): Set icons data to
8243         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8244         instead of `wl-plug-state-indicator-off' and
8245         `wl-plug-state-indicator-on'.
8246
8247 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8248
8249         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8250         excessive titles.
8251
8252 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8253
8254         * wl.el (wl-plugged-mode): Use revised
8255         `wl-mode-line-buffer-identification'.
8256         (wl-plugged-init): Don't use `force-mode-line-update'.
8257
8258         * wl-xmas.el (wl-draft-overload-functions): Use revised
8259         `wl-mode-line-buffer-identification'.
8260         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8261         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8262         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8263         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8264         `wl-make-plugged-hook';
8265         add `wl-folder-init-icons' and `wl-setup-folder' to
8266         `wl-folder-mode-hook'.
8267
8268         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8269         19 as well.
8270         (wl-mode-line-display-priority-list): New user option.
8271         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8272         Defcustomized.
8273         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8274         Add docs.
8275
8276         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8277         start.
8278         (wl-mode-line-buffer-identification): Revised as a function.
8279
8280         * wl-summary.el (wl-summary-mode): Use revised
8281         `wl-mode-line-buffer-identification'; don't call
8282         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8283         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8284         `wl-xmas-setup-summary'.
8285
8286         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8287         `wl-mode-line-buffer-identification'.
8288
8289         * wl-mule.el (wl-draft-overload-functions): Use revised
8290         `wl-mode-line-buffer-identification'.
8291
8292         * wl-folder.el (wl-make-plugged-alist): Don't call
8293         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8294         (wl-folder): Don't call `wl-folder-init-icons' directly.
8295         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8296         `wl-xmas-setup-folder' directly;
8297         use revised `wl-mode-line-buffer-identification'.
8298         (TopLevel): Don't bind `wl-biff-init-icons',
8299         `wl-plugged-init-icons', `wl-folder-init-icons',
8300         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8301
8302         * wl-e21.el (wl-draft-overload-functions): Use revised
8303         `wl-mode-line-buffer-identification'.
8304         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8305         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8306         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8307         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8308         `wl-make-plugged-hook';
8309         add `wl-folder-init-icons' and `wl-setup-folder' to
8310         `wl-folder-mode-hook'.
8311
8312 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8313             Katsumi Yamaoka    <yamaoka@jpl.org>
8314
8315         * wl.el (wl): Call `wl-biff-start'.
8316         (wl-exit): Call `wl-biff-stop'.
8317         (wl-plugged-mode): Show biff in modeline.
8318         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8319
8320         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8321         (wl-biff-init-icons): New function.
8322         (wl-plugged-init-icons): Don't make too much keymaps.
8323         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8324
8325         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8326         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8327         variables.
8328         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8329         options.
8330
8331         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8332         wl-biff-start, wl-biff-stop): New functions.
8333         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8334         (wl-biff-timer-name): New variable.
8335
8336         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8337
8338         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8339         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8340
8341         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8342         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8343
8344         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8345         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8346         `wl-folder-init-icons' to `ignore' if they are not available.
8347         (wl-folder-mode): Show biff in modeline.
8348
8349         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8350         (wl-biff-init-icons): New function.
8351         (wl-plugged-init-icons): Don't make too much keymaps.
8352         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8353
8354 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8355
8356         * wl-vars.el (wl-strict-diff-folders): Customization Type
8357         and doc fix.  Define as a list of regular expressions for
8358         folders or nil.
8359         * wl-folder.el (wl-folder-check-one-entity): Use
8360         `wl-string-match-member' instead of `wl-string-member' for
8361         `wl-strict-diff-folders'.
8362
8363 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8364
8365         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8366         (wl-highlight-folder-current-line): Use it; new implementation.
8367         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8368         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8369         `defsubst' instead of `defun'.
8370
8371         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8372         `wl-highlight-group-folder-by-numbers'; made it can also be a
8373         number.  See info for more details.
8374
8375         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8376         running.
8377
8378         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8379         to bind them.
8380
8381         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8382         (wl-highlight-folder-current-line): New implementation.
8383
8384         * wl-highlight.el (wl-highlight-folder-group-line): New
8385         implementation.
8386         (wl-delete-all-overlays): Rewrite as a marco.
8387         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8388
8389         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8390         running.
8391         (wl-folder-*-glyph): No need to bind them.
8392
8393         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8394         `wl-e21-highlight-folder-group-icon'; rewrite.
8395         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8396         `defsubst' instead of `defun'.
8397         (wl-folder-mode-map): Bind it when compiling.
8398
8399 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8400
8401         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8402
8403         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8404
8405 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8406
8407         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8408
8409 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8410
8411         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8412         (wl-highlight-folder-current-line): Use it.
8413
8414         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8415         in `id-name'.
8416
8417 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8418
8419         * wl.el: Require `wl-e21' when Emacs 21 is running.
8420
8421         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8422         default when Emacs 21 is running.
8423         (wl-use-highlight-mouse-line): Ditto.
8424         (wl-on-emacs21): New constant.
8425         (wl-on-emacs20): Removed.
8426
8427         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8428         Emacs 21 is running.
8429
8430         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8431         Emacs 21 is running.
8432
8433         * wl-e21.el: New file.
8434
8435 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8436
8437         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8438         (wl-toggle-plugged): Ditto.
8439         (wl-plugged-toggle): Ditto.
8440         (wl-plugged-toggle-all): Ditto.
8441
8442         * wl-vars.el (wl-plug-state-indicator): Refer
8443         `wl-plug-state-indicator-on' indirectly.
8444
8445 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8448         Call `wl-folder-confirm-existence'.
8449
8450         * wl-folder.el (wl-folder-confirm-existence): Added optional
8451         argument `force'.
8452
8453 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8454
8455         * wl-summary.el (wl-summary-refile-subr): Assume
8456         `copy-or-refile' as symbol.
8457         (wl-summary-refile): Follow up above change.
8458         (wl-summary-copy): Ditto.  Doc fix.
8459
8460 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * wl-summary.el (wl-summary-pick): Don't bind
8463         `elmo-search-mime-charset'.
8464
8465         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8466         default using old backquote style.
8467         (wl-search-mime-charset): Abolished.
8468
8469         * wl-highlight.el (wl-highlight-headers):
8470         Call `point' after `re-search-forward'(for Nemacs).
8471
8472         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8473         for elmo-imap4.el.
8474
8475 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8476
8477         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8478         `wl-message-ignored-field-list' instead of
8479         `mime-view-ignored-field-list'.
8480
8481         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8482         Add interactive spec.
8483         (wl-folder-goto-bottom-of-current-folder): Ditto.
8484         (wl-folder-mode-map): Bind them.
8485
8486         * wl-vars.el (wl-message-ignored-field-list): New variable.
8487         (wl-message-visible-field-list): New variable.
8488
8489         * wl-mime.el (wl-mime-header-presentation-method): New function.
8490         (wl-mime-setup): Set header-presentation-method.
8491
8492 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8493
8494         * wl-nemacs.el (wl-draft-overload-functions): Set
8495         `mode-line-buffer-identification' instead of using
8496         `wl-make-modeline'.
8497
8498         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8499         instead of using `wl-make-modeline'.
8500
8501         * wl-xmas.el (wl-plugged-init-icons): Set up
8502         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8503         (wl-make-modeline): Abolish.
8504         (wl-draft-overload-functions): Set
8505         `mode-line-buffer-identification' instead of using
8506         `wl-make-modeline'.
8507
8508         * wl-util.el (wl-make-modeline-subr): Abolish.
8509         (wl-mode-line-buffer-identification): New alias.
8510
8511         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8512         (wl-summary-make-modeline): Abolish.
8513         (wl-summary-buffer-set-folder): Set
8514         `wl-summary-buffer-folder-indicator'.
8515         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8516         of using `wl-make-modeline'.
8517         (wl-summary-switch-to-clone-buffer): Don't set
8518         `mode-line-buffer-identification'.
8519         (wl-summary-goto-folder-subr): Ditto.
8520
8521         * wl-mule.el (wl-draft-overload-functions): Set
8522         `mode-line-buffer-identification' instead of using
8523         `wl-make-modeline'.
8524
8525         * wl-folder.el (wl-folder-mode): Set
8526         `mode-line-buffer-identification' instead of using
8527         `wl-make-modeline'.
8528         (wl-folder): Don't set `mode-line-buffer-identification'.
8529
8530 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8531
8532         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8533         instead of `member' for `wl-refile-guess-func-list' look-ups.
8534         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8535
8536 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8537
8538         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8539         `wl-message-button-dispatcher'.
8540
8541         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8542
8543         * wl-message.el (wl-message-button-dispatcher): Use it.
8544
8545         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8546         "In-Reply-To".
8547
8548         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8549         Bind `case-fold-search' to t.
8550
8551 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8552
8553         * wl-xmas.el (wl-message-overload-functions): Initialize
8554         `wl-message-button-map'.
8555
8556         * wl-mule.el (wl-message-overload-functions): Initialize
8557         `wl-message-button-map'.
8558
8559         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8560
8561         * wl-message.el (wl-message-button-map): New keymap.
8562         (wl-message-add-button): New function.
8563         (wl-message-button-dispatcher): New function.
8564         (wl-message-button-refer-article): New function.
8565
8566         * wl-highlight.el
8567         (wl-highlight-message-add-buttons-to-header): New function.
8568         (wl-highlight-headers): Use it.
8569
8570 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8571
8572         * wl-summary.el (wl-summary-default-from): Use
8573         `wl-address-get-petname-1'.
8574         (wl-summary-simple-from): Ditto.
8575
8576         * wl-address.el (wl-address-get-petname-1): New inline function.
8577         (wl-address-get-petname): Use it.
8578
8579 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8580
8581         * wl-summary.el (wl-summary-default-from): Return full-name part
8582         from the address if no petname was found.
8583         (wl-summary-simple-from): Ditto.
8584
8585         * wl-address.el (wl-address-get-petname): Return nil if no petname
8586         associated with the address was found.
8587
8588 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8589
8590         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8591         display is finished.
8592
8593 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8594
8595         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8596         `elmo-folder-exists-p' argument.
8597
8598 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8599
8600         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8601         the folder.
8602
8603 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8604
8605         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8606
8607         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8608         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8609
8610 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8611
8612         * wl-folder.el (wl-folder-create-subr): New function.
8613         (wl-folder-confirm-existence): Use it.
8614         (wl-folder-check-one-entity): Use it.
8615         Check the error symbol is derived from 'elmo-open-error.
8616
8617         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8618         `ignore-error'.
8619
8620 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8621
8622         * wl-util.el (toplevel): Add (eval-when-compile (require
8623         'elmo-util)).  (Maybe `provide' is typo.)
8624
8625 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8626
8627         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8628         (I don't know why this was needed.)
8629
8630         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8631         Follow up changes for stream-type.
8632
8633         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8634         (wl-draft-elmo-nntp-send): Ditto.
8635
8636         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8637         (wl-nntp-posting-stream-type): Ditto.
8638         (wl-pop-before-smtp-ssl): Abolished.
8639         (wl-nntp-posting-ssl): Ditto.
8640
8641         * wl-address.el (wl-address-quote-specials): New function.
8642         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8643
8644         * wl-draft.el (wl-draft-reply): Ditto.
8645
8646 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8647
8648         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8649         use function `wl-string-match-assoc'.
8650
8651 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8654
8655         * wl-draft.el (wl-draft-deduce-address-list): New function.
8656         (wl-draft-parse-mailbox-list): Ditto.
8657         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8658         instead of `smtp-deduce-address-list'.
8659         (wl-draft-on-field-p): Follow group list.
8660
8661         * wl-address.el (wl-address-concat-token): New function.
8662         (wl-address-string-without-group-list-contents): Ditto.
8663         (wl-complete-field-body): Fixed problem of completion
8664         by japanese petname.
8665         (wl-address-make-completion-list): Rewrite.
8666
8667 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8668
8669         * wl-address.el (wl-address-make-completion-list): Completion by
8670         petname.
8671         (wl-complete-field-body): Likewise.
8672
8673 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8676         contains invalid address syntax.
8677
8678 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8679
8680         * wl-folder.el (wl-folder-check-entity-async): Use
8681         `elmo-nntp-spec-hostname'.
8682
8683 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8684
8685         * wl-summary.el (wl-summary-msgdb-load-async): Use
8686         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8687
8688 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * wl-draft.el (wl-draft-reply): Set argument
8691         `content-transfer-encoding' as nil.
8692
8693 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8694
8695         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8696         `wl-refile-alist'.
8697
8698 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8699
8700         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8701         (wl-draft-edit-string): Ditto.
8702         (wl-draft-forward): Ditto.
8703         * wl-summary.el (wl-summary-write): Ditto.
8704
8705 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8706
8707         * wl-summary.el (wl-summary-sync-update3): Call
8708         `wl-summary-buffer-number-column-detect'.
8709         (wl-summary-buffer-number-column-detect): Search from point-min.
8710
8711 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8712
8713         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8714         contains an address which is not included in original to or cc.
8715
8716 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8717
8718         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8719         begin-line does not exist.
8720         * wl-message.el (wl-message-uu-substring): Ditto.
8721
8722 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8723
8724         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8725         clear local variables.
8726         (wl-summary-exit): Call `elmo-commit'.
8727         (wl-summary-switch-to-clone-buffer): Call
8728         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8729         (wl-summary-goto-folder-subr): Ditto.
8730
8731         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8732         POP folder.
8733
8734 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8735
8736         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8737         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8738         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8739         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8740         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8741         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8742
8743         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8744
8745 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8746
8747         * wl-summary.el (wl-summary-search-by-subject):
8748         Search parent message from the latest one.
8749
8750 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8751
8752         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8753         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8754
8755         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8756         New user option.
8757
8758         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8759         if elmo-nntp-use-killed-list is nil.
8760         Use `elmo-msgdb-append-to-killed-list'.
8761         (Append numbers confirmed as disappeared to the killed list.)
8762         (wl-summary-confirm-appends): Don't display negative number.
8763
8764 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8765
8766         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8767
8768 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8769
8770         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8771         range is `all'.
8772         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8773         `elmo-list-bigger-diff'.
8774
8775 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-summary.el (wl-summary-buffer-exit-func):
8778         New buffer local variable.
8779         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8780
8781 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8782
8783         * wl-demo.el (wl-demo): Fix the last change.
8784
8785 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8786
8787         * wl-demo.el (wl-demo): Don't use `eval'.
8788
8789 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8790
8791         * wl-summary.el (wl-summary-buffer-thread-modified):
8792         New buffer-local variable.
8793         (wl-summary-set-thread-modified): New function.
8794         (wl-summary-thread-modified-p): New function.
8795         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8796         (wl-summary-yank-saved-message): Use function
8797         `wl-summary-set-thread-modified'
8798         (wl-summary-switch-to-clone-buffer): Add
8799         `wl-summary-buffer-thread-modified'.
8800
8801         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8802         (wl-summary-buffer-mark-saved-hook): Ditto.
8803         * wl-summary.el (wl-summary-msgdb-save): New hook
8804         `wl-summary-buffer-message-saved-hook' and
8805         `wl-summary-buffer-mark-saved-hook'.
8806
8807 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8808
8809         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8810
8811 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8812
8813         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8814         don't hide scroll bars under FSF Emacsen because it may incur an
8815         undesirable redrawing.
8816
8817 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8818
8819         * wl-draft.el (wl-draft-edit-string): Call
8820         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8821
8822 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8823
8824         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8825
8826 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8827
8828         * wl-summary.el (wl-summary-msgdb-load-async): Call
8829         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8830
8831 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8832
8833         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8834         fringes in demo buffer; center bitmap logo correctly even if old
8835         Mule is used.
8836
8837 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8838
8839         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8840
8841         * wl-refile.el (wl-refile-subject-alist): New variable.
8842         (wl-refile-subject-alist-file-name): Ditto.
8843         (wl-refile-alist-setup): Rewrite.
8844         (wl-refile-alist-save): Use `elmo-object-save'.
8845         Eliminated arguments.
8846         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8847         (wl-refile-guess-by-subject): New function.
8848         (wl-refile-guess-func-list): Added it.
8849
8850 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8851
8852         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8853         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8854
8855 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8858         New buffer-local variable.
8859         (wl-summary-buffer-next-folder-func): Ditto.
8860         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8861         if non-nil.
8862         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8863         if non-nil.
8864         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8865         if non-nil.
8866         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8867         if non-nil.
8868
8869 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8870
8871         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8872         permanently in the demo buffer.
8873
8874 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8877         `mime-entity-fetch-field'.
8878
8879         * wl.el (wl-exit): Delete plugged buffer.
8880
8881         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8882         XEmacs has menubar feature.
8883
8884 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8885
8886         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8887         cannot arrive at the beginning of the buffer under old Emacsen.
8888
8889 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8890
8891         * wl-address.el (wl-address-ldap-search):
8892         Call `ldap-search-entries' with `withdn' argument t.
8893         (wl-complete-field-body): Bind completion-ignore-case as t.
8894         Clear ldap search hash when it was sole completion.
8895         Use elmo-string for pattern string.
8896         (wl-ldap-alias-safe-string): Eliminated needless let.
8897
8898 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8899
8900         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8901         (wl-ldap-alias-sep): New constant.
8902         (wl-ldap-search-attribute-type-list): Ditto.
8903         (wl-ldap-get-value): New function.
8904         (wl-ldap-make-filter): Ditto.
8905         (wl-ldap-make-matched-value-list): Ditto.
8906         (wl-ldap-alias-safe-string): Ditto.
8907         (wl-ldap-register-dn-string): Ditto.
8908         (wl-address-ldap-search): Rewrite.
8909
8910 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8911
8912         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8913         thread is deleted.
8914         (wl-thread-delete-line-from-buffer): Ditto.
8915         (wl-thread-get-exist-children): New function.
8916
8917 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8918
8919         * wl-demo.el (wl-demo): Made it to select various image types.
8920         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8921         from `wl-title-logo'.
8922         (wl-logo-ascii): New variable.
8923         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8924         (wl-demo-copyright-notice): New constant.
8925
8926         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8927
8928 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8929
8930         * wl-vars.el (wl-summary-target-above): Renamed from
8931         wl-summary-temp-above.
8932         * wl-score.el (wl-score-get-score-alist): Use it.
8933         (wl-summary-score-update-all-lines): Use it.
8934         * wl-summary.el: Ditto. (make-variable-buffer-local).
8935
8936 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-vars.el (wl-ldap-port): New user option.
8939
8940         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8941         Rewite whole implementation.
8942         (wl-complete-field-body): Fixed.
8943
8944 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8945
8946         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8947         Choose implementation at compile time.
8948
8949 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8950
8951         * wl-address.el (wl-ldap-search-internal): New function.
8952         (wl-complete-field-to): Use it.
8953
8954 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8957         Use `let' instead of `let*'.
8958         Require 'wl-vars.
8959
8960         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8961         Define as defcustom.
8962         (wl-ldap-base): Ditto.
8963         (wl-use-ldap): Ditto.
8964
8965 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8966
8967         * wl-address.el (wl-ldap-search): New function.
8968         (wl-complete-field-body): Use `wl-ldap-search'.
8969         (wl-ldap-server): New variable.
8970         (wl-ldap-base): Ditto.
8971         (wl-use-ldap): Ditto.
8972
8973 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8974
8975         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8976         (Pointed out by Mito <mit@nines.nec.co.jp>).
8977         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8978         buffer-local variables like `wl-summary-redisplay-internal'.
8979         (wl-summary-redisplay-all-header): Likewise.  Update
8980         Summary view too.
8981
8982 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8983
8984         * wl-summary.el (wl-summary-jump-to-parent-message):
8985         Consider prefix argument.
8986
8987         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8988         when closed thread is deleted.
8989
8990 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8991
8992         * wl-summary.el (wl-summary-jump-to-parent-message):
8993         Consider thread modification.
8994
8995 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8996
8997         * wl-message.el (wl-message-normal-get-original-buffer): Use
8998         `save-excursion'.
8999
9000         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9001         (wl-summary-showto-folder-regexp): Ditto.
9002
9003 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9004
9005         * wl-util.el (wl-delete-alist): Doc fix.
9006         (wl-delete-associations): New function.
9007         (wl-inverse-alist): New function.
9008         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9009         Split temporary variables. Use `wl-delete-associations'
9010         and `wl-inverse-alist'.
9011         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9012
9013 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9014
9015         * wl-folder.el (wl-folder-prefetch-entity):
9016         Execute prefetching if new count is unknown.
9017
9018 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9019
9020         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9021
9022         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9023         delete entity.
9024         (wl-thread-set-parent): If insert as top, set linked as nil.
9025
9026         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9027         `wl-thread-cleanup-symbols' when view mode is thread.
9028
9029 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9030
9031         * wl-folder.el (wl-folder-create-folder-entity): Use
9032         with-current-buffer.
9033         (wl-local-folder-init): Call set-buffer to make sure we are in
9034         the Folder buffer. Don't touch buffer-local variables here.
9035         (wl-folder-mode): Initialize buffer-local variables here.
9036
9037         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9038         (wl-folder-entity-assign-id): Ditto.
9039         (wl-folder-create-entity-hashtb): Ditto.
9040         (wl-local-folder-init): Ditto.
9041         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9042
9043 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9044
9045         * wl-summary.el (wl-summary-default-from): Fix probrem when
9046         std11-extract-address-components return (nil "foo@bar").
9047
9048 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9049
9050         * wl-draft.el (wl-draft-clone-local-variables):
9051         Remove redundant `setq'.
9052
9053 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9054
9055         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9056         Bind wl-highlight-x-face-func as nil while highlighting header.
9057
9058 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9059
9060         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9061
9062 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9063
9064         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9065         elmo-msgdb-overview-hashtb from copy-variables.
9066         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9067         instead of `elmo-msgdb-overview-get-entity-by-number'.
9068         (wl-summary-auto-refile): Ditto.
9069
9070         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9071         `elmo-msgdb-overview-get-entity' instead of
9072         `elmo-msgdb-search-overview-entity'.  Use
9073         `elmo-msgdb-overview-get-entity' instead of
9074         `elmo-msgdb-overview-get-entity-by-number'.
9075         (wl-thread-insert-entity-sub): Ditto.
9076         (wl-thread-insert-message): Ditto.
9077
9078         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9079         `elmo-msgdb-overview-get-entity'.
9080         (wl-normal-message-redisplay): Ditto.
9081
9082 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9083
9084         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9085         `wl-thread-entities'.
9086         (wl-thread-delete-message): Fix remove top message from
9087         `wl-thread-entity-list'.
9088
9089         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9090         wl-append(nconc), because update-list is broken on Meadow.
9091
9092         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9093         updating process.
9094         (wl-summary-rescan): Ditto.
9095         (wl-summary-sync-update3): Ditto.
9096         * wl-thread.el (wl-thread-set-parent): Renamed from
9097         `wl-summary-set-parent'.
9098         (wl-thread-insert-message): Updating buffer faster.
9099         (wl-thread-delete-message): Updating buffer faster.
9100
9101         * wl-score.el (wl-summary-score-update-all-lines): Changed
9102         interval for display progress gauge.
9103
9104 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9105
9106         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9107         folder always-sticky.
9108         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9109         defmacro.
9110
9111 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9112
9113         * wl-vars.el (wl-draft-add-references): New user option.
9114
9115         * wl-draft.el (wl-draft-add-references): New function.
9116         (wl-draft-yank-from-mail-reply-buffer): Use it.
9117         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9118         as nil.
9119
9120 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9121
9122         * wl-thread.el (wl-thread-update-line-msgs): Called
9123         `wl-thread-update-line-on-buffer-sub'.
9124         (wl-thread-update-line-on-buffer): Delete routine of inserting
9125         thread.
9126         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9127         moved from `wl-thread-update-line-on-buffer'.
9128         Add threshold for displaying progress gauge.
9129         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9130         argument of `wl-thread-update-line-msgs'.
9131         Add threshold for displaying progress gauge.
9132         * wl-folder.el:
9133         Add threshold for displaying progress gauge.
9134         * wl-score.el: Ditto.
9135
9136         * wl-expire.el (wl-summary-expire): Display deleting info.
9137
9138 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9139
9140         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9141         `no-msg'.
9142         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9143         argument of `wl-thread-update-line-msgs'.
9144         (wl-summary-set-parent): Added optional argument `parent-number'.
9145         (wl-summary-buffer-saved-message): New buffer local variable.
9146         (wl-summary-save-current-message): New command.
9147         (wl-summary-yank-saved-message): Ditto.
9148         (wl-summary-mode-map): Added key binding for
9149         `wl-summary-save-current-message' (\ew) and
9150         `wl-summary-yank-saved-message' (\C-y).
9151         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9152
9153 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9154
9155         * wl-summary.el (wl-summary-mode-map): Added key binding for
9156         `wl-summary-set-parent' (ts).
9157
9158 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9159
9160         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9161         subject faster. If thread number is reverse, delayed updating
9162         thread.
9163         (wl-summary-search-by-subject): Ditto.
9164         (wl-summary-put-alike): Ditto.
9165         (wl-summary-get-alike): Ditto.
9166         (wl-summary-insert-headers): Insert header of all overview in
9167         buffer.
9168         (wl-summary-rescan): Delayed updating thread. Kill search subject
9169         buffer for wl-summary-search-by-subject.
9170         (wl-summary-sync-update3): Ditto.
9171         (wl-summary-exit): Ditto.
9172         (wl-summary-goto-bottom-of-current-thread): Change for linked
9173         thread.
9174         (wl-summary-overview-create-summary-line): Change line for linked
9175         thread.
9176
9177         * wl-summary.el (wl-summary-update-thread): Use
9178         wl-thread-maybe-get-children-num.
9179         (wl-summary-set-parent): If change parent, move sub thread.
9180         (wl-summary-redisplay-internal): Add horizontal recenter.
9181         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9182
9183         * wl-thread.el (wl-thread-entity-get-linked): New function.
9184         (wl-thread-entity-set-linked): New function.
9185         (wl-thread-create-entity): Add linked element.
9186         (wl-thread-entity-insert-as-top): Use wl-append.
9187         (wl-thread-maybe-get-children-num): If closing thread, return
9188         children msgs.
9189         (wl-thread-update-line-msgs): Displaying progress message.
9190         (wl-thread-update-line-on-buffer-sub): Use
9191         wl-thread-maybe-get-children-num.
9192         (wl-thread-update-line-on-buffer): If update line is not exists,
9193         insert thread.
9194         (wl-thread-delete-message): If delete top msg of thread, search
9195         parent by subject.
9196         (wl-thread-insert-entity): Use
9197         wl-thread-maybe-get-children-num.
9198
9199         * wl-highlight.el (wl-highlight-summary-current-line): change
9200         sregexp for linked thread.
9201         * wl-util.el (wl-count-lines): Count lines.
9202         (wl-horizontal-recenter): horizontal recenter.
9203         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9204         (wl-score-get-alike): Ditto.
9205         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9206         (wl-subject-length-limit): New variable.
9207         (wl-highlight-thread-indent-string-regexp): Changed for linked
9208         thread.
9209
9210 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9211
9212         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9213         New variable (revival).
9214         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9215         by subject matching if there's no in-reply-to nor references field
9216         (revival).
9217
9218 \f
9219 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9220
9221         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9222         message.
9223
9224 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-summary.el (wl-summary-reply): Return t if there was a
9227         message at cursor point.
9228         Added unwind-protect.
9229         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9230         returns t.
9231         (wl-summary-cancel-message): Do nothing when there's no message at
9232         cursor point.
9233         (wl-summary-forward): Ditto.
9234         (wl-summary-jump-to-parent-message): Ditto.
9235         (wl-summary-reedit): Ditto.
9236         (wl-summary-edit-addresses): Ditto.
9237         (wl-summary-pipe-message): Ditto.
9238         (wl-summary-print-message-with-ps-print): Ditto.
9239         (wl-summary-print-message): Ditto.
9240         (wl-summary-mark-as-important): Ditto.
9241         (wl-summary-mark-as-unread): Ditto.
9242
9243         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9244         message at cursor point.
9245         (wl-summary-reply-with-citation): Remove unwind-protect.
9246
9247         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9248         subject searching feature.
9249         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9250         Eliminated.
9251
9252 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9253
9254         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9255         New variable.
9256         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9257         by subject matching if there's no in-reply-to nor references field.
9258
9259         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9260
9261         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9262         when display is finished.
9263         (wl-folder-open-all): Ditto.
9264         (wl-folder-update-access-group): Ditto.
9265         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9266         * wl-thread.el (wl-thread-close-all): Ditto.
9267
9268         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9269         progress gauge only when it was displayed.
9270         * wl-folder.el (wl-folder-insert-entity): Ditto.
9271
9272 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9273
9274         * wl-summary.el (wl-summary-incorporate): Enclose
9275         `wl-summary-sync-force-update' with save-excursion.
9276
9277 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9278
9279         * wl-summary.el (wl-summary-prefetch-region):
9280         Pass current cursor point to `pos-visible-in-window-p' after
9281         moving cursor to the started point.
9282
9283 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9284
9285         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9286
9287         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9288         fields from the forwarding message.
9289         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9290         `ignored-fields'.
9291
9292 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * wl-mime.el (wl-message-request-partial):
9295         Eliminated argument `msgdb'.
9296         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9297         (wl-mime-combine-message/partial-pieces): Likewise.
9298         * tm-wl.el (wl-message-request-partial): Likewise.
9299         (wl-mime-combine-message/partial-pieces): Likewise.
9300
9301 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9302
9303         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9304         when display is finished.
9305
9306 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9307
9308         * wl-summary.el (wl-summary-goto-folder-subr):
9309         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9310
9311 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9312
9313         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9314         when cursor point is visible.
9315
9316 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9317
9318         * wl-expire.el (wl-expire-archive-get-max-number):
9319         Don't use `file-name-directory'.
9320
9321 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9322
9323         * wl-expire.el (wl-expire-archive-get-max-number):
9324         Use `file-name-directory'.
9325
9326 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9327
9328         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9329         only when there is progress.
9330
9331 2000-04-13  Mito <mit@nines.nec.co.jp>
9332
9333         * wl-summary.el (wl-summary-sync-marks): Display progress.
9334
9335 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9336
9337         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9338         (wl-summary-prev): Move cursor regardless of unread status.
9339         (wl-summary-next): Ditto.
9340
9341 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9342
9343         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9344         Added argument `target' and `number'.
9345         * tm-wl.el (wl-summary-burst-subr): New function.
9346         (wl-summary-burst): Use it.
9347
9348 2000-04-10  Mito <mit@nines.nec.co.jp>
9349
9350         * wl-mime.el (wl-burst): New function.
9351         (wl-summary-burst): Use it.
9352
9353 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9354
9355         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9356         as petname when there's no candidate.
9357
9358 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9359
9360         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9361         New variable.
9362         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9363
9364         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9365
9366         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9367
9368 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9369
9370         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9371         Use substring of `original' instead of buffer-substring.
9372         (wl-refile-evaluate-rule):
9373         Set `original' argument of wl-refile-expand-newtext.
9374
9375         * wl-summary.el
9376         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9377         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9378         (wl-summary-auto-refile): Check existence of destination folder just
9379         before marking.
9380
9381 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9382
9383         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9384         when wl-refile-get-field-value return nil.
9385
9386 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9387
9388         * wl-refile.el
9389         (wl-refile-expand-newtext): New function imported from Gnus.
9390         (wl-refile-evaluate-rule): Use it.
9391
9392 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * wl-summary.el (wl-summary-print-destination):
9395         Duplicate folder string to avoid putting text-property on
9396         original string.
9397
9398         * wl-refile.el (wl-refile-get-field-value): New function.
9399         (wl-refile-evaluate-rule): New function;
9400         Evaluate refile rule recursively.
9401         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9402         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9403         New function; Check existence of a target folder recursively.
9404         (wl-summary-auto-refile-check-refile-rule-alist):
9405         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9406
9407 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9408
9409         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9410
9411         * wl-folder.el (wl-create-folder-entity-from-buffer):
9412         Fixed problem when '}' character is contained in folder name.
9413
9414         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9415
9416 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9417
9418         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9419         (wl-fldmgr-add-completion-all-completions):
9420         Use wl-fldmgr-add-completion-hashtb.
9421
9422 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9423
9424         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9425         wl-fldmgr-add-completion-subr): New functions.
9426         * wl-folder.el (wl-folder-completion-func): New variable.
9427         * wl-summary.el (wl-summary-read-folder):
9428         Use wl-folder-completion-func.
9429
9430         * wl-refile.el: Eliminate throw & catch.
9431
9432         * wl.el (wl-plugged-sending-queue-status): Fixed.
9433
9434 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9435
9436         * wl-draft.el (wl-draft): Put category property on
9437         mail-header-separator.