* wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
4         on null entity.
5
6 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-vars.el (wl-draft-reply-default-position): Fix range.
9
10 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-vars.el (wl-summary-resend-hook): New hook.
13
14         * wl-action.el (wl-summary-exec-action-resend-subr): Run
15         `wl-summary-resend-hook'.
16
17 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
18
19         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
20         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
21         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
22         (wl-summary-new-cached-mark): Changed default value to 'n'.
23         (wl-summary-unread-cached-mark): Changed default value to 'u'.
24         (wl-summary-answered-cached-mark): Changed default value to 'a'.
25         (wl-folder-sync-range-alist): Remove spec for 'flag.
26         (wl-summary-force-prefetch-folder-list): New user option.
27
28         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
29         `wl-summary-toggle-persistent-mark'.
30         (wl-summary-update-mark-and-highlight-window): Don't highlight when
31         number is nil.
32         (wl-summary-mark-as-answered-region): Set interactive argument of
33         `wl-summary-set-persistent-mark-internal'.
34         (wl-summary-mark-as-important-region): Ditto.
35         (wl-summary-unset-persistent-mark): Ditto.
36         (wl-summary-set-persistent-mark): Ditto.
37         (wl-summary-mark-as-answered): Ditto.
38         (wl-summary-mark-as-important): Ditto.
39         (wl-summary-set-persistent-mark-internal): Do nothing
40         when `elmo-message-flag-available-p' is nil.
41         (wl-summary-toggle-persistent-mark): New function.
42         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
43         when the folder matches `wl-summary-force-prefetch-folder-list'.
44
45
46         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
47         when number is nil.
48         (wl-highlight-summary-forwarded-face): New face.
49
50 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
51
52         * Version number is increased to 2.11.31.
53
54 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
55
56         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
57         (wl-biff-check-folder-async): Ditto.
58         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
59
60 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
61
62         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
63         Add an argument `reverse'.  All callers are updated.
64         (wl-summary-sort): Add a prefix argument `reverse' to specify
65         reverse sorting.
66         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
67         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
68         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
69
70 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-message.el (wl-message-redisplay): Does not narrow header if
73         disply-type is all-header or as-is.
74
75         * wl-summary.el (wl-summary-enter-handler): Use
76         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
77
78 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
81         after adding wl-draft-parent-variables.
82         (wl-draft-forward): Ditto.
83
84 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
85
86         * wl-summary.el (wl-summary-sync-marks): Call
87         `wl-summary-set-persistent-mark' and
88         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
89         (wl-summary-set-persistent-mark-internal): Add 4th argument
90         `no-server'.
91         (wl-summary-unset-persistent-mark): Ditto.
92         (wl-summary-set-persistent-mark): Ditto.
93         (wl-summary-add-flags-internal): Abolish.
94         (wl-summary-remove-flags-internal): Ditto.
95         (wl-summary-mark-as-important-internal): Ditto.
96         (wl-summary-mark-as-important): Use
97         `wl-summary-set-persistent-mark' instead of
98         `wl-summary-add-flags-internal'.
99         (wl-summary-mark-as-important-region): Ditto.
100
101         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
102
103         * wl-summary.el (wl-summary-get-available-flags): New function.
104         (wl-summary-sync-marks): Use it and simplified.
105         (wl-summary-unset-persistent-mark): Use
106         `wl-summary-get-available-flags'.
107         (wl-summary-set-persistent-mark): Ditto.
108
109 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
110
111         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
112         id.
113
114 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
115
116         * wl-summary.el (wl-summary-enter-handler): If argument is not a
117         number, call `wl-summary-prev-line-content'. Show message when the
118         message is not found.
119
120 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
121
122         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
123         wl-summary-enter-handler.
124         (wl-summary-enter-handler): New command.
125
126         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
127         docstring and custom spec.
128
129         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
130         flags too; Don't treat Cached and New.
131         (wl-summary-set-persistent-mark): Ditto.
132
133         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
134         `wl-folder-set-flag'.
135
136         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
137         instead of `wl-folder-set-flag'.
138
139         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
140         for completion.
141         (wl-summary-set-persistent-mark): Ditto.
142
143         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
144         instead of `wl-draft-quit-preview'.
145
146         * wl-mime.el (toplevel): Avoid compile warning.
147         (wl-mime-quit-preview): New function
148         (formarly defined as `wl-draft-quit-preview').
149         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
150         quitting method.
151
152         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
153
154         * wl-folder.el (wl-folder-set-flag): Renamed from
155         `wl-draft-set-flag-on-parent'.
156
157         * wl-draft.el (wl-draft-quit-preview): New function.
158         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
159         (wl-draft-send): Call `wl-folder-set-flag' instead of
160         `wl-draft-set-flag-on-parent'.
161         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
162
163 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
164
165         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
166         (wl-draft-send): Ditto.
167
168 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
169
170         * wl-vars.el (wl-draft-reply-hook): Changed default value.
171         (wl-draft-kill-pre-hook): Set default value as nil.
172         (wl-summary-reply-hook): Ditto.
173         (wl-draft-kill-flags): Abolish.
174
175         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
176         (wl-draft-parent-variables): Renamed from
177         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
178         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
179         argument; Add wl-draft-parent-variables to
180         wl-draft-config-variables.
181         (wl-draft-reply): Likewise.
182         (wl-draft-kill-flags): Abolish.
183         (wl-draft-send): Call wl-draft-set-flag-on-parent.
184         (wl-draft-set-flag-on-parent): New function.
185         (wl-draft-setup-parent-flag): Ditto.
186
187 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
188
189         * wl-draft.el (wl-draft-kill-flags): Avoid error when
190         `wl-draft-parent-folder' is "".
191
192 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
193
194         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
195         (wl-summary-digit-jump): New function.
196         (Adviced by John Owens and Hiroya Murata)
197
198         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
199         (Adviced by John Owens)
200
201         * wl-xmas.el (wl-message-define-keymap): Ditto.
202
203         * wl-mule.el (wl-message-define-keymap): Ditto.
204
205 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
208         change of return value of elmo-folder-count-flags.
209
210         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
211         (wl-summary-mark-as-read-internal): Ditto.
212         (wl-summary-set-persistent-mark-internal): Ditto.
213         (wl-summary-folder-info-update): Ditto.
214         (wl-summary-sync-update): Fixed the last change.
215
216         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
217
218 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
219
220         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
221         (wl-draft-kill-flags): Fixed docstring.
222
223         * wl-draft.el (wl-draft-kill-flags): New function.
224         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
225
226 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
227
228         * wl-vars.el (wl-reply-hook): Abolish.
229         (wl-draft-reply-hook): New hook.
230         (wl-summary-reply-hook): Ditto.
231         (wl-draft-forward-hook): Ditto.
232         (wl-summary-forward-hook): Ditto.
233         (wl-draft-kill-flags): New variable.
234
235         * wl-summary.el (wl-summary-mark-as-answered-region): Use
236         wl-summary-set-persistent-mark-internal.
237         (wl-summary-sync-marks): Use elmo-preserved-flags.
238         (wl-summary-update-persistent-mark): Make it interactive.
239         (wl-summary-set-persistent-mark-internal): New inline function.
240         (wl-summary-mark-as-answered): Use it.
241         (wl-summary-mark-as-unanswered): Ditto.
242         (wl-summary-unset-persistent-mark): New function.
243         (wl-summary-set-persistent-mark): Ditto.
244         (wl-summary-reply): Don't set answered flag;
245         Run wl-summary-reply-hook instead.
246         (wl-summary-forward): Call wl-draft-forward with number.
247         Run wl-summary-forward-hook.
248
249         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
250         (wl-highlight-summary-line-face-spec): Use it as a default
251         persistent mark face.
252
253         * wl-draft.el (wl-draft-forward): Added optional argument number;
254         Set wl-draft-parent-number; Run wl-draft-forward-hook.
255         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
256         (wl-draft-kill): Use wl-draft-kill-flags.
257
258         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
259
260         * wl-folder.el (wl-folder-check-one-entity): Follow the change
261         of return value of elmo-folder-count-flags.
262
263         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
264
265         * wl-summary.el (wl-summary-count-unread): Ditto.
266         (wl-summary-sync-update): Follow the change above.
267         (wl-summary-force-prefetch): New function.
268
269 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
270
271         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
272         variable `buf' with `let' instead of `setq'.
273
274 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-mime.el (wl-message-delete-current-part): If filename exists,
277         add Content-Disposition heaeder on the deleted part.
278
279 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-draft.el (wl-draft-save): Encode address list under edit by
282         `eword-encode-unstructured-field-body'.
283
284         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
285
286 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
287
288         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
289         wl-current-summary-buffer.
290
291 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
292
293         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
294         `numbers' is ignored.
295
296 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
297
298         * wl-folder.el (wl-folder-open-folder): Avoid error.
299         Reported by John Owens, [wl-en:815]
300
301         * wl.el (wl): Set timer for biff process even if prefix argument
302         is given or auto-checking is quitted.
303
304         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
305         immediately.
306         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
307         (wl-toggle-plugged): Ditto.
308
309         * wl-vars.el (wl-biff-use-idle-timer): New variable.
310         * wl-util.el (wl-biff-start): Use idle timer if
311         `wl-biff-use-idle-timer' is non-nil.
312
313 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
314
315         * wl-highlight.el (wl-highlight-message): Fix description.
316
317 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
320         tty.
321
322 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
323
324         * wl-action.el (wl-summary-exec): Print failure count.
325
326 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
329         to `defun', remove interactive form.
330         Set elmo-message-fetch-confirm when force-reload is non-nil.
331
332 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-summary.el (toplevel): Removed unnecessary autoload.
335
336 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
337
338         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
339         the buffer is generated from another message buffer.
340
341 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
342
343         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
344         extracted from `wl-fldmgr-save-folders'.
345         (wl-fldmgr-delete): Call it after deletion.
346
347 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
350         multi-tty support.
351
352 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
353
354         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
355
356 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
357
358         * wl-summary.el (wl-summary-rescan): Remove unused variables.
359         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
360
361 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
364         unsubscribe list only if argument CLEAR is nil.
365
366 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-draft.el (wl-draft-reply): Decode subject before removing
369         Re: prefix.
370
371 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
372
373         * wl-summary.el (wl-summary-sort-by-size): New command.
374
375 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-summary.el (wl-summary-number-list-from-region): New
378         function.
379         (wl-summary-mark-as-read-region): Use it.
380         (wl-summary-mark-as-unread-region): Ditto.
381         (wl-summary-set-flags-region): Ditto and add optional argument
382         remove.
383         (wl-summary-mark-as-answered-region): Ditto.
384         (wl-summary-mark-as-important-region): Ditto.
385         (wl-summary-target-mark-mark-as-important): Added optional
386         argument remove.
387         (wl-summary-target-mark-mark-as-answered): Ditto.
388         (wl-summary-target-mark-set-flags): Ditto.
389
390 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-summary.el (wl-summary-set-flags-region): Call
393         `wl-summary-set-flags-internal' with number list instead of call
394         one by each message.
395         (wl-summary-target-mark-set-flags): Likewise.
396
397 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-summary.el (wl-summary-target-mark-operation): Add optional
400         argument `inverse' and use `wl-summary-delete-all-target-marks'.
401         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
402         (wl-summary-target-mark-mark-as-answered): Likewise.
403
404 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
405
406         * wl-summary.el (wl-summary-target-mark-forward): Use
407         `wl-summary-delete-all-target-marks' instead of
408         `wl-summary-delete-all-temp-marks'.
409         (wl-summary-target-mark-reply-with-citation): Ditto.
410         (wl-summary-target-mark-uudecode): Ditto.
411         (wl-summary-target-mark-set-flags): Ditto and remove needless
412         cursor move.
413
414 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-summary.el (wl-summary-target-mark-forward): Protect
417         wl-summary-buffer-target-mark-list from nreverse.
418         (wl-summary-target-mark-reply-with-citation): Ditto.
419
420 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-thread.el (wl-thread-update-indent-string-thread): Use
423         `elmo-display-progress-threshold'.
424
425 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
428         check `wl-summary-highlight'.
429         (wl-summary-window-scroll-functions): Respect value of
430         `wl-summary-highlight'.
431         (wl-summary-sync-update): Run hooks
432         `wl-summary-buffer-window-scroll-functions' at any time.
433
434 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
435
436         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
437         from `wl-summary-cleanup-temp-marks'.
438         (wl-summary-cleanup-temp-marks): Abolish argument.
439         * wl.el (wl-save-status): Revert previous change.
440         (wl-execute-temp-marks): New function, call
441         `wl-summary-exec-with-confirmation'.
442         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
443         (wl-folder-save-and-exec-marks): Abolished.
444
445 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
446
447         * wl-e21.el (wl-e21-display-image-p): Respect
448         `wl-highlight-folder-with-icon'.
449         (wl-e21-highlight-folder-group-line): Highlight mouse line
450         even if wl-e21-display-image-p is nil.
451
452         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
453         Respect value of `wl-summary-highlight'.
454
455         * wl.el (wl-save-status): Remove unused variable.
456
457         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
458         (wl-folder-mode-map): Bind it to "x".
459
460 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
461
462         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
463
464         * wl-thread.el (wl-thread-get-parent-list): Don't check
465         disconnected ancestors, neglecting needless work in
466         `wl-thread-update-indent-string-thread'.
467
468         * wl.el (wl-save): Take prefix argument to execute remaining marks.
469         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
470         argument, add argument default-keep to keep marks by default.
471
472         * Version number is increased to 2.11.30.
473
474         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
475         customization type and docstring.
476         (wl-draft-reply-without-argument-list): Ditto.
477
478 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
481
482         * wl-spam.el (wl-spam-mark-action-list): Ditto.
483
484 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
487
488 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-draft.el (wl-draft-config-exec): Narrow the range of
491         save-excursion so as not to include run-hooks.
492
493 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
496         Clarify that marks are going to be cleared.
497
498 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
501         according to 3rd element of wl-summary-flag-mark.
502
503         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
504
505 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506
507         * wl-action.el (wl-summary-target-mark-all): Don't set
508         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
509
510 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
511
512         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
513         (wl-forward-subject-prefix): Ditto.
514         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
515         (wl-draft-reply-make-subject): Ditto.
516
517         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
518         `wl-draft-forward'.
519         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
520
521 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-action.el (wl-summary-target-mark-set-action): Stop if
524         target message does not exist.
525
526 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
527
528         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
529         `wl-subject-prefix-regexp'.
530         (wl-subject-forward-prefix-regexp): New variable.
531         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
532         `wl-draft-strip-subject-re' and take regexp as argument.
533         (wl-draft-forward): Use it.
534         (wl-draft-reply): Ditto.
535
536 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
537
538         * wl-e21.el (wl-highlight-plugged-current-line): Change for
539         emacs multi-tty support.
540
541 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
542
543         * wl-e21.el (wl-e21-display-image-p): Don't call
544         `display-images-p'.
545         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
546         support.
547         (wl-highlight-folder-current-line): Ditto.
548         (wl-folder-init-icons): Ditto.
549
550 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
553         the last line of summary in unplugged mode.
554
555 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
556
557         * wl-vars.el (wl-refile-rule-alist): Doc fix.
558
559 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
560
561         * wl-vars.el (wl-user-mail-address-regexp): New variable.
562         * wl-address.el (wl-address-user-mail-address-p): Use it.
563         (wl-address-delete-user-mail-addresses): Ditto.
564         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
565
566         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
567         (wl-address-delete-user-mail-addresses): Ditto.
568
569         * wl-address.el (wl-address-delete-user-mail-addresses): New
570         function.
571         * wl-refile.el (wl-refile-guess-by-history): Use it.
572         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
573         (wl-draft-make-mail-followup-to): Ditto and fix logic.
574
575         * wl-draft.el (wl-draft-edit-string): To judge sender address,
576         use wl-address-user-mail-address-p.
577
578 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
579
580         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
581         after opening group.
582
583 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
586         of elmo-set-buffer-multibyte.
587
588         * wl-message.el (wl-original-message-mode): Ditto.
589
590         * wl-score.el (wl-score-insert-header): Ditto.
591
592         * wl-summary.el
593         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
594         (wl-summary-goto-folder-subr): Ditto.
595         (wl-summary-insert-headers): Ditto.
596
597         * wl-util.el (wl-set-string-width): Ditto.
598
599         * Version number is increased to 2.11.29.
600
601 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
604         (wl-highlight-summary-line-help-echo-alist): New variable.
605         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
606         into `wl-highlight-summary-line-help-echo' and
607         `wl-highlight-flag-folder-help-echo'.
608         (wl-highlight-summary-line-string): Change accordingly.
609         (wl-highlight-summary-current-line): Ditto.
610
611 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
612
613         * wl-highlight.el (wl-highlight-message): Ignore white spaces
614         at the beginning of field body (Thanks to Markus Knittig).
615
616         * wl-draft.el (wl-draft-insert-current-message): Also check
617         summary buffer, remove unnecessary tag.
618
619 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
620
621         * wl-draft.el (wl-draft-insert-current-message): Cause error also
622         when wl-message-buffer is nil.
623
624         * wl-folder.el (wl-folder): Abolish unused argument.
625         Call wl-folder-init when wl-folder-entity is nil.
626         * wl.el (wl): Change accordingly.
627
628 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
631         multibyte string before insert into draft buffer.
632         (wl-draft-create-buffer): Always enable multibyte characters for
633         draft buffer.
634
635         * Version number is increased to 2.11.28.
636
637 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
638
639         * wl-folder.el (wl-folder-open-close): Handle blank line.
640         (wl-folder-jump-to-current-entity): Ditto.
641
642 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * Version number is increased to 2.11.27.
645
646 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
647
648         * wl-thread.el (wl-thread-insert-message): When the thread is
649         devided by wl-summary-max-thread-depth, insert line at the end of
650         buffer.
651
652 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * Version number is increased to 2.11.26.
655
656 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
659
660 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
661
662         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
663         value of stream-type and session.
664
665 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * Version number is increased to 2.11.25.
668
669 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
670
671         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
672         in a quit message.
673
674 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
677         (wl-summary-redisplay-no-mime-internal): Ditto.
678
679 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
682         * wl-vars.el (wl-smtp-connection-type): Ditto.
683
684 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
685
686         * wl-highlight.el (wl-highlight-message): Change to strict regexp
687         for the separator line and quote mail-header-separator.
688
689 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-spam.el (wl-message-check-spam): Fixed problem no display
692         result message.
693
694         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
695         `elmo-multiple-fields-body-list' with boundary as
696         mail-header-separator.
697
698 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
701
702 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
703
704         * wl-util.el (wl-list-diff): Remove unused function.
705
706         * wl-draft.el (wl-draft-send-confirm): Discard input before
707         confirmation.
708
709 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
712         order of flag and new.
713
714 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
715
716         * wl-vars.el (wl-refile-policy-alist): Abolished.
717
718         * wl-action.el (wl-summary-set-action-refile): Follow the change
719         above.
720
721 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * wl-highlight.el (wl-highlight-signature-search): Don't use
724         re-search-backward for a long word since it is possible to crash
725         XEmacs because of a bug.
726
727 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
728
729         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
730
731 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
732
733         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
734         argument for wl-summary-sync-force-update.
735
736 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
737
738         * wl-summary.el (wl-summary-mode-map): Revival of
739         wl-summary-mark-as-important related bindings;
740         Bind 'F','tF','mF','rF','m&'.
741         (wl-summary-mark-as-important-region): Revival.
742         (wl-summary-target-mark-mark-as-important): Ditto.
743         (wl-summary-target-mark-operation): New function.
744         (wl-summary-target-mark-mark-as-answered): Use it.
745         (wl-summary-decide-flag): Don't set Important as default.
746         (wl-summary-mark-as-important-internal): Revival.
747         (wl-summary-mark-as-important): Ditto.
748
749         * wl-thread.el (wl-thread-mark-as-important): Ditto.
750
751         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
752         instead of facep.
753
754 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
755
756         * wl-dnd.el (wl-dnd-drop-func): Fix.
757
758         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
759         mouse-set-point instead of posn-point.
760
761         * wl-xmas.el (wl-completing-read-multiple): Define as function.
762
763         * wl-mule.el (wl-completing-read-multiple): Ditto.
764
765 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-demo.el (face-background-name): Defalias to avoid compile
768         warning.
769
770 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
771
772         * wl-summary.el (wl-summary-decide-flag): Use
773         wl-completing-read-multiple instead of completing-read-multiple.
774
775         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
776         New alias.
777
778         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
779         Use face-background-name instead of face-background.
780
781         * wl-vars.el (wl-summary-save-file-suffix): New user option.
782
783         * wl-summary.el (wl-summary-save): Use it.
784         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
785
786         * wl-mime.el (wl-mime-save-content): Fix last change.
787
788 2004-02-10  Len Trigg <lenbok@myrealbox.com>
789
790         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
791         New function.
792         (wl-summary-sort-specs): Added sort.
793         * wl-mime.el (wl-mime-save-content): Expand file name.
794
795 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
796
797         * wl-mime.el (wl-draft-preview-message): Fixed typo.
798
799         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
800
801 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
804         for flag if it is not defined.
805
806 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
807
808         * wl-e21.el (wl-highlight-folder-current-line): Use
809         elmo-folder-type-internal when elmo-folder-type returns nil.
810
811         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
812
813         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
814
815         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
816
817         * wl-e21.el (wl-summary-toolbar): Ditto.
818
819         * wl-vars.el (wl-demo-background-color): Abolished.
820         (wl-summary-persistent-mark-priority-list): Renamed from
821         wl-summary-flag-priority-list.
822         (wl-summary-flag-alist): New user option.
823         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
824         (wl-message-mode-line-format-spec-alist): Added 'F'.
825         (wl-message-mode-line-format): Likewise.
826         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
827         instead of wl-summary-important-mark.
828         (wl-file-folder-icon): New variable.
829
830         * wl-thread.el (wl-thread-set-flags): Renamed from
831         wl-thread-mark-as-important.
832
833         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
834         warning.
835         (wl-summary-mode-menu-spec): Follow the change of 
836         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
837         (wl-summary-mode-map): Follow the change of
838         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
839         (wl-summary-detect-mark-position): Follow the variable name change.
840         (wl-summary-set-flags-region): New function for the replacement of
841         wl-summary-mark-as-important-region.
842         (wl-summary-sync-marks): Sync all global-flags.
843         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
844         instead of elmo-message-flagged-p.
845         (wl-summary-persistent-mark-string): Follow the variable name change;
846         Put wl-summary-flag-mark if the message has global-flag.
847         (wl-summary-target-mark-set-flags): Renamed from 
848         wl-summary-target-mark-mark-as-important.
849         (wl-summary-decide-flag): New function.
850         (wl-summary-set-flags-internal): Renamed from
851         wl-summary-mark-as-important-internal.
852         (wl-summary-add-flags-internal): New function.
853         (wl-summary-remove-flags-internal): Ditto.
854         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
855         (wl-summary-mark-as-unimportant): Abolish.
856         (wl-summary-move-spec-alist): Changed `important' to `digest'.
857         (wl-summary-next-message): List flagged messages in the msgdb.
858
859         * wl-score.el (wl-summary-score-update-all-lines): Use
860         wl-summary-add-flags-internal instead of 
861
862         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
863
864         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
865         from wl-message-buffer-cur-flag (To avoid misunderstanding).
866         (wl-message-buffer-require-all-header): Renamed from
867         wl-message-buffer-all-header-flag (Ditto).
868         (wl-message-buffer-flag-indicator): New variable.
869         (wl-message-redisplay): Changed local varibale name from `flag' to
870         `display-type'; Set up wl-message-buffer-flag-indicator.
871         (wl-message-buffer-display): Changed varibale name from `flag' to
872         `display-type'.
873         (wl-message-display-internal): Likewise.
874
875         * wl-highlight.el (wl-highlight-demo-face): Define default background
876         color.
877         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
878
879         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
880
881         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
882         (wl-demo-setup-properties): Renamed from
883         `wl-demo-set-background-color'.
884         (wl-demo): Follow the change above.
885         
886         * Version number is increased to 2.11.24.
887
888 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889
890         * wl-summary.el (wl-summary-toggle-thread): Call
891         `wl-summary-rescan' with disable-thread as non-nil.
892         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
893
894 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
895
896         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
897         foreground property of the face.
898         (wl-demo-insert-text): Don't set up face property here.
899         (wl-demo): Call wl-demo-set-background-color, anyway.
900
901 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
902
903         * wl-vars.el (wl-demo-background-color): The value can be nil.
904
905 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
906
907         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
908         to wl-summary-wheel-dispatcher.
909
910         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
911         wl-message-wheel-dispatcher.
912         (wl-message-wheel-dispatcher): New function.
913         (wl-summary-wheel-dispatcher): Ditto.
914
915 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
916
917         * wl-action.el (wl-summary-target-mark-all): List messages which are
918         not in the killed-list.
919
920         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
921         only when the folder is 'flag/important.
922
923         * wl-address.el (wl-complete-field-body): Complete if the last
924         character is a space.
925
926 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * wl-folder.el (wl-folder-clear-entity-info): Use
929         elmo-clear-hash-val.
930
931         * wl-fldmgr.el (wl-fldmgr-rename): Set
932         wl-folder-info-alist-modified as t.
933
934 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
935
936         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
937
938 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
939
940         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
941         (wl-folder-buffer-last-visited-entity-id): New buffer local
942         variable.
943         (wl-folder-revisit-last-visited-folder): New function.
944         (wl-folder-mode-map): Bind it to "C-i".
945         (wl-folder-set-current-entity-id): Set last visited folder.
946         * wl-summary.el (wl-summary-exit): Ditto.
947
948 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
951         before calling `recenter' in order to cope with an XEmacs bug.
952
953 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
954
955         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
956         to the default value.
957
958 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
959
960         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
961         change.
962         (wl-summary-sync-marks): Ditto.
963         (wl-summary-mark-as-read-internal): Ditto.
964         (wl-summary-mark-as-answered-internal): Ditto.
965         (wl-summary-mark-as-important-internal): Ditto.
966         (wl-summary-reply): Ditto.
967
968         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
969         instead of `elmo-folder-unflag-answered'.
970
971         * Version number is increased to 2.11.23.
972
973         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
974         the last change.
975
976 2004-01-11  Kenichi Okada  <okada@opaopa.org>
977
978         * wl-spam.el (wl-summary-exec-action-refile-with-register):
979         Specify "spam" or "good".
980
981 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
982
983         * wl-spam.el (wl-summary-exec-action-spam): Call
984         wl-folder-confirm-existence for spam folder.
985         (wl-spam-setup): Bind "mk".
986
987 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
990
991 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
992
993         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
994         destination folder is empty.
995
996 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
999         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1000
1001         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1002         (wl-summary-refile-prev-destination-region): New function.
1003         (wl-thread-refile-prev-destination): Ditto.
1004         (wl-summary-target-mark-refile-prev-destination): Ditto.
1005
1006 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1007
1008         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1009         (wl-demo-background-color): Changed default value.
1010
1011         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1012         color.
1013
1014         * wl-demo.el (wl-demo-set-background-color): New function.
1015         (wl-demo): Call it.
1016
1017 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1018
1019         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1020         * wl-address.el (wl-address-add-or-change): Don't add empty
1021         address.
1022
1023 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1024
1025         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1026
1027 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1028
1029         * wl-vars.el (wl-demo-image-filter-alist): New variable
1030         (wl-demo-background-color): Ditto.
1031
1032         * wl-demo.el (wl-demo-xpm-set-background): New function.
1033         (wl-demo-image-filter): Ditto.
1034         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1035
1036         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1037
1038         * wl-demo.el (wl-demo-icon-name): Define as function.
1039         (wl-demo-insert-image): Use it.
1040
1041 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1042
1043         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1044
1045 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1046
1047         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1048
1049 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1050
1051         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1052
1053 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-thread.el (wl-thread-mark-as-answered): New function.
1056
1057         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1058         answered" entry.
1059         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1060         "r&" and wl-thread-mark-as-answered to "t&".
1061         (wl-summary-mark-as-important-region): Refine to toggle mark.
1062         (wl-summary-mark-as-answered-region): New function.
1063         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1064         and 3rd argument.
1065         (wl-summary-mark-as-important-internal): Likewise.
1066
1067 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-template.el (wl-template-preview): New internal variable.
1070         (wl-template-preview-p): New function.
1071         (wl-template-show): Bind `wl-template-preview' as t.
1072
1073 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1076         `elmo-message-entity-field' with 3rd argument which is non-nil.
1077
1078 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1081         Removed duplicate local bind `folder'.
1082
1083 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1084
1085         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1086
1087 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1088
1089         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1090         duplicate definition.
1091
1092 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1093
1094         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1095         non-nil, use it; Don't fetch message if there's no message in the
1096         current cursor position.
1097
1098 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1099
1100         * wl-util.el (wl-region-exists-p): Use region-active-p.
1101         (wl-deactivate-region): New function.
1102         * wl-message.el (wl-message-redisplay): Deactivate region.
1103
1104         * wl-summary.el (wl-summary-reply): Call
1105         `wl-summary-set-message-buffer-or-redisplay' instead of
1106         `wl-summary-redisplay-internal', don't move point.
1107
1108 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1111         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1112         by regexp.
1113
1114 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1117         if no need.
1118
1119 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1122         default value to nil.
1123         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1124         `wl-summary-prepare-hook'; Replace refile action to
1125         `wl-summary-exec-action-refile-with-register'.
1126
1127         * Version number is increased to 2.11.22.
1128
1129 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-summary.el (wl-summary-detect-mark-position): Set
1132         `wl-summary-buffer-weekday-name-lang'.
1133
1134 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1135
1136         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1137         (wl-summary-mark-as-read-all): Ditto.
1138         (wl-summary-delete-messages-on-buffer): Ditto.
1139         (wl-summary-sync-update): Ditto.
1140         (wl-summary-mark-as-read-internal): Ditto.
1141         (wl-summary-mark-as-answered-internal): Ditto.
1142         (wl-summary-update-folder-info): Abolished.
1143
1144 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-summary.el (wl-summary-mark-as-read-all): Use
1147         `wl-summary-update-folder-info' instead of
1148         `wl-folder-update-unread'.
1149
1150 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1151
1152         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1153         `wl-summary-folder-info-update'.
1154         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1155         instead of `wl-summary-folder-info-update'.
1156         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1157         `wl-folder-set-folder-updated'.
1158         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1159         instead of `wl-folder-update-unread'.
1160         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1161         the value of `wl-summary-buffer-unread-count' for the second parameter of
1162         `wl-folder-update-unread'.
1163
1164         * Version number is increased to 2.11.21.
1165
1166 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1167
1168         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1169         a local variable.
1170
1171 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1174         interactively.
1175
1176         * wl-summary.el (wl-summary-mark-as-important-internal): New
1177         internal function.
1178         (wl-summary-mark-as-important): Use it.
1179         (wl-summary-mark-as-unimportant): New function.
1180         (wl-summary-sync-marks): Follow the API change.
1181
1182         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1183
1184         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1185
1186 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1187
1188         * wl-folder.el (wl-folder-update-unread): Re-indent.
1189         Narrow the scope of a local variable.
1190
1191 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1194         (wl-addrmgr-merge-entries): Ditto.
1195         (wl-addrmgr): Added to address entry which exists in draft buffer
1196         if no entry is in original.
1197
1198 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1199
1200         * wl-batch.el: New file.
1201
1202 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1203
1204         * wl-vars.el (wl-use-semi): Remove unused variable.
1205
1206 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1207
1208         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1209         "?".
1210
1211 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1214         wl-summary-new-mark.
1215         (wl-summary-new-cached-mark): New user option.
1216         (wl-summary-score-marks): Follow the change above.
1217         (wl-summary-auto-refile-skip-marks): Ditto.
1218         (wl-summary-incorporate-marks): Ditto.
1219         (wl-summary-expire-reserve-marks): Ditto.
1220
1221         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1222
1223         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1224         (wl-summary-persistent-mark-string): Distinguished between cached
1225         and uncached mark when the message is new.
1226
1227 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-spam.el (wl-spam-domain): Renamed from
1230         `wl-spam-folder-guess-domain'.
1231         (wl-summary-exec-action-spam): Register as spam if domain of the
1232         source folder is good.
1233         (wl-summary-exec-action-refile-with-register): Register message if
1234         domain of the source folder is not undecided.
1235
1236 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1237
1238         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1239         detect thread loop.
1240
1241 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1244         and wl-summary-skip-mark-list.
1245
1246 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1249
1250         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1251
1252         * wl-spam.el (toplevel): Require wl-highlight.
1253         (wl-spam-auto-check-policy-alist): Abolish.
1254         (wl-spam-auto-check-folder-regexp-list): New user option.
1255         (wl-spam-auto-check-marks): Ditto.
1256         (wl-spam-mark-action-list): Ditto.
1257         (wl-highlight-summary-spam-face): New face.
1258         (wl-spam-auto-check-message-p): New function.
1259         (wl-spam-map-spam-messages): Fixed message.
1260         (wl-spam-register-spam-messages): Ditto.
1261         (wl-spam-register-good-messages): Ditto.
1262         (wl-summary-spam-map): Add and remove keybind.
1263         (wl-summary-target-mark-spam): Abolish.
1264         (wl-summary-refile-spam): Ditto.
1265         (wl-summary-test-spam): New function.
1266         (wl-summary-mark-spam): Ditto.
1267         (wl-summary-auto-check-spam): Follow the above change.
1268         (wl-summary-exec-action-spam): New function.
1269         (wl-summary-exec-action-refile-with-register): Fixed message.
1270         (wl-message-check-spam): New function.
1271         (wl-spam-setup): Ditto.
1272         (toplevel): Call it if this file is loaded interactivity.
1273
1274         * Version number is increased to 2.11.20.
1275
1276 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1279         when new optional argument `force' is non nil or modified.
1280
1281 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1282
1283         * wl.el (toplevel): Require wl-spam when compile.
1284         (wl-save-status): Call wl-spam-save-status.
1285
1286         * wl-spam.el (wl-spam-register-spam-messages): New function.
1287         (wl-spam-register-good-messages): Ditto.
1288         (wl-spam-save-status): Ditto.
1289         (wl-summary-mode-map): Bind
1290         wl-summary-target-mark-register-as-spam to "ms" and
1291         wl-summary-target-mark-register-as-good to "mn".
1292         (wl-summary-register-as-spam): Abolish optional argument; Use
1293         wl-spam-register-spam-messages.
1294         (wl-summary-register-as-spam-all): Use
1295         wl-spam-register-spam-messages.
1296         (wl-summary-register-as-good): Abolish optional argument; Use
1297         wl-spam-register-good-messages.
1298         (wl-summary-register-as-good-all): Use
1299         wl-spam-register-good-messages.
1300         (wl-summary-target-mark-register-as-spam): New funtion.
1301         (wl-summary-target-mark-register-as-good): Ditto.
1302
1303 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1304
1305         * wl-spam.el: New file.
1306
1307 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1310
1311         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1312         (wl-summary-auto-refile): Call wl-refile-guess with
1313         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1314
1315 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1318         with disable-thread argument non-nil.
1319
1320 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-summary.el (wl-summary-rescan): Added optional argument
1323         disable-thread.
1324         (wl-summary-sync): Call wl-summary-rescan with argument
1325         disable-thread.
1326         (wl-summary-input-range): Added new range `rescan-thread'.
1327
1328 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1329
1330         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1331
1332 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1333
1334         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1335         internal variable.
1336         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1337         wl-summary-search-parent-by-subject-regexp and
1338         wl-summary-divide-thread-when-subject-changed as nil.
1339         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1340         (wl-summary-insert-thread): Search parent entity from
1341         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1342         thread loop.
1343
1344 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1345
1346         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1347
1348         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1349
1350         * wl-util.el (wl-require-update-all-folder-p): New function.
1351         (wl-get-assoc-list-value): Added `function' to match directive.
1352         (wl-collect-draft): Rewrite.
1353
1354         * wl-summary.el (wl-summary-sync-update): Clear faces
1355         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1356         are non-nil.
1357         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1358         argument as function.
1359         (wl-summary-input-range): Ditto.
1360
1361         * wl-folder.el (wl-draft-get-folder): New function.
1362         (wl-folder-get-elmo-folder): Consider draft folder.
1363
1364         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1365         (wl-draft-buffer-message-number): New buffer local variable.
1366         (wl-draft-folder-internal): New internal variable.
1367         (wl-draft-delete): Rewrite.
1368         (wl-draft-save): Ditto.
1369         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1370         wl-folder-get-elmo-folder.
1371         (wl-draft-config-info-operation): Ditto.
1372         (wl-jump-to-draft-folder): Ditto.
1373         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1374         (wl-draft-reedit): Rewrite.
1375
1376         * Version number is increased to 2.11.19.
1377         
1378 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1379
1380         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1381         variable.
1382
1383 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1386         Use ignore-errors instead of unwind-protect.
1387
1388 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1389
1390         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1391         for updating `wl-thread-entity-list'.
1392
1393 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1394
1395         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1396         parameter from calling `wl-thread-entity-get-older-brothers' and
1397         `wl-thread-entity-get-younger-brothers'.
1398         Replace nested `append' with a single one.
1399
1400 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-summary.el (wl-summary-mode): Don't use the return value of
1403         `make-local-hook'.
1404
1405 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1406
1407         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1408         instead of `let*'.
1409         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1410         of local variables.
1411
1412 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1413
1414         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1415         Renamed from wl-summary-window-scroll-functions.
1416         (wl-summary-window-scroll-functions): Don't set to variable.
1417         (wl-summary-display-top): Use run-hooks.
1418         (wl-summary-display-bottom): Ditto.
1419         (wl-summary-toggle-disp-msg): Ditto.
1420         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1421         Use it instead of wl-summary-window-scroll-functions.
1422         (wl-summary-goto-folder-subr): Don't call
1423         wl-summary-window-scroll-functions, use
1424         wl-summary-buffer-window-scroll-functions instead.
1425
1426 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427
1428         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1429         make-local-variable.
1430
1431 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1432
1433         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1434         set-buffer-modified-p.
1435         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1436         (wl-summary-display-bottom): Ditto.
1437         (wl-summary-toggle-disp-msg): Ditto.
1438
1439 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1442
1443         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1444         (wl-summary-forward): Use elmo-message-entity-field instead of
1445         elmo-message-field.
1446
1447         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1448
1449 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1450
1451         * wl-summary.el (wl-summary-window-scroll-functions): No use
1452         `append'.
1453
1454 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1455
1456         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1457         function.
1458         (wl-summary-window-scroll-functions): Call it when both
1459         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1460         (wl-summary-temp-mark): Added optional argument number.
1461         (wl-summary-message-mark): Added optional argument flag.
1462         (wl-summary-persistent-mark): Added optional argument number and flag.
1463         (wl-summary-update-persistent-mark): Ditto.
1464         (wl-summary-update-status-marks): Set "r" for interactive spec.
1465
1466         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1467         argument number and flag.
1468
1469         * wl-action.el (wl-summary-registered-temp-mark): 
1470         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1471
1472 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1475         internal variable (buffer local).
1476         (wl-summary-window-scroll-functions): New function.
1477         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1478         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1479         as nil.
1480         (wl-summary-update-status-marks): Added arguments beg, end and
1481         check.
1482         (wl-summary-update-mark-window): Use function.
1483         (wl-summary-sync-update): Follow the change above.
1484         (wl-summary-switch-to-clone-buffer): Copy
1485         wl-summary-buffer-unsync-mark-number-list.
1486         (wl-summary-goto-folder-subr): Set
1487         wl-summary-buffer-unsync-mark-number-list and
1488         use wl-summary-window-scroll-functions instead of
1489         wl-summary-lazy-highlight.
1490
1491         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1492
1493 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1496
1497         * wl-summary.el (wl-summary-update-persistent-mark): Call
1498         wl-summary-set-message-modified.
1499
1500         * wl-summary.el (wl-summary-sync-update): Don't call
1501         wl-summary-update-status-marks.
1502
1503         * Version number is increased to 2.11.18.
1504
1505 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1508         (wl-message-next-page): Ditto.
1509
1510 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1511
1512         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1513         local variable.  Change the order of a collected list into the
1514         same as the specified range.  Remove nil from a collected list.
1515
1516 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1519         argument for elmo-folder-list-messages.
1520
1521 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1524         change (wl-summary-count-unreads return a list instead of a cons
1525         cell).
1526
1527 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1528
1529         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1530         `wl-summary-folder-info-update'.
1531
1532 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-summary.el (wl-summary-set-message-modified): No use
1535         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1536         (wl-summary-set-mark-modified): Abolish.
1537         (wl-summary-mark-modified-p): Ditto.
1538         (wl-summary-save-view): Follow the change above.
1539
1540         * wl-expire.el (wl-summary-expire): Likewise.
1541
1542 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1543
1544         * wl-summary.el (wl-summary-detect-mark-position): Use
1545         modb-entity-handler.
1546         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1547
1548         * Version number is increased to 2.11.17.
1549
1550 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1551
1552         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1553         entity field value.
1554         (wl-summary-prefetch-msg): Ditto.
1555         (wl-summary-print-message-with-ps-print): Ditto.
1556
1557 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1558
1559         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1560         for dummy entity.
1561         (wl-summary-insert-thread): Use elmo-message-entity-field.
1562         (wl-summary-update-thread): Use elmo-message-entity-field and
1563         elmo-message-entity-number.
1564         (wl-summary-line-number):  Use elmo-message-entity-number.
1565         (wl-summary-line-size): Use elmo-message-entity-field.
1566         (wl-summary-line-subject): Ditto.
1567         (wl-summary-line-from): Ditto.
1568         (wl-summary-line-attached): Ditto.
1569         (wl-summary-create-line): Ditto.
1570         (wl-summary-create-line): Use elmo-message-entity-number.
1571         (wl-summary-print-message-with-ps-print): Use
1572         elmo-message-entity-field.
1573
1574 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1575
1576         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1577         change in elmo-msgdb-make-message-entity.
1578         (wl-summary-buffer-set-folder): Don't call
1579         wl-summary-detect-mark-position here.
1580         (wl-summary-rescan): Call elmo-message-entity-number.
1581         (wl-summary-sync-update): Ditto.
1582         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1583
1584         * wl-score.el (wl-score-header-index): Redefine 2th element.
1585         (wl-score-overview-entity-get-extra): Abolish.
1586         (wl-score-ov-entity-get): Rewrite.
1587         (wl-score-string-index<, wl-score-string-func<): Abolish.
1588         (wl-score-string<): New function.
1589         (wl-score-string-sort): Use it.
1590
1591         * wl-refile.el (wl-refile-guess-by-history): Use
1592         elmo-message-entity-field.
1593         (wl-refile-guess-by-from): Ditto.
1594         (wl-refile-guess-by-msgid): Ditto.
1595
1596         * Version number is increased to 2.11.16.
1597
1598 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-folder.el (wl-folder-confirm-existence): Don't call
1601         file-exists-p if msgdb-path is nil.
1602         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1603         `wl-read-folder-hist' to `wl-read-folder-history'.
1604
1605 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1606
1607         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1608         `y-or-n-p'.
1609
1610 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-score.el (wl-score-headers): Don't use
1613         elmo-folder-do-each-message-entity.
1614
1615         * Version number is increased to 2.11.15.
1616
1617 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1618
1619         * wl-summary.el (wl-summary-delete-all-msgs): Use
1620         elmo-folder-move-messages instead of elmo-folder-delete-messages
1621         and elmo-folder-detach-messages.
1622         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1623
1624         * wl-expire.el (wl-expire-delete): Ditto.
1625         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1626
1627 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1628
1629         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1630         (wl-message-header-narrowing-fields): Ditto.
1631         (wl-message-header-narrowing-lines): Ditto.
1632         (wl-message-header-narrowing-string): Ditto.
1633
1634         * wl-summary.el (wl-summary-mode-map): Bind
1635         wl-summary-toggle-header-narrowing to "C-cC-f".
1636         (wl-summary-toggle-header-narrowing): New function.
1637
1638         * wl-message.el (wl-message-buffer-create): Call
1639         wl-message-header-narrowing-setup.
1640         (wl-message-redisplay): Call wl-message-header-narrowing.
1641         (wl-message-header-narrowing): New function.
1642         (wl-message-header-narrowing-map): New keymap.
1643         (wl-message-header-narrowing-widen-map): New keymap.
1644         (wl-message-header-narrowing-again-at-mouse): New function.
1645         (wl-message-header-narrowing-1): Ditto.
1646         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1647         (wl-message-header-narrowing-setup): Ditto.
1648         (wl-message-header-narrowing-toggle): Ditto.
1649         
1650         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1651
1652         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1653         'flag as all.
1654         (wl-use-flag-folder-help-echo): New user option.
1655
1656         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1657         wl-summary-highlight as nil.
1658         (wl-summary-set-mark-modified): Follow the API change.
1659         (wl-summary-mark-modified-p): Ditto.
1660         (wl-summary-mark-as-read-all): Ditto.
1661         (wl-summary-sync-marks): Don't call
1662         elmo-folder-list-messages-with-global-mark.
1663         (wl-summary-mark-as-read-internal): Follow the API change.
1664         (wl-summary-mark-as-answered-internal): Ditto.
1665         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1666         Follow the API change.
1667         (wl-summary-create-line): Call with number argument.
1668         (wl-summary-reply): Follow the API change.
1669
1670         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1671         function.
1672         (wl-highlight-summary-line-string): Call it when
1673         wl-use-flag-folder-help-echo is non-nil.
1674         (wl-highlight-summary-current-line): Ditto.
1675         (elmo-flag-folder-referrer): Added autoload setting.
1676
1677         * wl-draft.el (wl-draft-kill): Follow the API change.
1678
1679         * Version number is increased to 2.11.14.
1680         
1681 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1684
1685 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * Version number is increased to 2.11.13.
1688
1689 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1690
1691         * wl-draft.el (wl-draft-previous-history-element): Fixed
1692         unbalanced parenthesis and bind unbound local variables.
1693
1694 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * wl-draft.el (wl-draft-previous-history-element): New function.
1697         (wl-draft-next-history-element): Ditto.
1698         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1699         them to M-p and M-n.
1700
1701 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1702
1703         * Version number is increased to 2.11.12.
1704
1705 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-draft.el (wl-draft-hide): Select buffer-window.
1708
1709 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1710
1711         * wl-summary.el (wl-summary-narrow-to-region): New function.
1712         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1713         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1714         (wl-summary-save-region): Use it.
1715         * wl-action.el (wl-summary-collect-numbers-region)
1716         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1717
1718 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1719
1720         * wl-folder.el (wl-folder-count-incorporates): Don't use
1721         `elmo-msgdb-mark-load'
1722
1723         * Version number is increased to 2.11.11.
1724
1725 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1726
1727         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1728         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1729
1730 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1731
1732         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1733
1734 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1735
1736         * Version number is increased to 2.11.10.
1737
1738 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * wl-mime.el (wl-draft-attribute-value): Fixed.
1741
1742 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1743
1744         * wl-util.el (wl-copy-local-variables): New function.
1745
1746         * wl-mime.el (wl-draft-attribute-recipients): New function.
1747         (wl-draft-attribute-envelope-from): Ditto.
1748         (wl-draft-attribute-smtp-posting-server): Ditto.
1749         (wl-draft-attribute-smtp-posting-port): Ditto.
1750         (wl-draft-attribute-value): Ditto.
1751         (wl-draft-preview-message): Use it to get value for
1752         attributes. Reflect result of `wl-draft-config'.
1753
1754         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1755         and call `wl-summary-mark-as-read' before to call
1756         `wl-summary-unset-mark'.
1757         (wl-summary-target-mark-mark-as-unread): Likewise.
1758         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1759
1760 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1761
1762         * wl-mime.el (wl-draft-preview-message): Use actual value for
1763         attributes; Fix for small window.
1764
1765 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * wl-refile.el (wl-refile-get-field-value): Call
1768         `elmo-message-entity-field' with 3rd argument is non-nil.
1769
1770 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1771
1772         * wl-vars.el (wl-draft-preview-attributes): New user option.
1773         (wl-draft-preview-attributes-list): Ditto.
1774         (wl-draft-preview-attributes-buffer-lines): Ditto.
1775         (wl-draft-preview-attributes-buffer-name): Ditto.
1776
1777         * wl-mime.el (wl-draft-preview-message): Display attributes.
1778
1779 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780
1781         * wl-summary.el (wl-summary-detect-mark-position): Bind
1782         wl-summary-flag-priority-list to '(new).
1783
1784 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1787         funtion.
1788         (wl-highlight-summary-line-string): Use it.
1789         (wl-highlight-summary-current-line): Ditto.
1790
1791 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1792
1793         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1794         line even when the mark string is not changed.
1795
1796         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1797         argument change in the wl-summary-create-line.
1798         (wl-thread-insert-entity-sub): Ditto.
1799
1800         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1801         argument change in the wl-summary-create-line.
1802         (wl-summary-insert-sequential): Ditto.
1803         (wl-summary-update-thread): Ditto.
1804         (wl-summary-persistent-mark-string): New inline function.
1805         (wl-summary-message-mark): Use it.
1806         (wl-summary-create-line): Abolish argument wl-persistent-mark
1807         and added wl-flags, wl-cached.
1808
1809         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1810         mark to flags.
1811         (wl-highlight-summary-current-line): Decide the face not by the 
1812         persistent mark but flags.
1813
1814 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1815
1816         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1817         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1818         wl-summary-read-uncached-mark): Revive.
1819         (wl-summary-answered-cached-mark,
1820         wl-summary-answered-uncached-mark): New user option.
1821         (wl-summary-score-marks): Follow the change above.
1822         (wl-summary-auto-refile-skip-marks): Ditto.
1823         (wl-summary-incorporate-marks): Ditto.
1824         (wl-summary-expire-reserve-marks): Ditto.
1825         (wl-summary-flag-priority-list): New user option.
1826
1827         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1828         changes.
1829         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1830         of elmo-message-mark.
1831         (wl-summary-mark-as-read-internal): Ditto.
1832         (wl-summary-mark-as-answered): Ditto.
1833         (wl-summary-mark-as-important): Ditto.
1834         (wl-summary-redisplay-internal): Ditto.
1835         (wl-summary-redisplay-no-mime-internal): Ditto.
1836         (wl-summary-message-mark): New function.
1837         (wl-summary-insert-sequential): Use wl-summary-message-mark
1838         instead of elmo-message-mark.
1839         (wl-summary-update-thread): Ditto.
1840         (wl-summary-persistent-mark): Ditto.
1841         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1842         instead of elmo-message-mark.
1843
1844         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1845         wl-summary-message-mark instead of elmo-message-mark.
1846         (wl-thread-insert-entity-sub): Ditto.
1847         (wl-thread-get-children-msgs-uncached): Ditto.
1848
1849         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1850         variable name changes.
1851         (wl-highlight-summary-current-line): Ditto.
1852
1853         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1854         wl-summary-message-mark instead of elmo-message-mark.
1855
1856         * wl-expire.el (wl-expire-message-p): Ditto.
1857
1858         * wl-score.el (wl-score-headers): Ditto.
1859
1860         * Version number is increased to 2.11.9.
1861
1862         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1863         (wl-summary-sync-update): Follow the change above.
1864         (wl-summary-switch-to-clone-buffer): Ditto.
1865         (wl-summary-open-folder): Ditto.
1866
1867 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1868
1869         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1870         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1871
1872         * Version number is increased to 2.11.8.
1873
1874         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1875
1876         * wl-expire.el (wl-expire-refile): Follow the API change on
1877         `elmo-folder-move-messages'.
1878         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1879
1880         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1881         (wl-summary-exec-action-refile): Ditto.
1882         (wl-summary-exec-action-copy): Ditto.
1883         (wl-summary-no-auto-refile-message-p): No use
1884         `wl-summary-buffer-msgdb'.
1885         (wl-summary-auto-refile): Ditto.
1886
1887 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1888
1889         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1890
1891 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1892
1893         * wl-summary.el (wl-summary-sync): Treat no-sync.
1894
1895         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1896         (wl-default-sync-range): Ditto.
1897
1898 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-refile.el (wl-refile-subject-learn): Call
1901         `elmo-message-entity-field' with 3rd argument is non-nil.
1902         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1903         instead of `elmo-msgdb-overview-entity-get-subject'.
1904
1905 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1906
1907         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1908         scan-type is rescan.
1909         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1910         new optional argument force is non-nil.
1911         (wl-summary-save-view-cache): Call it with force argument non-nil.
1912
1913         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1914
1915 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1916
1917         * wl-action.el (wl-summary-print-argument): Fixed last change.
1918
1919 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1920
1921         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1922         simplified.
1923         (wl-summary-target-mark-mark-as-unread): Likewise.
1924         (wl-summary-target-mark-mark-as-important): Likewise.
1925
1926 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1927
1928         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1929         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1930         (wl-summary-mark-as-important-region): Change accordingly.
1931         (wl-summary-target-mark-mark-as-important): Ditto.
1932
1933 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1936
1937         * wl-action.el (wl-summary-print-argument): Print argument to
1938         right side of window if `wl-summary-print-argument-within-window'
1939         is non-nil.
1940
1941 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1942
1943         * wl-action.el (wl-summary-set-mark): Use
1944         `wl-summary-message-visible-p' to check visibility of the message
1945         and jump to message only when the message line is visible and have
1946         different number; Call wl-summary-unset-mark with number argument.
1947         (wl-summary-unset-mark): 
1948         Use `wl-summary-message-visible-p'
1949         to check visibility of the message and jump to message only when
1950         the message line is visible and have different number;
1951
1952 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1953
1954         * Version number is increased to 2.11.7.
1955
1956         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1957         and wl-folder-summary-line-format.
1958
1959         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1960         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1961         (wl-summary-set-score-mark): Use it.
1962         (wl-summary-target-mark-mark-as-read): Ditto.
1963         (wl-summary-target-mark-mark-as-unread): Ditto.
1964         (wl-summary-target-mark-mark-as-important): Ditto.
1965         (wl-summary-target-mark-msgs): Simplified.
1966         (wl-summary-detect-mark-position): Fixed problem when
1967         summary-line-format no contain persisten/temp mark spec.
1968         (wl-summary-temp-mark): Ditto.
1969         (wl-summary-persistent-mark): Ditto.
1970         (wl-summary-update-persistent-mark): Ditto.
1971
1972         * wl-action.el (wl-summary-set-mark): Ditto.
1973         (wl-summary-unset-mark): Ditto.
1974         All other related portions are changed.
1975
1976 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1977
1978         * Version number is increased to 2.11.6.
1979
1980 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1981
1982         * wl-util.el (wl-current-message-buffer): Define as function;
1983         Don't use the value of wl-messge-buffer.
1984
1985         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1986         persistent mark.
1987
1988         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1989         no current message, cause an error.
1990
1991 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-summary.el (wl-summary-set-message-modified): Use
1994         elmo-folder-set-message-modified instead of
1995         elmo-folder-set-message-modified-internal.
1996
1997 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1998
1999         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2000         interactively.
2001         (wl-summary-sync): nokill->entirely.
2002         (wl-summary-sync-marks): Fixed message.
2003         (wl-summary-input-range): Added mark, nokill->entirely.
2004
2005         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2006         messages as read.
2007
2008 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2011         update-noscore.
2012         (wl-summary-sync): Follow the change above.
2013
2014 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * wl-action.el (wl-summary-target-mark-all): Use
2017         elmo-folder-list-messages.
2018
2019 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2020
2021         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2022         (wl-summary-rescan): Set wl-summary-scored as nil.
2023         (wl-summary-sync-force-update): Follow the change above.
2024         (wl-summary-sync): Ditto.
2025         (wl-summary-sync-update): Added argument disable-killed.
2026         (wl-summary-insert-headers): Set visible-only argument for
2027         elmo-folder-list-messages.
2028         (wl-summary-input-range): Added update-nokill, update-noscore,
2029         all-nokill, all-noscore and mark.
2030
2031         * Version number is increased to 2.11.5.
2032
2033         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2034
2035 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2036
2037         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2038         (wl-summary-prefetch-region-no-mark): Change accordingly.
2039         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2040
2041 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2042
2043         * wl-address.el (wl-complete-field-to): Abolished.
2044         (wl-complete-address): Completion function for completing-read.
2045         * wl-action.el (wl-summary-get-resend-address): Use it.
2046
2047         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2048         wl-summary-update-mark and abolish unused argument.
2049         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2050         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2051         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2052         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2053         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2054         * wl-draft.el (wl-draft-kill): Ditto.
2055
2056         * wl-summary.el: Remove unused binding of case-fold-search.
2057         (wl-summary-replace-status-marks): Abolished.
2058
2059 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2060
2061         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2062         is specified or folder length is zero.
2063
2064 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2065
2066         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2067         (wl-folder-archive-current-entity): Ditto.
2068
2069 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2070
2071         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2072         retrieving message mark.
2073         (wl-summary-redisplay-internal): Ditto.
2074
2075         * wl-message.el (wl-message-buffer-display): Ignore errors while
2076         retrieving message-id field.
2077
2078         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2079         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2080         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2081         order of the arguments for `wl-expire-message-p'.
2082         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2083
2084         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2085         Check return value of wl-summary-reply.
2086         (wl-summary-reply): Recover window configuration when an error occured.
2087
2088 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2089
2090         * wl-summary.el (wl-summary-resend-message): Abolished, the
2091         feature is inherited by wl-summary-resend (put resend mark).
2092
2093 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2094
2095         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2096         wl-message-buffer to nil when the message is hide.
2097
2098 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * .cvsignore: New file.
2101
2102 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-action.el (wl-summary-action-docstring): Add more info.
2105         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2106         duplicate definition.
2107         (wl-summary-define-mark-action): Functions wl-summary-*-region
2108         keep current position.
2109         (wl-summary-unregister-target-mark): Store result to the variable.
2110
2111 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2112
2113         * Version number is increased to 2.11.4.
2114
2115 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2116
2117         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2118         wl-summary-delete-all-temp-marks.
2119         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2120
2121         * wl-action.el (wl-summary-set-mark): Changed terminology
2122         refile-destination -> action-argument.
2123         (wl-summary-unset-mark): Ditto.
2124         (wl-summary-remove-argument): Ditto.
2125         (wl-summary-print-argument): Ditto.
2126
2127         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2128         (wl-thread-remove-argument-region): Ditto.
2129         (wl-thread-print-argument-region): Ditto.
2130         (wl-thread-close): Ditto.
2131         (wl-thread-open): Ditto.
2132
2133         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2134         (wl-highlight-refile-destination-face is abolished)
2135         (wl-highlight-action-argument-string): Ditto.
2136         (wl-highlight-summary-current-line): Highlight action argument.
2137
2138         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2139         color for light backgrounds.
2140         (wl-highlight-summary-answered-face): Ditto.
2141
2142 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2143
2144         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2145
2146         * wl-score.el (wl-summary-score-update-all-lines): Use
2147         wl-summary-set-mark.
2148         (wl-summary-score-update-all-lines): Kill expunged messages.
2149
2150         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2151
2152 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2153
2154         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2155         directly.
2156         (wl-score-overview-entity-get-lines): Ditto.
2157         (wl-score-overview-entity-get-xref): Ditto.
2158         (wl-score-get-latest-msgs): Ditto.
2159         (wl-summary-rescore): Ditto.
2160
2161         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2162         to "&".
2163         (wl-summary-mark-as-answered-internal): New inline function.
2164         (wl-summary-mark-as-answered): New function.
2165         (wl-summary-mark-as-unanswered): Ditto.
2166         (wl-summary-sync-marks): Modified for answered-mark synching.
2167
2168 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-action.el (wl-summary-set-mark): Fixed last change.
2171
2172 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2173
2174         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2175         behavior of wl-summary-unread-message-hook
2176         (Pointed out by akira yamada <akira@arika.org>).
2177
2178 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2181         wl-summary-delete.
2182         * wl-xmas.el (wl-summary-toolbar): Ditto.
2183
2184         * wl-action.el (wl-summary-set-mark): Don't override current
2185         temp-mark.
2186
2187         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2188
2189 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2190
2191         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2192         (wl-refile-msgid-learn): Ditto.
2193         (wl-refile-get-field-value): Ditto.
2194
2195         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2196
2197         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2198         (wl-expire-delete-reserved-messages): Renamed from
2199         wl-expire-reserve-marked-msgs-from-list.
2200         (wl-expire-delete): Removed argument `msgdb'.
2201         (wl-expire-refile): Ditto.
2202         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2203         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2204         mark-alist as argument.
2205         (wl-expire-archive-number1): Removed argument `msgdb'.
2206         (wl-expire-archive-number2): Ditto.
2207         (wl-expire-archive-date): Ditto.
2208         (wl-expire-localdir-date): Ditto.
2209         (wl-expire-hide): Ditto.
2210         (wl-archive-number1): Ditto.
2211         (wl-archive-number2): Ditto.
2212         (wl-archive-date): Ditto.
2213         (wl-archive-folder): Ditto.
2214         All other related portions are changed.
2215
2216 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2219         mean move up and down. (suggested by Takashi Kawachi)
2220
2221 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2222
2223         * wl-acap.el (toplevel): Don't require un-define.
2224
2225 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2226
2227         * wl-thread.el (wl-thread-delete-message): Always update
2228         wl-summary-buffer-number-list.
2229
2230         * wl-action.el (wl-summary-print-destination): 
2231         Do nothing when folder is nil.
2232
2233 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2234
2235         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2236         persistent mark when prefetch is succeeded.
2237
2238 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2239
2240         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2241         instead of elmo-msgdb-delete-msgs.
2242         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2243         (wl-expire-hide): Ditto.
2244
2245         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2246
2247         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2248         elmo-msgdb interface.
2249         (wl-thread-get-exist-children): Likewise.
2250         (wl-thread-insert-message): Likewise.
2251         (wl-thread-msg-mark-as-important): Likewise.
2252         (wl-thread-insert-entity-sub): Likewise.
2253         (wl-thread-get-children-msgs-uncached): Likewise.
2254
2255         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2256         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2257         (wl-summary-sync-update): Likewise.
2258         (wl-summary-auto-select-msg-p): Likewise.
2259         (wl-summary-update-thread): Likewise.
2260         (wl-summary-mark-as-important): Likewise.
2261         (wl-summary-jump-to-msg-internal): Likewise.
2262         (wl-summary-redisplay-internal): Likewise.
2263         (wl-summary-print-message-with-ps-print): Likewise.
2264         (wl-summary-folder-info-update): Likewise.
2265
2266         * wl-folder.el (wl-folder-check-one-entity):
2267         elmo-folder-count-flags instead of wl-summary-count-unread.
2268
2269         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2270
2271         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2272
2273         * wl-summary.el (wl-summary-set-message-modified): 
2274         Call wl-summary-set-mark-modified.
2275         (wl-summary-delete-messages-on-buffer): Call
2276         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2277         (wl-summary-sync-update): Call elmo-folder-length instead of
2278         elmo-folder-messages.
2279         (wl-summary-insert-headers): Don't call
2280         elmo-folder-list-message-entities.
2281
2282 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * wl-action.el (wl-summary-define-mark-action): Call
2285         `wl-summary-set-mark' with argument `data'.
2286         (wl-summary-auto-refile): Fixed order of arguments when call
2287         `wl-summary-refile'.
2288
2289 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2290
2291         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2292
2293         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2294
2295         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2296         (Renamed from wl-highlight-summary-deleted-face).
2297         (wl-highlight-summary-resend-face): New face.
2298
2299         (wl-highlight-summary-deleted-face): Renamed from
2300         wl-highlight-summary-erased-face.
2301
2302         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2303
2304         * wl-action.el (wl-summary-get-resend-address): New function.
2305         (wl-summary-exec-action-resend): Ditto.
2306         (wl-summary-exec-action-resend-subr): Ditto.
2307
2308         * w-thread.el (wl-thread-copy): Removed definition.
2309         (wl-thread-refile): Ditto.
2310         (wl-thread-delete): Ditto.
2311         (wl-thread-target-mark): Ditto.
2312
2313         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2314         (wl-summary-target-mark-set-action): Fixed.
2315         (wl-summary-define-mark-action): Fixed quotation.
2316         (wl-summary-move-mark-list-messages): Display message.
2317         (wl-summary-define-mark-action): Define thread functions.
2318         (wl-summary-exec-action-refile): Changed message.
2319         (wl-summary-exec): Ditto.
2320
2321 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2322         
2323         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2324         '%%'.
2325
2326 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2327
2328         * wl.el (toplevel): Require wl-action.
2329         (wl-init): Call wl-summary-define-mark-action.
2330
2331         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2332
2333         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2334         wl-summary-delete and wl-summary-erase.
2335         (wl-summary-mode-map): Ditto.
2336
2337         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2338         wl-delete-folder-alist.
2339
2340         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2341         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2342         (toplevel): Moved mark & action related functions to the wl-action.el.
2343
2344         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2345         in wl-summary-mark-action-list.
2346         (wl-highlight-summary-current-line): Ditto.
2347
2348         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2349         empty lines.
2350
2351         * wl-action.el: New file. 
2352
2353 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2354
2355         * wl-summary.el (wl-summary-target-mark-replace): New function.
2356         (wl-summary-target-mark-prefetch): Use it.
2357         (wl-summary-target-mark-delete): Ditto.
2358         (toplevel): Rearranged definition order.
2359         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2360         (wl-summary-target-mark-erase): Rewrite.
2361         (wl-summary-erase-region): New function.
2362         (wl-summary-exec-action-erase): Changed message.
2363         (wl-summary-move-mark-list-messages): New function.
2364         (wl-summary-exec-action-delete): Use it.
2365         (wl-summary-exec-action-erase): Ditto.
2366
2367         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2368         (wl-summary-skip-mark-list): Added "d".
2369
2370         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2371         while searching.
2372
2373         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2374         and define using defcustom;
2375         Define 4th element as a face.
2376         
2377         * wl-summary.el (wl-summary-incorporate): Use 
2378         `wl-summary-prefetch-region-no-mark' instead of
2379         `wl-summary-prefetch-region'.
2380         (wl-summary-prefetch-region-no-mark): Revival of old
2381         `wl-summary-prefetch-region'.
2382         (wl-summary-mark-action-list): Moved to wl-vars.el
2383
2384         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2385         face according to the `wl-summary-mark-action-list'.
2386         (wl-highlight-summary-current-line): Ditto;
2387         Removed destination highlighting.
2388
2389         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2390         (wl-highlight-summary-line-string): Highlight for "i" mark.
2391         (wl-highlight-summary-current-line): Ditto.
2392
2393         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2394         no destination.
2395
2396         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2397         exists, just go ahead.
2398         (wl-summary-prefetch-region): Rewrite.
2399         (wl-summary-prefetch): Ditto.
2400         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2401         (wl-summary-exec-action-prefetch): New function.
2402         (wl-summary-target-mark-prefetch): Rewrite.
2403
2404 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2405
2406         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2407         (wl-highlight-summary-line-string): Added "d" and "D".
2408         (wl-highlight-summary-current-line): Ditto.
2409
2410         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2411         in wl-summary.el.
2412         (wl-thread-insert-entity-sub): Ditto.
2413         (wl-thread-remove-destination-region): Ditto.
2414         (wl-thread-print-destination-region): Ditto.
2415
2416         * wl-summary.el (wl-summary-buffer-refile-list,
2417         wl-summary-buffer-delete-list,
2418         wl-summary-buffer-copy-list): Abolish.
2419         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2420         All other related portions are changed.
2421         (wl-summary-mark-action-list): New variable.
2422         (wl-summary-set-mark): New function.
2423         (wl-summary-register-target-mark): Ditto.
2424         (wl-summary-unregister-target-mark): Ditto.
2425         (wl-summary-have-target-mark-p): Ditto.
2426         (wl-summary-register-temp-mark): Ditto.
2427         (wl-summary-unregister-temp-mark): Ditto.
2428         (wl-summary-registered-temp-mark): Ditto.
2429         (wl-summary-collect-temp-mark): Ditto.
2430         (wl-summary-unset-mark): Ditto.
2431         (wl-summary-set-target-mark): Ditto.
2432         (wl-summary-unset-target-mark): Ditto.
2433         (wl-summary-set-action-generic): Ditto.
2434         (wl-summary-unset-action-generic): Ditto.
2435         (wl-summary-exec-action-delete): Ditto.
2436         (wl-summary-exec-action-erase): Ditto.
2437         (wl-summary-set-action-refile): Ditto.
2438         (wl-summary-set-action-refile-subr): Ditto.
2439         (wl-summary-unset-action-refile): Ditto.
2440         (wl-summary-make-destination-numbers-list): Ditto.
2441         (wl-summary-exec-action-refile): Ditto.
2442         (wl-summary-set-action-copy): Ditto.
2443         (wl-summary-unset-action-copy): Ditto.
2444         (wl-summary-exec-action-copy): Ditto.
2445         (wl-summary-collect-numbers-region): Ditto.
2446         (wl-summary-delete): Rewrite.
2447         (wl-summary-erase): Ditto.
2448         (wl-summary-remove-destination): Ditto.
2449         (wl-summary-exec): Ditto.
2450         (wl-summary-exec-region): Ditto.
2451         (wl-summary-target-mark-erase): Ditto.
2452         (wl-summary-refile): Ditto.
2453         (wl-summary-copy): Ditto.
2454         (wl-summary-unmark): Ditto.
2455         (wl-summary-delete-all-mark): Ditto.
2456         (wl-summary-mark-line): Don't highlight.
2457         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2458         (wl-summary-target-mark-refile-subr): Rewrite.
2459
2460         (wl-summary-copy-prev-destination): Abolish.
2461
2462 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2463
2464         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2465         default values along the value of wl-on-mule.
2466         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2467         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2468         It is not used anywhere.
2469
2470 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2471
2472         * wl-summary.el (wl-summary-print-destination): Keep position.
2473         (wl-summary-cursor-move-surface): Keep horizontal position.
2474
2475 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2476
2477         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2478         write sendlog.
2479
2480 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2481
2482         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2483         `wl-summary-highlight'.
2484
2485 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2488         trivial condition for temp-mark.
2489
2490 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2491
2492         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2493         when it hits killed buffer.
2494
2495 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2496
2497         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2498         * wl-news.el.in: `message' and `error' take format string.
2499
2500 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2501
2502         * wl-folder (wl-folder-insert-entity): Display a message,
2503         `...done', when the work finish.
2504         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2505
2506 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2507
2508         * wl-message.el (wl-message-redisplay): Remove unused local
2509         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2510
2511 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2512
2513         * wl-summary.el (wl-summary-replace-status-marks): Disable
2514         interactive use.
2515         (wl-summary-reedit): Check message existence at first.
2516         (wl-summary-mark-line): Fix doc, return value is indefinite.
2517
2518         * wl-highlight.el (wl-highlight-message): Arranged.
2519
2520         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2521         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2522         check temp-mark by wl-summary-temp-mark always.
2523         (wl-highlight-summary): Change accordingly.
2524         * wl-summary.el (wl-summary-mark-as-read-all)
2525         (wl-summary-delete-cache, wl-summary-set-score-mark)
2526         (wl-summary-mark-as-unread, wl-summary-unmark)
2527         (wl-summary-mark-line, wl-summary-mark-as-read)
2528         (wl-summary-mark-as-important): Ditto.
2529
2530         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2531         end of the window if possible.
2532         * wl-summary.el (wl-summary-sync-update): Support lazy
2533         highlighting.
2534         (wl-summary-toggle-disp-msg): Ditto.
2535
2536 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2537
2538         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2539
2540 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2541
2542         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2543         change.
2544
2545 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2548         API.
2549         (wl-summary-sync-update): Ditto.
2550
2551         * wl-score.el (wl-score-get-score-alist): Changed argument.
2552         (wl-summary-rescore-msgs): Likewise.
2553         (wl-summary-score-headers): Likewise.
2554         (wl-score-headers): Likewise;
2555         Use elmo-folder-do-each-message-entity, etc.
2556         (wl-summary-score-effect): Follow the changes above.
2557         (wl-summary-rescore): Ditto.
2558         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2559         (wl-score-get-overview): Abolish.
2560
2561         * wl-summary.el (wl-summary-default-from): Follow the API change in
2562         elmo-msgdb.
2563         (wl-summary-count-unread): Ditto.
2564         (wl-summary-detect-mark-position): Ditto.
2565         (wl-summary-overview-entity-compare-by-date): Ditto.
2566         (wl-summary-overview-entity-compare-by-number): Ditto.
2567         (wl-summary-overview-entity-compare-by-from): Ditto.
2568         (wl-summary-overview-entity-compare-by-subject): Ditto.
2569         (wl-summary-get-list-info): Ditto.
2570         (wl-summary-rescan): Ditto.
2571         (wl-summary-jump-to-msg-by-message-id): Ditto.
2572         (wl-summary-sync-update): Ditto; Removed comment.
2573         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2574         (wl-summary-insert-message): Use wl-summary-insert
2575         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2576         (wl-summary-insert-headers): Changed argument overview to folder.
2577         (wl-summary-search-by-subject): Likewise.
2578         (wl-summary-insert-thread): Renamed from 
2579         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2580
2581         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2582         too.
2583
2584         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2585         wl-string-member.
2586
2587 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2588
2589         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2590         elmo-folder-append-buffer.
2591         (wl-draft-queue-append): Likewise.
2592
2593         * wl-mime.el (wl-message-delete-current-part): Ditto.
2594         (wl-summary-burst-subr): Ditto.
2595
2596         * wl-news.el.in (wl-news-send-news): Ditto.
2597
2598 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2601         function.
2602         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2603         (wl-summary-update-mark): Enclose with save-excursion.
2604         (wl-summary-mark-as-read-internal): Fixed last change.
2605         (wl-summary-mark-as-important): Use 3rd argument of
2606         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2607         Don't use elmo-msgdb-set-mark.
2608         (wl-summary-redisplay-internal): If msgdb flag is already read,
2609         just update the mark on buffer.
2610
2611 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2612
2613         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2614         cut visible folder when elmo-folder-delete returns non-nil value.
2615
2616 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2617
2618         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2619         by Kenichi OKADA <okada@opaopa.org>).
2620
2621 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2622
2623         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2624
2625 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2626
2627         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2628         Fixed the last change, search group entity by its real name.
2629         (Thanks to: KOBAYASHI Shinji)
2630
2631 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2632
2633         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2634         (wl-fldmgr-access-display-all): Don't refer visible name.
2635         * wl-expire.el (wl-folder-archive-current-entity)
2636         (wl-folder-expire-current-entity): Ditto.
2637         * wl-folder.el (wl-folder-jump-to-current-entity)
2638         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2639         (wl-folder-open-folder-sub,wl-folder-open-all)
2640         (wl-folder-write-current-folder): Ditto.
2641         (wl-folder-insert-entity): Don't use petname for normal group.
2642         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2643         is the real name.
2644         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2645         Abolished.
2646
2647 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2648
2649         * wl-draft.el (wl-draft-create-buffer): Add
2650         `wl-summary-reply-with-citation'
2651
2652 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2653
2654         * wl-draft.el (wl-draft-reply): Fixed.
2655
2656 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2657
2658         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2659         when `wl-draft-send-confirm-with-preview' is non-nil.
2660         You can scroll up/down by j/k.
2661         (wl-draft-send-confirm-with-preview): New variable (default=t).
2662
2663 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2664
2665         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2666         (wl-fldmgr-save-folders): Fix comment.
2667
2668 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2669
2670         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2671         along the last change in `wl-folder-buffer-group-p'.
2672
2673 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2674
2675         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2676         folder.
2677
2678         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2679         the default value.
2680
2681         * wl-mime.el (wl-summary-burst): Update summary only when target
2682         folder equals current folder.
2683
2684 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2685
2686         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2687
2688 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2689
2690         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2691         value.
2692
2693 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2696         `map-extents' instead of `extent-at' repeatedly.
2697         (wl-highlight-folder-current-line): Ditto.
2698
2699         * wl-highlight.el: Remove useless dummy functions.
2700
2701 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2702
2703         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2704         (wl-folder-put-folder-property): New function to put text property.
2705         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2706         (wl-folder-insert-entity, wl-folder-update-diff-line)
2707         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2708         * wl-e21.el, wl-xmas.el, wl-mule.el
2709         (wl-highlight-folder-current-line): Ditto.
2710         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2711         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2712         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2713         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2714
2715 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2716
2717         * Version number is increased to 2.11.3.
2718
2719 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2720
2721         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2722         Resume current-buffer since it is assumed by remaining tasks.
2723
2724 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2725
2726         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2727         (wl-folder-completion-function): Abolished.
2728         (wl-folder-complete-folder): New function.
2729         (wl-folder-complete-filter-condition): Ditto.
2730         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2731         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2732
2733 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2734
2735         * wl-draft.el (wl-draft-send-confirm): New function.
2736         (wl-draft-send): Use it.
2737
2738         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2739         cursor-in-echo-area while confirming.
2740
2741         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2742
2743         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2744         searching via nntp if wl-summary-search-via-nntp is 'force.
2745         Otherwise, invoke searching in nntp folder only.
2746         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2747
2748         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2749         explicitly for mime-make-text-tag.
2750
2751 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2752
2753         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2754         `mime-make-text-tag' instead of `mime-create-tag'.
2755
2756 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2757
2758         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2759         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2760
2761 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2762
2763         * wl-score.el (wl-score-save): Bind print-length and print-level.
2764         (wl-score-pretty-print): Ditto.
2765         (wl-score-edit-insert-header-entry): Ditto.
2766
2767         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2768         "From" entry to be treated with wl-draft-eword-encode-address-list.
2769         * wl-mime.el (wl-draft-preview-message): Ditto.
2770
2771         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2772         (wl-summary-mark-as-unread): Ditto.
2773         (wl-summary-mark-as-read-region): Change accordingly.
2774         (wl-summary-mark-as-unread-region): Ditto.
2775         (wl-summary-target-mark-mark-as-read): Ditto.
2776         (wl-summary-target-mark-mark-as-unread): Ditto.
2777
2778 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2779
2780         * Version number is increased to 2.11.2.
2781
2782 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2783
2784         * wl-news.el.in (wl-news-previous-version-save): Bind
2785         print-length and print-level.
2786         * wl-thread.el (wl-thread-save-entities): Ditto.
2787         (wl-thread-save-top-list): Bind print-length.
2788
2789 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2790
2791         * wl-highlight.el (wl-highlight-summary-line-string): Use
2792         wl-summary-score-below-mark, wl-summary-score-over-mark.
2793         (wl-highlight-summary-current-line): Ditto.
2794
2795 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2796
2797         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2798         insert it.
2799
2800 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2801
2802         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2803
2804 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2805
2806         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2807         message without msgid.
2808         Rewrite with elmo-folder-move-messages.
2809         Set wl-message-buffer to nil.
2810
2811         * wl-summary.el (wl-summary-erase-subr): New function. Use
2812         elmo-folder-move-messages.
2813         (wl-summary-erase): Call it.
2814         (wl-summary-target-mark-erase): Ditto.
2815
2816 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2817
2818         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2819         it is not up-tp-date.
2820
2821 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2822
2823         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2824         buffer after calling `wl-summary-goto-folder-subr' without the
2825         argument `interactive'.
2826         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2827
2828 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2829
2830         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2831         `mime-create-tag'. Use `string=' instead of `looking-at'.
2832
2833 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2834
2835         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2836         to avoid compile warning.
2837
2838         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2839         entity-id when folder is given.
2840         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2841         save-excursion, use save-selected-window instead.
2842         Select folder buffer window if exists.
2843         (To correct behavior with wl-folder-move-cur-folder.)
2844
2845 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2846
2847         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2848
2849 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2850
2851         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2852         list-count instead of %d.
2853
2854 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2855
2856         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2857         (wl-news): Set it.
2858         (wl-news-append-to-folder): Use it.
2859
2860         * wl-news.el.in (wl-news-send-news): Append to specified folder
2861         instead of wl-default-folder.
2862         (wl-news-append-to-folder): Show error message with specified folder.
2863
2864         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2865                 In most major modes, Emacs assumes that any opening
2866                 delimiter found at the left margin is the start of a
2867                 top-level definition, or defun. Therefore, *never put an
2868                 opening delimiter at the left margin unless it should have
2869                 that significance.*
2870
2871         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2872
2873 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2874
2875         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2876
2877 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2878
2879         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2880
2881 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2882
2883         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2884         for sequential numbering case.
2885
2886 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2887
2888         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2889         value.
2890         (wl-draft-reply-without-argument-list): Ditto.
2891         (wl-draft-reply-myself-with-argument-list): Abolish.
2892         (wl-draft-reply-myself-without-argument-list): Ditto.
2893         * wl-draft.el (wl-draft-self-reply-p): New function.
2894         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2895
2896 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2897
2898         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2899         (avoid error for the case without byte-compiling)
2900
2901 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2902
2903         * wl-news.el.in (wl-news-append-to-folder): New function.
2904         (wl-news-exit): Rewrite.
2905         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2906
2907 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2908
2909         * wl-draft.el (wl-draft-reply-position): New function.
2910         (wl-draft-reply-position): Fix.
2911         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2912         (wl-summary-target-mark-reply-with-citation): Ditto.
2913         (wl-summary-reply-with-citation): Ditto.
2914         * wl-vars.el (wl-draft-reply-default-position): New variable.
2915
2916 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2917
2918         * wl-draft.el (wl-draft-send): Preview when interactive send.
2919
2920 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2921
2922         * wl-draft.el (wl-draft-reply): Set default position.
2923         * wl-summary.el (wl-summary-reply): Ditto.
2924         (wl-summary-reply-with-citation): Ditto.
2925         (wl-summary-target-mark-reply-with-citation): Ditto.
2926
2927 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2928
2929         * wl-news.el.in (wl-news-lang): Set default value according to
2930         current-language-environment.
2931         (wl-news-append-news): Do nothing when news-list is nil.
2932
2933 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2934
2935         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2936         (wl-news): Change message.
2937         (wl-news-exit): Check buffer.
2938         (wl-news-force-exit): New function.
2939         (wl-news-show-all): New function.
2940         (wl-news-discard-and-exit): Fix.
2941
2942 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2943
2944         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2945         according to current-language-environment.
2946
2947         * wl-news.el.in (wl-news): If arg, show all NEWS after
2948         wl-news-default-previous-version.
2949
2950 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2951
2952         * wl-news.el.in (wl-news-check): Rewritten.
2953         (wl-news-previous-version-load): Change data type.
2954         (wl-news-previous-version-save): Change data type.
2955         (wl-news-append-news): Add return value.
2956         (wl-news-check-news): New function.
2957         (wl-news-already-current-p): New function.
2958         (wl-news-send-news): Rewritten.
2959         (wl-news-mode-map): Add new keybind.
2960         (wl-news): Rewritten.
2961         (wl-news-exit): Rewritten.
2962         (wl-news-discard-and-mail): New function.
2963         (wl-news-send-to-address): Abolished.
2964         * wl.el (wl-init): Delete a message.
2965
2966 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2967
2968         * wl-news.el.in (wl-news-exit): Update previous version.
2969         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2970
2971 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2972
2973         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2974
2975 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2976
2977         * wl-news.el.in (wl-news): New function.
2978         (wl-news-mode): New function.
2979         (wl-news-next-line): New function.
2980         (wl-news-next-page): New function.
2981         (wl-news-exit): New function.
2982         (wl-news-buf-name): New variable.
2983         (wl-news-mode-map): New variable.
2984         (wl-news-winconf): New variable.
2985         (wl-news-append-news): Add an option.
2986
2987 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2988
2989         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2990
2991 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2992
2993         * wl-news.el.in (wl-news-send-to-address): New variable.
2994         (wl-news-send-news): Use it.
2995         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2996         Return updating status.
2997         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2998
2999 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3000
3001         * wl-news.el.in (wl-news-send-news): Delete
3002         Organization and X-Face.
3003
3004 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3005
3006         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3007         (wl-news-append-news): New function.
3008         (wl-news-send-news): New function.
3009
3010 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3011
3012         * Version number is increased to 2.11.1.
3013
3014 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3015
3016         * wl-news.el.in : New file.
3017
3018 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3019
3020         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3021         default value.
3022         (wl-draft-reply-without-argument-list): Ditto.
3023
3024 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3025
3026         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3027         (wl-message-buffer-prefetch-idle-time): Ditto.
3028         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3029
3030 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3031
3032         * wl-thread.el (wl-thread-insert-message): Use
3033         wl-summary-max-thread-depth.
3034
3035         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3036         loop detection.
3037
3038         * wl-message.el (wl-message-buffer-display): Back to the first page
3039         when cache is hit.
3040
3041 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3042
3043         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3044
3045         * wl-summary.el (wl-summary-insert-thread-entity):
3046         If the thread depth is reached to wl-summary-max-thread-depth,
3047         divide the thread.
3048
3049 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3050
3051         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3052         for elmo-remove-passwd.
3053
3054 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3057         folder is sticky.
3058         (wl-folder-mark-as-read-all-entity): Ditto.
3059         (wl-folder-prefetch-entity): Ditto.
3060
3061 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3062
3063         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3064
3065 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3066
3067         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3068         Delete messages on buffer for unplugged operation.
3069         (wl-summary-erase): Ditto.
3070
3071 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3072
3073         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3074         take nil so as not to search parent by subject.
3075
3076 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3077
3078         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3079         (wl-folder-get-next-folder): Ditto.
3080         (wl-folder-get-path): Ditto.
3081
3082 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3083
3084         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3085         system and encode the region with it before verifying.
3086
3087 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3088
3089         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3090         system of the echo buffer before decoding.
3091
3092 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3093
3094         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3095         original contents.
3096
3097 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3100         with argument 'any-exists.
3101
3102 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3103
3104         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3105         Use `wl-cs-autoconv'.
3106
3107 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3108
3109         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3110         by `mime-view-automatic-conversion'.
3111
3112         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3113         (wl-message-verify-pgp-nonmime): Ditto.
3114         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3115         Bind them to C-c:d and C-c:v respectively.
3116
3117         Merge following code by Teranishi-san from [wl-en:00167].
3118         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3119         (wl-mime-preview-application/pgp-encrypted): Ditto.
3120         (wl-mime-setup): Add entry.
3121
3122 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-summary.el (wl-summary-target-mark-erase): New function.
3125         Bind it to "mD".
3126
3127 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3128
3129         * wl-vars.el (wl-draft-write-file-function): Fix.
3130         (wl-draft-reedit-hook): Changed default value.
3131
3132         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3133         wl-draft-reedit-hook.
3134         (wl-draft-remove-text-plain-tag): New function.
3135         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3136
3137         * wl-vars.el (wl-draft-write-file-function): New user option.
3138
3139         * wl-draft.el (wl-draft-prepare-edit): Use it for
3140         local-write-file-hooks.
3141         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3142
3143         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3144         (wl-draft-insert-mail-header-separator): Return the body beginning
3145         point.
3146         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3147         text/plain.
3148         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3149
3150 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3151
3152         * wl-summary.el (wl-summary-erase): New function to erase message
3153         without moving it to trash. Bind to "D".
3154
3155         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3156         as `keep' unless switch-function.
3157
3158 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3159
3160         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3161         message buffer by using `wl-summary-toggle-disp-msg'.
3162         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3163         buffer window.
3164         (wl-summary-supresedes-message): Ditto.
3165
3166         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3167         Do not delete other windows.
3168         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3169         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3170         (wl-draft-create-buffer): Set reply-or-forward also for target
3171         mark commands.
3172
3173 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl-draft.el (wl-user-agent-compose): Delete special case for
3176         switch-to-buffer-other-window.
3177
3178         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3179         (wl-summary-forward): Ditto.
3180
3181         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3182         function.
3183         (wl-draft-buffer-style): New use option.
3184
3185         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3186         (wl-draft): Follow the change above.
3187         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3188         wl-draft-buffer-style.
3189         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3190         switch-function.
3191
3192 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3193
3194         * wl-address.el (wl-address-make-completion-entry): Extracted from
3195         `wl-address-make-completion-list'.
3196         (wl-address-enable-strict-loading): New variable.
3197         (wl-address-make-completion-list): Revive petname duplication
3198         inquiry, and enable it if `wl-address-enable-strict-loading'.
3199         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3200
3201 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-message.el (wl-message-get-original-buffer): Avoid
3204         'Selecting deleted buffer' error when original buffer is killed.
3205
3206 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-summary.el (wl-summary-next-message): Use
3209         elmo-message-accessible-p instead of elmo-message-cached-p.
3210
3211 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3212
3213         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3214
3215         * wl-thread.el (wl-thread-open-all-unread): Use
3216         elmo-folder-list-flagged instead of
3217         elmo-folder-list-messages-mark-match.
3218
3219         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3220         instead of elmo-folder-list-messages-mark-match.
3221         (wl-summary-move-spec-alist): New variable.
3222         (wl-summary-move-spec-plugged-alist,
3223         wl-summary-move-spec-unplugged-alist): Abolish.
3224         (wl-summary-next-message): Follow the change above.
3225         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3226         with 'no-msg' argument.
3227
3228         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3229         variable.
3230         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3231         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3232         (wl-message-buffer-prefetch-get-next): Follow the change above.
3233
3234 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-version.el (wl-version): Changed codename.
3237
3238         * Version number is increased to 2.11.0.
3239
3240 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3243         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3244         `wl-draft-config-variables'.
3245         (wl-draft-kill): Fixed problem when the draft is reedit.
3246
3247 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3250         buffer-modified status (Thanks to
3251         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3252
3253 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3254
3255         * wl-util.el (wl-region-exists-p): New function.
3256
3257         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3258         Remove defvars for byte-compile warnings.
3259
3260 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3261
3262         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3263         defvar-maybe. Removed unused bind.
3264
3265 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3266
3267         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3268         summary buffer window before creating new frame.
3269         (wl-draft-reply): Ditto.
3270
3271 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3274
3275 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3276
3277         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3278
3279 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3280
3281         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3282         instead of `kill-region'.
3283
3284 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3285
3286         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3287         (wl-highlight-summary-line-string): Use it.
3288         (wl-highlight-summary-current-line): Ditto.
3289
3290         * wl-mime.el (wl-message-delete-current-part): Check the class of
3291         mime-entity.
3292
3293         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3294
3295         * wl-summary.el (wl-summary-make-number-list): Initialize.
3296         (wl-summary-update-mark): New function.
3297         (wl-summary-reply): Put `answered' mark on the message.
3298         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3299
3300         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3301         (wl-draft-reply): Added optional argument `number';
3302         Set wl-draft-parent-number.
3303         (wl-draft-kill): Delete answered mark if it is a reply.
3304
3305 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3306
3307         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3308         that originates in mime-preview-follow-current-entity.
3309         (wl-draft-yank-current-message-entity): Use it if region is active.
3310
3311         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3312         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3313         `wl-message-delete-current-part'.
3314         * wl-mule.el (wl-message-define-keymap): Ditto.
3315         * wl-xmas.el (wl-message-define-keymap): Ditto.
3316
3317 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3318
3319         * wl-mime.el (wl-message-delete-current-part): New function.
3320         (wl-mime-node-id-to-string): Ditto.
3321
3322         * wl-mime.el (wl-message-delete-current-part): Use existing
3323         original buffer which corresponds current mime-view buffer.
3324         (fetched buffer might have different structure, possibly)
3325
3326         * wl-mime.el (wl-message-delete-current-part): Quit if the
3327         message content differs from the actual message.
3328
3329 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3330
3331         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3332         order.
3333         (wl-summary-search-by-subject): Search parent message from tail;
3334         Check the existence of the parent message on the current thread tree.
3335         (wl-summary-update-thread): Check whether the line is inserted.
3336
3337 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3338
3339         * wl-vars.el (wl-summary-line-format): Undo last change.
3340         * wl-summary.el (wl-summary-print-destination): Do not put
3341         invisible property when `wl-summary-width' is nil.
3342         (wl-summary-line-subject-minimum-length): Abolished.
3343         (wl-summary-line-subject): Ditto.
3344
3345 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3346
3347         * wl-vars.el (wl-summary-line-format): Change default value.
3348         (wl-summary-subject-length-limit): Abolished.
3349         * wl-summary.el (wl-summary-line-subject): Ditto.
3350
3351 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352
3353         * wl-template.el (wl-template-select): Added optional argument.
3354         If optional argument is specified, reverse
3355         `wl-template-visible-select'.
3356
3357 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3358
3359         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3360         Take prefix argument to force asking the destination folder.
3361
3362 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3363
3364         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3365         count and update status.
3366
3367 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3368
3369         * wl-summary.el (wl-summary-redisplay-internal): If
3370         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3371         after fetching.
3372
3373 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3376         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3377
3378         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3379
3380 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3381
3382         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3383         (All other related portions are changed).
3384         (wl-summary-mark-as-read-all): Rewrite.
3385
3386 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3389         `wl-summary-mark-as-read'.
3390         (wl-summary-mark-as-unread): Rewrite.
3391         (wl-summary-mark-as-read): Added no-modeline argument.
3392         (wl-summary-resume-cache-status): Rewrite.
3393         (wl-summary-exec-subr): Remove unused local variable.
3394
3395 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3396
3397         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3398         logic to call `wl-summary-buffer-prev-folder-function'.
3399         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3400
3401 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3402
3403         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3404         is nil.
3405
3406 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3407
3408         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3409         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3410         (wl-mime-setup): Add its entry.
3411
3412 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3413
3414         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3415         (wl-summary-delete-cache): Likewise.
3416         (wl-summary-mark-as-read): Rewrite.
3417
3418 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3421         `wl-summary-count-unread'.
3422
3423         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3424
3425         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3426
3427 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3430         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3431         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3432         Renamed to the elmo-msgdb-*-mark.
3433         (wl-summary-score-marks): Follow the change above.
3434         (wl-summary-auto-refile-skip-marks): Ditto.
3435         (wl-summary-incorporate-marks): Ditto.
3436         (wl-summary-expire-reserve-marks): Ditto.
3437
3438         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3439         changes.
3440         (wl-thread-insert-top): Changed updating message.
3441
3442         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3443         variable.
3444         (wl-summary-count-unread): Count answered marks.
3445         (wl-summary-rescan): Call wl-summary-insert-message instead of
3446         wl-summary-append-message-func-internal.
3447         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3448         (wl-summary-prefetch-msg): Follow the variable name changes.
3449         (wl-summary-prefetch-region): Ditto.
3450         (wl-summary-mark-as-read-all): Follow the API changes;
3451         Don't call elmo-folder-replace-marks.
3452         (wl-summary-delete-cache): Follow the variable name changes.
3453         (wl-summary-resume-cache-status): Ditto.
3454         (wl-summary-update-status-marks): New function.
3455         (wl-summary-insert-message): New function.
3456         (wl-summary-sync-marks): Follow the variable name changes.
3457         (wl-summary-sync-update): Synchronize to the msgdb, too;
3458         Changed update messages.
3459         (wl-summary-make-number-list): Rewrite.
3460         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3461         (wl-summary-mark-as-unread): Follow the API changes.
3462         (wl-summary-exec-subr): Follow the variable name changes.
3463         (wl-summary-mark-as-read): Ditto.
3464         (wl-summary-move-spec-plugged-alist): Ditto.
3465         (wl-summary-move-spec-unplugged-alist): Ditto.
3466         (wl-summary-cursor-move-surface): Ditto.
3467
3468         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3469         variable name changes.
3470         (wl-highlight-summary-current-line): Ditto.
3471
3472         * wl-expire.el (wl-expire-refile): Follow the API change in
3473         elmo-folder-move-messages.
3474         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3475         (wl-summary-archive): Use elmo-folder-msgdb instead of
3476         elmo-msgdb-load.
3477
3478 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-mime.el (wl-draft-preview-message): Restore the position
3481         before evaluating wl-draft-send-hook in preview buffer.
3482
3483 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3486         when it creates new draft buffer.
3487
3488         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3489         without argument.
3490
3491         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3492         Evaluate content and if the value is string, insert it.
3493         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3494         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3495         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3496         wl-draft-config-sub-part-bottom): Use it.
3497
3498         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3499         with the folder name. The question was unintelligible when it is
3500         called from wl-save-status.
3501
3502 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3503
3504         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3505         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3506         cannot take second argument).
3507
3508 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3511         as t. Since type and subtype are not case sensitive (RFC 2045).
3512
3513 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3514
3515         * wl-vars.el (wl-message-mode-line-format): New variable.
3516         (wl-message-mode-line-format-spec-alist): Ditto.
3517         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3518         (wl-message-redisplay): Use wl-message-mode-line-format.
3519
3520 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3521
3522         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3523
3524 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3525
3526         * wl-summary.el (wl-summary-default-from): Write description.
3527
3528 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3529
3530         * wl-vars.el (wl-ldap-objectclass): Abolish.
3531
3532         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3533         (wl-ldap-make-filter): Removed condition for objectclass.
3534         (wl-ldap-make-matched-value-list): Remove meaningless process.
3535         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3536         (wl-address-ldap-search): Don't add `*' to `pat' string;
3537         use ignore-errors; added `email';
3538         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3539         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3540         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3541
3542
3543 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3544
3545         * wl-draft.el (wl-draft-parent-folder): Write description.
3546         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3547
3548 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3549
3550         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3551         as "" (zero-length string) if no parent.
3552         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3553
3554 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3555
3556         * wl-address.el (wl-address-make-completion-list): Skip duplication
3557         checking.
3558         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3559         `append'.
3560
3561 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3562
3563         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3564         instead of `beginning-of-buffer'.
3565
3566 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3569
3570 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3571
3572         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3573         Refer wl-message-buffer-name.
3574         (wl-message-wheel-down): Ditto.
3575
3576 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-vars.el (wl-message-buffer-name): New user option.
3579
3580         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3581         directly instead of making alist dinamically.
3582
3583         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3584         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3585         wl-message-buffer-cache-name.
3586         (wl-message-buffer-cache-clean-up): Ditto.
3587
3588         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3589
3590         * Version number is increased to 2.9.15.
3591
3592 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-vars.el (wl-summary-default-view-alist): New user option.
3595
3596         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3597
3598         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3599         while deleting address.
3600         (wl-draft-delete-myself-from-cc): Ditto.
3601
3602         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3603         If optional argument is specified, reverse sort order.
3604
3605         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3606
3607 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-thread.el (wl-thread-insert-message): Return parent number if
3610         exists.
3611         (wl-thread-update-indent-string-region): Use
3612         wl-thread-update-line-on-buffer-sub instead of
3613         wl-thread-update-line-on-buffer.
3614
3615 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3616
3617         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3618         (wl-folder-close-all): Ditto.
3619
3620 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3621
3622         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3623         and mailing-list:.
3624         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3625         value.
3626         (wl-summary-line-list-info): Print mailing-list name even when 
3627         list-number is empty.
3628
3629 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3630
3631         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3632
3633         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3634         (wl-draft-open-file): Ditto.
3635         (wl-draft-random-alphabet): Ditto.
3636
3637         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3638         bindings.
3639
3640 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3641
3642         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3643         * wl-vars.el (wl-draft-config-alist): Ditto.
3644
3645 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * Version number is increased to 2.9.14.
3648
3649         * wl.el (wl): Don't set wl-init as nil when error occured while
3650         auto-checking folders.
3651
3652         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3653         `elmo-expand-newtext'.
3654
3655 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3656
3657         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3658         `this-command' so that `wl-folder-goto-folder' contained in
3659         `wl-summary-keep-cursor-command' work.
3660
3661 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3662
3663         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3664         message buffer displaying state.
3665
3666 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3667
3668         * wl-vars.el (wl-summary-default-view): New variable to specify
3669         default value for `wl-summary-buffer-view' instead of using
3670         set-default.
3671         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3672
3673 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3674
3675         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3676
3677         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3678
3679 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3680
3681         * wl-vars.el (wl-forward-subject-prefix): New variable.
3682         * wl-draft.el (wl-draft-forward): Use it.
3683
3684 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3685
3686         * wl-message.el (wl-message-prev-page): When it is called without
3687         lines argument, scroll down by wl-message-scroll-amount lines.
3688         (wl-message-next-page): Ditto.
3689         * wl-vars.el (wl-message-scroll-amount): Change default value
3690         to preserve current behavior.
3691
3692 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3693
3694         * wl-summary.el (wl-summary-prefetch-msg): Bind
3695         `wl-message-entity' to call `wl-summary-from-function'.
3696
3697 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3698
3699         * wl-message.el (wl-message-buffer-create): Run
3700         wl-message-buffer-created-hook.
3701
3702 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-summary.el (wl-summary-sort-specs): New variable.
3705         (wl-summary-default-sort-spec): Ditto.
3706         (wl-summary-sort): Rewrite.
3707         (wl-summary-sort-by-list-info): New function.
3708
3709 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3710
3711         * wl-summary.el (wl-summary-get-list-info): New function.
3712         (wl-summary-sort): Rewrite.
3713         (wl-summary-line-list-info): Ditto.
3714         (wl-summary-line-list-count): Ditto.
3715         (wl-summary-refile-region): Fixed docstring.
3716
3717 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3720         `wl-folder-entity-hashtb' as completion table.
3721
3722 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3725         only when this command is called interactively; silence the byte-
3726         compiler.
3727
3728 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3729
3730         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3731         active in XEmacs.
3732
3733 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3734
3735         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3736         plural lines.
3737
3738 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3739
3740         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3741         of current line when the cursor is on the header name.
3742         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3743
3744 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3745
3746         * wl-util.el (wl-read-directory-name): Return displayed directory
3747         as the default value also on XEmacs.
3748
3749 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3752         formatting.
3753
3754 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3757         argument and when it is non-nil, check face property before
3758         highlighting for each line.
3759         (wl-highlight-summary-window): Set it.
3760
3761 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3764         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3765
3766         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3767         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3768         (wl-draft-get-fcc-list): Likewise.
3769
3770 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3771
3772         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3773         (wl-thread-entity-cur): Ditto.
3774         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3775         wl-thread-indent-regexp setting.
3776         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3777
3778         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3779         wl-summary-lazy-highlight.
3780         (wl-summary-display-bottom): Ditto.
3781
3782         * wl-thread.el (wl-thread-open-close): Likewise.
3783
3784         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3785         from and subject;
3786         Bind wl-draft-use-frame;
3787         Enclose with save-window-excursion;
3788         Use wl-draft-create-buffer instead of with-temp-buffer;
3789         Use wl-draft-prepare-edit;
3790         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3791         Use wl-draft-send instead of wl-draft-raw-send.
3792
3793 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3794
3795         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3796         of using wl-from.
3797
3798 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3799
3800         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3801         insert-buffer instead of clone-buffer.
3802         (wl-draft-doing-mime-bcc): New variable.
3803         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3804         infinite loop.
3805         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3806
3807         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3808         (wl-draft-mime-bcc-body): Ditto.
3809
3810         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3811         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3812         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3813         wl-draft-do-mime-bcc.
3814         (wl-draft-mime-bcc-field): New function.
3815         (wl-draft-do-mime-bcc): Ditto.
3816
3817         * wl-address.el (wl-address-complete-header-list): New variable.
3818         (wl-address-complete-header-regexp): Changed default value.
3819
3820         * Version number is increased to 2.9.13.
3821
3822 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3823
3824         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3825         it is differed.
3826
3827 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3828
3829         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3830         (wl-summary-line-list-count): Ditto.
3831
3832 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3833
3834         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3835         (wl-nntp-posting-function): New variable.
3836         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3837         `wl-nntp-posting-config-alist'.
3838
3839 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3840
3841         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3842         FLIM.
3843
3844 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3845
3846         * wl-summary.el (wl-summary-target-mark-refile-sub):
3847         Remove a nuisance funcall.
3848
3849 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3850
3851         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3852         as t for `try-completion'.
3853
3854 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3855
3856         * wl-summary.el (wl-summary-default-from): Use
3857         wl-address-header-extract-address instead of
3858         std11-extract-address-components.
3859         (wl-summary-simple-from): Ditto.
3860         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3861         (wl-summary-insert-headers): Show message.
3862         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3863         for whole line.
3864         (wl-summary-default-from): Revert last change.
3865         (wl-summary-simple-from): Ditto.
3866         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3867         (wl-summary-mark-as-read-region): Follow the change above.
3868         (wl-summary-sync-marks): Ditto.
3869         (wl-summary-target-mark-mark-as-read): Ditto.
3870         (wl-summary-redisplay-internal): Ditto.
3871         (wl-summary-redisplay-no-mime-internal): Ditto.
3872         (wl-summary-redisplay-all-header): Ditto.
3873         (wl-summary-mark-as-read): Removed argument `cached';
3874         Use current cache status to set cache mark.
3875         (wl-summary-redisplay-internal): Follow the change above.
3876         (wl-summary-redisplay-no-mime-internal): Ditto.
3877         (wl-summary-redisplay-all-header): Ditto.
3878
3879         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3880
3881         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3882         Don't call itself recursively (Adviced by Yamaoka-san).
3883
3884 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3885
3886         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3887         bind wl-summary-highlight as nil to avoid error caused by missing
3888         local variables.
3889
3890 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3891
3892         * wl-vars.el (wl-invalid-character-message): New user option.
3893
3894         * wl-util.el (wl-set-string-width): If truncated string-width is
3895         larger than specified width, use `wl-invalid-character-message'.
3896
3897 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3898
3899         * wl-summary.el (wl-summary-prefetch-msg): 
3900         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3901
3902 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3903
3904         * wl-vars.el (wl-summary-check-line-format): New user option.
3905         (wl-summary-line-format-file): Ditto.
3906
3907         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3908         variable.
3909         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3910         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3911         and `wl-summary-view-old-p' to check whether do a rescan or not.
3912         (wl-summary-view-old-p): New function.
3913         (wl-summary-line-format-changed-p): Ditto.
3914         (wl-summary-line-format-save): Ditto.
3915         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3916
3917         * wl-util.el (wl-set-string-width): Avoid using negative number
3918         for make-string.
3919
3920 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3921
3922         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3923         return value.
3924
3925         * wl-util.el (wl-set-string-width): Added optional argument
3926         `padding' (All other related portions are changed).
3927         (wl-line-parse-format): If the first letter of column number is
3928         `0', zero-padding the result (ex: "%05l").
3929
3930         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3931
3932 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3935         sequential summary view.
3936
3937 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3940         if it doesn't have a -unix version.
3941
3942 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3943
3944         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3945
3946 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3949         content.
3950         (wl-draft): Follow the change above.
3951
3952         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3953
3954         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3955         and wl-folder-summary-line-format-alist contain %T and %P.
3956
3957         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3958         (wl-summary-mode-line-format): New user option.
3959         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3960         (wl-summary-line-format): Changed default value.
3961         (wl-summary-lazy-highlight): Changed default value.
3962
3963         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3964         change in wl-summary-create-line.
3965         (wl-thread-insert-entity-sub): Ditto.
3966
3967         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3968         (wl-summary-buffer-unread-status): Ditto.
3969         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3970         (wl-summary-buffer-persistent-mark-column): Ditto.
3971         (wl-summary-buffer-mode-line-formatter): Ditto.
3972         (wl-summary-buffer-mode-line): Ditto.
3973         (wl-summary-message-regexp): Abolished.
3974         (All other related portions are changed.)
3975         (wl-summary-detect-mark-position): New function.
3976         (wl-summary-buffer-set-folder): Setup
3977         wl-summary-buffer-mode-line-formatter.
3978         (wl-summary-mode): Setup selective-display;
3979         Setup pre-idle-hook when xemacs.
3980         (wl-summary-update-modeline): Rewrite.
3981         (wl-summary-jump-to-msg): Define as function;
3982         Changed regexp for searching messages.
3983         (wl-summary-message-number): Rewrite.
3984         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3985         Do rescan when old type summary cache.
3986         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3987         (wl-summary-remove-destination): Use '\r' to detect EOL.
3988         (wl-summary-print-destination): Ditto.
3989         (wl-summary-temp-mark): New inline function.
3990         (wl-summary-persistent-mark): Ditto.
3991         (wl-summary-line-number): New function.
3992         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3993         (wl-summary-line-list-count): New function.
3994         (wl-summary-create-line): Added argument persistent-mark.
3995         (All other related portions are changed)
3996         (wl-summary-create-line): Insert '\r'.
3997         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3998         (wl-summary-cursor-move-surface): New inline function.
3999         (wl-summary-prev): Use it.
4000         (wl-summary-next): Ditto.
4001
4002         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4003         wl-summary-message-regexp.
4004         (wl-highlight-summary): Delete progress message.
4005         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4006
4007         * Version number is increased to 2.9.12.
4008
4009 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4012         variable (nil: no minimum).
4013         (wl-summary-line-subject): Add some spaces after subject by
4014         wl-summary-line-subject-minimum-length.
4015
4016 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4017
4018         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4019         and removed `F'.
4020         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4021         change above).
4022
4023 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4024
4025         * wl-summary.el (wl-summary-line-list-count): Reverted.
4026         (example setting in samples/*/dot.wl is also updated)
4027
4028 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4029
4030         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4031
4032         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4033
4034         * wl-vars.el (wl-summary-line-format): Addes some description to the
4035         docstring.
4036
4037         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4038         (wl-summary-line-close-bracket): Ditto.
4039         (wl-summary-line-children-number): Ditto.
4040         (wl-summary-line-thread-indent): Ditto.
4041         (wl-summary-line-children-and-from): Ditto.
4042
4043         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4044         't', 'c', 'F' and added 'C'.
4045
4046         * wl-util.el (wl-set-string-width): Accept negative value.
4047         (wl-line-parse-format): Added "%number(" and "%)".
4048
4049 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl-summary.el (wl-summary-line-list-count): Change format of the
4052         return value.
4053
4054 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4055
4056         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4057         from the recent message.el.
4058         (wl-draft-point-in-header-p): Ditto.
4059         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4060         wl-draft-beginning-of-line.
4061         * wl-e21.el (wl-draft-mode-map): Ditto.
4062         * wl-xmas.el (wl-draft-mode-map): Ditto.
4063
4064         * wl-folder.el: Sort macrodefs by dependencies.
4065
4066 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4067
4068         * wl-summary.el (wl-summary-prev): Fixed regexp.
4069         (wl-summary-next): Ditto.
4070
4071 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4072
4073         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4074
4075 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4076
4077         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4078         for backward compatibility.
4079
4080 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4081
4082         * wl-summary.el (wl-summary-line-list-count): New function, merged
4083         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4084         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4085         list counts.
4086
4087 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4088
4089         * wl-summary.el (wl-summary-create-line): Ignore errors while
4090         timezone-fix-time.
4091
4092         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4093
4094         * wl-summary.el (wl-summary-sync-update): Ditto.
4095         (wl-summary-default-from): Use wl-message-entity
4096         instead of entity.
4097
4098         * wl-summary.el (wl-summary-create-line): Fix.
4099
4100         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4101         (wl-summary-line-format): New user option.
4102         (wl-folder-summary-line-format-alist): Ditto.
4103         (wl-summary-from-width): Abolished.
4104
4105         * wl-util.el (toplevel): Require 'bytecomp.
4106         (wl-line-parse-format): New function.
4107         (wl-line-formatter-setup): New macro.
4108
4109         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4110         (wl-summary-buffer-line-formatter): New buffer local variable.
4111         (wl-summary-switch-to-clone-buffer): Follow the change above.
4112         (wl-summary-message-regexp): Fix.
4113         (wl-summary-from-func-internal): Abolished.
4114         (wl-summary-subject-func-internal): Ditto.
4115         (wl-summary-subject-filter-func-internal): Ditto.
4116         (All other related portions are changed.)
4117         (wl-summary-buffer-set-folder):
4118         Set up wl-summary-buffer-number-column and 
4119         wl-summary-buffer-line-formatter
4120         (All other related portions are changed.)
4121         (wl-summary-buffer-number-column-detect): Abolished.
4122         (All other related portions are changed.)
4123         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4124         (wl-summary-delete-all-temp-marks-on-buffer): Use
4125         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4126         (wl-summary-target-mark-delete): Ditto.
4127         (wl-summary-target-mark-refile-subr): Ditto.
4128         (wl-summary-target-mark-mark-as-read): Ditto.
4129         (wl-summary-target-mark-mark-as-unread): Ditto.
4130         (wl-summary-target-mark-mark-as-important): Ditto.
4131         (wl-summary-target-mark-save): Ditto.
4132         (wl-summary-replace-status-marks): Renamed from
4133         wl-summary-set-status-marks-on-buffer;
4134         Use wl-summary-message-regexp instead of
4135         wl-summary-buffer-number-regexp.
4136         (wl-summary-sync-update): Follow the change above.
4137         (wl-summary-goto-previous-message-beginning): New function.
4138         (wl-summary-mark-as-unread): Use it.
4139         (wl-summary-mark-as-important): Ditto.
4140         (wl-summary-line-formatter): New variable.
4141         (wl-summary-line-year): New function.
4142         (wl-summary-line-day): Ditto.
4143         (wl-summary-line-day-of-week): Ditto.
4144         (wl-summary-line-hour): Ditto.
4145         (wl-summary-line-minute): Ditto.
4146         (wl-summary-line-open-bracket): Ditto.
4147         (wl-summary-line-close-bracket): Ditto.
4148         (wl-summary-line-children-number): Ditto.
4149         (wl-summary-line-thread-indent): Ditto.
4150         (wl-summary-line-size): Ditto.
4151         (wl-summary-line-subject): Ditto.
4152         (wl-summary-line-from): Ditto.
4153         (wl-summary-line-children-and-from): Ditto.
4154         (wl-summary-create-line): Rewritten.
4155         (wl-summary-format-date): Abolished.
4156
4157         * wl-highlight.el (wl-highlight-summary-current-line): Use
4158         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4159         Use thread structure to detect thread top message.
4160
4161         * wl-draft.el (wl-default-draft-cite): Don't use
4162         wl-summary-from-func-internal.
4163
4164         * wl-refile.el (wl-refile-subject-learn): Don't use
4165         wl-summary-subject-filter-func-internal.
4166         (wl-refile-guess-by-subject): Ditto.
4167
4168         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4169         parameters.
4170
4171         * wl-thread.el (wl-thread-update-indent-string-region):
4172         Use wl-thread-update-line-on-buffer instead of
4173         wl-thread-update-indent-string.
4174         (wl-thread-update-children-number): Redefine using
4175         wl-thread-update-line-on-buffer.
4176         (wl-thread-update-indent-string): Abolished.
4177
4178         * Version number is increased to 2.9.11.
4179
4180 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4181
4182         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4183         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4184         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4185
4186         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4187         as nil.
4188
4189         * wl-thread.el (wl-thread-open-all-unread): Use 
4190         elmo-folder-list-messages-mark-match.
4191         (wl-thread-insert-message): Removed argument `mark-alist'.
4192         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4193         elmo-msgdb-set-mark.
4194         (wl-thread-get-children-msgs-uncached): Likewise.
4195         (wl-thread-get-exist-children): Added argument include-self.
4196         (wl-thread-delete-message): Follow the change above.
4197
4198         * wl-summary.el (wl-summary-count-unread): Removed argument.
4199         (wl-summary-rescan): Follow the change above.
4200         (wl-summary-mark-as-read-region): Ditto
4201         (wl-summary-mark-as-unread-region): Ditto.
4202         (wl-summary-delete-messages-on-buffer): Ditto.
4203         (wl-summary-sync-update): Ditto.
4204         (wl-summary-switch-to-clone-buffer): Ditto.
4205         (wl-summary-goto-folder-subr): Ditto.
4206         (wl-summary-target-mark-mark-as-read): Ditto.
4207         (wl-summary-target-mark-mark-as-unread): Ditto.
4208         (wl-summary-target-mark-mark-as-important): Ditto.
4209         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4210         (wl-summary-update-thread): Removed argument `mark-alist'.
4211         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4212         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4213         (wl-summary-resume-cache-status): Likewise.
4214         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4215         elmo-msgdb-set-mark.
4216         (wl-summary-mark-as-read-all): Likewise.
4217         (wl-summary-delete-cache): Ditto.
4218         (wl-summary-auto-select-msg-p): Ditto.
4219         (wl-summary-mark-as-unread): Ditto.
4220         (wl-summary-no-auto-refile-message-p): Ditto.
4221         (wl-summary-mark-as-read): Ditto.
4222         (wl-summary-mark-as-important): Ditto.
4223         (wl-summary-auto-refile): Follow the change above.
4224         (wl-summary-delete-all-marks): Removed.
4225         (wl-summary-resume-marks-and-highlight): Ditto.
4226         (wl-summary-resume-marks): Ditto.
4227         (wl-summary-delete-important-msgs-from-list): Ditto.
4228         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4229
4230         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4231         wl-summary-count-unread.
4232
4233         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4234         (wl-summary-score-update-all-lines): Use
4235         elmo-msgdb-set-mark.
4236
4237 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4238
4239         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4240         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4241         (wl-summary-create-line): Renamed from
4242         wl-summary-overview-create-summary-line;
4243         Argument rearrangement.
4244         (wl-summary-update-thread): Follow the change above.
4245
4246         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4247         (wl-thread-insert-entity-sub): Likewise.
4248
4249         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4250         argument `overview', `mark-alist' and added `msgdb'.
4251
4252         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4253
4254         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4255         (wl-summary-rescan): Follow the change above.
4256         (wl-summary-sync-update): Ditto.
4257         (wl-summary-insert-thread-entity): Ditto;
4258         Don't use `let*' in every while loop;
4259         Detect infinite loop of threads.
4260         (wl-summary-update-thread): Removed argument `overview'.
4261
4262         * wl-thread.el (wl-thread-insert-message): Ditto.
4263
4264         * Version number is increased to 2.9.10.
4265
4266         * wl-message.el (wl-message-redisplay): Ignore errors while
4267         wl-message-redisplay-hook.
4268
4269 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4270
4271         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4272
4273 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4274
4275         * wl.el (wl): inhibit-quit while wl-folder.
4276
4277 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4278
4279         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4280         while msgdb access.
4281
4282 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4283
4284         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4285         even if no folder is not created.
4286
4287 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4288
4289         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4290
4291         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4292         implementation.
4293         (wl-summary-target-mark-thread): Ditto.
4294
4295         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4296
4297 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4298
4299         * wl-util.el (wl-display-bytes): Remove unused function.
4300
4301 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4304         seems critical one (partially reverse the change in 2002/03/17).
4305
4306 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4309         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4310
4311 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4312
4313         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4314         is not writable.
4315         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4316         plugged status instead of `'force' as 2nd argument.
4317
4318         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4319         is not creatable.
4320
4321         * Version number is increased to 2.9.9.
4322
4323 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4324
4325         * wl-summary.el (wl-summary-suspend): New function.
4326
4327 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4328
4329         * wl.el (wl): Do not check variables if check is nil.
4330         * wl-utils.el (wl-collect-draft): New function.
4331         * wl-folder.el (wl-folder-suspend): Put summary buffers
4332         and draft buffers at the end of buffer list.
4333         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4334
4335 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4336
4337         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4338         loop instead of recursive call.
4339
4340         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4341         2nd argument.
4342
4343 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4344
4345         * wl-draft.el (wl-draft-create-contents): Don't take neither
4346         (function . args) nor (string . something) any more.
4347
4348         * wl-version.el (wl-generate-user-agent-string): Return string
4349         without header symbol.
4350         * wl-draft.el (wl-draft-default-headers): Use it.
4351
4352         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4353         `wl-draft-insert-ccs' and return field value instead of inserting
4354         the header. Abolish cc argument.
4355         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4356
4357         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4358         rather than one with string car.
4359
4360         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4361         * wl-draft.el (wl-draft-create-contents): Add it after the default
4362         headers.
4363
4364         * wl-draft.el (wl-draft-create-contents): For the case of
4365         (symbol-or-string . function) insert header only when the function
4366         returns string value.
4367
4368 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4369
4370         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4371         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4372
4373 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl.el (wl-check-environment): Don't check Message-ID when
4376         `wl-insert-message-id' is nil.
4377         Revive checking if `wl-message-id-domain' contains "@".
4378
4379 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4380
4381         * wl.el (wl-check-environment): Merge examination for "@" at
4382         inappropriate position into the first string-match.
4383
4384         * wl-summary.el (wl-summary-target-mark-print): New function.
4385         (wl-summary-pipe-message-subr): Extracted from
4386         `wl-summary-pipe-message'.
4387         (wl-summary-target-mark-pipe): New function.
4388         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4389         `wl-summary-target-mark-pipe'.
4390
4391 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4394
4395 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4396
4397         * wl.el (wl-check-environment): Use elmo-warning instead of
4398         error for non-critical ones.
4399         Remove trash folder check.
4400         (wl): Don't ignore error in wl-check-environment.
4401
4402         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4403         check, which is moved from `wl-check-environment'.
4404         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4405
4406 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4409         guess anything, call wl-summary-write.
4410         (wl-summary-write): Create draft with blank To field.
4411         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4412
4413 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4416         argument full as well for wl-folder-write-current-folder.
4417         If wl-*-write-current-folder cannot guess addressee, add blank
4418         To header.
4419         Rewrite condition for positioning cursor.
4420
4421 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4422
4423         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4424         summary buffer is present, use it.
4425         (wl-folder-jump-to-previous-summary): Ditto.
4426
4427 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4430
4431         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4432         wl-summary-previous-buffer and wl-summary-next-buffer.
4433
4434         * wl-folder.el (wl-folder-mode-map): Bind
4435         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4436         (wl-folder-jump-to-next-summary): New function.
4437         (wl-folder-jump-to-previous-summary): Ditto.
4438
4439         * wl-draft.el (wl-draft): Rearranged.
4440
4441 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4444         of header.
4445         (wl-draft): Collect arguments for the header as header-alist.
4446         (wl-draft-forward): Arrange arguments for wl-draft.
4447         (wl-draft-reply): Ditto.
4448         (wl-draft-edit-string): Ditto.
4449         * wl-summary.el (wl-summary-write): Ditto.
4450         (wl-summary-write-current-folder): Ditto.
4451
4452         * Version number is increased to 2.9.8.
4453
4454 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4457
4458         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4459
4460         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4461         even if the guess failed.
4462
4463         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4464         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4465         wl-summary-write-current-folder.
4466         * wl-xmas.el: Ditto.
4467
4468 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-summary.el (wl-summary-next-page): Force display message if
4471         message is not displayed yet.
4472         (wl-summary-prev-page): Ditto.
4473
4474 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4475
4476         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4477
4478 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4479
4480         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4481         add "Preview Message" and "Save Draft and Exit".
4482
4483 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4486         if addrmgr is called from draft in splitted window.
4487
4488         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4489         * wl-mule.el: Ditto.
4490         * wl-xmas.el: Ditto.
4491
4492 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4495
4496         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4497         * wl-xmas.el (wl-folder-toolbar): Ditto.
4498
4499 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4500
4501         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4502         and wl-draft-save-and-exit.
4503         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4504         * wl-xmas.el: Ditto.
4505         * wl-mule.el: Ditto.
4506
4507         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4508         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4509
4510 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4511
4512         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4513         lists for saving buffer.
4514
4515 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4518         parent-folder argument instead of it.
4519         (wl-draft-create-buffer): Ditto.
4520         (wl-draft-forward): Ditto.
4521         (wl-draft-reply): Ditto.
4522         * wl-summary.el (wl-summary-write): Ditto.
4523         (wl-summary-write-current-folder): Ditto.
4524
4525         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4526         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4527         Folder buffer after composing.
4528
4529 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4532         header if the file `wl-x-face-file' already contains it.
4533
4534 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4537         folder" entry.
4538         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4539         * wl-e21.el (wl-folder-toolbar): Ditto.
4540         * wl-xmas.el (wl-folder-toolbar): Ditto.
4541
4542 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543
4544         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4545         wl-folder-goto-folder with sticky argument.
4546         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4547
4548 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4549
4550         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4551         and wl-summary-previous-buffer.
4552         (wl-summary-next-buffer): New function.
4553         (wl-summary-previous-buffer): Ditto.
4554
4555 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4558         wl-folder-jump-to-current-entity-with-arg.
4559         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4560         `wl-folder-jump-to-current-entity'.
4561         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4562         `wl-summary-goto-folder-sticky'.
4563         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4564         `wl-summary-goto-folder'.
4565         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4566         Unless force-exit, do not clean temp. marks for sticky summary.
4567         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4568
4569 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4570
4571         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4572         not entire.
4573
4574 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4575
4576         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4577         to `C-x C-s'.
4578         (wl-summary-save-status): New command.
4579         (wl-summary-exit): Don't clean-up temp marks when sticky.
4580         (Applied patch from Nakayama-san [wl: 09548])
4581         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4582         Do nothing when no mark data.
4583         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4584         Call `wl-summary-delete-all-temp-marks' before saving.
4585
4586 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4587
4588         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4589
4590 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4591
4592         * wl.el (wl-check-environment): Also cause error when (system-name)
4593         returns "localhost.localdomain". (Although it doesn't affect because
4594         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4595
4596 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4597
4598         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4599         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4600
4601         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4602         value.
4603
4604 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4607         Likewise r-cc-list and r-ng-list.
4608
4609 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4612         only if it is bound as variable.
4613
4614         * wl-mime.el (wl-draft-preview-message): Ditto.
4615
4616 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4619         needless `goto-char'.
4620
4621         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4622         `wl-summary-redisplay-no-mime-internal' instead of
4623         `wl-summary-redisplay-no-mime'.
4624         (wl-summary-redisplay-no-mime): Changed argument;
4625         Call `wl-summary-redisplay-no-mime-internal'.
4626
4627         * wl-mime.el (wl-draft-preview-message): Bind
4628         `mime-header-encode-method-alist' locally.
4629
4630         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4631         (wl-draft-std11-parse-addresses): Added the first address check.
4632         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4633
4634         * Version number is increased to 2.9.7.
4635
4636 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4639
4640 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4641
4642         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4643         related to scrollbar support, if there is no such a feature
4644         compiled in.
4645
4646 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4647
4648         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4649         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4650         for prefetch.
4651
4652 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl-summary.el (wl-summary-pick): Fix for no match.
4655
4656 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl-draft.el (wl-draft-save):
4659         Override `mime-header-encode-method-alist'.
4660
4661 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4662
4663         * wl-folder.el (wl-folder-pick): New function.
4664         Define key as "?".
4665
4666 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4669         Fix for unplugged.
4670
4671 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-folder.el (wl-folder-virtual): New function.
4674         Define key as "V".
4675
4676 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4679         multi folder if entity is group.
4680
4681 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4682
4683         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4684         is nil.
4685
4686 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4687
4688         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4689         (wl-summary-target-mark-msgs): Return the number of marked messages.
4690
4691 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4692
4693         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4694         "first:" is specified.
4695
4696 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-vars.el (wl-from): Use return value of function
4699         user-full-name instead of the variable user-full-name since
4700         XEmacs-20.4 doesn't set this variable.
4701
4702 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4705         call `wl' directly.
4706
4707 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4708
4709         * wl-draft.el (wl-draft-reedit): Removed duplicated
4710         switch-to-buffers.
4711
4712 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * wl.el (wl-other-frame): Removed garbages.
4715
4716 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4717
4718         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4719
4720         * wl-xmas.el (wl-draft-key-setup): Ditto.
4721
4722         * wl-mule.el (wl-draft-key-setup): Ditto.
4723
4724         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4725         (wl-draft-reedit): Ditto.
4726         (wl-draft-prepare-edit): Add `wl-draft-save' to
4727         `local-write-file-hooks'.
4728         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4729         (wl-draft-reedit): Set buffer-file-name.
4730         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4731
4732
4733         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4734         call it.
4735         (wl-delete-startup-frame-function): New variable.
4736         (wl-other-frame): New function
4737         (Original was written by Yamaoka san [wl: 09239]).
4738
4739         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4740         if `wl-folder-use-frame'.
4741
4742 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4743
4744         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4745
4746 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4747
4748         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4749         New variable.
4750         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4751         (wl-message-buffer-prefetch-get-next): Use them.
4752         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4753
4754 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4757         with unwind-protect.
4758
4759         * wl-draft.el (wl-draft-reedit): Rewrite.
4760         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4761         (wl-draft-save): Insert header separator if it does not exist;
4762         Removed condition-case.
4763
4764         * wl-summary.el (wl-summary-reedit): Revert last change.
4765
4766         * wl-draft.el (wl-draft-save): Rewrite.
4767         (wl-draft-create-buffer): Set buffer-file-name as nil.
4768
4769         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4770
4771         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4772
4773         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4774         nil.
4775
4776 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4777
4778         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4779         If count is nil, do not prefetch.
4780         (wl-message-buffer-prefetch-next): Next.
4781
4782 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4783
4784         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4785
4786 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4787
4788         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4789         `delete-backward-char'
4790         (wl-draft-prepare-edit): Check major-mode.
4791         (wl-draft-decode-header): Rewrite.
4792         (wl-draft): Fix.
4793
4794 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4795
4796         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4797
4798 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4799
4800         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4801         (wl-message-buffer-prefetch-get-next): Remove size checking.
4802         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4803
4804 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4805
4806         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4807         (wl-draft-default-headers): Fix.
4808
4809 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-draft.el (wl-draft-default-headers): Insert return value of
4812         `wl-generate-mailer-string-function'.
4813
4814 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4817         (wl-draft-insert-mail-header-separator): Ditto.
4818
4819         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4820         again (Reverted the change on 2002-01-17 by OKADA san).
4821
4822 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4823
4824         * wl-draft.el (wl-draft): Rewrite.
4825         (wl-draft-create-buffer): New function.
4826         (wl-draft-create-contents): Ditto.
4827         (wl-draft-prepare-edit): Ditto.
4828         (wl-draft-decode-header): Ditto.
4829         (wl-draft-decode-body): Ditto.
4830         (wl-draft-check-new-line): Ditto.
4831         (wl-draft-default-headers): Ditto.
4832         (wl-draft-insert-mail-header-separator): Ditto.
4833
4834 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4835
4836         * Version number is increased to 2.9.6.
4837
4838 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4839
4840         * wl-draft.el (wl-draft-delete-field): Optional argument.
4841         (wl-draft-delete-fields): Ditto.
4842
4843 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4844
4845         * wl-message.el (toplevel): Eliminated byte-compile warning.
4846         for `itimer-function', `delete-timer' and `itimer-list'.
4847
4848 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4849
4850         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4851         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4852         `wl-message-buffer-prefetch-threshold'.
4853         * wl-summary.el (wl-summary-redisplay-internal): Remove
4854         the check of `wl-message-buffer-prefetch-depth'.
4855
4856 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4857
4858         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4859         size of article.
4860         (wl-message-buffer-prefetch-subr): Remove size check.
4861
4862 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4863
4864         * wl-vars.el (wl-plugged): Make customizable.
4865
4866 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4867
4868         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4869         (wl-message-buffer-prefetch-set-timer): New function.
4870         (wl-message-buffer-prefetch-get-next): New function.
4871         (wl-message-buffer-prefetch): New function.
4872         (wl-message-buffer-prefetch-next): Rewrite.
4873         (wl-message-buffer-prefetch-subr): Rewrite.
4874         * wl-vars.el (wl-auto-prefetch-first): New variable.
4875         * wl-summary.el (wl-summary-goto-folder-subr): Call
4876         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4877
4878 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4879
4880         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4881         `wl-summary-unread-message-hook'.
4882
4883 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4884
4885         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4886         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4887         if range is `cache-status'.
4888
4889 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4890
4891         * wl-message.el (wl-message-buffer-prefetch-subr):
4892         Improve debug message.
4893
4894 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4895
4896         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4897         `wl-mail-send-pre-hook'.
4898         (wl-draft-send-mail-with-qmail): Ditto.
4899         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4900
4901 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4902
4903         * wl-message.el (wl-message-buffer-prefetch-subr):
4904         Fix for cancel-function-timers bug.
4905         (wl-message-buffer-prefetch-debug): Default value is t.
4906
4907 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4908
4909         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4910         (wl-message-buffer-prefetch-subr): Rewrite.
4911         Rename from `wl-message-buffer-prefetch'.
4912
4913 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4914
4915         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4916         (wl-default-draft-cite-decorate-author): Ditto.
4917
4918         * wl-draft.el (wl-draft-cite-function): Removed.
4919         (wl-default-draft-cite-decorate-author): Ditto.
4920
4921 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4924         (wl-default-draft-cite): Do not arrange author name if the value of
4925         `wl-default-draft-cite-decorate-author' is nil.
4926
4927 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4930
4931         * wl-folder.el (wl-folder-check-one-entity): Don't care
4932         `elmo-folder-use-flag-p'.
4933
4934 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4935
4936         * wl-folder (wl-folder-check-one-entity): Fix
4937         problem if unread is nil.
4938
4939 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4940
4941         * wl-address.el (wl-address-make-completion-list): Check whether
4942         the address is a group list.
4943         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4944
4945 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4946
4947         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4948         The number of the messages of new and unread does not count
4949         correctly.
4950
4951         * wl-summary.el (wl-summary-count-unread): Changed to return
4952         `(new . unread)' instead of total.
4953         (wl-summary-sync-update): Follow the change above.
4954
4955         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4956
4957 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4958
4959         * wl-address.el (wl-address-make-completion-list): Do not enclose
4960         address by " <" and ">" if associated realname is "".
4961         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4962         This is against the promblem with group list in .addresses pointed
4963         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4964
4965 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4968         message is a format control string.
4969         * wl-expire.el (wl-expire-append-log): Ditto.
4970         * wl-mime.el (wl-summary-burst-subr): Ditto.
4971         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4972         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4973
4974 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4975
4976         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4977         wl.el (wl-check-variables): Rename from `wl-check-type'.
4978         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4979         (wl-check-variables-2): New function.
4980         (wl): Call `wl-check-variables-2'.
4981
4982 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4983
4984         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4985         after renaming folder in access group.
4986
4987 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4988
4989         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4990         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4991         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4992         (wl-message-buffer-prefetch): Rewrite.
4993         (wl-message-buffer-prefetch-idle-time): Removed.
4994         * wl-summary.el (wl-summary-redisplay-internal):
4995         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4996         Error check for `wl-message-buffer-prefetch-depht'.
4997
4998 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4999
5000         * Version number is increased to 2.9.5.
5001         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5002
5003 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5004
5005         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5006         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5007         Based on the patch written by
5008         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-draft.el (wl-draft-raw-send): Fix for
5013         `wl-news-send-pre-hook'
5014
5015 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-utils.el (wl-message-id-function): New variable.
5018         * wl-draft.el (wl-draft-insert-required-fields):
5019         Use `wl-message-id-function'.
5020
5021 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5022
5023         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5024         * wl-utils.el (wl-draft-make-message-id-string):
5025         Use `wl-from' for domain part of Message-ID
5026         if `wl-message-id-use-wl-from' if non-nil.
5027         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5028
5029 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5030
5031         * wl.el (wl): Call `wl-check-type'
5032         Do not 'condition-case'.
5033
5034 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5035
5036         * wl.el (wl-check-type): New function.
5037         (wl-check-type-variables): New variable.
5038
5039 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5040
5041         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5042
5043 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-draft.el (wl-smtp-password-key): New function.
5046         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5047         (wl-draft-send-mail-with-smtp): Ditto.
5048         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5049
5050 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5051
5052         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5053         * wl-utils.el (wl-unique-id-suffix): Remove.
5054
5055 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5056
5057         * Version number is increased to 2.9.4.
5058
5059 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5060
5061         * wl-utils.el (wl-unique-id-suffix): New variable.
5062         (wl-unique-id): Use `wl-unique-id-suffix'
5063
5064 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5065
5066         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5067         instead of `elmo-msgdb-search'.
5068
5069         * Version number is increased to 2.9.3.
5070
5071 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5072
5073         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5074
5075 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5076
5077         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5078         (wl-draft-dispatch-message): Changed for send-later.
5079         (wl-draft-queue-flush): Ditto.
5080         (wl-draft): Clear `wl-sent-message-queued'.
5081         (wl-draft-reedit): Ditto.
5082         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5083         * wl-vars.el (wl-draft-force-queuing): New variable.
5084         (wl-draft-force-queuing-mail): New variable.
5085         (wl-draft-force-queuing-news): New variable.
5086
5087 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5090         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5091
5092 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5093
5094         * Version number is increased to 2.9.2.
5095
5096 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * wl-draft.el (wl-draft-elide-region): New user command.
5099         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5100
5101         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5102         command `wl-draft-elide-region'.
5103         * wl-mule.el: Ditto.
5104         * wl-xmas.el: Ditto.
5105
5106 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5109         (wl-biff-check-folder-async): Removed needless let.
5110
5111 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5114         wl-folder-get-elmo-folder.
5115         (wl-biff-check-folder): Set `biff' argument of
5116         `wl-folder-check-one-entity'.
5117         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5118
5119         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5120         (wl-folder-check-one-entity): Added `biff' argument;
5121         Setup `biff' slot of folder.
5122
5123         * Version number is increased to 2.9.1.
5124
5125 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5126
5127         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5128         comment out and fixed.
5129         (wl-fldmgr-add-completion-subr): Ditto.
5130
5131         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5132         and msgdb.
5133
5134         * wl.el (wl-toggle-plugged): Save summary view.
5135
5136 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5139
5140 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5141
5142         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5143
5144 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5147         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5148         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5149
5150         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5151         if it was failed.
5152         (wl-demo): Disable undo in the demo buffer.
5153
5154 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5155
5156         * wl-version.el (wl-version): Changed codename.
5157
5158         * Version number is increased to 2.9.0.
5159
5160 2001-12-14  Takuo KITAME <kitame@northeye.org>
5161
5162         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5163         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5164         (wl-folder-mark-as-read-all-current-entity): Ditto.
5165
5166 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-vars.el (wl-from-width): Define as obsolete variable.
5169         (wl-subject-length-limit): Ditto.
5170
5171         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5172
5173         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5174         wl-summary-save-view.
5175
5176         * wl.el (wl-save-status): Ditto.
5177         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5178
5179         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5180         (wl-summary-exit): Follow the change above.
5181         (wl-summary-goto-folder-subr): Ditto.
5182
5183         * wl-folder.el (wl-folder-create-subr): Don't use
5184         `elmo-folder-creatable-p'.
5185
5186 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5189
5190 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5193         rather than bitmap on Emacs 21.
5194         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5195         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5196         for xbm if the new redisplay engine is not available.
5197
5198 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-folder.el (wl-folder-init-hook): New hook.
5201         (wl-folder-init): Run `wl-folder-init-hook'.
5202
5203 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5206
5207 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-acap.el (wl-acap-cache-filename): New variable.
5210         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5211         (wl-acap-init): Use cache if no ACAP server found.
5212
5213 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5214
5215         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5216         `wl-acap-original-msgdb-dir'.
5217
5218         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5219         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5220
5221         * wl-mime.el (wl-mime-save-directory): Renamed from
5222         `wl-mime-save-dir'.
5223
5224 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5227
5228         * wl-demo.el: Require `path-util'.
5229         (wl-demo-bitmap-mule-available-p): New internal variable.
5230         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5231         `module-installed-p' instead.
5232         (wl-demo-insert-image): Use *.img file for a bitmap image.
5233         (wl-demo): Don't call the ascii demo recursively.
5234
5235 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5236
5237         * Version number is increased to 2.7.7.
5238
5239 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl.el (wl-exit): Eliminated byte-compile warning.
5242
5243 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5244
5245         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5246         obsolete variable using `elmo-define-obsolete-variable'.
5247         (wl-fetch-confirm-threshold): Ditto.
5248         (wl-cache-prefetch-folder-type-list): Ditto.
5249         (wl-cache-prefetch-folder-list): Ditto.
5250
5251 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5254         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5255         (wl-demo-insert-image): New function.
5256         (wl-demo-insert-text): New function.
5257         (wl-demo-image-type-alist): Redefine as a function.
5258         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5259         (wl-demo-with-temp-file-buffer): Removed.
5260         (wl-logo-xpm): Removed.
5261         (wl-logo-xbm): Removed.
5262         (wl-logo-bitmap): Removed.
5263
5264 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5265
5266         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5267         (wl-expire-localdir-get-folder-function): New user option.
5268         (wl-expire-localdir-get-folder): New function.
5269         (wl-expire-localdir-date): Ditto.
5270
5271 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5272
5273         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5274         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5275         Fixed unread number mismatch when all-unread < unread.
5276
5277 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5280         (wl-fetch-confirm-threshold): Ditto.
5281
5282         * wl-summary.el (wl-summary-confirm-appends): Removed.
5283         (wl-summary-sync-update): Don't refer
5284         `wl-summary-update-confirm-threshold' (It is now abolished).
5285
5286         * wl-message.el (wl-message-display-internal): Don't refer
5287         `wl-fetch-confirm-threshold' (It is now abolished).
5288
5289 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5292
5293 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5296         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5297         Change default value to nil.
5298         (wl-summary-indent-length-limit): The value can be nil, nil means
5299         unlimited.
5300
5301         * wl-summary.el: Don't set limit for indent length if the value of
5302         wl-summary-indent-length-limit is nil.
5303         If the value of wl-summary-width is nil, it means only that the width
5304         of summary is unlimited (nil doesn't mean that the indent length is
5305         unlimited).
5306
5307         * wl-thread.el: Ditto.
5308
5309 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5310
5311         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5312         be nil, nil means never confirm.
5313         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5314
5315 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5318         means unlimited).
5319
5320 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5323         Use `with-temp-buffer'.
5324
5325 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5328         with new backquote style).
5329         (wl-folder-get-entity-from-buffer): Ditto.
5330
5331 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5332
5333         * wl-version.el (nemacs-version): Eliminated.
5334         (wl-extended-emacs-version2): Ignore nemacs.
5335         (wl-extended-emacs-version3): Ditto.
5336
5337 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5338
5339         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5340         (wl-draft-add-in-reply-to): New variable.
5341         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5342         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5343         (wl-draft-yank-from-mail-reply-buffer): Use
5344         `wl-draft-add-in-reply-to'.
5345         (wl-draft-insert-current-message): Ditto.
5346
5347 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5348
5349         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5350         typo (kill->hide).
5351         (wl-message-buffer-prefetch-folder-type-list): Added elements
5352         `mark' and `cache' instead of `internal'.
5353
5354 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5355
5356         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5357         resume msgdb directory.
5358
5359 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * wl.el (wl-exit): Call `wl-acap-exit'.
5362
5363         * wl-summary.el (wl-summary-message-string): New function.
5364         (wl-summary-reedit): Use it.
5365         (wl-summary-resend-bounced-mail): Remove needless let.
5366         (wl-summary-supersedes-message): Ditto.
5367         (wl-summary-save): Ditto.
5368
5369         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5370         (wl-acap-init): Set it.
5371         (wl-acap-exit): New function.
5372
5373 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5374
5375         * wl.el (wl-init): Revert (require 'mime-setup). move from
5376         toplevel.
5377
5378 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5379
5380         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5381         local variables.  Add error when guess function return invalid
5382         value.
5383
5384 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5385
5386         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5387         Change local variable name.
5388         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5389         (wl-folder-get-newsgroups): Return nil when non-news folder.
5390         * wl-summary.el (wl-summary-write-current-folder): State through
5391         when guess-list return nil.
5392         (wl-summary-write-current-folder-functions): Fixed docstring.
5393
5394         * wl.el (wl-exit): Changed confirm message.
5395
5396         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5397         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5398
5399         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5400
5401 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5402
5403         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5404         user option (Renamed from wl-cache-prefetch-folder-type-list).
5405         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5406         from wl-cache-prefetch-folder-list).
5407
5408         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5409         Move to wl-vars.el.
5410         (wl-message-buffer-prefetch-p): Changed to enable
5411         `wl-message-buffer-prefetch-folder-list'.
5412
5413         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5414         `ignore-cache'.
5415
5416 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5417
5418         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5419         `part-top' and `part-bottom'.
5420         (wl-draft-config-sub-part-top): New function.
5421         (wl-draft-config-sub-part-bottom): New function.
5422
5423 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5426
5427 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5428
5429         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5430
5431 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5434
5435         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5436         (wl-summary-write-current-folder): Ditto.
5437
5438 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-folder.el (wl-folder-get-newsgroups): Use
5441         `elmo-folder-newsgroups'.
5442
5443 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5444
5445         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5446         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5447         `wl-draft-config-sub-header-bottom'.
5448
5449 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5450
5451         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5452         localnews folder.
5453
5454 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5455
5456         * wl-summary.el (wl-summary-mode): Undo last change.
5457
5458         * wl-folder.el (wl-folder-mode): Ditto.
5459
5460 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5461
5462         * wl-summary.el (wl-summary-mode): Locally set
5463         truncate-partial-window-width to nil.
5464         (for XEmacs)
5465
5466         * wl-folder.el (wl-folder-mode): Ditto.
5467
5468 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5471
5472 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5475         number.
5476
5477         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5478
5479         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5480
5481         * Version number is increased to 2.7.6.
5482
5483 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5486
5487 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-summary.el (wl-summary-sync-update): Enclose network
5490         related portion with `unwind-protect'.
5491
5492 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5493
5494         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5495
5496 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5497
5498         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5499         element.
5500         * wl-vars.el (wl-message-body-button-alist): Ditto.
5501
5502         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5503         max match length.
5504         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5505
5506         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5507         for the max match length;
5508         Use 4th element value for the button string regexp group.
5509
5510         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5511         candidate exists, prompt to select.
5512
5513 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5514
5515         * wl-summary.el (wl-summary-jump-to-msg): Search before
5516         calibration point by `beginning-of-line'.
5517
5518 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5519
5520         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5521         for access group.
5522
5523 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5524
5525         * wl-message.el (wl-message-display-internal): Bind
5526         `default-mime-charset'.
5527
5528         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5529
5530         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5531
5532         * Version number is increased to 2.7.5.
5533
5534 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5535
5536         * wl-expire.el (wl-summary-archive): Fixed;
5537         Use `elmo-folder-name-internal'.
5538
5539 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5540
5541         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5542         from `elmo-folder-move-messages' caller.
5543         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5544
5545         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5546         related portions are changed).
5547
5548 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5549
5550         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5551         counter.
5552
5553 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5554
5555         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5556         buffer local and set it to nil.
5557
5558         * wl-message.el (wl-message-redisplay): Ditto.
5559
5560 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * wl-summary.el (wl-summary-mark-as-important): If message is
5563         already cached, set messag as read, otherwise encache and mark as read.
5564
5565 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5568         point-min.
5569
5570 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5573         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5574         a keymap.
5575
5576 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5577
5578         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5579         parent.
5580
5581         * wl-mule.el (wl-message-define-keymap): Ditto.
5582
5583         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5584
5585         * wl-xmas.el (wl-message-display-internal-hook): Define.
5586         (wl-xmas-setup-message-toolbar): Define as function.
5587         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5588         (wl-message-overload-functions): Abolished.
5589         (wl-message-define-keymap): New function.
5590
5591         * wl-vars.el (wl-message-display-internal-hook): New variable.
5592         (wl-message-header-button-alist): New variable (Renamed from
5593         wl-highlight-message-header-button-alist).
5594         (wl-message-body-button-alist): Ditto.
5595
5596         * wl-mule.el (wl-message-define-keymap): New function.
5597         (wl-message-overload-functions): Abolished.
5598
5599         * wl-message.el (wl-message-add-buttons-to-body): New function.
5600         (wl-message-redisplay): Don't call wl-message-overload-functions;
5601         Call wl-message-add-buttons-to-header and
5602         wl-message-add-buttons-to-body.
5603         (wl-message-display-internal): Set keymap argument for
5604         elmo-mime-display-as-is, elmo-mime-message-display;
5605         Run wl-message-display-internal-hook.
5606         (wl-message-refer-article-or-url): Abolished.
5607
5608         * wl-highlight.el (wl-highlight-headers): Don't call
5609         wl-highlight-message-add-buttons-to-header.
5610         (wl-highlight-message-add-buttons-to-header): Abolished.
5611
5612
5613         * wl-e21.el (wl-message-display-internal-hook): Define.
5614         (wl-e21-setup-toolbar): Deleted duplicated binding.
5615         (wl-e21-setup-message-toolbar): Define as function.
5616         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5617         (wl-message-define-keymap): New function.
5618         (wl-message-overload-functions): Abolished.
5619
5620 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5623         and elmo-folder-close.
5624
5625         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5626
5627 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5628
5629         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5630         boolean value.
5631         * wl-draft.el (wl-draft-do-fcc): Ditto.
5632
5633 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5634
5635         * wl-vars.el (wl-fcc-force-as-read): New variable.
5636         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5637         mark copied message as read.
5638
5639 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5640
5641         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5642
5643 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5644
5645         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5646         `wl-summary-target-above' instead of obsolete variable
5647         `wl-summary-temp-above'.
5648
5649         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5650         instead of `make-obsolete-variable'.
5651         * wl-refile.el (toplevel): Ditto.
5652
5653 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5656         with third argument t.
5657         (wl-draft): Set first argument for wl-plugged-init as t.
5658
5659         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5660         definition.
5661
5662 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5663
5664         * wl-vars.el: Tabify.
5665         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5666
5667         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5668         message.
5669
5670 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5671
5672         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5673         and set default to beep.
5674
5675 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5676
5677         * wl-vars.el (wl-draft-truncate-lines): New variable.
5678
5679         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5680         instead of wl-message-truncate-lines for truncate-lines.
5681
5682 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5683
5684         * wl-message.el (wl-message-display-internal): Call
5685         `wl-highlight-message' after `elmo-mime-display-as-is'.
5686
5687         * wl-mime.el (wl-mime-display-text/plain): New function.
5688         (wl-mime-display-header): Ditto.
5689         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5690         body-presentation-method for text/plain;
5691         Register `wl-mime-display-header' as a header-presentation-method;
5692         Don't set up `elmo-message-text-content-inserted-hook' and
5693         `elmo-message-header-inserted-hook'.
5694
5695         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5696         variable.
5697         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5698         as t if flag is 'all-header;
5699         Don't bind `elmo-message-ignored-field-list',
5700         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5701
5702 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5705         for xemacs with non-mule environment.
5706
5707 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5708
5709         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5710         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5711         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5712
5713 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5714
5715         * wl-vars.el (wl-interactive-send): Set default value as t.
5716
5717 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5720         (wl-addrmgr-method-list): Abolished.
5721         (wl-addrmgr-change-method): Follow above change.
5722
5723         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5724
5725 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5726
5727         * wl-vars.el (wl-message-truncate-lines): Change default value
5728         to default-truncate-lines.
5729
5730         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5731
5732 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5733
5734         * wl-vars.el (wl-message-truncate-lines): New variable.
5735
5736         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5737         wl-message-truncate-lines.
5738
5739 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5740
5741         * wl-acap.el (wl-acap-init): Remove period from error message.
5742         (wl-acap-find-acap-service): Remove period from message.
5743
5744 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5745
5746         * wl.el (wl-check-environment): Undo last change.
5747
5748         * wl-vars.el (wl-from): Changed default value.
5749
5750         * wl-util.el (toplevel): Don't require tm-edit.
5751
5752         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5753         `wl-folder-init';
5754         Don't set mark on mail body.
5755         (wl-draft-reedit): Ditto.
5756
5757         * wl-address.el (wl-address-quote-specials): Define as an alias for
5758         elmo-address-quote-specials.
5759
5760 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5763
5764         * wl-vars.el (wl-from): Set default value as nil.
5765         (wl-organization): Set default value as ORGANIZATION environment
5766         variable.
5767
5768         * wl-draft.el (wl-smtp-extension-bind): Check value of
5769         wl-smtp-connection-type.
5770
5771         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5772         error.
5773
5774 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5775
5776         * Version number is increased to 2.7.4.
5777
5778         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5779         arguments from `wl-highlight-x-face-function' caller.
5780         Use x-face-1.3.6.12 or later.
5781
5782 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5783
5784         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5785
5786 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5787
5788         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5789         (wl-fcc): Fix to accept function.
5790         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5791
5792 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5793
5794         * wl-acap.el (toplevel): Added `product-provide' declare.
5795         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5796
5797 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl.el (wl): Changed order of calling `elmo-init'
5800         and `elmo-folder-init'.
5801
5802 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5803
5804         * wl-mime.el (wl-summary-burst): Extract message when content-type
5805         of root entity is not only `multipart' but also `message/rfc822'.
5806         (wl-summary-burst-subr): Ditto.
5807
5808 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5809
5810         * wl-vars.el (toplevel): Require 'custom.
5811         (wl-trash-folder): Added to `wl-setting' group.
5812
5813         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5814         exists.
5815         (wl-addrmgr-draw): Insert empty line when no entry exists.
5816
5817         * wl-mule.el (wl-message-wheel-up): Fixed.
5818         (wl-message-wheel-down): Ditto.
5819
5820 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5821
5822         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5823         config is an anonymous lambda expression.
5824
5825 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5828         when Mule 2 is running.
5829
5830 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5831
5832         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5833
5834 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5835
5836         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5837         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5838
5839         * wl-address.el (wl-address-specials-regexp): Eliminated.
5840         (wl-address-quote-specials): Rewrite.
5841
5842 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5845         shy-groups for regexp.
5846
5847         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5848         character classes and Perl style shy-groups for regexp.
5849         (wl-highlight-plugged-current-line): Use Posix style character
5850         classes for regexp.
5851         (wl-e21-highlight-folder-by-numbers): Ditto.
5852         (wl-e21-display-image-p): Use `display-images-p' instead of
5853         `display-graphic-p'.
5854         (display-images-p): Make an alias to `display-graphic-p' if it is
5855         not available.  It is for Emacs version prior to 21.0.105.
5856
5857         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5858         `display-graphic-p'.
5859         (wl-demo-image-type-alist): Ditto.
5860         (display-images-p): Make an alias to `display-graphic-p' if it is
5861         not available.  It is for Emacs version prior to 21.0.105.
5862
5863 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5864
5865         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5866         support.
5867         (wl-generate-user-agent-string): Ditto.
5868
5869         * wl-version.el (wl-version): Update docsting.
5870         (wl-version-status): Ditto.
5871
5872 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5873
5874         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5875         21.0.105.  For Emacs 21.0.104 or earlier.
5876
5877 2001-09-03  Takuo KITAME <kitame@northeye.org>
5878
5879         * wl-e21.el (wl-plugged-init-icons): Use
5880         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5881         (wl-biff-init-icons): Ditto.
5882
5883 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5884
5885         * wl-highlight.el (wl-highlight-summary-current-line):
5886         Fixed highlighting refile/copy destination.
5887
5888         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5889         (wl-acap-store): Encode string by wl-acap-coding-system.
5890
5891 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5892
5893         * wl-acap.el (toplevel): Check and require 'un-define before
5894         'xemacs-ucs;
5895          Added checking for UTF-2000.
5896
5897 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5898
5899         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5900         Don't enclose with `eval-and-compile'.
5901
5902         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5903         wl-init is non-nil.
5904
5905         * wl-draft.el (wl-draft): Ditto.
5906
5907         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5908
5909         * wl-acap.el (toplevel): Require 'wl.
5910         (wl-acap-store): Call `elmo-init'.
5911
5912         * wl.el (wl): Changed position of `wl-check-environment'.
5913         (toplevel): Added autoload setting for wl-acap.
5914
5915         * wl-vars.el (wl-setting): New custom group.
5916         (wl-from): Added wl-setting group.
5917         (wl-user-mail-address-list): Ditto.
5918         (wl-organization): Ditto.
5919         (wl-subscribed-mailing-list): Ditto.
5920         (wl-envelope-from): Ditto.
5921         (wl-smtp-posting-user): Ditto.
5922         (wl-smtp-posting-server): Ditto.
5923         (wl-smtp-posting-port): Ditto.
5924         (wl-smtp-authenticate-type): Ditto.
5925         (wl-pop-before-smtp-user): Ditto.
5926         (wl-pop-before-smtp-server): Ditto.
5927         (wl-pop-before-smtp-port): Ditto.
5928         (wl-pop-before-smtp-authenticate-type): Ditto.
5929         (wl-nntp-posting-server): Ditto.
5930         (wl-nntp-posting-user): Ditto.
5931         (wl-nntp-posting-port): Ditto.
5932         (wl-fetch-confirm-threshold): Ditto.
5933         (wl-prefetch-threshold): Ditto.
5934         (wl-thread-insert-opened): Ditto.
5935         (wl-ldap-server): Ditto.
5936         (wl-ldap-port): Ditto.
5937         (wl-ldap-base): Ditto.
5938         (wl-ldap-objectclass): Ditto.
5939         (wl-use-ldap): Ditto.
5940         (wl-draft-config-alist): Ditto.
5941         (wl-draft-config-matchone): Ditto.
5942         (wl-template-alist): Ditto.
5943         (wl-message-sort-field-list): Ditto.
5944         (wl-message-ignored-field-list): Ditto.
5945         (wl-message-visible-field-list): Ditto.
5946         (wl-interactive-send): Ditto.
5947         (wl-summary-move-order): Ditto.
5948         (wl-auto-select-first): Ditto.
5949         (wl-auto-select-next): Ditto.
5950         (wl-interactive-save-folders): Ditto.
5951
5952         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5953         Initialization codes are moved from wl-local-folder-init.
5954         (wl-local-folder-init): Follow the change above.
5955         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5956
5957         * wl-acap.el: New file.
5958
5959         * Version number is increased to 2.7.3.
5960
5961 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5962
5963         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5964
5965 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5966
5967         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5968         (wl-addrmgr-address-entry-list): Ditto.
5969
5970 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-e21.el (wl-draft-mode-map): Removed binding for
5973         `wl-draft-insert-x-face-field'.
5974
5975         * wl-mule.el (wl-draft-mode-map): Ditto.
5976
5977         * wl-xmas.el (wl-draft-mode-map): Ditto.
5978
5979         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5980         (wl-cs-autoconv): Ditto.
5981         (wl-cs-local): Ditto.
5982         (wl-use-scoring): Ditto.
5983         (wl-mime-charset): Ditto.
5984         (wl-folder-check-async): Ditto.
5985
5986         * wl.el (toplevel): Ignore nemacs and tm.
5987         (wl-exit): Ditto.
5988
5989         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5990         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5991         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5992         instead of wl-address-petname-add-or-change.
5993         (wl-summary-edit-addresses-subr): Use wl-address-delete
5994         instead of wl-address-petname-delete.
5995
5996         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5997
5998         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5999         if error occured.
6000
6001         * wl-message.el (require): Remove tm support.
6002
6003         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6004
6005         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6006         (wl-folder-jump-to-current-entity): Ditto.
6007         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6008
6009         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6010         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6011         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6012
6013         * wl-mule.el (wl-draft-key-setup): Ditto.
6014
6015         * wl-xmas.el (wl-draft-key-setup): Ditto.
6016
6017         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6018         (wl-draft-std11-parse-addresses): New function.
6019         (wl-draft-parse-mailbox-list): Use it.
6020         (wl-draft): Ignore nemacs.
6021         (wl-draft-reedit): Ditto.
6022
6023         * wl-addrmgr.el: New file.
6024         (Original is wl-rcpt.el written by
6025         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6026         Thanks Kitamoto-san.)
6027
6028         * wl-address.el (wl-address-make-address-list): Modified parsing
6029         process.
6030         (wl-address-delete): Renamed from `wl-address-petname-delete';
6031         Modify wl-address-list too.
6032         (wl-address-add-or-change): Renamed from
6033         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6034
6035 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6036
6037         * wl-highlight.el (wl-highlight-summary-current-line):
6038           Work with transient-mark-mode
6039
6040 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6041
6042         * Version number is increased to 2.7.2.
6043
6044         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6045         instead of elmo-dop-queue-method.
6046
6047 2001-08-06  SAITO Atsunori <sai@yedo.com>
6048
6049         * wl-vars.el (wl-ldap-objectclass): New user option.
6050
6051         * wl-address.el (wl-ldap-make-filter): Use it.
6052
6053 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6056
6057 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * wl-folder.el (wl-folder): redisplay after folder insertion.
6060
6061         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6062
6063         * wl-summary.el (wl-summary-sync-update):
6064         Change status mark only when new-msgdb exists.
6065         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6066
6067 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-summary.el (wl-summary-open-folder): New function.
6070         (wl-summary-goto-folder-subr): Use it.
6071         (wl-summary-mark-as-important): Fix;
6072         Encache only when no cache exists.
6073
6074 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6075
6076         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6077         Use with-current-buffer.
6078
6079 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6080
6081         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6082         before call `get-buffer'. Fixed parenthesis.
6083         (wl-score-get-header-entry): Clear message and help window when
6084         keyboard quit.
6085         (wl-score-edit-insert-header): Ditto.
6086
6087 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6090         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6091         (wl-default-draft-cite): Fix.
6092
6093         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6094         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6095
6096 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6097
6098         * wl-message.el (wl-message-prev-page): Do same bahavior
6099         as summary when it is called in the message buffer.
6100         (wl-message-next-page): Ditto.
6101
6102 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl-summary.el (wl-summary-forward): Use cache if it is not
6105         section cache.
6106
6107 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6108
6109         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6110         Removed redundant require of elmo-vars.
6111         (wl-biff-state-indicator-on): Changed default value for
6112         xemacs with non-mule environment.
6113
6114         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6115         wl-message-buffer is nil;
6116         Hide progress bar after moving messages.
6117
6118 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6121         message at cursor point is deleted.
6122
6123 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6124
6125         * wl-vars.el: Changed file coding system to euc-japan.
6126         Added -*-coding:-*- magic to the first line.
6127
6128         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6129         Search parent from the first message.
6130
6131         * Version number is increased to 2.7.1.
6132
6133 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6134
6135         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6136
6137 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6140         refile/delete execution.
6141
6142         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6143         Fixed docstring.
6144
6145 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6148         do update process;
6149         Don't update marks when update process is interrupted.
6150
6151 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-summary.el (wl-summary-reply): Fixed problem when
6154         wl-draft-use-frame is non-nil.
6155         (wl-summary-forward): Ditto.
6156
6157         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6158         as nil.
6159         (wl-folder-mark-as-read-all-entity): Ditto.
6160         (wl-folder-prefetch-entity): Ditto.
6161
6162         * wl.el (wl): Check environment before wl-init.
6163
6164         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6165         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6166         instead of wl-summary-collect-unread.
6167         (wl-summary-reply): Split message window.
6168
6169 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6172         only if current language environment is japanese,
6173
6174         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6175         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6176         (wl-folder-goto-folder-subr): Ditto.
6177
6178         * wl-draft.el (wl-draft-dispatch-message): Call
6179         `elmo-file-cache-get-path'.
6180
6181 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl-summary.el (wl-summary-cursor-move): If return value of
6184         wl-summary-next-message is not number, don't jump.
6185
6186 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6187
6188         * wl-summary.el (wl-summary-buffer-next-message-function): New
6189         variable.
6190         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6191         if it is bound.
6192
6193         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6194         string.
6195
6196         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6197         (wl-plugged-drawing): Ditto.
6198
6199 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6202         process.
6203         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6204         with unwind-protect.
6205
6206         * wl.el (wl-init): Require mime-setup.
6207         (wl-check-environment): Don't require mime-setup.
6208
6209         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6210         instead of elmo-folder-type.
6211
6212         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6213         value as nil.
6214
6215 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * Version number is increased to 2.7.0.
6218
6219         * wl-version.el (wl-version): Changed codename.
6220
6221         * wl-summary.el (wl-summary-delete-cache): Fixed.
6222
6223         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6224         Workaround for net folders.
6225         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6226
6227         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6228         value to nil (According to the patch from
6229         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6230
6231         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6232         of elmo-folder-close.
6233
6234 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6235
6236         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6237         for postfix.
6238
6239 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-summary.el (wl-summary-resend-message): Fixed.
6242
6243         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6244         Call wl-draft with `from' argument if its address is included in
6245         `wl-user-mail-address-list'.
6246         (wl-draft): Added `from' argument.
6247
6248         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6249         non-nil.
6250         (wl): Don't show demo if wl-demo is nil.
6251
6252         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6253         wl-summary-use-frame.
6254
6255         * wl-vars.el (wl-summary-use-frame): New user option.
6256         (wl-folder-use-frame): Changed docstring.
6257
6258         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6259         non-nil.
6260         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6261         wl-summary-use-frame.
6262
6263         * wl-vars.el (wl-folder-use-frame): New user option.
6264
6265         * wl-summary.el (wl-summary-exit): Back to folder frame if
6266         wl-folder-use-frame is non-nil.
6267         (wl-summary-redisplay-internal): Ignore cache if current folder
6268         is draft folder,
6269         (wl-summary-redisplay-no-mime): Ditto.
6270         (wl-summary-redisplay-all-header): Ditto.
6271
6272         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6273         if wl-folder-use-frame is non-nil.
6274
6275 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6276
6277         * wl-summary.el (wl-summary-sync-update): Bind
6278         elmo-folder-update-threshold.
6279         (wl-summary-mark-as-important): Enclosed server mark processing
6280         with `save-match-data'.
6281
6282         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6283         only when it is already defined.
6284
6285 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6286
6287         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6288         name of folder exclude localdir is wrong.
6289         * wl-folder.el (wl-folder-sync-entity):
6290         Set `wl-summary-always-sticky-folder-list' as nil.
6291         (wl-folder-mark-as-read-all-entity): Ditto.
6292         (wl-folder-prefetch-entity): Ditto.
6293
6294 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6297         instead of `wl-summary-write-current-newsgroup'.
6298
6299 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6300
6301         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6302         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6303         non-nil and selected message is important, do not display.
6304
6305 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6306
6307         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6308
6309 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6310
6311         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6312
6313         * wl-summary.el (wl-summary-mark-as-important): Set message number
6314         using wl-summary-message-number.
6315
6316 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6317
6318         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6319         destination folder is 'null.
6320
6321 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6322
6323         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6324         New function.
6325         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6326         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6327         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6328
6329 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6330
6331         * wl-mime.el (wl-mime-setup): Added setting for
6332         `mime-setup-signature-key-alist' to avoid overriding key bind for
6333         `wl-draft-send'.
6334
6335         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6336         for `wl-draft-send'.
6337         * wl-mule.el (wl-draft-overload-functions): Ditto.
6338         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6339         * wl-draft.el (wl-draft-send): Ditto.
6340
6341         * wl-message.el (wl-message-display-internal):
6342         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6343         (Patch is provided by <kita@coe.nttdata.co.jp>).
6344
6345 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6346
6347         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6348
6349 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6350
6351         * wl.el (wl): Fix for wl-demo.
6352
6353 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6354
6355         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6356
6357 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6358
6359         * wl-folder.el (wl-folder-prefetch-entity): Use
6360         `wl-folder-get-elmo-folder'.
6361         (wl-folder-count-incorporates): Do not use
6362         `wl-folder-get-elmo-folder'.
6363
6364 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6367         instead of `elmo-folder-get-type'.
6368
6369 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6370
6371         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6372         position on Subject: field.
6373         (Advised by Mito <mit@nines.nec.co.jp>)
6374
6375 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6376
6377         * wl-folder.el (wl-folder-prefetch-entity): Use
6378         `wl-folder-get-elmo-folder'.
6379
6380 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6381
6382         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6383
6384         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6385         `process-duplicates' slot.
6386
6387         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6388         if detection failed.
6389
6390 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6391
6392         * wl-version.el (wl-version-status): Set to "alpha".
6393
6394 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6397         Check wl-message-buffer lives before set-buffer.
6398
6399 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6400
6401         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6402         called in folder mode.
6403         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6404         * wl-summary.el (wl-summary-exit-pre-hook): Run
6405         `wl-summary-exit-pre-hook' before exit summary mode.
6406
6407 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6408
6409         * wl-version.el (wl-version-status): New variable.
6410         (wl-version-status-alist): Removed.
6411         (wl-version-status): Rule included.
6412
6413 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6414
6415         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6416         @sponichi.
6417
6418         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6419         when `mail-reply-buffer' is buffer-local variable.
6420         (Reported by <kita@coe.nttdata.co.jp>).
6421
6422 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-vars.el (toplevel): Require 'elmo-util.
6425
6426 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6429         (All other related portions are changed)
6430
6431         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6432
6433         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6434
6435 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6436
6437         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6438
6439 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6442         Delete other windows to avoid an error.
6443         Use `point-marker' instead of `point' to remember the start point
6444         of body.
6445
6446         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6447
6448         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6449         number not to exceed all message number.
6450
6451 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6452
6453         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6454         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6455
6456 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6457
6458         * wl-summary.el (wl-summary-sync-force-update): Added argument
6459         no-check.
6460         (wl-summary-sync-update): Ditto.
6461         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6462         with `no-check'.
6463
6464         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6465         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6466         already running.
6467
6468 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6469
6470         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6471         `dst-folder-arg'.
6472         (wl-expire-archive-number1): Diito.
6473         (wl-expire-archive-number2): Diito.
6474         (wl-expire-archive-Date): Diito.
6475         (wl-archive-number1): Diito.
6476         (wl-archive-number2): Diito.
6477         (wl-archive-date): Diito.
6478         (wl-archive-folder-p): New function.
6479         (wl-summary-expire): Support of expand folder name at
6480         wl-expire-alist.
6481         * wl-util.el (wl-expand-newtext): Renamed from
6482         `wl-refile-expand-newtext'.
6483
6484 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6485
6486         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6487         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6488         `(elmo-msgdb-get-overview msgdb)'.
6489         (wl-summary-prefetch): Bind match data before call
6490         `wl-summay-prefetch-msg'.
6491         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6492         'off if `wl-summary-buffer-disp-msg' is non-nil.
6493         Fixed problem that couldn't show only one new or unread message when
6494         enter folder.
6495         (wl-summary-reply): Don't call `split-window-vertically' and other
6496         window.
6497
6498 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6499
6500         * wl-expire.el (wl-expire-refile): Fixed.
6501
6502 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6505
6506         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6507         biff notification is removed.
6508
6509         * wl.el (wl): Changed position of `elmo-init'.
6510
6511         * wl-draft.el (wl-default-draft-cite): Use date field
6512         on the citation buffer.
6513
6514         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6515
6516         * wl-xmas.el (wl-folder-internal-icon-list): Added
6517         `wl-folder-shimbun-image'.
6518
6519         * wl-e21.el (wl-folder-internal-icon-list): Added
6520         `wl-folder-shimbun-image'.
6521
6522 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6523
6524         * wl.el (wl-init): Eliminated argument.
6525         (wl): Rewrite.
6526
6527         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6528         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6529         instead of `elmo-folder-msgdb-internal'.
6530         (wl-summary-sync-update): Ditto.
6531         (wl-summary-flush-pending-append-operations): Eliminated.
6532         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6533         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6534         `elmo-folder-open'.
6535
6536         * wl-mime.el (wl-summary-burst): Fixed.
6537
6538         * wl-folder.el (wl-folder-info-save): Check data type.
6539
6540         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6541         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6542         instead of `elmo-folder-msgdb-internal'.
6543         (wl-expire-hide): Ditto.
6544
6545
6546         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6547
6548 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6549
6550         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6551
6552 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6553
6554         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6555
6556 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6557
6558         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6559         Fixed `match-beginning' argument mismatch.
6560
6561 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6562
6563         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6564         the default value.
6565
6566 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6567
6568         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6569         instead of `elmo-nntp-default-port'.
6570
6571         * wl-vars.el: Fixed some doc strings.
6572
6573 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-summary.el (wl-summary-prefetch-msg): Use
6576         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6577
6578         * wl-vars.el: Define *-func as obsolete variable using
6579         `elmo-define-obsolete-variable'.
6580
6581         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6582         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6583         instead of `wl-message-buffer-prefetch-threshold'.
6584
6585         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6586
6587         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6588
6589         * wl-draft.el (wl-caesar-region-func): Ditto.
6590
6591         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6592         Keep unread status in elmo-folder-move-messages.
6593         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6594
6595 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6596
6597         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6598         `wl-summary-buffer-exit-func'
6599         (wl-summary-buffer-message-redisplay-function): Renamed from
6600         `wl-summary-buffer-message-redisplay-func'
6601         (wl-summary-buffer-next-folder-function): Renamed from
6602         `wl-summary-buffer-next-folder-func'.
6603         (wl-summary-buffer-prev-folder-function): Renamed from
6604         `wl-summary-buffer-prev-folder-func'.
6605         (wl-summary-get-petname-function): Renamed from
6606         `wl-summary-get-petname-func'.
6607
6608         * wl-score.el (wl-score-edit-exit-function): Renamed from
6609         `wl-score-edit-exit-func'.
6610
6611         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6612         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6613
6614         * wl-util.el (wl-load-profile-function): Renamed from
6615         `wl-load-profile-func'.
6616
6617         * wl-folder.el (wl-folder-completion-function): Renamed from
6618         `wl-folder-completion-func'.
6619         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6620
6621         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6622         `wl-expire-archive-get-folder-func'.
6623         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6624         (wl-draft-send-mail-function): Renamed from
6625         `wl-draft-send-mail-func'.
6626         (wl-draft-send-news-function): Renamed from
6627         `wl-draft-send-news-func'.
6628         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6629         (wl-generate-mailer-string-function): Renamed from
6630         `wl-generate-mailer-string-func'.
6631         (wl-highlight-signature-search-function): Renamed from
6632         `wl-highlight-signature-search-func'.
6633         (wl-highlight-x-face-function): Renamed from
6634         `wl-highlight-x-face-func'
6635         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6636         (wl-ps-print-buffer-function): Renamed from
6637         `wl-ps-print-buffer-func'
6638         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6639         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6640         (wl-summary-subject-filter-function): Renamed from
6641         `wl-summary-subject-filter-func'.
6642
6643         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6644         `wl-draft-queue-flush-send-func'
6645         (wl-draft-cite-function): Renamed from
6646         `wl-draft-cite-func'
6647
6648         * wl-address.el (wl-address-init-function): Renamed from
6649         `wl-address-init-func'.
6650
6651 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-draft.el (wl-draft-queue-flush): Don't call
6654         `elmo-dop-unlock-message'.
6655         * wl-draft.el (wl-draft-queue-append): Don't call
6656         `elmo-dop-lock-message'.
6657
6658         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6659         (wl-summary-buffer-folder-name): Ditto.
6660         (wl-summary-message-regexp): Added '-' (all other related portions
6661         are changed).
6662         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6663         wl-summary-buffer-folder-name.
6664
6665 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6666
6667         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6668         the number of mails in the folder buffer is not updated by wl-biff.
6669
6670 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6673         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6674
6675 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6676
6677         * wl-summary.el (wl-summary-next-message):
6678         Return next message number when wl-summary-move-order is nil.
6679
6680 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6681
6682         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6683         `wl-summary-move-spec-alist'.
6684         (wl-summary-move-spec-unplugged-alist): New variable
6685         (Move spec for unplugged status).
6686         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6687         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6688
6689 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6690
6691         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6692         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6693
6694 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6695
6696         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6697         simple quotation to quote the anonymous function.
6698         * tm-wl.el (wl-draft-preview-message): Ditto.
6699
6700 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6701
6702         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6703         Eliminate redundant `save-excursion'.
6704         (wl-highlight-summary-current-line): Ditto.
6705
6706         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6707         accessing match data when `looking-at' failed.
6708
6709         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6710         `elmo-match-string' where users don't care about the speed.
6711         (wl-draft-save): Ditto.
6712
6713 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-util.el (wl-regexp-opt): New function.
6716
6717         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6718         number from `wl-summary-buffer-number-list'.
6719         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6720         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6721         (wl-summary-move-spec-alist): Changed default setting.
6722
6723 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6724
6725         * wl-vars.el (wl-biff-notify-hook): New hook.
6726         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6727         the arrival of new mail.
6728         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6729         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6730
6731 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6734
6735 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6738
6739         * Version number is increased to 2.5.8.
6740
6741         * wl-thread.el (toplevel): require 'cl.
6742         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6743         (wl-thread-make-number-list): New function.
6744         (wl-thread-entity-make-number-list-from-children): Ditto.
6745         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6746         (wl-thread-entity-insert-as-children): Likewise.
6747         (wl-thread-delete-message): Likewise.
6748         (wl-meaning-of-mark): Eliminated.
6749         (wl-thread-next-failure-mark-p): Ditto.
6750         (wl-thread-entity-get-mark): Ditto.
6751         (wl-thread-meaning-alist-get-result): Ditto.
6752         (wl-thread-entity-check-prev-mark): Ditto.
6753         (wl-thread-entity-check-next-mark): Ditto.
6754         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6755         (wl-thread-entity-get-prev-marked-entity): Ditto.
6756         (wl-thread-get-prev-unread): Ditto.
6757         (wl-thread-jump-to-prev-unread): Ditto.
6758         (wl-thread-get-next-unread): Ditto.
6759         (wl-thread-jump-to-next-unread): Ditto.
6760         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6761         (wl-thread-entity-get-next-marked-entity): Ditto.
6762
6763         * wl-summary.el (wl-summary-buffer-number-list):
6764         New bufer-local variable.
6765         (wl-summary-switch-to-clone-buffer): Clone
6766         `wl-summary-buffer-number-list'.
6767         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6768         (wl-summary-cursor-move-regex): Eliminated.
6769         (wl-summary-cursor-up): Rewrite.
6770         (wl-summary-cursor-down): Ditto.
6771         (wl-summary-mode-spec-alist): New variable.
6772         (wl-summary-next-message): New inline function.
6773         (wl-summary-cursor-move): New function.
6774         (wl-summary-default-get-next-msg): Rewrite.
6775         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6776         (wl-summary-rescan): Ditto.
6777         (wl-summary-sync-all-init): Ditto.
6778         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6779         summary is not thread view.
6780         (wl-summary-sync-update): Ditto.
6781         (wl-summary-rescan): Ditto.
6782         (wl-summary-make-number-list): New function.
6783
6784         * wl-draft.el: "FCC" -> "Fcc".
6785
6786 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6787
6788         * wl-highlight.el (wl-highlight-summary-window):
6789         Call `set-buffer-modified-p'.
6790
6791         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6792         (wl): Call `elmo-init' and fix.
6793
6794         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6795         Use new variables.
6796
6797         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6798
6799 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6802
6803 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6804
6805         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6806
6807 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6808
6809         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6810         `wl-use-toolbar' nor `display-graphic-p'.
6811         (wl-e21-setup-message-toolbar): Ditto.
6812         (wl-e21-setup-summary-toolbar): Ditto.
6813         (wl-e21-setup-folder-toolbar): Ditto.
6814
6815         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6816         (wl-plugged-init-icons): Ditto.
6817
6818         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6819         `display-graphic-p'.
6820         (wl-plugged-set-folder-icon): Ditto.
6821         (wl-highlight-plugged-current-line): Ditto.
6822         (wl-highlight-folder-current-line): Ditto.
6823         (wl-e21-highlight-folder-group-line): Ditto.
6824         (wl-e21-setup-toolbar): Ditto.
6825         (wl-e21-display-image-p): New macro.
6826
6827         * wl-demo.el (wl-demo): Simplified.
6828         (wl-demo-image-type-alist): Use `image-type-available-p' for
6829         checking whether the image type `xbm' is available.
6830
6831 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6834         (wl-summary-input-range): Ditto.
6835
6836 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6837
6838         * wl-summary.el (wl-summary-edit-addresses): Use
6839         `wl-summary-get-original-buffer'
6840         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6841         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6842         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6843         (wl-summary-get-newsgroups): Eliminated.
6844         (wl-summary-set-crosspost): Ditto.
6845         (wl-summary-is-crosspost-folder): Ditto.
6846         (wl-crosspost-alist-load): Ditto.
6847         (wl-crosspost-alist-save): Ditto.
6848
6849         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6850         `elmo-setup-subscribed-newsgroups' instead of
6851         `elmo-nntp-make-groups-hashtb'.
6852         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6853         instead of `wl-crosspost-alist-save'.
6854
6855         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6856         of `elmo-folder-message-appendable-p'.
6857         (wl-mime-header-presentation-method): Eliminated.
6858
6859         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6860         (Error occurs in emacs21).
6861
6862         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6863         the current buffer).
6864
6865         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6866         instead of `wl-crosspost-alist-save'.
6867         (wl-init): `elmo-crosspost-message-alist-load'
6868         instead of `wl-crosspost-alist-load'
6869
6870         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6871         (wl-parse-newsgroups): Likewise.
6872         (wl-biff-notify): Run `wl-biff-notify-hook'.
6873
6874 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6877
6878         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6879         when `wl-summary-lazy-highlight' is non-nil.
6880         (wl-summary-goto-folder-subr): Highlight only when
6881         `wl-summary-lazy-highlight' is non-nil.
6882
6883         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6884         Don't display progress and highlight temp-mark when
6885         `wl-summary-lazy-highlight' is non-nil.
6886         (wl-highlight-summary-window): New function.
6887         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6888
6889 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6890
6891         * wl-summary.el (wl-summary-sync): Change `all-visible'
6892         from `all-shown'
6893         (wl-summary-input-range): Ditto.
6894
6895 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6896
6897         * wl-e21.el (wl-highlight-folder-current-line): Call
6898         `wl-folder-init-icons' when folder icons have not been initialized.
6899
6900         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6901
6902         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6903         (wl-demo-image-type-alist): New macro.
6904
6905 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6906
6907         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6908         display does not support graphics.
6909         (wl-plugged-init-icons): Ditto.
6910         (wl-folder-init-icons): Ditto.
6911
6912         * wl-demo.el (wl-demo): Chech closely whether the display
6913         supports graphics.
6914
6915 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-summary.el (wl-summary-get-original-buffer): New function.
6918         (wl-summary-set-crosspost): Use it.
6919         (wl-summary-target-mark-uudecode): Ditto.
6920         (wl-summary-reedit): Ditto.
6921         (wl-summary-resend-bounced-mail): Ditto.
6922         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6923         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6924
6925         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6926         (wl-message-display-internal): Ditto.
6927
6928 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6931
6932 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6933
6934         * wl-summary.el (wl-summary-save-view): Renamed from
6935         `wl-summary-save-status'.
6936
6937 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6938
6939         * wl-summary.el (wl-summary-sync): Added `all-shown'
6940
6941 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6942
6943         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6944
6945 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6946
6947         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6948
6949 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6950
6951         * wl-highlight.el (wl-highlight-summary-line-string): Use
6952         `zerop' instead of `= 0'.
6953         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6954
6955         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6956         for comparing numbers.
6957         (wl-template-prev): Use `zerop' instead of `eq 0'.
6958
6959         * wl-draft.el (wl-draft-insert-current-message): Use
6960         `with-current-buffer' instead of `save-excursion'.
6961         Use `zerop' instead of `eq 0'.
6962
6963 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6964
6965         * wl-draft.el (wl-draft-insert-ccs): New function.
6966         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6967         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6968
6969 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6972
6973 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6974
6975         * wl-expire.el (wl-expire-refile): Don't call
6976         elmo-msgdb-add-msgs-to-seen-list;
6977         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6978         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6979
6980 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-message.el (wl-message-prev-page): Ignore errors while
6983         scroll-down.
6984
6985 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-mime.el: Use elmo-original-message-mode instead of
6988         mmelmo-original-mode.
6989
6990         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6991         `elmo-folder-get-spec';
6992         (wl-fldmgr-add-completion-all-completions):
6993         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6994
6995         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6996         of `elmo-folder-get-type'.
6997
6998         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6999         `elmo-folder-get-spec';
7000         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7001         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7002         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7003         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7004         `elmo-read-msg-no-cache';
7005         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7006         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7007         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7008         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7009         `elmo-cache-save';
7010         (wl-draft-reedit): Use `elmo-message-file-name'.
7011
7012         * wl-expire.el: Use `elmo-folder-name-internal';
7013         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7014         Use macro `wl-summary-buffer-msgdb' instead of variable
7015         `wl-summary-buffer-msgdb';
7016         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7017         Use macro `wl-summary-buffer-folder-name' instead of variable
7018         `wl-summary-buffer-folder-name'.
7019         * wl-score.el: Likewise.
7020
7021         * wl-message.el: Rewrite for new message buffer cache mechanism.
7022         (wl-message-buffer-cache-buffer-get): New macro.
7023         (wl-message-buffer-cache-folder-get): Ditto.
7024         (wl-message-buffer-cache-message-get): Ditto.
7025         (wl-message-buffer-cache-entry-make): Ditto.
7026         (wl-message-buffer-cache-hit): Ditto.
7027         (wl-message-buffer-cache-sort): New function.
7028         (wl-message-buffer-cache-add): Ditto.
7029         (wl-message-buffer-cache-delete): Ditto.
7030         (wl-message-buffer-cache-clean-up): Ditto.
7031         (wl-message-buffer-window): Rewrite.
7032         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7033         (wl-message-buffer-display): New function.
7034         (wl-message-display-internal): New function.
7035
7036 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-folder.el: Use `elmo-folder-name-internal';
7039         Use `wl-folder-get-elmo-folder';
7040         Use `elmo-folder-list-messages' instead of
7041         `elmo-list-folder';
7042         Use `elmo-folder-get-primitive-list' instead of
7043         `elmo-folder-get-primitive-spec-list';
7044         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7045         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7046         Use `elmo-folder-create' instead of `elmo-create-folder'.
7047         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7048         (wl-folder-get-elmo-folder): New macro.
7049         (wl-folder-elmo-folder-cache-get): Ditto.
7050         (wl-folder-elmo-folder-cache-put): Ditto.
7051         (wl-folder-suspend): Call `elmo-quit'.
7052
7053         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7054         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7055         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7056         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7057         (toplevel): require 'cl.
7058         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7059
7060         * wl-summary.el: Rewrite to use new elmo interface.
7061
7062 \f
7063 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7064
7065         * wl-mime.el (wl-draft-preview-message):
7066         Run `wl-draft-send-hook' before collecting recipients information;
7067         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7068
7069         * tm-wl.el (wl-draft-preview-message): Ditto.
7070
7071 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7072
7073         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7074         wrong recipients are displayed when forwarded message.
7075
7076 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * Version number is increased to 2.5.7.
7079
7080 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7081
7082         * wl-message.el (wl-message-next-page): Bind
7083         `window-pixel-scroll-increment' to nil while scrolling up.
7084
7085 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7086
7087         * wl-vars.el (wl-save-hook): New hook.
7088         * wl.el (wl-save): Call `wl-save-hook'.
7089
7090 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7091
7092         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7093         Argument WITH-ARG instead of NO-ARG (negative mean).
7094         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7095         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7096         * wl-message.el (wl-message-follow-current-entity): Likewise.
7097
7098 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7099
7100         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7101         FROM was optional argument.
7102         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7103
7104 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7105
7106         * Version number is increased to 2.5.6.
7107
7108 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7109
7110         * wl-version.el (wl-version-show): Removed.
7111         (wl-version): Add `interactive'.
7112
7113 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7114
7115         * wl-summary.el (wl-summary-get-petname-func): New variable.
7116         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7117         instead of `wl-address-get-petname-1'.
7118         (wl-summary-simple-from): Ditto.
7119
7120         * wl-address.el (wl-address-get-petname-1): Define as function.
7121
7122 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7125         field in the original message.
7126         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7127
7128 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7129
7130         * wl-expire.el (wl-expire-hide):
7131         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7132
7133 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7136         find decoder for To, Cc, and Subject.
7137
7138 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7141         for checking `elmo-use-buffer-cache'.
7142         (wl-summary-mark-as-important): Fixed typo in comment.
7143
7144 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7147         field in the original message.
7148         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7149
7150 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7151
7152         * wl-expire.el (wl-expire-hide):
7153         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7154
7155 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7158         find decoder for To, Cc, and Subject.
7159
7160 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * Version number is increased to 2.5.5.
7163
7164         * wl-address.el (wl-address-specials-regexp): New constant.
7165         (wl-address-quote-specials): Use it.
7166
7167 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-summary.el (wl-summary-rescan):
7170         Call `wl-summary-buffer-number-column-detect'.
7171         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7172
7173         * wl-message.el (wl-message-mode-map): Define.
7174         (wl-message-decode): Use it as local-map.
7175
7176 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7179         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7180
7181 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7184
7185         * wl-mule.el (wl-read-event-char): Ditto.
7186
7187         * wl-e21.el (wl-read-event-char): Ditto.
7188
7189         * wl-nemacs.el (wl-read-event-char): Ditto.
7190         (read-event): Removed.
7191
7192         * wl-util.el (toplevel): Removed dummy definition of
7193         `read-event'.
7194         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7195
7196 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7197
7198         * wl-nemacs.el (elmo-archive-call-process): Moved to
7199         elmo-archive.el.
7200
7201 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7202
7203         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7204         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7205
7206         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7207         instead of magic-number 6.  Use `not' instead of `null' for symbol
7208         `nil' check (not empty list).
7209         (wl-draft-insert-x-face-field): Fixed paren style.
7210
7211         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7212         one-branch conditional statement, instead of `and' and `if'.
7213         (wl-draft-forward): Likewise.
7214         (wl-draft-add-references): Likewise.
7215         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7216
7217         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7218         conditional steatment.  Use `cond' instead of `if'.
7219         (wl-draft-confirm): Likewise.
7220
7221 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7222
7223         * wl-version.el (wl-version-show): Use `product-string-1'
7224         instead of `wl-version'.
7225         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7226
7227         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7228
7229 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7230
7231         * wl-highlight.el (wl-highlight-headers): Revert
7232         `wl-highlight-x-face-func' argument (`beg' and `end').
7233
7234 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7235
7236         * wl.el (toplevel): Move `product-provide' declare.
7237         * wl-demo.el (toplevel): Ditto.
7238         * wl-dnd.el (toplevel): Ditto.
7239         * wl-highlight.el (toplevel): Ditto.
7240         * wl-message.el (toplevel): Ditto.
7241         * wl-refile.el (toplevel): Ditto.
7242         * wl-util.el (toplevel): Ditto.
7243
7244 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7245
7246         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7247         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7248         (wl-thread-close-all): keep cursor position.
7249
7250 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7251
7252         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7253         (eq x 0).
7254         (wl-generate-user-agent-string-1): Fix conditional statement.
7255
7256 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7257
7258         * wl.el (wl-check-environment): Additional check for
7259         'wl-local-domain' and `wl-message-id-domain'.
7260
7261 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7262
7263         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7264
7265 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7266
7267         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7268         instead of `smtp-sasl-user-realm'.
7269
7270 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7273
7274 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7275
7276         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7277         to the default value as well as `eword-lexical-analyzer'.
7278
7279 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7280
7281         * wl-version.el (wl-extended-emacs-version,
7282         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7283         `elmo-match-string' instead of `wl-match-string'.
7284
7285 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7286
7287         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7288         docstring.
7289
7290 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7291
7292         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7293
7294 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7295
7296         * wl-highlight.el (wl-highlight-headers): Remove
7297         `wl-highlight-x-face-func' argument (`beg' and `end').
7298
7299 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-summary.el (wl-summary-mark-as-important):
7302         Remove cache if folder is local.
7303
7304 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7305
7306         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7307         to get existing e-mail address string.
7308
7309 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7310
7311         * wl-version.el (wl-generate-user-agent-string): Commentary.
7312         (wl-generate-user-agent-string-1): Use `when' for
7313         one-branch conditional statement, instead of `and' and `if'.
7314         (wl-extended-emacs-version, wl-extended-emacs-version2,
7315         wl-extended-emacs-version3): Ditto.
7316
7317 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7318
7319         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7320         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7321         condition-case; Remove initialization.
7322         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7323         (wl-summary-sync-update3): Added argument `sync-all';
7324         Eliminated local variable `msgdb';
7325         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7326         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7327         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7328
7329 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7330
7331         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7332         connection before call `wl-draft-send-mail-with-smtp'.
7333
7334 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * Version number is increased to 2.5.4.
7337
7338 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7339
7340         * wl.el (wl-check-environment): Additional check for
7341         'wl-local-domain' and `wl-message-id-domain'.
7342
7343 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7344
7345         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7346         buffer as command specific.
7347         (wl-folder-mark-as-read-all-entity): Ditto.
7348         (wl-folder-prefetch-entity): Ditto.
7349         (wl-folder-drop-unsync-entity): Ditto.
7350
7351         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7352         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7353         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7354
7355         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7356         save-excursion.
7357
7358 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * Version number is increased to 2.5.3.
7361
7362         * wl-summary.el (wl-summary-save-view-cache):
7363         Delete duplicated `write-region';
7364         Use `write-region-as-binary' instead of `as-binary-output-file' and
7365         `write-region'.
7366
7367 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7368
7369         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7370
7371 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7372
7373         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7374         instead of `smtp-via-smtp'.
7375
7376 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7377
7378         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7379
7380 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7381
7382         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7383         instead of `smtp-sasl-user-realm'.
7384
7385 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7386
7387         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7388
7389 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7390
7391         * Version number is increased to 2.5.2.
7392
7393 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7396         does not exist.
7397         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7398         (wl-biff-start): Call `timer-activate' if timer already exists.
7399
7400         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7401         only when it is bound as function.
7402
7403 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * Version number is increased to 2.5.1.
7406
7407 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7408
7409         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7410         Print refile/copy destination.
7411
7412 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7415         queue-flush-only is non-nil.
7416
7417         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7418
7419         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7420         checking cache folder.
7421
7422 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7423
7424         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7425         `regexp-quote'.
7426
7427 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7428
7429         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7430         function.
7431         * wl-summary.el (wl-summary-write-current-folder-functions):
7432         Change default value.  Use it.
7433
7434 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * Version number is increased to 2.5.0.
7437
7438         * wl-version.el (wl-version): Changed codename.
7439
7440 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7441
7442         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7443         (wl-summary-supersedes-message): Ditto.
7444
7445 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7446
7447         * wl-refile.el (wl-refile-guess-functions): Renamed from
7448         `wl-refile-guess-func-list'.
7449
7450 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7451
7452         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7453         Fixed problem when no rule was matched.
7454
7455 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7456
7457         * wl-summary.el (wl-summary-get-mark): Fixed
7458         `wl-summary-buffer-target-mark' check logic.
7459
7460 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7461
7462         * wl-folder.el (wl-folder-write-current-folder): Added group
7463         folder check.
7464
7465         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7466         `wl-summary-write-current-newsgroup'.
7467         (wl-summary-write-current-folder-functions): New variable.
7468         * wl-folder.el (wl-folder-get-newsgroups): New function.
7469         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7470         (wl-folder-write-current-folder): Renamed from
7471         `wl-folder-write-current-newsgroup'.
7472
7473 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7474
7475         * Version number is increased to 2.3.93.
7476
7477 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7480         (wl-ldap-make-matched-value-list): Ditto.
7481         (wl-ldap-alias-safe-string): Split e-mail address.
7482
7483         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7484         petname folder default was selected.
7485         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7486         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7487
7488 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7491         to `wl-draft-config-exec'.
7492
7493         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7494         instead of calling `wl-draft-config-exec';
7495         Process group-list and show recipients in minibuffer.
7496
7497         * tm-wl.el (wl-draft-preview-message): Ditto.
7498
7499 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7500
7501         * wl.el (toplevel): Added (C) to copyright notice, and
7502         sync Author header.
7503         * tm-wl.el (toplevel): Ditto.
7504         * wl-address.el (toplevel): Ditto.
7505         * wl-demo.el (toplevel): Ditto.
7506         * wl-dnd.el (toplevel): Ditto.
7507         * wl-draft.el (toplevel): Ditto.
7508         * wl-e21.el (toplevel): Ditto.
7509         * wl-expire.el (toplevel): Ditto.
7510         * wl-folder.el (toplevel): Ditto.
7511         * wl-highlight.el (toplevel): Ditto.
7512         * wl-message.el (toplevel): Ditto.
7513         * wl-mime.el (toplevel): Ditto.
7514         * wl-mule.el (toplevel): Ditto.
7515         * wl-nemacs.el (toplevel): Ditto.
7516         * wl-refile.el (toplevel): Ditto.
7517         * wl-score.el (toplevel): Ditto.
7518         * wl-summary.el (toplevel): Ditto.
7519         * wl-template.el (toplevel): Ditto.
7520         * wl-thread.el (toplevel): Ditto.
7521         * wl-util.el (toplevel): Ditto.
7522         * wl-vars.el (toplevel): Ditto.
7523         * wl-xmas.el (toplevel): Ditto.
7524
7525 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7526
7527         * wl.el (wl-init): Added comment about `wl-init-hook'.
7528         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7529         * wl-vars.el (wl-init-hook): Added docs.
7530         (wl-make-plugged-hook): Removed useless docs.
7531         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7532         * wl-xmas.el (toplevel): Ditto.
7533
7534 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * wl-address.el (toplevel): Fixed multiple Author header format.
7537         * wl-demo.el (toplevel): Ditto.
7538         * wl-draft.el (toplevel): Ditto.
7539         * wl-folder.el (toplevel): Ditto.
7540         * wl-summary.el (toplevel): Ditto.
7541         * wl-thread.el (toplevel): Ditto.
7542         * wl-util.el (toplevel): Ditto.
7543         * wl-vars.el (toplevel): Ditto.
7544         * wl-version.el (toplevel): Ditto.
7545         * wl-xmas.el (toplevel): Ditto.
7546         * wl.el (toplevel): Ditto.
7547
7548         * wl-version.el (toplevel): Added require `elmo-version' for
7549         `product-version-as-string'.
7550
7551 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-vars.el (wl-draft-send-hook): Changed default value to
7554         '(wl-draft-config-exec).
7555
7556         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7557         explicitly.
7558         (wl-draft): Set `wl-draft-config-exec-flag' before running
7559         `wl-mail-setup-hook'.
7560
7561         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7562         `wl-biff-init-icons' to `wl-init-hook' instead of
7563         `wl-make-plugged-hook'.
7564         (Because if `wl-draft' command is invoked at first,
7565         they are not initialized)
7566         Updated copyright notice.
7567
7568         * wl-e21.el (toplevel): Ditto;
7569
7570         * wl-demo.el (toplevel): Updated copyright notice.
7571         * wl-address.el (toplevel): Ditto.
7572         * wl-draft.el (toplevel): Ditto.
7573         * wl-version.el (toplevel): Ditto.
7574         * wl-folder.el (toplevel): Ditto.
7575         * wl-summary.el (toplevel): Ditto.
7576         * wl-thread.el (toplevel): Ditto.
7577         * wl-util.el (toplevel): Ditto.
7578         * wl-vars.el (toplevel): Ditto.
7579         * wl.el (toplevel): Ditto.
7580
7581 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-highlight.el (wl-highlight-message): Fixed problem of
7584         highlighting failure which occured when the last field contains
7585         multiple lines in the draft buffer.
7586
7587         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7588         `wl-biff-start' if plugged.
7589
7590         * wl-util.el (wl-biff-check-folder): New function.
7591         (wl-biff-check-folders): Don't set session name prefix.
7592         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7593         (wl-biff-check-folder-async): Ditto.
7594
7595         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7596         in email address.
7597
7598 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7599
7600         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7601
7602         * wl-draft.el (wl-draft-strip-subject-re): New function.
7603
7604         * wl-draft.el (wl-draft-reply): Use it.
7605
7606 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7607
7608         * wl-message.el (wl-mmelmo-message-redisplay): Use
7609         `mime-display-message' instead of `wl-mime-display-message'.
7610
7611         * wl-mime.el (toplevel): Removed compatibility workaround
7612         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7613         (wl-mime-display-message): Abolished.
7614         (wl-mime-entity-read-field): Ditto.
7615         (wl-mime-combine-message/partial-pieces): Use
7616         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7617
7618 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7619
7620         * wl-template.el: Doc fixes.
7621
7622 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7623
7624         * wl-e21.el (wl-message-overload-functions): Do nothing if
7625         `current-local-map' is not available.
7626         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7627
7628 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7629
7630         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7631         representation.
7632
7633         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7634         number.
7635         (wl-fldmgr-save-folders): Don't use `format' when insert
7636         `wl-fldmgr-folders-header'.
7637
7638 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7639
7640         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7641
7642 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7643
7644         * wl-highlight.el (wl-highlight-message):
7645         Use `std11-field-end' to detect end point of the header field.
7646         Refer `wl-highlight-max-header-size'.
7647
7648         * wl-vars.el (wl-highlight-max-header-size): New variable.
7649
7650         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7651
7652         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7653         Set `for-draft' argument of wl-highlight-headers.
7654         (wl-draft): Ditto.
7655         (wl-draft-reedit): Ditto.
7656         (wl-user-agent-compose-internal): Ditto.
7657
7658 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7659
7660         * wl-message.el (wl-message-add-button): Use overlay.
7661
7662 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7665
7666         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7667         problem when group-list content is nothing.
7668         (Reported by Mito <mit@nines.nec.co.jp>)
7669
7670 2000-10-18  SAITO Atsunori <sai@yedo.com>
7671
7672         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7673
7674 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7675
7676         * tm-wl.el (toplevel): Use product-provide.
7677
7678 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * Version number is increased to 2.3.92.
7681
7682 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7683
7684         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7685         title text, use `display' property for left margin under Emacs 21.
7686
7687         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7688         properties.
7689         (wl-plugged-init-icons): Ditto.
7690
7691 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7692
7693         * wl.el (wl-save-status, wl-init): Remove last period in
7694         "...done." message.
7695         * tm-wl.el (wl-summary-burst): Ditto.
7696         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7697         wl-summary-resume-cache-status,
7698         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7699         wl-summary-sync-update3, wl-summary-highlight-msgs,
7700         wl-summary-flush-pending-append-operations,
7701         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7702         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7703         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7704         wl-thread-open-all): Ditto.
7705         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7706         * wl-mime.el (wl-summary-burst): Ditto.
7707         * wl-highlight.el (wl-highlight-summary): Ditto.
7708         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7709         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7710         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7711         * wl-address.el (wl-local-address-init): Ditto.
7712
7713 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7714
7715         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7716         `add-text-properties'.
7717         (wl-plugged-init-icons): Ditto.
7718         (wl-folder-init-icons): Use `propertize' instead of
7719         `put-text-property'.
7720         (wl-plugged-set-folder-icon): Ditto.
7721         (wl-e21-highlight-folder-group-line): Ditto.
7722
7723 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-version.el (wl-version-status-alist): New variable.
7726         (wl-version-status): New function.
7727
7728         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7729         "Cc" part of the case "Reply-To".
7730
7731         * wl-draft.el (wl-draft-reply): Use result of
7732         `eword-extract-address-components'.
7733
7734         * wl-demo.el (wl-demo-icon-name): New constant.
7735         (wl-logo-xpm): Use it.
7736         (wl-logo-xbm): Ditto.
7737         (wl-logo-bitmap): Ditto.
7738
7739         * Version number is increased to 2.3.91.
7740
7741 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7742
7743         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7744         (wl-extended-emacs-version, wl-extended-emacs-version2,
7745         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7746         docstring.
7747
7748         * wl-version.el (wl-generate-user-agent-string-1): New function.
7749         (wl-generate-user-agent-string): Use it.
7750
7751         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7752         `mime-edit-insert-user-agent-field'.
7753         (wl-generate-user-agent-string): Check
7754         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7755
7756         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7757         instead of `if', when verbose case.
7758
7759 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7760
7761         * wl-expire.el (wl-summary-expire): Fix.
7762
7763 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7764
7765         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7766         and `elmo-lost+found-folder' if 'wl-draft.
7767         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7768
7769 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7770
7771         * wl-expire.el (wl-summary-expire): Change messages.
7772         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7773         `deleing-info' instead of "Deleting..."
7774
7775 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7776
7777         * wl-summary.el (wl-summary-refile-subr): Fix.
7778
7779 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7780
7781         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7782         if pipe folder.
7783
7784 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7785
7786         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7787
7788 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7789
7790         * wl-expire.el (wl-expire-hide): New function.
7791         (wl-summary-expire): Add `hide'.
7792
7793 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-vars.el (wl-draft-reply-without-argument-list):
7796         Changed default value to consider `Reply-To:'.
7797         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7798
7799         * Version number is increased to 2.3.90.
7800
7801         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7802         elmo-imap4-get-session with unwind-protect.
7803         Don't cause error.
7804         (wl-summary-sync-marks): Don't check plugged nor folder type.
7805         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7806         (Always keep current buffer).
7807
7808 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7809
7810         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7811         Enclose with `save-excursion'.
7812
7813 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7814
7815         * wl-version.el (wl-version): Remove interactive.
7816
7817 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7818
7819         * wl-version.el (wl-generate-user-agent-string): Use
7820         `product-string-verbose' instead of `product-string-1'.
7821
7822 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7823
7824         * wl-vars.el (wl-draft-use-cache): New variable.
7825         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7826         if wl-draft-use-cache is non-nil.
7827
7828 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7829
7830         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7831         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7832
7833 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7836         (wl-thread-msg-mark-as-unread): Ditto.
7837
7838         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7839         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7840         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7841         Don't set mark in summary if return value of `elmo-mark-as-read'
7842         is nil.
7843         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7844         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7845         instead of `wl-thread-msg-mark-as-read'.
7846         (wl-summary-mark-as-unread-region): Ditto.
7847         (wl-summary-target-mark-mark-as-read): Ditto.
7848
7849         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7850
7851 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7854
7855         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7856
7857 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7858
7859         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7860         face.
7861
7862 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7863
7864         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7865         `running-xemacs'.
7866
7867 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7868
7869         * wl-version.el (toplevel): Use `product-version-as-string' for
7870         set verstion-string, if defined.
7871
7872         * wl-version.el (wl-version-show): Insert string at point, when
7873         call with argument.
7874
7875         * wl-version.el (wl-generate-user-agent-string): Use
7876         `product-string-1' instead of `wl-appname', `wl-version' and
7877         `wl-codename'.
7878
7879 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7880
7881         * wl-address.el (toplevel): Use product-provide.
7882         * wl-demo.el (toplevel): Ditto.
7883         * wl-dnd.el (toplevel): Ditto.
7884         * wl-draft.el (toplevel): Ditto.
7885         * wl-e21.el (toplevel): Ditto.
7886         * wl-expire.el (toplevel): Ditto.
7887         * wl-fldmgr.el (toplevel): Ditto.
7888         * wl-folder.el (toplevel): Ditto.
7889         * wl-highlight.el (toplevel): Ditto.
7890         * wl-message.el (toplevel): Ditto.
7891         * wl-mime.el (toplevel): Ditto.
7892         * wl-mule.el (toplevel): Ditto.
7893         * wl-nemacs.el (toplevel): Ditto.
7894         * wl-refile.el (toplevel): Ditto.
7895         * wl-score.el (toplevel): Ditto.
7896         * wl-summary.el (toplevel): Ditto.
7897         * wl-template.el (toplevel): Ditto.
7898         * wl-thread.el (toplevel): Ditto.
7899         * wl-util.el (toplevel): Ditto.
7900         * wl-vars.el (toplevel): Ditto.
7901         * wl-xmas.el (toplevel): Ditto.
7902         * wl.el (toplevel): Ditto.
7903
7904 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7905
7906         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7907         instead of product.
7908
7909         * wl-version.el (wl-version): Compile time evalution elmo-version.
7910
7911 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7912
7913         * wl-summary.el (wl-summary-sync-force-update): Append queue
7914         `mark-as-read'if unplugged.
7915
7916 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7917
7918         * wl-version.el: New file.  Use product.el.
7919         * wl.el: add (require 'wl-version).
7920         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7921         for ~/.folders header.
7922         (wl-fldmgr-folders-header): Changed.
7923         * wl-demo.el (wl-demo): Use product.el.
7924
7925         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7926         wl-version.el.
7927         * wl-util.el (wl-version, wl-version-show): Ditto.
7928
7929         * wl-util.el (wl-generate-user-agent-string,
7930         wl-extended-emacs-version, wl-extended-emacs-version2,
7931         wl-extended-emacs-version3): Move to wl-version.el.
7932         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7933         xemacs-codename, mime-edit-insert-user-agent-field,
7934         mime-edit-user-agent-value, mime-editor/version,
7935         mime-editor/codename): Compile warning killer move to
7936         wl-version.el
7937
7938 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7939
7940         * wl-summary.el (wl-summary-refile-subr): Fix.
7941
7942 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7945         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7946
7947 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7948
7949         * wl.el (wl-check-environment): Check too many `@'.
7950
7951 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7952
7953         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7954
7955 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7956
7957         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7958         wl-draft-reply-myself-without-argument-list): Add variables.
7959         * wl-draft.el (wl-draft-reply): Use it.
7960
7961 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7962
7963         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7964         the 5th argument of `elmo-network-get-spec'.
7965
7966         * wl-thread.el (wl-thread-reparent-children): New inline function.
7967         (wl-thread-delete-message): Use it.
7968
7969         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7970         (wl-summary-score-update-all-lines): Don't use `dolist'.
7971
7972 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7973
7974         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7975         (require 'elmo-msgdb) for inline function.
7976
7977 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7978
7979         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7980
7981 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7982
7983         * wl-score.el (wl-score-headers): Fix for the confusing macro
7984         `elmo-kill-buffer'.
7985
7986 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7987
7988         * wl-summary.el: Don't use the 3rd argument of `require' because
7989         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7990         * wl-util.el: Ditto.
7991         * wl-draft.el: Ditto.
7992
7993 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7994
7995         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7996         window system is not used.
7997
7998 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7999
8000         * wl-thread.el: Don't use `mapcar' only for iteration.
8001         (wl-thread-resume-entity): Ditto.
8002         (wl-thread-delete-message): Ditto.
8003
8004         * wl-summary.el: Bind `dragdrop-drop-functions',
8005         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8006         of `require' for `timezone', `easymenu' and `ps-print';
8007         don't use `mapcar' only for iteration.
8008
8009         * wl-util.el: Bind `mule-version', `nemacs-version',
8010         `emacs-beta-version', `xemacs-codename',
8011         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8012         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8013         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8014         only for iteration.
8015
8016         * wl-score.el: Don't use `mapcar' only for iteration.
8017         (wl-score-simplify-buffer-fuzzy): Ditto.
8018         (wl-score-simplify-subject): Ditto.
8019         (wl-score-headers): Ditto.
8020         (wl-summary-score-update-all-lines): Ditto.
8021
8022         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8023         `enable-multibyte-characters' and `mule-version'.
8024
8025         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8026         `mapcar' only for iteration.
8027
8028         * wl-demo.el: Don't use `mapcar' only for iteration.
8029
8030         * wl-folder.el: Don't use `mapcar' only for iteration.
8031         (wl-folder-open-all): Ditto.
8032         (wl-folder-count-incorporates): Ditto.
8033
8034         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8035         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8036
8037         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8038         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8039         `smtp-connection-type'; specify 3rd argument of `require' for
8040         `timezone'; don't use `mapcar' only for iteration.
8041         (wl-draft-clone-local-variables): Don't use `mapcar'.
8042         (wl-draft-generate-clone-buffer): Ditto.
8043         (wl-user-agent-compose-internal): Ditto.
8044
8045         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8046
8047         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8048         (wl-save-status): Ditto.
8049
8050         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8051         for iteration.
8052
8053 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8056         removed `Date'.
8057         (wl-fldmgr-make-filter-default): New user option.
8058
8059         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8060         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8061         (wl-fldmgr-filter-completion-alist): Abolish.
8062
8063         * wl.el (wl): Don't check servers if arg is non-nil.
8064
8065         * wl-draft.el (wl-draft-reply): Set only message-id string to
8066         In-Reply-To field.
8067
8068 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8069
8070         * wl-summary.el (wl-summary-pick): Rewrite.
8071
8072         * wl-draft.el (wl-draft-forward): Get references field from
8073         original buffer.
8074         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8075
8076 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8077
8078         * wl-draft.el (wl-draft-forward): Add references field.
8079
8080 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8081
8082         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8083         (wl-draft-reply): Use it.
8084
8085 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8086
8087         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8088         when Emacs 21 is running.
8089
8090         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8091         bindings.
8092
8093 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8094
8095         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8096         XPM icons transparent.
8097
8098         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8099         Emacs 21.
8100
8101 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8104         nil.
8105
8106         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8107         when it is persistent.
8108         (wl-summary-sync-marks): Changed argument for
8109         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8110         (wl-summary-virtual): Use `elmo-read-search-condition'.
8111         (wl-summary-redisplay-internal): If folder is local, mark as read
8112         even when folder is plugged.
8113
8114 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8115
8116         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8117         of `tool-bar-lines' in the frame parameters.
8118         (after-make-frame-functions, post-command-hook): Don't modify the
8119         value.
8120         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8121         wl-e21-tool-bar-lines): Removed.
8122
8123 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8124
8125         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8126         properties `evaporate' and `wl-momentary-overlay' as well.
8127         (wl-highlight-summary-displaying): Ditto.
8128         (wl-delete-all-overlays): Don't delete overlay which does not have
8129         a property `wl-momentary-overlay'.
8130
8131         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8132         `display-mouse-p' and `display-graphic-p'.
8133         (wl-folder-init-icons): Don't search for XBM or the other files.
8134         (wl-plugged-set-folder-icon): Make icons if and only if
8135         `display-graphic-p' returns non-nil.
8136         (wl-highlight-plugged-current-line): Use `before-string' overlay
8137         property to show icon images.
8138         (wl-highlight-folder-current-line): Ditto.
8139         (wl-e21-highlight-folder-group-line): Ditto.
8140         (wl-e21-highlight-folder-by-numbers): Ditto.
8141         (wl-e21-insert-image): Removed.
8142         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8143         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8144         said.
8145         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8146         `wl-e21-force-switch-toolbar'.
8147         (wl-e21-make-icon-image): Removed.
8148         (wl-e21-setup-toolbar): Don't search for XBM files.
8149         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8150         the default value.
8151
8152 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8153
8154         * wl-util.el (wl-biff-check-folder-async): Set
8155         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8156
8157 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8158
8159         * wl-e21.el (after-make-frame-functions): Add
8160         `wl-e21-force-switch-toolbar'.
8161         (wl-e21-force-switch-toolbar): New function force to switch the
8162         toolbar appearance automatically.
8163         (post-command-hook): Add `wl-e21-switch-toolbar'.
8164         (wl-e21-switch-toolbar): New function to switch the toolbar
8165         appearance automatically.
8166         (wl-e21-tool-bar-lines): New buffer local variable.
8167
8168 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-util.el (wl-biff-check-folders-running): New variable.
8171         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8172         (wl-biff-check-folder-async-callback):
8173         Set `wl-biff-check-folders-running'.
8174         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8175         with unwind-protect.
8176
8177         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8178         Enclose `wl-folder-auto-check' with unwind-protect.
8179
8180         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8181         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8182
8183         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8184
8185         * wl-util.el (wl-biff-notify): New inline function.
8186         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8187         locally.
8188         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8189         folder-list' is 1.
8190         Use `wl-biff-notify'.
8191         (wl-biff-check-folder-async-callback): New function.
8192         (wl-biff-check-folder-async): Ditto.
8193
8194         * wl-folder.el (wl-folder): Don't check folders.
8195         (wl-folder-auto-check): New function.
8196
8197 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8198
8199         * wl-util.el (wl-biff-start) [Emacs19+]:
8200         Use `timer-next-integral-multiple-of-time'.
8201         (wl-biff-check-folders): Use `wl-default-folder'
8202         if `wl-biff-check-folder-list' is nil.
8203
8204 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8205
8206         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8207         instead of `elmo-delete-lists'.
8208
8209 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8210
8211         * wl.el (wl-plugged-toggle-all): Set the value of
8212         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8213         (wl-plugged-toggle): Ditto.
8214         (wl-toggle-plugged): Ditto.
8215         (wl-plugged-init): Ditto.
8216
8217         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8218         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8219         instead of `wl-biff-state-indicator-off' and
8220         `wl-biff-state-indicator-on'; don't modify the value and the type
8221         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8222         (wl-plugged-init-icons): Set icons data to
8223         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8224         instead of `wl-plug-state-indicator-off' and
8225         `wl-plug-state-indicator-on'; don't modify the value and the type
8226         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8227
8228         * wl-vars.el (wl-modeline-biff-state-off,
8229         wl-modeline-biff-state-on, wl-modeline-biff-status,
8230         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8231         wl-modeline-plug-status): New internal variables.
8232         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8233         wl-biff-check-interval, wl-biff-check-folder-list): Change
8234         customization group from `wl-folder' to `wl-highlight'.
8235         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8236         wl-show-plug-status-on-modeline): Defcustomized.
8237
8238         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8239         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8240         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8241         a flag to `mode-line-buffer-identification'.
8242
8243         * wl-e21.el (wl-biff-init-icons): Set icons data to
8244         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8245         instead of `wl-biff-state-indicator-off' and
8246         `wl-biff-state-indicator-on'.
8247         (wl-plugged-init-icons): Set icons data to
8248         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8249         instead of `wl-plug-state-indicator-off' and
8250         `wl-plug-state-indicator-on'.
8251
8252 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8253
8254         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8255         excessive titles.
8256
8257 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8258
8259         * wl.el (wl-plugged-mode): Use revised
8260         `wl-mode-line-buffer-identification'.
8261         (wl-plugged-init): Don't use `force-mode-line-update'.
8262
8263         * wl-xmas.el (wl-draft-overload-functions): Use revised
8264         `wl-mode-line-buffer-identification'.
8265         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8266         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8267         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8268         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8269         `wl-make-plugged-hook';
8270         add `wl-folder-init-icons' and `wl-setup-folder' to
8271         `wl-folder-mode-hook'.
8272
8273         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8274         19 as well.
8275         (wl-mode-line-display-priority-list): New user option.
8276         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8277         Defcustomized.
8278         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8279         Add docs.
8280
8281         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8282         start.
8283         (wl-mode-line-buffer-identification): Revised as a function.
8284
8285         * wl-summary.el (wl-summary-mode): Use revised
8286         `wl-mode-line-buffer-identification'; don't call
8287         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8288         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8289         `wl-xmas-setup-summary'.
8290
8291         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8292         `wl-mode-line-buffer-identification'.
8293
8294         * wl-mule.el (wl-draft-overload-functions): Use revised
8295         `wl-mode-line-buffer-identification'.
8296
8297         * wl-folder.el (wl-make-plugged-alist): Don't call
8298         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8299         (wl-folder): Don't call `wl-folder-init-icons' directly.
8300         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8301         `wl-xmas-setup-folder' directly;
8302         use revised `wl-mode-line-buffer-identification'.
8303         (TopLevel): Don't bind `wl-biff-init-icons',
8304         `wl-plugged-init-icons', `wl-folder-init-icons',
8305         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8306
8307         * wl-e21.el (wl-draft-overload-functions): Use revised
8308         `wl-mode-line-buffer-identification'.
8309         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8310         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8311         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8312         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8313         `wl-make-plugged-hook';
8314         add `wl-folder-init-icons' and `wl-setup-folder' to
8315         `wl-folder-mode-hook'.
8316
8317 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8318             Katsumi Yamaoka    <yamaoka@jpl.org>
8319
8320         * wl.el (wl): Call `wl-biff-start'.
8321         (wl-exit): Call `wl-biff-stop'.
8322         (wl-plugged-mode): Show biff in modeline.
8323         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8324
8325         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8326         (wl-biff-init-icons): New function.
8327         (wl-plugged-init-icons): Don't make too much keymaps.
8328         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8329
8330         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8331         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8332         variables.
8333         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8334         options.
8335
8336         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8337         wl-biff-start, wl-biff-stop): New functions.
8338         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8339         (wl-biff-timer-name): New variable.
8340
8341         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8342
8343         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8344         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8345
8346         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8347         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8348
8349         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8350         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8351         `wl-folder-init-icons' to `ignore' if they are not available.
8352         (wl-folder-mode): Show biff in modeline.
8353
8354         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8355         (wl-biff-init-icons): New function.
8356         (wl-plugged-init-icons): Don't make too much keymaps.
8357         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8358
8359 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8360
8361         * wl-vars.el (wl-strict-diff-folders): Customization Type
8362         and doc fix.  Define as a list of regular expressions for
8363         folders or nil.
8364         * wl-folder.el (wl-folder-check-one-entity): Use
8365         `wl-string-match-member' instead of `wl-string-member' for
8366         `wl-strict-diff-folders'.
8367
8368 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8369
8370         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8371         (wl-highlight-folder-current-line): Use it; new implementation.
8372         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8373         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8374         `defsubst' instead of `defun'.
8375
8376         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8377         `wl-highlight-group-folder-by-numbers'; made it can also be a
8378         number.  See info for more details.
8379
8380         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8381         running.
8382
8383         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8384         to bind them.
8385
8386         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8387         (wl-highlight-folder-current-line): New implementation.
8388
8389         * wl-highlight.el (wl-highlight-folder-group-line): New
8390         implementation.
8391         (wl-delete-all-overlays): Rewrite as a marco.
8392         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8393
8394         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8395         running.
8396         (wl-folder-*-glyph): No need to bind them.
8397
8398         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8399         `wl-e21-highlight-folder-group-icon'; rewrite.
8400         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8401         `defsubst' instead of `defun'.
8402         (wl-folder-mode-map): Bind it when compiling.
8403
8404 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8407
8408         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8409
8410 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8411
8412         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8413
8414 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8415
8416         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8417         (wl-highlight-folder-current-line): Use it.
8418
8419         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8420         in `id-name'.
8421
8422 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8423
8424         * wl.el: Require `wl-e21' when Emacs 21 is running.
8425
8426         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8427         default when Emacs 21 is running.
8428         (wl-use-highlight-mouse-line): Ditto.
8429         (wl-on-emacs21): New constant.
8430         (wl-on-emacs20): Removed.
8431
8432         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8433         Emacs 21 is running.
8434
8435         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8436         Emacs 21 is running.
8437
8438         * wl-e21.el: New file.
8439
8440 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8441
8442         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8443         (wl-toggle-plugged): Ditto.
8444         (wl-plugged-toggle): Ditto.
8445         (wl-plugged-toggle-all): Ditto.
8446
8447         * wl-vars.el (wl-plug-state-indicator): Refer
8448         `wl-plug-state-indicator-on' indirectly.
8449
8450 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8451
8452         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8453         Call `wl-folder-confirm-existence'.
8454
8455         * wl-folder.el (wl-folder-confirm-existence): Added optional
8456         argument `force'.
8457
8458 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8459
8460         * wl-summary.el (wl-summary-refile-subr): Assume
8461         `copy-or-refile' as symbol.
8462         (wl-summary-refile): Follow up above change.
8463         (wl-summary-copy): Ditto.  Doc fix.
8464
8465 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * wl-summary.el (wl-summary-pick): Don't bind
8468         `elmo-search-mime-charset'.
8469
8470         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8471         default using old backquote style.
8472         (wl-search-mime-charset): Abolished.
8473
8474         * wl-highlight.el (wl-highlight-headers):
8475         Call `point' after `re-search-forward'(for Nemacs).
8476
8477         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8478         for elmo-imap4.el.
8479
8480 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8481
8482         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8483         `wl-message-ignored-field-list' instead of
8484         `mime-view-ignored-field-list'.
8485
8486         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8487         Add interactive spec.
8488         (wl-folder-goto-bottom-of-current-folder): Ditto.
8489         (wl-folder-mode-map): Bind them.
8490
8491         * wl-vars.el (wl-message-ignored-field-list): New variable.
8492         (wl-message-visible-field-list): New variable.
8493
8494         * wl-mime.el (wl-mime-header-presentation-method): New function.
8495         (wl-mime-setup): Set header-presentation-method.
8496
8497 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8498
8499         * wl-nemacs.el (wl-draft-overload-functions): Set
8500         `mode-line-buffer-identification' instead of using
8501         `wl-make-modeline'.
8502
8503         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8504         instead of using `wl-make-modeline'.
8505
8506         * wl-xmas.el (wl-plugged-init-icons): Set up
8507         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8508         (wl-make-modeline): Abolish.
8509         (wl-draft-overload-functions): Set
8510         `mode-line-buffer-identification' instead of using
8511         `wl-make-modeline'.
8512
8513         * wl-util.el (wl-make-modeline-subr): Abolish.
8514         (wl-mode-line-buffer-identification): New alias.
8515
8516         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8517         (wl-summary-make-modeline): Abolish.
8518         (wl-summary-buffer-set-folder): Set
8519         `wl-summary-buffer-folder-indicator'.
8520         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8521         of using `wl-make-modeline'.
8522         (wl-summary-switch-to-clone-buffer): Don't set
8523         `mode-line-buffer-identification'.
8524         (wl-summary-goto-folder-subr): Ditto.
8525
8526         * wl-mule.el (wl-draft-overload-functions): Set
8527         `mode-line-buffer-identification' instead of using
8528         `wl-make-modeline'.
8529
8530         * wl-folder.el (wl-folder-mode): Set
8531         `mode-line-buffer-identification' instead of using
8532         `wl-make-modeline'.
8533         (wl-folder): Don't set `mode-line-buffer-identification'.
8534
8535 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8536
8537         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8538         instead of `member' for `wl-refile-guess-func-list' look-ups.
8539         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8540
8541 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8542
8543         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8544         `wl-message-button-dispatcher'.
8545
8546         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8547
8548         * wl-message.el (wl-message-button-dispatcher): Use it.
8549
8550         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8551         "In-Reply-To".
8552
8553         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8554         Bind `case-fold-search' to t.
8555
8556 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8557
8558         * wl-xmas.el (wl-message-overload-functions): Initialize
8559         `wl-message-button-map'.
8560
8561         * wl-mule.el (wl-message-overload-functions): Initialize
8562         `wl-message-button-map'.
8563
8564         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8565
8566         * wl-message.el (wl-message-button-map): New keymap.
8567         (wl-message-add-button): New function.
8568         (wl-message-button-dispatcher): New function.
8569         (wl-message-button-refer-article): New function.
8570
8571         * wl-highlight.el
8572         (wl-highlight-message-add-buttons-to-header): New function.
8573         (wl-highlight-headers): Use it.
8574
8575 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8576
8577         * wl-summary.el (wl-summary-default-from): Use
8578         `wl-address-get-petname-1'.
8579         (wl-summary-simple-from): Ditto.
8580
8581         * wl-address.el (wl-address-get-petname-1): New inline function.
8582         (wl-address-get-petname): Use it.
8583
8584 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8585
8586         * wl-summary.el (wl-summary-default-from): Return full-name part
8587         from the address if no petname was found.
8588         (wl-summary-simple-from): Ditto.
8589
8590         * wl-address.el (wl-address-get-petname): Return nil if no petname
8591         associated with the address was found.
8592
8593 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8594
8595         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8596         display is finished.
8597
8598 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8599
8600         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8601         `elmo-folder-exists-p' argument.
8602
8603 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8604
8605         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8606         the folder.
8607
8608 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8609
8610         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8611
8612         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8613         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8614
8615 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8616
8617         * wl-folder.el (wl-folder-create-subr): New function.
8618         (wl-folder-confirm-existence): Use it.
8619         (wl-folder-check-one-entity): Use it.
8620         Check the error symbol is derived from 'elmo-open-error.
8621
8622         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8623         `ignore-error'.
8624
8625 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8626
8627         * wl-util.el (toplevel): Add (eval-when-compile (require
8628         'elmo-util)).  (Maybe `provide' is typo.)
8629
8630 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8631
8632         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8633         (I don't know why this was needed.)
8634
8635         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8636         Follow up changes for stream-type.
8637
8638         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8639         (wl-draft-elmo-nntp-send): Ditto.
8640
8641         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8642         (wl-nntp-posting-stream-type): Ditto.
8643         (wl-pop-before-smtp-ssl): Abolished.
8644         (wl-nntp-posting-ssl): Ditto.
8645
8646         * wl-address.el (wl-address-quote-specials): New function.
8647         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8648
8649         * wl-draft.el (wl-draft-reply): Ditto.
8650
8651 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8652
8653         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8654         use function `wl-string-match-assoc'.
8655
8656 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8659
8660         * wl-draft.el (wl-draft-deduce-address-list): New function.
8661         (wl-draft-parse-mailbox-list): Ditto.
8662         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8663         instead of `smtp-deduce-address-list'.
8664         (wl-draft-on-field-p): Follow group list.
8665
8666         * wl-address.el (wl-address-concat-token): New function.
8667         (wl-address-string-without-group-list-contents): Ditto.
8668         (wl-complete-field-body): Fixed problem of completion
8669         by japanese petname.
8670         (wl-address-make-completion-list): Rewrite.
8671
8672 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8673
8674         * wl-address.el (wl-address-make-completion-list): Completion by
8675         petname.
8676         (wl-complete-field-body): Likewise.
8677
8678 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8681         contains invalid address syntax.
8682
8683 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8684
8685         * wl-folder.el (wl-folder-check-entity-async): Use
8686         `elmo-nntp-spec-hostname'.
8687
8688 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8689
8690         * wl-summary.el (wl-summary-msgdb-load-async): Use
8691         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8692
8693 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8694
8695         * wl-draft.el (wl-draft-reply): Set argument
8696         `content-transfer-encoding' as nil.
8697
8698 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8699
8700         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8701         `wl-refile-alist'.
8702
8703 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8704
8705         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8706         (wl-draft-edit-string): Ditto.
8707         (wl-draft-forward): Ditto.
8708         * wl-summary.el (wl-summary-write): Ditto.
8709
8710 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-summary.el (wl-summary-sync-update3): Call
8713         `wl-summary-buffer-number-column-detect'.
8714         (wl-summary-buffer-number-column-detect): Search from point-min.
8715
8716 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8719         contains an address which is not included in original to or cc.
8720
8721 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8722
8723         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8724         begin-line does not exist.
8725         * wl-message.el (wl-message-uu-substring): Ditto.
8726
8727 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8728
8729         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8730         clear local variables.
8731         (wl-summary-exit): Call `elmo-commit'.
8732         (wl-summary-switch-to-clone-buffer): Call
8733         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8734         (wl-summary-goto-folder-subr): Ditto.
8735
8736         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8737         POP folder.
8738
8739 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8742         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8743         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8744         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8745         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8746         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8747
8748         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8749
8750 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8751
8752         * wl-summary.el (wl-summary-search-by-subject):
8753         Search parent message from the latest one.
8754
8755 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8758         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8759
8760         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8761         New user option.
8762
8763         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8764         if elmo-nntp-use-killed-list is nil.
8765         Use `elmo-msgdb-append-to-killed-list'.
8766         (Append numbers confirmed as disappeared to the killed list.)
8767         (wl-summary-confirm-appends): Don't display negative number.
8768
8769 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8770
8771         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8772
8773 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8774
8775         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8776         range is `all'.
8777         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8778         `elmo-list-bigger-diff'.
8779
8780 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8781
8782         * wl-summary.el (wl-summary-buffer-exit-func):
8783         New buffer local variable.
8784         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8785
8786 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8787
8788         * wl-demo.el (wl-demo): Fix the last change.
8789
8790 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8791
8792         * wl-demo.el (wl-demo): Don't use `eval'.
8793
8794 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8795
8796         * wl-summary.el (wl-summary-buffer-thread-modified):
8797         New buffer-local variable.
8798         (wl-summary-set-thread-modified): New function.
8799         (wl-summary-thread-modified-p): New function.
8800         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8801         (wl-summary-yank-saved-message): Use function
8802         `wl-summary-set-thread-modified'
8803         (wl-summary-switch-to-clone-buffer): Add
8804         `wl-summary-buffer-thread-modified'.
8805
8806         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8807         (wl-summary-buffer-mark-saved-hook): Ditto.
8808         * wl-summary.el (wl-summary-msgdb-save): New hook
8809         `wl-summary-buffer-message-saved-hook' and
8810         `wl-summary-buffer-mark-saved-hook'.
8811
8812 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8813
8814         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8815
8816 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8817
8818         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8819         don't hide scroll bars under FSF Emacsen because it may incur an
8820         undesirable redrawing.
8821
8822 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8823
8824         * wl-draft.el (wl-draft-edit-string): Call
8825         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8826
8827 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8828
8829         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8830
8831 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8832
8833         * wl-summary.el (wl-summary-msgdb-load-async): Call
8834         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8835
8836 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8837
8838         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8839         fringes in demo buffer; center bitmap logo correctly even if old
8840         Mule is used.
8841
8842 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8843
8844         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8845
8846         * wl-refile.el (wl-refile-subject-alist): New variable.
8847         (wl-refile-subject-alist-file-name): Ditto.
8848         (wl-refile-alist-setup): Rewrite.
8849         (wl-refile-alist-save): Use `elmo-object-save'.
8850         Eliminated arguments.
8851         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8852         (wl-refile-guess-by-subject): New function.
8853         (wl-refile-guess-func-list): Added it.
8854
8855 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8856
8857         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8858         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8859
8860 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8863         New buffer-local variable.
8864         (wl-summary-buffer-next-folder-func): Ditto.
8865         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8866         if non-nil.
8867         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8868         if non-nil.
8869         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8870         if non-nil.
8871         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8872         if non-nil.
8873
8874 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8875
8876         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8877         permanently in the demo buffer.
8878
8879 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8880
8881         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8882         `mime-entity-fetch-field'.
8883
8884         * wl.el (wl-exit): Delete plugged buffer.
8885
8886         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8887         XEmacs has menubar feature.
8888
8889 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8890
8891         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8892         cannot arrive at the beginning of the buffer under old Emacsen.
8893
8894 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8895
8896         * wl-address.el (wl-address-ldap-search):
8897         Call `ldap-search-entries' with `withdn' argument t.
8898         (wl-complete-field-body): Bind completion-ignore-case as t.
8899         Clear ldap search hash when it was sole completion.
8900         Use elmo-string for pattern string.
8901         (wl-ldap-alias-safe-string): Eliminated needless let.
8902
8903 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8904
8905         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8906         (wl-ldap-alias-sep): New constant.
8907         (wl-ldap-search-attribute-type-list): Ditto.
8908         (wl-ldap-get-value): New function.
8909         (wl-ldap-make-filter): Ditto.
8910         (wl-ldap-make-matched-value-list): Ditto.
8911         (wl-ldap-alias-safe-string): Ditto.
8912         (wl-ldap-register-dn-string): Ditto.
8913         (wl-address-ldap-search): Rewrite.
8914
8915 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8916
8917         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8918         thread is deleted.
8919         (wl-thread-delete-line-from-buffer): Ditto.
8920         (wl-thread-get-exist-children): New function.
8921
8922 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8923
8924         * wl-demo.el (wl-demo): Made it to select various image types.
8925         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8926         from `wl-title-logo'.
8927         (wl-logo-ascii): New variable.
8928         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8929         (wl-demo-copyright-notice): New constant.
8930
8931         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8932
8933 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8934
8935         * wl-vars.el (wl-summary-target-above): Renamed from
8936         wl-summary-temp-above.
8937         * wl-score.el (wl-score-get-score-alist): Use it.
8938         (wl-summary-score-update-all-lines): Use it.
8939         * wl-summary.el: Ditto. (make-variable-buffer-local).
8940
8941 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8942
8943         * wl-vars.el (wl-ldap-port): New user option.
8944
8945         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8946         Rewite whole implementation.
8947         (wl-complete-field-body): Fixed.
8948
8949 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8950
8951         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8952         Choose implementation at compile time.
8953
8954 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8955
8956         * wl-address.el (wl-ldap-search-internal): New function.
8957         (wl-complete-field-to): Use it.
8958
8959 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8960
8961         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8962         Use `let' instead of `let*'.
8963         Require 'wl-vars.
8964
8965         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8966         Define as defcustom.
8967         (wl-ldap-base): Ditto.
8968         (wl-use-ldap): Ditto.
8969
8970 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8971
8972         * wl-address.el (wl-ldap-search): New function.
8973         (wl-complete-field-body): Use `wl-ldap-search'.
8974         (wl-ldap-server): New variable.
8975         (wl-ldap-base): Ditto.
8976         (wl-use-ldap): Ditto.
8977
8978 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8979
8980         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8981         (Pointed out by Mito <mit@nines.nec.co.jp>).
8982         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8983         buffer-local variables like `wl-summary-redisplay-internal'.
8984         (wl-summary-redisplay-all-header): Likewise.  Update
8985         Summary view too.
8986
8987 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8988
8989         * wl-summary.el (wl-summary-jump-to-parent-message):
8990         Consider prefix argument.
8991
8992         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8993         when closed thread is deleted.
8994
8995 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8996
8997         * wl-summary.el (wl-summary-jump-to-parent-message):
8998         Consider thread modification.
8999
9000 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9001
9002         * wl-message.el (wl-message-normal-get-original-buffer): Use
9003         `save-excursion'.
9004
9005         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9006         (wl-summary-showto-folder-regexp): Ditto.
9007
9008 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9009
9010         * wl-util.el (wl-delete-alist): Doc fix.
9011         (wl-delete-associations): New function.
9012         (wl-inverse-alist): New function.
9013         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9014         Split temporary variables. Use `wl-delete-associations'
9015         and `wl-inverse-alist'.
9016         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9017
9018 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-folder.el (wl-folder-prefetch-entity):
9021         Execute prefetching if new count is unknown.
9022
9023 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9024
9025         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9026
9027         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9028         delete entity.
9029         (wl-thread-set-parent): If insert as top, set linked as nil.
9030
9031         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9032         `wl-thread-cleanup-symbols' when view mode is thread.
9033
9034 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9035
9036         * wl-folder.el (wl-folder-create-folder-entity): Use
9037         with-current-buffer.
9038         (wl-local-folder-init): Call set-buffer to make sure we are in
9039         the Folder buffer. Don't touch buffer-local variables here.
9040         (wl-folder-mode): Initialize buffer-local variables here.
9041
9042         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9043         (wl-folder-entity-assign-id): Ditto.
9044         (wl-folder-create-entity-hashtb): Ditto.
9045         (wl-local-folder-init): Ditto.
9046         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9047
9048 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9049
9050         * wl-summary.el (wl-summary-default-from): Fix probrem when
9051         std11-extract-address-components return (nil "foo@bar").
9052
9053 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9054
9055         * wl-draft.el (wl-draft-clone-local-variables):
9056         Remove redundant `setq'.
9057
9058 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9059
9060         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9061         Bind wl-highlight-x-face-func as nil while highlighting header.
9062
9063 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9064
9065         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9066
9067 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9068
9069         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9070         elmo-msgdb-overview-hashtb from copy-variables.
9071         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9072         instead of `elmo-msgdb-overview-get-entity-by-number'.
9073         (wl-summary-auto-refile): Ditto.
9074
9075         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9076         `elmo-msgdb-overview-get-entity' instead of
9077         `elmo-msgdb-search-overview-entity'.  Use
9078         `elmo-msgdb-overview-get-entity' instead of
9079         `elmo-msgdb-overview-get-entity-by-number'.
9080         (wl-thread-insert-entity-sub): Ditto.
9081         (wl-thread-insert-message): Ditto.
9082
9083         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9084         `elmo-msgdb-overview-get-entity'.
9085         (wl-normal-message-redisplay): Ditto.
9086
9087 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9088
9089         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9090         `wl-thread-entities'.
9091         (wl-thread-delete-message): Fix remove top message from
9092         `wl-thread-entity-list'.
9093
9094         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9095         wl-append(nconc), because update-list is broken on Meadow.
9096
9097         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9098         updating process.
9099         (wl-summary-rescan): Ditto.
9100         (wl-summary-sync-update3): Ditto.
9101         * wl-thread.el (wl-thread-set-parent): Renamed from
9102         `wl-summary-set-parent'.
9103         (wl-thread-insert-message): Updating buffer faster.
9104         (wl-thread-delete-message): Updating buffer faster.
9105
9106         * wl-score.el (wl-summary-score-update-all-lines): Changed
9107         interval for display progress gauge.
9108
9109 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9110
9111         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9112         folder always-sticky.
9113         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9114         defmacro.
9115
9116 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9117
9118         * wl-vars.el (wl-draft-add-references): New user option.
9119
9120         * wl-draft.el (wl-draft-add-references): New function.
9121         (wl-draft-yank-from-mail-reply-buffer): Use it.
9122         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9123         as nil.
9124
9125 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9126
9127         * wl-thread.el (wl-thread-update-line-msgs): Called
9128         `wl-thread-update-line-on-buffer-sub'.
9129         (wl-thread-update-line-on-buffer): Delete routine of inserting
9130         thread.
9131         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9132         moved from `wl-thread-update-line-on-buffer'.
9133         Add threshold for displaying progress gauge.
9134         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9135         argument of `wl-thread-update-line-msgs'.
9136         Add threshold for displaying progress gauge.
9137         * wl-folder.el:
9138         Add threshold for displaying progress gauge.
9139         * wl-score.el: Ditto.
9140
9141         * wl-expire.el (wl-summary-expire): Display deleting info.
9142
9143 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9144
9145         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9146         `no-msg'.
9147         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9148         argument of `wl-thread-update-line-msgs'.
9149         (wl-summary-set-parent): Added optional argument `parent-number'.
9150         (wl-summary-buffer-saved-message): New buffer local variable.
9151         (wl-summary-save-current-message): New command.
9152         (wl-summary-yank-saved-message): Ditto.
9153         (wl-summary-mode-map): Added key binding for
9154         `wl-summary-save-current-message' (\ew) and
9155         `wl-summary-yank-saved-message' (\C-y).
9156         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9157
9158 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * wl-summary.el (wl-summary-mode-map): Added key binding for
9161         `wl-summary-set-parent' (ts).
9162
9163 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9164
9165         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9166         subject faster. If thread number is reverse, delayed updating
9167         thread.
9168         (wl-summary-search-by-subject): Ditto.
9169         (wl-summary-put-alike): Ditto.
9170         (wl-summary-get-alike): Ditto.
9171         (wl-summary-insert-headers): Insert header of all overview in
9172         buffer.
9173         (wl-summary-rescan): Delayed updating thread. Kill search subject
9174         buffer for wl-summary-search-by-subject.
9175         (wl-summary-sync-update3): Ditto.
9176         (wl-summary-exit): Ditto.
9177         (wl-summary-goto-bottom-of-current-thread): Change for linked
9178         thread.
9179         (wl-summary-overview-create-summary-line): Change line for linked
9180         thread.
9181
9182         * wl-summary.el (wl-summary-update-thread): Use
9183         wl-thread-maybe-get-children-num.
9184         (wl-summary-set-parent): If change parent, move sub thread.
9185         (wl-summary-redisplay-internal): Add horizontal recenter.
9186         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9187
9188         * wl-thread.el (wl-thread-entity-get-linked): New function.
9189         (wl-thread-entity-set-linked): New function.
9190         (wl-thread-create-entity): Add linked element.
9191         (wl-thread-entity-insert-as-top): Use wl-append.
9192         (wl-thread-maybe-get-children-num): If closing thread, return
9193         children msgs.
9194         (wl-thread-update-line-msgs): Displaying progress message.
9195         (wl-thread-update-line-on-buffer-sub): Use
9196         wl-thread-maybe-get-children-num.
9197         (wl-thread-update-line-on-buffer): If update line is not exists,
9198         insert thread.
9199         (wl-thread-delete-message): If delete top msg of thread, search
9200         parent by subject.
9201         (wl-thread-insert-entity): Use
9202         wl-thread-maybe-get-children-num.
9203
9204         * wl-highlight.el (wl-highlight-summary-current-line): change
9205         sregexp for linked thread.
9206         * wl-util.el (wl-count-lines): Count lines.
9207         (wl-horizontal-recenter): horizontal recenter.
9208         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9209         (wl-score-get-alike): Ditto.
9210         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9211         (wl-subject-length-limit): New variable.
9212         (wl-highlight-thread-indent-string-regexp): Changed for linked
9213         thread.
9214
9215 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9216
9217         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9218         New variable (revival).
9219         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9220         by subject matching if there's no in-reply-to nor references field
9221         (revival).
9222
9223 \f
9224 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9227         message.
9228
9229 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9230
9231         * wl-summary.el (wl-summary-reply): Return t if there was a
9232         message at cursor point.
9233         Added unwind-protect.
9234         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9235         returns t.
9236         (wl-summary-cancel-message): Do nothing when there's no message at
9237         cursor point.
9238         (wl-summary-forward): Ditto.
9239         (wl-summary-jump-to-parent-message): Ditto.
9240         (wl-summary-reedit): Ditto.
9241         (wl-summary-edit-addresses): Ditto.
9242         (wl-summary-pipe-message): Ditto.
9243         (wl-summary-print-message-with-ps-print): Ditto.
9244         (wl-summary-print-message): Ditto.
9245         (wl-summary-mark-as-important): Ditto.
9246         (wl-summary-mark-as-unread): Ditto.
9247
9248         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9249         message at cursor point.
9250         (wl-summary-reply-with-citation): Remove unwind-protect.
9251
9252         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9253         subject searching feature.
9254         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9255         Eliminated.
9256
9257 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9258
9259         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9260         New variable.
9261         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9262         by subject matching if there's no in-reply-to nor references field.
9263
9264         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9265
9266         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9267         when display is finished.
9268         (wl-folder-open-all): Ditto.
9269         (wl-folder-update-access-group): Ditto.
9270         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9271         * wl-thread.el (wl-thread-close-all): Ditto.
9272
9273         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9274         progress gauge only when it was displayed.
9275         * wl-folder.el (wl-folder-insert-entity): Ditto.
9276
9277 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9278
9279         * wl-summary.el (wl-summary-incorporate): Enclose
9280         `wl-summary-sync-force-update' with save-excursion.
9281
9282 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9283
9284         * wl-summary.el (wl-summary-prefetch-region):
9285         Pass current cursor point to `pos-visible-in-window-p' after
9286         moving cursor to the started point.
9287
9288 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9289
9290         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9291
9292         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9293         fields from the forwarding message.
9294         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9295         `ignored-fields'.
9296
9297 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-mime.el (wl-message-request-partial):
9300         Eliminated argument `msgdb'.
9301         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9302         (wl-mime-combine-message/partial-pieces): Likewise.
9303         * tm-wl.el (wl-message-request-partial): Likewise.
9304         (wl-mime-combine-message/partial-pieces): Likewise.
9305
9306 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9307
9308         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9309         when display is finished.
9310
9311 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9312
9313         * wl-summary.el (wl-summary-goto-folder-subr):
9314         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9315
9316 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9317
9318         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9319         when cursor point is visible.
9320
9321 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9322
9323         * wl-expire.el (wl-expire-archive-get-max-number):
9324         Don't use `file-name-directory'.
9325
9326 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9327
9328         * wl-expire.el (wl-expire-archive-get-max-number):
9329         Use `file-name-directory'.
9330
9331 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9332
9333         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9334         only when there is progress.
9335
9336 2000-04-13  Mito <mit@nines.nec.co.jp>
9337
9338         * wl-summary.el (wl-summary-sync-marks): Display progress.
9339
9340 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9341
9342         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9343         (wl-summary-prev): Move cursor regardless of unread status.
9344         (wl-summary-next): Ditto.
9345
9346 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9347
9348         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9349         Added argument `target' and `number'.
9350         * tm-wl.el (wl-summary-burst-subr): New function.
9351         (wl-summary-burst): Use it.
9352
9353 2000-04-10  Mito <mit@nines.nec.co.jp>
9354
9355         * wl-mime.el (wl-burst): New function.
9356         (wl-summary-burst): Use it.
9357
9358 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9359
9360         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9361         as petname when there's no candidate.
9362
9363 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9364
9365         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9366         New variable.
9367         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9368
9369         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9370
9371         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9372
9373 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9374
9375         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9376         Use substring of `original' instead of buffer-substring.
9377         (wl-refile-evaluate-rule):
9378         Set `original' argument of wl-refile-expand-newtext.
9379
9380         * wl-summary.el
9381         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9382         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9383         (wl-summary-auto-refile): Check existence of destination folder just
9384         before marking.
9385
9386 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9387
9388         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9389         when wl-refile-get-field-value return nil.
9390
9391 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9392
9393         * wl-refile.el
9394         (wl-refile-expand-newtext): New function imported from Gnus.
9395         (wl-refile-evaluate-rule): Use it.
9396
9397 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9398
9399         * wl-summary.el (wl-summary-print-destination):
9400         Duplicate folder string to avoid putting text-property on
9401         original string.
9402
9403         * wl-refile.el (wl-refile-get-field-value): New function.
9404         (wl-refile-evaluate-rule): New function;
9405         Evaluate refile rule recursively.
9406         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9407         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9408         New function; Check existence of a target folder recursively.
9409         (wl-summary-auto-refile-check-refile-rule-alist):
9410         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9411
9412 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9413
9414         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9415
9416         * wl-folder.el (wl-create-folder-entity-from-buffer):
9417         Fixed problem when '}' character is contained in folder name.
9418
9419         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9420
9421 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9422
9423         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9424         (wl-fldmgr-add-completion-all-completions):
9425         Use wl-fldmgr-add-completion-hashtb.
9426
9427 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9428
9429         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9430         wl-fldmgr-add-completion-subr): New functions.
9431         * wl-folder.el (wl-folder-completion-func): New variable.
9432         * wl-summary.el (wl-summary-read-folder):
9433         Use wl-folder-completion-func.
9434
9435         * wl-refile.el: Eliminate throw & catch.
9436
9437         * wl.el (wl-plugged-sending-queue-status): Fixed.
9438
9439 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9440
9441         * wl-draft.el (wl-draft): Put category property on
9442         mail-header-separator.