Version number is increased to 2.11.33.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.11.33.
4
5 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6
7         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
8         to nil.
9
10 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-spam.el (wl-spam-setup): Add hook
13         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
14         instead of `wl-summary-prepare-hook'.
15
16         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
17         if folder type is `'flag'.
18         (wl-summary-mark-as-important): Ditto.
19
20 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
21
22         * wl-address.el (wl-address-minibuffer-history): New variable.
23         (wl-address-minibuffer-local-map): New keymap.
24         (wl-address-read-from-minibuffer): New function.
25
26         * wl-action.el (wl-summary-get-resend-address): Use
27         `wl-address-read-from-minibuffer' instead of `completing-read'.
28
29 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * Version number is increased to 2.11.32.
32
33 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
34
35         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
36         without mule to iso-8859-1.
37         (wl-draft-add-in-reply-to): Add note in description.
38         (wl-draft-add-references): Ditto.
39
40 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
41
42         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
43         definition for `m'.
44         (wl-summary-mode-line-format): Add '[%m]'.
45         (wl-message-mode-line-format-spec-alist): Ditto.
46         (wl-summary-display-mime-mode-list): New variable.
47
48         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
49         from wl-summary-buffer-display-as-is.
50         (wl-summary-buffer-display-all-header): New buffer local variable.
51         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
52         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
53         instead of wl-summary-buffer-display-as-is.
54         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
55         (wl-summary-set-persistent-mark): Ditto.
56         (wl-summary-set-message-buffer-or-redisplay): Just call
57         `wl-summary-redisplay-internal' without optional arguments.
58         (wl-summary-toggle-mime): Rewrite.
59         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
60         (wl-summary-toggle-all-header): New function.
61         (wl-summary-redisplay-internal): Treat mime mode.
62
63         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
64         to wl-mime-preview-follow-no-mime.
65         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
66         accodring to the display-mode.
67
68         * wl-message.el (wl-message-buffer-display-type): Rewrite.
69         (wl-message-buffer-display): Changed argument name from `as-is' to
70         `mode'.
71         (wl-message-display-internal): Ditto;
72         Bind elmo-mime-display-header-analysis according to the mode.
73         (wl-message-display-internal): Put wl-message-display-mime-mode
74         property on entire buffer.
75
76 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
77
78         * wl-draft.el (wl-draft-do-fcc): Undo last change.
79
80 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
81
82         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
83         Don't extract mail address.
84         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
85
86         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
87
88         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
89
90 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
91
92         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
93         wl-fldmgr-cut-entity-list on confirmation.
94
95 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
96
97         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
98         (wl-mime-quit-preview): Check existence of
99         mime-edit-temp-message-buffer here.
100
101 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
102
103         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
104         after deletion.
105
106         * wl-draft.el (wl-draft-send-confirm): Check major-mode
107         before calling wl-mime-quit-preview.
108
109 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
110
111         * wl-summary.el (wl-summary-pick): If call it with prefix
112         argument, set `delete-marks' as non-nil. Pick from only visible
113         messages.
114         (wl-summary-check-target-mark): New function.
115         (wl-summary-target-mark-mark-as-read): Use it.
116         (wl-summary-target-mark-mark-as-unread): Ditto.
117         (wl-summary-target-mark-operation): Ditto.
118         (wl-summary-target-mark-set-flags): Ditto.
119         (wl-summary-target-mark-save): Ditto.
120         (wl-summary-target-mark-pick): Ditto.
121         (wl-summary-target-mark-forward): Ditto.
122         (wl-summary-target-mark-reply-with-citation): Ditto.
123         (wl-summary-target-mark-print): Ditto.
124         (wl-summary-target-mark-uudecode): Ditto.
125
126         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
127         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
128         with `ask-coding' is non-nil.
129
130 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * wl-thread.el (wl-thread-set-parent): If parent is a message
133         which is identified by references, set linked as nil.
134
135 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
136
137         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
138         (wl-message-mode-line-format-spec-alist): Ditto.
139         (wl-message-mode-line-format): Ditto.
140         (wl-summary-mode-line-format): Ditto for docstring.
141         (wl-summary-no-mime-folder-list): Fix typo.
142
143         * wl-util.el (wl-current-message-buffer): Call
144         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
145
146         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
147         variable.
148         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
149         of `wl-summary-redisplay-no-mime'.
150         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
151         (wl-summary-toggle-mime): New function.
152         (wl-summary-redisplay-all-header): Rewrite.
153         (wl-summary-redisplay-no-mime): Ditto.
154         (wl-summary-redisplay-internal): Added argument `as-is' and
155         `all-header'.
156
157         * wl-refile.el (wl-refile-default-from-folder-path-separator):
158         New variable.
159         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
160         bottom.
161         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
162         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
163         "/" unconditionally.
164
165         * wl-mime.el (wl-draft-yank-current-message-entity): Use
166         wl-mime-preview-follow-no-mime for as-is content.
167         (wl-mime-preview-follow-no-mime): New function.
168         (wl-mime-preview-follow-current-region): Fixed parenthesis.
169
170         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
171         and added `as-is', `all-header'.
172         (wl-message-buffer-display): Ditto.
173         (wl-message-buffer-display-type): New function.
174
175 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-vars.el (wl-message-header-button-alist): Change default
178         value.
179         (wl-message-body-button-alist): Ditto.
180
181 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
182
183         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
184
185 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
188
189 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
190
191         * wl-summary.el (wl-summary-sync-marks): Remove condition which
192         is always true.
193
194 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
195
196         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
197         on null entity.
198
199 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
200
201         * wl-vars.el (wl-draft-reply-default-position): Fix range.
202
203 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * wl-vars.el (wl-summary-resend-hook): New hook.
206
207         * wl-action.el (wl-summary-exec-action-resend-subr): Run
208         `wl-summary-resend-hook'.
209
210 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
211
212         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
213         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
214         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
215         (wl-summary-new-cached-mark): Changed default value to 'n'.
216         (wl-summary-unread-cached-mark): Changed default value to 'u'.
217         (wl-summary-answered-cached-mark): Changed default value to 'a'.
218         (wl-folder-sync-range-alist): Remove spec for 'flag.
219         (wl-summary-force-prefetch-folder-list): New user option.
220
221         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
222         `wl-summary-toggle-persistent-mark'.
223         (wl-summary-update-mark-and-highlight-window): Don't highlight when
224         number is nil.
225         (wl-summary-mark-as-answered-region): Set interactive argument of
226         `wl-summary-set-persistent-mark-internal'.
227         (wl-summary-mark-as-important-region): Ditto.
228         (wl-summary-unset-persistent-mark): Ditto.
229         (wl-summary-set-persistent-mark): Ditto.
230         (wl-summary-mark-as-answered): Ditto.
231         (wl-summary-mark-as-important): Ditto.
232         (wl-summary-set-persistent-mark-internal): Do nothing
233         when `elmo-message-flag-available-p' is nil.
234         (wl-summary-toggle-persistent-mark): New function.
235         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
236         when the folder matches `wl-summary-force-prefetch-folder-list'.
237
238
239         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
240         when number is nil.
241         (wl-highlight-summary-forwarded-face): New face.
242
243 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
244
245         * Version number is increased to 2.11.31.
246
247 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
248
249         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
250         (wl-biff-check-folder-async): Ditto.
251         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
252
253 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
254
255         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
256         Add an argument `reverse'.  All callers are updated.
257         (wl-summary-sort): Add a prefix argument `reverse' to specify
258         reverse sorting.
259         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
260         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
261         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
262
263 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-message.el (wl-message-redisplay): Does not narrow header if
266         disply-type is all-header or as-is.
267
268         * wl-summary.el (wl-summary-enter-handler): Use
269         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
270
271 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
272
273         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
274         after adding wl-draft-parent-variables.
275         (wl-draft-forward): Ditto.
276
277 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-summary.el (wl-summary-sync-marks): Call
280         `wl-summary-set-persistent-mark' and
281         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
282         (wl-summary-set-persistent-mark-internal): Add 4th argument
283         `no-server'.
284         (wl-summary-unset-persistent-mark): Ditto.
285         (wl-summary-set-persistent-mark): Ditto.
286         (wl-summary-add-flags-internal): Abolish.
287         (wl-summary-remove-flags-internal): Ditto.
288         (wl-summary-mark-as-important-internal): Ditto.
289         (wl-summary-mark-as-important): Use
290         `wl-summary-set-persistent-mark' instead of
291         `wl-summary-add-flags-internal'.
292         (wl-summary-mark-as-important-region): Ditto.
293
294         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
295
296         * wl-summary.el (wl-summary-get-available-flags): New function.
297         (wl-summary-sync-marks): Use it and simplified.
298         (wl-summary-unset-persistent-mark): Use
299         `wl-summary-get-available-flags'.
300         (wl-summary-set-persistent-mark): Ditto.
301
302 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
303
304         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
305         id.
306
307 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-summary.el (wl-summary-enter-handler): If argument is not a
310         number, call `wl-summary-prev-line-content'. Show message when the
311         message is not found.
312
313 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
314
315         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
316         wl-summary-enter-handler.
317         (wl-summary-enter-handler): New command.
318
319         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
320         docstring and custom spec.
321
322         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
323         flags too; Don't treat Cached and New.
324         (wl-summary-set-persistent-mark): Ditto.
325
326         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
327         `wl-folder-set-flag'.
328
329         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
330         instead of `wl-folder-set-flag'.
331
332         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
333         for completion.
334         (wl-summary-set-persistent-mark): Ditto.
335
336         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
337         instead of `wl-draft-quit-preview'.
338
339         * wl-mime.el (toplevel): Avoid compile warning.
340         (wl-mime-quit-preview): New function
341         (formarly defined as `wl-draft-quit-preview').
342         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
343         quitting method.
344
345         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
346
347         * wl-folder.el (wl-folder-set-flag): Renamed from
348         `wl-draft-set-flag-on-parent'.
349
350         * wl-draft.el (wl-draft-quit-preview): New function.
351         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
352         (wl-draft-send): Call `wl-folder-set-flag' instead of
353         `wl-draft-set-flag-on-parent'.
354         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
355
356 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
359         (wl-draft-send): Ditto.
360
361 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
362
363         * wl-vars.el (wl-draft-reply-hook): Changed default value.
364         (wl-draft-kill-pre-hook): Set default value as nil.
365         (wl-summary-reply-hook): Ditto.
366         (wl-draft-kill-flags): Abolish.
367
368         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
369         (wl-draft-parent-variables): Renamed from
370         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
371         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
372         argument; Add wl-draft-parent-variables to
373         wl-draft-config-variables.
374         (wl-draft-reply): Likewise.
375         (wl-draft-kill-flags): Abolish.
376         (wl-draft-send): Call wl-draft-set-flag-on-parent.
377         (wl-draft-set-flag-on-parent): New function.
378         (wl-draft-setup-parent-flag): Ditto.
379
380 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
381
382         * wl-draft.el (wl-draft-kill-flags): Avoid error when
383         `wl-draft-parent-folder' is "".
384
385 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
386
387         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
388         (wl-summary-digit-jump): New function.
389         (Adviced by John Owens and Hiroya Murata)
390
391         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
392         (Adviced by John Owens)
393
394         * wl-xmas.el (wl-message-define-keymap): Ditto.
395
396         * wl-mule.el (wl-message-define-keymap): Ditto.
397
398 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
401         change of return value of elmo-folder-count-flags.
402
403         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
404         (wl-summary-mark-as-read-internal): Ditto.
405         (wl-summary-set-persistent-mark-internal): Ditto.
406         (wl-summary-folder-info-update): Ditto.
407         (wl-summary-sync-update): Fixed the last change.
408
409         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
410
411 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
412
413         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
414         (wl-draft-kill-flags): Fixed docstring.
415
416         * wl-draft.el (wl-draft-kill-flags): New function.
417         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
418
419 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
420
421         * wl-vars.el (wl-reply-hook): Abolish.
422         (wl-draft-reply-hook): New hook.
423         (wl-summary-reply-hook): Ditto.
424         (wl-draft-forward-hook): Ditto.
425         (wl-summary-forward-hook): Ditto.
426         (wl-draft-kill-flags): New variable.
427
428         * wl-summary.el (wl-summary-mark-as-answered-region): Use
429         wl-summary-set-persistent-mark-internal.
430         (wl-summary-sync-marks): Use elmo-preserved-flags.
431         (wl-summary-update-persistent-mark): Make it interactive.
432         (wl-summary-set-persistent-mark-internal): New inline function.
433         (wl-summary-mark-as-answered): Use it.
434         (wl-summary-mark-as-unanswered): Ditto.
435         (wl-summary-unset-persistent-mark): New function.
436         (wl-summary-set-persistent-mark): Ditto.
437         (wl-summary-reply): Don't set answered flag;
438         Run wl-summary-reply-hook instead.
439         (wl-summary-forward): Call wl-draft-forward with number.
440         Run wl-summary-forward-hook.
441
442         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
443         (wl-highlight-summary-line-face-spec): Use it as a default
444         persistent mark face.
445
446         * wl-draft.el (wl-draft-forward): Added optional argument number;
447         Set wl-draft-parent-number; Run wl-draft-forward-hook.
448         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
449         (wl-draft-kill): Use wl-draft-kill-flags.
450
451         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
452
453         * wl-folder.el (wl-folder-check-one-entity): Follow the change
454         of return value of elmo-folder-count-flags.
455
456         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
457
458         * wl-summary.el (wl-summary-count-unread): Ditto.
459         (wl-summary-sync-update): Follow the change above.
460         (wl-summary-force-prefetch): New function.
461
462 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
463
464         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
465         variable `buf' with `let' instead of `setq'.
466
467 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
468
469         * wl-mime.el (wl-message-delete-current-part): If filename exists,
470         add Content-Disposition heaeder on the deleted part.
471
472 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
473
474         * wl-draft.el (wl-draft-save): Encode address list under edit by
475         `eword-encode-unstructured-field-body'.
476
477         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
478
479 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
480
481         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
482         wl-current-summary-buffer.
483
484 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
485
486         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
487         `numbers' is ignored.
488
489 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
490
491         * wl-folder.el (wl-folder-open-folder): Avoid error.
492         Reported by John Owens, [wl-en:815]
493
494         * wl.el (wl): Set timer for biff process even if prefix argument
495         is given or auto-checking is quitted.
496
497         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
498         immediately.
499         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
500         (wl-toggle-plugged): Ditto.
501
502         * wl-vars.el (wl-biff-use-idle-timer): New variable.
503         * wl-util.el (wl-biff-start): Use idle timer if
504         `wl-biff-use-idle-timer' is non-nil.
505
506 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-highlight.el (wl-highlight-message): Fix description.
509
510 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
511
512         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
513         tty.
514
515 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
516
517         * wl-action.el (wl-summary-exec): Print failure count.
518
519 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
522         to `defun', remove interactive form.
523         Set elmo-message-fetch-confirm when force-reload is non-nil.
524
525 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-summary.el (toplevel): Removed unnecessary autoload.
528
529 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
532         the buffer is generated from another message buffer.
533
534 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
535
536         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
537         extracted from `wl-fldmgr-save-folders'.
538         (wl-fldmgr-delete): Call it after deletion.
539
540 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
543         multi-tty support.
544
545 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
546
547         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
548
549 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
550
551         * wl-summary.el (wl-summary-rescan): Remove unused variables.
552         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
553
554 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
555
556         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
557         unsubscribe list only if argument CLEAR is nil.
558
559 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
560
561         * wl-draft.el (wl-draft-reply): Decode subject before removing
562         Re: prefix.
563
564 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
565
566         * wl-summary.el (wl-summary-sort-by-size): New command.
567
568 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-summary.el (wl-summary-number-list-from-region): New
571         function.
572         (wl-summary-mark-as-read-region): Use it.
573         (wl-summary-mark-as-unread-region): Ditto.
574         (wl-summary-set-flags-region): Ditto and add optional argument
575         remove.
576         (wl-summary-mark-as-answered-region): Ditto.
577         (wl-summary-mark-as-important-region): Ditto.
578         (wl-summary-target-mark-mark-as-important): Added optional
579         argument remove.
580         (wl-summary-target-mark-mark-as-answered): Ditto.
581         (wl-summary-target-mark-set-flags): Ditto.
582
583 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-summary.el (wl-summary-set-flags-region): Call
586         `wl-summary-set-flags-internal' with number list instead of call
587         one by each message.
588         (wl-summary-target-mark-set-flags): Likewise.
589
590 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-summary.el (wl-summary-target-mark-operation): Add optional
593         argument `inverse' and use `wl-summary-delete-all-target-marks'.
594         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
595         (wl-summary-target-mark-mark-as-answered): Likewise.
596
597 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * wl-summary.el (wl-summary-target-mark-forward): Use
600         `wl-summary-delete-all-target-marks' instead of
601         `wl-summary-delete-all-temp-marks'.
602         (wl-summary-target-mark-reply-with-citation): Ditto.
603         (wl-summary-target-mark-uudecode): Ditto.
604         (wl-summary-target-mark-set-flags): Ditto and remove needless
605         cursor move.
606
607 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * wl-summary.el (wl-summary-target-mark-forward): Protect
610         wl-summary-buffer-target-mark-list from nreverse.
611         (wl-summary-target-mark-reply-with-citation): Ditto.
612
613 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
614
615         * wl-thread.el (wl-thread-update-indent-string-thread): Use
616         `elmo-display-progress-threshold'.
617
618 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
621         check `wl-summary-highlight'.
622         (wl-summary-window-scroll-functions): Respect value of
623         `wl-summary-highlight'.
624         (wl-summary-sync-update): Run hooks
625         `wl-summary-buffer-window-scroll-functions' at any time.
626
627 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
628
629         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
630         from `wl-summary-cleanup-temp-marks'.
631         (wl-summary-cleanup-temp-marks): Abolish argument.
632         * wl.el (wl-save-status): Revert previous change.
633         (wl-execute-temp-marks): New function, call
634         `wl-summary-exec-with-confirmation'.
635         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
636         (wl-folder-save-and-exec-marks): Abolished.
637
638 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-e21.el (wl-e21-display-image-p): Respect
641         `wl-highlight-folder-with-icon'.
642         (wl-e21-highlight-folder-group-line): Highlight mouse line
643         even if wl-e21-display-image-p is nil.
644
645         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
646         Respect value of `wl-summary-highlight'.
647
648         * wl.el (wl-save-status): Remove unused variable.
649
650         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
651         (wl-folder-mode-map): Bind it to "x".
652
653 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
654
655         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
656
657         * wl-thread.el (wl-thread-get-parent-list): Don't check
658         disconnected ancestors, neglecting needless work in
659         `wl-thread-update-indent-string-thread'.
660
661         * wl.el (wl-save): Take prefix argument to execute remaining marks.
662         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
663         argument, add argument default-keep to keep marks by default.
664
665         * Version number is increased to 2.11.30.
666
667         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
668         customization type and docstring.
669         (wl-draft-reply-without-argument-list): Ditto.
670
671 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
674
675         * wl-spam.el (wl-spam-mark-action-list): Ditto.
676
677 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
678
679         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
680
681 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
682
683         * wl-draft.el (wl-draft-config-exec): Narrow the range of
684         save-excursion so as not to include run-hooks.
685
686 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
687
688         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
689         Clarify that marks are going to be cleared.
690
691 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
694         according to 3rd element of wl-summary-flag-mark.
695
696         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
697
698 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-action.el (wl-summary-target-mark-all): Don't set
701         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
702
703 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
706         (wl-forward-subject-prefix): Ditto.
707         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
708         (wl-draft-reply-make-subject): Ditto.
709
710         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
711         `wl-draft-forward'.
712         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
713
714 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
715
716         * wl-action.el (wl-summary-target-mark-set-action): Stop if
717         target message does not exist.
718
719 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
720
721         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
722         `wl-subject-prefix-regexp'.
723         (wl-subject-forward-prefix-regexp): New variable.
724         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
725         `wl-draft-strip-subject-re' and take regexp as argument.
726         (wl-draft-forward): Use it.
727         (wl-draft-reply): Ditto.
728
729 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
730
731         * wl-e21.el (wl-highlight-plugged-current-line): Change for
732         emacs multi-tty support.
733
734 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
735
736         * wl-e21.el (wl-e21-display-image-p): Don't call
737         `display-images-p'.
738         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
739         support.
740         (wl-highlight-folder-current-line): Ditto.
741         (wl-folder-init-icons): Ditto.
742
743 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
744
745         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
746         the last line of summary in unplugged mode.
747
748 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
749
750         * wl-vars.el (wl-refile-rule-alist): Doc fix.
751
752 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-vars.el (wl-user-mail-address-regexp): New variable.
755         * wl-address.el (wl-address-user-mail-address-p): Use it.
756         (wl-address-delete-user-mail-addresses): Ditto.
757         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
758
759         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
760         (wl-address-delete-user-mail-addresses): Ditto.
761
762         * wl-address.el (wl-address-delete-user-mail-addresses): New
763         function.
764         * wl-refile.el (wl-refile-guess-by-history): Use it.
765         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
766         (wl-draft-make-mail-followup-to): Ditto and fix logic.
767
768         * wl-draft.el (wl-draft-edit-string): To judge sender address,
769         use wl-address-user-mail-address-p.
770
771 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
774         after opening group.
775
776 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
779         of elmo-set-buffer-multibyte.
780
781         * wl-message.el (wl-original-message-mode): Ditto.
782
783         * wl-score.el (wl-score-insert-header): Ditto.
784
785         * wl-summary.el
786         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
787         (wl-summary-goto-folder-subr): Ditto.
788         (wl-summary-insert-headers): Ditto.
789
790         * wl-util.el (wl-set-string-width): Ditto.
791
792         * Version number is increased to 2.11.29.
793
794 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
795
796         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
797         (wl-highlight-summary-line-help-echo-alist): New variable.
798         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
799         into `wl-highlight-summary-line-help-echo' and
800         `wl-highlight-flag-folder-help-echo'.
801         (wl-highlight-summary-line-string): Change accordingly.
802         (wl-highlight-summary-current-line): Ditto.
803
804 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
805
806         * wl-highlight.el (wl-highlight-message): Ignore white spaces
807         at the beginning of field body (Thanks to Markus Knittig).
808
809         * wl-draft.el (wl-draft-insert-current-message): Also check
810         summary buffer, remove unnecessary tag.
811
812 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
813
814         * wl-draft.el (wl-draft-insert-current-message): Cause error also
815         when wl-message-buffer is nil.
816
817         * wl-folder.el (wl-folder): Abolish unused argument.
818         Call wl-folder-init when wl-folder-entity is nil.
819         * wl.el (wl): Change accordingly.
820
821 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
824         multibyte string before insert into draft buffer.
825         (wl-draft-create-buffer): Always enable multibyte characters for
826         draft buffer.
827
828         * Version number is increased to 2.11.28.
829
830 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
831
832         * wl-folder.el (wl-folder-open-close): Handle blank line.
833         (wl-folder-jump-to-current-entity): Ditto.
834
835 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * Version number is increased to 2.11.27.
838
839 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
840
841         * wl-thread.el (wl-thread-insert-message): When the thread is
842         devided by wl-summary-max-thread-depth, insert line at the end of
843         buffer.
844
845 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * Version number is increased to 2.11.26.
848
849 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
850
851         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
852
853 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
854
855         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
856         value of stream-type and session.
857
858 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * Version number is increased to 2.11.25.
861
862 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
863
864         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
865         in a quit message.
866
867 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
868
869         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
870         (wl-summary-redisplay-no-mime-internal): Ditto.
871
872 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
873
874         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
875         * wl-vars.el (wl-smtp-connection-type): Ditto.
876
877 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
878
879         * wl-highlight.el (wl-highlight-message): Change to strict regexp
880         for the separator line and quote mail-header-separator.
881
882 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * wl-spam.el (wl-message-check-spam): Fixed problem no display
885         result message.
886
887         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
888         `elmo-multiple-fields-body-list' with boundary as
889         mail-header-separator.
890
891 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
894
895 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
896
897         * wl-util.el (wl-list-diff): Remove unused function.
898
899         * wl-draft.el (wl-draft-send-confirm): Discard input before
900         confirmation.
901
902 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
905         order of flag and new.
906
907 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl-vars.el (wl-refile-policy-alist): Abolished.
910
911         * wl-action.el (wl-summary-set-action-refile): Follow the change
912         above.
913
914 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * wl-highlight.el (wl-highlight-signature-search): Don't use
917         re-search-backward for a long word since it is possible to crash
918         XEmacs because of a bug.
919
920 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
921
922         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
923
924 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
925
926         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
927         argument for wl-summary-sync-force-update.
928
929 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
930
931         * wl-summary.el (wl-summary-mode-map): Revival of
932         wl-summary-mark-as-important related bindings;
933         Bind 'F','tF','mF','rF','m&'.
934         (wl-summary-mark-as-important-region): Revival.
935         (wl-summary-target-mark-mark-as-important): Ditto.
936         (wl-summary-target-mark-operation): New function.
937         (wl-summary-target-mark-mark-as-answered): Use it.
938         (wl-summary-decide-flag): Don't set Important as default.
939         (wl-summary-mark-as-important-internal): Revival.
940         (wl-summary-mark-as-important): Ditto.
941
942         * wl-thread.el (wl-thread-mark-as-important): Ditto.
943
944         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
945         instead of facep.
946
947 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
948
949         * wl-dnd.el (wl-dnd-drop-func): Fix.
950
951         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
952         mouse-set-point instead of posn-point.
953
954         * wl-xmas.el (wl-completing-read-multiple): Define as function.
955
956         * wl-mule.el (wl-completing-read-multiple): Ditto.
957
958 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
959
960         * wl-demo.el (face-background-name): Defalias to avoid compile
961         warning.
962
963 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
964
965         * wl-summary.el (wl-summary-decide-flag): Use
966         wl-completing-read-multiple instead of completing-read-multiple.
967
968         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
969         New alias.
970
971         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
972         Use face-background-name instead of face-background.
973
974         * wl-vars.el (wl-summary-save-file-suffix): New user option.
975
976         * wl-summary.el (wl-summary-save): Use it.
977         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
978
979         * wl-mime.el (wl-mime-save-content): Fix last change.
980
981 2004-02-10  Len Trigg <lenbok@myrealbox.com>
982
983         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
984         New function.
985         (wl-summary-sort-specs): Added sort.
986         * wl-mime.el (wl-mime-save-content): Expand file name.
987
988 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
989
990         * wl-mime.el (wl-draft-preview-message): Fixed typo.
991
992         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
993
994 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
997         for flag if it is not defined.
998
999 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1000
1001         * wl-e21.el (wl-highlight-folder-current-line): Use
1002         elmo-folder-type-internal when elmo-folder-type returns nil.
1003
1004         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1005
1006         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1007
1008         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1009
1010         * wl-e21.el (wl-summary-toolbar): Ditto.
1011
1012         * wl-vars.el (wl-demo-background-color): Abolished.
1013         (wl-summary-persistent-mark-priority-list): Renamed from
1014         wl-summary-flag-priority-list.
1015         (wl-summary-flag-alist): New user option.
1016         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1017         (wl-message-mode-line-format-spec-alist): Added 'F'.
1018         (wl-message-mode-line-format): Likewise.
1019         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1020         instead of wl-summary-important-mark.
1021         (wl-file-folder-icon): New variable.
1022
1023         * wl-thread.el (wl-thread-set-flags): Renamed from
1024         wl-thread-mark-as-important.
1025
1026         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1027         warning.
1028         (wl-summary-mode-menu-spec): Follow the change of 
1029         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1030         (wl-summary-mode-map): Follow the change of
1031         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1032         (wl-summary-detect-mark-position): Follow the variable name change.
1033         (wl-summary-set-flags-region): New function for the replacement of
1034         wl-summary-mark-as-important-region.
1035         (wl-summary-sync-marks): Sync all global-flags.
1036         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1037         instead of elmo-message-flagged-p.
1038         (wl-summary-persistent-mark-string): Follow the variable name change;
1039         Put wl-summary-flag-mark if the message has global-flag.
1040         (wl-summary-target-mark-set-flags): Renamed from 
1041         wl-summary-target-mark-mark-as-important.
1042         (wl-summary-decide-flag): New function.
1043         (wl-summary-set-flags-internal): Renamed from
1044         wl-summary-mark-as-important-internal.
1045         (wl-summary-add-flags-internal): New function.
1046         (wl-summary-remove-flags-internal): Ditto.
1047         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1048         (wl-summary-mark-as-unimportant): Abolish.
1049         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1050         (wl-summary-next-message): List flagged messages in the msgdb.
1051
1052         * wl-score.el (wl-summary-score-update-all-lines): Use
1053         wl-summary-add-flags-internal instead of 
1054
1055         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1056
1057         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1058         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1059         (wl-message-buffer-require-all-header): Renamed from
1060         wl-message-buffer-all-header-flag (Ditto).
1061         (wl-message-buffer-flag-indicator): New variable.
1062         (wl-message-redisplay): Changed local varibale name from `flag' to
1063         `display-type'; Set up wl-message-buffer-flag-indicator.
1064         (wl-message-buffer-display): Changed varibale name from `flag' to
1065         `display-type'.
1066         (wl-message-display-internal): Likewise.
1067
1068         * wl-highlight.el (wl-highlight-demo-face): Define default background
1069         color.
1070         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1071
1072         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1073
1074         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1075         (wl-demo-setup-properties): Renamed from
1076         `wl-demo-set-background-color'.
1077         (wl-demo): Follow the change above.
1078         
1079         * Version number is increased to 2.11.24.
1080
1081 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-summary.el (wl-summary-toggle-thread): Call
1084         `wl-summary-rescan' with disable-thread as non-nil.
1085         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1086
1087 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1088
1089         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1090         foreground property of the face.
1091         (wl-demo-insert-text): Don't set up face property here.
1092         (wl-demo): Call wl-demo-set-background-color, anyway.
1093
1094 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1095
1096         * wl-vars.el (wl-demo-background-color): The value can be nil.
1097
1098 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1099
1100         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1101         to wl-summary-wheel-dispatcher.
1102
1103         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1104         wl-message-wheel-dispatcher.
1105         (wl-message-wheel-dispatcher): New function.
1106         (wl-summary-wheel-dispatcher): Ditto.
1107
1108 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1109
1110         * wl-action.el (wl-summary-target-mark-all): List messages which are
1111         not in the killed-list.
1112
1113         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1114         only when the folder is 'flag/important.
1115
1116         * wl-address.el (wl-complete-field-body): Complete if the last
1117         character is a space.
1118
1119 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-folder.el (wl-folder-clear-entity-info): Use
1122         elmo-clear-hash-val.
1123
1124         * wl-fldmgr.el (wl-fldmgr-rename): Set
1125         wl-folder-info-alist-modified as t.
1126
1127 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1128
1129         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1130
1131 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1132
1133         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1134         (wl-folder-buffer-last-visited-entity-id): New buffer local
1135         variable.
1136         (wl-folder-revisit-last-visited-folder): New function.
1137         (wl-folder-mode-map): Bind it to "C-i".
1138         (wl-folder-set-current-entity-id): Set last visited folder.
1139         * wl-summary.el (wl-summary-exit): Ditto.
1140
1141 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1144         before calling `recenter' in order to cope with an XEmacs bug.
1145
1146 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1149         to the default value.
1150
1151 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1154         change.
1155         (wl-summary-sync-marks): Ditto.
1156         (wl-summary-mark-as-read-internal): Ditto.
1157         (wl-summary-mark-as-answered-internal): Ditto.
1158         (wl-summary-mark-as-important-internal): Ditto.
1159         (wl-summary-reply): Ditto.
1160
1161         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1162         instead of `elmo-folder-unflag-answered'.
1163
1164         * Version number is increased to 2.11.23.
1165
1166         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1167         the last change.
1168
1169 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1170
1171         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1172         Specify "spam" or "good".
1173
1174 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1175
1176         * wl-spam.el (wl-summary-exec-action-spam): Call
1177         wl-folder-confirm-existence for spam folder.
1178         (wl-spam-setup): Bind "mk".
1179
1180 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1183
1184 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1185
1186         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1187         destination folder is empty.
1188
1189 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1190
1191         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1192         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1193
1194         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1195         (wl-summary-refile-prev-destination-region): New function.
1196         (wl-thread-refile-prev-destination): Ditto.
1197         (wl-summary-target-mark-refile-prev-destination): Ditto.
1198
1199 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1200
1201         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1202         (wl-demo-background-color): Changed default value.
1203
1204         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1205         color.
1206
1207         * wl-demo.el (wl-demo-set-background-color): New function.
1208         (wl-demo): Call it.
1209
1210 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1211
1212         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1213         * wl-address.el (wl-address-add-or-change): Don't add empty
1214         address.
1215
1216 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1217
1218         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1219
1220 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1221
1222         * wl-vars.el (wl-demo-image-filter-alist): New variable
1223         (wl-demo-background-color): Ditto.
1224
1225         * wl-demo.el (wl-demo-xpm-set-background): New function.
1226         (wl-demo-image-filter): Ditto.
1227         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1228
1229         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1230
1231         * wl-demo.el (wl-demo-icon-name): Define as function.
1232         (wl-demo-insert-image): Use it.
1233
1234 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1235
1236         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1237
1238 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1239
1240         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1241
1242 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1243
1244         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1245
1246 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-thread.el (wl-thread-mark-as-answered): New function.
1249
1250         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1251         answered" entry.
1252         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1253         "r&" and wl-thread-mark-as-answered to "t&".
1254         (wl-summary-mark-as-important-region): Refine to toggle mark.
1255         (wl-summary-mark-as-answered-region): New function.
1256         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1257         and 3rd argument.
1258         (wl-summary-mark-as-important-internal): Likewise.
1259
1260 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-template.el (wl-template-preview): New internal variable.
1263         (wl-template-preview-p): New function.
1264         (wl-template-show): Bind `wl-template-preview' as t.
1265
1266 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1267
1268         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1269         `elmo-message-entity-field' with 3rd argument which is non-nil.
1270
1271 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1272
1273         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1274         Removed duplicate local bind `folder'.
1275
1276 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1279
1280 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1281
1282         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1283         duplicate definition.
1284
1285 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1286
1287         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1288         non-nil, use it; Don't fetch message if there's no message in the
1289         current cursor position.
1290
1291 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1292
1293         * wl-util.el (wl-region-exists-p): Use region-active-p.
1294         (wl-deactivate-region): New function.
1295         * wl-message.el (wl-message-redisplay): Deactivate region.
1296
1297         * wl-summary.el (wl-summary-reply): Call
1298         `wl-summary-set-message-buffer-or-redisplay' instead of
1299         `wl-summary-redisplay-internal', don't move point.
1300
1301 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1304         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1305         by regexp.
1306
1307 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1310         if no need.
1311
1312 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1315         default value to nil.
1316         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1317         `wl-summary-prepare-hook'; Replace refile action to
1318         `wl-summary-exec-action-refile-with-register'.
1319
1320         * Version number is increased to 2.11.22.
1321
1322 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-summary.el (wl-summary-detect-mark-position): Set
1325         `wl-summary-buffer-weekday-name-lang'.
1326
1327 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1328
1329         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1330         (wl-summary-mark-as-read-all): Ditto.
1331         (wl-summary-delete-messages-on-buffer): Ditto.
1332         (wl-summary-sync-update): Ditto.
1333         (wl-summary-mark-as-read-internal): Ditto.
1334         (wl-summary-mark-as-answered-internal): Ditto.
1335         (wl-summary-update-folder-info): Abolished.
1336
1337 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1338
1339         * wl-summary.el (wl-summary-mark-as-read-all): Use
1340         `wl-summary-update-folder-info' instead of
1341         `wl-folder-update-unread'.
1342
1343 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1344
1345         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1346         `wl-summary-folder-info-update'.
1347         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1348         instead of `wl-summary-folder-info-update'.
1349         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1350         `wl-folder-set-folder-updated'.
1351         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1352         instead of `wl-folder-update-unread'.
1353         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1354         the value of `wl-summary-buffer-unread-count' for the second parameter of
1355         `wl-folder-update-unread'.
1356
1357         * Version number is increased to 2.11.21.
1358
1359 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1360
1361         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1362         a local variable.
1363
1364 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1367         interactively.
1368
1369         * wl-summary.el (wl-summary-mark-as-important-internal): New
1370         internal function.
1371         (wl-summary-mark-as-important): Use it.
1372         (wl-summary-mark-as-unimportant): New function.
1373         (wl-summary-sync-marks): Follow the API change.
1374
1375         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1376
1377         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1378
1379 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1380
1381         * wl-folder.el (wl-folder-update-unread): Re-indent.
1382         Narrow the scope of a local variable.
1383
1384 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1387         (wl-addrmgr-merge-entries): Ditto.
1388         (wl-addrmgr): Added to address entry which exists in draft buffer
1389         if no entry is in original.
1390
1391 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1392
1393         * wl-batch.el: New file.
1394
1395 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1396
1397         * wl-vars.el (wl-use-semi): Remove unused variable.
1398
1399 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1400
1401         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1402         "?".
1403
1404 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1405
1406         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1407         wl-summary-new-mark.
1408         (wl-summary-new-cached-mark): New user option.
1409         (wl-summary-score-marks): Follow the change above.
1410         (wl-summary-auto-refile-skip-marks): Ditto.
1411         (wl-summary-incorporate-marks): Ditto.
1412         (wl-summary-expire-reserve-marks): Ditto.
1413
1414         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1415
1416         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1417         (wl-summary-persistent-mark-string): Distinguished between cached
1418         and uncached mark when the message is new.
1419
1420 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * wl-spam.el (wl-spam-domain): Renamed from
1423         `wl-spam-folder-guess-domain'.
1424         (wl-summary-exec-action-spam): Register as spam if domain of the
1425         source folder is good.
1426         (wl-summary-exec-action-refile-with-register): Register message if
1427         domain of the source folder is not undecided.
1428
1429 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1432         detect thread loop.
1433
1434 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1437         and wl-summary-skip-mark-list.
1438
1439 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1442
1443         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1444
1445         * wl-spam.el (toplevel): Require wl-highlight.
1446         (wl-spam-auto-check-policy-alist): Abolish.
1447         (wl-spam-auto-check-folder-regexp-list): New user option.
1448         (wl-spam-auto-check-marks): Ditto.
1449         (wl-spam-mark-action-list): Ditto.
1450         (wl-highlight-summary-spam-face): New face.
1451         (wl-spam-auto-check-message-p): New function.
1452         (wl-spam-map-spam-messages): Fixed message.
1453         (wl-spam-register-spam-messages): Ditto.
1454         (wl-spam-register-good-messages): Ditto.
1455         (wl-summary-spam-map): Add and remove keybind.
1456         (wl-summary-target-mark-spam): Abolish.
1457         (wl-summary-refile-spam): Ditto.
1458         (wl-summary-test-spam): New function.
1459         (wl-summary-mark-spam): Ditto.
1460         (wl-summary-auto-check-spam): Follow the above change.
1461         (wl-summary-exec-action-spam): New function.
1462         (wl-summary-exec-action-refile-with-register): Fixed message.
1463         (wl-message-check-spam): New function.
1464         (wl-spam-setup): Ditto.
1465         (toplevel): Call it if this file is loaded interactivity.
1466
1467         * Version number is increased to 2.11.20.
1468
1469 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1472         when new optional argument `force' is non nil or modified.
1473
1474 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1475
1476         * wl.el (toplevel): Require wl-spam when compile.
1477         (wl-save-status): Call wl-spam-save-status.
1478
1479         * wl-spam.el (wl-spam-register-spam-messages): New function.
1480         (wl-spam-register-good-messages): Ditto.
1481         (wl-spam-save-status): Ditto.
1482         (wl-summary-mode-map): Bind
1483         wl-summary-target-mark-register-as-spam to "ms" and
1484         wl-summary-target-mark-register-as-good to "mn".
1485         (wl-summary-register-as-spam): Abolish optional argument; Use
1486         wl-spam-register-spam-messages.
1487         (wl-summary-register-as-spam-all): Use
1488         wl-spam-register-spam-messages.
1489         (wl-summary-register-as-good): Abolish optional argument; Use
1490         wl-spam-register-good-messages.
1491         (wl-summary-register-as-good-all): Use
1492         wl-spam-register-good-messages.
1493         (wl-summary-target-mark-register-as-spam): New funtion.
1494         (wl-summary-target-mark-register-as-good): Ditto.
1495
1496 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1497
1498         * wl-spam.el: New file.
1499
1500 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1503
1504         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1505         (wl-summary-auto-refile): Call wl-refile-guess with
1506         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1507
1508 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1509
1510         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1511         with disable-thread argument non-nil.
1512
1513 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1514
1515         * wl-summary.el (wl-summary-rescan): Added optional argument
1516         disable-thread.
1517         (wl-summary-sync): Call wl-summary-rescan with argument
1518         disable-thread.
1519         (wl-summary-input-range): Added new range `rescan-thread'.
1520
1521 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1524
1525 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1528         internal variable.
1529         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1530         wl-summary-search-parent-by-subject-regexp and
1531         wl-summary-divide-thread-when-subject-changed as nil.
1532         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1533         (wl-summary-insert-thread): Search parent entity from
1534         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1535         thread loop.
1536
1537 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1538
1539         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1540
1541         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1542
1543         * wl-util.el (wl-require-update-all-folder-p): New function.
1544         (wl-get-assoc-list-value): Added `function' to match directive.
1545         (wl-collect-draft): Rewrite.
1546
1547         * wl-summary.el (wl-summary-sync-update): Clear faces
1548         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1549         are non-nil.
1550         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1551         argument as function.
1552         (wl-summary-input-range): Ditto.
1553
1554         * wl-folder.el (wl-draft-get-folder): New function.
1555         (wl-folder-get-elmo-folder): Consider draft folder.
1556
1557         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1558         (wl-draft-buffer-message-number): New buffer local variable.
1559         (wl-draft-folder-internal): New internal variable.
1560         (wl-draft-delete): Rewrite.
1561         (wl-draft-save): Ditto.
1562         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1563         wl-folder-get-elmo-folder.
1564         (wl-draft-config-info-operation): Ditto.
1565         (wl-jump-to-draft-folder): Ditto.
1566         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1567         (wl-draft-reedit): Rewrite.
1568
1569         * Version number is increased to 2.11.19.
1570         
1571 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1572
1573         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1574         variable.
1575
1576 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1577
1578         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1579         Use ignore-errors instead of unwind-protect.
1580
1581 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1582
1583         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1584         for updating `wl-thread-entity-list'.
1585
1586 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1587
1588         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1589         parameter from calling `wl-thread-entity-get-older-brothers' and
1590         `wl-thread-entity-get-younger-brothers'.
1591         Replace nested `append' with a single one.
1592
1593 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1594
1595         * wl-summary.el (wl-summary-mode): Don't use the return value of
1596         `make-local-hook'.
1597
1598 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1599
1600         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1601         instead of `let*'.
1602         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1603         of local variables.
1604
1605 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1608         Renamed from wl-summary-window-scroll-functions.
1609         (wl-summary-window-scroll-functions): Don't set to variable.
1610         (wl-summary-display-top): Use run-hooks.
1611         (wl-summary-display-bottom): Ditto.
1612         (wl-summary-toggle-disp-msg): Ditto.
1613         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1614         Use it instead of wl-summary-window-scroll-functions.
1615         (wl-summary-goto-folder-subr): Don't call
1616         wl-summary-window-scroll-functions, use
1617         wl-summary-buffer-window-scroll-functions instead.
1618
1619 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1622         make-local-variable.
1623
1624 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1625
1626         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1627         set-buffer-modified-p.
1628         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1629         (wl-summary-display-bottom): Ditto.
1630         (wl-summary-toggle-disp-msg): Ditto.
1631
1632 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1633
1634         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1635
1636         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1637         (wl-summary-forward): Use elmo-message-entity-field instead of
1638         elmo-message-field.
1639
1640         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1641
1642 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl-summary.el (wl-summary-window-scroll-functions): No use
1645         `append'.
1646
1647 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1648
1649         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1650         function.
1651         (wl-summary-window-scroll-functions): Call it when both
1652         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1653         (wl-summary-temp-mark): Added optional argument number.
1654         (wl-summary-message-mark): Added optional argument flag.
1655         (wl-summary-persistent-mark): Added optional argument number and flag.
1656         (wl-summary-update-persistent-mark): Ditto.
1657         (wl-summary-update-status-marks): Set "r" for interactive spec.
1658
1659         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1660         argument number and flag.
1661
1662         * wl-action.el (wl-summary-registered-temp-mark): 
1663         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1664
1665 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1668         internal variable (buffer local).
1669         (wl-summary-window-scroll-functions): New function.
1670         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1671         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1672         as nil.
1673         (wl-summary-update-status-marks): Added arguments beg, end and
1674         check.
1675         (wl-summary-update-mark-window): Use function.
1676         (wl-summary-sync-update): Follow the change above.
1677         (wl-summary-switch-to-clone-buffer): Copy
1678         wl-summary-buffer-unsync-mark-number-list.
1679         (wl-summary-goto-folder-subr): Set
1680         wl-summary-buffer-unsync-mark-number-list and
1681         use wl-summary-window-scroll-functions instead of
1682         wl-summary-lazy-highlight.
1683
1684         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1685
1686 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1689
1690         * wl-summary.el (wl-summary-update-persistent-mark): Call
1691         wl-summary-set-message-modified.
1692
1693         * wl-summary.el (wl-summary-sync-update): Don't call
1694         wl-summary-update-status-marks.
1695
1696         * Version number is increased to 2.11.18.
1697
1698 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1699
1700         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1701         (wl-message-next-page): Ditto.
1702
1703 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1704
1705         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1706         local variable.  Change the order of a collected list into the
1707         same as the specified range.  Remove nil from a collected list.
1708
1709 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1710
1711         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1712         argument for elmo-folder-list-messages.
1713
1714 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1715
1716         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1717         change (wl-summary-count-unreads return a list instead of a cons
1718         cell).
1719
1720 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1721
1722         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1723         `wl-summary-folder-info-update'.
1724
1725 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1726
1727         * wl-summary.el (wl-summary-set-message-modified): No use
1728         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1729         (wl-summary-set-mark-modified): Abolish.
1730         (wl-summary-mark-modified-p): Ditto.
1731         (wl-summary-save-view): Follow the change above.
1732
1733         * wl-expire.el (wl-summary-expire): Likewise.
1734
1735 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1736
1737         * wl-summary.el (wl-summary-detect-mark-position): Use
1738         modb-entity-handler.
1739         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1740
1741         * Version number is increased to 2.11.17.
1742
1743 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1744
1745         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1746         entity field value.
1747         (wl-summary-prefetch-msg): Ditto.
1748         (wl-summary-print-message-with-ps-print): Ditto.
1749
1750 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1751
1752         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1753         for dummy entity.
1754         (wl-summary-insert-thread): Use elmo-message-entity-field.
1755         (wl-summary-update-thread): Use elmo-message-entity-field and
1756         elmo-message-entity-number.
1757         (wl-summary-line-number):  Use elmo-message-entity-number.
1758         (wl-summary-line-size): Use elmo-message-entity-field.
1759         (wl-summary-line-subject): Ditto.
1760         (wl-summary-line-from): Ditto.
1761         (wl-summary-line-attached): Ditto.
1762         (wl-summary-create-line): Ditto.
1763         (wl-summary-create-line): Use elmo-message-entity-number.
1764         (wl-summary-print-message-with-ps-print): Use
1765         elmo-message-entity-field.
1766
1767 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1768
1769         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1770         change in elmo-msgdb-make-message-entity.
1771         (wl-summary-buffer-set-folder): Don't call
1772         wl-summary-detect-mark-position here.
1773         (wl-summary-rescan): Call elmo-message-entity-number.
1774         (wl-summary-sync-update): Ditto.
1775         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1776
1777         * wl-score.el (wl-score-header-index): Redefine 2th element.
1778         (wl-score-overview-entity-get-extra): Abolish.
1779         (wl-score-ov-entity-get): Rewrite.
1780         (wl-score-string-index<, wl-score-string-func<): Abolish.
1781         (wl-score-string<): New function.
1782         (wl-score-string-sort): Use it.
1783
1784         * wl-refile.el (wl-refile-guess-by-history): Use
1785         elmo-message-entity-field.
1786         (wl-refile-guess-by-from): Ditto.
1787         (wl-refile-guess-by-msgid): Ditto.
1788
1789         * Version number is increased to 2.11.16.
1790
1791 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1792
1793         * wl-folder.el (wl-folder-confirm-existence): Don't call
1794         file-exists-p if msgdb-path is nil.
1795         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1796         `wl-read-folder-hist' to `wl-read-folder-history'.
1797
1798 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1799
1800         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1801         `y-or-n-p'.
1802
1803 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-score.el (wl-score-headers): Don't use
1806         elmo-folder-do-each-message-entity.
1807
1808         * Version number is increased to 2.11.15.
1809
1810 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1811
1812         * wl-summary.el (wl-summary-delete-all-msgs): Use
1813         elmo-folder-move-messages instead of elmo-folder-delete-messages
1814         and elmo-folder-detach-messages.
1815         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1816
1817         * wl-expire.el (wl-expire-delete): Ditto.
1818         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1819
1820 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1821
1822         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1823         (wl-message-header-narrowing-fields): Ditto.
1824         (wl-message-header-narrowing-lines): Ditto.
1825         (wl-message-header-narrowing-string): Ditto.
1826
1827         * wl-summary.el (wl-summary-mode-map): Bind
1828         wl-summary-toggle-header-narrowing to "C-cC-f".
1829         (wl-summary-toggle-header-narrowing): New function.
1830
1831         * wl-message.el (wl-message-buffer-create): Call
1832         wl-message-header-narrowing-setup.
1833         (wl-message-redisplay): Call wl-message-header-narrowing.
1834         (wl-message-header-narrowing): New function.
1835         (wl-message-header-narrowing-map): New keymap.
1836         (wl-message-header-narrowing-widen-map): New keymap.
1837         (wl-message-header-narrowing-again-at-mouse): New function.
1838         (wl-message-header-narrowing-1): Ditto.
1839         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1840         (wl-message-header-narrowing-setup): Ditto.
1841         (wl-message-header-narrowing-toggle): Ditto.
1842         
1843         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1844
1845         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1846         'flag as all.
1847         (wl-use-flag-folder-help-echo): New user option.
1848
1849         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1850         wl-summary-highlight as nil.
1851         (wl-summary-set-mark-modified): Follow the API change.
1852         (wl-summary-mark-modified-p): Ditto.
1853         (wl-summary-mark-as-read-all): Ditto.
1854         (wl-summary-sync-marks): Don't call
1855         elmo-folder-list-messages-with-global-mark.
1856         (wl-summary-mark-as-read-internal): Follow the API change.
1857         (wl-summary-mark-as-answered-internal): Ditto.
1858         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1859         Follow the API change.
1860         (wl-summary-create-line): Call with number argument.
1861         (wl-summary-reply): Follow the API change.
1862
1863         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1864         function.
1865         (wl-highlight-summary-line-string): Call it when
1866         wl-use-flag-folder-help-echo is non-nil.
1867         (wl-highlight-summary-current-line): Ditto.
1868         (elmo-flag-folder-referrer): Added autoload setting.
1869
1870         * wl-draft.el (wl-draft-kill): Follow the API change.
1871
1872         * Version number is increased to 2.11.14.
1873         
1874 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1875
1876         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1877
1878 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * Version number is increased to 2.11.13.
1881
1882 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * wl-draft.el (wl-draft-previous-history-element): Fixed
1885         unbalanced parenthesis and bind unbound local variables.
1886
1887 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1888
1889         * wl-draft.el (wl-draft-previous-history-element): New function.
1890         (wl-draft-next-history-element): Ditto.
1891         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1892         them to M-p and M-n.
1893
1894 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1895
1896         * Version number is increased to 2.11.12.
1897
1898 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-draft.el (wl-draft-hide): Select buffer-window.
1901
1902 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1903
1904         * wl-summary.el (wl-summary-narrow-to-region): New function.
1905         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1906         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1907         (wl-summary-save-region): Use it.
1908         * wl-action.el (wl-summary-collect-numbers-region)
1909         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1910
1911 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1912
1913         * wl-folder.el (wl-folder-count-incorporates): Don't use
1914         `elmo-msgdb-mark-load'
1915
1916         * Version number is increased to 2.11.11.
1917
1918 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1919
1920         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1921         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1922
1923 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1924
1925         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1926
1927 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * Version number is increased to 2.11.10.
1930
1931 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1932
1933         * wl-mime.el (wl-draft-attribute-value): Fixed.
1934
1935 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1936
1937         * wl-util.el (wl-copy-local-variables): New function.
1938
1939         * wl-mime.el (wl-draft-attribute-recipients): New function.
1940         (wl-draft-attribute-envelope-from): Ditto.
1941         (wl-draft-attribute-smtp-posting-server): Ditto.
1942         (wl-draft-attribute-smtp-posting-port): Ditto.
1943         (wl-draft-attribute-value): Ditto.
1944         (wl-draft-preview-message): Use it to get value for
1945         attributes. Reflect result of `wl-draft-config'.
1946
1947         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1948         and call `wl-summary-mark-as-read' before to call
1949         `wl-summary-unset-mark'.
1950         (wl-summary-target-mark-mark-as-unread): Likewise.
1951         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1952
1953 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1954
1955         * wl-mime.el (wl-draft-preview-message): Use actual value for
1956         attributes; Fix for small window.
1957
1958 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1959
1960         * wl-refile.el (wl-refile-get-field-value): Call
1961         `elmo-message-entity-field' with 3rd argument is non-nil.
1962
1963 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1964
1965         * wl-vars.el (wl-draft-preview-attributes): New user option.
1966         (wl-draft-preview-attributes-list): Ditto.
1967         (wl-draft-preview-attributes-buffer-lines): Ditto.
1968         (wl-draft-preview-attributes-buffer-name): Ditto.
1969
1970         * wl-mime.el (wl-draft-preview-message): Display attributes.
1971
1972 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1973
1974         * wl-summary.el (wl-summary-detect-mark-position): Bind
1975         wl-summary-flag-priority-list to '(new).
1976
1977 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1978
1979         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1980         funtion.
1981         (wl-highlight-summary-line-string): Use it.
1982         (wl-highlight-summary-current-line): Ditto.
1983
1984 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1985
1986         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1987         line even when the mark string is not changed.
1988
1989         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1990         argument change in the wl-summary-create-line.
1991         (wl-thread-insert-entity-sub): Ditto.
1992
1993         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1994         argument change in the wl-summary-create-line.
1995         (wl-summary-insert-sequential): Ditto.
1996         (wl-summary-update-thread): Ditto.
1997         (wl-summary-persistent-mark-string): New inline function.
1998         (wl-summary-message-mark): Use it.
1999         (wl-summary-create-line): Abolish argument wl-persistent-mark
2000         and added wl-flags, wl-cached.
2001
2002         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2003         mark to flags.
2004         (wl-highlight-summary-current-line): Decide the face not by the 
2005         persistent mark but flags.
2006
2007 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2008
2009         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2010         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2011         wl-summary-read-uncached-mark): Revive.
2012         (wl-summary-answered-cached-mark,
2013         wl-summary-answered-uncached-mark): New user option.
2014         (wl-summary-score-marks): Follow the change above.
2015         (wl-summary-auto-refile-skip-marks): Ditto.
2016         (wl-summary-incorporate-marks): Ditto.
2017         (wl-summary-expire-reserve-marks): Ditto.
2018         (wl-summary-flag-priority-list): New user option.
2019
2020         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2021         changes.
2022         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2023         of elmo-message-mark.
2024         (wl-summary-mark-as-read-internal): Ditto.
2025         (wl-summary-mark-as-answered): Ditto.
2026         (wl-summary-mark-as-important): Ditto.
2027         (wl-summary-redisplay-internal): Ditto.
2028         (wl-summary-redisplay-no-mime-internal): Ditto.
2029         (wl-summary-message-mark): New function.
2030         (wl-summary-insert-sequential): Use wl-summary-message-mark
2031         instead of elmo-message-mark.
2032         (wl-summary-update-thread): Ditto.
2033         (wl-summary-persistent-mark): Ditto.
2034         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2035         instead of elmo-message-mark.
2036
2037         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2038         wl-summary-message-mark instead of elmo-message-mark.
2039         (wl-thread-insert-entity-sub): Ditto.
2040         (wl-thread-get-children-msgs-uncached): Ditto.
2041
2042         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2043         variable name changes.
2044         (wl-highlight-summary-current-line): Ditto.
2045
2046         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2047         wl-summary-message-mark instead of elmo-message-mark.
2048
2049         * wl-expire.el (wl-expire-message-p): Ditto.
2050
2051         * wl-score.el (wl-score-headers): Ditto.
2052
2053         * Version number is increased to 2.11.9.
2054
2055         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2056         (wl-summary-sync-update): Follow the change above.
2057         (wl-summary-switch-to-clone-buffer): Ditto.
2058         (wl-summary-open-folder): Ditto.
2059
2060 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2063         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2064
2065         * Version number is increased to 2.11.8.
2066
2067         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2068
2069         * wl-expire.el (wl-expire-refile): Follow the API change on
2070         `elmo-folder-move-messages'.
2071         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2072
2073         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2074         (wl-summary-exec-action-refile): Ditto.
2075         (wl-summary-exec-action-copy): Ditto.
2076         (wl-summary-no-auto-refile-message-p): No use
2077         `wl-summary-buffer-msgdb'.
2078         (wl-summary-auto-refile): Ditto.
2079
2080 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2081
2082         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2083
2084 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2085
2086         * wl-summary.el (wl-summary-sync): Treat no-sync.
2087
2088         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2089         (wl-default-sync-range): Ditto.
2090
2091 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2092
2093         * wl-refile.el (wl-refile-subject-learn): Call
2094         `elmo-message-entity-field' with 3rd argument is non-nil.
2095         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2096         instead of `elmo-msgdb-overview-entity-get-subject'.
2097
2098 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2099
2100         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2101         scan-type is rescan.
2102         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2103         new optional argument force is non-nil.
2104         (wl-summary-save-view-cache): Call it with force argument non-nil.
2105
2106         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2107
2108 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * wl-action.el (wl-summary-print-argument): Fixed last change.
2111
2112 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2115         simplified.
2116         (wl-summary-target-mark-mark-as-unread): Likewise.
2117         (wl-summary-target-mark-mark-as-important): Likewise.
2118
2119 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2122         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2123         (wl-summary-mark-as-important-region): Change accordingly.
2124         (wl-summary-target-mark-mark-as-important): Ditto.
2125
2126 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2129
2130         * wl-action.el (wl-summary-print-argument): Print argument to
2131         right side of window if `wl-summary-print-argument-within-window'
2132         is non-nil.
2133
2134 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2135
2136         * wl-action.el (wl-summary-set-mark): Use
2137         `wl-summary-message-visible-p' to check visibility of the message
2138         and jump to message only when the message line is visible and have
2139         different number; Call wl-summary-unset-mark with number argument.
2140         (wl-summary-unset-mark): 
2141         Use `wl-summary-message-visible-p'
2142         to check visibility of the message and jump to message only when
2143         the message line is visible and have different number;
2144
2145 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2146
2147         * Version number is increased to 2.11.7.
2148
2149         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2150         and wl-folder-summary-line-format.
2151
2152         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2153         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2154         (wl-summary-set-score-mark): Use it.
2155         (wl-summary-target-mark-mark-as-read): Ditto.
2156         (wl-summary-target-mark-mark-as-unread): Ditto.
2157         (wl-summary-target-mark-mark-as-important): Ditto.
2158         (wl-summary-target-mark-msgs): Simplified.
2159         (wl-summary-detect-mark-position): Fixed problem when
2160         summary-line-format no contain persisten/temp mark spec.
2161         (wl-summary-temp-mark): Ditto.
2162         (wl-summary-persistent-mark): Ditto.
2163         (wl-summary-update-persistent-mark): Ditto.
2164
2165         * wl-action.el (wl-summary-set-mark): Ditto.
2166         (wl-summary-unset-mark): Ditto.
2167         All other related portions are changed.
2168
2169 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2170
2171         * Version number is increased to 2.11.6.
2172
2173 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-util.el (wl-current-message-buffer): Define as function;
2176         Don't use the value of wl-messge-buffer.
2177
2178         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2179         persistent mark.
2180
2181         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2182         no current message, cause an error.
2183
2184 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2185
2186         * wl-summary.el (wl-summary-set-message-modified): Use
2187         elmo-folder-set-message-modified instead of
2188         elmo-folder-set-message-modified-internal.
2189
2190 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2191
2192         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2193         interactively.
2194         (wl-summary-sync): nokill->entirely.
2195         (wl-summary-sync-marks): Fixed message.
2196         (wl-summary-input-range): Added mark, nokill->entirely.
2197
2198         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2199         messages as read.
2200
2201 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2202
2203         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2204         update-noscore.
2205         (wl-summary-sync): Follow the change above.
2206
2207 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * wl-action.el (wl-summary-target-mark-all): Use
2210         elmo-folder-list-messages.
2211
2212 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2215         (wl-summary-rescan): Set wl-summary-scored as nil.
2216         (wl-summary-sync-force-update): Follow the change above.
2217         (wl-summary-sync): Ditto.
2218         (wl-summary-sync-update): Added argument disable-killed.
2219         (wl-summary-insert-headers): Set visible-only argument for
2220         elmo-folder-list-messages.
2221         (wl-summary-input-range): Added update-nokill, update-noscore,
2222         all-nokill, all-noscore and mark.
2223
2224         * Version number is increased to 2.11.5.
2225
2226         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2227
2228 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2229
2230         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2231         (wl-summary-prefetch-region-no-mark): Change accordingly.
2232         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2233
2234 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2235
2236         * wl-address.el (wl-complete-field-to): Abolished.
2237         (wl-complete-address): Completion function for completing-read.
2238         * wl-action.el (wl-summary-get-resend-address): Use it.
2239
2240         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2241         wl-summary-update-mark and abolish unused argument.
2242         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2243         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2244         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2245         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2246         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2247         * wl-draft.el (wl-draft-kill): Ditto.
2248
2249         * wl-summary.el: Remove unused binding of case-fold-search.
2250         (wl-summary-replace-status-marks): Abolished.
2251
2252 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2253
2254         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2255         is specified or folder length is zero.
2256
2257 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2258
2259         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2260         (wl-folder-archive-current-entity): Ditto.
2261
2262 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2263
2264         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2265         retrieving message mark.
2266         (wl-summary-redisplay-internal): Ditto.
2267
2268         * wl-message.el (wl-message-buffer-display): Ignore errors while
2269         retrieving message-id field.
2270
2271         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2272         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2273         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2274         order of the arguments for `wl-expire-message-p'.
2275         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2276
2277         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2278         Check return value of wl-summary-reply.
2279         (wl-summary-reply): Recover window configuration when an error occured.
2280
2281 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2282
2283         * wl-summary.el (wl-summary-resend-message): Abolished, the
2284         feature is inherited by wl-summary-resend (put resend mark).
2285
2286 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2287
2288         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2289         wl-message-buffer to nil when the message is hide.
2290
2291 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * .cvsignore: New file.
2294
2295 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2296
2297         * wl-action.el (wl-summary-action-docstring): Add more info.
2298         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2299         duplicate definition.
2300         (wl-summary-define-mark-action): Functions wl-summary-*-region
2301         keep current position.
2302         (wl-summary-unregister-target-mark): Store result to the variable.
2303
2304 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * Version number is increased to 2.11.4.
2307
2308 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2311         wl-summary-delete-all-temp-marks.
2312         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2313
2314         * wl-action.el (wl-summary-set-mark): Changed terminology
2315         refile-destination -> action-argument.
2316         (wl-summary-unset-mark): Ditto.
2317         (wl-summary-remove-argument): Ditto.
2318         (wl-summary-print-argument): Ditto.
2319
2320         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2321         (wl-thread-remove-argument-region): Ditto.
2322         (wl-thread-print-argument-region): Ditto.
2323         (wl-thread-close): Ditto.
2324         (wl-thread-open): Ditto.
2325
2326         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2327         (wl-highlight-refile-destination-face is abolished)
2328         (wl-highlight-action-argument-string): Ditto.
2329         (wl-highlight-summary-current-line): Highlight action argument.
2330
2331         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2332         color for light backgrounds.
2333         (wl-highlight-summary-answered-face): Ditto.
2334
2335 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2338
2339         * wl-score.el (wl-summary-score-update-all-lines): Use
2340         wl-summary-set-mark.
2341         (wl-summary-score-update-all-lines): Kill expunged messages.
2342
2343         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2344
2345 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2346
2347         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2348         directly.
2349         (wl-score-overview-entity-get-lines): Ditto.
2350         (wl-score-overview-entity-get-xref): Ditto.
2351         (wl-score-get-latest-msgs): Ditto.
2352         (wl-summary-rescore): Ditto.
2353
2354         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2355         to "&".
2356         (wl-summary-mark-as-answered-internal): New inline function.
2357         (wl-summary-mark-as-answered): New function.
2358         (wl-summary-mark-as-unanswered): Ditto.
2359         (wl-summary-sync-marks): Modified for answered-mark synching.
2360
2361 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-action.el (wl-summary-set-mark): Fixed last change.
2364
2365 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2366
2367         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2368         behavior of wl-summary-unread-message-hook
2369         (Pointed out by akira yamada <akira@arika.org>).
2370
2371 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2372
2373         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2374         wl-summary-delete.
2375         * wl-xmas.el (wl-summary-toolbar): Ditto.
2376
2377         * wl-action.el (wl-summary-set-mark): Don't override current
2378         temp-mark.
2379
2380         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2381
2382 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2383
2384         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2385         (wl-refile-msgid-learn): Ditto.
2386         (wl-refile-get-field-value): Ditto.
2387
2388         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2389
2390         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2391         (wl-expire-delete-reserved-messages): Renamed from
2392         wl-expire-reserve-marked-msgs-from-list.
2393         (wl-expire-delete): Removed argument `msgdb'.
2394         (wl-expire-refile): Ditto.
2395         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2396         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2397         mark-alist as argument.
2398         (wl-expire-archive-number1): Removed argument `msgdb'.
2399         (wl-expire-archive-number2): Ditto.
2400         (wl-expire-archive-date): Ditto.
2401         (wl-expire-localdir-date): Ditto.
2402         (wl-expire-hide): Ditto.
2403         (wl-archive-number1): Ditto.
2404         (wl-archive-number2): Ditto.
2405         (wl-archive-date): Ditto.
2406         (wl-archive-folder): Ditto.
2407         All other related portions are changed.
2408
2409 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2410
2411         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2412         mean move up and down. (suggested by Takashi Kawachi)
2413
2414 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2415
2416         * wl-acap.el (toplevel): Don't require un-define.
2417
2418 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2419
2420         * wl-thread.el (wl-thread-delete-message): Always update
2421         wl-summary-buffer-number-list.
2422
2423         * wl-action.el (wl-summary-print-destination): 
2424         Do nothing when folder is nil.
2425
2426 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2427
2428         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2429         persistent mark when prefetch is succeeded.
2430
2431 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2432
2433         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2434         instead of elmo-msgdb-delete-msgs.
2435         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2436         (wl-expire-hide): Ditto.
2437
2438         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2439
2440         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2441         elmo-msgdb interface.
2442         (wl-thread-get-exist-children): Likewise.
2443         (wl-thread-insert-message): Likewise.
2444         (wl-thread-msg-mark-as-important): Likewise.
2445         (wl-thread-insert-entity-sub): Likewise.
2446         (wl-thread-get-children-msgs-uncached): Likewise.
2447
2448         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2449         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2450         (wl-summary-sync-update): Likewise.
2451         (wl-summary-auto-select-msg-p): Likewise.
2452         (wl-summary-update-thread): Likewise.
2453         (wl-summary-mark-as-important): Likewise.
2454         (wl-summary-jump-to-msg-internal): Likewise.
2455         (wl-summary-redisplay-internal): Likewise.
2456         (wl-summary-print-message-with-ps-print): Likewise.
2457         (wl-summary-folder-info-update): Likewise.
2458
2459         * wl-folder.el (wl-folder-check-one-entity):
2460         elmo-folder-count-flags instead of wl-summary-count-unread.
2461
2462         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2463
2464         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2465
2466         * wl-summary.el (wl-summary-set-message-modified): 
2467         Call wl-summary-set-mark-modified.
2468         (wl-summary-delete-messages-on-buffer): Call
2469         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2470         (wl-summary-sync-update): Call elmo-folder-length instead of
2471         elmo-folder-messages.
2472         (wl-summary-insert-headers): Don't call
2473         elmo-folder-list-message-entities.
2474
2475 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2476
2477         * wl-action.el (wl-summary-define-mark-action): Call
2478         `wl-summary-set-mark' with argument `data'.
2479         (wl-summary-auto-refile): Fixed order of arguments when call
2480         `wl-summary-refile'.
2481
2482 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2483
2484         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2485
2486         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2487
2488         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2489         (Renamed from wl-highlight-summary-deleted-face).
2490         (wl-highlight-summary-resend-face): New face.
2491
2492         (wl-highlight-summary-deleted-face): Renamed from
2493         wl-highlight-summary-erased-face.
2494
2495         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2496
2497         * wl-action.el (wl-summary-get-resend-address): New function.
2498         (wl-summary-exec-action-resend): Ditto.
2499         (wl-summary-exec-action-resend-subr): Ditto.
2500
2501         * w-thread.el (wl-thread-copy): Removed definition.
2502         (wl-thread-refile): Ditto.
2503         (wl-thread-delete): Ditto.
2504         (wl-thread-target-mark): Ditto.
2505
2506         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2507         (wl-summary-target-mark-set-action): Fixed.
2508         (wl-summary-define-mark-action): Fixed quotation.
2509         (wl-summary-move-mark-list-messages): Display message.
2510         (wl-summary-define-mark-action): Define thread functions.
2511         (wl-summary-exec-action-refile): Changed message.
2512         (wl-summary-exec): Ditto.
2513
2514 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2515         
2516         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2517         '%%'.
2518
2519 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2520
2521         * wl.el (toplevel): Require wl-action.
2522         (wl-init): Call wl-summary-define-mark-action.
2523
2524         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2525
2526         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2527         wl-summary-delete and wl-summary-erase.
2528         (wl-summary-mode-map): Ditto.
2529
2530         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2531         wl-delete-folder-alist.
2532
2533         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2534         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2535         (toplevel): Moved mark & action related functions to the wl-action.el.
2536
2537         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2538         in wl-summary-mark-action-list.
2539         (wl-highlight-summary-current-line): Ditto.
2540
2541         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2542         empty lines.
2543
2544         * wl-action.el: New file. 
2545
2546 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2547
2548         * wl-summary.el (wl-summary-target-mark-replace): New function.
2549         (wl-summary-target-mark-prefetch): Use it.
2550         (wl-summary-target-mark-delete): Ditto.
2551         (toplevel): Rearranged definition order.
2552         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2553         (wl-summary-target-mark-erase): Rewrite.
2554         (wl-summary-erase-region): New function.
2555         (wl-summary-exec-action-erase): Changed message.
2556         (wl-summary-move-mark-list-messages): New function.
2557         (wl-summary-exec-action-delete): Use it.
2558         (wl-summary-exec-action-erase): Ditto.
2559
2560         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2561         (wl-summary-skip-mark-list): Added "d".
2562
2563         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2564         while searching.
2565
2566         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2567         and define using defcustom;
2568         Define 4th element as a face.
2569         
2570         * wl-summary.el (wl-summary-incorporate): Use 
2571         `wl-summary-prefetch-region-no-mark' instead of
2572         `wl-summary-prefetch-region'.
2573         (wl-summary-prefetch-region-no-mark): Revival of old
2574         `wl-summary-prefetch-region'.
2575         (wl-summary-mark-action-list): Moved to wl-vars.el
2576
2577         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2578         face according to the `wl-summary-mark-action-list'.
2579         (wl-highlight-summary-current-line): Ditto;
2580         Removed destination highlighting.
2581
2582         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2583         (wl-highlight-summary-line-string): Highlight for "i" mark.
2584         (wl-highlight-summary-current-line): Ditto.
2585
2586         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2587         no destination.
2588
2589         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2590         exists, just go ahead.
2591         (wl-summary-prefetch-region): Rewrite.
2592         (wl-summary-prefetch): Ditto.
2593         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2594         (wl-summary-exec-action-prefetch): New function.
2595         (wl-summary-target-mark-prefetch): Rewrite.
2596
2597 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2598
2599         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2600         (wl-highlight-summary-line-string): Added "d" and "D".
2601         (wl-highlight-summary-current-line): Ditto.
2602
2603         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2604         in wl-summary.el.
2605         (wl-thread-insert-entity-sub): Ditto.
2606         (wl-thread-remove-destination-region): Ditto.
2607         (wl-thread-print-destination-region): Ditto.
2608
2609         * wl-summary.el (wl-summary-buffer-refile-list,
2610         wl-summary-buffer-delete-list,
2611         wl-summary-buffer-copy-list): Abolish.
2612         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2613         All other related portions are changed.
2614         (wl-summary-mark-action-list): New variable.
2615         (wl-summary-set-mark): New function.
2616         (wl-summary-register-target-mark): Ditto.
2617         (wl-summary-unregister-target-mark): Ditto.
2618         (wl-summary-have-target-mark-p): Ditto.
2619         (wl-summary-register-temp-mark): Ditto.
2620         (wl-summary-unregister-temp-mark): Ditto.
2621         (wl-summary-registered-temp-mark): Ditto.
2622         (wl-summary-collect-temp-mark): Ditto.
2623         (wl-summary-unset-mark): Ditto.
2624         (wl-summary-set-target-mark): Ditto.
2625         (wl-summary-unset-target-mark): Ditto.
2626         (wl-summary-set-action-generic): Ditto.
2627         (wl-summary-unset-action-generic): Ditto.
2628         (wl-summary-exec-action-delete): Ditto.
2629         (wl-summary-exec-action-erase): Ditto.
2630         (wl-summary-set-action-refile): Ditto.
2631         (wl-summary-set-action-refile-subr): Ditto.
2632         (wl-summary-unset-action-refile): Ditto.
2633         (wl-summary-make-destination-numbers-list): Ditto.
2634         (wl-summary-exec-action-refile): Ditto.
2635         (wl-summary-set-action-copy): Ditto.
2636         (wl-summary-unset-action-copy): Ditto.
2637         (wl-summary-exec-action-copy): Ditto.
2638         (wl-summary-collect-numbers-region): Ditto.
2639         (wl-summary-delete): Rewrite.
2640         (wl-summary-erase): Ditto.
2641         (wl-summary-remove-destination): Ditto.
2642         (wl-summary-exec): Ditto.
2643         (wl-summary-exec-region): Ditto.
2644         (wl-summary-target-mark-erase): Ditto.
2645         (wl-summary-refile): Ditto.
2646         (wl-summary-copy): Ditto.
2647         (wl-summary-unmark): Ditto.
2648         (wl-summary-delete-all-mark): Ditto.
2649         (wl-summary-mark-line): Don't highlight.
2650         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2651         (wl-summary-target-mark-refile-subr): Rewrite.
2652
2653         (wl-summary-copy-prev-destination): Abolish.
2654
2655 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2656
2657         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2658         default values along the value of wl-on-mule.
2659         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2660         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2661         It is not used anywhere.
2662
2663 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2664
2665         * wl-summary.el (wl-summary-print-destination): Keep position.
2666         (wl-summary-cursor-move-surface): Keep horizontal position.
2667
2668 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2669
2670         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2671         write sendlog.
2672
2673 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2674
2675         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2676         `wl-summary-highlight'.
2677
2678 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2679
2680         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2681         trivial condition for temp-mark.
2682
2683 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2684
2685         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2686         when it hits killed buffer.
2687
2688 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2689
2690         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2691         * wl-news.el.in: `message' and `error' take format string.
2692
2693 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2694
2695         * wl-folder (wl-folder-insert-entity): Display a message,
2696         `...done', when the work finish.
2697         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2698
2699 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2700
2701         * wl-message.el (wl-message-redisplay): Remove unused local
2702         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2703
2704 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2705
2706         * wl-summary.el (wl-summary-replace-status-marks): Disable
2707         interactive use.
2708         (wl-summary-reedit): Check message existence at first.
2709         (wl-summary-mark-line): Fix doc, return value is indefinite.
2710
2711         * wl-highlight.el (wl-highlight-message): Arranged.
2712
2713         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2714         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2715         check temp-mark by wl-summary-temp-mark always.
2716         (wl-highlight-summary): Change accordingly.
2717         * wl-summary.el (wl-summary-mark-as-read-all)
2718         (wl-summary-delete-cache, wl-summary-set-score-mark)
2719         (wl-summary-mark-as-unread, wl-summary-unmark)
2720         (wl-summary-mark-line, wl-summary-mark-as-read)
2721         (wl-summary-mark-as-important): Ditto.
2722
2723         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2724         end of the window if possible.
2725         * wl-summary.el (wl-summary-sync-update): Support lazy
2726         highlighting.
2727         (wl-summary-toggle-disp-msg): Ditto.
2728
2729 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2730
2731         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2732
2733 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2734
2735         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2736         change.
2737
2738 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2739
2740         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2741         API.
2742         (wl-summary-sync-update): Ditto.
2743
2744         * wl-score.el (wl-score-get-score-alist): Changed argument.
2745         (wl-summary-rescore-msgs): Likewise.
2746         (wl-summary-score-headers): Likewise.
2747         (wl-score-headers): Likewise;
2748         Use elmo-folder-do-each-message-entity, etc.
2749         (wl-summary-score-effect): Follow the changes above.
2750         (wl-summary-rescore): Ditto.
2751         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2752         (wl-score-get-overview): Abolish.
2753
2754         * wl-summary.el (wl-summary-default-from): Follow the API change in
2755         elmo-msgdb.
2756         (wl-summary-count-unread): Ditto.
2757         (wl-summary-detect-mark-position): Ditto.
2758         (wl-summary-overview-entity-compare-by-date): Ditto.
2759         (wl-summary-overview-entity-compare-by-number): Ditto.
2760         (wl-summary-overview-entity-compare-by-from): Ditto.
2761         (wl-summary-overview-entity-compare-by-subject): Ditto.
2762         (wl-summary-get-list-info): Ditto.
2763         (wl-summary-rescan): Ditto.
2764         (wl-summary-jump-to-msg-by-message-id): Ditto.
2765         (wl-summary-sync-update): Ditto; Removed comment.
2766         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2767         (wl-summary-insert-message): Use wl-summary-insert
2768         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2769         (wl-summary-insert-headers): Changed argument overview to folder.
2770         (wl-summary-search-by-subject): Likewise.
2771         (wl-summary-insert-thread): Renamed from 
2772         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2773
2774         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2775         too.
2776
2777         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2778         wl-string-member.
2779
2780 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2781
2782         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2783         elmo-folder-append-buffer.
2784         (wl-draft-queue-append): Likewise.
2785
2786         * wl-mime.el (wl-message-delete-current-part): Ditto.
2787         (wl-summary-burst-subr): Ditto.
2788
2789         * wl-news.el.in (wl-news-send-news): Ditto.
2790
2791 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2792
2793         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2794         function.
2795         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2796         (wl-summary-update-mark): Enclose with save-excursion.
2797         (wl-summary-mark-as-read-internal): Fixed last change.
2798         (wl-summary-mark-as-important): Use 3rd argument of
2799         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2800         Don't use elmo-msgdb-set-mark.
2801         (wl-summary-redisplay-internal): If msgdb flag is already read,
2802         just update the mark on buffer.
2803
2804 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2805
2806         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2807         cut visible folder when elmo-folder-delete returns non-nil value.
2808
2809 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2810
2811         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2812         by Kenichi OKADA <okada@opaopa.org>).
2813
2814 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2815
2816         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2817
2818 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2819
2820         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2821         Fixed the last change, search group entity by its real name.
2822         (Thanks to: KOBAYASHI Shinji)
2823
2824 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2825
2826         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2827         (wl-fldmgr-access-display-all): Don't refer visible name.
2828         * wl-expire.el (wl-folder-archive-current-entity)
2829         (wl-folder-expire-current-entity): Ditto.
2830         * wl-folder.el (wl-folder-jump-to-current-entity)
2831         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2832         (wl-folder-open-folder-sub,wl-folder-open-all)
2833         (wl-folder-write-current-folder): Ditto.
2834         (wl-folder-insert-entity): Don't use petname for normal group.
2835         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2836         is the real name.
2837         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2838         Abolished.
2839
2840 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2841
2842         * wl-draft.el (wl-draft-create-buffer): Add
2843         `wl-summary-reply-with-citation'
2844
2845 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2846
2847         * wl-draft.el (wl-draft-reply): Fixed.
2848
2849 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2850
2851         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2852         when `wl-draft-send-confirm-with-preview' is non-nil.
2853         You can scroll up/down by j/k.
2854         (wl-draft-send-confirm-with-preview): New variable (default=t).
2855
2856 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2857
2858         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2859         (wl-fldmgr-save-folders): Fix comment.
2860
2861 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2862
2863         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2864         along the last change in `wl-folder-buffer-group-p'.
2865
2866 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2867
2868         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2869         folder.
2870
2871         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2872         the default value.
2873
2874         * wl-mime.el (wl-summary-burst): Update summary only when target
2875         folder equals current folder.
2876
2877 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2878
2879         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2880
2881 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2882
2883         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2884         value.
2885
2886 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2889         `map-extents' instead of `extent-at' repeatedly.
2890         (wl-highlight-folder-current-line): Ditto.
2891
2892         * wl-highlight.el: Remove useless dummy functions.
2893
2894 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2895
2896         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2897         (wl-folder-put-folder-property): New function to put text property.
2898         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2899         (wl-folder-insert-entity, wl-folder-update-diff-line)
2900         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2901         * wl-e21.el, wl-xmas.el, wl-mule.el
2902         (wl-highlight-folder-current-line): Ditto.
2903         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2904         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2905         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2906         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2907
2908 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2909
2910         * Version number is increased to 2.11.3.
2911
2912 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2913
2914         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2915         Resume current-buffer since it is assumed by remaining tasks.
2916
2917 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2918
2919         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2920         (wl-folder-completion-function): Abolished.
2921         (wl-folder-complete-folder): New function.
2922         (wl-folder-complete-filter-condition): Ditto.
2923         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2924         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2925
2926 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2927
2928         * wl-draft.el (wl-draft-send-confirm): New function.
2929         (wl-draft-send): Use it.
2930
2931         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2932         cursor-in-echo-area while confirming.
2933
2934         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2935
2936         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2937         searching via nntp if wl-summary-search-via-nntp is 'force.
2938         Otherwise, invoke searching in nntp folder only.
2939         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2940
2941         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2942         explicitly for mime-make-text-tag.
2943
2944 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2945
2946         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2947         `mime-make-text-tag' instead of `mime-create-tag'.
2948
2949 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2950
2951         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2952         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2953
2954 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2955
2956         * wl-score.el (wl-score-save): Bind print-length and print-level.
2957         (wl-score-pretty-print): Ditto.
2958         (wl-score-edit-insert-header-entry): Ditto.
2959
2960         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2961         "From" entry to be treated with wl-draft-eword-encode-address-list.
2962         * wl-mime.el (wl-draft-preview-message): Ditto.
2963
2964         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2965         (wl-summary-mark-as-unread): Ditto.
2966         (wl-summary-mark-as-read-region): Change accordingly.
2967         (wl-summary-mark-as-unread-region): Ditto.
2968         (wl-summary-target-mark-mark-as-read): Ditto.
2969         (wl-summary-target-mark-mark-as-unread): Ditto.
2970
2971 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2972
2973         * Version number is increased to 2.11.2.
2974
2975 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2976
2977         * wl-news.el.in (wl-news-previous-version-save): Bind
2978         print-length and print-level.
2979         * wl-thread.el (wl-thread-save-entities): Ditto.
2980         (wl-thread-save-top-list): Bind print-length.
2981
2982 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2983
2984         * wl-highlight.el (wl-highlight-summary-line-string): Use
2985         wl-summary-score-below-mark, wl-summary-score-over-mark.
2986         (wl-highlight-summary-current-line): Ditto.
2987
2988 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2989
2990         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2991         insert it.
2992
2993 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2994
2995         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2996
2997 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2998
2999         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3000         message without msgid.
3001         Rewrite with elmo-folder-move-messages.
3002         Set wl-message-buffer to nil.
3003
3004         * wl-summary.el (wl-summary-erase-subr): New function. Use
3005         elmo-folder-move-messages.
3006         (wl-summary-erase): Call it.
3007         (wl-summary-target-mark-erase): Ditto.
3008
3009 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3010
3011         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3012         it is not up-tp-date.
3013
3014 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3015
3016         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3017         buffer after calling `wl-summary-goto-folder-subr' without the
3018         argument `interactive'.
3019         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3020
3021 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3022
3023         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3024         `mime-create-tag'. Use `string=' instead of `looking-at'.
3025
3026 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3027
3028         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3029         to avoid compile warning.
3030
3031         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3032         entity-id when folder is given.
3033         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3034         save-excursion, use save-selected-window instead.
3035         Select folder buffer window if exists.
3036         (To correct behavior with wl-folder-move-cur-folder.)
3037
3038 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3039
3040         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3041
3042 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3043
3044         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3045         list-count instead of %d.
3046
3047 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3048
3049         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3050         (wl-news): Set it.
3051         (wl-news-append-to-folder): Use it.
3052
3053         * wl-news.el.in (wl-news-send-news): Append to specified folder
3054         instead of wl-default-folder.
3055         (wl-news-append-to-folder): Show error message with specified folder.
3056
3057         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3058                 In most major modes, Emacs assumes that any opening
3059                 delimiter found at the left margin is the start of a
3060                 top-level definition, or defun. Therefore, *never put an
3061                 opening delimiter at the left margin unless it should have
3062                 that significance.*
3063
3064         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3065
3066 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3067
3068         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3069
3070 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3071
3072         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3073
3074 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3075
3076         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3077         for sequential numbering case.
3078
3079 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3080
3081         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3082         value.
3083         (wl-draft-reply-without-argument-list): Ditto.
3084         (wl-draft-reply-myself-with-argument-list): Abolish.
3085         (wl-draft-reply-myself-without-argument-list): Ditto.
3086         * wl-draft.el (wl-draft-self-reply-p): New function.
3087         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3088
3089 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3090
3091         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3092         (avoid error for the case without byte-compiling)
3093
3094 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3095
3096         * wl-news.el.in (wl-news-append-to-folder): New function.
3097         (wl-news-exit): Rewrite.
3098         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3099
3100 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3101
3102         * wl-draft.el (wl-draft-reply-position): New function.
3103         (wl-draft-reply-position): Fix.
3104         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3105         (wl-summary-target-mark-reply-with-citation): Ditto.
3106         (wl-summary-reply-with-citation): Ditto.
3107         * wl-vars.el (wl-draft-reply-default-position): New variable.
3108
3109 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3110
3111         * wl-draft.el (wl-draft-send): Preview when interactive send.
3112
3113 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3114
3115         * wl-draft.el (wl-draft-reply): Set default position.
3116         * wl-summary.el (wl-summary-reply): Ditto.
3117         (wl-summary-reply-with-citation): Ditto.
3118         (wl-summary-target-mark-reply-with-citation): Ditto.
3119
3120 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3121
3122         * wl-news.el.in (wl-news-lang): Set default value according to
3123         current-language-environment.
3124         (wl-news-append-news): Do nothing when news-list is nil.
3125
3126 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3127
3128         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3129         (wl-news): Change message.
3130         (wl-news-exit): Check buffer.
3131         (wl-news-force-exit): New function.
3132         (wl-news-show-all): New function.
3133         (wl-news-discard-and-exit): Fix.
3134
3135 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3136
3137         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3138         according to current-language-environment.
3139
3140         * wl-news.el.in (wl-news): If arg, show all NEWS after
3141         wl-news-default-previous-version.
3142
3143 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3144
3145         * wl-news.el.in (wl-news-check): Rewritten.
3146         (wl-news-previous-version-load): Change data type.
3147         (wl-news-previous-version-save): Change data type.
3148         (wl-news-append-news): Add return value.
3149         (wl-news-check-news): New function.
3150         (wl-news-already-current-p): New function.
3151         (wl-news-send-news): Rewritten.
3152         (wl-news-mode-map): Add new keybind.
3153         (wl-news): Rewritten.
3154         (wl-news-exit): Rewritten.
3155         (wl-news-discard-and-mail): New function.
3156         (wl-news-send-to-address): Abolished.
3157         * wl.el (wl-init): Delete a message.
3158
3159 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3160
3161         * wl-news.el.in (wl-news-exit): Update previous version.
3162         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3163
3164 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3165
3166         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3167
3168 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3169
3170         * wl-news.el.in (wl-news): New function.
3171         (wl-news-mode): New function.
3172         (wl-news-next-line): New function.
3173         (wl-news-next-page): New function.
3174         (wl-news-exit): New function.
3175         (wl-news-buf-name): New variable.
3176         (wl-news-mode-map): New variable.
3177         (wl-news-winconf): New variable.
3178         (wl-news-append-news): Add an option.
3179
3180 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3181
3182         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3183
3184 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3185
3186         * wl-news.el.in (wl-news-send-to-address): New variable.
3187         (wl-news-send-news): Use it.
3188         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3189         Return updating status.
3190         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3191
3192 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3193
3194         * wl-news.el.in (wl-news-send-news): Delete
3195         Organization and X-Face.
3196
3197 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3198
3199         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3200         (wl-news-append-news): New function.
3201         (wl-news-send-news): New function.
3202
3203 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3204
3205         * Version number is increased to 2.11.1.
3206
3207 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3208
3209         * wl-news.el.in : New file.
3210
3211 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3212
3213         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3214         default value.
3215         (wl-draft-reply-without-argument-list): Ditto.
3216
3217 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3218
3219         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3220         (wl-message-buffer-prefetch-idle-time): Ditto.
3221         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3222
3223 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3224
3225         * wl-thread.el (wl-thread-insert-message): Use
3226         wl-summary-max-thread-depth.
3227
3228         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3229         loop detection.
3230
3231         * wl-message.el (wl-message-buffer-display): Back to the first page
3232         when cache is hit.
3233
3234 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3237
3238         * wl-summary.el (wl-summary-insert-thread-entity):
3239         If the thread depth is reached to wl-summary-max-thread-depth,
3240         divide the thread.
3241
3242 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3243
3244         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3245         for elmo-remove-passwd.
3246
3247 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3250         folder is sticky.
3251         (wl-folder-mark-as-read-all-entity): Ditto.
3252         (wl-folder-prefetch-entity): Ditto.
3253
3254 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3255
3256         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3257
3258 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3259
3260         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3261         Delete messages on buffer for unplugged operation.
3262         (wl-summary-erase): Ditto.
3263
3264 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3265
3266         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3267         take nil so as not to search parent by subject.
3268
3269 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3270
3271         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3272         (wl-folder-get-next-folder): Ditto.
3273         (wl-folder-get-path): Ditto.
3274
3275 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3276
3277         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3278         system and encode the region with it before verifying.
3279
3280 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3281
3282         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3283         system of the echo buffer before decoding.
3284
3285 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3286
3287         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3288         original contents.
3289
3290 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3293         with argument 'any-exists.
3294
3295 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3296
3297         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3298         Use `wl-cs-autoconv'.
3299
3300 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3301
3302         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3303         by `mime-view-automatic-conversion'.
3304
3305         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3306         (wl-message-verify-pgp-nonmime): Ditto.
3307         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3308         Bind them to C-c:d and C-c:v respectively.
3309
3310         Merge following code by Teranishi-san from [wl-en:00167].
3311         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3312         (wl-mime-preview-application/pgp-encrypted): Ditto.
3313         (wl-mime-setup): Add entry.
3314
3315 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3316
3317         * wl-summary.el (wl-summary-target-mark-erase): New function.
3318         Bind it to "mD".
3319
3320 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-vars.el (wl-draft-write-file-function): Fix.
3323         (wl-draft-reedit-hook): Changed default value.
3324
3325         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3326         wl-draft-reedit-hook.
3327         (wl-draft-remove-text-plain-tag): New function.
3328         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3329
3330         * wl-vars.el (wl-draft-write-file-function): New user option.
3331
3332         * wl-draft.el (wl-draft-prepare-edit): Use it for
3333         local-write-file-hooks.
3334         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3335
3336         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3337         (wl-draft-insert-mail-header-separator): Return the body beginning
3338         point.
3339         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3340         text/plain.
3341         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3342
3343 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3344
3345         * wl-summary.el (wl-summary-erase): New function to erase message
3346         without moving it to trash. Bind to "D".
3347
3348         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3349         as `keep' unless switch-function.
3350
3351 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3352
3353         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3354         message buffer by using `wl-summary-toggle-disp-msg'.
3355         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3356         buffer window.
3357         (wl-summary-supresedes-message): Ditto.
3358
3359         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3360         Do not delete other windows.
3361         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3362         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3363         (wl-draft-create-buffer): Set reply-or-forward also for target
3364         mark commands.
3365
3366 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3367
3368         * wl-draft.el (wl-user-agent-compose): Delete special case for
3369         switch-to-buffer-other-window.
3370
3371         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3372         (wl-summary-forward): Ditto.
3373
3374         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3375         function.
3376         (wl-draft-buffer-style): New use option.
3377
3378         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3379         (wl-draft): Follow the change above.
3380         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3381         wl-draft-buffer-style.
3382         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3383         switch-function.
3384
3385 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3386
3387         * wl-address.el (wl-address-make-completion-entry): Extracted from
3388         `wl-address-make-completion-list'.
3389         (wl-address-enable-strict-loading): New variable.
3390         (wl-address-make-completion-list): Revive petname duplication
3391         inquiry, and enable it if `wl-address-enable-strict-loading'.
3392         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3393
3394 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3395
3396         * wl-message.el (wl-message-get-original-buffer): Avoid
3397         'Selecting deleted buffer' error when original buffer is killed.
3398
3399 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-summary.el (wl-summary-next-message): Use
3402         elmo-message-accessible-p instead of elmo-message-cached-p.
3403
3404 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3405
3406         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3407
3408         * wl-thread.el (wl-thread-open-all-unread): Use
3409         elmo-folder-list-flagged instead of
3410         elmo-folder-list-messages-mark-match.
3411
3412         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3413         instead of elmo-folder-list-messages-mark-match.
3414         (wl-summary-move-spec-alist): New variable.
3415         (wl-summary-move-spec-plugged-alist,
3416         wl-summary-move-spec-unplugged-alist): Abolish.
3417         (wl-summary-next-message): Follow the change above.
3418         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3419         with 'no-msg' argument.
3420
3421         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3422         variable.
3423         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3424         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3425         (wl-message-buffer-prefetch-get-next): Follow the change above.
3426
3427 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-version.el (wl-version): Changed codename.
3430
3431         * Version number is increased to 2.11.0.
3432
3433 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3434
3435         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3436         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3437         `wl-draft-config-variables'.
3438         (wl-draft-kill): Fixed problem when the draft is reedit.
3439
3440 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3443         buffer-modified status (Thanks to
3444         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3445
3446 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3447
3448         * wl-util.el (wl-region-exists-p): New function.
3449
3450         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3451         Remove defvars for byte-compile warnings.
3452
3453 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3454
3455         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3456         defvar-maybe. Removed unused bind.
3457
3458 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3459
3460         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3461         summary buffer window before creating new frame.
3462         (wl-draft-reply): Ditto.
3463
3464 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3465
3466         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3467
3468 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3471
3472 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3473
3474         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3475         instead of `kill-region'.
3476
3477 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3478
3479         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3480         (wl-highlight-summary-line-string): Use it.
3481         (wl-highlight-summary-current-line): Ditto.
3482
3483         * wl-mime.el (wl-message-delete-current-part): Check the class of
3484         mime-entity.
3485
3486         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3487
3488         * wl-summary.el (wl-summary-make-number-list): Initialize.
3489         (wl-summary-update-mark): New function.
3490         (wl-summary-reply): Put `answered' mark on the message.
3491         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3492
3493         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3494         (wl-draft-reply): Added optional argument `number';
3495         Set wl-draft-parent-number.
3496         (wl-draft-kill): Delete answered mark if it is a reply.
3497
3498 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3499
3500         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3501         that originates in mime-preview-follow-current-entity.
3502         (wl-draft-yank-current-message-entity): Use it if region is active.
3503
3504         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3505         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3506         `wl-message-delete-current-part'.
3507         * wl-mule.el (wl-message-define-keymap): Ditto.
3508         * wl-xmas.el (wl-message-define-keymap): Ditto.
3509
3510 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3511
3512         * wl-mime.el (wl-message-delete-current-part): New function.
3513         (wl-mime-node-id-to-string): Ditto.
3514
3515         * wl-mime.el (wl-message-delete-current-part): Use existing
3516         original buffer which corresponds current mime-view buffer.
3517         (fetched buffer might have different structure, possibly)
3518
3519         * wl-mime.el (wl-message-delete-current-part): Quit if the
3520         message content differs from the actual message.
3521
3522 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3523
3524         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3525         order.
3526         (wl-summary-search-by-subject): Search parent message from tail;
3527         Check the existence of the parent message on the current thread tree.
3528         (wl-summary-update-thread): Check whether the line is inserted.
3529
3530 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3531
3532         * wl-vars.el (wl-summary-line-format): Undo last change.
3533         * wl-summary.el (wl-summary-print-destination): Do not put
3534         invisible property when `wl-summary-width' is nil.
3535         (wl-summary-line-subject-minimum-length): Abolished.
3536         (wl-summary-line-subject): Ditto.
3537
3538 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3539
3540         * wl-vars.el (wl-summary-line-format): Change default value.
3541         (wl-summary-subject-length-limit): Abolished.
3542         * wl-summary.el (wl-summary-line-subject): Ditto.
3543
3544 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3545
3546         * wl-template.el (wl-template-select): Added optional argument.
3547         If optional argument is specified, reverse
3548         `wl-template-visible-select'.
3549
3550 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3551
3552         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3553         Take prefix argument to force asking the destination folder.
3554
3555 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3556
3557         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3558         count and update status.
3559
3560 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3561
3562         * wl-summary.el (wl-summary-redisplay-internal): If
3563         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3564         after fetching.
3565
3566 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3567
3568         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3569         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3570
3571         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3572
3573 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3576         (All other related portions are changed).
3577         (wl-summary-mark-as-read-all): Rewrite.
3578
3579 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3580
3581         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3582         `wl-summary-mark-as-read'.
3583         (wl-summary-mark-as-unread): Rewrite.
3584         (wl-summary-mark-as-read): Added no-modeline argument.
3585         (wl-summary-resume-cache-status): Rewrite.
3586         (wl-summary-exec-subr): Remove unused local variable.
3587
3588 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3589
3590         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3591         logic to call `wl-summary-buffer-prev-folder-function'.
3592         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3593
3594 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3595
3596         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3597         is nil.
3598
3599 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3600
3601         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3602         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3603         (wl-mime-setup): Add its entry.
3604
3605 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3606
3607         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3608         (wl-summary-delete-cache): Likewise.
3609         (wl-summary-mark-as-read): Rewrite.
3610
3611 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3614         `wl-summary-count-unread'.
3615
3616         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3617
3618         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3619
3620 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3621
3622         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3623         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3624         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3625         Renamed to the elmo-msgdb-*-mark.
3626         (wl-summary-score-marks): Follow the change above.
3627         (wl-summary-auto-refile-skip-marks): Ditto.
3628         (wl-summary-incorporate-marks): Ditto.
3629         (wl-summary-expire-reserve-marks): Ditto.
3630
3631         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3632         changes.
3633         (wl-thread-insert-top): Changed updating message.
3634
3635         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3636         variable.
3637         (wl-summary-count-unread): Count answered marks.
3638         (wl-summary-rescan): Call wl-summary-insert-message instead of
3639         wl-summary-append-message-func-internal.
3640         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3641         (wl-summary-prefetch-msg): Follow the variable name changes.
3642         (wl-summary-prefetch-region): Ditto.
3643         (wl-summary-mark-as-read-all): Follow the API changes;
3644         Don't call elmo-folder-replace-marks.
3645         (wl-summary-delete-cache): Follow the variable name changes.
3646         (wl-summary-resume-cache-status): Ditto.
3647         (wl-summary-update-status-marks): New function.
3648         (wl-summary-insert-message): New function.
3649         (wl-summary-sync-marks): Follow the variable name changes.
3650         (wl-summary-sync-update): Synchronize to the msgdb, too;
3651         Changed update messages.
3652         (wl-summary-make-number-list): Rewrite.
3653         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3654         (wl-summary-mark-as-unread): Follow the API changes.
3655         (wl-summary-exec-subr): Follow the variable name changes.
3656         (wl-summary-mark-as-read): Ditto.
3657         (wl-summary-move-spec-plugged-alist): Ditto.
3658         (wl-summary-move-spec-unplugged-alist): Ditto.
3659         (wl-summary-cursor-move-surface): Ditto.
3660
3661         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3662         variable name changes.
3663         (wl-highlight-summary-current-line): Ditto.
3664
3665         * wl-expire.el (wl-expire-refile): Follow the API change in
3666         elmo-folder-move-messages.
3667         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3668         (wl-summary-archive): Use elmo-folder-msgdb instead of
3669         elmo-msgdb-load.
3670
3671 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3672
3673         * wl-mime.el (wl-draft-preview-message): Restore the position
3674         before evaluating wl-draft-send-hook in preview buffer.
3675
3676 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3677
3678         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3679         when it creates new draft buffer.
3680
3681         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3682         without argument.
3683
3684         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3685         Evaluate content and if the value is string, insert it.
3686         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3687         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3688         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3689         wl-draft-config-sub-part-bottom): Use it.
3690
3691         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3692         with the folder name. The question was unintelligible when it is
3693         called from wl-save-status.
3694
3695 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3698         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3699         cannot take second argument).
3700
3701 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3702
3703         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3704         as t. Since type and subtype are not case sensitive (RFC 2045).
3705
3706 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl-vars.el (wl-message-mode-line-format): New variable.
3709         (wl-message-mode-line-format-spec-alist): Ditto.
3710         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3711         (wl-message-redisplay): Use wl-message-mode-line-format.
3712
3713 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3716
3717 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3718
3719         * wl-summary.el (wl-summary-default-from): Write description.
3720
3721 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-vars.el (wl-ldap-objectclass): Abolish.
3724
3725         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3726         (wl-ldap-make-filter): Removed condition for objectclass.
3727         (wl-ldap-make-matched-value-list): Remove meaningless process.
3728         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3729         (wl-address-ldap-search): Don't add `*' to `pat' string;
3730         use ignore-errors; added `email';
3731         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3732         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3733         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3734
3735
3736 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3737
3738         * wl-draft.el (wl-draft-parent-folder): Write description.
3739         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3740
3741 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3744         as "" (zero-length string) if no parent.
3745         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3746
3747 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-address.el (wl-address-make-completion-list): Skip duplication
3750         checking.
3751         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3752         `append'.
3753
3754 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3755
3756         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3757         instead of `beginning-of-buffer'.
3758
3759 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3762
3763 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3764
3765         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3766         Refer wl-message-buffer-name.
3767         (wl-message-wheel-down): Ditto.
3768
3769 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3770
3771         * wl-vars.el (wl-message-buffer-name): New user option.
3772
3773         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3774         directly instead of making alist dinamically.
3775
3776         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3777         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3778         wl-message-buffer-cache-name.
3779         (wl-message-buffer-cache-clean-up): Ditto.
3780
3781         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3782
3783         * Version number is increased to 2.9.15.
3784
3785 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-vars.el (wl-summary-default-view-alist): New user option.
3788
3789         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3790
3791         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3792         while deleting address.
3793         (wl-draft-delete-myself-from-cc): Ditto.
3794
3795         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3796         If optional argument is specified, reverse sort order.
3797
3798         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3799
3800 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3801
3802         * wl-thread.el (wl-thread-insert-message): Return parent number if
3803         exists.
3804         (wl-thread-update-indent-string-region): Use
3805         wl-thread-update-line-on-buffer-sub instead of
3806         wl-thread-update-line-on-buffer.
3807
3808 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3809
3810         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3811         (wl-folder-close-all): Ditto.
3812
3813 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3814
3815         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3816         and mailing-list:.
3817         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3818         value.
3819         (wl-summary-line-list-info): Print mailing-list name even when 
3820         list-number is empty.
3821
3822 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3823
3824         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3825
3826         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3827         (wl-draft-open-file): Ditto.
3828         (wl-draft-random-alphabet): Ditto.
3829
3830         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3831         bindings.
3832
3833 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3836         * wl-vars.el (wl-draft-config-alist): Ditto.
3837
3838 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * Version number is increased to 2.9.14.
3841
3842         * wl.el (wl): Don't set wl-init as nil when error occured while
3843         auto-checking folders.
3844
3845         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3846         `elmo-expand-newtext'.
3847
3848 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3849
3850         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3851         `this-command' so that `wl-folder-goto-folder' contained in
3852         `wl-summary-keep-cursor-command' work.
3853
3854 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3855
3856         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3857         message buffer displaying state.
3858
3859 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3860
3861         * wl-vars.el (wl-summary-default-view): New variable to specify
3862         default value for `wl-summary-buffer-view' instead of using
3863         set-default.
3864         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3865
3866 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3867
3868         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3869
3870         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3871
3872 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3873
3874         * wl-vars.el (wl-forward-subject-prefix): New variable.
3875         * wl-draft.el (wl-draft-forward): Use it.
3876
3877 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3878
3879         * wl-message.el (wl-message-prev-page): When it is called without
3880         lines argument, scroll down by wl-message-scroll-amount lines.
3881         (wl-message-next-page): Ditto.
3882         * wl-vars.el (wl-message-scroll-amount): Change default value
3883         to preserve current behavior.
3884
3885 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3886
3887         * wl-summary.el (wl-summary-prefetch-msg): Bind
3888         `wl-message-entity' to call `wl-summary-from-function'.
3889
3890 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3891
3892         * wl-message.el (wl-message-buffer-create): Run
3893         wl-message-buffer-created-hook.
3894
3895 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3896
3897         * wl-summary.el (wl-summary-sort-specs): New variable.
3898         (wl-summary-default-sort-spec): Ditto.
3899         (wl-summary-sort): Rewrite.
3900         (wl-summary-sort-by-list-info): New function.
3901
3902 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3903
3904         * wl-summary.el (wl-summary-get-list-info): New function.
3905         (wl-summary-sort): Rewrite.
3906         (wl-summary-line-list-info): Ditto.
3907         (wl-summary-line-list-count): Ditto.
3908         (wl-summary-refile-region): Fixed docstring.
3909
3910 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3911
3912         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3913         `wl-folder-entity-hashtb' as completion table.
3914
3915 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3918         only when this command is called interactively; silence the byte-
3919         compiler.
3920
3921 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3922
3923         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3924         active in XEmacs.
3925
3926 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3927
3928         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3929         plural lines.
3930
3931 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3932
3933         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3934         of current line when the cursor is on the header name.
3935         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3936
3937 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3938
3939         * wl-util.el (wl-read-directory-name): Return displayed directory
3940         as the default value also on XEmacs.
3941
3942 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3943
3944         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3945         formatting.
3946
3947 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3950         argument and when it is non-nil, check face property before
3951         highlighting for each line.
3952         (wl-highlight-summary-window): Set it.
3953
3954 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3955
3956         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3957         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3958
3959         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3960         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3961         (wl-draft-get-fcc-list): Likewise.
3962
3963 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3964
3965         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3966         (wl-thread-entity-cur): Ditto.
3967         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3968         wl-thread-indent-regexp setting.
3969         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3970
3971         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3972         wl-summary-lazy-highlight.
3973         (wl-summary-display-bottom): Ditto.
3974
3975         * wl-thread.el (wl-thread-open-close): Likewise.
3976
3977         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3978         from and subject;
3979         Bind wl-draft-use-frame;
3980         Enclose with save-window-excursion;
3981         Use wl-draft-create-buffer instead of with-temp-buffer;
3982         Use wl-draft-prepare-edit;
3983         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3984         Use wl-draft-send instead of wl-draft-raw-send.
3985
3986 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3987
3988         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3989         of using wl-from.
3990
3991 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3994         insert-buffer instead of clone-buffer.
3995         (wl-draft-doing-mime-bcc): New variable.
3996         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3997         infinite loop.
3998         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3999
4000         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4001         (wl-draft-mime-bcc-body): Ditto.
4002
4003         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4004         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4005         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4006         wl-draft-do-mime-bcc.
4007         (wl-draft-mime-bcc-field): New function.
4008         (wl-draft-do-mime-bcc): Ditto.
4009
4010         * wl-address.el (wl-address-complete-header-list): New variable.
4011         (wl-address-complete-header-regexp): Changed default value.
4012
4013         * Version number is increased to 2.9.13.
4014
4015 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4016
4017         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4018         it is differed.
4019
4020 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4021
4022         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4023         (wl-summary-line-list-count): Ditto.
4024
4025 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4026
4027         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4028         (wl-nntp-posting-function): New variable.
4029         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4030         `wl-nntp-posting-config-alist'.
4031
4032 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4033
4034         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4035         FLIM.
4036
4037 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4038
4039         * wl-summary.el (wl-summary-target-mark-refile-sub):
4040         Remove a nuisance funcall.
4041
4042 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4043
4044         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4045         as t for `try-completion'.
4046
4047 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4048
4049         * wl-summary.el (wl-summary-default-from): Use
4050         wl-address-header-extract-address instead of
4051         std11-extract-address-components.
4052         (wl-summary-simple-from): Ditto.
4053         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4054         (wl-summary-insert-headers): Show message.
4055         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4056         for whole line.
4057         (wl-summary-default-from): Revert last change.
4058         (wl-summary-simple-from): Ditto.
4059         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4060         (wl-summary-mark-as-read-region): Follow the change above.
4061         (wl-summary-sync-marks): Ditto.
4062         (wl-summary-target-mark-mark-as-read): Ditto.
4063         (wl-summary-redisplay-internal): Ditto.
4064         (wl-summary-redisplay-no-mime-internal): Ditto.
4065         (wl-summary-redisplay-all-header): Ditto.
4066         (wl-summary-mark-as-read): Removed argument `cached';
4067         Use current cache status to set cache mark.
4068         (wl-summary-redisplay-internal): Follow the change above.
4069         (wl-summary-redisplay-no-mime-internal): Ditto.
4070         (wl-summary-redisplay-all-header): Ditto.
4071
4072         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4073
4074         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4075         Don't call itself recursively (Adviced by Yamaoka-san).
4076
4077 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4078
4079         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4080         bind wl-summary-highlight as nil to avoid error caused by missing
4081         local variables.
4082
4083 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-vars.el (wl-invalid-character-message): New user option.
4086
4087         * wl-util.el (wl-set-string-width): If truncated string-width is
4088         larger than specified width, use `wl-invalid-character-message'.
4089
4090 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4091
4092         * wl-summary.el (wl-summary-prefetch-msg): 
4093         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4094
4095 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4096
4097         * wl-vars.el (wl-summary-check-line-format): New user option.
4098         (wl-summary-line-format-file): Ditto.
4099
4100         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4101         variable.
4102         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4103         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4104         and `wl-summary-view-old-p' to check whether do a rescan or not.
4105         (wl-summary-view-old-p): New function.
4106         (wl-summary-line-format-changed-p): Ditto.
4107         (wl-summary-line-format-save): Ditto.
4108         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4109
4110         * wl-util.el (wl-set-string-width): Avoid using negative number
4111         for make-string.
4112
4113 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4114
4115         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4116         return value.
4117
4118         * wl-util.el (wl-set-string-width): Added optional argument
4119         `padding' (All other related portions are changed).
4120         (wl-line-parse-format): If the first letter of column number is
4121         `0', zero-padding the result (ex: "%05l").
4122
4123         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4124
4125 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4126
4127         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4128         sequential summary view.
4129
4130 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4133         if it doesn't have a -unix version.
4134
4135 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4136
4137         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4138
4139 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4140
4141         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4142         content.
4143         (wl-draft): Follow the change above.
4144
4145         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4146
4147         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4148         and wl-folder-summary-line-format-alist contain %T and %P.
4149
4150         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4151         (wl-summary-mode-line-format): New user option.
4152         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4153         (wl-summary-line-format): Changed default value.
4154         (wl-summary-lazy-highlight): Changed default value.
4155
4156         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4157         change in wl-summary-create-line.
4158         (wl-thread-insert-entity-sub): Ditto.
4159
4160         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4161         (wl-summary-buffer-unread-status): Ditto.
4162         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4163         (wl-summary-buffer-persistent-mark-column): Ditto.
4164         (wl-summary-buffer-mode-line-formatter): Ditto.
4165         (wl-summary-buffer-mode-line): Ditto.
4166         (wl-summary-message-regexp): Abolished.
4167         (All other related portions are changed.)
4168         (wl-summary-detect-mark-position): New function.
4169         (wl-summary-buffer-set-folder): Setup
4170         wl-summary-buffer-mode-line-formatter.
4171         (wl-summary-mode): Setup selective-display;
4172         Setup pre-idle-hook when xemacs.
4173         (wl-summary-update-modeline): Rewrite.
4174         (wl-summary-jump-to-msg): Define as function;
4175         Changed regexp for searching messages.
4176         (wl-summary-message-number): Rewrite.
4177         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4178         Do rescan when old type summary cache.
4179         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4180         (wl-summary-remove-destination): Use '\r' to detect EOL.
4181         (wl-summary-print-destination): Ditto.
4182         (wl-summary-temp-mark): New inline function.
4183         (wl-summary-persistent-mark): Ditto.
4184         (wl-summary-line-number): New function.
4185         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4186         (wl-summary-line-list-count): New function.
4187         (wl-summary-create-line): Added argument persistent-mark.
4188         (All other related portions are changed)
4189         (wl-summary-create-line): Insert '\r'.
4190         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4191         (wl-summary-cursor-move-surface): New inline function.
4192         (wl-summary-prev): Use it.
4193         (wl-summary-next): Ditto.
4194
4195         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4196         wl-summary-message-regexp.
4197         (wl-highlight-summary): Delete progress message.
4198         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4199
4200         * Version number is increased to 2.9.12.
4201
4202 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4203
4204         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4205         variable (nil: no minimum).
4206         (wl-summary-line-subject): Add some spaces after subject by
4207         wl-summary-line-subject-minimum-length.
4208
4209 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4210
4211         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4212         and removed `F'.
4213         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4214         change above).
4215
4216 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4217
4218         * wl-summary.el (wl-summary-line-list-count): Reverted.
4219         (example setting in samples/*/dot.wl is also updated)
4220
4221 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4222
4223         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4224
4225         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4226
4227         * wl-vars.el (wl-summary-line-format): Addes some description to the
4228         docstring.
4229
4230         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4231         (wl-summary-line-close-bracket): Ditto.
4232         (wl-summary-line-children-number): Ditto.
4233         (wl-summary-line-thread-indent): Ditto.
4234         (wl-summary-line-children-and-from): Ditto.
4235
4236         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4237         't', 'c', 'F' and added 'C'.
4238
4239         * wl-util.el (wl-set-string-width): Accept negative value.
4240         (wl-line-parse-format): Added "%number(" and "%)".
4241
4242 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4243
4244         * wl-summary.el (wl-summary-line-list-count): Change format of the
4245         return value.
4246
4247 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4248
4249         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4250         from the recent message.el.
4251         (wl-draft-point-in-header-p): Ditto.
4252         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4253         wl-draft-beginning-of-line.
4254         * wl-e21.el (wl-draft-mode-map): Ditto.
4255         * wl-xmas.el (wl-draft-mode-map): Ditto.
4256
4257         * wl-folder.el: Sort macrodefs by dependencies.
4258
4259 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4260
4261         * wl-summary.el (wl-summary-prev): Fixed regexp.
4262         (wl-summary-next): Ditto.
4263
4264 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4265
4266         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4267
4268 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4269
4270         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4271         for backward compatibility.
4272
4273 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4274
4275         * wl-summary.el (wl-summary-line-list-count): New function, merged
4276         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4277         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4278         list counts.
4279
4280 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4281
4282         * wl-summary.el (wl-summary-create-line): Ignore errors while
4283         timezone-fix-time.
4284
4285         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4286
4287         * wl-summary.el (wl-summary-sync-update): Ditto.
4288         (wl-summary-default-from): Use wl-message-entity
4289         instead of entity.
4290
4291         * wl-summary.el (wl-summary-create-line): Fix.
4292
4293         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4294         (wl-summary-line-format): New user option.
4295         (wl-folder-summary-line-format-alist): Ditto.
4296         (wl-summary-from-width): Abolished.
4297
4298         * wl-util.el (toplevel): Require 'bytecomp.
4299         (wl-line-parse-format): New function.
4300         (wl-line-formatter-setup): New macro.
4301
4302         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4303         (wl-summary-buffer-line-formatter): New buffer local variable.
4304         (wl-summary-switch-to-clone-buffer): Follow the change above.
4305         (wl-summary-message-regexp): Fix.
4306         (wl-summary-from-func-internal): Abolished.
4307         (wl-summary-subject-func-internal): Ditto.
4308         (wl-summary-subject-filter-func-internal): Ditto.
4309         (All other related portions are changed.)
4310         (wl-summary-buffer-set-folder):
4311         Set up wl-summary-buffer-number-column and 
4312         wl-summary-buffer-line-formatter
4313         (All other related portions are changed.)
4314         (wl-summary-buffer-number-column-detect): Abolished.
4315         (All other related portions are changed.)
4316         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4317         (wl-summary-delete-all-temp-marks-on-buffer): Use
4318         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4319         (wl-summary-target-mark-delete): Ditto.
4320         (wl-summary-target-mark-refile-subr): Ditto.
4321         (wl-summary-target-mark-mark-as-read): Ditto.
4322         (wl-summary-target-mark-mark-as-unread): Ditto.
4323         (wl-summary-target-mark-mark-as-important): Ditto.
4324         (wl-summary-target-mark-save): Ditto.
4325         (wl-summary-replace-status-marks): Renamed from
4326         wl-summary-set-status-marks-on-buffer;
4327         Use wl-summary-message-regexp instead of
4328         wl-summary-buffer-number-regexp.
4329         (wl-summary-sync-update): Follow the change above.
4330         (wl-summary-goto-previous-message-beginning): New function.
4331         (wl-summary-mark-as-unread): Use it.
4332         (wl-summary-mark-as-important): Ditto.
4333         (wl-summary-line-formatter): New variable.
4334         (wl-summary-line-year): New function.
4335         (wl-summary-line-day): Ditto.
4336         (wl-summary-line-day-of-week): Ditto.
4337         (wl-summary-line-hour): Ditto.
4338         (wl-summary-line-minute): Ditto.
4339         (wl-summary-line-open-bracket): Ditto.
4340         (wl-summary-line-close-bracket): Ditto.
4341         (wl-summary-line-children-number): Ditto.
4342         (wl-summary-line-thread-indent): Ditto.
4343         (wl-summary-line-size): Ditto.
4344         (wl-summary-line-subject): Ditto.
4345         (wl-summary-line-from): Ditto.
4346         (wl-summary-line-children-and-from): Ditto.
4347         (wl-summary-create-line): Rewritten.
4348         (wl-summary-format-date): Abolished.
4349
4350         * wl-highlight.el (wl-highlight-summary-current-line): Use
4351         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4352         Use thread structure to detect thread top message.
4353
4354         * wl-draft.el (wl-default-draft-cite): Don't use
4355         wl-summary-from-func-internal.
4356
4357         * wl-refile.el (wl-refile-subject-learn): Don't use
4358         wl-summary-subject-filter-func-internal.
4359         (wl-refile-guess-by-subject): Ditto.
4360
4361         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4362         parameters.
4363
4364         * wl-thread.el (wl-thread-update-indent-string-region):
4365         Use wl-thread-update-line-on-buffer instead of
4366         wl-thread-update-indent-string.
4367         (wl-thread-update-children-number): Redefine using
4368         wl-thread-update-line-on-buffer.
4369         (wl-thread-update-indent-string): Abolished.
4370
4371         * Version number is increased to 2.9.11.
4372
4373 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4374
4375         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4376         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4377         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4378
4379         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4380         as nil.
4381
4382         * wl-thread.el (wl-thread-open-all-unread): Use 
4383         elmo-folder-list-messages-mark-match.
4384         (wl-thread-insert-message): Removed argument `mark-alist'.
4385         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4386         elmo-msgdb-set-mark.
4387         (wl-thread-get-children-msgs-uncached): Likewise.
4388         (wl-thread-get-exist-children): Added argument include-self.
4389         (wl-thread-delete-message): Follow the change above.
4390
4391         * wl-summary.el (wl-summary-count-unread): Removed argument.
4392         (wl-summary-rescan): Follow the change above.
4393         (wl-summary-mark-as-read-region): Ditto
4394         (wl-summary-mark-as-unread-region): Ditto.
4395         (wl-summary-delete-messages-on-buffer): Ditto.
4396         (wl-summary-sync-update): Ditto.
4397         (wl-summary-switch-to-clone-buffer): Ditto.
4398         (wl-summary-goto-folder-subr): Ditto.
4399         (wl-summary-target-mark-mark-as-read): Ditto.
4400         (wl-summary-target-mark-mark-as-unread): Ditto.
4401         (wl-summary-target-mark-mark-as-important): Ditto.
4402         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4403         (wl-summary-update-thread): Removed argument `mark-alist'.
4404         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4405         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4406         (wl-summary-resume-cache-status): Likewise.
4407         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4408         elmo-msgdb-set-mark.
4409         (wl-summary-mark-as-read-all): Likewise.
4410         (wl-summary-delete-cache): Ditto.
4411         (wl-summary-auto-select-msg-p): Ditto.
4412         (wl-summary-mark-as-unread): Ditto.
4413         (wl-summary-no-auto-refile-message-p): Ditto.
4414         (wl-summary-mark-as-read): Ditto.
4415         (wl-summary-mark-as-important): Ditto.
4416         (wl-summary-auto-refile): Follow the change above.
4417         (wl-summary-delete-all-marks): Removed.
4418         (wl-summary-resume-marks-and-highlight): Ditto.
4419         (wl-summary-resume-marks): Ditto.
4420         (wl-summary-delete-important-msgs-from-list): Ditto.
4421         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4422
4423         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4424         wl-summary-count-unread.
4425
4426         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4427         (wl-summary-score-update-all-lines): Use
4428         elmo-msgdb-set-mark.
4429
4430 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4431
4432         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4433         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4434         (wl-summary-create-line): Renamed from
4435         wl-summary-overview-create-summary-line;
4436         Argument rearrangement.
4437         (wl-summary-update-thread): Follow the change above.
4438
4439         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4440         (wl-thread-insert-entity-sub): Likewise.
4441
4442         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4443         argument `overview', `mark-alist' and added `msgdb'.
4444
4445         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4446
4447         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4448         (wl-summary-rescan): Follow the change above.
4449         (wl-summary-sync-update): Ditto.
4450         (wl-summary-insert-thread-entity): Ditto;
4451         Don't use `let*' in every while loop;
4452         Detect infinite loop of threads.
4453         (wl-summary-update-thread): Removed argument `overview'.
4454
4455         * wl-thread.el (wl-thread-insert-message): Ditto.
4456
4457         * Version number is increased to 2.9.10.
4458
4459         * wl-message.el (wl-message-redisplay): Ignore errors while
4460         wl-message-redisplay-hook.
4461
4462 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4465
4466 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4467
4468         * wl.el (wl): inhibit-quit while wl-folder.
4469
4470 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4471
4472         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4473         while msgdb access.
4474
4475 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4476
4477         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4478         even if no folder is not created.
4479
4480 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4481
4482         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4483
4484         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4485         implementation.
4486         (wl-summary-target-mark-thread): Ditto.
4487
4488         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4489
4490 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4491
4492         * wl-util.el (wl-display-bytes): Remove unused function.
4493
4494 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4497         seems critical one (partially reverse the change in 2002/03/17).
4498
4499 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4500
4501         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4502         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4503
4504 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4505
4506         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4507         is not writable.
4508         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4509         plugged status instead of `'force' as 2nd argument.
4510
4511         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4512         is not creatable.
4513
4514         * Version number is increased to 2.9.9.
4515
4516 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4517
4518         * wl-summary.el (wl-summary-suspend): New function.
4519
4520 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * wl.el (wl): Do not check variables if check is nil.
4523         * wl-utils.el (wl-collect-draft): New function.
4524         * wl-folder.el (wl-folder-suspend): Put summary buffers
4525         and draft buffers at the end of buffer list.
4526         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4527
4528 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4529
4530         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4531         loop instead of recursive call.
4532
4533         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4534         2nd argument.
4535
4536 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-draft.el (wl-draft-create-contents): Don't take neither
4539         (function . args) nor (string . something) any more.
4540
4541         * wl-version.el (wl-generate-user-agent-string): Return string
4542         without header symbol.
4543         * wl-draft.el (wl-draft-default-headers): Use it.
4544
4545         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4546         `wl-draft-insert-ccs' and return field value instead of inserting
4547         the header. Abolish cc argument.
4548         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4549
4550         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4551         rather than one with string car.
4552
4553         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4554         * wl-draft.el (wl-draft-create-contents): Add it after the default
4555         headers.
4556
4557         * wl-draft.el (wl-draft-create-contents): For the case of
4558         (symbol-or-string . function) insert header only when the function
4559         returns string value.
4560
4561 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4562
4563         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4564         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4565
4566 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl.el (wl-check-environment): Don't check Message-ID when
4569         `wl-insert-message-id' is nil.
4570         Revive checking if `wl-message-id-domain' contains "@".
4571
4572 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4573
4574         * wl.el (wl-check-environment): Merge examination for "@" at
4575         inappropriate position into the first string-match.
4576
4577         * wl-summary.el (wl-summary-target-mark-print): New function.
4578         (wl-summary-pipe-message-subr): Extracted from
4579         `wl-summary-pipe-message'.
4580         (wl-summary-target-mark-pipe): New function.
4581         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4582         `wl-summary-target-mark-pipe'.
4583
4584 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4587
4588 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl.el (wl-check-environment): Use elmo-warning instead of
4591         error for non-critical ones.
4592         Remove trash folder check.
4593         (wl): Don't ignore error in wl-check-environment.
4594
4595         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4596         check, which is moved from `wl-check-environment'.
4597         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4598
4599 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4602         guess anything, call wl-summary-write.
4603         (wl-summary-write): Create draft with blank To field.
4604         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4605
4606 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4609         argument full as well for wl-folder-write-current-folder.
4610         If wl-*-write-current-folder cannot guess addressee, add blank
4611         To header.
4612         Rewrite condition for positioning cursor.
4613
4614 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4615
4616         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4617         summary buffer is present, use it.
4618         (wl-folder-jump-to-previous-summary): Ditto.
4619
4620 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4621
4622         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4623
4624         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4625         wl-summary-previous-buffer and wl-summary-next-buffer.
4626
4627         * wl-folder.el (wl-folder-mode-map): Bind
4628         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4629         (wl-folder-jump-to-next-summary): New function.
4630         (wl-folder-jump-to-previous-summary): Ditto.
4631
4632         * wl-draft.el (wl-draft): Rearranged.
4633
4634 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4637         of header.
4638         (wl-draft): Collect arguments for the header as header-alist.
4639         (wl-draft-forward): Arrange arguments for wl-draft.
4640         (wl-draft-reply): Ditto.
4641         (wl-draft-edit-string): Ditto.
4642         * wl-summary.el (wl-summary-write): Ditto.
4643         (wl-summary-write-current-folder): Ditto.
4644
4645         * Version number is increased to 2.9.8.
4646
4647 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4650
4651         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4652
4653         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4654         even if the guess failed.
4655
4656         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4657         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4658         wl-summary-write-current-folder.
4659         * wl-xmas.el: Ditto.
4660
4661 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-summary.el (wl-summary-next-page): Force display message if
4664         message is not displayed yet.
4665         (wl-summary-prev-page): Ditto.
4666
4667 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4668
4669         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4670
4671 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4672
4673         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4674         add "Preview Message" and "Save Draft and Exit".
4675
4676 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4677
4678         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4679         if addrmgr is called from draft in splitted window.
4680
4681         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4682         * wl-mule.el: Ditto.
4683         * wl-xmas.el: Ditto.
4684
4685 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4688
4689         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4690         * wl-xmas.el (wl-folder-toolbar): Ditto.
4691
4692 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4693
4694         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4695         and wl-draft-save-and-exit.
4696         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4697         * wl-xmas.el: Ditto.
4698         * wl-mule.el: Ditto.
4699
4700         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4701         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4702
4703 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4704
4705         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4706         lists for saving buffer.
4707
4708 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4711         parent-folder argument instead of it.
4712         (wl-draft-create-buffer): Ditto.
4713         (wl-draft-forward): Ditto.
4714         (wl-draft-reply): Ditto.
4715         * wl-summary.el (wl-summary-write): Ditto.
4716         (wl-summary-write-current-folder): Ditto.
4717
4718         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4719         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4720         Folder buffer after composing.
4721
4722 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4725         header if the file `wl-x-face-file' already contains it.
4726
4727 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4730         folder" entry.
4731         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4732         * wl-e21.el (wl-folder-toolbar): Ditto.
4733         * wl-xmas.el (wl-folder-toolbar): Ditto.
4734
4735 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4738         wl-folder-goto-folder with sticky argument.
4739         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4740
4741 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4742
4743         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4744         and wl-summary-previous-buffer.
4745         (wl-summary-next-buffer): New function.
4746         (wl-summary-previous-buffer): Ditto.
4747
4748 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4751         wl-folder-jump-to-current-entity-with-arg.
4752         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4753         `wl-folder-jump-to-current-entity'.
4754         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4755         `wl-summary-goto-folder-sticky'.
4756         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4757         `wl-summary-goto-folder'.
4758         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4759         Unless force-exit, do not clean temp. marks for sticky summary.
4760         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4761
4762 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4763
4764         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4765         not entire.
4766
4767 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4768
4769         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4770         to `C-x C-s'.
4771         (wl-summary-save-status): New command.
4772         (wl-summary-exit): Don't clean-up temp marks when sticky.
4773         (Applied patch from Nakayama-san [wl: 09548])
4774         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4775         Do nothing when no mark data.
4776         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4777         Call `wl-summary-delete-all-temp-marks' before saving.
4778
4779 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4780
4781         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4782
4783 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl.el (wl-check-environment): Also cause error when (system-name)
4786         returns "localhost.localdomain". (Although it doesn't affect because
4787         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4788
4789 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4792         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4793
4794         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4795         value.
4796
4797 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4800         Likewise r-cc-list and r-ng-list.
4801
4802 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4803
4804         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4805         only if it is bound as variable.
4806
4807         * wl-mime.el (wl-draft-preview-message): Ditto.
4808
4809 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4812         needless `goto-char'.
4813
4814         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4815         `wl-summary-redisplay-no-mime-internal' instead of
4816         `wl-summary-redisplay-no-mime'.
4817         (wl-summary-redisplay-no-mime): Changed argument;
4818         Call `wl-summary-redisplay-no-mime-internal'.
4819
4820         * wl-mime.el (wl-draft-preview-message): Bind
4821         `mime-header-encode-method-alist' locally.
4822
4823         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4824         (wl-draft-std11-parse-addresses): Added the first address check.
4825         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4826
4827         * Version number is increased to 2.9.7.
4828
4829 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4830
4831         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4832
4833 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4834
4835         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4836         related to scrollbar support, if there is no such a feature
4837         compiled in.
4838
4839 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4840
4841         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4842         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4843         for prefetch.
4844
4845 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4846
4847         * wl-summary.el (wl-summary-pick): Fix for no match.
4848
4849 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4850
4851         * wl-draft.el (wl-draft-save):
4852         Override `mime-header-encode-method-alist'.
4853
4854 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4855
4856         * wl-folder.el (wl-folder-pick): New function.
4857         Define key as "?".
4858
4859 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4860
4861         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4862         Fix for unplugged.
4863
4864 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4865
4866         * wl-folder.el (wl-folder-virtual): New function.
4867         Define key as "V".
4868
4869 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4870
4871         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4872         multi folder if entity is group.
4873
4874 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4875
4876         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4877         is nil.
4878
4879 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4880
4881         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4882         (wl-summary-target-mark-msgs): Return the number of marked messages.
4883
4884 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4885
4886         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4887         "first:" is specified.
4888
4889 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4890
4891         * wl-vars.el (wl-from): Use return value of function
4892         user-full-name instead of the variable user-full-name since
4893         XEmacs-20.4 doesn't set this variable.
4894
4895 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4896
4897         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4898         call `wl' directly.
4899
4900 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4901
4902         * wl-draft.el (wl-draft-reedit): Removed duplicated
4903         switch-to-buffers.
4904
4905 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * wl.el (wl-other-frame): Removed garbages.
4908
4909 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4912
4913         * wl-xmas.el (wl-draft-key-setup): Ditto.
4914
4915         * wl-mule.el (wl-draft-key-setup): Ditto.
4916
4917         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4918         (wl-draft-reedit): Ditto.
4919         (wl-draft-prepare-edit): Add `wl-draft-save' to
4920         `local-write-file-hooks'.
4921         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4922         (wl-draft-reedit): Set buffer-file-name.
4923         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4924
4925
4926         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4927         call it.
4928         (wl-delete-startup-frame-function): New variable.
4929         (wl-other-frame): New function
4930         (Original was written by Yamaoka san [wl: 09239]).
4931
4932         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4933         if `wl-folder-use-frame'.
4934
4935 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4936
4937         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4938
4939 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4940
4941         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4942         New variable.
4943         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4944         (wl-message-buffer-prefetch-get-next): Use them.
4945         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4946
4947 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4950         with unwind-protect.
4951
4952         * wl-draft.el (wl-draft-reedit): Rewrite.
4953         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4954         (wl-draft-save): Insert header separator if it does not exist;
4955         Removed condition-case.
4956
4957         * wl-summary.el (wl-summary-reedit): Revert last change.
4958
4959         * wl-draft.el (wl-draft-save): Rewrite.
4960         (wl-draft-create-buffer): Set buffer-file-name as nil.
4961
4962         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4963
4964         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4965
4966         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4967         nil.
4968
4969 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4970
4971         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4972         If count is nil, do not prefetch.
4973         (wl-message-buffer-prefetch-next): Next.
4974
4975 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4976
4977         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4978
4979 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4980
4981         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4982         `delete-backward-char'
4983         (wl-draft-prepare-edit): Check major-mode.
4984         (wl-draft-decode-header): Rewrite.
4985         (wl-draft): Fix.
4986
4987 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4988
4989         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4990
4991 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4992
4993         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4994         (wl-message-buffer-prefetch-get-next): Remove size checking.
4995         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4996
4997 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4998
4999         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5000         (wl-draft-default-headers): Fix.
5001
5002 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-draft.el (wl-draft-default-headers): Insert return value of
5005         `wl-generate-mailer-string-function'.
5006
5007 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5010         (wl-draft-insert-mail-header-separator): Ditto.
5011
5012         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5013         again (Reverted the change on 2002-01-17 by OKADA san).
5014
5015 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-draft.el (wl-draft): Rewrite.
5018         (wl-draft-create-buffer): New function.
5019         (wl-draft-create-contents): Ditto.
5020         (wl-draft-prepare-edit): Ditto.
5021         (wl-draft-decode-header): Ditto.
5022         (wl-draft-decode-body): Ditto.
5023         (wl-draft-check-new-line): Ditto.
5024         (wl-draft-default-headers): Ditto.
5025         (wl-draft-insert-mail-header-separator): Ditto.
5026
5027 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5028
5029         * Version number is increased to 2.9.6.
5030
5031 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5032
5033         * wl-draft.el (wl-draft-delete-field): Optional argument.
5034         (wl-draft-delete-fields): Ditto.
5035
5036 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5037
5038         * wl-message.el (toplevel): Eliminated byte-compile warning.
5039         for `itimer-function', `delete-timer' and `itimer-list'.
5040
5041 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5042
5043         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5044         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5045         `wl-message-buffer-prefetch-threshold'.
5046         * wl-summary.el (wl-summary-redisplay-internal): Remove
5047         the check of `wl-message-buffer-prefetch-depth'.
5048
5049 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5050
5051         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5052         size of article.
5053         (wl-message-buffer-prefetch-subr): Remove size check.
5054
5055 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5056
5057         * wl-vars.el (wl-plugged): Make customizable.
5058
5059 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5060
5061         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5062         (wl-message-buffer-prefetch-set-timer): New function.
5063         (wl-message-buffer-prefetch-get-next): New function.
5064         (wl-message-buffer-prefetch): New function.
5065         (wl-message-buffer-prefetch-next): Rewrite.
5066         (wl-message-buffer-prefetch-subr): Rewrite.
5067         * wl-vars.el (wl-auto-prefetch-first): New variable.
5068         * wl-summary.el (wl-summary-goto-folder-subr): Call
5069         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5070
5071 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5072
5073         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5074         `wl-summary-unread-message-hook'.
5075
5076 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5077
5078         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5079         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5080         if range is `cache-status'.
5081
5082 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5083
5084         * wl-message.el (wl-message-buffer-prefetch-subr):
5085         Improve debug message.
5086
5087 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5088
5089         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5090         `wl-mail-send-pre-hook'.
5091         (wl-draft-send-mail-with-qmail): Ditto.
5092         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5093
5094 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5095
5096         * wl-message.el (wl-message-buffer-prefetch-subr):
5097         Fix for cancel-function-timers bug.
5098         (wl-message-buffer-prefetch-debug): Default value is t.
5099
5100 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5101
5102         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5103         (wl-message-buffer-prefetch-subr): Rewrite.
5104         Rename from `wl-message-buffer-prefetch'.
5105
5106 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5107
5108         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5109         (wl-default-draft-cite-decorate-author): Ditto.
5110
5111         * wl-draft.el (wl-draft-cite-function): Removed.
5112         (wl-default-draft-cite-decorate-author): Ditto.
5113
5114 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5115
5116         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5117         (wl-default-draft-cite): Do not arrange author name if the value of
5118         `wl-default-draft-cite-decorate-author' is nil.
5119
5120 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5121
5122         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5123
5124         * wl-folder.el (wl-folder-check-one-entity): Don't care
5125         `elmo-folder-use-flag-p'.
5126
5127 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5128
5129         * wl-folder (wl-folder-check-one-entity): Fix
5130         problem if unread is nil.
5131
5132 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-address.el (wl-address-make-completion-list): Check whether
5135         the address is a group list.
5136         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5137
5138 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5139
5140         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5141         The number of the messages of new and unread does not count
5142         correctly.
5143
5144         * wl-summary.el (wl-summary-count-unread): Changed to return
5145         `(new . unread)' instead of total.
5146         (wl-summary-sync-update): Follow the change above.
5147
5148         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5149
5150 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5151
5152         * wl-address.el (wl-address-make-completion-list): Do not enclose
5153         address by " <" and ">" if associated realname is "".
5154         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5155         This is against the promblem with group list in .addresses pointed
5156         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5157
5158 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5159
5160         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5161         message is a format control string.
5162         * wl-expire.el (wl-expire-append-log): Ditto.
5163         * wl-mime.el (wl-summary-burst-subr): Ditto.
5164         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5165         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5166
5167 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5168
5169         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5170         wl.el (wl-check-variables): Rename from `wl-check-type'.
5171         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5172         (wl-check-variables-2): New function.
5173         (wl): Call `wl-check-variables-2'.
5174
5175 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5178         after renaming folder in access group.
5179
5180 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5181
5182         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5183         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5184         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5185         (wl-message-buffer-prefetch): Rewrite.
5186         (wl-message-buffer-prefetch-idle-time): Removed.
5187         * wl-summary.el (wl-summary-redisplay-internal):
5188         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5189         Error check for `wl-message-buffer-prefetch-depht'.
5190
5191 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5192
5193         * Version number is increased to 2.9.5.
5194         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5195
5196 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5197
5198         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5199         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5200         Based on the patch written by
5201         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5202
5203 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5204
5205         * wl-draft.el (wl-draft-raw-send): Fix for
5206         `wl-news-send-pre-hook'
5207
5208 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5209
5210         * wl-utils.el (wl-message-id-function): New variable.
5211         * wl-draft.el (wl-draft-insert-required-fields):
5212         Use `wl-message-id-function'.
5213
5214 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5215
5216         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5217         * wl-utils.el (wl-draft-make-message-id-string):
5218         Use `wl-from' for domain part of Message-ID
5219         if `wl-message-id-use-wl-from' if non-nil.
5220         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5221
5222 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5223
5224         * wl.el (wl): Call `wl-check-type'
5225         Do not 'condition-case'.
5226
5227 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5228
5229         * wl.el (wl-check-type): New function.
5230         (wl-check-type-variables): New variable.
5231
5232 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5233
5234         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5235
5236 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5237
5238         * wl-draft.el (wl-smtp-password-key): New function.
5239         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5240         (wl-draft-send-mail-with-smtp): Ditto.
5241         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5242
5243 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5244
5245         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5246         * wl-utils.el (wl-unique-id-suffix): Remove.
5247
5248 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5249
5250         * Version number is increased to 2.9.4.
5251
5252 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5253
5254         * wl-utils.el (wl-unique-id-suffix): New variable.
5255         (wl-unique-id): Use `wl-unique-id-suffix'
5256
5257 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5258
5259         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5260         instead of `elmo-msgdb-search'.
5261
5262         * Version number is increased to 2.9.3.
5263
5264 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5265
5266         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5267
5268 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5269
5270         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5271         (wl-draft-dispatch-message): Changed for send-later.
5272         (wl-draft-queue-flush): Ditto.
5273         (wl-draft): Clear `wl-sent-message-queued'.
5274         (wl-draft-reedit): Ditto.
5275         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5276         * wl-vars.el (wl-draft-force-queuing): New variable.
5277         (wl-draft-force-queuing-mail): New variable.
5278         (wl-draft-force-queuing-news): New variable.
5279
5280 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5283         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5284
5285 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5286
5287         * Version number is increased to 2.9.2.
5288
5289 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * wl-draft.el (wl-draft-elide-region): New user command.
5292         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5293
5294         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5295         command `wl-draft-elide-region'.
5296         * wl-mule.el: Ditto.
5297         * wl-xmas.el: Ditto.
5298
5299 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5300
5301         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5302         (wl-biff-check-folder-async): Removed needless let.
5303
5304 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5307         wl-folder-get-elmo-folder.
5308         (wl-biff-check-folder): Set `biff' argument of
5309         `wl-folder-check-one-entity'.
5310         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5311
5312         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5313         (wl-folder-check-one-entity): Added `biff' argument;
5314         Setup `biff' slot of folder.
5315
5316         * Version number is increased to 2.9.1.
5317
5318 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5321         comment out and fixed.
5322         (wl-fldmgr-add-completion-subr): Ditto.
5323
5324         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5325         and msgdb.
5326
5327         * wl.el (wl-toggle-plugged): Save summary view.
5328
5329 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5332
5333 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5334
5335         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5336
5337 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5340         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5341         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5342
5343         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5344         if it was failed.
5345         (wl-demo): Disable undo in the demo buffer.
5346
5347 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-version.el (wl-version): Changed codename.
5350
5351         * Version number is increased to 2.9.0.
5352
5353 2001-12-14  Takuo KITAME <kitame@northeye.org>
5354
5355         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5356         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5357         (wl-folder-mark-as-read-all-current-entity): Ditto.
5358
5359 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * wl-vars.el (wl-from-width): Define as obsolete variable.
5362         (wl-subject-length-limit): Ditto.
5363
5364         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5365
5366         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5367         wl-summary-save-view.
5368
5369         * wl.el (wl-save-status): Ditto.
5370         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5371
5372         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5373         (wl-summary-exit): Follow the change above.
5374         (wl-summary-goto-folder-subr): Ditto.
5375
5376         * wl-folder.el (wl-folder-create-subr): Don't use
5377         `elmo-folder-creatable-p'.
5378
5379 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5382
5383 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5386         rather than bitmap on Emacs 21.
5387         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5388         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5389         for xbm if the new redisplay engine is not available.
5390
5391 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-folder.el (wl-folder-init-hook): New hook.
5394         (wl-folder-init): Run `wl-folder-init-hook'.
5395
5396 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5399
5400 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * wl-acap.el (wl-acap-cache-filename): New variable.
5403         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5404         (wl-acap-init): Use cache if no ACAP server found.
5405
5406 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5407
5408         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5409         `wl-acap-original-msgdb-dir'.
5410
5411         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5412         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5413
5414         * wl-mime.el (wl-mime-save-directory): Renamed from
5415         `wl-mime-save-dir'.
5416
5417 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5420
5421         * wl-demo.el: Require `path-util'.
5422         (wl-demo-bitmap-mule-available-p): New internal variable.
5423         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5424         `module-installed-p' instead.
5425         (wl-demo-insert-image): Use *.img file for a bitmap image.
5426         (wl-demo): Don't call the ascii demo recursively.
5427
5428 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5429
5430         * Version number is increased to 2.7.7.
5431
5432 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5433
5434         * wl.el (wl-exit): Eliminated byte-compile warning.
5435
5436 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5437
5438         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5439         obsolete variable using `elmo-define-obsolete-variable'.
5440         (wl-fetch-confirm-threshold): Ditto.
5441         (wl-cache-prefetch-folder-type-list): Ditto.
5442         (wl-cache-prefetch-folder-list): Ditto.
5443
5444 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5447         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5448         (wl-demo-insert-image): New function.
5449         (wl-demo-insert-text): New function.
5450         (wl-demo-image-type-alist): Redefine as a function.
5451         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5452         (wl-demo-with-temp-file-buffer): Removed.
5453         (wl-logo-xpm): Removed.
5454         (wl-logo-xbm): Removed.
5455         (wl-logo-bitmap): Removed.
5456
5457 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5458
5459         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5460         (wl-expire-localdir-get-folder-function): New user option.
5461         (wl-expire-localdir-get-folder): New function.
5462         (wl-expire-localdir-date): Ditto.
5463
5464 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5465
5466         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5467         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5468         Fixed unread number mismatch when all-unread < unread.
5469
5470 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5473         (wl-fetch-confirm-threshold): Ditto.
5474
5475         * wl-summary.el (wl-summary-confirm-appends): Removed.
5476         (wl-summary-sync-update): Don't refer
5477         `wl-summary-update-confirm-threshold' (It is now abolished).
5478
5479         * wl-message.el (wl-message-display-internal): Don't refer
5480         `wl-fetch-confirm-threshold' (It is now abolished).
5481
5482 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5485
5486 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5487
5488         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5489         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5490         Change default value to nil.
5491         (wl-summary-indent-length-limit): The value can be nil, nil means
5492         unlimited.
5493
5494         * wl-summary.el: Don't set limit for indent length if the value of
5495         wl-summary-indent-length-limit is nil.
5496         If the value of wl-summary-width is nil, it means only that the width
5497         of summary is unlimited (nil doesn't mean that the indent length is
5498         unlimited).
5499
5500         * wl-thread.el: Ditto.
5501
5502 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5503
5504         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5505         be nil, nil means never confirm.
5506         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5507
5508 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5509
5510         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5511         means unlimited).
5512
5513 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5514
5515         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5516         Use `with-temp-buffer'.
5517
5518 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5521         with new backquote style).
5522         (wl-folder-get-entity-from-buffer): Ditto.
5523
5524 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5525
5526         * wl-version.el (nemacs-version): Eliminated.
5527         (wl-extended-emacs-version2): Ignore nemacs.
5528         (wl-extended-emacs-version3): Ditto.
5529
5530 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5531
5532         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5533         (wl-draft-add-in-reply-to): New variable.
5534         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5535         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5536         (wl-draft-yank-from-mail-reply-buffer): Use
5537         `wl-draft-add-in-reply-to'.
5538         (wl-draft-insert-current-message): Ditto.
5539
5540 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5541
5542         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5543         typo (kill->hide).
5544         (wl-message-buffer-prefetch-folder-type-list): Added elements
5545         `mark' and `cache' instead of `internal'.
5546
5547 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5548
5549         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5550         resume msgdb directory.
5551
5552 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl.el (wl-exit): Call `wl-acap-exit'.
5555
5556         * wl-summary.el (wl-summary-message-string): New function.
5557         (wl-summary-reedit): Use it.
5558         (wl-summary-resend-bounced-mail): Remove needless let.
5559         (wl-summary-supersedes-message): Ditto.
5560         (wl-summary-save): Ditto.
5561
5562         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5563         (wl-acap-init): Set it.
5564         (wl-acap-exit): New function.
5565
5566 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5567
5568         * wl.el (wl-init): Revert (require 'mime-setup). move from
5569         toplevel.
5570
5571 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5572
5573         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5574         local variables.  Add error when guess function return invalid
5575         value.
5576
5577 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5578
5579         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5580         Change local variable name.
5581         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5582         (wl-folder-get-newsgroups): Return nil when non-news folder.
5583         * wl-summary.el (wl-summary-write-current-folder): State through
5584         when guess-list return nil.
5585         (wl-summary-write-current-folder-functions): Fixed docstring.
5586
5587         * wl.el (wl-exit): Changed confirm message.
5588
5589         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5590         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5591
5592         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5593
5594 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5595
5596         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5597         user option (Renamed from wl-cache-prefetch-folder-type-list).
5598         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5599         from wl-cache-prefetch-folder-list).
5600
5601         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5602         Move to wl-vars.el.
5603         (wl-message-buffer-prefetch-p): Changed to enable
5604         `wl-message-buffer-prefetch-folder-list'.
5605
5606         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5607         `ignore-cache'.
5608
5609 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5610
5611         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5612         `part-top' and `part-bottom'.
5613         (wl-draft-config-sub-part-top): New function.
5614         (wl-draft-config-sub-part-bottom): New function.
5615
5616 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5617
5618         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5619
5620 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5621
5622         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5623
5624 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5625
5626         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5627
5628         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5629         (wl-summary-write-current-folder): Ditto.
5630
5631 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5632
5633         * wl-folder.el (wl-folder-get-newsgroups): Use
5634         `elmo-folder-newsgroups'.
5635
5636 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5637
5638         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5639         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5640         `wl-draft-config-sub-header-bottom'.
5641
5642 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5643
5644         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5645         localnews folder.
5646
5647 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5648
5649         * wl-summary.el (wl-summary-mode): Undo last change.
5650
5651         * wl-folder.el (wl-folder-mode): Ditto.
5652
5653 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5654
5655         * wl-summary.el (wl-summary-mode): Locally set
5656         truncate-partial-window-width to nil.
5657         (for XEmacs)
5658
5659         * wl-folder.el (wl-folder-mode): Ditto.
5660
5661 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5664
5665 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5668         number.
5669
5670         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5671
5672         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5673
5674         * Version number is increased to 2.7.6.
5675
5676 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5679
5680 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-summary.el (wl-summary-sync-update): Enclose network
5683         related portion with `unwind-protect'.
5684
5685 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5686
5687         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5688
5689 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5690
5691         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5692         element.
5693         * wl-vars.el (wl-message-body-button-alist): Ditto.
5694
5695         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5696         max match length.
5697         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5698
5699         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5700         for the max match length;
5701         Use 4th element value for the button string regexp group.
5702
5703         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5704         candidate exists, prompt to select.
5705
5706 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5707
5708         * wl-summary.el (wl-summary-jump-to-msg): Search before
5709         calibration point by `beginning-of-line'.
5710
5711 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5712
5713         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5714         for access group.
5715
5716 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5717
5718         * wl-message.el (wl-message-display-internal): Bind
5719         `default-mime-charset'.
5720
5721         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5722
5723         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5724
5725         * Version number is increased to 2.7.5.
5726
5727 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5728
5729         * wl-expire.el (wl-summary-archive): Fixed;
5730         Use `elmo-folder-name-internal'.
5731
5732 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5733
5734         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5735         from `elmo-folder-move-messages' caller.
5736         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5737
5738         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5739         related portions are changed).
5740
5741 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5742
5743         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5744         counter.
5745
5746 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5749         buffer local and set it to nil.
5750
5751         * wl-message.el (wl-message-redisplay): Ditto.
5752
5753 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl-summary.el (wl-summary-mark-as-important): If message is
5756         already cached, set messag as read, otherwise encache and mark as read.
5757
5758 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5759
5760         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5761         point-min.
5762
5763 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5766         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5767         a keymap.
5768
5769 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5772         parent.
5773
5774         * wl-mule.el (wl-message-define-keymap): Ditto.
5775
5776         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5777
5778         * wl-xmas.el (wl-message-display-internal-hook): Define.
5779         (wl-xmas-setup-message-toolbar): Define as function.
5780         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5781         (wl-message-overload-functions): Abolished.
5782         (wl-message-define-keymap): New function.
5783
5784         * wl-vars.el (wl-message-display-internal-hook): New variable.
5785         (wl-message-header-button-alist): New variable (Renamed from
5786         wl-highlight-message-header-button-alist).
5787         (wl-message-body-button-alist): Ditto.
5788
5789         * wl-mule.el (wl-message-define-keymap): New function.
5790         (wl-message-overload-functions): Abolished.
5791
5792         * wl-message.el (wl-message-add-buttons-to-body): New function.
5793         (wl-message-redisplay): Don't call wl-message-overload-functions;
5794         Call wl-message-add-buttons-to-header and
5795         wl-message-add-buttons-to-body.
5796         (wl-message-display-internal): Set keymap argument for
5797         elmo-mime-display-as-is, elmo-mime-message-display;
5798         Run wl-message-display-internal-hook.
5799         (wl-message-refer-article-or-url): Abolished.
5800
5801         * wl-highlight.el (wl-highlight-headers): Don't call
5802         wl-highlight-message-add-buttons-to-header.
5803         (wl-highlight-message-add-buttons-to-header): Abolished.
5804
5805
5806         * wl-e21.el (wl-message-display-internal-hook): Define.
5807         (wl-e21-setup-toolbar): Deleted duplicated binding.
5808         (wl-e21-setup-message-toolbar): Define as function.
5809         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5810         (wl-message-define-keymap): New function.
5811         (wl-message-overload-functions): Abolished.
5812
5813 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5816         and elmo-folder-close.
5817
5818         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5819
5820 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5821
5822         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5823         boolean value.
5824         * wl-draft.el (wl-draft-do-fcc): Ditto.
5825
5826 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5827
5828         * wl-vars.el (wl-fcc-force-as-read): New variable.
5829         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5830         mark copied message as read.
5831
5832 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5833
5834         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5835
5836 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5837
5838         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5839         `wl-summary-target-above' instead of obsolete variable
5840         `wl-summary-temp-above'.
5841
5842         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5843         instead of `make-obsolete-variable'.
5844         * wl-refile.el (toplevel): Ditto.
5845
5846 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5847
5848         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5849         with third argument t.
5850         (wl-draft): Set first argument for wl-plugged-init as t.
5851
5852         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5853         definition.
5854
5855 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5856
5857         * wl-vars.el: Tabify.
5858         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5859
5860         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5861         message.
5862
5863 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5864
5865         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5866         and set default to beep.
5867
5868 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5869
5870         * wl-vars.el (wl-draft-truncate-lines): New variable.
5871
5872         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5873         instead of wl-message-truncate-lines for truncate-lines.
5874
5875 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-message.el (wl-message-display-internal): Call
5878         `wl-highlight-message' after `elmo-mime-display-as-is'.
5879
5880         * wl-mime.el (wl-mime-display-text/plain): New function.
5881         (wl-mime-display-header): Ditto.
5882         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5883         body-presentation-method for text/plain;
5884         Register `wl-mime-display-header' as a header-presentation-method;
5885         Don't set up `elmo-message-text-content-inserted-hook' and
5886         `elmo-message-header-inserted-hook'.
5887
5888         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5889         variable.
5890         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5891         as t if flag is 'all-header;
5892         Don't bind `elmo-message-ignored-field-list',
5893         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5894
5895 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5898         for xemacs with non-mule environment.
5899
5900 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5901
5902         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5903         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5904         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5905
5906 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5907
5908         * wl-vars.el (wl-interactive-send): Set default value as t.
5909
5910 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5911
5912         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5913         (wl-addrmgr-method-list): Abolished.
5914         (wl-addrmgr-change-method): Follow above change.
5915
5916         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5917
5918 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5919
5920         * wl-vars.el (wl-message-truncate-lines): Change default value
5921         to default-truncate-lines.
5922
5923         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5924
5925 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5926
5927         * wl-vars.el (wl-message-truncate-lines): New variable.
5928
5929         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5930         wl-message-truncate-lines.
5931
5932 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5933
5934         * wl-acap.el (wl-acap-init): Remove period from error message.
5935         (wl-acap-find-acap-service): Remove period from message.
5936
5937 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5938
5939         * wl.el (wl-check-environment): Undo last change.
5940
5941         * wl-vars.el (wl-from): Changed default value.
5942
5943         * wl-util.el (toplevel): Don't require tm-edit.
5944
5945         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5946         `wl-folder-init';
5947         Don't set mark on mail body.
5948         (wl-draft-reedit): Ditto.
5949
5950         * wl-address.el (wl-address-quote-specials): Define as an alias for
5951         elmo-address-quote-specials.
5952
5953 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5956
5957         * wl-vars.el (wl-from): Set default value as nil.
5958         (wl-organization): Set default value as ORGANIZATION environment
5959         variable.
5960
5961         * wl-draft.el (wl-smtp-extension-bind): Check value of
5962         wl-smtp-connection-type.
5963
5964         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5965         error.
5966
5967 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5968
5969         * Version number is increased to 2.7.4.
5970
5971         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5972         arguments from `wl-highlight-x-face-function' caller.
5973         Use x-face-1.3.6.12 or later.
5974
5975 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5976
5977         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5978
5979 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5980
5981         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5982         (wl-fcc): Fix to accept function.
5983         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5984
5985 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5986
5987         * wl-acap.el (toplevel): Added `product-provide' declare.
5988         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5989
5990 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5991
5992         * wl.el (wl): Changed order of calling `elmo-init'
5993         and `elmo-folder-init'.
5994
5995 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5996
5997         * wl-mime.el (wl-summary-burst): Extract message when content-type
5998         of root entity is not only `multipart' but also `message/rfc822'.
5999         (wl-summary-burst-subr): Ditto.
6000
6001 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6002
6003         * wl-vars.el (toplevel): Require 'custom.
6004         (wl-trash-folder): Added to `wl-setting' group.
6005
6006         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6007         exists.
6008         (wl-addrmgr-draw): Insert empty line when no entry exists.
6009
6010         * wl-mule.el (wl-message-wheel-up): Fixed.
6011         (wl-message-wheel-down): Ditto.
6012
6013 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6014
6015         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6016         config is an anonymous lambda expression.
6017
6018 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6021         when Mule 2 is running.
6022
6023 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6024
6025         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6026
6027 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6030         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6031
6032         * wl-address.el (wl-address-specials-regexp): Eliminated.
6033         (wl-address-quote-specials): Rewrite.
6034
6035 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6038         shy-groups for regexp.
6039
6040         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6041         character classes and Perl style shy-groups for regexp.
6042         (wl-highlight-plugged-current-line): Use Posix style character
6043         classes for regexp.
6044         (wl-e21-highlight-folder-by-numbers): Ditto.
6045         (wl-e21-display-image-p): Use `display-images-p' instead of
6046         `display-graphic-p'.
6047         (display-images-p): Make an alias to `display-graphic-p' if it is
6048         not available.  It is for Emacs version prior to 21.0.105.
6049
6050         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6051         `display-graphic-p'.
6052         (wl-demo-image-type-alist): Ditto.
6053         (display-images-p): Make an alias to `display-graphic-p' if it is
6054         not available.  It is for Emacs version prior to 21.0.105.
6055
6056 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6057
6058         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6059         support.
6060         (wl-generate-user-agent-string): Ditto.
6061
6062         * wl-version.el (wl-version): Update docsting.
6063         (wl-version-status): Ditto.
6064
6065 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6066
6067         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6068         21.0.105.  For Emacs 21.0.104 or earlier.
6069
6070 2001-09-03  Takuo KITAME <kitame@northeye.org>
6071
6072         * wl-e21.el (wl-plugged-init-icons): Use
6073         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6074         (wl-biff-init-icons): Ditto.
6075
6076 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-highlight.el (wl-highlight-summary-current-line):
6079         Fixed highlighting refile/copy destination.
6080
6081         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6082         (wl-acap-store): Encode string by wl-acap-coding-system.
6083
6084 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6085
6086         * wl-acap.el (toplevel): Check and require 'un-define before
6087         'xemacs-ucs;
6088          Added checking for UTF-2000.
6089
6090 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6091
6092         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6093         Don't enclose with `eval-and-compile'.
6094
6095         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6096         wl-init is non-nil.
6097
6098         * wl-draft.el (wl-draft): Ditto.
6099
6100         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6101
6102         * wl-acap.el (toplevel): Require 'wl.
6103         (wl-acap-store): Call `elmo-init'.
6104
6105         * wl.el (wl): Changed position of `wl-check-environment'.
6106         (toplevel): Added autoload setting for wl-acap.
6107
6108         * wl-vars.el (wl-setting): New custom group.
6109         (wl-from): Added wl-setting group.
6110         (wl-user-mail-address-list): Ditto.
6111         (wl-organization): Ditto.
6112         (wl-subscribed-mailing-list): Ditto.
6113         (wl-envelope-from): Ditto.
6114         (wl-smtp-posting-user): Ditto.
6115         (wl-smtp-posting-server): Ditto.
6116         (wl-smtp-posting-port): Ditto.
6117         (wl-smtp-authenticate-type): Ditto.
6118         (wl-pop-before-smtp-user): Ditto.
6119         (wl-pop-before-smtp-server): Ditto.
6120         (wl-pop-before-smtp-port): Ditto.
6121         (wl-pop-before-smtp-authenticate-type): Ditto.
6122         (wl-nntp-posting-server): Ditto.
6123         (wl-nntp-posting-user): Ditto.
6124         (wl-nntp-posting-port): Ditto.
6125         (wl-fetch-confirm-threshold): Ditto.
6126         (wl-prefetch-threshold): Ditto.
6127         (wl-thread-insert-opened): Ditto.
6128         (wl-ldap-server): Ditto.
6129         (wl-ldap-port): Ditto.
6130         (wl-ldap-base): Ditto.
6131         (wl-ldap-objectclass): Ditto.
6132         (wl-use-ldap): Ditto.
6133         (wl-draft-config-alist): Ditto.
6134         (wl-draft-config-matchone): Ditto.
6135         (wl-template-alist): Ditto.
6136         (wl-message-sort-field-list): Ditto.
6137         (wl-message-ignored-field-list): Ditto.
6138         (wl-message-visible-field-list): Ditto.
6139         (wl-interactive-send): Ditto.
6140         (wl-summary-move-order): Ditto.
6141         (wl-auto-select-first): Ditto.
6142         (wl-auto-select-next): Ditto.
6143         (wl-interactive-save-folders): Ditto.
6144
6145         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6146         Initialization codes are moved from wl-local-folder-init.
6147         (wl-local-folder-init): Follow the change above.
6148         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6149
6150         * wl-acap.el: New file.
6151
6152         * Version number is increased to 2.7.3.
6153
6154 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6155
6156         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6157
6158 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6159
6160         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6161         (wl-addrmgr-address-entry-list): Ditto.
6162
6163 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6164
6165         * wl-e21.el (wl-draft-mode-map): Removed binding for
6166         `wl-draft-insert-x-face-field'.
6167
6168         * wl-mule.el (wl-draft-mode-map): Ditto.
6169
6170         * wl-xmas.el (wl-draft-mode-map): Ditto.
6171
6172         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6173         (wl-cs-autoconv): Ditto.
6174         (wl-cs-local): Ditto.
6175         (wl-use-scoring): Ditto.
6176         (wl-mime-charset): Ditto.
6177         (wl-folder-check-async): Ditto.
6178
6179         * wl.el (toplevel): Ignore nemacs and tm.
6180         (wl-exit): Ditto.
6181
6182         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6183         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6184         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6185         instead of wl-address-petname-add-or-change.
6186         (wl-summary-edit-addresses-subr): Use wl-address-delete
6187         instead of wl-address-petname-delete.
6188
6189         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6190
6191         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6192         if error occured.
6193
6194         * wl-message.el (require): Remove tm support.
6195
6196         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6197
6198         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6199         (wl-folder-jump-to-current-entity): Ditto.
6200         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6201
6202         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6203         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6204         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6205
6206         * wl-mule.el (wl-draft-key-setup): Ditto.
6207
6208         * wl-xmas.el (wl-draft-key-setup): Ditto.
6209
6210         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6211         (wl-draft-std11-parse-addresses): New function.
6212         (wl-draft-parse-mailbox-list): Use it.
6213         (wl-draft): Ignore nemacs.
6214         (wl-draft-reedit): Ditto.
6215
6216         * wl-addrmgr.el: New file.
6217         (Original is wl-rcpt.el written by
6218         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6219         Thanks Kitamoto-san.)
6220
6221         * wl-address.el (wl-address-make-address-list): Modified parsing
6222         process.
6223         (wl-address-delete): Renamed from `wl-address-petname-delete';
6224         Modify wl-address-list too.
6225         (wl-address-add-or-change): Renamed from
6226         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6227
6228 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6229
6230         * wl-highlight.el (wl-highlight-summary-current-line):
6231           Work with transient-mark-mode
6232
6233 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6234
6235         * Version number is increased to 2.7.2.
6236
6237         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6238         instead of elmo-dop-queue-method.
6239
6240 2001-08-06  SAITO Atsunori <sai@yedo.com>
6241
6242         * wl-vars.el (wl-ldap-objectclass): New user option.
6243
6244         * wl-address.el (wl-ldap-make-filter): Use it.
6245
6246 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6249
6250 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6251
6252         * wl-folder.el (wl-folder): redisplay after folder insertion.
6253
6254         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6255
6256         * wl-summary.el (wl-summary-sync-update):
6257         Change status mark only when new-msgdb exists.
6258         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6259
6260 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * wl-summary.el (wl-summary-open-folder): New function.
6263         (wl-summary-goto-folder-subr): Use it.
6264         (wl-summary-mark-as-important): Fix;
6265         Encache only when no cache exists.
6266
6267 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6270         Use with-current-buffer.
6271
6272 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6273
6274         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6275         before call `get-buffer'. Fixed parenthesis.
6276         (wl-score-get-header-entry): Clear message and help window when
6277         keyboard quit.
6278         (wl-score-edit-insert-header): Ditto.
6279
6280 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6281
6282         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6283         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6284         (wl-default-draft-cite): Fix.
6285
6286         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6287         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6288
6289 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6290
6291         * wl-message.el (wl-message-prev-page): Do same bahavior
6292         as summary when it is called in the message buffer.
6293         (wl-message-next-page): Ditto.
6294
6295 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * wl-summary.el (wl-summary-forward): Use cache if it is not
6298         section cache.
6299
6300 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6303         Removed redundant require of elmo-vars.
6304         (wl-biff-state-indicator-on): Changed default value for
6305         xemacs with non-mule environment.
6306
6307         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6308         wl-message-buffer is nil;
6309         Hide progress bar after moving messages.
6310
6311 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6312
6313         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6314         message at cursor point is deleted.
6315
6316 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6317
6318         * wl-vars.el: Changed file coding system to euc-japan.
6319         Added -*-coding:-*- magic to the first line.
6320
6321         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6322         Search parent from the first message.
6323
6324         * Version number is increased to 2.7.1.
6325
6326 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6327
6328         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6329
6330 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6333         refile/delete execution.
6334
6335         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6336         Fixed docstring.
6337
6338 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6341         do update process;
6342         Don't update marks when update process is interrupted.
6343
6344 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6345
6346         * wl-summary.el (wl-summary-reply): Fixed problem when
6347         wl-draft-use-frame is non-nil.
6348         (wl-summary-forward): Ditto.
6349
6350         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6351         as nil.
6352         (wl-folder-mark-as-read-all-entity): Ditto.
6353         (wl-folder-prefetch-entity): Ditto.
6354
6355         * wl.el (wl): Check environment before wl-init.
6356
6357         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6358         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6359         instead of wl-summary-collect-unread.
6360         (wl-summary-reply): Split message window.
6361
6362 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6363
6364         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6365         only if current language environment is japanese,
6366
6367         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6368         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6369         (wl-folder-goto-folder-subr): Ditto.
6370
6371         * wl-draft.el (wl-draft-dispatch-message): Call
6372         `elmo-file-cache-get-path'.
6373
6374 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-summary.el (wl-summary-cursor-move): If return value of
6377         wl-summary-next-message is not number, don't jump.
6378
6379 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-summary.el (wl-summary-buffer-next-message-function): New
6382         variable.
6383         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6384         if it is bound.
6385
6386         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6387         string.
6388
6389         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6390         (wl-plugged-drawing): Ditto.
6391
6392 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6393
6394         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6395         process.
6396         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6397         with unwind-protect.
6398
6399         * wl.el (wl-init): Require mime-setup.
6400         (wl-check-environment): Don't require mime-setup.
6401
6402         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6403         instead of elmo-folder-type.
6404
6405         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6406         value as nil.
6407
6408 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6409
6410         * Version number is increased to 2.7.0.
6411
6412         * wl-version.el (wl-version): Changed codename.
6413
6414         * wl-summary.el (wl-summary-delete-cache): Fixed.
6415
6416         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6417         Workaround for net folders.
6418         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6419
6420         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6421         value to nil (According to the patch from
6422         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6423
6424         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6425         of elmo-folder-close.
6426
6427 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6428
6429         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6430         for postfix.
6431
6432 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * wl-summary.el (wl-summary-resend-message): Fixed.
6435
6436         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6437         Call wl-draft with `from' argument if its address is included in
6438         `wl-user-mail-address-list'.
6439         (wl-draft): Added `from' argument.
6440
6441         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6442         non-nil.
6443         (wl): Don't show demo if wl-demo is nil.
6444
6445         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6446         wl-summary-use-frame.
6447
6448         * wl-vars.el (wl-summary-use-frame): New user option.
6449         (wl-folder-use-frame): Changed docstring.
6450
6451         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6452         non-nil.
6453         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6454         wl-summary-use-frame.
6455
6456         * wl-vars.el (wl-folder-use-frame): New user option.
6457
6458         * wl-summary.el (wl-summary-exit): Back to folder frame if
6459         wl-folder-use-frame is non-nil.
6460         (wl-summary-redisplay-internal): Ignore cache if current folder
6461         is draft folder,
6462         (wl-summary-redisplay-no-mime): Ditto.
6463         (wl-summary-redisplay-all-header): Ditto.
6464
6465         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6466         if wl-folder-use-frame is non-nil.
6467
6468 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6469
6470         * wl-summary.el (wl-summary-sync-update): Bind
6471         elmo-folder-update-threshold.
6472         (wl-summary-mark-as-important): Enclosed server mark processing
6473         with `save-match-data'.
6474
6475         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6476         only when it is already defined.
6477
6478 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6479
6480         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6481         name of folder exclude localdir is wrong.
6482         * wl-folder.el (wl-folder-sync-entity):
6483         Set `wl-summary-always-sticky-folder-list' as nil.
6484         (wl-folder-mark-as-read-all-entity): Ditto.
6485         (wl-folder-prefetch-entity): Ditto.
6486
6487 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6488
6489         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6490         instead of `wl-summary-write-current-newsgroup'.
6491
6492 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6493
6494         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6495         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6496         non-nil and selected message is important, do not display.
6497
6498 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6499
6500         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6501
6502 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6505
6506         * wl-summary.el (wl-summary-mark-as-important): Set message number
6507         using wl-summary-message-number.
6508
6509 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6510
6511         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6512         destination folder is 'null.
6513
6514 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6515
6516         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6517         New function.
6518         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6519         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6520         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6521
6522 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6523
6524         * wl-mime.el (wl-mime-setup): Added setting for
6525         `mime-setup-signature-key-alist' to avoid overriding key bind for
6526         `wl-draft-send'.
6527
6528         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6529         for `wl-draft-send'.
6530         * wl-mule.el (wl-draft-overload-functions): Ditto.
6531         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6532         * wl-draft.el (wl-draft-send): Ditto.
6533
6534         * wl-message.el (wl-message-display-internal):
6535         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6536         (Patch is provided by <kita@coe.nttdata.co.jp>).
6537
6538 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6539
6540         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6541
6542 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6543
6544         * wl.el (wl): Fix for wl-demo.
6545
6546 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6547
6548         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6549
6550 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6551
6552         * wl-folder.el (wl-folder-prefetch-entity): Use
6553         `wl-folder-get-elmo-folder'.
6554         (wl-folder-count-incorporates): Do not use
6555         `wl-folder-get-elmo-folder'.
6556
6557 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6558
6559         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6560         instead of `elmo-folder-get-type'.
6561
6562 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6563
6564         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6565         position on Subject: field.
6566         (Advised by Mito <mit@nines.nec.co.jp>)
6567
6568 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6569
6570         * wl-folder.el (wl-folder-prefetch-entity): Use
6571         `wl-folder-get-elmo-folder'.
6572
6573 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6576
6577         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6578         `process-duplicates' slot.
6579
6580         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6581         if detection failed.
6582
6583 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6584
6585         * wl-version.el (wl-version-status): Set to "alpha".
6586
6587 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6590         Check wl-message-buffer lives before set-buffer.
6591
6592 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6593
6594         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6595         called in folder mode.
6596         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6597         * wl-summary.el (wl-summary-exit-pre-hook): Run
6598         `wl-summary-exit-pre-hook' before exit summary mode.
6599
6600 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6601
6602         * wl-version.el (wl-version-status): New variable.
6603         (wl-version-status-alist): Removed.
6604         (wl-version-status): Rule included.
6605
6606 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6609         @sponichi.
6610
6611         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6612         when `mail-reply-buffer' is buffer-local variable.
6613         (Reported by <kita@coe.nttdata.co.jp>).
6614
6615 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-vars.el (toplevel): Require 'elmo-util.
6618
6619 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6622         (All other related portions are changed)
6623
6624         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6625
6626         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6627
6628 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6629
6630         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6631
6632 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6635         Delete other windows to avoid an error.
6636         Use `point-marker' instead of `point' to remember the start point
6637         of body.
6638
6639         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6640
6641         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6642         number not to exceed all message number.
6643
6644 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6645
6646         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6647         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6648
6649 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-summary.el (wl-summary-sync-force-update): Added argument
6652         no-check.
6653         (wl-summary-sync-update): Ditto.
6654         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6655         with `no-check'.
6656
6657         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6658         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6659         already running.
6660
6661 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6662
6663         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6664         `dst-folder-arg'.
6665         (wl-expire-archive-number1): Diito.
6666         (wl-expire-archive-number2): Diito.
6667         (wl-expire-archive-Date): Diito.
6668         (wl-archive-number1): Diito.
6669         (wl-archive-number2): Diito.
6670         (wl-archive-date): Diito.
6671         (wl-archive-folder-p): New function.
6672         (wl-summary-expire): Support of expand folder name at
6673         wl-expire-alist.
6674         * wl-util.el (wl-expand-newtext): Renamed from
6675         `wl-refile-expand-newtext'.
6676
6677 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6678
6679         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6680         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6681         `(elmo-msgdb-get-overview msgdb)'.
6682         (wl-summary-prefetch): Bind match data before call
6683         `wl-summay-prefetch-msg'.
6684         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6685         'off if `wl-summary-buffer-disp-msg' is non-nil.
6686         Fixed problem that couldn't show only one new or unread message when
6687         enter folder.
6688         (wl-summary-reply): Don't call `split-window-vertically' and other
6689         window.
6690
6691 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-expire.el (wl-expire-refile): Fixed.
6694
6695 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6698
6699         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6700         biff notification is removed.
6701
6702         * wl.el (wl): Changed position of `elmo-init'.
6703
6704         * wl-draft.el (wl-default-draft-cite): Use date field
6705         on the citation buffer.
6706
6707         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6708
6709         * wl-xmas.el (wl-folder-internal-icon-list): Added
6710         `wl-folder-shimbun-image'.
6711
6712         * wl-e21.el (wl-folder-internal-icon-list): Added
6713         `wl-folder-shimbun-image'.
6714
6715 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl.el (wl-init): Eliminated argument.
6718         (wl): Rewrite.
6719
6720         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6721         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6722         instead of `elmo-folder-msgdb-internal'.
6723         (wl-summary-sync-update): Ditto.
6724         (wl-summary-flush-pending-append-operations): Eliminated.
6725         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6726         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6727         `elmo-folder-open'.
6728
6729         * wl-mime.el (wl-summary-burst): Fixed.
6730
6731         * wl-folder.el (wl-folder-info-save): Check data type.
6732
6733         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6734         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6735         instead of `elmo-folder-msgdb-internal'.
6736         (wl-expire-hide): Ditto.
6737
6738
6739         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6740
6741 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6742
6743         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6744
6745 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6748
6749 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6750
6751         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6752         Fixed `match-beginning' argument mismatch.
6753
6754 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6755
6756         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6757         the default value.
6758
6759 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6762         instead of `elmo-nntp-default-port'.
6763
6764         * wl-vars.el: Fixed some doc strings.
6765
6766 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6767
6768         * wl-summary.el (wl-summary-prefetch-msg): Use
6769         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6770
6771         * wl-vars.el: Define *-func as obsolete variable using
6772         `elmo-define-obsolete-variable'.
6773
6774         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6775         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6776         instead of `wl-message-buffer-prefetch-threshold'.
6777
6778         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6779
6780         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6781
6782         * wl-draft.el (wl-caesar-region-func): Ditto.
6783
6784         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6785         Keep unread status in elmo-folder-move-messages.
6786         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6787
6788 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6789
6790         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6791         `wl-summary-buffer-exit-func'
6792         (wl-summary-buffer-message-redisplay-function): Renamed from
6793         `wl-summary-buffer-message-redisplay-func'
6794         (wl-summary-buffer-next-folder-function): Renamed from
6795         `wl-summary-buffer-next-folder-func'.
6796         (wl-summary-buffer-prev-folder-function): Renamed from
6797         `wl-summary-buffer-prev-folder-func'.
6798         (wl-summary-get-petname-function): Renamed from
6799         `wl-summary-get-petname-func'.
6800
6801         * wl-score.el (wl-score-edit-exit-function): Renamed from
6802         `wl-score-edit-exit-func'.
6803
6804         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6805         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6806
6807         * wl-util.el (wl-load-profile-function): Renamed from
6808         `wl-load-profile-func'.
6809
6810         * wl-folder.el (wl-folder-completion-function): Renamed from
6811         `wl-folder-completion-func'.
6812         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6813
6814         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6815         `wl-expire-archive-get-folder-func'.
6816         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6817         (wl-draft-send-mail-function): Renamed from
6818         `wl-draft-send-mail-func'.
6819         (wl-draft-send-news-function): Renamed from
6820         `wl-draft-send-news-func'.
6821         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6822         (wl-generate-mailer-string-function): Renamed from
6823         `wl-generate-mailer-string-func'.
6824         (wl-highlight-signature-search-function): Renamed from
6825         `wl-highlight-signature-search-func'.
6826         (wl-highlight-x-face-function): Renamed from
6827         `wl-highlight-x-face-func'
6828         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6829         (wl-ps-print-buffer-function): Renamed from
6830         `wl-ps-print-buffer-func'
6831         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6832         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6833         (wl-summary-subject-filter-function): Renamed from
6834         `wl-summary-subject-filter-func'.
6835
6836         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6837         `wl-draft-queue-flush-send-func'
6838         (wl-draft-cite-function): Renamed from
6839         `wl-draft-cite-func'
6840
6841         * wl-address.el (wl-address-init-function): Renamed from
6842         `wl-address-init-func'.
6843
6844 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl-draft.el (wl-draft-queue-flush): Don't call
6847         `elmo-dop-unlock-message'.
6848         * wl-draft.el (wl-draft-queue-append): Don't call
6849         `elmo-dop-lock-message'.
6850
6851         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6852         (wl-summary-buffer-folder-name): Ditto.
6853         (wl-summary-message-regexp): Added '-' (all other related portions
6854         are changed).
6855         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6856         wl-summary-buffer-folder-name.
6857
6858 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6859
6860         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6861         the number of mails in the folder buffer is not updated by wl-biff.
6862
6863 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6866         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6867
6868 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6869
6870         * wl-summary.el (wl-summary-next-message):
6871         Return next message number when wl-summary-move-order is nil.
6872
6873 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6874
6875         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6876         `wl-summary-move-spec-alist'.
6877         (wl-summary-move-spec-unplugged-alist): New variable
6878         (Move spec for unplugged status).
6879         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6880         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6881
6882 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6883
6884         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6885         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6886
6887 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6888
6889         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6890         simple quotation to quote the anonymous function.
6891         * tm-wl.el (wl-draft-preview-message): Ditto.
6892
6893 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6894
6895         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6896         Eliminate redundant `save-excursion'.
6897         (wl-highlight-summary-current-line): Ditto.
6898
6899         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6900         accessing match data when `looking-at' failed.
6901
6902         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6903         `elmo-match-string' where users don't care about the speed.
6904         (wl-draft-save): Ditto.
6905
6906 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl-util.el (wl-regexp-opt): New function.
6909
6910         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6911         number from `wl-summary-buffer-number-list'.
6912         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6913         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6914         (wl-summary-move-spec-alist): Changed default setting.
6915
6916 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6917
6918         * wl-vars.el (wl-biff-notify-hook): New hook.
6919         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6920         the arrival of new mail.
6921         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6922         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6923
6924 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6925
6926         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6927
6928 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6931
6932         * Version number is increased to 2.5.8.
6933
6934         * wl-thread.el (toplevel): require 'cl.
6935         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6936         (wl-thread-make-number-list): New function.
6937         (wl-thread-entity-make-number-list-from-children): Ditto.
6938         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6939         (wl-thread-entity-insert-as-children): Likewise.
6940         (wl-thread-delete-message): Likewise.
6941         (wl-meaning-of-mark): Eliminated.
6942         (wl-thread-next-failure-mark-p): Ditto.
6943         (wl-thread-entity-get-mark): Ditto.
6944         (wl-thread-meaning-alist-get-result): Ditto.
6945         (wl-thread-entity-check-prev-mark): Ditto.
6946         (wl-thread-entity-check-next-mark): Ditto.
6947         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6948         (wl-thread-entity-get-prev-marked-entity): Ditto.
6949         (wl-thread-get-prev-unread): Ditto.
6950         (wl-thread-jump-to-prev-unread): Ditto.
6951         (wl-thread-get-next-unread): Ditto.
6952         (wl-thread-jump-to-next-unread): Ditto.
6953         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6954         (wl-thread-entity-get-next-marked-entity): Ditto.
6955
6956         * wl-summary.el (wl-summary-buffer-number-list):
6957         New bufer-local variable.
6958         (wl-summary-switch-to-clone-buffer): Clone
6959         `wl-summary-buffer-number-list'.
6960         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6961         (wl-summary-cursor-move-regex): Eliminated.
6962         (wl-summary-cursor-up): Rewrite.
6963         (wl-summary-cursor-down): Ditto.
6964         (wl-summary-mode-spec-alist): New variable.
6965         (wl-summary-next-message): New inline function.
6966         (wl-summary-cursor-move): New function.
6967         (wl-summary-default-get-next-msg): Rewrite.
6968         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6969         (wl-summary-rescan): Ditto.
6970         (wl-summary-sync-all-init): Ditto.
6971         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6972         summary is not thread view.
6973         (wl-summary-sync-update): Ditto.
6974         (wl-summary-rescan): Ditto.
6975         (wl-summary-make-number-list): New function.
6976
6977         * wl-draft.el: "FCC" -> "Fcc".
6978
6979 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-highlight.el (wl-highlight-summary-window):
6982         Call `set-buffer-modified-p'.
6983
6984         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6985         (wl): Call `elmo-init' and fix.
6986
6987         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6988         Use new variables.
6989
6990         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6991
6992 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6995
6996 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6997
6998         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6999
7000 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7001
7002         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7003         `wl-use-toolbar' nor `display-graphic-p'.
7004         (wl-e21-setup-message-toolbar): Ditto.
7005         (wl-e21-setup-summary-toolbar): Ditto.
7006         (wl-e21-setup-folder-toolbar): Ditto.
7007
7008         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7009         (wl-plugged-init-icons): Ditto.
7010
7011         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7012         `display-graphic-p'.
7013         (wl-plugged-set-folder-icon): Ditto.
7014         (wl-highlight-plugged-current-line): Ditto.
7015         (wl-highlight-folder-current-line): Ditto.
7016         (wl-e21-highlight-folder-group-line): Ditto.
7017         (wl-e21-setup-toolbar): Ditto.
7018         (wl-e21-display-image-p): New macro.
7019
7020         * wl-demo.el (wl-demo): Simplified.
7021         (wl-demo-image-type-alist): Use `image-type-available-p' for
7022         checking whether the image type `xbm' is available.
7023
7024 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7025
7026         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7027         (wl-summary-input-range): Ditto.
7028
7029 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7030
7031         * wl-summary.el (wl-summary-edit-addresses): Use
7032         `wl-summary-get-original-buffer'
7033         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7034         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7035         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7036         (wl-summary-get-newsgroups): Eliminated.
7037         (wl-summary-set-crosspost): Ditto.
7038         (wl-summary-is-crosspost-folder): Ditto.
7039         (wl-crosspost-alist-load): Ditto.
7040         (wl-crosspost-alist-save): Ditto.
7041
7042         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7043         `elmo-setup-subscribed-newsgroups' instead of
7044         `elmo-nntp-make-groups-hashtb'.
7045         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7046         instead of `wl-crosspost-alist-save'.
7047
7048         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7049         of `elmo-folder-message-appendable-p'.
7050         (wl-mime-header-presentation-method): Eliminated.
7051
7052         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7053         (Error occurs in emacs21).
7054
7055         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7056         the current buffer).
7057
7058         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7059         instead of `wl-crosspost-alist-save'.
7060         (wl-init): `elmo-crosspost-message-alist-load'
7061         instead of `wl-crosspost-alist-load'
7062
7063         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7064         (wl-parse-newsgroups): Likewise.
7065         (wl-biff-notify): Run `wl-biff-notify-hook'.
7066
7067 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7070
7071         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7072         when `wl-summary-lazy-highlight' is non-nil.
7073         (wl-summary-goto-folder-subr): Highlight only when
7074         `wl-summary-lazy-highlight' is non-nil.
7075
7076         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7077         Don't display progress and highlight temp-mark when
7078         `wl-summary-lazy-highlight' is non-nil.
7079         (wl-highlight-summary-window): New function.
7080         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7081
7082 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7083
7084         * wl-summary.el (wl-summary-sync): Change `all-visible'
7085         from `all-shown'
7086         (wl-summary-input-range): Ditto.
7087
7088 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7089
7090         * wl-e21.el (wl-highlight-folder-current-line): Call
7091         `wl-folder-init-icons' when folder icons have not been initialized.
7092
7093         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7094
7095         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7096         (wl-demo-image-type-alist): New macro.
7097
7098 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7099
7100         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7101         display does not support graphics.
7102         (wl-plugged-init-icons): Ditto.
7103         (wl-folder-init-icons): Ditto.
7104
7105         * wl-demo.el (wl-demo): Chech closely whether the display
7106         supports graphics.
7107
7108 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7109
7110         * wl-summary.el (wl-summary-get-original-buffer): New function.
7111         (wl-summary-set-crosspost): Use it.
7112         (wl-summary-target-mark-uudecode): Ditto.
7113         (wl-summary-reedit): Ditto.
7114         (wl-summary-resend-bounced-mail): Ditto.
7115         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7116         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7117
7118         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7119         (wl-message-display-internal): Ditto.
7120
7121 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7124
7125 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * wl-summary.el (wl-summary-save-view): Renamed from
7128         `wl-summary-save-status'.
7129
7130 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7131
7132         * wl-summary.el (wl-summary-sync): Added `all-shown'
7133
7134 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7135
7136         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7137
7138 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7139
7140         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7141
7142 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7143
7144         * wl-highlight.el (wl-highlight-summary-line-string): Use
7145         `zerop' instead of `= 0'.
7146         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7147
7148         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7149         for comparing numbers.
7150         (wl-template-prev): Use `zerop' instead of `eq 0'.
7151
7152         * wl-draft.el (wl-draft-insert-current-message): Use
7153         `with-current-buffer' instead of `save-excursion'.
7154         Use `zerop' instead of `eq 0'.
7155
7156 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7157
7158         * wl-draft.el (wl-draft-insert-ccs): New function.
7159         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7160         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7161
7162 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7165
7166 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7167
7168         * wl-expire.el (wl-expire-refile): Don't call
7169         elmo-msgdb-add-msgs-to-seen-list;
7170         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7171         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7172
7173 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * wl-message.el (wl-message-prev-page): Ignore errors while
7176         scroll-down.
7177
7178 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-mime.el: Use elmo-original-message-mode instead of
7181         mmelmo-original-mode.
7182
7183         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7184         `elmo-folder-get-spec';
7185         (wl-fldmgr-add-completion-all-completions):
7186         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7187
7188         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7189         of `elmo-folder-get-type'.
7190
7191         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7192         `elmo-folder-get-spec';
7193         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7194         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7195         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7196         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7197         `elmo-read-msg-no-cache';
7198         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7199         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7200         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7201         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7202         `elmo-cache-save';
7203         (wl-draft-reedit): Use `elmo-message-file-name'.
7204
7205         * wl-expire.el: Use `elmo-folder-name-internal';
7206         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7207         Use macro `wl-summary-buffer-msgdb' instead of variable
7208         `wl-summary-buffer-msgdb';
7209         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7210         Use macro `wl-summary-buffer-folder-name' instead of variable
7211         `wl-summary-buffer-folder-name'.
7212         * wl-score.el: Likewise.
7213
7214         * wl-message.el: Rewrite for new message buffer cache mechanism.
7215         (wl-message-buffer-cache-buffer-get): New macro.
7216         (wl-message-buffer-cache-folder-get): Ditto.
7217         (wl-message-buffer-cache-message-get): Ditto.
7218         (wl-message-buffer-cache-entry-make): Ditto.
7219         (wl-message-buffer-cache-hit): Ditto.
7220         (wl-message-buffer-cache-sort): New function.
7221         (wl-message-buffer-cache-add): Ditto.
7222         (wl-message-buffer-cache-delete): Ditto.
7223         (wl-message-buffer-cache-clean-up): Ditto.
7224         (wl-message-buffer-window): Rewrite.
7225         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7226         (wl-message-buffer-display): New function.
7227         (wl-message-display-internal): New function.
7228
7229 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl-folder.el: Use `elmo-folder-name-internal';
7232         Use `wl-folder-get-elmo-folder';
7233         Use `elmo-folder-list-messages' instead of
7234         `elmo-list-folder';
7235         Use `elmo-folder-get-primitive-list' instead of
7236         `elmo-folder-get-primitive-spec-list';
7237         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7238         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7239         Use `elmo-folder-create' instead of `elmo-create-folder'.
7240         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7241         (wl-folder-get-elmo-folder): New macro.
7242         (wl-folder-elmo-folder-cache-get): Ditto.
7243         (wl-folder-elmo-folder-cache-put): Ditto.
7244         (wl-folder-suspend): Call `elmo-quit'.
7245
7246         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7247         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7248         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7249         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7250         (toplevel): require 'cl.
7251         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7252
7253         * wl-summary.el: Rewrite to use new elmo interface.
7254
7255 \f
7256 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * wl-mime.el (wl-draft-preview-message):
7259         Run `wl-draft-send-hook' before collecting recipients information;
7260         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7261
7262         * tm-wl.el (wl-draft-preview-message): Ditto.
7263
7264 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7265
7266         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7267         wrong recipients are displayed when forwarded message.
7268
7269 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7270
7271         * Version number is increased to 2.5.7.
7272
7273 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7274
7275         * wl-message.el (wl-message-next-page): Bind
7276         `window-pixel-scroll-increment' to nil while scrolling up.
7277
7278 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7279
7280         * wl-vars.el (wl-save-hook): New hook.
7281         * wl.el (wl-save): Call `wl-save-hook'.
7282
7283 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7284
7285         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7286         Argument WITH-ARG instead of NO-ARG (negative mean).
7287         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7288         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7289         * wl-message.el (wl-message-follow-current-entity): Likewise.
7290
7291 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7292
7293         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7294         FROM was optional argument.
7295         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7296
7297 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7298
7299         * Version number is increased to 2.5.6.
7300
7301 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7302
7303         * wl-version.el (wl-version-show): Removed.
7304         (wl-version): Add `interactive'.
7305
7306 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7307
7308         * wl-summary.el (wl-summary-get-petname-func): New variable.
7309         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7310         instead of `wl-address-get-petname-1'.
7311         (wl-summary-simple-from): Ditto.
7312
7313         * wl-address.el (wl-address-get-petname-1): Define as function.
7314
7315 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7318         field in the original message.
7319         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7320
7321 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7322
7323         * wl-expire.el (wl-expire-hide):
7324         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7325
7326 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7329         find decoder for To, Cc, and Subject.
7330
7331 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7334         for checking `elmo-use-buffer-cache'.
7335         (wl-summary-mark-as-important): Fixed typo in comment.
7336
7337 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7340         field in the original message.
7341         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7342
7343 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7344
7345         * wl-expire.el (wl-expire-hide):
7346         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7347
7348 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7351         find decoder for To, Cc, and Subject.
7352
7353 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * Version number is increased to 2.5.5.
7356
7357         * wl-address.el (wl-address-specials-regexp): New constant.
7358         (wl-address-quote-specials): Use it.
7359
7360 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7361
7362         * wl-summary.el (wl-summary-rescan):
7363         Call `wl-summary-buffer-number-column-detect'.
7364         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7365
7366         * wl-message.el (wl-message-mode-map): Define.
7367         (wl-message-decode): Use it as local-map.
7368
7369 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7372         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7373
7374 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7375
7376         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7377
7378         * wl-mule.el (wl-read-event-char): Ditto.
7379
7380         * wl-e21.el (wl-read-event-char): Ditto.
7381
7382         * wl-nemacs.el (wl-read-event-char): Ditto.
7383         (read-event): Removed.
7384
7385         * wl-util.el (toplevel): Removed dummy definition of
7386         `read-event'.
7387         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7388
7389 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7390
7391         * wl-nemacs.el (elmo-archive-call-process): Moved to
7392         elmo-archive.el.
7393
7394 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7397         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7398
7399         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7400         instead of magic-number 6.  Use `not' instead of `null' for symbol
7401         `nil' check (not empty list).
7402         (wl-draft-insert-x-face-field): Fixed paren style.
7403
7404         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7405         one-branch conditional statement, instead of `and' and `if'.
7406         (wl-draft-forward): Likewise.
7407         (wl-draft-add-references): Likewise.
7408         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7409
7410         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7411         conditional steatment.  Use `cond' instead of `if'.
7412         (wl-draft-confirm): Likewise.
7413
7414 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7415
7416         * wl-version.el (wl-version-show): Use `product-string-1'
7417         instead of `wl-version'.
7418         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7419
7420         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7421
7422 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7423
7424         * wl-highlight.el (wl-highlight-headers): Revert
7425         `wl-highlight-x-face-func' argument (`beg' and `end').
7426
7427 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7428
7429         * wl.el (toplevel): Move `product-provide' declare.
7430         * wl-demo.el (toplevel): Ditto.
7431         * wl-dnd.el (toplevel): Ditto.
7432         * wl-highlight.el (toplevel): Ditto.
7433         * wl-message.el (toplevel): Ditto.
7434         * wl-refile.el (toplevel): Ditto.
7435         * wl-util.el (toplevel): Ditto.
7436
7437 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7438
7439         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7440         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7441         (wl-thread-close-all): keep cursor position.
7442
7443 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7444
7445         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7446         (eq x 0).
7447         (wl-generate-user-agent-string-1): Fix conditional statement.
7448
7449 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7450
7451         * wl.el (wl-check-environment): Additional check for
7452         'wl-local-domain' and `wl-message-id-domain'.
7453
7454 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7455
7456         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7457
7458 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7459
7460         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7461         instead of `smtp-sasl-user-realm'.
7462
7463 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7464
7465         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7466
7467 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7468
7469         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7470         to the default value as well as `eword-lexical-analyzer'.
7471
7472 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7473
7474         * wl-version.el (wl-extended-emacs-version,
7475         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7476         `elmo-match-string' instead of `wl-match-string'.
7477
7478 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7479
7480         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7481         docstring.
7482
7483 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7484
7485         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7486
7487 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7488
7489         * wl-highlight.el (wl-highlight-headers): Remove
7490         `wl-highlight-x-face-func' argument (`beg' and `end').
7491
7492 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-summary.el (wl-summary-mark-as-important):
7495         Remove cache if folder is local.
7496
7497 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7498
7499         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7500         to get existing e-mail address string.
7501
7502 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7503
7504         * wl-version.el (wl-generate-user-agent-string): Commentary.
7505         (wl-generate-user-agent-string-1): Use `when' for
7506         one-branch conditional statement, instead of `and' and `if'.
7507         (wl-extended-emacs-version, wl-extended-emacs-version2,
7508         wl-extended-emacs-version3): Ditto.
7509
7510 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7513         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7514         condition-case; Remove initialization.
7515         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7516         (wl-summary-sync-update3): Added argument `sync-all';
7517         Eliminated local variable `msgdb';
7518         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7519         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7520         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7521
7522 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7523
7524         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7525         connection before call `wl-draft-send-mail-with-smtp'.
7526
7527 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * Version number is increased to 2.5.4.
7530
7531 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7532
7533         * wl.el (wl-check-environment): Additional check for
7534         'wl-local-domain' and `wl-message-id-domain'.
7535
7536 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7539         buffer as command specific.
7540         (wl-folder-mark-as-read-all-entity): Ditto.
7541         (wl-folder-prefetch-entity): Ditto.
7542         (wl-folder-drop-unsync-entity): Ditto.
7543
7544         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7545         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7546         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7547
7548         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7549         save-excursion.
7550
7551 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * Version number is increased to 2.5.3.
7554
7555         * wl-summary.el (wl-summary-save-view-cache):
7556         Delete duplicated `write-region';
7557         Use `write-region-as-binary' instead of `as-binary-output-file' and
7558         `write-region'.
7559
7560 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7561
7562         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7563
7564 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7565
7566         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7567         instead of `smtp-via-smtp'.
7568
7569 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7570
7571         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7572
7573 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7574
7575         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7576         instead of `smtp-sasl-user-realm'.
7577
7578 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7579
7580         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7581
7582 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7583
7584         * Version number is increased to 2.5.2.
7585
7586 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7587
7588         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7589         does not exist.
7590         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7591         (wl-biff-start): Call `timer-activate' if timer already exists.
7592
7593         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7594         only when it is bound as function.
7595
7596 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * Version number is increased to 2.5.1.
7599
7600 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7603         Print refile/copy destination.
7604
7605 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7608         queue-flush-only is non-nil.
7609
7610         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7611
7612         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7613         checking cache folder.
7614
7615 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7616
7617         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7618         `regexp-quote'.
7619
7620 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7621
7622         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7623         function.
7624         * wl-summary.el (wl-summary-write-current-folder-functions):
7625         Change default value.  Use it.
7626
7627 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7628
7629         * Version number is increased to 2.5.0.
7630
7631         * wl-version.el (wl-version): Changed codename.
7632
7633 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7634
7635         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7636         (wl-summary-supersedes-message): Ditto.
7637
7638 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7639
7640         * wl-refile.el (wl-refile-guess-functions): Renamed from
7641         `wl-refile-guess-func-list'.
7642
7643 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7644
7645         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7646         Fixed problem when no rule was matched.
7647
7648 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7649
7650         * wl-summary.el (wl-summary-get-mark): Fixed
7651         `wl-summary-buffer-target-mark' check logic.
7652
7653 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7654
7655         * wl-folder.el (wl-folder-write-current-folder): Added group
7656         folder check.
7657
7658         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7659         `wl-summary-write-current-newsgroup'.
7660         (wl-summary-write-current-folder-functions): New variable.
7661         * wl-folder.el (wl-folder-get-newsgroups): New function.
7662         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7663         (wl-folder-write-current-folder): Renamed from
7664         `wl-folder-write-current-newsgroup'.
7665
7666 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7667
7668         * Version number is increased to 2.3.93.
7669
7670 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7671
7672         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7673         (wl-ldap-make-matched-value-list): Ditto.
7674         (wl-ldap-alias-safe-string): Split e-mail address.
7675
7676         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7677         petname folder default was selected.
7678         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7679         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7680
7681 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7682
7683         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7684         to `wl-draft-config-exec'.
7685
7686         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7687         instead of calling `wl-draft-config-exec';
7688         Process group-list and show recipients in minibuffer.
7689
7690         * tm-wl.el (wl-draft-preview-message): Ditto.
7691
7692 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7693
7694         * wl.el (toplevel): Added (C) to copyright notice, and
7695         sync Author header.
7696         * tm-wl.el (toplevel): Ditto.
7697         * wl-address.el (toplevel): Ditto.
7698         * wl-demo.el (toplevel): Ditto.
7699         * wl-dnd.el (toplevel): Ditto.
7700         * wl-draft.el (toplevel): Ditto.
7701         * wl-e21.el (toplevel): Ditto.
7702         * wl-expire.el (toplevel): Ditto.
7703         * wl-folder.el (toplevel): Ditto.
7704         * wl-highlight.el (toplevel): Ditto.
7705         * wl-message.el (toplevel): Ditto.
7706         * wl-mime.el (toplevel): Ditto.
7707         * wl-mule.el (toplevel): Ditto.
7708         * wl-nemacs.el (toplevel): Ditto.
7709         * wl-refile.el (toplevel): Ditto.
7710         * wl-score.el (toplevel): Ditto.
7711         * wl-summary.el (toplevel): Ditto.
7712         * wl-template.el (toplevel): Ditto.
7713         * wl-thread.el (toplevel): Ditto.
7714         * wl-util.el (toplevel): Ditto.
7715         * wl-vars.el (toplevel): Ditto.
7716         * wl-xmas.el (toplevel): Ditto.
7717
7718 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7719
7720         * wl.el (wl-init): Added comment about `wl-init-hook'.
7721         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7722         * wl-vars.el (wl-init-hook): Added docs.
7723         (wl-make-plugged-hook): Removed useless docs.
7724         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7725         * wl-xmas.el (toplevel): Ditto.
7726
7727 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7728
7729         * wl-address.el (toplevel): Fixed multiple Author header format.
7730         * wl-demo.el (toplevel): Ditto.
7731         * wl-draft.el (toplevel): Ditto.
7732         * wl-folder.el (toplevel): Ditto.
7733         * wl-summary.el (toplevel): Ditto.
7734         * wl-thread.el (toplevel): Ditto.
7735         * wl-util.el (toplevel): Ditto.
7736         * wl-vars.el (toplevel): Ditto.
7737         * wl-version.el (toplevel): Ditto.
7738         * wl-xmas.el (toplevel): Ditto.
7739         * wl.el (toplevel): Ditto.
7740
7741         * wl-version.el (toplevel): Added require `elmo-version' for
7742         `product-version-as-string'.
7743
7744 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * wl-vars.el (wl-draft-send-hook): Changed default value to
7747         '(wl-draft-config-exec).
7748
7749         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7750         explicitly.
7751         (wl-draft): Set `wl-draft-config-exec-flag' before running
7752         `wl-mail-setup-hook'.
7753
7754         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7755         `wl-biff-init-icons' to `wl-init-hook' instead of
7756         `wl-make-plugged-hook'.
7757         (Because if `wl-draft' command is invoked at first,
7758         they are not initialized)
7759         Updated copyright notice.
7760
7761         * wl-e21.el (toplevel): Ditto;
7762
7763         * wl-demo.el (toplevel): Updated copyright notice.
7764         * wl-address.el (toplevel): Ditto.
7765         * wl-draft.el (toplevel): Ditto.
7766         * wl-version.el (toplevel): Ditto.
7767         * wl-folder.el (toplevel): Ditto.
7768         * wl-summary.el (toplevel): Ditto.
7769         * wl-thread.el (toplevel): Ditto.
7770         * wl-util.el (toplevel): Ditto.
7771         * wl-vars.el (toplevel): Ditto.
7772         * wl.el (toplevel): Ditto.
7773
7774 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * wl-highlight.el (wl-highlight-message): Fixed problem of
7777         highlighting failure which occured when the last field contains
7778         multiple lines in the draft buffer.
7779
7780         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7781         `wl-biff-start' if plugged.
7782
7783         * wl-util.el (wl-biff-check-folder): New function.
7784         (wl-biff-check-folders): Don't set session name prefix.
7785         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7786         (wl-biff-check-folder-async): Ditto.
7787
7788         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7789         in email address.
7790
7791 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7792
7793         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7794
7795         * wl-draft.el (wl-draft-strip-subject-re): New function.
7796
7797         * wl-draft.el (wl-draft-reply): Use it.
7798
7799 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-message.el (wl-mmelmo-message-redisplay): Use
7802         `mime-display-message' instead of `wl-mime-display-message'.
7803
7804         * wl-mime.el (toplevel): Removed compatibility workaround
7805         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7806         (wl-mime-display-message): Abolished.
7807         (wl-mime-entity-read-field): Ditto.
7808         (wl-mime-combine-message/partial-pieces): Use
7809         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7810
7811 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7812
7813         * wl-template.el: Doc fixes.
7814
7815 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7816
7817         * wl-e21.el (wl-message-overload-functions): Do nothing if
7818         `current-local-map' is not available.
7819         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7820
7821 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7822
7823         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7824         representation.
7825
7826         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7827         number.
7828         (wl-fldmgr-save-folders): Don't use `format' when insert
7829         `wl-fldmgr-folders-header'.
7830
7831 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7832
7833         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7834
7835 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-highlight.el (wl-highlight-message):
7838         Use `std11-field-end' to detect end point of the header field.
7839         Refer `wl-highlight-max-header-size'.
7840
7841         * wl-vars.el (wl-highlight-max-header-size): New variable.
7842
7843         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7844
7845         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7846         Set `for-draft' argument of wl-highlight-headers.
7847         (wl-draft): Ditto.
7848         (wl-draft-reedit): Ditto.
7849         (wl-user-agent-compose-internal): Ditto.
7850
7851 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7852
7853         * wl-message.el (wl-message-add-button): Use overlay.
7854
7855 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7856
7857         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7858
7859         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7860         problem when group-list content is nothing.
7861         (Reported by Mito <mit@nines.nec.co.jp>)
7862
7863 2000-10-18  SAITO Atsunori <sai@yedo.com>
7864
7865         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7866
7867 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7868
7869         * tm-wl.el (toplevel): Use product-provide.
7870
7871 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * Version number is increased to 2.3.92.
7874
7875 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7876
7877         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7878         title text, use `display' property for left margin under Emacs 21.
7879
7880         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7881         properties.
7882         (wl-plugged-init-icons): Ditto.
7883
7884 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7885
7886         * wl.el (wl-save-status, wl-init): Remove last period in
7887         "...done." message.
7888         * tm-wl.el (wl-summary-burst): Ditto.
7889         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7890         wl-summary-resume-cache-status,
7891         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7892         wl-summary-sync-update3, wl-summary-highlight-msgs,
7893         wl-summary-flush-pending-append-operations,
7894         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7895         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7896         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7897         wl-thread-open-all): Ditto.
7898         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7899         * wl-mime.el (wl-summary-burst): Ditto.
7900         * wl-highlight.el (wl-highlight-summary): Ditto.
7901         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7902         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7903         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7904         * wl-address.el (wl-local-address-init): Ditto.
7905
7906 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7907
7908         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7909         `add-text-properties'.
7910         (wl-plugged-init-icons): Ditto.
7911         (wl-folder-init-icons): Use `propertize' instead of
7912         `put-text-property'.
7913         (wl-plugged-set-folder-icon): Ditto.
7914         (wl-e21-highlight-folder-group-line): Ditto.
7915
7916 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * wl-version.el (wl-version-status-alist): New variable.
7919         (wl-version-status): New function.
7920
7921         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7922         "Cc" part of the case "Reply-To".
7923
7924         * wl-draft.el (wl-draft-reply): Use result of
7925         `eword-extract-address-components'.
7926
7927         * wl-demo.el (wl-demo-icon-name): New constant.
7928         (wl-logo-xpm): Use it.
7929         (wl-logo-xbm): Ditto.
7930         (wl-logo-bitmap): Ditto.
7931
7932         * Version number is increased to 2.3.91.
7933
7934 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7935
7936         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7937         (wl-extended-emacs-version, wl-extended-emacs-version2,
7938         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7939         docstring.
7940
7941         * wl-version.el (wl-generate-user-agent-string-1): New function.
7942         (wl-generate-user-agent-string): Use it.
7943
7944         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7945         `mime-edit-insert-user-agent-field'.
7946         (wl-generate-user-agent-string): Check
7947         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7948
7949         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7950         instead of `if', when verbose case.
7951
7952 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7953
7954         * wl-expire.el (wl-summary-expire): Fix.
7955
7956 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7957
7958         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7959         and `elmo-lost+found-folder' if 'wl-draft.
7960         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7961
7962 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7963
7964         * wl-expire.el (wl-summary-expire): Change messages.
7965         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7966         `deleing-info' instead of "Deleting..."
7967
7968 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7969
7970         * wl-summary.el (wl-summary-refile-subr): Fix.
7971
7972 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7973
7974         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7975         if pipe folder.
7976
7977 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7978
7979         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7980
7981 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7982
7983         * wl-expire.el (wl-expire-hide): New function.
7984         (wl-summary-expire): Add `hide'.
7985
7986 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7987
7988         * wl-vars.el (wl-draft-reply-without-argument-list):
7989         Changed default value to consider `Reply-To:'.
7990         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7991
7992         * Version number is increased to 2.3.90.
7993
7994         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7995         elmo-imap4-get-session with unwind-protect.
7996         Don't cause error.
7997         (wl-summary-sync-marks): Don't check plugged nor folder type.
7998         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7999         (Always keep current buffer).
8000
8001 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8002
8003         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8004         Enclose with `save-excursion'.
8005
8006 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8007
8008         * wl-version.el (wl-version): Remove interactive.
8009
8010 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8011
8012         * wl-version.el (wl-generate-user-agent-string): Use
8013         `product-string-verbose' instead of `product-string-1'.
8014
8015 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8016
8017         * wl-vars.el (wl-draft-use-cache): New variable.
8018         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8019         if wl-draft-use-cache is non-nil.
8020
8021 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8022
8023         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8024         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8025
8026 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8029         (wl-thread-msg-mark-as-unread): Ditto.
8030
8031         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8032         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8033         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8034         Don't set mark in summary if return value of `elmo-mark-as-read'
8035         is nil.
8036         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8037         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8038         instead of `wl-thread-msg-mark-as-read'.
8039         (wl-summary-mark-as-unread-region): Ditto.
8040         (wl-summary-target-mark-mark-as-read): Ditto.
8041
8042         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8043
8044 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8047
8048         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8049
8050 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8053         face.
8054
8055 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8056
8057         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8058         `running-xemacs'.
8059
8060 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8061
8062         * wl-version.el (toplevel): Use `product-version-as-string' for
8063         set verstion-string, if defined.
8064
8065         * wl-version.el (wl-version-show): Insert string at point, when
8066         call with argument.
8067
8068         * wl-version.el (wl-generate-user-agent-string): Use
8069         `product-string-1' instead of `wl-appname', `wl-version' and
8070         `wl-codename'.
8071
8072 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8073
8074         * wl-address.el (toplevel): Use product-provide.
8075         * wl-demo.el (toplevel): Ditto.
8076         * wl-dnd.el (toplevel): Ditto.
8077         * wl-draft.el (toplevel): Ditto.
8078         * wl-e21.el (toplevel): Ditto.
8079         * wl-expire.el (toplevel): Ditto.
8080         * wl-fldmgr.el (toplevel): Ditto.
8081         * wl-folder.el (toplevel): Ditto.
8082         * wl-highlight.el (toplevel): Ditto.
8083         * wl-message.el (toplevel): Ditto.
8084         * wl-mime.el (toplevel): Ditto.
8085         * wl-mule.el (toplevel): Ditto.
8086         * wl-nemacs.el (toplevel): Ditto.
8087         * wl-refile.el (toplevel): Ditto.
8088         * wl-score.el (toplevel): Ditto.
8089         * wl-summary.el (toplevel): Ditto.
8090         * wl-template.el (toplevel): Ditto.
8091         * wl-thread.el (toplevel): Ditto.
8092         * wl-util.el (toplevel): Ditto.
8093         * wl-vars.el (toplevel): Ditto.
8094         * wl-xmas.el (toplevel): Ditto.
8095         * wl.el (toplevel): Ditto.
8096
8097 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8098
8099         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8100         instead of product.
8101
8102         * wl-version.el (wl-version): Compile time evalution elmo-version.
8103
8104 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8105
8106         * wl-summary.el (wl-summary-sync-force-update): Append queue
8107         `mark-as-read'if unplugged.
8108
8109 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8110
8111         * wl-version.el: New file.  Use product.el.
8112         * wl.el: add (require 'wl-version).
8113         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8114         for ~/.folders header.
8115         (wl-fldmgr-folders-header): Changed.
8116         * wl-demo.el (wl-demo): Use product.el.
8117
8118         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8119         wl-version.el.
8120         * wl-util.el (wl-version, wl-version-show): Ditto.
8121
8122         * wl-util.el (wl-generate-user-agent-string,
8123         wl-extended-emacs-version, wl-extended-emacs-version2,
8124         wl-extended-emacs-version3): Move to wl-version.el.
8125         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8126         xemacs-codename, mime-edit-insert-user-agent-field,
8127         mime-edit-user-agent-value, mime-editor/version,
8128         mime-editor/codename): Compile warning killer move to
8129         wl-version.el
8130
8131 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8132
8133         * wl-summary.el (wl-summary-refile-subr): Fix.
8134
8135 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8136
8137         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8138         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8139
8140 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8141
8142         * wl.el (wl-check-environment): Check too many `@'.
8143
8144 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8145
8146         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8147
8148 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8149
8150         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8151         wl-draft-reply-myself-without-argument-list): Add variables.
8152         * wl-draft.el (wl-draft-reply): Use it.
8153
8154 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8155
8156         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8157         the 5th argument of `elmo-network-get-spec'.
8158
8159         * wl-thread.el (wl-thread-reparent-children): New inline function.
8160         (wl-thread-delete-message): Use it.
8161
8162         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8163         (wl-summary-score-update-all-lines): Don't use `dolist'.
8164
8165 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8166
8167         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8168         (require 'elmo-msgdb) for inline function.
8169
8170 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8171
8172         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8173
8174 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8175
8176         * wl-score.el (wl-score-headers): Fix for the confusing macro
8177         `elmo-kill-buffer'.
8178
8179 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8180
8181         * wl-summary.el: Don't use the 3rd argument of `require' because
8182         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8183         * wl-util.el: Ditto.
8184         * wl-draft.el: Ditto.
8185
8186 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8187
8188         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8189         window system is not used.
8190
8191 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8192
8193         * wl-thread.el: Don't use `mapcar' only for iteration.
8194         (wl-thread-resume-entity): Ditto.
8195         (wl-thread-delete-message): Ditto.
8196
8197         * wl-summary.el: Bind `dragdrop-drop-functions',
8198         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8199         of `require' for `timezone', `easymenu' and `ps-print';
8200         don't use `mapcar' only for iteration.
8201
8202         * wl-util.el: Bind `mule-version', `nemacs-version',
8203         `emacs-beta-version', `xemacs-codename',
8204         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8205         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8206         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8207         only for iteration.
8208
8209         * wl-score.el: Don't use `mapcar' only for iteration.
8210         (wl-score-simplify-buffer-fuzzy): Ditto.
8211         (wl-score-simplify-subject): Ditto.
8212         (wl-score-headers): Ditto.
8213         (wl-summary-score-update-all-lines): Ditto.
8214
8215         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8216         `enable-multibyte-characters' and `mule-version'.
8217
8218         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8219         `mapcar' only for iteration.
8220
8221         * wl-demo.el: Don't use `mapcar' only for iteration.
8222
8223         * wl-folder.el: Don't use `mapcar' only for iteration.
8224         (wl-folder-open-all): Ditto.
8225         (wl-folder-count-incorporates): Ditto.
8226
8227         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8228         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8229
8230         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8231         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8232         `smtp-connection-type'; specify 3rd argument of `require' for
8233         `timezone'; don't use `mapcar' only for iteration.
8234         (wl-draft-clone-local-variables): Don't use `mapcar'.
8235         (wl-draft-generate-clone-buffer): Ditto.
8236         (wl-user-agent-compose-internal): Ditto.
8237
8238         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8239
8240         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8241         (wl-save-status): Ditto.
8242
8243         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8244         for iteration.
8245
8246 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8247
8248         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8249         removed `Date'.
8250         (wl-fldmgr-make-filter-default): New user option.
8251
8252         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8253         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8254         (wl-fldmgr-filter-completion-alist): Abolish.
8255
8256         * wl.el (wl): Don't check servers if arg is non-nil.
8257
8258         * wl-draft.el (wl-draft-reply): Set only message-id string to
8259         In-Reply-To field.
8260
8261 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * wl-summary.el (wl-summary-pick): Rewrite.
8264
8265         * wl-draft.el (wl-draft-forward): Get references field from
8266         original buffer.
8267         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8268
8269 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8270
8271         * wl-draft.el (wl-draft-forward): Add references field.
8272
8273 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8274
8275         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8276         (wl-draft-reply): Use it.
8277
8278 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8279
8280         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8281         when Emacs 21 is running.
8282
8283         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8284         bindings.
8285
8286 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8287
8288         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8289         XPM icons transparent.
8290
8291         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8292         Emacs 21.
8293
8294 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8295
8296         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8297         nil.
8298
8299         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8300         when it is persistent.
8301         (wl-summary-sync-marks): Changed argument for
8302         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8303         (wl-summary-virtual): Use `elmo-read-search-condition'.
8304         (wl-summary-redisplay-internal): If folder is local, mark as read
8305         even when folder is plugged.
8306
8307 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8308
8309         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8310         of `tool-bar-lines' in the frame parameters.
8311         (after-make-frame-functions, post-command-hook): Don't modify the
8312         value.
8313         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8314         wl-e21-tool-bar-lines): Removed.
8315
8316 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8317
8318         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8319         properties `evaporate' and `wl-momentary-overlay' as well.
8320         (wl-highlight-summary-displaying): Ditto.
8321         (wl-delete-all-overlays): Don't delete overlay which does not have
8322         a property `wl-momentary-overlay'.
8323
8324         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8325         `display-mouse-p' and `display-graphic-p'.
8326         (wl-folder-init-icons): Don't search for XBM or the other files.
8327         (wl-plugged-set-folder-icon): Make icons if and only if
8328         `display-graphic-p' returns non-nil.
8329         (wl-highlight-plugged-current-line): Use `before-string' overlay
8330         property to show icon images.
8331         (wl-highlight-folder-current-line): Ditto.
8332         (wl-e21-highlight-folder-group-line): Ditto.
8333         (wl-e21-highlight-folder-by-numbers): Ditto.
8334         (wl-e21-insert-image): Removed.
8335         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8336         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8337         said.
8338         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8339         `wl-e21-force-switch-toolbar'.
8340         (wl-e21-make-icon-image): Removed.
8341         (wl-e21-setup-toolbar): Don't search for XBM files.
8342         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8343         the default value.
8344
8345 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8346
8347         * wl-util.el (wl-biff-check-folder-async): Set
8348         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8349
8350 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8351
8352         * wl-e21.el (after-make-frame-functions): Add
8353         `wl-e21-force-switch-toolbar'.
8354         (wl-e21-force-switch-toolbar): New function force to switch the
8355         toolbar appearance automatically.
8356         (post-command-hook): Add `wl-e21-switch-toolbar'.
8357         (wl-e21-switch-toolbar): New function to switch the toolbar
8358         appearance automatically.
8359         (wl-e21-tool-bar-lines): New buffer local variable.
8360
8361 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8362
8363         * wl-util.el (wl-biff-check-folders-running): New variable.
8364         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8365         (wl-biff-check-folder-async-callback):
8366         Set `wl-biff-check-folders-running'.
8367         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8368         with unwind-protect.
8369
8370         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8371         Enclose `wl-folder-auto-check' with unwind-protect.
8372
8373         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8374         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8375
8376         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8377
8378         * wl-util.el (wl-biff-notify): New inline function.
8379         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8380         locally.
8381         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8382         folder-list' is 1.
8383         Use `wl-biff-notify'.
8384         (wl-biff-check-folder-async-callback): New function.
8385         (wl-biff-check-folder-async): Ditto.
8386
8387         * wl-folder.el (wl-folder): Don't check folders.
8388         (wl-folder-auto-check): New function.
8389
8390 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8391
8392         * wl-util.el (wl-biff-start) [Emacs19+]:
8393         Use `timer-next-integral-multiple-of-time'.
8394         (wl-biff-check-folders): Use `wl-default-folder'
8395         if `wl-biff-check-folder-list' is nil.
8396
8397 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8398
8399         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8400         instead of `elmo-delete-lists'.
8401
8402 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8403
8404         * wl.el (wl-plugged-toggle-all): Set the value of
8405         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8406         (wl-plugged-toggle): Ditto.
8407         (wl-toggle-plugged): Ditto.
8408         (wl-plugged-init): Ditto.
8409
8410         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8411         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8412         instead of `wl-biff-state-indicator-off' and
8413         `wl-biff-state-indicator-on'; don't modify the value and the type
8414         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8415         (wl-plugged-init-icons): Set icons data to
8416         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8417         instead of `wl-plug-state-indicator-off' and
8418         `wl-plug-state-indicator-on'; don't modify the value and the type
8419         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8420
8421         * wl-vars.el (wl-modeline-biff-state-off,
8422         wl-modeline-biff-state-on, wl-modeline-biff-status,
8423         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8424         wl-modeline-plug-status): New internal variables.
8425         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8426         wl-biff-check-interval, wl-biff-check-folder-list): Change
8427         customization group from `wl-folder' to `wl-highlight'.
8428         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8429         wl-show-plug-status-on-modeline): Defcustomized.
8430
8431         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8432         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8433         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8434         a flag to `mode-line-buffer-identification'.
8435
8436         * wl-e21.el (wl-biff-init-icons): Set icons data to
8437         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8438         instead of `wl-biff-state-indicator-off' and
8439         `wl-biff-state-indicator-on'.
8440         (wl-plugged-init-icons): Set icons data to
8441         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8442         instead of `wl-plug-state-indicator-off' and
8443         `wl-plug-state-indicator-on'.
8444
8445 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8446
8447         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8448         excessive titles.
8449
8450 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8451
8452         * wl.el (wl-plugged-mode): Use revised
8453         `wl-mode-line-buffer-identification'.
8454         (wl-plugged-init): Don't use `force-mode-line-update'.
8455
8456         * wl-xmas.el (wl-draft-overload-functions): Use revised
8457         `wl-mode-line-buffer-identification'.
8458         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8459         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8460         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8461         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8462         `wl-make-plugged-hook';
8463         add `wl-folder-init-icons' and `wl-setup-folder' to
8464         `wl-folder-mode-hook'.
8465
8466         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8467         19 as well.
8468         (wl-mode-line-display-priority-list): New user option.
8469         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8470         Defcustomized.
8471         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8472         Add docs.
8473
8474         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8475         start.
8476         (wl-mode-line-buffer-identification): Revised as a function.
8477
8478         * wl-summary.el (wl-summary-mode): Use revised
8479         `wl-mode-line-buffer-identification'; don't call
8480         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8481         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8482         `wl-xmas-setup-summary'.
8483
8484         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8485         `wl-mode-line-buffer-identification'.
8486
8487         * wl-mule.el (wl-draft-overload-functions): Use revised
8488         `wl-mode-line-buffer-identification'.
8489
8490         * wl-folder.el (wl-make-plugged-alist): Don't call
8491         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8492         (wl-folder): Don't call `wl-folder-init-icons' directly.
8493         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8494         `wl-xmas-setup-folder' directly;
8495         use revised `wl-mode-line-buffer-identification'.
8496         (TopLevel): Don't bind `wl-biff-init-icons',
8497         `wl-plugged-init-icons', `wl-folder-init-icons',
8498         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8499
8500         * wl-e21.el (wl-draft-overload-functions): Use revised
8501         `wl-mode-line-buffer-identification'.
8502         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8503         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8504         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8505         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8506         `wl-make-plugged-hook';
8507         add `wl-folder-init-icons' and `wl-setup-folder' to
8508         `wl-folder-mode-hook'.
8509
8510 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8511             Katsumi Yamaoka    <yamaoka@jpl.org>
8512
8513         * wl.el (wl): Call `wl-biff-start'.
8514         (wl-exit): Call `wl-biff-stop'.
8515         (wl-plugged-mode): Show biff in modeline.
8516         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8517
8518         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8519         (wl-biff-init-icons): New function.
8520         (wl-plugged-init-icons): Don't make too much keymaps.
8521         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8522
8523         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8524         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8525         variables.
8526         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8527         options.
8528
8529         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8530         wl-biff-start, wl-biff-stop): New functions.
8531         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8532         (wl-biff-timer-name): New variable.
8533
8534         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8535
8536         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8537         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8538
8539         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8540         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8541
8542         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8543         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8544         `wl-folder-init-icons' to `ignore' if they are not available.
8545         (wl-folder-mode): Show biff in modeline.
8546
8547         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8548         (wl-biff-init-icons): New function.
8549         (wl-plugged-init-icons): Don't make too much keymaps.
8550         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8551
8552 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8553
8554         * wl-vars.el (wl-strict-diff-folders): Customization Type
8555         and doc fix.  Define as a list of regular expressions for
8556         folders or nil.
8557         * wl-folder.el (wl-folder-check-one-entity): Use
8558         `wl-string-match-member' instead of `wl-string-member' for
8559         `wl-strict-diff-folders'.
8560
8561 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8562
8563         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8564         (wl-highlight-folder-current-line): Use it; new implementation.
8565         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8566         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8567         `defsubst' instead of `defun'.
8568
8569         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8570         `wl-highlight-group-folder-by-numbers'; made it can also be a
8571         number.  See info for more details.
8572
8573         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8574         running.
8575
8576         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8577         to bind them.
8578
8579         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8580         (wl-highlight-folder-current-line): New implementation.
8581
8582         * wl-highlight.el (wl-highlight-folder-group-line): New
8583         implementation.
8584         (wl-delete-all-overlays): Rewrite as a marco.
8585         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8586
8587         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8588         running.
8589         (wl-folder-*-glyph): No need to bind them.
8590
8591         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8592         `wl-e21-highlight-folder-group-icon'; rewrite.
8593         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8594         `defsubst' instead of `defun'.
8595         (wl-folder-mode-map): Bind it when compiling.
8596
8597 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8598
8599         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8600
8601         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8602
8603 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8604
8605         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8606
8607 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8608
8609         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8610         (wl-highlight-folder-current-line): Use it.
8611
8612         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8613         in `id-name'.
8614
8615 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8616
8617         * wl.el: Require `wl-e21' when Emacs 21 is running.
8618
8619         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8620         default when Emacs 21 is running.
8621         (wl-use-highlight-mouse-line): Ditto.
8622         (wl-on-emacs21): New constant.
8623         (wl-on-emacs20): Removed.
8624
8625         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8626         Emacs 21 is running.
8627
8628         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8629         Emacs 21 is running.
8630
8631         * wl-e21.el: New file.
8632
8633 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8634
8635         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8636         (wl-toggle-plugged): Ditto.
8637         (wl-plugged-toggle): Ditto.
8638         (wl-plugged-toggle-all): Ditto.
8639
8640         * wl-vars.el (wl-plug-state-indicator): Refer
8641         `wl-plug-state-indicator-on' indirectly.
8642
8643 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8646         Call `wl-folder-confirm-existence'.
8647
8648         * wl-folder.el (wl-folder-confirm-existence): Added optional
8649         argument `force'.
8650
8651 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8652
8653         * wl-summary.el (wl-summary-refile-subr): Assume
8654         `copy-or-refile' as symbol.
8655         (wl-summary-refile): Follow up above change.
8656         (wl-summary-copy): Ditto.  Doc fix.
8657
8658 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl-summary.el (wl-summary-pick): Don't bind
8661         `elmo-search-mime-charset'.
8662
8663         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8664         default using old backquote style.
8665         (wl-search-mime-charset): Abolished.
8666
8667         * wl-highlight.el (wl-highlight-headers):
8668         Call `point' after `re-search-forward'(for Nemacs).
8669
8670         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8671         for elmo-imap4.el.
8672
8673 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8674
8675         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8676         `wl-message-ignored-field-list' instead of
8677         `mime-view-ignored-field-list'.
8678
8679         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8680         Add interactive spec.
8681         (wl-folder-goto-bottom-of-current-folder): Ditto.
8682         (wl-folder-mode-map): Bind them.
8683
8684         * wl-vars.el (wl-message-ignored-field-list): New variable.
8685         (wl-message-visible-field-list): New variable.
8686
8687         * wl-mime.el (wl-mime-header-presentation-method): New function.
8688         (wl-mime-setup): Set header-presentation-method.
8689
8690 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8691
8692         * wl-nemacs.el (wl-draft-overload-functions): Set
8693         `mode-line-buffer-identification' instead of using
8694         `wl-make-modeline'.
8695
8696         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8697         instead of using `wl-make-modeline'.
8698
8699         * wl-xmas.el (wl-plugged-init-icons): Set up
8700         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8701         (wl-make-modeline): Abolish.
8702         (wl-draft-overload-functions): Set
8703         `mode-line-buffer-identification' instead of using
8704         `wl-make-modeline'.
8705
8706         * wl-util.el (wl-make-modeline-subr): Abolish.
8707         (wl-mode-line-buffer-identification): New alias.
8708
8709         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8710         (wl-summary-make-modeline): Abolish.
8711         (wl-summary-buffer-set-folder): Set
8712         `wl-summary-buffer-folder-indicator'.
8713         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8714         of using `wl-make-modeline'.
8715         (wl-summary-switch-to-clone-buffer): Don't set
8716         `mode-line-buffer-identification'.
8717         (wl-summary-goto-folder-subr): Ditto.
8718
8719         * wl-mule.el (wl-draft-overload-functions): Set
8720         `mode-line-buffer-identification' instead of using
8721         `wl-make-modeline'.
8722
8723         * wl-folder.el (wl-folder-mode): Set
8724         `mode-line-buffer-identification' instead of using
8725         `wl-make-modeline'.
8726         (wl-folder): Don't set `mode-line-buffer-identification'.
8727
8728 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8729
8730         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8731         instead of `member' for `wl-refile-guess-func-list' look-ups.
8732         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8733
8734 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8735
8736         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8737         `wl-message-button-dispatcher'.
8738
8739         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8740
8741         * wl-message.el (wl-message-button-dispatcher): Use it.
8742
8743         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8744         "In-Reply-To".
8745
8746         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8747         Bind `case-fold-search' to t.
8748
8749 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8750
8751         * wl-xmas.el (wl-message-overload-functions): Initialize
8752         `wl-message-button-map'.
8753
8754         * wl-mule.el (wl-message-overload-functions): Initialize
8755         `wl-message-button-map'.
8756
8757         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8758
8759         * wl-message.el (wl-message-button-map): New keymap.
8760         (wl-message-add-button): New function.
8761         (wl-message-button-dispatcher): New function.
8762         (wl-message-button-refer-article): New function.
8763
8764         * wl-highlight.el
8765         (wl-highlight-message-add-buttons-to-header): New function.
8766         (wl-highlight-headers): Use it.
8767
8768 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8769
8770         * wl-summary.el (wl-summary-default-from): Use
8771         `wl-address-get-petname-1'.
8772         (wl-summary-simple-from): Ditto.
8773
8774         * wl-address.el (wl-address-get-petname-1): New inline function.
8775         (wl-address-get-petname): Use it.
8776
8777 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8778
8779         * wl-summary.el (wl-summary-default-from): Return full-name part
8780         from the address if no petname was found.
8781         (wl-summary-simple-from): Ditto.
8782
8783         * wl-address.el (wl-address-get-petname): Return nil if no petname
8784         associated with the address was found.
8785
8786 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8787
8788         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8789         display is finished.
8790
8791 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8792
8793         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8794         `elmo-folder-exists-p' argument.
8795
8796 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8797
8798         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8799         the folder.
8800
8801 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8802
8803         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8804
8805         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8806         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8807
8808 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8809
8810         * wl-folder.el (wl-folder-create-subr): New function.
8811         (wl-folder-confirm-existence): Use it.
8812         (wl-folder-check-one-entity): Use it.
8813         Check the error symbol is derived from 'elmo-open-error.
8814
8815         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8816         `ignore-error'.
8817
8818 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8819
8820         * wl-util.el (toplevel): Add (eval-when-compile (require
8821         'elmo-util)).  (Maybe `provide' is typo.)
8822
8823 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8824
8825         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8826         (I don't know why this was needed.)
8827
8828         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8829         Follow up changes for stream-type.
8830
8831         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8832         (wl-draft-elmo-nntp-send): Ditto.
8833
8834         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8835         (wl-nntp-posting-stream-type): Ditto.
8836         (wl-pop-before-smtp-ssl): Abolished.
8837         (wl-nntp-posting-ssl): Ditto.
8838
8839         * wl-address.el (wl-address-quote-specials): New function.
8840         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8841
8842         * wl-draft.el (wl-draft-reply): Ditto.
8843
8844 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8845
8846         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8847         use function `wl-string-match-assoc'.
8848
8849 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8850
8851         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8852
8853         * wl-draft.el (wl-draft-deduce-address-list): New function.
8854         (wl-draft-parse-mailbox-list): Ditto.
8855         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8856         instead of `smtp-deduce-address-list'.
8857         (wl-draft-on-field-p): Follow group list.
8858
8859         * wl-address.el (wl-address-concat-token): New function.
8860         (wl-address-string-without-group-list-contents): Ditto.
8861         (wl-complete-field-body): Fixed problem of completion
8862         by japanese petname.
8863         (wl-address-make-completion-list): Rewrite.
8864
8865 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8866
8867         * wl-address.el (wl-address-make-completion-list): Completion by
8868         petname.
8869         (wl-complete-field-body): Likewise.
8870
8871 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8872
8873         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8874         contains invalid address syntax.
8875
8876 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8877
8878         * wl-folder.el (wl-folder-check-entity-async): Use
8879         `elmo-nntp-spec-hostname'.
8880
8881 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8882
8883         * wl-summary.el (wl-summary-msgdb-load-async): Use
8884         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8885
8886 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * wl-draft.el (wl-draft-reply): Set argument
8889         `content-transfer-encoding' as nil.
8890
8891 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8892
8893         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8894         `wl-refile-alist'.
8895
8896 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8897
8898         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8899         (wl-draft-edit-string): Ditto.
8900         (wl-draft-forward): Ditto.
8901         * wl-summary.el (wl-summary-write): Ditto.
8902
8903 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * wl-summary.el (wl-summary-sync-update3): Call
8906         `wl-summary-buffer-number-column-detect'.
8907         (wl-summary-buffer-number-column-detect): Search from point-min.
8908
8909 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8912         contains an address which is not included in original to or cc.
8913
8914 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8915
8916         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8917         begin-line does not exist.
8918         * wl-message.el (wl-message-uu-substring): Ditto.
8919
8920 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8921
8922         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8923         clear local variables.
8924         (wl-summary-exit): Call `elmo-commit'.
8925         (wl-summary-switch-to-clone-buffer): Call
8926         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8927         (wl-summary-goto-folder-subr): Ditto.
8928
8929         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8930         POP folder.
8931
8932 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8935         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8936         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8937         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8938         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8939         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8940
8941         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8942
8943 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8944
8945         * wl-summary.el (wl-summary-search-by-subject):
8946         Search parent message from the latest one.
8947
8948 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8951         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8952
8953         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8954         New user option.
8955
8956         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8957         if elmo-nntp-use-killed-list is nil.
8958         Use `elmo-msgdb-append-to-killed-list'.
8959         (Append numbers confirmed as disappeared to the killed list.)
8960         (wl-summary-confirm-appends): Don't display negative number.
8961
8962 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8963
8964         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8965
8966 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8969         range is `all'.
8970         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8971         `elmo-list-bigger-diff'.
8972
8973 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-summary.el (wl-summary-buffer-exit-func):
8976         New buffer local variable.
8977         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8978
8979 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8980
8981         * wl-demo.el (wl-demo): Fix the last change.
8982
8983 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8984
8985         * wl-demo.el (wl-demo): Don't use `eval'.
8986
8987 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8988
8989         * wl-summary.el (wl-summary-buffer-thread-modified):
8990         New buffer-local variable.
8991         (wl-summary-set-thread-modified): New function.
8992         (wl-summary-thread-modified-p): New function.
8993         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8994         (wl-summary-yank-saved-message): Use function
8995         `wl-summary-set-thread-modified'
8996         (wl-summary-switch-to-clone-buffer): Add
8997         `wl-summary-buffer-thread-modified'.
8998
8999         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9000         (wl-summary-buffer-mark-saved-hook): Ditto.
9001         * wl-summary.el (wl-summary-msgdb-save): New hook
9002         `wl-summary-buffer-message-saved-hook' and
9003         `wl-summary-buffer-mark-saved-hook'.
9004
9005 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9006
9007         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9008
9009 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9010
9011         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9012         don't hide scroll bars under FSF Emacsen because it may incur an
9013         undesirable redrawing.
9014
9015 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9016
9017         * wl-draft.el (wl-draft-edit-string): Call
9018         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9019
9020 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9021
9022         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9023
9024 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9025
9026         * wl-summary.el (wl-summary-msgdb-load-async): Call
9027         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9028
9029 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9030
9031         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9032         fringes in demo buffer; center bitmap logo correctly even if old
9033         Mule is used.
9034
9035 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9036
9037         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9038
9039         * wl-refile.el (wl-refile-subject-alist): New variable.
9040         (wl-refile-subject-alist-file-name): Ditto.
9041         (wl-refile-alist-setup): Rewrite.
9042         (wl-refile-alist-save): Use `elmo-object-save'.
9043         Eliminated arguments.
9044         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9045         (wl-refile-guess-by-subject): New function.
9046         (wl-refile-guess-func-list): Added it.
9047
9048 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9049
9050         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9051         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9052
9053 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9054
9055         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9056         New buffer-local variable.
9057         (wl-summary-buffer-next-folder-func): Ditto.
9058         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9059         if non-nil.
9060         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9061         if non-nil.
9062         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9063         if non-nil.
9064         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9065         if non-nil.
9066
9067 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9068
9069         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9070         permanently in the demo buffer.
9071
9072 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9073
9074         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9075         `mime-entity-fetch-field'.
9076
9077         * wl.el (wl-exit): Delete plugged buffer.
9078
9079         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9080         XEmacs has menubar feature.
9081
9082 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9083
9084         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9085         cannot arrive at the beginning of the buffer under old Emacsen.
9086
9087 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9088
9089         * wl-address.el (wl-address-ldap-search):
9090         Call `ldap-search-entries' with `withdn' argument t.
9091         (wl-complete-field-body): Bind completion-ignore-case as t.
9092         Clear ldap search hash when it was sole completion.
9093         Use elmo-string for pattern string.
9094         (wl-ldap-alias-safe-string): Eliminated needless let.
9095
9096 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9097
9098         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9099         (wl-ldap-alias-sep): New constant.
9100         (wl-ldap-search-attribute-type-list): Ditto.
9101         (wl-ldap-get-value): New function.
9102         (wl-ldap-make-filter): Ditto.
9103         (wl-ldap-make-matched-value-list): Ditto.
9104         (wl-ldap-alias-safe-string): Ditto.
9105         (wl-ldap-register-dn-string): Ditto.
9106         (wl-address-ldap-search): Rewrite.
9107
9108 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9109
9110         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9111         thread is deleted.
9112         (wl-thread-delete-line-from-buffer): Ditto.
9113         (wl-thread-get-exist-children): New function.
9114
9115 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9116
9117         * wl-demo.el (wl-demo): Made it to select various image types.
9118         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9119         from `wl-title-logo'.
9120         (wl-logo-ascii): New variable.
9121         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9122         (wl-demo-copyright-notice): New constant.
9123
9124         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9125
9126 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9127
9128         * wl-vars.el (wl-summary-target-above): Renamed from
9129         wl-summary-temp-above.
9130         * wl-score.el (wl-score-get-score-alist): Use it.
9131         (wl-summary-score-update-all-lines): Use it.
9132         * wl-summary.el: Ditto. (make-variable-buffer-local).
9133
9134 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-vars.el (wl-ldap-port): New user option.
9137
9138         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9139         Rewite whole implementation.
9140         (wl-complete-field-body): Fixed.
9141
9142 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9143
9144         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9145         Choose implementation at compile time.
9146
9147 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9148
9149         * wl-address.el (wl-ldap-search-internal): New function.
9150         (wl-complete-field-to): Use it.
9151
9152 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9155         Use `let' instead of `let*'.
9156         Require 'wl-vars.
9157
9158         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9159         Define as defcustom.
9160         (wl-ldap-base): Ditto.
9161         (wl-use-ldap): Ditto.
9162
9163 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9164
9165         * wl-address.el (wl-ldap-search): New function.
9166         (wl-complete-field-body): Use `wl-ldap-search'.
9167         (wl-ldap-server): New variable.
9168         (wl-ldap-base): Ditto.
9169         (wl-use-ldap): Ditto.
9170
9171 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9172
9173         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9174         (Pointed out by Mito <mit@nines.nec.co.jp>).
9175         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9176         buffer-local variables like `wl-summary-redisplay-internal'.
9177         (wl-summary-redisplay-all-header): Likewise.  Update
9178         Summary view too.
9179
9180 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9181
9182         * wl-summary.el (wl-summary-jump-to-parent-message):
9183         Consider prefix argument.
9184
9185         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9186         when closed thread is deleted.
9187
9188 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9189
9190         * wl-summary.el (wl-summary-jump-to-parent-message):
9191         Consider thread modification.
9192
9193 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9194
9195         * wl-message.el (wl-message-normal-get-original-buffer): Use
9196         `save-excursion'.
9197
9198         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9199         (wl-summary-showto-folder-regexp): Ditto.
9200
9201 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9202
9203         * wl-util.el (wl-delete-alist): Doc fix.
9204         (wl-delete-associations): New function.
9205         (wl-inverse-alist): New function.
9206         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9207         Split temporary variables. Use `wl-delete-associations'
9208         and `wl-inverse-alist'.
9209         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9210
9211 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9212
9213         * wl-folder.el (wl-folder-prefetch-entity):
9214         Execute prefetching if new count is unknown.
9215
9216 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9217
9218         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9219
9220         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9221         delete entity.
9222         (wl-thread-set-parent): If insert as top, set linked as nil.
9223
9224         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9225         `wl-thread-cleanup-symbols' when view mode is thread.
9226
9227 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9228
9229         * wl-folder.el (wl-folder-create-folder-entity): Use
9230         with-current-buffer.
9231         (wl-local-folder-init): Call set-buffer to make sure we are in
9232         the Folder buffer. Don't touch buffer-local variables here.
9233         (wl-folder-mode): Initialize buffer-local variables here.
9234
9235         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9236         (wl-folder-entity-assign-id): Ditto.
9237         (wl-folder-create-entity-hashtb): Ditto.
9238         (wl-local-folder-init): Ditto.
9239         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9240
9241 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9242
9243         * wl-summary.el (wl-summary-default-from): Fix probrem when
9244         std11-extract-address-components return (nil "foo@bar").
9245
9246 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9247
9248         * wl-draft.el (wl-draft-clone-local-variables):
9249         Remove redundant `setq'.
9250
9251 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9254         Bind wl-highlight-x-face-func as nil while highlighting header.
9255
9256 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9257
9258         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9259
9260 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9261
9262         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9263         elmo-msgdb-overview-hashtb from copy-variables.
9264         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9265         instead of `elmo-msgdb-overview-get-entity-by-number'.
9266         (wl-summary-auto-refile): Ditto.
9267
9268         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9269         `elmo-msgdb-overview-get-entity' instead of
9270         `elmo-msgdb-search-overview-entity'.  Use
9271         `elmo-msgdb-overview-get-entity' instead of
9272         `elmo-msgdb-overview-get-entity-by-number'.
9273         (wl-thread-insert-entity-sub): Ditto.
9274         (wl-thread-insert-message): Ditto.
9275
9276         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9277         `elmo-msgdb-overview-get-entity'.
9278         (wl-normal-message-redisplay): Ditto.
9279
9280 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9281
9282         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9283         `wl-thread-entities'.
9284         (wl-thread-delete-message): Fix remove top message from
9285         `wl-thread-entity-list'.
9286
9287         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9288         wl-append(nconc), because update-list is broken on Meadow.
9289
9290         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9291         updating process.
9292         (wl-summary-rescan): Ditto.
9293         (wl-summary-sync-update3): Ditto.
9294         * wl-thread.el (wl-thread-set-parent): Renamed from
9295         `wl-summary-set-parent'.
9296         (wl-thread-insert-message): Updating buffer faster.
9297         (wl-thread-delete-message): Updating buffer faster.
9298
9299         * wl-score.el (wl-summary-score-update-all-lines): Changed
9300         interval for display progress gauge.
9301
9302 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9303
9304         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9305         folder always-sticky.
9306         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9307         defmacro.
9308
9309 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9310
9311         * wl-vars.el (wl-draft-add-references): New user option.
9312
9313         * wl-draft.el (wl-draft-add-references): New function.
9314         (wl-draft-yank-from-mail-reply-buffer): Use it.
9315         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9316         as nil.
9317
9318 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9319
9320         * wl-thread.el (wl-thread-update-line-msgs): Called
9321         `wl-thread-update-line-on-buffer-sub'.
9322         (wl-thread-update-line-on-buffer): Delete routine of inserting
9323         thread.
9324         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9325         moved from `wl-thread-update-line-on-buffer'.
9326         Add threshold for displaying progress gauge.
9327         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9328         argument of `wl-thread-update-line-msgs'.
9329         Add threshold for displaying progress gauge.
9330         * wl-folder.el:
9331         Add threshold for displaying progress gauge.
9332         * wl-score.el: Ditto.
9333
9334         * wl-expire.el (wl-summary-expire): Display deleting info.
9335
9336 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9337
9338         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9339         `no-msg'.
9340         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9341         argument of `wl-thread-update-line-msgs'.
9342         (wl-summary-set-parent): Added optional argument `parent-number'.
9343         (wl-summary-buffer-saved-message): New buffer local variable.
9344         (wl-summary-save-current-message): New command.
9345         (wl-summary-yank-saved-message): Ditto.
9346         (wl-summary-mode-map): Added key binding for
9347         `wl-summary-save-current-message' (\ew) and
9348         `wl-summary-yank-saved-message' (\C-y).
9349         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9350
9351 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9352
9353         * wl-summary.el (wl-summary-mode-map): Added key binding for
9354         `wl-summary-set-parent' (ts).
9355
9356 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9357
9358         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9359         subject faster. If thread number is reverse, delayed updating
9360         thread.
9361         (wl-summary-search-by-subject): Ditto.
9362         (wl-summary-put-alike): Ditto.
9363         (wl-summary-get-alike): Ditto.
9364         (wl-summary-insert-headers): Insert header of all overview in
9365         buffer.
9366         (wl-summary-rescan): Delayed updating thread. Kill search subject
9367         buffer for wl-summary-search-by-subject.
9368         (wl-summary-sync-update3): Ditto.
9369         (wl-summary-exit): Ditto.
9370         (wl-summary-goto-bottom-of-current-thread): Change for linked
9371         thread.
9372         (wl-summary-overview-create-summary-line): Change line for linked
9373         thread.
9374
9375         * wl-summary.el (wl-summary-update-thread): Use
9376         wl-thread-maybe-get-children-num.
9377         (wl-summary-set-parent): If change parent, move sub thread.
9378         (wl-summary-redisplay-internal): Add horizontal recenter.
9379         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9380
9381         * wl-thread.el (wl-thread-entity-get-linked): New function.
9382         (wl-thread-entity-set-linked): New function.
9383         (wl-thread-create-entity): Add linked element.
9384         (wl-thread-entity-insert-as-top): Use wl-append.
9385         (wl-thread-maybe-get-children-num): If closing thread, return
9386         children msgs.
9387         (wl-thread-update-line-msgs): Displaying progress message.
9388         (wl-thread-update-line-on-buffer-sub): Use
9389         wl-thread-maybe-get-children-num.
9390         (wl-thread-update-line-on-buffer): If update line is not exists,
9391         insert thread.
9392         (wl-thread-delete-message): If delete top msg of thread, search
9393         parent by subject.
9394         (wl-thread-insert-entity): Use
9395         wl-thread-maybe-get-children-num.
9396
9397         * wl-highlight.el (wl-highlight-summary-current-line): change
9398         sregexp for linked thread.
9399         * wl-util.el (wl-count-lines): Count lines.
9400         (wl-horizontal-recenter): horizontal recenter.
9401         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9402         (wl-score-get-alike): Ditto.
9403         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9404         (wl-subject-length-limit): New variable.
9405         (wl-highlight-thread-indent-string-regexp): Changed for linked
9406         thread.
9407
9408 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9409
9410         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9411         New variable (revival).
9412         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9413         by subject matching if there's no in-reply-to nor references field
9414         (revival).
9415
9416 \f
9417 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9418
9419         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9420         message.
9421
9422 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9423
9424         * wl-summary.el (wl-summary-reply): Return t if there was a
9425         message at cursor point.
9426         Added unwind-protect.
9427         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9428         returns t.
9429         (wl-summary-cancel-message): Do nothing when there's no message at
9430         cursor point.
9431         (wl-summary-forward): Ditto.
9432         (wl-summary-jump-to-parent-message): Ditto.
9433         (wl-summary-reedit): Ditto.
9434         (wl-summary-edit-addresses): Ditto.
9435         (wl-summary-pipe-message): Ditto.
9436         (wl-summary-print-message-with-ps-print): Ditto.
9437         (wl-summary-print-message): Ditto.
9438         (wl-summary-mark-as-important): Ditto.
9439         (wl-summary-mark-as-unread): Ditto.
9440
9441         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9442         message at cursor point.
9443         (wl-summary-reply-with-citation): Remove unwind-protect.
9444
9445         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9446         subject searching feature.
9447         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9448         Eliminated.
9449
9450 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9451
9452         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9453         New variable.
9454         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9455         by subject matching if there's no in-reply-to nor references field.
9456
9457         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9458
9459         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9460         when display is finished.
9461         (wl-folder-open-all): Ditto.
9462         (wl-folder-update-access-group): Ditto.
9463         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9464         * wl-thread.el (wl-thread-close-all): Ditto.
9465
9466         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9467         progress gauge only when it was displayed.
9468         * wl-folder.el (wl-folder-insert-entity): Ditto.
9469
9470 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9471
9472         * wl-summary.el (wl-summary-incorporate): Enclose
9473         `wl-summary-sync-force-update' with save-excursion.
9474
9475 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9476
9477         * wl-summary.el (wl-summary-prefetch-region):
9478         Pass current cursor point to `pos-visible-in-window-p' after
9479         moving cursor to the started point.
9480
9481 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9482
9483         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9484
9485         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9486         fields from the forwarding message.
9487         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9488         `ignored-fields'.
9489
9490 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9491
9492         * wl-mime.el (wl-message-request-partial):
9493         Eliminated argument `msgdb'.
9494         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9495         (wl-mime-combine-message/partial-pieces): Likewise.
9496         * tm-wl.el (wl-message-request-partial): Likewise.
9497         (wl-mime-combine-message/partial-pieces): Likewise.
9498
9499 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9500
9501         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9502         when display is finished.
9503
9504 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9505
9506         * wl-summary.el (wl-summary-goto-folder-subr):
9507         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9508
9509 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9510
9511         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9512         when cursor point is visible.
9513
9514 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9515
9516         * wl-expire.el (wl-expire-archive-get-max-number):
9517         Don't use `file-name-directory'.
9518
9519 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9520
9521         * wl-expire.el (wl-expire-archive-get-max-number):
9522         Use `file-name-directory'.
9523
9524 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9525
9526         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9527         only when there is progress.
9528
9529 2000-04-13  Mito <mit@nines.nec.co.jp>
9530
9531         * wl-summary.el (wl-summary-sync-marks): Display progress.
9532
9533 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9534
9535         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9536         (wl-summary-prev): Move cursor regardless of unread status.
9537         (wl-summary-next): Ditto.
9538
9539 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9540
9541         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9542         Added argument `target' and `number'.
9543         * tm-wl.el (wl-summary-burst-subr): New function.
9544         (wl-summary-burst): Use it.
9545
9546 2000-04-10  Mito <mit@nines.nec.co.jp>
9547
9548         * wl-mime.el (wl-burst): New function.
9549         (wl-summary-burst): Use it.
9550
9551 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9552
9553         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9554         as petname when there's no candidate.
9555
9556 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9557
9558         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9559         New variable.
9560         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9561
9562         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9563
9564         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9565
9566 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9569         Use substring of `original' instead of buffer-substring.
9570         (wl-refile-evaluate-rule):
9571         Set `original' argument of wl-refile-expand-newtext.
9572
9573         * wl-summary.el
9574         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9575         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9576         (wl-summary-auto-refile): Check existence of destination folder just
9577         before marking.
9578
9579 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9580
9581         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9582         when wl-refile-get-field-value return nil.
9583
9584 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9585
9586         * wl-refile.el
9587         (wl-refile-expand-newtext): New function imported from Gnus.
9588         (wl-refile-evaluate-rule): Use it.
9589
9590 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9591
9592         * wl-summary.el (wl-summary-print-destination):
9593         Duplicate folder string to avoid putting text-property on
9594         original string.
9595
9596         * wl-refile.el (wl-refile-get-field-value): New function.
9597         (wl-refile-evaluate-rule): New function;
9598         Evaluate refile rule recursively.
9599         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9600         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9601         New function; Check existence of a target folder recursively.
9602         (wl-summary-auto-refile-check-refile-rule-alist):
9603         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9604
9605 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9606
9607         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9608
9609         * wl-folder.el (wl-create-folder-entity-from-buffer):
9610         Fixed problem when '}' character is contained in folder name.
9611
9612         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9613
9614 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9615
9616         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9617         (wl-fldmgr-add-completion-all-completions):
9618         Use wl-fldmgr-add-completion-hashtb.
9619
9620 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9621
9622         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9623         wl-fldmgr-add-completion-subr): New functions.
9624         * wl-folder.el (wl-folder-completion-func): New variable.
9625         * wl-summary.el (wl-summary-read-folder):
9626         Use wl-folder-completion-func.
9627
9628         * wl-refile.el: Eliminate throw & catch.
9629
9630         * wl.el (wl-plugged-sending-queue-status): Fixed.
9631
9632 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9633
9634         * wl-draft.el (wl-draft): Put category property on
9635         mail-header-separator.