053f8effcd10ce58f336536b8f180e3bb19e25be
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
4         definition for `m'.
5         (wl-summary-mode-line-format): Add '[%m]'.
6         (wl-message-mode-line-format-spec-alist): Ditto.
7         (wl-summary-display-mime-mode-list): New variable.
8
9         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
10         from wl-summary-buffer-display-as-is.
11         (wl-summary-buffer-display-all-header): New buffer local variable.
12         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
13         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
14         instead of wl-summary-buffer-display-as-is.
15         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
16         (wl-summary-set-persistent-mark): Ditto.
17         (wl-summary-set-message-buffer-or-redisplay): Just call
18         `wl-summary-redisplay-internal' without optional arguments.
19         (wl-summary-toggle-mime): Rewrite.
20         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
21         (wl-summary-toggle-all-header): New function.
22         (wl-summary-redisplay-internal): Treat mime mode.
23
24         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
25         to wl-mime-preview-follow-no-mime.
26         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
27         accodring to the display-mode.
28
29         * wl-message.el (wl-message-buffer-display-type): Rewrite.
30         (wl-message-buffer-display): Changed argument name from `as-is' to
31         `mode'.
32         (wl-message-display-internal): Ditto;
33         Bind elmo-mime-display-header-analysis according to the mode.
34         (wl-message-display-internal): Put wl-message-display-mime-mode
35         property on entire buffer.
36
37 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
38
39         * wl-draft.el (wl-draft-do-fcc): Undo last change.
40
41 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
42
43         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
44         Don't extract mail address.
45         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
46
47         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
48
49         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
50
51 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
52
53         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
54         wl-fldmgr-cut-entity-list on confirmation.
55
56 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
57
58         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
59         (wl-mime-quit-preview): Check existence of
60         mime-edit-temp-message-buffer here.
61
62 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
65         after deletion.
66
67         * wl-draft.el (wl-draft-send-confirm): Check major-mode
68         before calling wl-mime-quit-preview.
69
70 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-summary.el (wl-summary-pick): If call it with prefix
73         argument, set `delete-marks' as non-nil. Pick from only visible
74         messages.
75         (wl-summary-check-target-mark): New function.
76         (wl-summary-target-mark-mark-as-read): Use it.
77         (wl-summary-target-mark-mark-as-unread): Ditto.
78         (wl-summary-target-mark-operation): Ditto.
79         (wl-summary-target-mark-set-flags): Ditto.
80         (wl-summary-target-mark-save): Ditto.
81         (wl-summary-target-mark-pick): Ditto.
82         (wl-summary-target-mark-forward): Ditto.
83         (wl-summary-target-mark-reply-with-citation): Ditto.
84         (wl-summary-target-mark-print): Ditto.
85         (wl-summary-target-mark-uudecode): Ditto.
86
87         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
88         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
89         with `ask-coding' is non-nil.
90
91 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * wl-thread.el (wl-thread-set-parent): If parent is a message
94         which is identified by references, set linked as nil.
95
96 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
97
98         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
99         (wl-message-mode-line-format-spec-alist): Ditto.
100         (wl-message-mode-line-format): Ditto.
101         (wl-summary-mode-line-format): Ditto for docstring.
102         (wl-summary-no-mime-folder-list): Fix typo.
103
104         * wl-util.el (wl-current-message-buffer): Call
105         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
106
107         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
108         variable.
109         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
110         of `wl-summary-redisplay-no-mime'.
111         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
112         (wl-summary-toggle-mime): New function.
113         (wl-summary-redisplay-all-header): Rewrite.
114         (wl-summary-redisplay-no-mime): Ditto.
115         (wl-summary-redisplay-internal): Added argument `as-is' and
116         `all-header'.
117
118         * wl-refile.el (wl-refile-default-from-folder-path-separator):
119         New variable.
120         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
121         bottom.
122         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
123         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
124         "/" unconditionally.
125
126         * wl-mime.el (wl-draft-yank-current-message-entity): Use
127         wl-mime-preview-follow-no-mime for as-is content.
128         (wl-mime-preview-follow-no-mime): New function.
129         (wl-mime-preview-follow-current-region): Fixed parenthesis.
130
131         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
132         and added `as-is', `all-header'.
133         (wl-message-buffer-display): Ditto.
134         (wl-message-buffer-display-type): New function.
135
136 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-vars.el (wl-message-header-button-alist): Change default
139         value.
140         (wl-message-body-button-alist): Ditto.
141
142 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
143
144         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
145
146 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
149
150 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
151
152         * wl-summary.el (wl-summary-sync-marks): Remove condition which
153         is always true.
154
155 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
158         on null entity.
159
160 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
161
162         * wl-vars.el (wl-draft-reply-default-position): Fix range.
163
164 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-vars.el (wl-summary-resend-hook): New hook.
167
168         * wl-action.el (wl-summary-exec-action-resend-subr): Run
169         `wl-summary-resend-hook'.
170
171 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
172
173         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
174         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
175         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
176         (wl-summary-new-cached-mark): Changed default value to 'n'.
177         (wl-summary-unread-cached-mark): Changed default value to 'u'.
178         (wl-summary-answered-cached-mark): Changed default value to 'a'.
179         (wl-folder-sync-range-alist): Remove spec for 'flag.
180         (wl-summary-force-prefetch-folder-list): New user option.
181
182         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
183         `wl-summary-toggle-persistent-mark'.
184         (wl-summary-update-mark-and-highlight-window): Don't highlight when
185         number is nil.
186         (wl-summary-mark-as-answered-region): Set interactive argument of
187         `wl-summary-set-persistent-mark-internal'.
188         (wl-summary-mark-as-important-region): Ditto.
189         (wl-summary-unset-persistent-mark): Ditto.
190         (wl-summary-set-persistent-mark): Ditto.
191         (wl-summary-mark-as-answered): Ditto.
192         (wl-summary-mark-as-important): Ditto.
193         (wl-summary-set-persistent-mark-internal): Do nothing
194         when `elmo-message-flag-available-p' is nil.
195         (wl-summary-toggle-persistent-mark): New function.
196         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
197         when the folder matches `wl-summary-force-prefetch-folder-list'.
198
199
200         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
201         when number is nil.
202         (wl-highlight-summary-forwarded-face): New face.
203
204 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
205
206         * Version number is increased to 2.11.31.
207
208 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
211         (wl-biff-check-folder-async): Ditto.
212         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
213
214 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
215
216         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
217         Add an argument `reverse'.  All callers are updated.
218         (wl-summary-sort): Add a prefix argument `reverse' to specify
219         reverse sorting.
220         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
221         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
222         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
223
224 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-message.el (wl-message-redisplay): Does not narrow header if
227         disply-type is all-header or as-is.
228
229         * wl-summary.el (wl-summary-enter-handler): Use
230         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
231
232 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
233
234         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
235         after adding wl-draft-parent-variables.
236         (wl-draft-forward): Ditto.
237
238 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
239
240         * wl-summary.el (wl-summary-sync-marks): Call
241         `wl-summary-set-persistent-mark' and
242         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
243         (wl-summary-set-persistent-mark-internal): Add 4th argument
244         `no-server'.
245         (wl-summary-unset-persistent-mark): Ditto.
246         (wl-summary-set-persistent-mark): Ditto.
247         (wl-summary-add-flags-internal): Abolish.
248         (wl-summary-remove-flags-internal): Ditto.
249         (wl-summary-mark-as-important-internal): Ditto.
250         (wl-summary-mark-as-important): Use
251         `wl-summary-set-persistent-mark' instead of
252         `wl-summary-add-flags-internal'.
253         (wl-summary-mark-as-important-region): Ditto.
254
255         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
256
257         * wl-summary.el (wl-summary-get-available-flags): New function.
258         (wl-summary-sync-marks): Use it and simplified.
259         (wl-summary-unset-persistent-mark): Use
260         `wl-summary-get-available-flags'.
261         (wl-summary-set-persistent-mark): Ditto.
262
263 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
264
265         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
266         id.
267
268 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-summary.el (wl-summary-enter-handler): If argument is not a
271         number, call `wl-summary-prev-line-content'. Show message when the
272         message is not found.
273
274 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
275
276         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
277         wl-summary-enter-handler.
278         (wl-summary-enter-handler): New command.
279
280         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
281         docstring and custom spec.
282
283         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
284         flags too; Don't treat Cached and New.
285         (wl-summary-set-persistent-mark): Ditto.
286
287         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
288         `wl-folder-set-flag'.
289
290         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
291         instead of `wl-folder-set-flag'.
292
293         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
294         for completion.
295         (wl-summary-set-persistent-mark): Ditto.
296
297         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
298         instead of `wl-draft-quit-preview'.
299
300         * wl-mime.el (toplevel): Avoid compile warning.
301         (wl-mime-quit-preview): New function
302         (formarly defined as `wl-draft-quit-preview').
303         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
304         quitting method.
305
306         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
307
308         * wl-folder.el (wl-folder-set-flag): Renamed from
309         `wl-draft-set-flag-on-parent'.
310
311         * wl-draft.el (wl-draft-quit-preview): New function.
312         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
313         (wl-draft-send): Call `wl-folder-set-flag' instead of
314         `wl-draft-set-flag-on-parent'.
315         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
316
317 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
320         (wl-draft-send): Ditto.
321
322 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
323
324         * wl-vars.el (wl-draft-reply-hook): Changed default value.
325         (wl-draft-kill-pre-hook): Set default value as nil.
326         (wl-summary-reply-hook): Ditto.
327         (wl-draft-kill-flags): Abolish.
328
329         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
330         (wl-draft-parent-variables): Renamed from
331         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
332         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
333         argument; Add wl-draft-parent-variables to
334         wl-draft-config-variables.
335         (wl-draft-reply): Likewise.
336         (wl-draft-kill-flags): Abolish.
337         (wl-draft-send): Call wl-draft-set-flag-on-parent.
338         (wl-draft-set-flag-on-parent): New function.
339         (wl-draft-setup-parent-flag): Ditto.
340
341 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
342
343         * wl-draft.el (wl-draft-kill-flags): Avoid error when
344         `wl-draft-parent-folder' is "".
345
346 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
347
348         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
349         (wl-summary-digit-jump): New function.
350         (Adviced by John Owens and Hiroya Murata)
351
352         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
353         (Adviced by John Owens)
354
355         * wl-xmas.el (wl-message-define-keymap): Ditto.
356
357         * wl-mule.el (wl-message-define-keymap): Ditto.
358
359 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
362         change of return value of elmo-folder-count-flags.
363
364         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
365         (wl-summary-mark-as-read-internal): Ditto.
366         (wl-summary-set-persistent-mark-internal): Ditto.
367         (wl-summary-folder-info-update): Ditto.
368         (wl-summary-sync-update): Fixed the last change.
369
370         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
371
372 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
373
374         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
375         (wl-draft-kill-flags): Fixed docstring.
376
377         * wl-draft.el (wl-draft-kill-flags): New function.
378         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
379
380 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
381
382         * wl-vars.el (wl-reply-hook): Abolish.
383         (wl-draft-reply-hook): New hook.
384         (wl-summary-reply-hook): Ditto.
385         (wl-draft-forward-hook): Ditto.
386         (wl-summary-forward-hook): Ditto.
387         (wl-draft-kill-flags): New variable.
388
389         * wl-summary.el (wl-summary-mark-as-answered-region): Use
390         wl-summary-set-persistent-mark-internal.
391         (wl-summary-sync-marks): Use elmo-preserved-flags.
392         (wl-summary-update-persistent-mark): Make it interactive.
393         (wl-summary-set-persistent-mark-internal): New inline function.
394         (wl-summary-mark-as-answered): Use it.
395         (wl-summary-mark-as-unanswered): Ditto.
396         (wl-summary-unset-persistent-mark): New function.
397         (wl-summary-set-persistent-mark): Ditto.
398         (wl-summary-reply): Don't set answered flag;
399         Run wl-summary-reply-hook instead.
400         (wl-summary-forward): Call wl-draft-forward with number.
401         Run wl-summary-forward-hook.
402
403         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
404         (wl-highlight-summary-line-face-spec): Use it as a default
405         persistent mark face.
406
407         * wl-draft.el (wl-draft-forward): Added optional argument number;
408         Set wl-draft-parent-number; Run wl-draft-forward-hook.
409         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
410         (wl-draft-kill): Use wl-draft-kill-flags.
411
412         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
413
414         * wl-folder.el (wl-folder-check-one-entity): Follow the change
415         of return value of elmo-folder-count-flags.
416
417         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
418
419         * wl-summary.el (wl-summary-count-unread): Ditto.
420         (wl-summary-sync-update): Follow the change above.
421         (wl-summary-force-prefetch): New function.
422
423 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
424
425         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
426         variable `buf' with `let' instead of `setq'.
427
428 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
429
430         * wl-mime.el (wl-message-delete-current-part): If filename exists,
431         add Content-Disposition heaeder on the deleted part.
432
433 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-draft.el (wl-draft-save): Encode address list under edit by
436         `eword-encode-unstructured-field-body'.
437
438         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
439
440 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
443         wl-current-summary-buffer.
444
445 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
446
447         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
448         `numbers' is ignored.
449
450 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-folder.el (wl-folder-open-folder): Avoid error.
453         Reported by John Owens, [wl-en:815]
454
455         * wl.el (wl): Set timer for biff process even if prefix argument
456         is given or auto-checking is quitted.
457
458         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
459         immediately.
460         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
461         (wl-toggle-plugged): Ditto.
462
463         * wl-vars.el (wl-biff-use-idle-timer): New variable.
464         * wl-util.el (wl-biff-start): Use idle timer if
465         `wl-biff-use-idle-timer' is non-nil.
466
467 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
468
469         * wl-highlight.el (wl-highlight-message): Fix description.
470
471 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
472
473         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
474         tty.
475
476 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
477
478         * wl-action.el (wl-summary-exec): Print failure count.
479
480 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
481
482         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
483         to `defun', remove interactive form.
484         Set elmo-message-fetch-confirm when force-reload is non-nil.
485
486 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-summary.el (toplevel): Removed unnecessary autoload.
489
490 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
491
492         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
493         the buffer is generated from another message buffer.
494
495 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
496
497         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
498         extracted from `wl-fldmgr-save-folders'.
499         (wl-fldmgr-delete): Call it after deletion.
500
501 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
504         multi-tty support.
505
506 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
507
508         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
509
510 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
511
512         * wl-summary.el (wl-summary-rescan): Remove unused variables.
513         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
514
515 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
518         unsubscribe list only if argument CLEAR is nil.
519
520 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl-draft.el (wl-draft-reply): Decode subject before removing
523         Re: prefix.
524
525 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
526
527         * wl-summary.el (wl-summary-sort-by-size): New command.
528
529 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-summary.el (wl-summary-number-list-from-region): New
532         function.
533         (wl-summary-mark-as-read-region): Use it.
534         (wl-summary-mark-as-unread-region): Ditto.
535         (wl-summary-set-flags-region): Ditto and add optional argument
536         remove.
537         (wl-summary-mark-as-answered-region): Ditto.
538         (wl-summary-mark-as-important-region): Ditto.
539         (wl-summary-target-mark-mark-as-important): Added optional
540         argument remove.
541         (wl-summary-target-mark-mark-as-answered): Ditto.
542         (wl-summary-target-mark-set-flags): Ditto.
543
544 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-summary.el (wl-summary-set-flags-region): Call
547         `wl-summary-set-flags-internal' with number list instead of call
548         one by each message.
549         (wl-summary-target-mark-set-flags): Likewise.
550
551 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-summary.el (wl-summary-target-mark-operation): Add optional
554         argument `inverse' and use `wl-summary-delete-all-target-marks'.
555         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
556         (wl-summary-target-mark-mark-as-answered): Likewise.
557
558 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
559
560         * wl-summary.el (wl-summary-target-mark-forward): Use
561         `wl-summary-delete-all-target-marks' instead of
562         `wl-summary-delete-all-temp-marks'.
563         (wl-summary-target-mark-reply-with-citation): Ditto.
564         (wl-summary-target-mark-uudecode): Ditto.
565         (wl-summary-target-mark-set-flags): Ditto and remove needless
566         cursor move.
567
568 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
569
570         * wl-summary.el (wl-summary-target-mark-forward): Protect
571         wl-summary-buffer-target-mark-list from nreverse.
572         (wl-summary-target-mark-reply-with-citation): Ditto.
573
574 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-thread.el (wl-thread-update-indent-string-thread): Use
577         `elmo-display-progress-threshold'.
578
579 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
582         check `wl-summary-highlight'.
583         (wl-summary-window-scroll-functions): Respect value of
584         `wl-summary-highlight'.
585         (wl-summary-sync-update): Run hooks
586         `wl-summary-buffer-window-scroll-functions' at any time.
587
588 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
589
590         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
591         from `wl-summary-cleanup-temp-marks'.
592         (wl-summary-cleanup-temp-marks): Abolish argument.
593         * wl.el (wl-save-status): Revert previous change.
594         (wl-execute-temp-marks): New function, call
595         `wl-summary-exec-with-confirmation'.
596         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
597         (wl-folder-save-and-exec-marks): Abolished.
598
599 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-e21.el (wl-e21-display-image-p): Respect
602         `wl-highlight-folder-with-icon'.
603         (wl-e21-highlight-folder-group-line): Highlight mouse line
604         even if wl-e21-display-image-p is nil.
605
606         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
607         Respect value of `wl-summary-highlight'.
608
609         * wl.el (wl-save-status): Remove unused variable.
610
611         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
612         (wl-folder-mode-map): Bind it to "x".
613
614 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
615
616         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
617
618         * wl-thread.el (wl-thread-get-parent-list): Don't check
619         disconnected ancestors, neglecting needless work in
620         `wl-thread-update-indent-string-thread'.
621
622         * wl.el (wl-save): Take prefix argument to execute remaining marks.
623         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
624         argument, add argument default-keep to keep marks by default.
625
626         * Version number is increased to 2.11.30.
627
628         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
629         customization type and docstring.
630         (wl-draft-reply-without-argument-list): Ditto.
631
632 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
635
636         * wl-spam.el (wl-spam-mark-action-list): Ditto.
637
638 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
641
642 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
643
644         * wl-draft.el (wl-draft-config-exec): Narrow the range of
645         save-excursion so as not to include run-hooks.
646
647 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
648
649         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
650         Clarify that marks are going to be cleared.
651
652 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
655         according to 3rd element of wl-summary-flag-mark.
656
657         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
658
659 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-action.el (wl-summary-target-mark-all): Don't set
662         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
663
664 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
667         (wl-forward-subject-prefix): Ditto.
668         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
669         (wl-draft-reply-make-subject): Ditto.
670
671         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
672         `wl-draft-forward'.
673         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
674
675 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
676
677         * wl-action.el (wl-summary-target-mark-set-action): Stop if
678         target message does not exist.
679
680 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
681
682         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
683         `wl-subject-prefix-regexp'.
684         (wl-subject-forward-prefix-regexp): New variable.
685         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
686         `wl-draft-strip-subject-re' and take regexp as argument.
687         (wl-draft-forward): Use it.
688         (wl-draft-reply): Ditto.
689
690 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
691
692         * wl-e21.el (wl-highlight-plugged-current-line): Change for
693         emacs multi-tty support.
694
695 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
696
697         * wl-e21.el (wl-e21-display-image-p): Don't call
698         `display-images-p'.
699         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
700         support.
701         (wl-highlight-folder-current-line): Ditto.
702         (wl-folder-init-icons): Ditto.
703
704 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
705
706         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
707         the last line of summary in unplugged mode.
708
709 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
710
711         * wl-vars.el (wl-refile-rule-alist): Doc fix.
712
713 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-vars.el (wl-user-mail-address-regexp): New variable.
716         * wl-address.el (wl-address-user-mail-address-p): Use it.
717         (wl-address-delete-user-mail-addresses): Ditto.
718         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
719
720         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
721         (wl-address-delete-user-mail-addresses): Ditto.
722
723         * wl-address.el (wl-address-delete-user-mail-addresses): New
724         function.
725         * wl-refile.el (wl-refile-guess-by-history): Use it.
726         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
727         (wl-draft-make-mail-followup-to): Ditto and fix logic.
728
729         * wl-draft.el (wl-draft-edit-string): To judge sender address,
730         use wl-address-user-mail-address-p.
731
732 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
733
734         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
735         after opening group.
736
737 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
740         of elmo-set-buffer-multibyte.
741
742         * wl-message.el (wl-original-message-mode): Ditto.
743
744         * wl-score.el (wl-score-insert-header): Ditto.
745
746         * wl-summary.el
747         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
748         (wl-summary-goto-folder-subr): Ditto.
749         (wl-summary-insert-headers): Ditto.
750
751         * wl-util.el (wl-set-string-width): Ditto.
752
753         * Version number is increased to 2.11.29.
754
755 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
756
757         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
758         (wl-highlight-summary-line-help-echo-alist): New variable.
759         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
760         into `wl-highlight-summary-line-help-echo' and
761         `wl-highlight-flag-folder-help-echo'.
762         (wl-highlight-summary-line-string): Change accordingly.
763         (wl-highlight-summary-current-line): Ditto.
764
765 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-highlight.el (wl-highlight-message): Ignore white spaces
768         at the beginning of field body (Thanks to Markus Knittig).
769
770         * wl-draft.el (wl-draft-insert-current-message): Also check
771         summary buffer, remove unnecessary tag.
772
773 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
774
775         * wl-draft.el (wl-draft-insert-current-message): Cause error also
776         when wl-message-buffer is nil.
777
778         * wl-folder.el (wl-folder): Abolish unused argument.
779         Call wl-folder-init when wl-folder-entity is nil.
780         * wl.el (wl): Change accordingly.
781
782 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
785         multibyte string before insert into draft buffer.
786         (wl-draft-create-buffer): Always enable multibyte characters for
787         draft buffer.
788
789         * Version number is increased to 2.11.28.
790
791 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
792
793         * wl-folder.el (wl-folder-open-close): Handle blank line.
794         (wl-folder-jump-to-current-entity): Ditto.
795
796 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
797
798         * Version number is increased to 2.11.27.
799
800 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-thread.el (wl-thread-insert-message): When the thread is
803         devided by wl-summary-max-thread-depth, insert line at the end of
804         buffer.
805
806 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * Version number is increased to 2.11.26.
809
810 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
811
812         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
813
814 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
815
816         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
817         value of stream-type and session.
818
819 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * Version number is increased to 2.11.25.
822
823 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
824
825         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
826         in a quit message.
827
828 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
831         (wl-summary-redisplay-no-mime-internal): Ditto.
832
833 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
834
835         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
836         * wl-vars.el (wl-smtp-connection-type): Ditto.
837
838 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
839
840         * wl-highlight.el (wl-highlight-message): Change to strict regexp
841         for the separator line and quote mail-header-separator.
842
843 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * wl-spam.el (wl-message-check-spam): Fixed problem no display
846         result message.
847
848         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
849         `elmo-multiple-fields-body-list' with boundary as
850         mail-header-separator.
851
852 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
853
854         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
855
856 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
857
858         * wl-util.el (wl-list-diff): Remove unused function.
859
860         * wl-draft.el (wl-draft-send-confirm): Discard input before
861         confirmation.
862
863 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
866         order of flag and new.
867
868 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
869
870         * wl-vars.el (wl-refile-policy-alist): Abolished.
871
872         * wl-action.el (wl-summary-set-action-refile): Follow the change
873         above.
874
875 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * wl-highlight.el (wl-highlight-signature-search): Don't use
878         re-search-backward for a long word since it is possible to crash
879         XEmacs because of a bug.
880
881 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
882
883         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
884
885 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
886
887         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
888         argument for wl-summary-sync-force-update.
889
890 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
891
892         * wl-summary.el (wl-summary-mode-map): Revival of
893         wl-summary-mark-as-important related bindings;
894         Bind 'F','tF','mF','rF','m&'.
895         (wl-summary-mark-as-important-region): Revival.
896         (wl-summary-target-mark-mark-as-important): Ditto.
897         (wl-summary-target-mark-operation): New function.
898         (wl-summary-target-mark-mark-as-answered): Use it.
899         (wl-summary-decide-flag): Don't set Important as default.
900         (wl-summary-mark-as-important-internal): Revival.
901         (wl-summary-mark-as-important): Ditto.
902
903         * wl-thread.el (wl-thread-mark-as-important): Ditto.
904
905         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
906         instead of facep.
907
908 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
909
910         * wl-dnd.el (wl-dnd-drop-func): Fix.
911
912         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
913         mouse-set-point instead of posn-point.
914
915         * wl-xmas.el (wl-completing-read-multiple): Define as function.
916
917         * wl-mule.el (wl-completing-read-multiple): Ditto.
918
919 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-demo.el (face-background-name): Defalias to avoid compile
922         warning.
923
924 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
925
926         * wl-summary.el (wl-summary-decide-flag): Use
927         wl-completing-read-multiple instead of completing-read-multiple.
928
929         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
930         New alias.
931
932         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
933         Use face-background-name instead of face-background.
934
935         * wl-vars.el (wl-summary-save-file-suffix): New user option.
936
937         * wl-summary.el (wl-summary-save): Use it.
938         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
939
940         * wl-mime.el (wl-mime-save-content): Fix last change.
941
942 2004-02-10  Len Trigg <lenbok@myrealbox.com>
943
944         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
945         New function.
946         (wl-summary-sort-specs): Added sort.
947         * wl-mime.el (wl-mime-save-content): Expand file name.
948
949 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
950
951         * wl-mime.el (wl-draft-preview-message): Fixed typo.
952
953         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
954
955 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
958         for flag if it is not defined.
959
960 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
961
962         * wl-e21.el (wl-highlight-folder-current-line): Use
963         elmo-folder-type-internal when elmo-folder-type returns nil.
964
965         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
966
967         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
968
969         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
970
971         * wl-e21.el (wl-summary-toolbar): Ditto.
972
973         * wl-vars.el (wl-demo-background-color): Abolished.
974         (wl-summary-persistent-mark-priority-list): Renamed from
975         wl-summary-flag-priority-list.
976         (wl-summary-flag-alist): New user option.
977         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
978         (wl-message-mode-line-format-spec-alist): Added 'F'.
979         (wl-message-mode-line-format): Likewise.
980         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
981         instead of wl-summary-important-mark.
982         (wl-file-folder-icon): New variable.
983
984         * wl-thread.el (wl-thread-set-flags): Renamed from
985         wl-thread-mark-as-important.
986
987         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
988         warning.
989         (wl-summary-mode-menu-spec): Follow the change of 
990         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
991         (wl-summary-mode-map): Follow the change of
992         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
993         (wl-summary-detect-mark-position): Follow the variable name change.
994         (wl-summary-set-flags-region): New function for the replacement of
995         wl-summary-mark-as-important-region.
996         (wl-summary-sync-marks): Sync all global-flags.
997         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
998         instead of elmo-message-flagged-p.
999         (wl-summary-persistent-mark-string): Follow the variable name change;
1000         Put wl-summary-flag-mark if the message has global-flag.
1001         (wl-summary-target-mark-set-flags): Renamed from 
1002         wl-summary-target-mark-mark-as-important.
1003         (wl-summary-decide-flag): New function.
1004         (wl-summary-set-flags-internal): Renamed from
1005         wl-summary-mark-as-important-internal.
1006         (wl-summary-add-flags-internal): New function.
1007         (wl-summary-remove-flags-internal): Ditto.
1008         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1009         (wl-summary-mark-as-unimportant): Abolish.
1010         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1011         (wl-summary-next-message): List flagged messages in the msgdb.
1012
1013         * wl-score.el (wl-summary-score-update-all-lines): Use
1014         wl-summary-add-flags-internal instead of 
1015
1016         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1017
1018         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1019         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1020         (wl-message-buffer-require-all-header): Renamed from
1021         wl-message-buffer-all-header-flag (Ditto).
1022         (wl-message-buffer-flag-indicator): New variable.
1023         (wl-message-redisplay): Changed local varibale name from `flag' to
1024         `display-type'; Set up wl-message-buffer-flag-indicator.
1025         (wl-message-buffer-display): Changed varibale name from `flag' to
1026         `display-type'.
1027         (wl-message-display-internal): Likewise.
1028
1029         * wl-highlight.el (wl-highlight-demo-face): Define default background
1030         color.
1031         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1032
1033         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1034
1035         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1036         (wl-demo-setup-properties): Renamed from
1037         `wl-demo-set-background-color'.
1038         (wl-demo): Follow the change above.
1039         
1040         * Version number is increased to 2.11.24.
1041
1042 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1043
1044         * wl-summary.el (wl-summary-toggle-thread): Call
1045         `wl-summary-rescan' with disable-thread as non-nil.
1046         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1047
1048 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1049
1050         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1051         foreground property of the face.
1052         (wl-demo-insert-text): Don't set up face property here.
1053         (wl-demo): Call wl-demo-set-background-color, anyway.
1054
1055 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-vars.el (wl-demo-background-color): The value can be nil.
1058
1059 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1060
1061         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1062         to wl-summary-wheel-dispatcher.
1063
1064         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1065         wl-message-wheel-dispatcher.
1066         (wl-message-wheel-dispatcher): New function.
1067         (wl-summary-wheel-dispatcher): Ditto.
1068
1069 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1070
1071         * wl-action.el (wl-summary-target-mark-all): List messages which are
1072         not in the killed-list.
1073
1074         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1075         only when the folder is 'flag/important.
1076
1077         * wl-address.el (wl-complete-field-body): Complete if the last
1078         character is a space.
1079
1080 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * wl-folder.el (wl-folder-clear-entity-info): Use
1083         elmo-clear-hash-val.
1084
1085         * wl-fldmgr.el (wl-fldmgr-rename): Set
1086         wl-folder-info-alist-modified as t.
1087
1088 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1089
1090         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1091
1092 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1093
1094         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1095         (wl-folder-buffer-last-visited-entity-id): New buffer local
1096         variable.
1097         (wl-folder-revisit-last-visited-folder): New function.
1098         (wl-folder-mode-map): Bind it to "C-i".
1099         (wl-folder-set-current-entity-id): Set last visited folder.
1100         * wl-summary.el (wl-summary-exit): Ditto.
1101
1102 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1105         before calling `recenter' in order to cope with an XEmacs bug.
1106
1107 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1110         to the default value.
1111
1112 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1115         change.
1116         (wl-summary-sync-marks): Ditto.
1117         (wl-summary-mark-as-read-internal): Ditto.
1118         (wl-summary-mark-as-answered-internal): Ditto.
1119         (wl-summary-mark-as-important-internal): Ditto.
1120         (wl-summary-reply): Ditto.
1121
1122         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1123         instead of `elmo-folder-unflag-answered'.
1124
1125         * Version number is increased to 2.11.23.
1126
1127         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1128         the last change.
1129
1130 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1131
1132         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1133         Specify "spam" or "good".
1134
1135 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1136
1137         * wl-spam.el (wl-summary-exec-action-spam): Call
1138         wl-folder-confirm-existence for spam folder.
1139         (wl-spam-setup): Bind "mk".
1140
1141 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1144
1145 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1146
1147         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1148         destination folder is empty.
1149
1150 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1151
1152         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1153         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1154
1155         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1156         (wl-summary-refile-prev-destination-region): New function.
1157         (wl-thread-refile-prev-destination): Ditto.
1158         (wl-summary-target-mark-refile-prev-destination): Ditto.
1159
1160 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1161
1162         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1163         (wl-demo-background-color): Changed default value.
1164
1165         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1166         color.
1167
1168         * wl-demo.el (wl-demo-set-background-color): New function.
1169         (wl-demo): Call it.
1170
1171 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1172
1173         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1174         * wl-address.el (wl-address-add-or-change): Don't add empty
1175         address.
1176
1177 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1178
1179         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1180
1181 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1182
1183         * wl-vars.el (wl-demo-image-filter-alist): New variable
1184         (wl-demo-background-color): Ditto.
1185
1186         * wl-demo.el (wl-demo-xpm-set-background): New function.
1187         (wl-demo-image-filter): Ditto.
1188         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1189
1190         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1191
1192         * wl-demo.el (wl-demo-icon-name): Define as function.
1193         (wl-demo-insert-image): Use it.
1194
1195 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1196
1197         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1198
1199 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1200
1201         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1202
1203 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1204
1205         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1206
1207 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-thread.el (wl-thread-mark-as-answered): New function.
1210
1211         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1212         answered" entry.
1213         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1214         "r&" and wl-thread-mark-as-answered to "t&".
1215         (wl-summary-mark-as-important-region): Refine to toggle mark.
1216         (wl-summary-mark-as-answered-region): New function.
1217         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1218         and 3rd argument.
1219         (wl-summary-mark-as-important-internal): Likewise.
1220
1221 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1222
1223         * wl-template.el (wl-template-preview): New internal variable.
1224         (wl-template-preview-p): New function.
1225         (wl-template-show): Bind `wl-template-preview' as t.
1226
1227 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1230         `elmo-message-entity-field' with 3rd argument which is non-nil.
1231
1232 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1235         Removed duplicate local bind `folder'.
1236
1237 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1240
1241 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1244         duplicate definition.
1245
1246 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1247
1248         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1249         non-nil, use it; Don't fetch message if there's no message in the
1250         current cursor position.
1251
1252 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1253
1254         * wl-util.el (wl-region-exists-p): Use region-active-p.
1255         (wl-deactivate-region): New function.
1256         * wl-message.el (wl-message-redisplay): Deactivate region.
1257
1258         * wl-summary.el (wl-summary-reply): Call
1259         `wl-summary-set-message-buffer-or-redisplay' instead of
1260         `wl-summary-redisplay-internal', don't move point.
1261
1262 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1265         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1266         by regexp.
1267
1268 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1269
1270         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1271         if no need.
1272
1273 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1276         default value to nil.
1277         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1278         `wl-summary-prepare-hook'; Replace refile action to
1279         `wl-summary-exec-action-refile-with-register'.
1280
1281         * Version number is increased to 2.11.22.
1282
1283 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl-summary.el (wl-summary-detect-mark-position): Set
1286         `wl-summary-buffer-weekday-name-lang'.
1287
1288 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1289
1290         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1291         (wl-summary-mark-as-read-all): Ditto.
1292         (wl-summary-delete-messages-on-buffer): Ditto.
1293         (wl-summary-sync-update): Ditto.
1294         (wl-summary-mark-as-read-internal): Ditto.
1295         (wl-summary-mark-as-answered-internal): Ditto.
1296         (wl-summary-update-folder-info): Abolished.
1297
1298 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-summary.el (wl-summary-mark-as-read-all): Use
1301         `wl-summary-update-folder-info' instead of
1302         `wl-folder-update-unread'.
1303
1304 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1305
1306         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1307         `wl-summary-folder-info-update'.
1308         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1309         instead of `wl-summary-folder-info-update'.
1310         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1311         `wl-folder-set-folder-updated'.
1312         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1313         instead of `wl-folder-update-unread'.
1314         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1315         the value of `wl-summary-buffer-unread-count' for the second parameter of
1316         `wl-folder-update-unread'.
1317
1318         * Version number is increased to 2.11.21.
1319
1320 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1321
1322         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1323         a local variable.
1324
1325 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1328         interactively.
1329
1330         * wl-summary.el (wl-summary-mark-as-important-internal): New
1331         internal function.
1332         (wl-summary-mark-as-important): Use it.
1333         (wl-summary-mark-as-unimportant): New function.
1334         (wl-summary-sync-marks): Follow the API change.
1335
1336         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1337
1338         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1339
1340 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1341
1342         * wl-folder.el (wl-folder-update-unread): Re-indent.
1343         Narrow the scope of a local variable.
1344
1345 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1348         (wl-addrmgr-merge-entries): Ditto.
1349         (wl-addrmgr): Added to address entry which exists in draft buffer
1350         if no entry is in original.
1351
1352 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1353
1354         * wl-batch.el: New file.
1355
1356 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1357
1358         * wl-vars.el (wl-use-semi): Remove unused variable.
1359
1360 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1363         "?".
1364
1365 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1368         wl-summary-new-mark.
1369         (wl-summary-new-cached-mark): New user option.
1370         (wl-summary-score-marks): Follow the change above.
1371         (wl-summary-auto-refile-skip-marks): Ditto.
1372         (wl-summary-incorporate-marks): Ditto.
1373         (wl-summary-expire-reserve-marks): Ditto.
1374
1375         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1376
1377         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1378         (wl-summary-persistent-mark-string): Distinguished between cached
1379         and uncached mark when the message is new.
1380
1381 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-spam.el (wl-spam-domain): Renamed from
1384         `wl-spam-folder-guess-domain'.
1385         (wl-summary-exec-action-spam): Register as spam if domain of the
1386         source folder is good.
1387         (wl-summary-exec-action-refile-with-register): Register message if
1388         domain of the source folder is not undecided.
1389
1390 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1393         detect thread loop.
1394
1395 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1398         and wl-summary-skip-mark-list.
1399
1400 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1403
1404         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1405
1406         * wl-spam.el (toplevel): Require wl-highlight.
1407         (wl-spam-auto-check-policy-alist): Abolish.
1408         (wl-spam-auto-check-folder-regexp-list): New user option.
1409         (wl-spam-auto-check-marks): Ditto.
1410         (wl-spam-mark-action-list): Ditto.
1411         (wl-highlight-summary-spam-face): New face.
1412         (wl-spam-auto-check-message-p): New function.
1413         (wl-spam-map-spam-messages): Fixed message.
1414         (wl-spam-register-spam-messages): Ditto.
1415         (wl-spam-register-good-messages): Ditto.
1416         (wl-summary-spam-map): Add and remove keybind.
1417         (wl-summary-target-mark-spam): Abolish.
1418         (wl-summary-refile-spam): Ditto.
1419         (wl-summary-test-spam): New function.
1420         (wl-summary-mark-spam): Ditto.
1421         (wl-summary-auto-check-spam): Follow the above change.
1422         (wl-summary-exec-action-spam): New function.
1423         (wl-summary-exec-action-refile-with-register): Fixed message.
1424         (wl-message-check-spam): New function.
1425         (wl-spam-setup): Ditto.
1426         (toplevel): Call it if this file is loaded interactivity.
1427
1428         * Version number is increased to 2.11.20.
1429
1430 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1431
1432         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1433         when new optional argument `force' is non nil or modified.
1434
1435 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1436
1437         * wl.el (toplevel): Require wl-spam when compile.
1438         (wl-save-status): Call wl-spam-save-status.
1439
1440         * wl-spam.el (wl-spam-register-spam-messages): New function.
1441         (wl-spam-register-good-messages): Ditto.
1442         (wl-spam-save-status): Ditto.
1443         (wl-summary-mode-map): Bind
1444         wl-summary-target-mark-register-as-spam to "ms" and
1445         wl-summary-target-mark-register-as-good to "mn".
1446         (wl-summary-register-as-spam): Abolish optional argument; Use
1447         wl-spam-register-spam-messages.
1448         (wl-summary-register-as-spam-all): Use
1449         wl-spam-register-spam-messages.
1450         (wl-summary-register-as-good): Abolish optional argument; Use
1451         wl-spam-register-good-messages.
1452         (wl-summary-register-as-good-all): Use
1453         wl-spam-register-good-messages.
1454         (wl-summary-target-mark-register-as-spam): New funtion.
1455         (wl-summary-target-mark-register-as-good): Ditto.
1456
1457 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * wl-spam.el: New file.
1460
1461 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1464
1465         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1466         (wl-summary-auto-refile): Call wl-refile-guess with
1467         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1468
1469 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1472         with disable-thread argument non-nil.
1473
1474 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1475
1476         * wl-summary.el (wl-summary-rescan): Added optional argument
1477         disable-thread.
1478         (wl-summary-sync): Call wl-summary-rescan with argument
1479         disable-thread.
1480         (wl-summary-input-range): Added new range `rescan-thread'.
1481
1482 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1483
1484         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1485
1486 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1489         internal variable.
1490         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1491         wl-summary-search-parent-by-subject-regexp and
1492         wl-summary-divide-thread-when-subject-changed as nil.
1493         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1494         (wl-summary-insert-thread): Search parent entity from
1495         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1496         thread loop.
1497
1498 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1499
1500         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1501
1502         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1503
1504         * wl-util.el (wl-require-update-all-folder-p): New function.
1505         (wl-get-assoc-list-value): Added `function' to match directive.
1506         (wl-collect-draft): Rewrite.
1507
1508         * wl-summary.el (wl-summary-sync-update): Clear faces
1509         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1510         are non-nil.
1511         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1512         argument as function.
1513         (wl-summary-input-range): Ditto.
1514
1515         * wl-folder.el (wl-draft-get-folder): New function.
1516         (wl-folder-get-elmo-folder): Consider draft folder.
1517
1518         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1519         (wl-draft-buffer-message-number): New buffer local variable.
1520         (wl-draft-folder-internal): New internal variable.
1521         (wl-draft-delete): Rewrite.
1522         (wl-draft-save): Ditto.
1523         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1524         wl-folder-get-elmo-folder.
1525         (wl-draft-config-info-operation): Ditto.
1526         (wl-jump-to-draft-folder): Ditto.
1527         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1528         (wl-draft-reedit): Rewrite.
1529
1530         * Version number is increased to 2.11.19.
1531         
1532 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1533
1534         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1535         variable.
1536
1537 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1538
1539         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1540         Use ignore-errors instead of unwind-protect.
1541
1542 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1543
1544         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1545         for updating `wl-thread-entity-list'.
1546
1547 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1548
1549         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1550         parameter from calling `wl-thread-entity-get-older-brothers' and
1551         `wl-thread-entity-get-younger-brothers'.
1552         Replace nested `append' with a single one.
1553
1554 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * wl-summary.el (wl-summary-mode): Don't use the return value of
1557         `make-local-hook'.
1558
1559 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1560
1561         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1562         instead of `let*'.
1563         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1564         of local variables.
1565
1566 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1569         Renamed from wl-summary-window-scroll-functions.
1570         (wl-summary-window-scroll-functions): Don't set to variable.
1571         (wl-summary-display-top): Use run-hooks.
1572         (wl-summary-display-bottom): Ditto.
1573         (wl-summary-toggle-disp-msg): Ditto.
1574         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1575         Use it instead of wl-summary-window-scroll-functions.
1576         (wl-summary-goto-folder-subr): Don't call
1577         wl-summary-window-scroll-functions, use
1578         wl-summary-buffer-window-scroll-functions instead.
1579
1580 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1583         make-local-variable.
1584
1585 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1586
1587         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1588         set-buffer-modified-p.
1589         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1590         (wl-summary-display-bottom): Ditto.
1591         (wl-summary-toggle-disp-msg): Ditto.
1592
1593 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1594
1595         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1596
1597         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1598         (wl-summary-forward): Use elmo-message-entity-field instead of
1599         elmo-message-field.
1600
1601         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1602
1603 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1604
1605         * wl-summary.el (wl-summary-window-scroll-functions): No use
1606         `append'.
1607
1608 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1609
1610         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1611         function.
1612         (wl-summary-window-scroll-functions): Call it when both
1613         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1614         (wl-summary-temp-mark): Added optional argument number.
1615         (wl-summary-message-mark): Added optional argument flag.
1616         (wl-summary-persistent-mark): Added optional argument number and flag.
1617         (wl-summary-update-persistent-mark): Ditto.
1618         (wl-summary-update-status-marks): Set "r" for interactive spec.
1619
1620         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1621         argument number and flag.
1622
1623         * wl-action.el (wl-summary-registered-temp-mark): 
1624         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1625
1626 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1627
1628         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1629         internal variable (buffer local).
1630         (wl-summary-window-scroll-functions): New function.
1631         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1632         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1633         as nil.
1634         (wl-summary-update-status-marks): Added arguments beg, end and
1635         check.
1636         (wl-summary-update-mark-window): Use function.
1637         (wl-summary-sync-update): Follow the change above.
1638         (wl-summary-switch-to-clone-buffer): Copy
1639         wl-summary-buffer-unsync-mark-number-list.
1640         (wl-summary-goto-folder-subr): Set
1641         wl-summary-buffer-unsync-mark-number-list and
1642         use wl-summary-window-scroll-functions instead of
1643         wl-summary-lazy-highlight.
1644
1645         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1646
1647 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1648
1649         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1650
1651         * wl-summary.el (wl-summary-update-persistent-mark): Call
1652         wl-summary-set-message-modified.
1653
1654         * wl-summary.el (wl-summary-sync-update): Don't call
1655         wl-summary-update-status-marks.
1656
1657         * Version number is increased to 2.11.18.
1658
1659 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1660
1661         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1662         (wl-message-next-page): Ditto.
1663
1664 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1665
1666         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1667         local variable.  Change the order of a collected list into the
1668         same as the specified range.  Remove nil from a collected list.
1669
1670 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1673         argument for elmo-folder-list-messages.
1674
1675 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1676
1677         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1678         change (wl-summary-count-unreads return a list instead of a cons
1679         cell).
1680
1681 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1682
1683         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1684         `wl-summary-folder-info-update'.
1685
1686 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-summary.el (wl-summary-set-message-modified): No use
1689         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1690         (wl-summary-set-mark-modified): Abolish.
1691         (wl-summary-mark-modified-p): Ditto.
1692         (wl-summary-save-view): Follow the change above.
1693
1694         * wl-expire.el (wl-summary-expire): Likewise.
1695
1696 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1697
1698         * wl-summary.el (wl-summary-detect-mark-position): Use
1699         modb-entity-handler.
1700         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1701
1702         * Version number is increased to 2.11.17.
1703
1704 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1705
1706         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1707         entity field value.
1708         (wl-summary-prefetch-msg): Ditto.
1709         (wl-summary-print-message-with-ps-print): Ditto.
1710
1711 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1714         for dummy entity.
1715         (wl-summary-insert-thread): Use elmo-message-entity-field.
1716         (wl-summary-update-thread): Use elmo-message-entity-field and
1717         elmo-message-entity-number.
1718         (wl-summary-line-number):  Use elmo-message-entity-number.
1719         (wl-summary-line-size): Use elmo-message-entity-field.
1720         (wl-summary-line-subject): Ditto.
1721         (wl-summary-line-from): Ditto.
1722         (wl-summary-line-attached): Ditto.
1723         (wl-summary-create-line): Ditto.
1724         (wl-summary-create-line): Use elmo-message-entity-number.
1725         (wl-summary-print-message-with-ps-print): Use
1726         elmo-message-entity-field.
1727
1728 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1729
1730         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1731         change in elmo-msgdb-make-message-entity.
1732         (wl-summary-buffer-set-folder): Don't call
1733         wl-summary-detect-mark-position here.
1734         (wl-summary-rescan): Call elmo-message-entity-number.
1735         (wl-summary-sync-update): Ditto.
1736         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1737
1738         * wl-score.el (wl-score-header-index): Redefine 2th element.
1739         (wl-score-overview-entity-get-extra): Abolish.
1740         (wl-score-ov-entity-get): Rewrite.
1741         (wl-score-string-index<, wl-score-string-func<): Abolish.
1742         (wl-score-string<): New function.
1743         (wl-score-string-sort): Use it.
1744
1745         * wl-refile.el (wl-refile-guess-by-history): Use
1746         elmo-message-entity-field.
1747         (wl-refile-guess-by-from): Ditto.
1748         (wl-refile-guess-by-msgid): Ditto.
1749
1750         * Version number is increased to 2.11.16.
1751
1752 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1753
1754         * wl-folder.el (wl-folder-confirm-existence): Don't call
1755         file-exists-p if msgdb-path is nil.
1756         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1757         `wl-read-folder-hist' to `wl-read-folder-history'.
1758
1759 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1760
1761         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1762         `y-or-n-p'.
1763
1764 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-score.el (wl-score-headers): Don't use
1767         elmo-folder-do-each-message-entity.
1768
1769         * Version number is increased to 2.11.15.
1770
1771 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1772
1773         * wl-summary.el (wl-summary-delete-all-msgs): Use
1774         elmo-folder-move-messages instead of elmo-folder-delete-messages
1775         and elmo-folder-detach-messages.
1776         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1777
1778         * wl-expire.el (wl-expire-delete): Ditto.
1779         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1780
1781 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1782
1783         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1784         (wl-message-header-narrowing-fields): Ditto.
1785         (wl-message-header-narrowing-lines): Ditto.
1786         (wl-message-header-narrowing-string): Ditto.
1787
1788         * wl-summary.el (wl-summary-mode-map): Bind
1789         wl-summary-toggle-header-narrowing to "C-cC-f".
1790         (wl-summary-toggle-header-narrowing): New function.
1791
1792         * wl-message.el (wl-message-buffer-create): Call
1793         wl-message-header-narrowing-setup.
1794         (wl-message-redisplay): Call wl-message-header-narrowing.
1795         (wl-message-header-narrowing): New function.
1796         (wl-message-header-narrowing-map): New keymap.
1797         (wl-message-header-narrowing-widen-map): New keymap.
1798         (wl-message-header-narrowing-again-at-mouse): New function.
1799         (wl-message-header-narrowing-1): Ditto.
1800         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1801         (wl-message-header-narrowing-setup): Ditto.
1802         (wl-message-header-narrowing-toggle): Ditto.
1803         
1804         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1805
1806         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1807         'flag as all.
1808         (wl-use-flag-folder-help-echo): New user option.
1809
1810         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1811         wl-summary-highlight as nil.
1812         (wl-summary-set-mark-modified): Follow the API change.
1813         (wl-summary-mark-modified-p): Ditto.
1814         (wl-summary-mark-as-read-all): Ditto.
1815         (wl-summary-sync-marks): Don't call
1816         elmo-folder-list-messages-with-global-mark.
1817         (wl-summary-mark-as-read-internal): Follow the API change.
1818         (wl-summary-mark-as-answered-internal): Ditto.
1819         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1820         Follow the API change.
1821         (wl-summary-create-line): Call with number argument.
1822         (wl-summary-reply): Follow the API change.
1823
1824         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1825         function.
1826         (wl-highlight-summary-line-string): Call it when
1827         wl-use-flag-folder-help-echo is non-nil.
1828         (wl-highlight-summary-current-line): Ditto.
1829         (elmo-flag-folder-referrer): Added autoload setting.
1830
1831         * wl-draft.el (wl-draft-kill): Follow the API change.
1832
1833         * Version number is increased to 2.11.14.
1834         
1835 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1836
1837         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1838
1839 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * Version number is increased to 2.11.13.
1842
1843 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1844
1845         * wl-draft.el (wl-draft-previous-history-element): Fixed
1846         unbalanced parenthesis and bind unbound local variables.
1847
1848 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1849
1850         * wl-draft.el (wl-draft-previous-history-element): New function.
1851         (wl-draft-next-history-element): Ditto.
1852         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1853         them to M-p and M-n.
1854
1855 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1856
1857         * Version number is increased to 2.11.12.
1858
1859 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1860
1861         * wl-draft.el (wl-draft-hide): Select buffer-window.
1862
1863 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1864
1865         * wl-summary.el (wl-summary-narrow-to-region): New function.
1866         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1867         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1868         (wl-summary-save-region): Use it.
1869         * wl-action.el (wl-summary-collect-numbers-region)
1870         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1871
1872 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1873
1874         * wl-folder.el (wl-folder-count-incorporates): Don't use
1875         `elmo-msgdb-mark-load'
1876
1877         * Version number is increased to 2.11.11.
1878
1879 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1880
1881         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1882         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1883
1884 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1885
1886         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1887
1888 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1889
1890         * Version number is increased to 2.11.10.
1891
1892 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1893
1894         * wl-mime.el (wl-draft-attribute-value): Fixed.
1895
1896 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * wl-util.el (wl-copy-local-variables): New function.
1899
1900         * wl-mime.el (wl-draft-attribute-recipients): New function.
1901         (wl-draft-attribute-envelope-from): Ditto.
1902         (wl-draft-attribute-smtp-posting-server): Ditto.
1903         (wl-draft-attribute-smtp-posting-port): Ditto.
1904         (wl-draft-attribute-value): Ditto.
1905         (wl-draft-preview-message): Use it to get value for
1906         attributes. Reflect result of `wl-draft-config'.
1907
1908         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1909         and call `wl-summary-mark-as-read' before to call
1910         `wl-summary-unset-mark'.
1911         (wl-summary-target-mark-mark-as-unread): Likewise.
1912         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1913
1914 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1915
1916         * wl-mime.el (wl-draft-preview-message): Use actual value for
1917         attributes; Fix for small window.
1918
1919 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1920
1921         * wl-refile.el (wl-refile-get-field-value): Call
1922         `elmo-message-entity-field' with 3rd argument is non-nil.
1923
1924 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1925
1926         * wl-vars.el (wl-draft-preview-attributes): New user option.
1927         (wl-draft-preview-attributes-list): Ditto.
1928         (wl-draft-preview-attributes-buffer-lines): Ditto.
1929         (wl-draft-preview-attributes-buffer-name): Ditto.
1930
1931         * wl-mime.el (wl-draft-preview-message): Display attributes.
1932
1933 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1934
1935         * wl-summary.el (wl-summary-detect-mark-position): Bind
1936         wl-summary-flag-priority-list to '(new).
1937
1938 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1941         funtion.
1942         (wl-highlight-summary-line-string): Use it.
1943         (wl-highlight-summary-current-line): Ditto.
1944
1945 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1946
1947         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1948         line even when the mark string is not changed.
1949
1950         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1951         argument change in the wl-summary-create-line.
1952         (wl-thread-insert-entity-sub): Ditto.
1953
1954         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1955         argument change in the wl-summary-create-line.
1956         (wl-summary-insert-sequential): Ditto.
1957         (wl-summary-update-thread): Ditto.
1958         (wl-summary-persistent-mark-string): New inline function.
1959         (wl-summary-message-mark): Use it.
1960         (wl-summary-create-line): Abolish argument wl-persistent-mark
1961         and added wl-flags, wl-cached.
1962
1963         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1964         mark to flags.
1965         (wl-highlight-summary-current-line): Decide the face not by the 
1966         persistent mark but flags.
1967
1968 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1971         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1972         wl-summary-read-uncached-mark): Revive.
1973         (wl-summary-answered-cached-mark,
1974         wl-summary-answered-uncached-mark): New user option.
1975         (wl-summary-score-marks): Follow the change above.
1976         (wl-summary-auto-refile-skip-marks): Ditto.
1977         (wl-summary-incorporate-marks): Ditto.
1978         (wl-summary-expire-reserve-marks): Ditto.
1979         (wl-summary-flag-priority-list): New user option.
1980
1981         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1982         changes.
1983         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1984         of elmo-message-mark.
1985         (wl-summary-mark-as-read-internal): Ditto.
1986         (wl-summary-mark-as-answered): Ditto.
1987         (wl-summary-mark-as-important): Ditto.
1988         (wl-summary-redisplay-internal): Ditto.
1989         (wl-summary-redisplay-no-mime-internal): Ditto.
1990         (wl-summary-message-mark): New function.
1991         (wl-summary-insert-sequential): Use wl-summary-message-mark
1992         instead of elmo-message-mark.
1993         (wl-summary-update-thread): Ditto.
1994         (wl-summary-persistent-mark): Ditto.
1995         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1996         instead of elmo-message-mark.
1997
1998         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1999         wl-summary-message-mark instead of elmo-message-mark.
2000         (wl-thread-insert-entity-sub): Ditto.
2001         (wl-thread-get-children-msgs-uncached): Ditto.
2002
2003         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2004         variable name changes.
2005         (wl-highlight-summary-current-line): Ditto.
2006
2007         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2008         wl-summary-message-mark instead of elmo-message-mark.
2009
2010         * wl-expire.el (wl-expire-message-p): Ditto.
2011
2012         * wl-score.el (wl-score-headers): Ditto.
2013
2014         * Version number is increased to 2.11.9.
2015
2016         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2017         (wl-summary-sync-update): Follow the change above.
2018         (wl-summary-switch-to-clone-buffer): Ditto.
2019         (wl-summary-open-folder): Ditto.
2020
2021 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2022
2023         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2024         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2025
2026         * Version number is increased to 2.11.8.
2027
2028         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2029
2030         * wl-expire.el (wl-expire-refile): Follow the API change on
2031         `elmo-folder-move-messages'.
2032         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2033
2034         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2035         (wl-summary-exec-action-refile): Ditto.
2036         (wl-summary-exec-action-copy): Ditto.
2037         (wl-summary-no-auto-refile-message-p): No use
2038         `wl-summary-buffer-msgdb'.
2039         (wl-summary-auto-refile): Ditto.
2040
2041 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2042
2043         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2044
2045 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * wl-summary.el (wl-summary-sync): Treat no-sync.
2048
2049         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2050         (wl-default-sync-range): Ditto.
2051
2052 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2053
2054         * wl-refile.el (wl-refile-subject-learn): Call
2055         `elmo-message-entity-field' with 3rd argument is non-nil.
2056         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2057         instead of `elmo-msgdb-overview-entity-get-subject'.
2058
2059 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2060
2061         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2062         scan-type is rescan.
2063         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2064         new optional argument force is non-nil.
2065         (wl-summary-save-view-cache): Call it with force argument non-nil.
2066
2067         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2068
2069 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-action.el (wl-summary-print-argument): Fixed last change.
2072
2073 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2074
2075         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2076         simplified.
2077         (wl-summary-target-mark-mark-as-unread): Likewise.
2078         (wl-summary-target-mark-mark-as-important): Likewise.
2079
2080 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2081
2082         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2083         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2084         (wl-summary-mark-as-important-region): Change accordingly.
2085         (wl-summary-target-mark-mark-as-important): Ditto.
2086
2087 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088
2089         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2090
2091         * wl-action.el (wl-summary-print-argument): Print argument to
2092         right side of window if `wl-summary-print-argument-within-window'
2093         is non-nil.
2094
2095 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2096
2097         * wl-action.el (wl-summary-set-mark): Use
2098         `wl-summary-message-visible-p' to check visibility of the message
2099         and jump to message only when the message line is visible and have
2100         different number; Call wl-summary-unset-mark with number argument.
2101         (wl-summary-unset-mark): 
2102         Use `wl-summary-message-visible-p'
2103         to check visibility of the message and jump to message only when
2104         the message line is visible and have different number;
2105
2106 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2107
2108         * Version number is increased to 2.11.7.
2109
2110         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2111         and wl-folder-summary-line-format.
2112
2113         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2114         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2115         (wl-summary-set-score-mark): Use it.
2116         (wl-summary-target-mark-mark-as-read): Ditto.
2117         (wl-summary-target-mark-mark-as-unread): Ditto.
2118         (wl-summary-target-mark-mark-as-important): Ditto.
2119         (wl-summary-target-mark-msgs): Simplified.
2120         (wl-summary-detect-mark-position): Fixed problem when
2121         summary-line-format no contain persisten/temp mark spec.
2122         (wl-summary-temp-mark): Ditto.
2123         (wl-summary-persistent-mark): Ditto.
2124         (wl-summary-update-persistent-mark): Ditto.
2125
2126         * wl-action.el (wl-summary-set-mark): Ditto.
2127         (wl-summary-unset-mark): Ditto.
2128         All other related portions are changed.
2129
2130 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * Version number is increased to 2.11.6.
2133
2134 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2135
2136         * wl-util.el (wl-current-message-buffer): Define as function;
2137         Don't use the value of wl-messge-buffer.
2138
2139         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2140         persistent mark.
2141
2142         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2143         no current message, cause an error.
2144
2145 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2146
2147         * wl-summary.el (wl-summary-set-message-modified): Use
2148         elmo-folder-set-message-modified instead of
2149         elmo-folder-set-message-modified-internal.
2150
2151 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2154         interactively.
2155         (wl-summary-sync): nokill->entirely.
2156         (wl-summary-sync-marks): Fixed message.
2157         (wl-summary-input-range): Added mark, nokill->entirely.
2158
2159         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2160         messages as read.
2161
2162 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2163
2164         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2165         update-noscore.
2166         (wl-summary-sync): Follow the change above.
2167
2168 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-action.el (wl-summary-target-mark-all): Use
2171         elmo-folder-list-messages.
2172
2173 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2176         (wl-summary-rescan): Set wl-summary-scored as nil.
2177         (wl-summary-sync-force-update): Follow the change above.
2178         (wl-summary-sync): Ditto.
2179         (wl-summary-sync-update): Added argument disable-killed.
2180         (wl-summary-insert-headers): Set visible-only argument for
2181         elmo-folder-list-messages.
2182         (wl-summary-input-range): Added update-nokill, update-noscore,
2183         all-nokill, all-noscore and mark.
2184
2185         * Version number is increased to 2.11.5.
2186
2187         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2188
2189 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2190
2191         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2192         (wl-summary-prefetch-region-no-mark): Change accordingly.
2193         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2194
2195 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2196
2197         * wl-address.el (wl-complete-field-to): Abolished.
2198         (wl-complete-address): Completion function for completing-read.
2199         * wl-action.el (wl-summary-get-resend-address): Use it.
2200
2201         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2202         wl-summary-update-mark and abolish unused argument.
2203         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2204         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2205         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2206         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2207         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2208         * wl-draft.el (wl-draft-kill): Ditto.
2209
2210         * wl-summary.el: Remove unused binding of case-fold-search.
2211         (wl-summary-replace-status-marks): Abolished.
2212
2213 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2216         is specified or folder length is zero.
2217
2218 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2221         (wl-folder-archive-current-entity): Ditto.
2222
2223 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2224
2225         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2226         retrieving message mark.
2227         (wl-summary-redisplay-internal): Ditto.
2228
2229         * wl-message.el (wl-message-buffer-display): Ignore errors while
2230         retrieving message-id field.
2231
2232         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2233         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2234         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2235         order of the arguments for `wl-expire-message-p'.
2236         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2237
2238         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2239         Check return value of wl-summary-reply.
2240         (wl-summary-reply): Recover window configuration when an error occured.
2241
2242 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2243
2244         * wl-summary.el (wl-summary-resend-message): Abolished, the
2245         feature is inherited by wl-summary-resend (put resend mark).
2246
2247 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2248
2249         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2250         wl-message-buffer to nil when the message is hide.
2251
2252 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2253
2254         * .cvsignore: New file.
2255
2256 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2257
2258         * wl-action.el (wl-summary-action-docstring): Add more info.
2259         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2260         duplicate definition.
2261         (wl-summary-define-mark-action): Functions wl-summary-*-region
2262         keep current position.
2263         (wl-summary-unregister-target-mark): Store result to the variable.
2264
2265 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2266
2267         * Version number is increased to 2.11.4.
2268
2269 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2270
2271         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2272         wl-summary-delete-all-temp-marks.
2273         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2274
2275         * wl-action.el (wl-summary-set-mark): Changed terminology
2276         refile-destination -> action-argument.
2277         (wl-summary-unset-mark): Ditto.
2278         (wl-summary-remove-argument): Ditto.
2279         (wl-summary-print-argument): Ditto.
2280
2281         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2282         (wl-thread-remove-argument-region): Ditto.
2283         (wl-thread-print-argument-region): Ditto.
2284         (wl-thread-close): Ditto.
2285         (wl-thread-open): Ditto.
2286
2287         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2288         (wl-highlight-refile-destination-face is abolished)
2289         (wl-highlight-action-argument-string): Ditto.
2290         (wl-highlight-summary-current-line): Highlight action argument.
2291
2292         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2293         color for light backgrounds.
2294         (wl-highlight-summary-answered-face): Ditto.
2295
2296 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2297
2298         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2299
2300         * wl-score.el (wl-summary-score-update-all-lines): Use
2301         wl-summary-set-mark.
2302         (wl-summary-score-update-all-lines): Kill expunged messages.
2303
2304         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2305
2306 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2307
2308         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2309         directly.
2310         (wl-score-overview-entity-get-lines): Ditto.
2311         (wl-score-overview-entity-get-xref): Ditto.
2312         (wl-score-get-latest-msgs): Ditto.
2313         (wl-summary-rescore): Ditto.
2314
2315         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2316         to "&".
2317         (wl-summary-mark-as-answered-internal): New inline function.
2318         (wl-summary-mark-as-answered): New function.
2319         (wl-summary-mark-as-unanswered): Ditto.
2320         (wl-summary-sync-marks): Modified for answered-mark synching.
2321
2322 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-action.el (wl-summary-set-mark): Fixed last change.
2325
2326 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2327
2328         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2329         behavior of wl-summary-unread-message-hook
2330         (Pointed out by akira yamada <akira@arika.org>).
2331
2332 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2335         wl-summary-delete.
2336         * wl-xmas.el (wl-summary-toolbar): Ditto.
2337
2338         * wl-action.el (wl-summary-set-mark): Don't override current
2339         temp-mark.
2340
2341         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2342
2343 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2344
2345         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2346         (wl-refile-msgid-learn): Ditto.
2347         (wl-refile-get-field-value): Ditto.
2348
2349         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2350
2351         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2352         (wl-expire-delete-reserved-messages): Renamed from
2353         wl-expire-reserve-marked-msgs-from-list.
2354         (wl-expire-delete): Removed argument `msgdb'.
2355         (wl-expire-refile): Ditto.
2356         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2357         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2358         mark-alist as argument.
2359         (wl-expire-archive-number1): Removed argument `msgdb'.
2360         (wl-expire-archive-number2): Ditto.
2361         (wl-expire-archive-date): Ditto.
2362         (wl-expire-localdir-date): Ditto.
2363         (wl-expire-hide): Ditto.
2364         (wl-archive-number1): Ditto.
2365         (wl-archive-number2): Ditto.
2366         (wl-archive-date): Ditto.
2367         (wl-archive-folder): Ditto.
2368         All other related portions are changed.
2369
2370 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2373         mean move up and down. (suggested by Takashi Kawachi)
2374
2375 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2376
2377         * wl-acap.el (toplevel): Don't require un-define.
2378
2379 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * wl-thread.el (wl-thread-delete-message): Always update
2382         wl-summary-buffer-number-list.
2383
2384         * wl-action.el (wl-summary-print-destination): 
2385         Do nothing when folder is nil.
2386
2387 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2388
2389         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2390         persistent mark when prefetch is succeeded.
2391
2392 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2393
2394         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2395         instead of elmo-msgdb-delete-msgs.
2396         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2397         (wl-expire-hide): Ditto.
2398
2399         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2400
2401         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2402         elmo-msgdb interface.
2403         (wl-thread-get-exist-children): Likewise.
2404         (wl-thread-insert-message): Likewise.
2405         (wl-thread-msg-mark-as-important): Likewise.
2406         (wl-thread-insert-entity-sub): Likewise.
2407         (wl-thread-get-children-msgs-uncached): Likewise.
2408
2409         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2410         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2411         (wl-summary-sync-update): Likewise.
2412         (wl-summary-auto-select-msg-p): Likewise.
2413         (wl-summary-update-thread): Likewise.
2414         (wl-summary-mark-as-important): Likewise.
2415         (wl-summary-jump-to-msg-internal): Likewise.
2416         (wl-summary-redisplay-internal): Likewise.
2417         (wl-summary-print-message-with-ps-print): Likewise.
2418         (wl-summary-folder-info-update): Likewise.
2419
2420         * wl-folder.el (wl-folder-check-one-entity):
2421         elmo-folder-count-flags instead of wl-summary-count-unread.
2422
2423         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2424
2425         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2426
2427         * wl-summary.el (wl-summary-set-message-modified): 
2428         Call wl-summary-set-mark-modified.
2429         (wl-summary-delete-messages-on-buffer): Call
2430         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2431         (wl-summary-sync-update): Call elmo-folder-length instead of
2432         elmo-folder-messages.
2433         (wl-summary-insert-headers): Don't call
2434         elmo-folder-list-message-entities.
2435
2436 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2437
2438         * wl-action.el (wl-summary-define-mark-action): Call
2439         `wl-summary-set-mark' with argument `data'.
2440         (wl-summary-auto-refile): Fixed order of arguments when call
2441         `wl-summary-refile'.
2442
2443 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2444
2445         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2446
2447         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2448
2449         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2450         (Renamed from wl-highlight-summary-deleted-face).
2451         (wl-highlight-summary-resend-face): New face.
2452
2453         (wl-highlight-summary-deleted-face): Renamed from
2454         wl-highlight-summary-erased-face.
2455
2456         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2457
2458         * wl-action.el (wl-summary-get-resend-address): New function.
2459         (wl-summary-exec-action-resend): Ditto.
2460         (wl-summary-exec-action-resend-subr): Ditto.
2461
2462         * w-thread.el (wl-thread-copy): Removed definition.
2463         (wl-thread-refile): Ditto.
2464         (wl-thread-delete): Ditto.
2465         (wl-thread-target-mark): Ditto.
2466
2467         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2468         (wl-summary-target-mark-set-action): Fixed.
2469         (wl-summary-define-mark-action): Fixed quotation.
2470         (wl-summary-move-mark-list-messages): Display message.
2471         (wl-summary-define-mark-action): Define thread functions.
2472         (wl-summary-exec-action-refile): Changed message.
2473         (wl-summary-exec): Ditto.
2474
2475 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2476         
2477         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2478         '%%'.
2479
2480 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2481
2482         * wl.el (toplevel): Require wl-action.
2483         (wl-init): Call wl-summary-define-mark-action.
2484
2485         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2486
2487         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2488         wl-summary-delete and wl-summary-erase.
2489         (wl-summary-mode-map): Ditto.
2490
2491         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2492         wl-delete-folder-alist.
2493
2494         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2495         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2496         (toplevel): Moved mark & action related functions to the wl-action.el.
2497
2498         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2499         in wl-summary-mark-action-list.
2500         (wl-highlight-summary-current-line): Ditto.
2501
2502         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2503         empty lines.
2504
2505         * wl-action.el: New file. 
2506
2507 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * wl-summary.el (wl-summary-target-mark-replace): New function.
2510         (wl-summary-target-mark-prefetch): Use it.
2511         (wl-summary-target-mark-delete): Ditto.
2512         (toplevel): Rearranged definition order.
2513         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2514         (wl-summary-target-mark-erase): Rewrite.
2515         (wl-summary-erase-region): New function.
2516         (wl-summary-exec-action-erase): Changed message.
2517         (wl-summary-move-mark-list-messages): New function.
2518         (wl-summary-exec-action-delete): Use it.
2519         (wl-summary-exec-action-erase): Ditto.
2520
2521         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2522         (wl-summary-skip-mark-list): Added "d".
2523
2524         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2525         while searching.
2526
2527         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2528         and define using defcustom;
2529         Define 4th element as a face.
2530         
2531         * wl-summary.el (wl-summary-incorporate): Use 
2532         `wl-summary-prefetch-region-no-mark' instead of
2533         `wl-summary-prefetch-region'.
2534         (wl-summary-prefetch-region-no-mark): Revival of old
2535         `wl-summary-prefetch-region'.
2536         (wl-summary-mark-action-list): Moved to wl-vars.el
2537
2538         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2539         face according to the `wl-summary-mark-action-list'.
2540         (wl-highlight-summary-current-line): Ditto;
2541         Removed destination highlighting.
2542
2543         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2544         (wl-highlight-summary-line-string): Highlight for "i" mark.
2545         (wl-highlight-summary-current-line): Ditto.
2546
2547         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2548         no destination.
2549
2550         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2551         exists, just go ahead.
2552         (wl-summary-prefetch-region): Rewrite.
2553         (wl-summary-prefetch): Ditto.
2554         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2555         (wl-summary-exec-action-prefetch): New function.
2556         (wl-summary-target-mark-prefetch): Rewrite.
2557
2558 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2559
2560         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2561         (wl-highlight-summary-line-string): Added "d" and "D".
2562         (wl-highlight-summary-current-line): Ditto.
2563
2564         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2565         in wl-summary.el.
2566         (wl-thread-insert-entity-sub): Ditto.
2567         (wl-thread-remove-destination-region): Ditto.
2568         (wl-thread-print-destination-region): Ditto.
2569
2570         * wl-summary.el (wl-summary-buffer-refile-list,
2571         wl-summary-buffer-delete-list,
2572         wl-summary-buffer-copy-list): Abolish.
2573         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2574         All other related portions are changed.
2575         (wl-summary-mark-action-list): New variable.
2576         (wl-summary-set-mark): New function.
2577         (wl-summary-register-target-mark): Ditto.
2578         (wl-summary-unregister-target-mark): Ditto.
2579         (wl-summary-have-target-mark-p): Ditto.
2580         (wl-summary-register-temp-mark): Ditto.
2581         (wl-summary-unregister-temp-mark): Ditto.
2582         (wl-summary-registered-temp-mark): Ditto.
2583         (wl-summary-collect-temp-mark): Ditto.
2584         (wl-summary-unset-mark): Ditto.
2585         (wl-summary-set-target-mark): Ditto.
2586         (wl-summary-unset-target-mark): Ditto.
2587         (wl-summary-set-action-generic): Ditto.
2588         (wl-summary-unset-action-generic): Ditto.
2589         (wl-summary-exec-action-delete): Ditto.
2590         (wl-summary-exec-action-erase): Ditto.
2591         (wl-summary-set-action-refile): Ditto.
2592         (wl-summary-set-action-refile-subr): Ditto.
2593         (wl-summary-unset-action-refile): Ditto.
2594         (wl-summary-make-destination-numbers-list): Ditto.
2595         (wl-summary-exec-action-refile): Ditto.
2596         (wl-summary-set-action-copy): Ditto.
2597         (wl-summary-unset-action-copy): Ditto.
2598         (wl-summary-exec-action-copy): Ditto.
2599         (wl-summary-collect-numbers-region): Ditto.
2600         (wl-summary-delete): Rewrite.
2601         (wl-summary-erase): Ditto.
2602         (wl-summary-remove-destination): Ditto.
2603         (wl-summary-exec): Ditto.
2604         (wl-summary-exec-region): Ditto.
2605         (wl-summary-target-mark-erase): Ditto.
2606         (wl-summary-refile): Ditto.
2607         (wl-summary-copy): Ditto.
2608         (wl-summary-unmark): Ditto.
2609         (wl-summary-delete-all-mark): Ditto.
2610         (wl-summary-mark-line): Don't highlight.
2611         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2612         (wl-summary-target-mark-refile-subr): Rewrite.
2613
2614         (wl-summary-copy-prev-destination): Abolish.
2615
2616 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2617
2618         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2619         default values along the value of wl-on-mule.
2620         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2621         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2622         It is not used anywhere.
2623
2624 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2625
2626         * wl-summary.el (wl-summary-print-destination): Keep position.
2627         (wl-summary-cursor-move-surface): Keep horizontal position.
2628
2629 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2630
2631         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2632         write sendlog.
2633
2634 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2635
2636         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2637         `wl-summary-highlight'.
2638
2639 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2640
2641         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2642         trivial condition for temp-mark.
2643
2644 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2645
2646         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2647         when it hits killed buffer.
2648
2649 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2650
2651         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2652         * wl-news.el.in: `message' and `error' take format string.
2653
2654 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2655
2656         * wl-folder (wl-folder-insert-entity): Display a message,
2657         `...done', when the work finish.
2658         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2659
2660 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2661
2662         * wl-message.el (wl-message-redisplay): Remove unused local
2663         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2664
2665 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2666
2667         * wl-summary.el (wl-summary-replace-status-marks): Disable
2668         interactive use.
2669         (wl-summary-reedit): Check message existence at first.
2670         (wl-summary-mark-line): Fix doc, return value is indefinite.
2671
2672         * wl-highlight.el (wl-highlight-message): Arranged.
2673
2674         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2675         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2676         check temp-mark by wl-summary-temp-mark always.
2677         (wl-highlight-summary): Change accordingly.
2678         * wl-summary.el (wl-summary-mark-as-read-all)
2679         (wl-summary-delete-cache, wl-summary-set-score-mark)
2680         (wl-summary-mark-as-unread, wl-summary-unmark)
2681         (wl-summary-mark-line, wl-summary-mark-as-read)
2682         (wl-summary-mark-as-important): Ditto.
2683
2684         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2685         end of the window if possible.
2686         * wl-summary.el (wl-summary-sync-update): Support lazy
2687         highlighting.
2688         (wl-summary-toggle-disp-msg): Ditto.
2689
2690 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2691
2692         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2693
2694 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2695
2696         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2697         change.
2698
2699 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2700
2701         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2702         API.
2703         (wl-summary-sync-update): Ditto.
2704
2705         * wl-score.el (wl-score-get-score-alist): Changed argument.
2706         (wl-summary-rescore-msgs): Likewise.
2707         (wl-summary-score-headers): Likewise.
2708         (wl-score-headers): Likewise;
2709         Use elmo-folder-do-each-message-entity, etc.
2710         (wl-summary-score-effect): Follow the changes above.
2711         (wl-summary-rescore): Ditto.
2712         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2713         (wl-score-get-overview): Abolish.
2714
2715         * wl-summary.el (wl-summary-default-from): Follow the API change in
2716         elmo-msgdb.
2717         (wl-summary-count-unread): Ditto.
2718         (wl-summary-detect-mark-position): Ditto.
2719         (wl-summary-overview-entity-compare-by-date): Ditto.
2720         (wl-summary-overview-entity-compare-by-number): Ditto.
2721         (wl-summary-overview-entity-compare-by-from): Ditto.
2722         (wl-summary-overview-entity-compare-by-subject): Ditto.
2723         (wl-summary-get-list-info): Ditto.
2724         (wl-summary-rescan): Ditto.
2725         (wl-summary-jump-to-msg-by-message-id): Ditto.
2726         (wl-summary-sync-update): Ditto; Removed comment.
2727         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2728         (wl-summary-insert-message): Use wl-summary-insert
2729         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2730         (wl-summary-insert-headers): Changed argument overview to folder.
2731         (wl-summary-search-by-subject): Likewise.
2732         (wl-summary-insert-thread): Renamed from 
2733         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2734
2735         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2736         too.
2737
2738         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2739         wl-string-member.
2740
2741 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2742
2743         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2744         elmo-folder-append-buffer.
2745         (wl-draft-queue-append): Likewise.
2746
2747         * wl-mime.el (wl-message-delete-current-part): Ditto.
2748         (wl-summary-burst-subr): Ditto.
2749
2750         * wl-news.el.in (wl-news-send-news): Ditto.
2751
2752 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2753
2754         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2755         function.
2756         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2757         (wl-summary-update-mark): Enclose with save-excursion.
2758         (wl-summary-mark-as-read-internal): Fixed last change.
2759         (wl-summary-mark-as-important): Use 3rd argument of
2760         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2761         Don't use elmo-msgdb-set-mark.
2762         (wl-summary-redisplay-internal): If msgdb flag is already read,
2763         just update the mark on buffer.
2764
2765 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2766
2767         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2768         cut visible folder when elmo-folder-delete returns non-nil value.
2769
2770 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2771
2772         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2773         by Kenichi OKADA <okada@opaopa.org>).
2774
2775 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2776
2777         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2778
2779 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2780
2781         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2782         Fixed the last change, search group entity by its real name.
2783         (Thanks to: KOBAYASHI Shinji)
2784
2785 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2786
2787         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2788         (wl-fldmgr-access-display-all): Don't refer visible name.
2789         * wl-expire.el (wl-folder-archive-current-entity)
2790         (wl-folder-expire-current-entity): Ditto.
2791         * wl-folder.el (wl-folder-jump-to-current-entity)
2792         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2793         (wl-folder-open-folder-sub,wl-folder-open-all)
2794         (wl-folder-write-current-folder): Ditto.
2795         (wl-folder-insert-entity): Don't use petname for normal group.
2796         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2797         is the real name.
2798         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2799         Abolished.
2800
2801 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2802
2803         * wl-draft.el (wl-draft-create-buffer): Add
2804         `wl-summary-reply-with-citation'
2805
2806 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2807
2808         * wl-draft.el (wl-draft-reply): Fixed.
2809
2810 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2811
2812         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2813         when `wl-draft-send-confirm-with-preview' is non-nil.
2814         You can scroll up/down by j/k.
2815         (wl-draft-send-confirm-with-preview): New variable (default=t).
2816
2817 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2818
2819         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2820         (wl-fldmgr-save-folders): Fix comment.
2821
2822 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2823
2824         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2825         along the last change in `wl-folder-buffer-group-p'.
2826
2827 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2828
2829         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2830         folder.
2831
2832         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2833         the default value.
2834
2835         * wl-mime.el (wl-summary-burst): Update summary only when target
2836         folder equals current folder.
2837
2838 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2839
2840         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2841
2842 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2843
2844         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2845         value.
2846
2847 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2850         `map-extents' instead of `extent-at' repeatedly.
2851         (wl-highlight-folder-current-line): Ditto.
2852
2853         * wl-highlight.el: Remove useless dummy functions.
2854
2855 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2856
2857         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2858         (wl-folder-put-folder-property): New function to put text property.
2859         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2860         (wl-folder-insert-entity, wl-folder-update-diff-line)
2861         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2862         * wl-e21.el, wl-xmas.el, wl-mule.el
2863         (wl-highlight-folder-current-line): Ditto.
2864         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2865         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2866         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2867         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2868
2869 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2870
2871         * Version number is increased to 2.11.3.
2872
2873 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2874
2875         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2876         Resume current-buffer since it is assumed by remaining tasks.
2877
2878 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2879
2880         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2881         (wl-folder-completion-function): Abolished.
2882         (wl-folder-complete-folder): New function.
2883         (wl-folder-complete-filter-condition): Ditto.
2884         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2885         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2886
2887 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2888
2889         * wl-draft.el (wl-draft-send-confirm): New function.
2890         (wl-draft-send): Use it.
2891
2892         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2893         cursor-in-echo-area while confirming.
2894
2895         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2896
2897         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2898         searching via nntp if wl-summary-search-via-nntp is 'force.
2899         Otherwise, invoke searching in nntp folder only.
2900         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2901
2902         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2903         explicitly for mime-make-text-tag.
2904
2905 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2906
2907         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2908         `mime-make-text-tag' instead of `mime-create-tag'.
2909
2910 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2911
2912         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2913         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2914
2915 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2916
2917         * wl-score.el (wl-score-save): Bind print-length and print-level.
2918         (wl-score-pretty-print): Ditto.
2919         (wl-score-edit-insert-header-entry): Ditto.
2920
2921         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2922         "From" entry to be treated with wl-draft-eword-encode-address-list.
2923         * wl-mime.el (wl-draft-preview-message): Ditto.
2924
2925         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2926         (wl-summary-mark-as-unread): Ditto.
2927         (wl-summary-mark-as-read-region): Change accordingly.
2928         (wl-summary-mark-as-unread-region): Ditto.
2929         (wl-summary-target-mark-mark-as-read): Ditto.
2930         (wl-summary-target-mark-mark-as-unread): Ditto.
2931
2932 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2933
2934         * Version number is increased to 2.11.2.
2935
2936 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2937
2938         * wl-news.el.in (wl-news-previous-version-save): Bind
2939         print-length and print-level.
2940         * wl-thread.el (wl-thread-save-entities): Ditto.
2941         (wl-thread-save-top-list): Bind print-length.
2942
2943 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2944
2945         * wl-highlight.el (wl-highlight-summary-line-string): Use
2946         wl-summary-score-below-mark, wl-summary-score-over-mark.
2947         (wl-highlight-summary-current-line): Ditto.
2948
2949 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2950
2951         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2952         insert it.
2953
2954 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2955
2956         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2957
2958 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2959
2960         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2961         message without msgid.
2962         Rewrite with elmo-folder-move-messages.
2963         Set wl-message-buffer to nil.
2964
2965         * wl-summary.el (wl-summary-erase-subr): New function. Use
2966         elmo-folder-move-messages.
2967         (wl-summary-erase): Call it.
2968         (wl-summary-target-mark-erase): Ditto.
2969
2970 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2971
2972         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2973         it is not up-tp-date.
2974
2975 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2976
2977         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2978         buffer after calling `wl-summary-goto-folder-subr' without the
2979         argument `interactive'.
2980         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2981
2982 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2983
2984         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2985         `mime-create-tag'. Use `string=' instead of `looking-at'.
2986
2987 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2988
2989         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2990         to avoid compile warning.
2991
2992         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2993         entity-id when folder is given.
2994         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2995         save-excursion, use save-selected-window instead.
2996         Select folder buffer window if exists.
2997         (To correct behavior with wl-folder-move-cur-folder.)
2998
2999 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3000
3001         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3002
3003 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3004
3005         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3006         list-count instead of %d.
3007
3008 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3009
3010         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3011         (wl-news): Set it.
3012         (wl-news-append-to-folder): Use it.
3013
3014         * wl-news.el.in (wl-news-send-news): Append to specified folder
3015         instead of wl-default-folder.
3016         (wl-news-append-to-folder): Show error message with specified folder.
3017
3018         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3019                 In most major modes, Emacs assumes that any opening
3020                 delimiter found at the left margin is the start of a
3021                 top-level definition, or defun. Therefore, *never put an
3022                 opening delimiter at the left margin unless it should have
3023                 that significance.*
3024
3025         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3026
3027 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3028
3029         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3030
3031 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3032
3033         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3034
3035 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3036
3037         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3038         for sequential numbering case.
3039
3040 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3041
3042         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3043         value.
3044         (wl-draft-reply-without-argument-list): Ditto.
3045         (wl-draft-reply-myself-with-argument-list): Abolish.
3046         (wl-draft-reply-myself-without-argument-list): Ditto.
3047         * wl-draft.el (wl-draft-self-reply-p): New function.
3048         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3049
3050 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3051
3052         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3053         (avoid error for the case without byte-compiling)
3054
3055 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3056
3057         * wl-news.el.in (wl-news-append-to-folder): New function.
3058         (wl-news-exit): Rewrite.
3059         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3060
3061 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3062
3063         * wl-draft.el (wl-draft-reply-position): New function.
3064         (wl-draft-reply-position): Fix.
3065         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3066         (wl-summary-target-mark-reply-with-citation): Ditto.
3067         (wl-summary-reply-with-citation): Ditto.
3068         * wl-vars.el (wl-draft-reply-default-position): New variable.
3069
3070 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3071
3072         * wl-draft.el (wl-draft-send): Preview when interactive send.
3073
3074 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3075
3076         * wl-draft.el (wl-draft-reply): Set default position.
3077         * wl-summary.el (wl-summary-reply): Ditto.
3078         (wl-summary-reply-with-citation): Ditto.
3079         (wl-summary-target-mark-reply-with-citation): Ditto.
3080
3081 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3082
3083         * wl-news.el.in (wl-news-lang): Set default value according to
3084         current-language-environment.
3085         (wl-news-append-news): Do nothing when news-list is nil.
3086
3087 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3088
3089         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3090         (wl-news): Change message.
3091         (wl-news-exit): Check buffer.
3092         (wl-news-force-exit): New function.
3093         (wl-news-show-all): New function.
3094         (wl-news-discard-and-exit): Fix.
3095
3096 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3097
3098         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3099         according to current-language-environment.
3100
3101         * wl-news.el.in (wl-news): If arg, show all NEWS after
3102         wl-news-default-previous-version.
3103
3104 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3105
3106         * wl-news.el.in (wl-news-check): Rewritten.
3107         (wl-news-previous-version-load): Change data type.
3108         (wl-news-previous-version-save): Change data type.
3109         (wl-news-append-news): Add return value.
3110         (wl-news-check-news): New function.
3111         (wl-news-already-current-p): New function.
3112         (wl-news-send-news): Rewritten.
3113         (wl-news-mode-map): Add new keybind.
3114         (wl-news): Rewritten.
3115         (wl-news-exit): Rewritten.
3116         (wl-news-discard-and-mail): New function.
3117         (wl-news-send-to-address): Abolished.
3118         * wl.el (wl-init): Delete a message.
3119
3120 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3121
3122         * wl-news.el.in (wl-news-exit): Update previous version.
3123         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3124
3125 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3126
3127         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3128
3129 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3130
3131         * wl-news.el.in (wl-news): New function.
3132         (wl-news-mode): New function.
3133         (wl-news-next-line): New function.
3134         (wl-news-next-page): New function.
3135         (wl-news-exit): New function.
3136         (wl-news-buf-name): New variable.
3137         (wl-news-mode-map): New variable.
3138         (wl-news-winconf): New variable.
3139         (wl-news-append-news): Add an option.
3140
3141 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3142
3143         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3144
3145 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3146
3147         * wl-news.el.in (wl-news-send-to-address): New variable.
3148         (wl-news-send-news): Use it.
3149         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3150         Return updating status.
3151         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3152
3153 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3154
3155         * wl-news.el.in (wl-news-send-news): Delete
3156         Organization and X-Face.
3157
3158 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3159
3160         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3161         (wl-news-append-news): New function.
3162         (wl-news-send-news): New function.
3163
3164 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3165
3166         * Version number is increased to 2.11.1.
3167
3168 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3169
3170         * wl-news.el.in : New file.
3171
3172 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3173
3174         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3175         default value.
3176         (wl-draft-reply-without-argument-list): Ditto.
3177
3178 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3179
3180         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3181         (wl-message-buffer-prefetch-idle-time): Ditto.
3182         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3183
3184 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3185
3186         * wl-thread.el (wl-thread-insert-message): Use
3187         wl-summary-max-thread-depth.
3188
3189         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3190         loop detection.
3191
3192         * wl-message.el (wl-message-buffer-display): Back to the first page
3193         when cache is hit.
3194
3195 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3196
3197         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3198
3199         * wl-summary.el (wl-summary-insert-thread-entity):
3200         If the thread depth is reached to wl-summary-max-thread-depth,
3201         divide the thread.
3202
3203 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3204
3205         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3206         for elmo-remove-passwd.
3207
3208 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3209
3210         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3211         folder is sticky.
3212         (wl-folder-mark-as-read-all-entity): Ditto.
3213         (wl-folder-prefetch-entity): Ditto.
3214
3215 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3216
3217         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3218
3219 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3220
3221         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3222         Delete messages on buffer for unplugged operation.
3223         (wl-summary-erase): Ditto.
3224
3225 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3226
3227         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3228         take nil so as not to search parent by subject.
3229
3230 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3231
3232         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3233         (wl-folder-get-next-folder): Ditto.
3234         (wl-folder-get-path): Ditto.
3235
3236 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3237
3238         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3239         system and encode the region with it before verifying.
3240
3241 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3242
3243         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3244         system of the echo buffer before decoding.
3245
3246 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3247
3248         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3249         original contents.
3250
3251 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3254         with argument 'any-exists.
3255
3256 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3257
3258         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3259         Use `wl-cs-autoconv'.
3260
3261 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3262
3263         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3264         by `mime-view-automatic-conversion'.
3265
3266         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3267         (wl-message-verify-pgp-nonmime): Ditto.
3268         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3269         Bind them to C-c:d and C-c:v respectively.
3270
3271         Merge following code by Teranishi-san from [wl-en:00167].
3272         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3273         (wl-mime-preview-application/pgp-encrypted): Ditto.
3274         (wl-mime-setup): Add entry.
3275
3276 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3277
3278         * wl-summary.el (wl-summary-target-mark-erase): New function.
3279         Bind it to "mD".
3280
3281 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * wl-vars.el (wl-draft-write-file-function): Fix.
3284         (wl-draft-reedit-hook): Changed default value.
3285
3286         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3287         wl-draft-reedit-hook.
3288         (wl-draft-remove-text-plain-tag): New function.
3289         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3290
3291         * wl-vars.el (wl-draft-write-file-function): New user option.
3292
3293         * wl-draft.el (wl-draft-prepare-edit): Use it for
3294         local-write-file-hooks.
3295         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3296
3297         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3298         (wl-draft-insert-mail-header-separator): Return the body beginning
3299         point.
3300         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3301         text/plain.
3302         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3303
3304 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3305
3306         * wl-summary.el (wl-summary-erase): New function to erase message
3307         without moving it to trash. Bind to "D".
3308
3309         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3310         as `keep' unless switch-function.
3311
3312 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3313
3314         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3315         message buffer by using `wl-summary-toggle-disp-msg'.
3316         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3317         buffer window.
3318         (wl-summary-supresedes-message): Ditto.
3319
3320         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3321         Do not delete other windows.
3322         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3323         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3324         (wl-draft-create-buffer): Set reply-or-forward also for target
3325         mark commands.
3326
3327 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-draft.el (wl-user-agent-compose): Delete special case for
3330         switch-to-buffer-other-window.
3331
3332         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3333         (wl-summary-forward): Ditto.
3334
3335         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3336         function.
3337         (wl-draft-buffer-style): New use option.
3338
3339         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3340         (wl-draft): Follow the change above.
3341         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3342         wl-draft-buffer-style.
3343         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3344         switch-function.
3345
3346 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3347
3348         * wl-address.el (wl-address-make-completion-entry): Extracted from
3349         `wl-address-make-completion-list'.
3350         (wl-address-enable-strict-loading): New variable.
3351         (wl-address-make-completion-list): Revive petname duplication
3352         inquiry, and enable it if `wl-address-enable-strict-loading'.
3353         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3354
3355 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3356
3357         * wl-message.el (wl-message-get-original-buffer): Avoid
3358         'Selecting deleted buffer' error when original buffer is killed.
3359
3360 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl-summary.el (wl-summary-next-message): Use
3363         elmo-message-accessible-p instead of elmo-message-cached-p.
3364
3365 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3366
3367         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3368
3369         * wl-thread.el (wl-thread-open-all-unread): Use
3370         elmo-folder-list-flagged instead of
3371         elmo-folder-list-messages-mark-match.
3372
3373         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3374         instead of elmo-folder-list-messages-mark-match.
3375         (wl-summary-move-spec-alist): New variable.
3376         (wl-summary-move-spec-plugged-alist,
3377         wl-summary-move-spec-unplugged-alist): Abolish.
3378         (wl-summary-next-message): Follow the change above.
3379         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3380         with 'no-msg' argument.
3381
3382         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3383         variable.
3384         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3385         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3386         (wl-message-buffer-prefetch-get-next): Follow the change above.
3387
3388 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3389
3390         * wl-version.el (wl-version): Changed codename.
3391
3392         * Version number is increased to 2.11.0.
3393
3394 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3395
3396         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3397         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3398         `wl-draft-config-variables'.
3399         (wl-draft-kill): Fixed problem when the draft is reedit.
3400
3401 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3402
3403         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3404         buffer-modified status (Thanks to
3405         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3406
3407 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3408
3409         * wl-util.el (wl-region-exists-p): New function.
3410
3411         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3412         Remove defvars for byte-compile warnings.
3413
3414 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3415
3416         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3417         defvar-maybe. Removed unused bind.
3418
3419 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3420
3421         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3422         summary buffer window before creating new frame.
3423         (wl-draft-reply): Ditto.
3424
3425 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3428
3429 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3430
3431         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3432
3433 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3434
3435         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3436         instead of `kill-region'.
3437
3438 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3441         (wl-highlight-summary-line-string): Use it.
3442         (wl-highlight-summary-current-line): Ditto.
3443
3444         * wl-mime.el (wl-message-delete-current-part): Check the class of
3445         mime-entity.
3446
3447         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3448
3449         * wl-summary.el (wl-summary-make-number-list): Initialize.
3450         (wl-summary-update-mark): New function.
3451         (wl-summary-reply): Put `answered' mark on the message.
3452         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3453
3454         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3455         (wl-draft-reply): Added optional argument `number';
3456         Set wl-draft-parent-number.
3457         (wl-draft-kill): Delete answered mark if it is a reply.
3458
3459 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3460
3461         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3462         that originates in mime-preview-follow-current-entity.
3463         (wl-draft-yank-current-message-entity): Use it if region is active.
3464
3465         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3466         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3467         `wl-message-delete-current-part'.
3468         * wl-mule.el (wl-message-define-keymap): Ditto.
3469         * wl-xmas.el (wl-message-define-keymap): Ditto.
3470
3471 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3472
3473         * wl-mime.el (wl-message-delete-current-part): New function.
3474         (wl-mime-node-id-to-string): Ditto.
3475
3476         * wl-mime.el (wl-message-delete-current-part): Use existing
3477         original buffer which corresponds current mime-view buffer.
3478         (fetched buffer might have different structure, possibly)
3479
3480         * wl-mime.el (wl-message-delete-current-part): Quit if the
3481         message content differs from the actual message.
3482
3483 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3484
3485         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3486         order.
3487         (wl-summary-search-by-subject): Search parent message from tail;
3488         Check the existence of the parent message on the current thread tree.
3489         (wl-summary-update-thread): Check whether the line is inserted.
3490
3491 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3492
3493         * wl-vars.el (wl-summary-line-format): Undo last change.
3494         * wl-summary.el (wl-summary-print-destination): Do not put
3495         invisible property when `wl-summary-width' is nil.
3496         (wl-summary-line-subject-minimum-length): Abolished.
3497         (wl-summary-line-subject): Ditto.
3498
3499 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3500
3501         * wl-vars.el (wl-summary-line-format): Change default value.
3502         (wl-summary-subject-length-limit): Abolished.
3503         * wl-summary.el (wl-summary-line-subject): Ditto.
3504
3505 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3506
3507         * wl-template.el (wl-template-select): Added optional argument.
3508         If optional argument is specified, reverse
3509         `wl-template-visible-select'.
3510
3511 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3514         Take prefix argument to force asking the destination folder.
3515
3516 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3519         count and update status.
3520
3521 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3522
3523         * wl-summary.el (wl-summary-redisplay-internal): If
3524         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3525         after fetching.
3526
3527 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3528
3529         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3530         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3531
3532         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3533
3534 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3535
3536         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3537         (All other related portions are changed).
3538         (wl-summary-mark-as-read-all): Rewrite.
3539
3540 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3543         `wl-summary-mark-as-read'.
3544         (wl-summary-mark-as-unread): Rewrite.
3545         (wl-summary-mark-as-read): Added no-modeline argument.
3546         (wl-summary-resume-cache-status): Rewrite.
3547         (wl-summary-exec-subr): Remove unused local variable.
3548
3549 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3550
3551         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3552         logic to call `wl-summary-buffer-prev-folder-function'.
3553         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3554
3555 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3558         is nil.
3559
3560 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3561
3562         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3563         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3564         (wl-mime-setup): Add its entry.
3565
3566 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3567
3568         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3569         (wl-summary-delete-cache): Likewise.
3570         (wl-summary-mark-as-read): Rewrite.
3571
3572 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3573
3574         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3575         `wl-summary-count-unread'.
3576
3577         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3578
3579         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3580
3581 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3582
3583         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3584         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3585         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3586         Renamed to the elmo-msgdb-*-mark.
3587         (wl-summary-score-marks): Follow the change above.
3588         (wl-summary-auto-refile-skip-marks): Ditto.
3589         (wl-summary-incorporate-marks): Ditto.
3590         (wl-summary-expire-reserve-marks): Ditto.
3591
3592         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3593         changes.
3594         (wl-thread-insert-top): Changed updating message.
3595
3596         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3597         variable.
3598         (wl-summary-count-unread): Count answered marks.
3599         (wl-summary-rescan): Call wl-summary-insert-message instead of
3600         wl-summary-append-message-func-internal.
3601         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3602         (wl-summary-prefetch-msg): Follow the variable name changes.
3603         (wl-summary-prefetch-region): Ditto.
3604         (wl-summary-mark-as-read-all): Follow the API changes;
3605         Don't call elmo-folder-replace-marks.
3606         (wl-summary-delete-cache): Follow the variable name changes.
3607         (wl-summary-resume-cache-status): Ditto.
3608         (wl-summary-update-status-marks): New function.
3609         (wl-summary-insert-message): New function.
3610         (wl-summary-sync-marks): Follow the variable name changes.
3611         (wl-summary-sync-update): Synchronize to the msgdb, too;
3612         Changed update messages.
3613         (wl-summary-make-number-list): Rewrite.
3614         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3615         (wl-summary-mark-as-unread): Follow the API changes.
3616         (wl-summary-exec-subr): Follow the variable name changes.
3617         (wl-summary-mark-as-read): Ditto.
3618         (wl-summary-move-spec-plugged-alist): Ditto.
3619         (wl-summary-move-spec-unplugged-alist): Ditto.
3620         (wl-summary-cursor-move-surface): Ditto.
3621
3622         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3623         variable name changes.
3624         (wl-highlight-summary-current-line): Ditto.
3625
3626         * wl-expire.el (wl-expire-refile): Follow the API change in
3627         elmo-folder-move-messages.
3628         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3629         (wl-summary-archive): Use elmo-folder-msgdb instead of
3630         elmo-msgdb-load.
3631
3632 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3633
3634         * wl-mime.el (wl-draft-preview-message): Restore the position
3635         before evaluating wl-draft-send-hook in preview buffer.
3636
3637 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3638
3639         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3640         when it creates new draft buffer.
3641
3642         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3643         without argument.
3644
3645         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3646         Evaluate content and if the value is string, insert it.
3647         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3648         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3649         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3650         wl-draft-config-sub-part-bottom): Use it.
3651
3652         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3653         with the folder name. The question was unintelligible when it is
3654         called from wl-save-status.
3655
3656 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3657
3658         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3659         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3660         cannot take second argument).
3661
3662 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3663
3664         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3665         as t. Since type and subtype are not case sensitive (RFC 2045).
3666
3667 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3668
3669         * wl-vars.el (wl-message-mode-line-format): New variable.
3670         (wl-message-mode-line-format-spec-alist): Ditto.
3671         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3672         (wl-message-redisplay): Use wl-message-mode-line-format.
3673
3674 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3677
3678 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-summary.el (wl-summary-default-from): Write description.
3681
3682 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3683
3684         * wl-vars.el (wl-ldap-objectclass): Abolish.
3685
3686         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3687         (wl-ldap-make-filter): Removed condition for objectclass.
3688         (wl-ldap-make-matched-value-list): Remove meaningless process.
3689         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3690         (wl-address-ldap-search): Don't add `*' to `pat' string;
3691         use ignore-errors; added `email';
3692         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3693         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3694         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3695
3696
3697 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3698
3699         * wl-draft.el (wl-draft-parent-folder): Write description.
3700         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3701
3702 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3705         as "" (zero-length string) if no parent.
3706         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3707
3708 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-address.el (wl-address-make-completion-list): Skip duplication
3711         checking.
3712         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3713         `append'.
3714
3715 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3716
3717         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3718         instead of `beginning-of-buffer'.
3719
3720 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3723
3724 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3725
3726         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3727         Refer wl-message-buffer-name.
3728         (wl-message-wheel-down): Ditto.
3729
3730 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-vars.el (wl-message-buffer-name): New user option.
3733
3734         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3735         directly instead of making alist dinamically.
3736
3737         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3738         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3739         wl-message-buffer-cache-name.
3740         (wl-message-buffer-cache-clean-up): Ditto.
3741
3742         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3743
3744         * Version number is increased to 2.9.15.
3745
3746 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3747
3748         * wl-vars.el (wl-summary-default-view-alist): New user option.
3749
3750         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3751
3752         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3753         while deleting address.
3754         (wl-draft-delete-myself-from-cc): Ditto.
3755
3756         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3757         If optional argument is specified, reverse sort order.
3758
3759         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3760
3761 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-thread.el (wl-thread-insert-message): Return parent number if
3764         exists.
3765         (wl-thread-update-indent-string-region): Use
3766         wl-thread-update-line-on-buffer-sub instead of
3767         wl-thread-update-line-on-buffer.
3768
3769 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3770
3771         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3772         (wl-folder-close-all): Ditto.
3773
3774 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3775
3776         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3777         and mailing-list:.
3778         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3779         value.
3780         (wl-summary-line-list-info): Print mailing-list name even when 
3781         list-number is empty.
3782
3783 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3784
3785         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3786
3787         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3788         (wl-draft-open-file): Ditto.
3789         (wl-draft-random-alphabet): Ditto.
3790
3791         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3792         bindings.
3793
3794 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3795
3796         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3797         * wl-vars.el (wl-draft-config-alist): Ditto.
3798
3799 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * Version number is increased to 2.9.14.
3802
3803         * wl.el (wl): Don't set wl-init as nil when error occured while
3804         auto-checking folders.
3805
3806         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3807         `elmo-expand-newtext'.
3808
3809 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3810
3811         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3812         `this-command' so that `wl-folder-goto-folder' contained in
3813         `wl-summary-keep-cursor-command' work.
3814
3815 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3816
3817         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3818         message buffer displaying state.
3819
3820 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3821
3822         * wl-vars.el (wl-summary-default-view): New variable to specify
3823         default value for `wl-summary-buffer-view' instead of using
3824         set-default.
3825         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3826
3827 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3828
3829         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3830
3831         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3832
3833 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3834
3835         * wl-vars.el (wl-forward-subject-prefix): New variable.
3836         * wl-draft.el (wl-draft-forward): Use it.
3837
3838 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl-message.el (wl-message-prev-page): When it is called without
3841         lines argument, scroll down by wl-message-scroll-amount lines.
3842         (wl-message-next-page): Ditto.
3843         * wl-vars.el (wl-message-scroll-amount): Change default value
3844         to preserve current behavior.
3845
3846 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3847
3848         * wl-summary.el (wl-summary-prefetch-msg): Bind
3849         `wl-message-entity' to call `wl-summary-from-function'.
3850
3851 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3852
3853         * wl-message.el (wl-message-buffer-create): Run
3854         wl-message-buffer-created-hook.
3855
3856 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3857
3858         * wl-summary.el (wl-summary-sort-specs): New variable.
3859         (wl-summary-default-sort-spec): Ditto.
3860         (wl-summary-sort): Rewrite.
3861         (wl-summary-sort-by-list-info): New function.
3862
3863 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3864
3865         * wl-summary.el (wl-summary-get-list-info): New function.
3866         (wl-summary-sort): Rewrite.
3867         (wl-summary-line-list-info): Ditto.
3868         (wl-summary-line-list-count): Ditto.
3869         (wl-summary-refile-region): Fixed docstring.
3870
3871 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3872
3873         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3874         `wl-folder-entity-hashtb' as completion table.
3875
3876 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3879         only when this command is called interactively; silence the byte-
3880         compiler.
3881
3882 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3883
3884         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3885         active in XEmacs.
3886
3887 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3888
3889         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3890         plural lines.
3891
3892 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3893
3894         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3895         of current line when the cursor is on the header name.
3896         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3897
3898 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3899
3900         * wl-util.el (wl-read-directory-name): Return displayed directory
3901         as the default value also on XEmacs.
3902
3903 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3904
3905         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3906         formatting.
3907
3908 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3911         argument and when it is non-nil, check face property before
3912         highlighting for each line.
3913         (wl-highlight-summary-window): Set it.
3914
3915 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3918         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3919
3920         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3921         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3922         (wl-draft-get-fcc-list): Likewise.
3923
3924 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3927         (wl-thread-entity-cur): Ditto.
3928         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3929         wl-thread-indent-regexp setting.
3930         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3931
3932         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3933         wl-summary-lazy-highlight.
3934         (wl-summary-display-bottom): Ditto.
3935
3936         * wl-thread.el (wl-thread-open-close): Likewise.
3937
3938         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3939         from and subject;
3940         Bind wl-draft-use-frame;
3941         Enclose with save-window-excursion;
3942         Use wl-draft-create-buffer instead of with-temp-buffer;
3943         Use wl-draft-prepare-edit;
3944         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3945         Use wl-draft-send instead of wl-draft-raw-send.
3946
3947 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3948
3949         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3950         of using wl-from.
3951
3952 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3955         insert-buffer instead of clone-buffer.
3956         (wl-draft-doing-mime-bcc): New variable.
3957         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3958         infinite loop.
3959         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3960
3961         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3962         (wl-draft-mime-bcc-body): Ditto.
3963
3964         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3965         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3966         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3967         wl-draft-do-mime-bcc.
3968         (wl-draft-mime-bcc-field): New function.
3969         (wl-draft-do-mime-bcc): Ditto.
3970
3971         * wl-address.el (wl-address-complete-header-list): New variable.
3972         (wl-address-complete-header-regexp): Changed default value.
3973
3974         * Version number is increased to 2.9.13.
3975
3976 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3977
3978         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3979         it is differed.
3980
3981 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3982
3983         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3984         (wl-summary-line-list-count): Ditto.
3985
3986 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3987
3988         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3989         (wl-nntp-posting-function): New variable.
3990         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3991         `wl-nntp-posting-config-alist'.
3992
3993 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3994
3995         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3996         FLIM.
3997
3998 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3999
4000         * wl-summary.el (wl-summary-target-mark-refile-sub):
4001         Remove a nuisance funcall.
4002
4003 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4004
4005         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4006         as t for `try-completion'.
4007
4008 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4009
4010         * wl-summary.el (wl-summary-default-from): Use
4011         wl-address-header-extract-address instead of
4012         std11-extract-address-components.
4013         (wl-summary-simple-from): Ditto.
4014         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4015         (wl-summary-insert-headers): Show message.
4016         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4017         for whole line.
4018         (wl-summary-default-from): Revert last change.
4019         (wl-summary-simple-from): Ditto.
4020         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4021         (wl-summary-mark-as-read-region): Follow the change above.
4022         (wl-summary-sync-marks): Ditto.
4023         (wl-summary-target-mark-mark-as-read): Ditto.
4024         (wl-summary-redisplay-internal): Ditto.
4025         (wl-summary-redisplay-no-mime-internal): Ditto.
4026         (wl-summary-redisplay-all-header): Ditto.
4027         (wl-summary-mark-as-read): Removed argument `cached';
4028         Use current cache status to set cache mark.
4029         (wl-summary-redisplay-internal): Follow the change above.
4030         (wl-summary-redisplay-no-mime-internal): Ditto.
4031         (wl-summary-redisplay-all-header): Ditto.
4032
4033         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4034
4035         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4036         Don't call itself recursively (Adviced by Yamaoka-san).
4037
4038 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4041         bind wl-summary-highlight as nil to avoid error caused by missing
4042         local variables.
4043
4044 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-vars.el (wl-invalid-character-message): New user option.
4047
4048         * wl-util.el (wl-set-string-width): If truncated string-width is
4049         larger than specified width, use `wl-invalid-character-message'.
4050
4051 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4052
4053         * wl-summary.el (wl-summary-prefetch-msg): 
4054         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4055
4056 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4057
4058         * wl-vars.el (wl-summary-check-line-format): New user option.
4059         (wl-summary-line-format-file): Ditto.
4060
4061         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4062         variable.
4063         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4064         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4065         and `wl-summary-view-old-p' to check whether do a rescan or not.
4066         (wl-summary-view-old-p): New function.
4067         (wl-summary-line-format-changed-p): Ditto.
4068         (wl-summary-line-format-save): Ditto.
4069         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4070
4071         * wl-util.el (wl-set-string-width): Avoid using negative number
4072         for make-string.
4073
4074 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4075
4076         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4077         return value.
4078
4079         * wl-util.el (wl-set-string-width): Added optional argument
4080         `padding' (All other related portions are changed).
4081         (wl-line-parse-format): If the first letter of column number is
4082         `0', zero-padding the result (ex: "%05l").
4083
4084         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4085
4086 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4087
4088         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4089         sequential summary view.
4090
4091 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4094         if it doesn't have a -unix version.
4095
4096 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4099
4100 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4101
4102         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4103         content.
4104         (wl-draft): Follow the change above.
4105
4106         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4107
4108         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4109         and wl-folder-summary-line-format-alist contain %T and %P.
4110
4111         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4112         (wl-summary-mode-line-format): New user option.
4113         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4114         (wl-summary-line-format): Changed default value.
4115         (wl-summary-lazy-highlight): Changed default value.
4116
4117         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4118         change in wl-summary-create-line.
4119         (wl-thread-insert-entity-sub): Ditto.
4120
4121         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4122         (wl-summary-buffer-unread-status): Ditto.
4123         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4124         (wl-summary-buffer-persistent-mark-column): Ditto.
4125         (wl-summary-buffer-mode-line-formatter): Ditto.
4126         (wl-summary-buffer-mode-line): Ditto.
4127         (wl-summary-message-regexp): Abolished.
4128         (All other related portions are changed.)
4129         (wl-summary-detect-mark-position): New function.
4130         (wl-summary-buffer-set-folder): Setup
4131         wl-summary-buffer-mode-line-formatter.
4132         (wl-summary-mode): Setup selective-display;
4133         Setup pre-idle-hook when xemacs.
4134         (wl-summary-update-modeline): Rewrite.
4135         (wl-summary-jump-to-msg): Define as function;
4136         Changed regexp for searching messages.
4137         (wl-summary-message-number): Rewrite.
4138         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4139         Do rescan when old type summary cache.
4140         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4141         (wl-summary-remove-destination): Use '\r' to detect EOL.
4142         (wl-summary-print-destination): Ditto.
4143         (wl-summary-temp-mark): New inline function.
4144         (wl-summary-persistent-mark): Ditto.
4145         (wl-summary-line-number): New function.
4146         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4147         (wl-summary-line-list-count): New function.
4148         (wl-summary-create-line): Added argument persistent-mark.
4149         (All other related portions are changed)
4150         (wl-summary-create-line): Insert '\r'.
4151         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4152         (wl-summary-cursor-move-surface): New inline function.
4153         (wl-summary-prev): Use it.
4154         (wl-summary-next): Ditto.
4155
4156         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4157         wl-summary-message-regexp.
4158         (wl-highlight-summary): Delete progress message.
4159         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4160
4161         * Version number is increased to 2.9.12.
4162
4163 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4164
4165         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4166         variable (nil: no minimum).
4167         (wl-summary-line-subject): Add some spaces after subject by
4168         wl-summary-line-subject-minimum-length.
4169
4170 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4171
4172         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4173         and removed `F'.
4174         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4175         change above).
4176
4177 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4178
4179         * wl-summary.el (wl-summary-line-list-count): Reverted.
4180         (example setting in samples/*/dot.wl is also updated)
4181
4182 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4185
4186         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4187
4188         * wl-vars.el (wl-summary-line-format): Addes some description to the
4189         docstring.
4190
4191         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4192         (wl-summary-line-close-bracket): Ditto.
4193         (wl-summary-line-children-number): Ditto.
4194         (wl-summary-line-thread-indent): Ditto.
4195         (wl-summary-line-children-and-from): Ditto.
4196
4197         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4198         't', 'c', 'F' and added 'C'.
4199
4200         * wl-util.el (wl-set-string-width): Accept negative value.
4201         (wl-line-parse-format): Added "%number(" and "%)".
4202
4203 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4204
4205         * wl-summary.el (wl-summary-line-list-count): Change format of the
4206         return value.
4207
4208 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4209
4210         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4211         from the recent message.el.
4212         (wl-draft-point-in-header-p): Ditto.
4213         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4214         wl-draft-beginning-of-line.
4215         * wl-e21.el (wl-draft-mode-map): Ditto.
4216         * wl-xmas.el (wl-draft-mode-map): Ditto.
4217
4218         * wl-folder.el: Sort macrodefs by dependencies.
4219
4220 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4221
4222         * wl-summary.el (wl-summary-prev): Fixed regexp.
4223         (wl-summary-next): Ditto.
4224
4225 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4226
4227         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4228
4229 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4230
4231         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4232         for backward compatibility.
4233
4234 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4235
4236         * wl-summary.el (wl-summary-line-list-count): New function, merged
4237         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4238         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4239         list counts.
4240
4241 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4242
4243         * wl-summary.el (wl-summary-create-line): Ignore errors while
4244         timezone-fix-time.
4245
4246         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4247
4248         * wl-summary.el (wl-summary-sync-update): Ditto.
4249         (wl-summary-default-from): Use wl-message-entity
4250         instead of entity.
4251
4252         * wl-summary.el (wl-summary-create-line): Fix.
4253
4254         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4255         (wl-summary-line-format): New user option.
4256         (wl-folder-summary-line-format-alist): Ditto.
4257         (wl-summary-from-width): Abolished.
4258
4259         * wl-util.el (toplevel): Require 'bytecomp.
4260         (wl-line-parse-format): New function.
4261         (wl-line-formatter-setup): New macro.
4262
4263         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4264         (wl-summary-buffer-line-formatter): New buffer local variable.
4265         (wl-summary-switch-to-clone-buffer): Follow the change above.
4266         (wl-summary-message-regexp): Fix.
4267         (wl-summary-from-func-internal): Abolished.
4268         (wl-summary-subject-func-internal): Ditto.
4269         (wl-summary-subject-filter-func-internal): Ditto.
4270         (All other related portions are changed.)
4271         (wl-summary-buffer-set-folder):
4272         Set up wl-summary-buffer-number-column and 
4273         wl-summary-buffer-line-formatter
4274         (All other related portions are changed.)
4275         (wl-summary-buffer-number-column-detect): Abolished.
4276         (All other related portions are changed.)
4277         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4278         (wl-summary-delete-all-temp-marks-on-buffer): Use
4279         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4280         (wl-summary-target-mark-delete): Ditto.
4281         (wl-summary-target-mark-refile-subr): Ditto.
4282         (wl-summary-target-mark-mark-as-read): Ditto.
4283         (wl-summary-target-mark-mark-as-unread): Ditto.
4284         (wl-summary-target-mark-mark-as-important): Ditto.
4285         (wl-summary-target-mark-save): Ditto.
4286         (wl-summary-replace-status-marks): Renamed from
4287         wl-summary-set-status-marks-on-buffer;
4288         Use wl-summary-message-regexp instead of
4289         wl-summary-buffer-number-regexp.
4290         (wl-summary-sync-update): Follow the change above.
4291         (wl-summary-goto-previous-message-beginning): New function.
4292         (wl-summary-mark-as-unread): Use it.
4293         (wl-summary-mark-as-important): Ditto.
4294         (wl-summary-line-formatter): New variable.
4295         (wl-summary-line-year): New function.
4296         (wl-summary-line-day): Ditto.
4297         (wl-summary-line-day-of-week): Ditto.
4298         (wl-summary-line-hour): Ditto.
4299         (wl-summary-line-minute): Ditto.
4300         (wl-summary-line-open-bracket): Ditto.
4301         (wl-summary-line-close-bracket): Ditto.
4302         (wl-summary-line-children-number): Ditto.
4303         (wl-summary-line-thread-indent): Ditto.
4304         (wl-summary-line-size): Ditto.
4305         (wl-summary-line-subject): Ditto.
4306         (wl-summary-line-from): Ditto.
4307         (wl-summary-line-children-and-from): Ditto.
4308         (wl-summary-create-line): Rewritten.
4309         (wl-summary-format-date): Abolished.
4310
4311         * wl-highlight.el (wl-highlight-summary-current-line): Use
4312         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4313         Use thread structure to detect thread top message.
4314
4315         * wl-draft.el (wl-default-draft-cite): Don't use
4316         wl-summary-from-func-internal.
4317
4318         * wl-refile.el (wl-refile-subject-learn): Don't use
4319         wl-summary-subject-filter-func-internal.
4320         (wl-refile-guess-by-subject): Ditto.
4321
4322         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4323         parameters.
4324
4325         * wl-thread.el (wl-thread-update-indent-string-region):
4326         Use wl-thread-update-line-on-buffer instead of
4327         wl-thread-update-indent-string.
4328         (wl-thread-update-children-number): Redefine using
4329         wl-thread-update-line-on-buffer.
4330         (wl-thread-update-indent-string): Abolished.
4331
4332         * Version number is increased to 2.9.11.
4333
4334 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4335
4336         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4337         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4338         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4339
4340         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4341         as nil.
4342
4343         * wl-thread.el (wl-thread-open-all-unread): Use 
4344         elmo-folder-list-messages-mark-match.
4345         (wl-thread-insert-message): Removed argument `mark-alist'.
4346         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4347         elmo-msgdb-set-mark.
4348         (wl-thread-get-children-msgs-uncached): Likewise.
4349         (wl-thread-get-exist-children): Added argument include-self.
4350         (wl-thread-delete-message): Follow the change above.
4351
4352         * wl-summary.el (wl-summary-count-unread): Removed argument.
4353         (wl-summary-rescan): Follow the change above.
4354         (wl-summary-mark-as-read-region): Ditto
4355         (wl-summary-mark-as-unread-region): Ditto.
4356         (wl-summary-delete-messages-on-buffer): Ditto.
4357         (wl-summary-sync-update): Ditto.
4358         (wl-summary-switch-to-clone-buffer): Ditto.
4359         (wl-summary-goto-folder-subr): Ditto.
4360         (wl-summary-target-mark-mark-as-read): Ditto.
4361         (wl-summary-target-mark-mark-as-unread): Ditto.
4362         (wl-summary-target-mark-mark-as-important): Ditto.
4363         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4364         (wl-summary-update-thread): Removed argument `mark-alist'.
4365         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4366         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4367         (wl-summary-resume-cache-status): Likewise.
4368         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4369         elmo-msgdb-set-mark.
4370         (wl-summary-mark-as-read-all): Likewise.
4371         (wl-summary-delete-cache): Ditto.
4372         (wl-summary-auto-select-msg-p): Ditto.
4373         (wl-summary-mark-as-unread): Ditto.
4374         (wl-summary-no-auto-refile-message-p): Ditto.
4375         (wl-summary-mark-as-read): Ditto.
4376         (wl-summary-mark-as-important): Ditto.
4377         (wl-summary-auto-refile): Follow the change above.
4378         (wl-summary-delete-all-marks): Removed.
4379         (wl-summary-resume-marks-and-highlight): Ditto.
4380         (wl-summary-resume-marks): Ditto.
4381         (wl-summary-delete-important-msgs-from-list): Ditto.
4382         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4383
4384         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4385         wl-summary-count-unread.
4386
4387         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4388         (wl-summary-score-update-all-lines): Use
4389         elmo-msgdb-set-mark.
4390
4391 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4392
4393         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4394         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4395         (wl-summary-create-line): Renamed from
4396         wl-summary-overview-create-summary-line;
4397         Argument rearrangement.
4398         (wl-summary-update-thread): Follow the change above.
4399
4400         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4401         (wl-thread-insert-entity-sub): Likewise.
4402
4403         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4404         argument `overview', `mark-alist' and added `msgdb'.
4405
4406         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4407
4408         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4409         (wl-summary-rescan): Follow the change above.
4410         (wl-summary-sync-update): Ditto.
4411         (wl-summary-insert-thread-entity): Ditto;
4412         Don't use `let*' in every while loop;
4413         Detect infinite loop of threads.
4414         (wl-summary-update-thread): Removed argument `overview'.
4415
4416         * wl-thread.el (wl-thread-insert-message): Ditto.
4417
4418         * Version number is increased to 2.9.10.
4419
4420         * wl-message.el (wl-message-redisplay): Ignore errors while
4421         wl-message-redisplay-hook.
4422
4423 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4426
4427 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4428
4429         * wl.el (wl): inhibit-quit while wl-folder.
4430
4431 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4432
4433         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4434         while msgdb access.
4435
4436 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4437
4438         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4439         even if no folder is not created.
4440
4441 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4442
4443         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4444
4445         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4446         implementation.
4447         (wl-summary-target-mark-thread): Ditto.
4448
4449         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4450
4451 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4452
4453         * wl-util.el (wl-display-bytes): Remove unused function.
4454
4455 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4458         seems critical one (partially reverse the change in 2002/03/17).
4459
4460 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4461
4462         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4463         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4464
4465 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4466
4467         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4468         is not writable.
4469         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4470         plugged status instead of `'force' as 2nd argument.
4471
4472         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4473         is not creatable.
4474
4475         * Version number is increased to 2.9.9.
4476
4477 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4478
4479         * wl-summary.el (wl-summary-suspend): New function.
4480
4481 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4482
4483         * wl.el (wl): Do not check variables if check is nil.
4484         * wl-utils.el (wl-collect-draft): New function.
4485         * wl-folder.el (wl-folder-suspend): Put summary buffers
4486         and draft buffers at the end of buffer list.
4487         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4488
4489 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4490
4491         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4492         loop instead of recursive call.
4493
4494         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4495         2nd argument.
4496
4497 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-draft.el (wl-draft-create-contents): Don't take neither
4500         (function . args) nor (string . something) any more.
4501
4502         * wl-version.el (wl-generate-user-agent-string): Return string
4503         without header symbol.
4504         * wl-draft.el (wl-draft-default-headers): Use it.
4505
4506         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4507         `wl-draft-insert-ccs' and return field value instead of inserting
4508         the header. Abolish cc argument.
4509         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4510
4511         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4512         rather than one with string car.
4513
4514         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4515         * wl-draft.el (wl-draft-create-contents): Add it after the default
4516         headers.
4517
4518         * wl-draft.el (wl-draft-create-contents): For the case of
4519         (symbol-or-string . function) insert header only when the function
4520         returns string value.
4521
4522 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4523
4524         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4525         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4526
4527 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4528
4529         * wl.el (wl-check-environment): Don't check Message-ID when
4530         `wl-insert-message-id' is nil.
4531         Revive checking if `wl-message-id-domain' contains "@".
4532
4533 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4534
4535         * wl.el (wl-check-environment): Merge examination for "@" at
4536         inappropriate position into the first string-match.
4537
4538         * wl-summary.el (wl-summary-target-mark-print): New function.
4539         (wl-summary-pipe-message-subr): Extracted from
4540         `wl-summary-pipe-message'.
4541         (wl-summary-target-mark-pipe): New function.
4542         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4543         `wl-summary-target-mark-pipe'.
4544
4545 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4548
4549 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4550
4551         * wl.el (wl-check-environment): Use elmo-warning instead of
4552         error for non-critical ones.
4553         Remove trash folder check.
4554         (wl): Don't ignore error in wl-check-environment.
4555
4556         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4557         check, which is moved from `wl-check-environment'.
4558         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4559
4560 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4563         guess anything, call wl-summary-write.
4564         (wl-summary-write): Create draft with blank To field.
4565         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4566
4567 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4570         argument full as well for wl-folder-write-current-folder.
4571         If wl-*-write-current-folder cannot guess addressee, add blank
4572         To header.
4573         Rewrite condition for positioning cursor.
4574
4575 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4576
4577         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4578         summary buffer is present, use it.
4579         (wl-folder-jump-to-previous-summary): Ditto.
4580
4581 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4584
4585         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4586         wl-summary-previous-buffer and wl-summary-next-buffer.
4587
4588         * wl-folder.el (wl-folder-mode-map): Bind
4589         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4590         (wl-folder-jump-to-next-summary): New function.
4591         (wl-folder-jump-to-previous-summary): Ditto.
4592
4593         * wl-draft.el (wl-draft): Rearranged.
4594
4595 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4598         of header.
4599         (wl-draft): Collect arguments for the header as header-alist.
4600         (wl-draft-forward): Arrange arguments for wl-draft.
4601         (wl-draft-reply): Ditto.
4602         (wl-draft-edit-string): Ditto.
4603         * wl-summary.el (wl-summary-write): Ditto.
4604         (wl-summary-write-current-folder): Ditto.
4605
4606         * Version number is increased to 2.9.8.
4607
4608 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4611
4612         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4613
4614         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4615         even if the guess failed.
4616
4617         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4618         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4619         wl-summary-write-current-folder.
4620         * wl-xmas.el: Ditto.
4621
4622 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4623
4624         * wl-summary.el (wl-summary-next-page): Force display message if
4625         message is not displayed yet.
4626         (wl-summary-prev-page): Ditto.
4627
4628 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4629
4630         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4631
4632 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4633
4634         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4635         add "Preview Message" and "Save Draft and Exit".
4636
4637 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4638
4639         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4640         if addrmgr is called from draft in splitted window.
4641
4642         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4643         * wl-mule.el: Ditto.
4644         * wl-xmas.el: Ditto.
4645
4646 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4649
4650         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4651         * wl-xmas.el (wl-folder-toolbar): Ditto.
4652
4653 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4656         and wl-draft-save-and-exit.
4657         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4658         * wl-xmas.el: Ditto.
4659         * wl-mule.el: Ditto.
4660
4661         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4662         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4663
4664 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4665
4666         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4667         lists for saving buffer.
4668
4669 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4672         parent-folder argument instead of it.
4673         (wl-draft-create-buffer): Ditto.
4674         (wl-draft-forward): Ditto.
4675         (wl-draft-reply): Ditto.
4676         * wl-summary.el (wl-summary-write): Ditto.
4677         (wl-summary-write-current-folder): Ditto.
4678
4679         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4680         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4681         Folder buffer after composing.
4682
4683 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4686         header if the file `wl-x-face-file' already contains it.
4687
4688 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4689
4690         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4691         folder" entry.
4692         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4693         * wl-e21.el (wl-folder-toolbar): Ditto.
4694         * wl-xmas.el (wl-folder-toolbar): Ditto.
4695
4696 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4699         wl-folder-goto-folder with sticky argument.
4700         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4701
4702 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4705         and wl-summary-previous-buffer.
4706         (wl-summary-next-buffer): New function.
4707         (wl-summary-previous-buffer): Ditto.
4708
4709 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4712         wl-folder-jump-to-current-entity-with-arg.
4713         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4714         `wl-folder-jump-to-current-entity'.
4715         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4716         `wl-summary-goto-folder-sticky'.
4717         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4718         `wl-summary-goto-folder'.
4719         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4720         Unless force-exit, do not clean temp. marks for sticky summary.
4721         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4722
4723 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4724
4725         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4726         not entire.
4727
4728 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4729
4730         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4731         to `C-x C-s'.
4732         (wl-summary-save-status): New command.
4733         (wl-summary-exit): Don't clean-up temp marks when sticky.
4734         (Applied patch from Nakayama-san [wl: 09548])
4735         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4736         Do nothing when no mark data.
4737         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4738         Call `wl-summary-delete-all-temp-marks' before saving.
4739
4740 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4741
4742         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4743
4744 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4745
4746         * wl.el (wl-check-environment): Also cause error when (system-name)
4747         returns "localhost.localdomain". (Although it doesn't affect because
4748         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4749
4750 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4753         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4754
4755         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4756         value.
4757
4758 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4759
4760         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4761         Likewise r-cc-list and r-ng-list.
4762
4763 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4764
4765         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4766         only if it is bound as variable.
4767
4768         * wl-mime.el (wl-draft-preview-message): Ditto.
4769
4770 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4773         needless `goto-char'.
4774
4775         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4776         `wl-summary-redisplay-no-mime-internal' instead of
4777         `wl-summary-redisplay-no-mime'.
4778         (wl-summary-redisplay-no-mime): Changed argument;
4779         Call `wl-summary-redisplay-no-mime-internal'.
4780
4781         * wl-mime.el (wl-draft-preview-message): Bind
4782         `mime-header-encode-method-alist' locally.
4783
4784         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4785         (wl-draft-std11-parse-addresses): Added the first address check.
4786         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4787
4788         * Version number is increased to 2.9.7.
4789
4790 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4791
4792         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4793
4794 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4795
4796         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4797         related to scrollbar support, if there is no such a feature
4798         compiled in.
4799
4800 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4801
4802         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4803         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4804         for prefetch.
4805
4806 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4807
4808         * wl-summary.el (wl-summary-pick): Fix for no match.
4809
4810 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4811
4812         * wl-draft.el (wl-draft-save):
4813         Override `mime-header-encode-method-alist'.
4814
4815 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4816
4817         * wl-folder.el (wl-folder-pick): New function.
4818         Define key as "?".
4819
4820 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4821
4822         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4823         Fix for unplugged.
4824
4825 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4826
4827         * wl-folder.el (wl-folder-virtual): New function.
4828         Define key as "V".
4829
4830 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4831
4832         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4833         multi folder if entity is group.
4834
4835 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4836
4837         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4838         is nil.
4839
4840 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4841
4842         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4843         (wl-summary-target-mark-msgs): Return the number of marked messages.
4844
4845 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4846
4847         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4848         "first:" is specified.
4849
4850 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * wl-vars.el (wl-from): Use return value of function
4853         user-full-name instead of the variable user-full-name since
4854         XEmacs-20.4 doesn't set this variable.
4855
4856 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4859         call `wl' directly.
4860
4861 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4862
4863         * wl-draft.el (wl-draft-reedit): Removed duplicated
4864         switch-to-buffers.
4865
4866 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * wl.el (wl-other-frame): Removed garbages.
4869
4870 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4873
4874         * wl-xmas.el (wl-draft-key-setup): Ditto.
4875
4876         * wl-mule.el (wl-draft-key-setup): Ditto.
4877
4878         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4879         (wl-draft-reedit): Ditto.
4880         (wl-draft-prepare-edit): Add `wl-draft-save' to
4881         `local-write-file-hooks'.
4882         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4883         (wl-draft-reedit): Set buffer-file-name.
4884         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4885
4886
4887         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4888         call it.
4889         (wl-delete-startup-frame-function): New variable.
4890         (wl-other-frame): New function
4891         (Original was written by Yamaoka san [wl: 09239]).
4892
4893         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4894         if `wl-folder-use-frame'.
4895
4896 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4897
4898         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4899
4900 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4901
4902         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4903         New variable.
4904         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4905         (wl-message-buffer-prefetch-get-next): Use them.
4906         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4907
4908 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4911         with unwind-protect.
4912
4913         * wl-draft.el (wl-draft-reedit): Rewrite.
4914         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4915         (wl-draft-save): Insert header separator if it does not exist;
4916         Removed condition-case.
4917
4918         * wl-summary.el (wl-summary-reedit): Revert last change.
4919
4920         * wl-draft.el (wl-draft-save): Rewrite.
4921         (wl-draft-create-buffer): Set buffer-file-name as nil.
4922
4923         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4924
4925         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4926
4927         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4928         nil.
4929
4930 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4931
4932         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4933         If count is nil, do not prefetch.
4934         (wl-message-buffer-prefetch-next): Next.
4935
4936 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4937
4938         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4939
4940 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4941
4942         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4943         `delete-backward-char'
4944         (wl-draft-prepare-edit): Check major-mode.
4945         (wl-draft-decode-header): Rewrite.
4946         (wl-draft): Fix.
4947
4948 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4951
4952 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4953
4954         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4955         (wl-message-buffer-prefetch-get-next): Remove size checking.
4956         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4957
4958 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4961         (wl-draft-default-headers): Fix.
4962
4963 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-draft.el (wl-draft-default-headers): Insert return value of
4966         `wl-generate-mailer-string-function'.
4967
4968 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4969
4970         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4971         (wl-draft-insert-mail-header-separator): Ditto.
4972
4973         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4974         again (Reverted the change on 2002-01-17 by OKADA san).
4975
4976 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4977
4978         * wl-draft.el (wl-draft): Rewrite.
4979         (wl-draft-create-buffer): New function.
4980         (wl-draft-create-contents): Ditto.
4981         (wl-draft-prepare-edit): Ditto.
4982         (wl-draft-decode-header): Ditto.
4983         (wl-draft-decode-body): Ditto.
4984         (wl-draft-check-new-line): Ditto.
4985         (wl-draft-default-headers): Ditto.
4986         (wl-draft-insert-mail-header-separator): Ditto.
4987
4988 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4989
4990         * Version number is increased to 2.9.6.
4991
4992 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4993
4994         * wl-draft.el (wl-draft-delete-field): Optional argument.
4995         (wl-draft-delete-fields): Ditto.
4996
4997 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4998
4999         * wl-message.el (toplevel): Eliminated byte-compile warning.
5000         for `itimer-function', `delete-timer' and `itimer-list'.
5001
5002 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5003
5004         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5005         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5006         `wl-message-buffer-prefetch-threshold'.
5007         * wl-summary.el (wl-summary-redisplay-internal): Remove
5008         the check of `wl-message-buffer-prefetch-depth'.
5009
5010 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5013         size of article.
5014         (wl-message-buffer-prefetch-subr): Remove size check.
5015
5016 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5017
5018         * wl-vars.el (wl-plugged): Make customizable.
5019
5020 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5021
5022         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5023         (wl-message-buffer-prefetch-set-timer): New function.
5024         (wl-message-buffer-prefetch-get-next): New function.
5025         (wl-message-buffer-prefetch): New function.
5026         (wl-message-buffer-prefetch-next): Rewrite.
5027         (wl-message-buffer-prefetch-subr): Rewrite.
5028         * wl-vars.el (wl-auto-prefetch-first): New variable.
5029         * wl-summary.el (wl-summary-goto-folder-subr): Call
5030         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5031
5032 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5033
5034         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5035         `wl-summary-unread-message-hook'.
5036
5037 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5038
5039         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5040         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5041         if range is `cache-status'.
5042
5043 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-message.el (wl-message-buffer-prefetch-subr):
5046         Improve debug message.
5047
5048 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5051         `wl-mail-send-pre-hook'.
5052         (wl-draft-send-mail-with-qmail): Ditto.
5053         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5054
5055 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5056
5057         * wl-message.el (wl-message-buffer-prefetch-subr):
5058         Fix for cancel-function-timers bug.
5059         (wl-message-buffer-prefetch-debug): Default value is t.
5060
5061 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5062
5063         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5064         (wl-message-buffer-prefetch-subr): Rewrite.
5065         Rename from `wl-message-buffer-prefetch'.
5066
5067 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5068
5069         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5070         (wl-default-draft-cite-decorate-author): Ditto.
5071
5072         * wl-draft.el (wl-draft-cite-function): Removed.
5073         (wl-default-draft-cite-decorate-author): Ditto.
5074
5075 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5076
5077         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5078         (wl-default-draft-cite): Do not arrange author name if the value of
5079         `wl-default-draft-cite-decorate-author' is nil.
5080
5081 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5082
5083         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5084
5085         * wl-folder.el (wl-folder-check-one-entity): Don't care
5086         `elmo-folder-use-flag-p'.
5087
5088 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5089
5090         * wl-folder (wl-folder-check-one-entity): Fix
5091         problem if unread is nil.
5092
5093 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5094
5095         * wl-address.el (wl-address-make-completion-list): Check whether
5096         the address is a group list.
5097         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5098
5099 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5100
5101         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5102         The number of the messages of new and unread does not count
5103         correctly.
5104
5105         * wl-summary.el (wl-summary-count-unread): Changed to return
5106         `(new . unread)' instead of total.
5107         (wl-summary-sync-update): Follow the change above.
5108
5109         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5110
5111 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5112
5113         * wl-address.el (wl-address-make-completion-list): Do not enclose
5114         address by " <" and ">" if associated realname is "".
5115         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5116         This is against the promblem with group list in .addresses pointed
5117         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5118
5119 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5122         message is a format control string.
5123         * wl-expire.el (wl-expire-append-log): Ditto.
5124         * wl-mime.el (wl-summary-burst-subr): Ditto.
5125         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5126         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5127
5128 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5129
5130         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5131         wl.el (wl-check-variables): Rename from `wl-check-type'.
5132         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5133         (wl-check-variables-2): New function.
5134         (wl): Call `wl-check-variables-2'.
5135
5136 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5137
5138         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5139         after renaming folder in access group.
5140
5141 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5142
5143         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5144         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5145         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5146         (wl-message-buffer-prefetch): Rewrite.
5147         (wl-message-buffer-prefetch-idle-time): Removed.
5148         * wl-summary.el (wl-summary-redisplay-internal):
5149         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5150         Error check for `wl-message-buffer-prefetch-depht'.
5151
5152 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5153
5154         * Version number is increased to 2.9.5.
5155         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5156
5157 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5158
5159         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5160         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5161         Based on the patch written by
5162         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5163
5164 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5165
5166         * wl-draft.el (wl-draft-raw-send): Fix for
5167         `wl-news-send-pre-hook'
5168
5169 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5170
5171         * wl-utils.el (wl-message-id-function): New variable.
5172         * wl-draft.el (wl-draft-insert-required-fields):
5173         Use `wl-message-id-function'.
5174
5175 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5176
5177         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5178         * wl-utils.el (wl-draft-make-message-id-string):
5179         Use `wl-from' for domain part of Message-ID
5180         if `wl-message-id-use-wl-from' if non-nil.
5181         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5182
5183 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5184
5185         * wl.el (wl): Call `wl-check-type'
5186         Do not 'condition-case'.
5187
5188 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5189
5190         * wl.el (wl-check-type): New function.
5191         (wl-check-type-variables): New variable.
5192
5193 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5194
5195         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5196
5197 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5198
5199         * wl-draft.el (wl-smtp-password-key): New function.
5200         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5201         (wl-draft-send-mail-with-smtp): Ditto.
5202         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5203
5204 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5205
5206         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5207         * wl-utils.el (wl-unique-id-suffix): Remove.
5208
5209 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5210
5211         * Version number is increased to 2.9.4.
5212
5213 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5214
5215         * wl-utils.el (wl-unique-id-suffix): New variable.
5216         (wl-unique-id): Use `wl-unique-id-suffix'
5217
5218 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5219
5220         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5221         instead of `elmo-msgdb-search'.
5222
5223         * Version number is increased to 2.9.3.
5224
5225 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5226
5227         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5228
5229 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5230
5231         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5232         (wl-draft-dispatch-message): Changed for send-later.
5233         (wl-draft-queue-flush): Ditto.
5234         (wl-draft): Clear `wl-sent-message-queued'.
5235         (wl-draft-reedit): Ditto.
5236         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5237         * wl-vars.el (wl-draft-force-queuing): New variable.
5238         (wl-draft-force-queuing-mail): New variable.
5239         (wl-draft-force-queuing-news): New variable.
5240
5241 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5242
5243         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5244         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5245
5246 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5247
5248         * Version number is increased to 2.9.2.
5249
5250 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * wl-draft.el (wl-draft-elide-region): New user command.
5253         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5254
5255         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5256         command `wl-draft-elide-region'.
5257         * wl-mule.el: Ditto.
5258         * wl-xmas.el: Ditto.
5259
5260 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5261
5262         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5263         (wl-biff-check-folder-async): Removed needless let.
5264
5265 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5268         wl-folder-get-elmo-folder.
5269         (wl-biff-check-folder): Set `biff' argument of
5270         `wl-folder-check-one-entity'.
5271         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5272
5273         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5274         (wl-folder-check-one-entity): Added `biff' argument;
5275         Setup `biff' slot of folder.
5276
5277         * Version number is increased to 2.9.1.
5278
5279 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5280
5281         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5282         comment out and fixed.
5283         (wl-fldmgr-add-completion-subr): Ditto.
5284
5285         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5286         and msgdb.
5287
5288         * wl.el (wl-toggle-plugged): Save summary view.
5289
5290 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5293
5294 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5295
5296         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5297
5298 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5301         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5302         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5303
5304         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5305         if it was failed.
5306         (wl-demo): Disable undo in the demo buffer.
5307
5308 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-version.el (wl-version): Changed codename.
5311
5312         * Version number is increased to 2.9.0.
5313
5314 2001-12-14  Takuo KITAME <kitame@northeye.org>
5315
5316         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5317         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5318         (wl-folder-mark-as-read-all-current-entity): Ditto.
5319
5320 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-vars.el (wl-from-width): Define as obsolete variable.
5323         (wl-subject-length-limit): Ditto.
5324
5325         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5326
5327         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5328         wl-summary-save-view.
5329
5330         * wl.el (wl-save-status): Ditto.
5331         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5332
5333         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5334         (wl-summary-exit): Follow the change above.
5335         (wl-summary-goto-folder-subr): Ditto.
5336
5337         * wl-folder.el (wl-folder-create-subr): Don't use
5338         `elmo-folder-creatable-p'.
5339
5340 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5343
5344 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5347         rather than bitmap on Emacs 21.
5348         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5349         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5350         for xbm if the new redisplay engine is not available.
5351
5352 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5353
5354         * wl-folder.el (wl-folder-init-hook): New hook.
5355         (wl-folder-init): Run `wl-folder-init-hook'.
5356
5357 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5360
5361 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5362
5363         * wl-acap.el (wl-acap-cache-filename): New variable.
5364         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5365         (wl-acap-init): Use cache if no ACAP server found.
5366
5367 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5368
5369         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5370         `wl-acap-original-msgdb-dir'.
5371
5372         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5373         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5374
5375         * wl-mime.el (wl-mime-save-directory): Renamed from
5376         `wl-mime-save-dir'.
5377
5378 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5381
5382         * wl-demo.el: Require `path-util'.
5383         (wl-demo-bitmap-mule-available-p): New internal variable.
5384         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5385         `module-installed-p' instead.
5386         (wl-demo-insert-image): Use *.img file for a bitmap image.
5387         (wl-demo): Don't call the ascii demo recursively.
5388
5389 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5390
5391         * Version number is increased to 2.7.7.
5392
5393 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl.el (wl-exit): Eliminated byte-compile warning.
5396
5397 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5398
5399         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5400         obsolete variable using `elmo-define-obsolete-variable'.
5401         (wl-fetch-confirm-threshold): Ditto.
5402         (wl-cache-prefetch-folder-type-list): Ditto.
5403         (wl-cache-prefetch-folder-list): Ditto.
5404
5405 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5408         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5409         (wl-demo-insert-image): New function.
5410         (wl-demo-insert-text): New function.
5411         (wl-demo-image-type-alist): Redefine as a function.
5412         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5413         (wl-demo-with-temp-file-buffer): Removed.
5414         (wl-logo-xpm): Removed.
5415         (wl-logo-xbm): Removed.
5416         (wl-logo-bitmap): Removed.
5417
5418 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5419
5420         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5421         (wl-expire-localdir-get-folder-function): New user option.
5422         (wl-expire-localdir-get-folder): New function.
5423         (wl-expire-localdir-date): Ditto.
5424
5425 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5426
5427         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5428         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5429         Fixed unread number mismatch when all-unread < unread.
5430
5431 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5434         (wl-fetch-confirm-threshold): Ditto.
5435
5436         * wl-summary.el (wl-summary-confirm-appends): Removed.
5437         (wl-summary-sync-update): Don't refer
5438         `wl-summary-update-confirm-threshold' (It is now abolished).
5439
5440         * wl-message.el (wl-message-display-internal): Don't refer
5441         `wl-fetch-confirm-threshold' (It is now abolished).
5442
5443 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5446
5447 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5448
5449         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5450         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5451         Change default value to nil.
5452         (wl-summary-indent-length-limit): The value can be nil, nil means
5453         unlimited.
5454
5455         * wl-summary.el: Don't set limit for indent length if the value of
5456         wl-summary-indent-length-limit is nil.
5457         If the value of wl-summary-width is nil, it means only that the width
5458         of summary is unlimited (nil doesn't mean that the indent length is
5459         unlimited).
5460
5461         * wl-thread.el: Ditto.
5462
5463 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5464
5465         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5466         be nil, nil means never confirm.
5467         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5468
5469 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5470
5471         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5472         means unlimited).
5473
5474 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5475
5476         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5477         Use `with-temp-buffer'.
5478
5479 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5480
5481         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5482         with new backquote style).
5483         (wl-folder-get-entity-from-buffer): Ditto.
5484
5485 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5486
5487         * wl-version.el (nemacs-version): Eliminated.
5488         (wl-extended-emacs-version2): Ignore nemacs.
5489         (wl-extended-emacs-version3): Ditto.
5490
5491 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5492
5493         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5494         (wl-draft-add-in-reply-to): New variable.
5495         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5496         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5497         (wl-draft-yank-from-mail-reply-buffer): Use
5498         `wl-draft-add-in-reply-to'.
5499         (wl-draft-insert-current-message): Ditto.
5500
5501 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5502
5503         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5504         typo (kill->hide).
5505         (wl-message-buffer-prefetch-folder-type-list): Added elements
5506         `mark' and `cache' instead of `internal'.
5507
5508 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5511         resume msgdb directory.
5512
5513 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5514
5515         * wl.el (wl-exit): Call `wl-acap-exit'.
5516
5517         * wl-summary.el (wl-summary-message-string): New function.
5518         (wl-summary-reedit): Use it.
5519         (wl-summary-resend-bounced-mail): Remove needless let.
5520         (wl-summary-supersedes-message): Ditto.
5521         (wl-summary-save): Ditto.
5522
5523         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5524         (wl-acap-init): Set it.
5525         (wl-acap-exit): New function.
5526
5527 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5528
5529         * wl.el (wl-init): Revert (require 'mime-setup). move from
5530         toplevel.
5531
5532 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5533
5534         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5535         local variables.  Add error when guess function return invalid
5536         value.
5537
5538 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5539
5540         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5541         Change local variable name.
5542         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5543         (wl-folder-get-newsgroups): Return nil when non-news folder.
5544         * wl-summary.el (wl-summary-write-current-folder): State through
5545         when guess-list return nil.
5546         (wl-summary-write-current-folder-functions): Fixed docstring.
5547
5548         * wl.el (wl-exit): Changed confirm message.
5549
5550         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5551         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5552
5553         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5554
5555 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5556
5557         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5558         user option (Renamed from wl-cache-prefetch-folder-type-list).
5559         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5560         from wl-cache-prefetch-folder-list).
5561
5562         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5563         Move to wl-vars.el.
5564         (wl-message-buffer-prefetch-p): Changed to enable
5565         `wl-message-buffer-prefetch-folder-list'.
5566
5567         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5568         `ignore-cache'.
5569
5570 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5571
5572         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5573         `part-top' and `part-bottom'.
5574         (wl-draft-config-sub-part-top): New function.
5575         (wl-draft-config-sub-part-bottom): New function.
5576
5577 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5578
5579         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5580
5581 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5584
5585 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5586
5587         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5588
5589         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5590         (wl-summary-write-current-folder): Ditto.
5591
5592 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl-folder.el (wl-folder-get-newsgroups): Use
5595         `elmo-folder-newsgroups'.
5596
5597 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5598
5599         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5600         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5601         `wl-draft-config-sub-header-bottom'.
5602
5603 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5604
5605         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5606         localnews folder.
5607
5608 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5609
5610         * wl-summary.el (wl-summary-mode): Undo last change.
5611
5612         * wl-folder.el (wl-folder-mode): Ditto.
5613
5614 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5615
5616         * wl-summary.el (wl-summary-mode): Locally set
5617         truncate-partial-window-width to nil.
5618         (for XEmacs)
5619
5620         * wl-folder.el (wl-folder-mode): Ditto.
5621
5622 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5625
5626 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5629         number.
5630
5631         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5632
5633         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5634
5635         * Version number is increased to 2.7.6.
5636
5637 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5640
5641 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-summary.el (wl-summary-sync-update): Enclose network
5644         related portion with `unwind-protect'.
5645
5646 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5647
5648         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5649
5650 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5653         element.
5654         * wl-vars.el (wl-message-body-button-alist): Ditto.
5655
5656         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5657         max match length.
5658         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5659
5660         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5661         for the max match length;
5662         Use 4th element value for the button string regexp group.
5663
5664         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5665         candidate exists, prompt to select.
5666
5667 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5668
5669         * wl-summary.el (wl-summary-jump-to-msg): Search before
5670         calibration point by `beginning-of-line'.
5671
5672 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5675         for access group.
5676
5677 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-message.el (wl-message-display-internal): Bind
5680         `default-mime-charset'.
5681
5682         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5683
5684         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5685
5686         * Version number is increased to 2.7.5.
5687
5688 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5689
5690         * wl-expire.el (wl-summary-archive): Fixed;
5691         Use `elmo-folder-name-internal'.
5692
5693 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5694
5695         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5696         from `elmo-folder-move-messages' caller.
5697         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5698
5699         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5700         related portions are changed).
5701
5702 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5703
5704         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5705         counter.
5706
5707 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5708
5709         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5710         buffer local and set it to nil.
5711
5712         * wl-message.el (wl-message-redisplay): Ditto.
5713
5714 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-summary.el (wl-summary-mark-as-important): If message is
5717         already cached, set messag as read, otherwise encache and mark as read.
5718
5719 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5720
5721         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5722         point-min.
5723
5724 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5727         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5728         a keymap.
5729
5730 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5733         parent.
5734
5735         * wl-mule.el (wl-message-define-keymap): Ditto.
5736
5737         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5738
5739         * wl-xmas.el (wl-message-display-internal-hook): Define.
5740         (wl-xmas-setup-message-toolbar): Define as function.
5741         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5742         (wl-message-overload-functions): Abolished.
5743         (wl-message-define-keymap): New function.
5744
5745         * wl-vars.el (wl-message-display-internal-hook): New variable.
5746         (wl-message-header-button-alist): New variable (Renamed from
5747         wl-highlight-message-header-button-alist).
5748         (wl-message-body-button-alist): Ditto.
5749
5750         * wl-mule.el (wl-message-define-keymap): New function.
5751         (wl-message-overload-functions): Abolished.
5752
5753         * wl-message.el (wl-message-add-buttons-to-body): New function.
5754         (wl-message-redisplay): Don't call wl-message-overload-functions;
5755         Call wl-message-add-buttons-to-header and
5756         wl-message-add-buttons-to-body.
5757         (wl-message-display-internal): Set keymap argument for
5758         elmo-mime-display-as-is, elmo-mime-message-display;
5759         Run wl-message-display-internal-hook.
5760         (wl-message-refer-article-or-url): Abolished.
5761
5762         * wl-highlight.el (wl-highlight-headers): Don't call
5763         wl-highlight-message-add-buttons-to-header.
5764         (wl-highlight-message-add-buttons-to-header): Abolished.
5765
5766
5767         * wl-e21.el (wl-message-display-internal-hook): Define.
5768         (wl-e21-setup-toolbar): Deleted duplicated binding.
5769         (wl-e21-setup-message-toolbar): Define as function.
5770         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5771         (wl-message-define-keymap): New function.
5772         (wl-message-overload-functions): Abolished.
5773
5774 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5777         and elmo-folder-close.
5778
5779         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5780
5781 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5782
5783         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5784         boolean value.
5785         * wl-draft.el (wl-draft-do-fcc): Ditto.
5786
5787 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5788
5789         * wl-vars.el (wl-fcc-force-as-read): New variable.
5790         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5791         mark copied message as read.
5792
5793 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5794
5795         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5796
5797 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5798
5799         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5800         `wl-summary-target-above' instead of obsolete variable
5801         `wl-summary-temp-above'.
5802
5803         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5804         instead of `make-obsolete-variable'.
5805         * wl-refile.el (toplevel): Ditto.
5806
5807 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5808
5809         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5810         with third argument t.
5811         (wl-draft): Set first argument for wl-plugged-init as t.
5812
5813         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5814         definition.
5815
5816 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5817
5818         * wl-vars.el: Tabify.
5819         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5820
5821         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5822         message.
5823
5824 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5825
5826         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5827         and set default to beep.
5828
5829 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5830
5831         * wl-vars.el (wl-draft-truncate-lines): New variable.
5832
5833         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5834         instead of wl-message-truncate-lines for truncate-lines.
5835
5836 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5837
5838         * wl-message.el (wl-message-display-internal): Call
5839         `wl-highlight-message' after `elmo-mime-display-as-is'.
5840
5841         * wl-mime.el (wl-mime-display-text/plain): New function.
5842         (wl-mime-display-header): Ditto.
5843         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5844         body-presentation-method for text/plain;
5845         Register `wl-mime-display-header' as a header-presentation-method;
5846         Don't set up `elmo-message-text-content-inserted-hook' and
5847         `elmo-message-header-inserted-hook'.
5848
5849         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5850         variable.
5851         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5852         as t if flag is 'all-header;
5853         Don't bind `elmo-message-ignored-field-list',
5854         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5855
5856 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5859         for xemacs with non-mule environment.
5860
5861 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5862
5863         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5864         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5865         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5866
5867 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5868
5869         * wl-vars.el (wl-interactive-send): Set default value as t.
5870
5871 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5872
5873         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5874         (wl-addrmgr-method-list): Abolished.
5875         (wl-addrmgr-change-method): Follow above change.
5876
5877         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5878
5879 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5880
5881         * wl-vars.el (wl-message-truncate-lines): Change default value
5882         to default-truncate-lines.
5883
5884         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5885
5886 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5887
5888         * wl-vars.el (wl-message-truncate-lines): New variable.
5889
5890         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5891         wl-message-truncate-lines.
5892
5893 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5894
5895         * wl-acap.el (wl-acap-init): Remove period from error message.
5896         (wl-acap-find-acap-service): Remove period from message.
5897
5898 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl.el (wl-check-environment): Undo last change.
5901
5902         * wl-vars.el (wl-from): Changed default value.
5903
5904         * wl-util.el (toplevel): Don't require tm-edit.
5905
5906         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5907         `wl-folder-init';
5908         Don't set mark on mail body.
5909         (wl-draft-reedit): Ditto.
5910
5911         * wl-address.el (wl-address-quote-specials): Define as an alias for
5912         elmo-address-quote-specials.
5913
5914 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5915
5916         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5917
5918         * wl-vars.el (wl-from): Set default value as nil.
5919         (wl-organization): Set default value as ORGANIZATION environment
5920         variable.
5921
5922         * wl-draft.el (wl-smtp-extension-bind): Check value of
5923         wl-smtp-connection-type.
5924
5925         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5926         error.
5927
5928 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5929
5930         * Version number is increased to 2.7.4.
5931
5932         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5933         arguments from `wl-highlight-x-face-function' caller.
5934         Use x-face-1.3.6.12 or later.
5935
5936 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5937
5938         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5939
5940 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5941
5942         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5943         (wl-fcc): Fix to accept function.
5944         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5945
5946 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5947
5948         * wl-acap.el (toplevel): Added `product-provide' declare.
5949         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5950
5951 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5952
5953         * wl.el (wl): Changed order of calling `elmo-init'
5954         and `elmo-folder-init'.
5955
5956 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5957
5958         * wl-mime.el (wl-summary-burst): Extract message when content-type
5959         of root entity is not only `multipart' but also `message/rfc822'.
5960         (wl-summary-burst-subr): Ditto.
5961
5962 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl-vars.el (toplevel): Require 'custom.
5965         (wl-trash-folder): Added to `wl-setting' group.
5966
5967         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5968         exists.
5969         (wl-addrmgr-draw): Insert empty line when no entry exists.
5970
5971         * wl-mule.el (wl-message-wheel-up): Fixed.
5972         (wl-message-wheel-down): Ditto.
5973
5974 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5975
5976         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5977         config is an anonymous lambda expression.
5978
5979 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5982         when Mule 2 is running.
5983
5984 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5985
5986         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5987
5988 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5989
5990         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5991         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5992
5993         * wl-address.el (wl-address-specials-regexp): Eliminated.
5994         (wl-address-quote-specials): Rewrite.
5995
5996 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5999         shy-groups for regexp.
6000
6001         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6002         character classes and Perl style shy-groups for regexp.
6003         (wl-highlight-plugged-current-line): Use Posix style character
6004         classes for regexp.
6005         (wl-e21-highlight-folder-by-numbers): Ditto.
6006         (wl-e21-display-image-p): Use `display-images-p' instead of
6007         `display-graphic-p'.
6008         (display-images-p): Make an alias to `display-graphic-p' if it is
6009         not available.  It is for Emacs version prior to 21.0.105.
6010
6011         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6012         `display-graphic-p'.
6013         (wl-demo-image-type-alist): Ditto.
6014         (display-images-p): Make an alias to `display-graphic-p' if it is
6015         not available.  It is for Emacs version prior to 21.0.105.
6016
6017 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6018
6019         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6020         support.
6021         (wl-generate-user-agent-string): Ditto.
6022
6023         * wl-version.el (wl-version): Update docsting.
6024         (wl-version-status): Ditto.
6025
6026 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6027
6028         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6029         21.0.105.  For Emacs 21.0.104 or earlier.
6030
6031 2001-09-03  Takuo KITAME <kitame@northeye.org>
6032
6033         * wl-e21.el (wl-plugged-init-icons): Use
6034         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6035         (wl-biff-init-icons): Ditto.
6036
6037 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl-highlight.el (wl-highlight-summary-current-line):
6040         Fixed highlighting refile/copy destination.
6041
6042         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6043         (wl-acap-store): Encode string by wl-acap-coding-system.
6044
6045 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6046
6047         * wl-acap.el (toplevel): Check and require 'un-define before
6048         'xemacs-ucs;
6049          Added checking for UTF-2000.
6050
6051 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6054         Don't enclose with `eval-and-compile'.
6055
6056         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6057         wl-init is non-nil.
6058
6059         * wl-draft.el (wl-draft): Ditto.
6060
6061         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6062
6063         * wl-acap.el (toplevel): Require 'wl.
6064         (wl-acap-store): Call `elmo-init'.
6065
6066         * wl.el (wl): Changed position of `wl-check-environment'.
6067         (toplevel): Added autoload setting for wl-acap.
6068
6069         * wl-vars.el (wl-setting): New custom group.
6070         (wl-from): Added wl-setting group.
6071         (wl-user-mail-address-list): Ditto.
6072         (wl-organization): Ditto.
6073         (wl-subscribed-mailing-list): Ditto.
6074         (wl-envelope-from): Ditto.
6075         (wl-smtp-posting-user): Ditto.
6076         (wl-smtp-posting-server): Ditto.
6077         (wl-smtp-posting-port): Ditto.
6078         (wl-smtp-authenticate-type): Ditto.
6079         (wl-pop-before-smtp-user): Ditto.
6080         (wl-pop-before-smtp-server): Ditto.
6081         (wl-pop-before-smtp-port): Ditto.
6082         (wl-pop-before-smtp-authenticate-type): Ditto.
6083         (wl-nntp-posting-server): Ditto.
6084         (wl-nntp-posting-user): Ditto.
6085         (wl-nntp-posting-port): Ditto.
6086         (wl-fetch-confirm-threshold): Ditto.
6087         (wl-prefetch-threshold): Ditto.
6088         (wl-thread-insert-opened): Ditto.
6089         (wl-ldap-server): Ditto.
6090         (wl-ldap-port): Ditto.
6091         (wl-ldap-base): Ditto.
6092         (wl-ldap-objectclass): Ditto.
6093         (wl-use-ldap): Ditto.
6094         (wl-draft-config-alist): Ditto.
6095         (wl-draft-config-matchone): Ditto.
6096         (wl-template-alist): Ditto.
6097         (wl-message-sort-field-list): Ditto.
6098         (wl-message-ignored-field-list): Ditto.
6099         (wl-message-visible-field-list): Ditto.
6100         (wl-interactive-send): Ditto.
6101         (wl-summary-move-order): Ditto.
6102         (wl-auto-select-first): Ditto.
6103         (wl-auto-select-next): Ditto.
6104         (wl-interactive-save-folders): Ditto.
6105
6106         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6107         Initialization codes are moved from wl-local-folder-init.
6108         (wl-local-folder-init): Follow the change above.
6109         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6110
6111         * wl-acap.el: New file.
6112
6113         * Version number is increased to 2.7.3.
6114
6115 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6116
6117         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6118
6119 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6120
6121         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6122         (wl-addrmgr-address-entry-list): Ditto.
6123
6124 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6125
6126         * wl-e21.el (wl-draft-mode-map): Removed binding for
6127         `wl-draft-insert-x-face-field'.
6128
6129         * wl-mule.el (wl-draft-mode-map): Ditto.
6130
6131         * wl-xmas.el (wl-draft-mode-map): Ditto.
6132
6133         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6134         (wl-cs-autoconv): Ditto.
6135         (wl-cs-local): Ditto.
6136         (wl-use-scoring): Ditto.
6137         (wl-mime-charset): Ditto.
6138         (wl-folder-check-async): Ditto.
6139
6140         * wl.el (toplevel): Ignore nemacs and tm.
6141         (wl-exit): Ditto.
6142
6143         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6144         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6145         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6146         instead of wl-address-petname-add-or-change.
6147         (wl-summary-edit-addresses-subr): Use wl-address-delete
6148         instead of wl-address-petname-delete.
6149
6150         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6151
6152         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6153         if error occured.
6154
6155         * wl-message.el (require): Remove tm support.
6156
6157         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6158
6159         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6160         (wl-folder-jump-to-current-entity): Ditto.
6161         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6162
6163         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6164         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6165         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6166
6167         * wl-mule.el (wl-draft-key-setup): Ditto.
6168
6169         * wl-xmas.el (wl-draft-key-setup): Ditto.
6170
6171         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6172         (wl-draft-std11-parse-addresses): New function.
6173         (wl-draft-parse-mailbox-list): Use it.
6174         (wl-draft): Ignore nemacs.
6175         (wl-draft-reedit): Ditto.
6176
6177         * wl-addrmgr.el: New file.
6178         (Original is wl-rcpt.el written by
6179         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6180         Thanks Kitamoto-san.)
6181
6182         * wl-address.el (wl-address-make-address-list): Modified parsing
6183         process.
6184         (wl-address-delete): Renamed from `wl-address-petname-delete';
6185         Modify wl-address-list too.
6186         (wl-address-add-or-change): Renamed from
6187         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6188
6189 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6190
6191         * wl-highlight.el (wl-highlight-summary-current-line):
6192           Work with transient-mark-mode
6193
6194 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * Version number is increased to 2.7.2.
6197
6198         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6199         instead of elmo-dop-queue-method.
6200
6201 2001-08-06  SAITO Atsunori <sai@yedo.com>
6202
6203         * wl-vars.el (wl-ldap-objectclass): New user option.
6204
6205         * wl-address.el (wl-ldap-make-filter): Use it.
6206
6207 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6210
6211 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-folder.el (wl-folder): redisplay after folder insertion.
6214
6215         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6216
6217         * wl-summary.el (wl-summary-sync-update):
6218         Change status mark only when new-msgdb exists.
6219         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6220
6221 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl-summary.el (wl-summary-open-folder): New function.
6224         (wl-summary-goto-folder-subr): Use it.
6225         (wl-summary-mark-as-important): Fix;
6226         Encache only when no cache exists.
6227
6228 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6231         Use with-current-buffer.
6232
6233 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6234
6235         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6236         before call `get-buffer'. Fixed parenthesis.
6237         (wl-score-get-header-entry): Clear message and help window when
6238         keyboard quit.
6239         (wl-score-edit-insert-header): Ditto.
6240
6241 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6242
6243         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6244         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6245         (wl-default-draft-cite): Fix.
6246
6247         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6248         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6249
6250 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6251
6252         * wl-message.el (wl-message-prev-page): Do same bahavior
6253         as summary when it is called in the message buffer.
6254         (wl-message-next-page): Ditto.
6255
6256 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * wl-summary.el (wl-summary-forward): Use cache if it is not
6259         section cache.
6260
6261 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6262
6263         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6264         Removed redundant require of elmo-vars.
6265         (wl-biff-state-indicator-on): Changed default value for
6266         xemacs with non-mule environment.
6267
6268         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6269         wl-message-buffer is nil;
6270         Hide progress bar after moving messages.
6271
6272 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6275         message at cursor point is deleted.
6276
6277 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6278
6279         * wl-vars.el: Changed file coding system to euc-japan.
6280         Added -*-coding:-*- magic to the first line.
6281
6282         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6283         Search parent from the first message.
6284
6285         * Version number is increased to 2.7.1.
6286
6287 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6288
6289         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6290
6291 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6292
6293         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6294         refile/delete execution.
6295
6296         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6297         Fixed docstring.
6298
6299 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6302         do update process;
6303         Don't update marks when update process is interrupted.
6304
6305 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6306
6307         * wl-summary.el (wl-summary-reply): Fixed problem when
6308         wl-draft-use-frame is non-nil.
6309         (wl-summary-forward): Ditto.
6310
6311         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6312         as nil.
6313         (wl-folder-mark-as-read-all-entity): Ditto.
6314         (wl-folder-prefetch-entity): Ditto.
6315
6316         * wl.el (wl): Check environment before wl-init.
6317
6318         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6319         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6320         instead of wl-summary-collect-unread.
6321         (wl-summary-reply): Split message window.
6322
6323 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6324
6325         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6326         only if current language environment is japanese,
6327
6328         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6329         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6330         (wl-folder-goto-folder-subr): Ditto.
6331
6332         * wl-draft.el (wl-draft-dispatch-message): Call
6333         `elmo-file-cache-get-path'.
6334
6335 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-summary.el (wl-summary-cursor-move): If return value of
6338         wl-summary-next-message is not number, don't jump.
6339
6340 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl-summary.el (wl-summary-buffer-next-message-function): New
6343         variable.
6344         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6345         if it is bound.
6346
6347         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6348         string.
6349
6350         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6351         (wl-plugged-drawing): Ditto.
6352
6353 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6354
6355         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6356         process.
6357         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6358         with unwind-protect.
6359
6360         * wl.el (wl-init): Require mime-setup.
6361         (wl-check-environment): Don't require mime-setup.
6362
6363         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6364         instead of elmo-folder-type.
6365
6366         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6367         value as nil.
6368
6369 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6370
6371         * Version number is increased to 2.7.0.
6372
6373         * wl-version.el (wl-version): Changed codename.
6374
6375         * wl-summary.el (wl-summary-delete-cache): Fixed.
6376
6377         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6378         Workaround for net folders.
6379         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6380
6381         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6382         value to nil (According to the patch from
6383         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6384
6385         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6386         of elmo-folder-close.
6387
6388 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6389
6390         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6391         for postfix.
6392
6393 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * wl-summary.el (wl-summary-resend-message): Fixed.
6396
6397         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6398         Call wl-draft with `from' argument if its address is included in
6399         `wl-user-mail-address-list'.
6400         (wl-draft): Added `from' argument.
6401
6402         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6403         non-nil.
6404         (wl): Don't show demo if wl-demo is nil.
6405
6406         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6407         wl-summary-use-frame.
6408
6409         * wl-vars.el (wl-summary-use-frame): New user option.
6410         (wl-folder-use-frame): Changed docstring.
6411
6412         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6413         non-nil.
6414         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6415         wl-summary-use-frame.
6416
6417         * wl-vars.el (wl-folder-use-frame): New user option.
6418
6419         * wl-summary.el (wl-summary-exit): Back to folder frame if
6420         wl-folder-use-frame is non-nil.
6421         (wl-summary-redisplay-internal): Ignore cache if current folder
6422         is draft folder,
6423         (wl-summary-redisplay-no-mime): Ditto.
6424         (wl-summary-redisplay-all-header): Ditto.
6425
6426         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6427         if wl-folder-use-frame is non-nil.
6428
6429 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6430
6431         * wl-summary.el (wl-summary-sync-update): Bind
6432         elmo-folder-update-threshold.
6433         (wl-summary-mark-as-important): Enclosed server mark processing
6434         with `save-match-data'.
6435
6436         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6437         only when it is already defined.
6438
6439 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6440
6441         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6442         name of folder exclude localdir is wrong.
6443         * wl-folder.el (wl-folder-sync-entity):
6444         Set `wl-summary-always-sticky-folder-list' as nil.
6445         (wl-folder-mark-as-read-all-entity): Ditto.
6446         (wl-folder-prefetch-entity): Ditto.
6447
6448 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6449
6450         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6451         instead of `wl-summary-write-current-newsgroup'.
6452
6453 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6454
6455         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6456         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6457         non-nil and selected message is important, do not display.
6458
6459 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6462
6463 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6466
6467         * wl-summary.el (wl-summary-mark-as-important): Set message number
6468         using wl-summary-message-number.
6469
6470 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6471
6472         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6473         destination folder is 'null.
6474
6475 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6476
6477         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6478         New function.
6479         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6480         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6481         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6482
6483 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-mime.el (wl-mime-setup): Added setting for
6486         `mime-setup-signature-key-alist' to avoid overriding key bind for
6487         `wl-draft-send'.
6488
6489         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6490         for `wl-draft-send'.
6491         * wl-mule.el (wl-draft-overload-functions): Ditto.
6492         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6493         * wl-draft.el (wl-draft-send): Ditto.
6494
6495         * wl-message.el (wl-message-display-internal):
6496         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6497         (Patch is provided by <kita@coe.nttdata.co.jp>).
6498
6499 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6500
6501         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6502
6503 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl.el (wl): Fix for wl-demo.
6506
6507 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6510
6511 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6512
6513         * wl-folder.el (wl-folder-prefetch-entity): Use
6514         `wl-folder-get-elmo-folder'.
6515         (wl-folder-count-incorporates): Do not use
6516         `wl-folder-get-elmo-folder'.
6517
6518 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6519
6520         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6521         instead of `elmo-folder-get-type'.
6522
6523 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6524
6525         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6526         position on Subject: field.
6527         (Advised by Mito <mit@nines.nec.co.jp>)
6528
6529 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6530
6531         * wl-folder.el (wl-folder-prefetch-entity): Use
6532         `wl-folder-get-elmo-folder'.
6533
6534 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6535
6536         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6537
6538         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6539         `process-duplicates' slot.
6540
6541         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6542         if detection failed.
6543
6544 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6545
6546         * wl-version.el (wl-version-status): Set to "alpha".
6547
6548 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6549
6550         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6551         Check wl-message-buffer lives before set-buffer.
6552
6553 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6554
6555         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6556         called in folder mode.
6557         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6558         * wl-summary.el (wl-summary-exit-pre-hook): Run
6559         `wl-summary-exit-pre-hook' before exit summary mode.
6560
6561 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6562
6563         * wl-version.el (wl-version-status): New variable.
6564         (wl-version-status-alist): Removed.
6565         (wl-version-status): Rule included.
6566
6567 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6570         @sponichi.
6571
6572         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6573         when `mail-reply-buffer' is buffer-local variable.
6574         (Reported by <kita@coe.nttdata.co.jp>).
6575
6576 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6577
6578         * wl-vars.el (toplevel): Require 'elmo-util.
6579
6580 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6583         (All other related portions are changed)
6584
6585         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6586
6587         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6588
6589 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6590
6591         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6592
6593 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6596         Delete other windows to avoid an error.
6597         Use `point-marker' instead of `point' to remember the start point
6598         of body.
6599
6600         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6601
6602         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6603         number not to exceed all message number.
6604
6605 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6606
6607         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6608         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6609
6610 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6611
6612         * wl-summary.el (wl-summary-sync-force-update): Added argument
6613         no-check.
6614         (wl-summary-sync-update): Ditto.
6615         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6616         with `no-check'.
6617
6618         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6619         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6620         already running.
6621
6622 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6623
6624         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6625         `dst-folder-arg'.
6626         (wl-expire-archive-number1): Diito.
6627         (wl-expire-archive-number2): Diito.
6628         (wl-expire-archive-Date): Diito.
6629         (wl-archive-number1): Diito.
6630         (wl-archive-number2): Diito.
6631         (wl-archive-date): Diito.
6632         (wl-archive-folder-p): New function.
6633         (wl-summary-expire): Support of expand folder name at
6634         wl-expire-alist.
6635         * wl-util.el (wl-expand-newtext): Renamed from
6636         `wl-refile-expand-newtext'.
6637
6638 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6639
6640         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6641         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6642         `(elmo-msgdb-get-overview msgdb)'.
6643         (wl-summary-prefetch): Bind match data before call
6644         `wl-summay-prefetch-msg'.
6645         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6646         'off if `wl-summary-buffer-disp-msg' is non-nil.
6647         Fixed problem that couldn't show only one new or unread message when
6648         enter folder.
6649         (wl-summary-reply): Don't call `split-window-vertically' and other
6650         window.
6651
6652 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6653
6654         * wl-expire.el (wl-expire-refile): Fixed.
6655
6656 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6657
6658         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6659
6660         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6661         biff notification is removed.
6662
6663         * wl.el (wl): Changed position of `elmo-init'.
6664
6665         * wl-draft.el (wl-default-draft-cite): Use date field
6666         on the citation buffer.
6667
6668         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6669
6670         * wl-xmas.el (wl-folder-internal-icon-list): Added
6671         `wl-folder-shimbun-image'.
6672
6673         * wl-e21.el (wl-folder-internal-icon-list): Added
6674         `wl-folder-shimbun-image'.
6675
6676 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl.el (wl-init): Eliminated argument.
6679         (wl): Rewrite.
6680
6681         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6682         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6683         instead of `elmo-folder-msgdb-internal'.
6684         (wl-summary-sync-update): Ditto.
6685         (wl-summary-flush-pending-append-operations): Eliminated.
6686         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6687         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6688         `elmo-folder-open'.
6689
6690         * wl-mime.el (wl-summary-burst): Fixed.
6691
6692         * wl-folder.el (wl-folder-info-save): Check data type.
6693
6694         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6695         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6696         instead of `elmo-folder-msgdb-internal'.
6697         (wl-expire-hide): Ditto.
6698
6699
6700         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6701
6702 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6703
6704         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6705
6706 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6707
6708         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6709
6710 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6711
6712         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6713         Fixed `match-beginning' argument mismatch.
6714
6715 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6716
6717         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6718         the default value.
6719
6720 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6723         instead of `elmo-nntp-default-port'.
6724
6725         * wl-vars.el: Fixed some doc strings.
6726
6727 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * wl-summary.el (wl-summary-prefetch-msg): Use
6730         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6731
6732         * wl-vars.el: Define *-func as obsolete variable using
6733         `elmo-define-obsolete-variable'.
6734
6735         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6736         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6737         instead of `wl-message-buffer-prefetch-threshold'.
6738
6739         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6740
6741         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6742
6743         * wl-draft.el (wl-caesar-region-func): Ditto.
6744
6745         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6746         Keep unread status in elmo-folder-move-messages.
6747         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6748
6749 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6750
6751         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6752         `wl-summary-buffer-exit-func'
6753         (wl-summary-buffer-message-redisplay-function): Renamed from
6754         `wl-summary-buffer-message-redisplay-func'
6755         (wl-summary-buffer-next-folder-function): Renamed from
6756         `wl-summary-buffer-next-folder-func'.
6757         (wl-summary-buffer-prev-folder-function): Renamed from
6758         `wl-summary-buffer-prev-folder-func'.
6759         (wl-summary-get-petname-function): Renamed from
6760         `wl-summary-get-petname-func'.
6761
6762         * wl-score.el (wl-score-edit-exit-function): Renamed from
6763         `wl-score-edit-exit-func'.
6764
6765         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6766         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6767
6768         * wl-util.el (wl-load-profile-function): Renamed from
6769         `wl-load-profile-func'.
6770
6771         * wl-folder.el (wl-folder-completion-function): Renamed from
6772         `wl-folder-completion-func'.
6773         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6774
6775         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6776         `wl-expire-archive-get-folder-func'.
6777         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6778         (wl-draft-send-mail-function): Renamed from
6779         `wl-draft-send-mail-func'.
6780         (wl-draft-send-news-function): Renamed from
6781         `wl-draft-send-news-func'.
6782         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6783         (wl-generate-mailer-string-function): Renamed from
6784         `wl-generate-mailer-string-func'.
6785         (wl-highlight-signature-search-function): Renamed from
6786         `wl-highlight-signature-search-func'.
6787         (wl-highlight-x-face-function): Renamed from
6788         `wl-highlight-x-face-func'
6789         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6790         (wl-ps-print-buffer-function): Renamed from
6791         `wl-ps-print-buffer-func'
6792         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6793         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6794         (wl-summary-subject-filter-function): Renamed from
6795         `wl-summary-subject-filter-func'.
6796
6797         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6798         `wl-draft-queue-flush-send-func'
6799         (wl-draft-cite-function): Renamed from
6800         `wl-draft-cite-func'
6801
6802         * wl-address.el (wl-address-init-function): Renamed from
6803         `wl-address-init-func'.
6804
6805 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-draft.el (wl-draft-queue-flush): Don't call
6808         `elmo-dop-unlock-message'.
6809         * wl-draft.el (wl-draft-queue-append): Don't call
6810         `elmo-dop-lock-message'.
6811
6812         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6813         (wl-summary-buffer-folder-name): Ditto.
6814         (wl-summary-message-regexp): Added '-' (all other related portions
6815         are changed).
6816         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6817         wl-summary-buffer-folder-name.
6818
6819 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6820
6821         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6822         the number of mails in the folder buffer is not updated by wl-biff.
6823
6824 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6825
6826         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6827         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6828
6829 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6830
6831         * wl-summary.el (wl-summary-next-message):
6832         Return next message number when wl-summary-move-order is nil.
6833
6834 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6835
6836         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6837         `wl-summary-move-spec-alist'.
6838         (wl-summary-move-spec-unplugged-alist): New variable
6839         (Move spec for unplugged status).
6840         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6841         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6842
6843 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6844
6845         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6846         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6847
6848 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6849
6850         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6851         simple quotation to quote the anonymous function.
6852         * tm-wl.el (wl-draft-preview-message): Ditto.
6853
6854 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6855
6856         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6857         Eliminate redundant `save-excursion'.
6858         (wl-highlight-summary-current-line): Ditto.
6859
6860         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6861         accessing match data when `looking-at' failed.
6862
6863         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6864         `elmo-match-string' where users don't care about the speed.
6865         (wl-draft-save): Ditto.
6866
6867 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6868
6869         * wl-util.el (wl-regexp-opt): New function.
6870
6871         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6872         number from `wl-summary-buffer-number-list'.
6873         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6874         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6875         (wl-summary-move-spec-alist): Changed default setting.
6876
6877 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6878
6879         * wl-vars.el (wl-biff-notify-hook): New hook.
6880         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6881         the arrival of new mail.
6882         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6883         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6884
6885 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6886
6887         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6888
6889 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6890
6891         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6892
6893         * Version number is increased to 2.5.8.
6894
6895         * wl-thread.el (toplevel): require 'cl.
6896         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6897         (wl-thread-make-number-list): New function.
6898         (wl-thread-entity-make-number-list-from-children): Ditto.
6899         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6900         (wl-thread-entity-insert-as-children): Likewise.
6901         (wl-thread-delete-message): Likewise.
6902         (wl-meaning-of-mark): Eliminated.
6903         (wl-thread-next-failure-mark-p): Ditto.
6904         (wl-thread-entity-get-mark): Ditto.
6905         (wl-thread-meaning-alist-get-result): Ditto.
6906         (wl-thread-entity-check-prev-mark): Ditto.
6907         (wl-thread-entity-check-next-mark): Ditto.
6908         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6909         (wl-thread-entity-get-prev-marked-entity): Ditto.
6910         (wl-thread-get-prev-unread): Ditto.
6911         (wl-thread-jump-to-prev-unread): Ditto.
6912         (wl-thread-get-next-unread): Ditto.
6913         (wl-thread-jump-to-next-unread): Ditto.
6914         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6915         (wl-thread-entity-get-next-marked-entity): Ditto.
6916
6917         * wl-summary.el (wl-summary-buffer-number-list):
6918         New bufer-local variable.
6919         (wl-summary-switch-to-clone-buffer): Clone
6920         `wl-summary-buffer-number-list'.
6921         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6922         (wl-summary-cursor-move-regex): Eliminated.
6923         (wl-summary-cursor-up): Rewrite.
6924         (wl-summary-cursor-down): Ditto.
6925         (wl-summary-mode-spec-alist): New variable.
6926         (wl-summary-next-message): New inline function.
6927         (wl-summary-cursor-move): New function.
6928         (wl-summary-default-get-next-msg): Rewrite.
6929         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6930         (wl-summary-rescan): Ditto.
6931         (wl-summary-sync-all-init): Ditto.
6932         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6933         summary is not thread view.
6934         (wl-summary-sync-update): Ditto.
6935         (wl-summary-rescan): Ditto.
6936         (wl-summary-make-number-list): New function.
6937
6938         * wl-draft.el: "FCC" -> "Fcc".
6939
6940 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-highlight.el (wl-highlight-summary-window):
6943         Call `set-buffer-modified-p'.
6944
6945         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6946         (wl): Call `elmo-init' and fix.
6947
6948         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6949         Use new variables.
6950
6951         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6952
6953 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6954
6955         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6956
6957 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6958
6959         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6960
6961 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6962
6963         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6964         `wl-use-toolbar' nor `display-graphic-p'.
6965         (wl-e21-setup-message-toolbar): Ditto.
6966         (wl-e21-setup-summary-toolbar): Ditto.
6967         (wl-e21-setup-folder-toolbar): Ditto.
6968
6969         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6970         (wl-plugged-init-icons): Ditto.
6971
6972         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6973         `display-graphic-p'.
6974         (wl-plugged-set-folder-icon): Ditto.
6975         (wl-highlight-plugged-current-line): Ditto.
6976         (wl-highlight-folder-current-line): Ditto.
6977         (wl-e21-highlight-folder-group-line): Ditto.
6978         (wl-e21-setup-toolbar): Ditto.
6979         (wl-e21-display-image-p): New macro.
6980
6981         * wl-demo.el (wl-demo): Simplified.
6982         (wl-demo-image-type-alist): Use `image-type-available-p' for
6983         checking whether the image type `xbm' is available.
6984
6985 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6988         (wl-summary-input-range): Ditto.
6989
6990 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * wl-summary.el (wl-summary-edit-addresses): Use
6993         `wl-summary-get-original-buffer'
6994         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6995         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6996         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6997         (wl-summary-get-newsgroups): Eliminated.
6998         (wl-summary-set-crosspost): Ditto.
6999         (wl-summary-is-crosspost-folder): Ditto.
7000         (wl-crosspost-alist-load): Ditto.
7001         (wl-crosspost-alist-save): Ditto.
7002
7003         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7004         `elmo-setup-subscribed-newsgroups' instead of
7005         `elmo-nntp-make-groups-hashtb'.
7006         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7007         instead of `wl-crosspost-alist-save'.
7008
7009         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7010         of `elmo-folder-message-appendable-p'.
7011         (wl-mime-header-presentation-method): Eliminated.
7012
7013         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7014         (Error occurs in emacs21).
7015
7016         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7017         the current buffer).
7018
7019         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7020         instead of `wl-crosspost-alist-save'.
7021         (wl-init): `elmo-crosspost-message-alist-load'
7022         instead of `wl-crosspost-alist-load'
7023
7024         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7025         (wl-parse-newsgroups): Likewise.
7026         (wl-biff-notify): Run `wl-biff-notify-hook'.
7027
7028 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7031
7032         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7033         when `wl-summary-lazy-highlight' is non-nil.
7034         (wl-summary-goto-folder-subr): Highlight only when
7035         `wl-summary-lazy-highlight' is non-nil.
7036
7037         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7038         Don't display progress and highlight temp-mark when
7039         `wl-summary-lazy-highlight' is non-nil.
7040         (wl-highlight-summary-window): New function.
7041         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7042
7043 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7044
7045         * wl-summary.el (wl-summary-sync): Change `all-visible'
7046         from `all-shown'
7047         (wl-summary-input-range): Ditto.
7048
7049 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7050
7051         * wl-e21.el (wl-highlight-folder-current-line): Call
7052         `wl-folder-init-icons' when folder icons have not been initialized.
7053
7054         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7055
7056         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7057         (wl-demo-image-type-alist): New macro.
7058
7059 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7060
7061         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7062         display does not support graphics.
7063         (wl-plugged-init-icons): Ditto.
7064         (wl-folder-init-icons): Ditto.
7065
7066         * wl-demo.el (wl-demo): Chech closely whether the display
7067         supports graphics.
7068
7069 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl-summary.el (wl-summary-get-original-buffer): New function.
7072         (wl-summary-set-crosspost): Use it.
7073         (wl-summary-target-mark-uudecode): Ditto.
7074         (wl-summary-reedit): Ditto.
7075         (wl-summary-resend-bounced-mail): Ditto.
7076         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7077         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7078
7079         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7080         (wl-message-display-internal): Ditto.
7081
7082 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7085
7086 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-summary.el (wl-summary-save-view): Renamed from
7089         `wl-summary-save-status'.
7090
7091 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7092
7093         * wl-summary.el (wl-summary-sync): Added `all-shown'
7094
7095 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7096
7097         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7098
7099 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7100
7101         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7102
7103 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7104
7105         * wl-highlight.el (wl-highlight-summary-line-string): Use
7106         `zerop' instead of `= 0'.
7107         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7108
7109         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7110         for comparing numbers.
7111         (wl-template-prev): Use `zerop' instead of `eq 0'.
7112
7113         * wl-draft.el (wl-draft-insert-current-message): Use
7114         `with-current-buffer' instead of `save-excursion'.
7115         Use `zerop' instead of `eq 0'.
7116
7117 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7118
7119         * wl-draft.el (wl-draft-insert-ccs): New function.
7120         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7121         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7122
7123 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7124
7125         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7126
7127 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-expire.el (wl-expire-refile): Don't call
7130         elmo-msgdb-add-msgs-to-seen-list;
7131         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7132         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7133
7134 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * wl-message.el (wl-message-prev-page): Ignore errors while
7137         scroll-down.
7138
7139 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * wl-mime.el: Use elmo-original-message-mode instead of
7142         mmelmo-original-mode.
7143
7144         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7145         `elmo-folder-get-spec';
7146         (wl-fldmgr-add-completion-all-completions):
7147         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7148
7149         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7150         of `elmo-folder-get-type'.
7151
7152         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7153         `elmo-folder-get-spec';
7154         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7155         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7156         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7157         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7158         `elmo-read-msg-no-cache';
7159         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7160         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7161         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7162         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7163         `elmo-cache-save';
7164         (wl-draft-reedit): Use `elmo-message-file-name'.
7165
7166         * wl-expire.el: Use `elmo-folder-name-internal';
7167         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7168         Use macro `wl-summary-buffer-msgdb' instead of variable
7169         `wl-summary-buffer-msgdb';
7170         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7171         Use macro `wl-summary-buffer-folder-name' instead of variable
7172         `wl-summary-buffer-folder-name'.
7173         * wl-score.el: Likewise.
7174
7175         * wl-message.el: Rewrite for new message buffer cache mechanism.
7176         (wl-message-buffer-cache-buffer-get): New macro.
7177         (wl-message-buffer-cache-folder-get): Ditto.
7178         (wl-message-buffer-cache-message-get): Ditto.
7179         (wl-message-buffer-cache-entry-make): Ditto.
7180         (wl-message-buffer-cache-hit): Ditto.
7181         (wl-message-buffer-cache-sort): New function.
7182         (wl-message-buffer-cache-add): Ditto.
7183         (wl-message-buffer-cache-delete): Ditto.
7184         (wl-message-buffer-cache-clean-up): Ditto.
7185         (wl-message-buffer-window): Rewrite.
7186         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7187         (wl-message-buffer-display): New function.
7188         (wl-message-display-internal): New function.
7189
7190 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7191
7192         * wl-folder.el: Use `elmo-folder-name-internal';
7193         Use `wl-folder-get-elmo-folder';
7194         Use `elmo-folder-list-messages' instead of
7195         `elmo-list-folder';
7196         Use `elmo-folder-get-primitive-list' instead of
7197         `elmo-folder-get-primitive-spec-list';
7198         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7199         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7200         Use `elmo-folder-create' instead of `elmo-create-folder'.
7201         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7202         (wl-folder-get-elmo-folder): New macro.
7203         (wl-folder-elmo-folder-cache-get): Ditto.
7204         (wl-folder-elmo-folder-cache-put): Ditto.
7205         (wl-folder-suspend): Call `elmo-quit'.
7206
7207         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7208         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7209         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7210         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7211         (toplevel): require 'cl.
7212         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7213
7214         * wl-summary.el: Rewrite to use new elmo interface.
7215
7216 \f
7217 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-mime.el (wl-draft-preview-message):
7220         Run `wl-draft-send-hook' before collecting recipients information;
7221         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7222
7223         * tm-wl.el (wl-draft-preview-message): Ditto.
7224
7225 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7226
7227         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7228         wrong recipients are displayed when forwarded message.
7229
7230 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * Version number is increased to 2.5.7.
7233
7234 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7235
7236         * wl-message.el (wl-message-next-page): Bind
7237         `window-pixel-scroll-increment' to nil while scrolling up.
7238
7239 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7240
7241         * wl-vars.el (wl-save-hook): New hook.
7242         * wl.el (wl-save): Call `wl-save-hook'.
7243
7244 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7245
7246         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7247         Argument WITH-ARG instead of NO-ARG (negative mean).
7248         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7249         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7250         * wl-message.el (wl-message-follow-current-entity): Likewise.
7251
7252 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7253
7254         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7255         FROM was optional argument.
7256         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7257
7258 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7259
7260         * Version number is increased to 2.5.6.
7261
7262 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7263
7264         * wl-version.el (wl-version-show): Removed.
7265         (wl-version): Add `interactive'.
7266
7267 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7268
7269         * wl-summary.el (wl-summary-get-petname-func): New variable.
7270         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7271         instead of `wl-address-get-petname-1'.
7272         (wl-summary-simple-from): Ditto.
7273
7274         * wl-address.el (wl-address-get-petname-1): Define as function.
7275
7276 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7277
7278         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7279         field in the original message.
7280         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7281
7282 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7283
7284         * wl-expire.el (wl-expire-hide):
7285         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7286
7287 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7290         find decoder for To, Cc, and Subject.
7291
7292 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7293
7294         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7295         for checking `elmo-use-buffer-cache'.
7296         (wl-summary-mark-as-important): Fixed typo in comment.
7297
7298 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7301         field in the original message.
7302         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7303
7304 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7305
7306         * wl-expire.el (wl-expire-hide):
7307         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7308
7309 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7312         find decoder for To, Cc, and Subject.
7313
7314 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * Version number is increased to 2.5.5.
7317
7318         * wl-address.el (wl-address-specials-regexp): New constant.
7319         (wl-address-quote-specials): Use it.
7320
7321 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * wl-summary.el (wl-summary-rescan):
7324         Call `wl-summary-buffer-number-column-detect'.
7325         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7326
7327         * wl-message.el (wl-message-mode-map): Define.
7328         (wl-message-decode): Use it as local-map.
7329
7330 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7333         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7334
7335 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7336
7337         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7338
7339         * wl-mule.el (wl-read-event-char): Ditto.
7340
7341         * wl-e21.el (wl-read-event-char): Ditto.
7342
7343         * wl-nemacs.el (wl-read-event-char): Ditto.
7344         (read-event): Removed.
7345
7346         * wl-util.el (toplevel): Removed dummy definition of
7347         `read-event'.
7348         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7349
7350 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7351
7352         * wl-nemacs.el (elmo-archive-call-process): Moved to
7353         elmo-archive.el.
7354
7355 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7356
7357         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7358         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7359
7360         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7361         instead of magic-number 6.  Use `not' instead of `null' for symbol
7362         `nil' check (not empty list).
7363         (wl-draft-insert-x-face-field): Fixed paren style.
7364
7365         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7366         one-branch conditional statement, instead of `and' and `if'.
7367         (wl-draft-forward): Likewise.
7368         (wl-draft-add-references): Likewise.
7369         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7370
7371         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7372         conditional steatment.  Use `cond' instead of `if'.
7373         (wl-draft-confirm): Likewise.
7374
7375 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7376
7377         * wl-version.el (wl-version-show): Use `product-string-1'
7378         instead of `wl-version'.
7379         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7380
7381         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7382
7383 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7384
7385         * wl-highlight.el (wl-highlight-headers): Revert
7386         `wl-highlight-x-face-func' argument (`beg' and `end').
7387
7388 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7389
7390         * wl.el (toplevel): Move `product-provide' declare.
7391         * wl-demo.el (toplevel): Ditto.
7392         * wl-dnd.el (toplevel): Ditto.
7393         * wl-highlight.el (toplevel): Ditto.
7394         * wl-message.el (toplevel): Ditto.
7395         * wl-refile.el (toplevel): Ditto.
7396         * wl-util.el (toplevel): Ditto.
7397
7398 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7401         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7402         (wl-thread-close-all): keep cursor position.
7403
7404 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7405
7406         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7407         (eq x 0).
7408         (wl-generate-user-agent-string-1): Fix conditional statement.
7409
7410 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7411
7412         * wl.el (wl-check-environment): Additional check for
7413         'wl-local-domain' and `wl-message-id-domain'.
7414
7415 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7416
7417         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7418
7419 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7420
7421         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7422         instead of `smtp-sasl-user-realm'.
7423
7424 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7425
7426         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7427
7428 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7429
7430         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7431         to the default value as well as `eword-lexical-analyzer'.
7432
7433 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7434
7435         * wl-version.el (wl-extended-emacs-version,
7436         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7437         `elmo-match-string' instead of `wl-match-string'.
7438
7439 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7440
7441         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7442         docstring.
7443
7444 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7445
7446         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7447
7448 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7449
7450         * wl-highlight.el (wl-highlight-headers): Remove
7451         `wl-highlight-x-face-func' argument (`beg' and `end').
7452
7453 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7454
7455         * wl-summary.el (wl-summary-mark-as-important):
7456         Remove cache if folder is local.
7457
7458 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7459
7460         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7461         to get existing e-mail address string.
7462
7463 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7464
7465         * wl-version.el (wl-generate-user-agent-string): Commentary.
7466         (wl-generate-user-agent-string-1): Use `when' for
7467         one-branch conditional statement, instead of `and' and `if'.
7468         (wl-extended-emacs-version, wl-extended-emacs-version2,
7469         wl-extended-emacs-version3): Ditto.
7470
7471 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7472
7473         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7474         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7475         condition-case; Remove initialization.
7476         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7477         (wl-summary-sync-update3): Added argument `sync-all';
7478         Eliminated local variable `msgdb';
7479         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7480         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7481         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7482
7483 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7484
7485         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7486         connection before call `wl-draft-send-mail-with-smtp'.
7487
7488 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * Version number is increased to 2.5.4.
7491
7492 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7493
7494         * wl.el (wl-check-environment): Additional check for
7495         'wl-local-domain' and `wl-message-id-domain'.
7496
7497 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7500         buffer as command specific.
7501         (wl-folder-mark-as-read-all-entity): Ditto.
7502         (wl-folder-prefetch-entity): Ditto.
7503         (wl-folder-drop-unsync-entity): Ditto.
7504
7505         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7506         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7507         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7508
7509         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7510         save-excursion.
7511
7512 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * Version number is increased to 2.5.3.
7515
7516         * wl-summary.el (wl-summary-save-view-cache):
7517         Delete duplicated `write-region';
7518         Use `write-region-as-binary' instead of `as-binary-output-file' and
7519         `write-region'.
7520
7521 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7522
7523         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7524
7525 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7528         instead of `smtp-via-smtp'.
7529
7530 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7531
7532         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7533
7534 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7535
7536         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7537         instead of `smtp-sasl-user-realm'.
7538
7539 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7540
7541         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7542
7543 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7544
7545         * Version number is increased to 2.5.2.
7546
7547 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7550         does not exist.
7551         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7552         (wl-biff-start): Call `timer-activate' if timer already exists.
7553
7554         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7555         only when it is bound as function.
7556
7557 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7558
7559         * Version number is increased to 2.5.1.
7560
7561 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7564         Print refile/copy destination.
7565
7566 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7569         queue-flush-only is non-nil.
7570
7571         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7572
7573         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7574         checking cache folder.
7575
7576 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7577
7578         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7579         `regexp-quote'.
7580
7581 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7582
7583         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7584         function.
7585         * wl-summary.el (wl-summary-write-current-folder-functions):
7586         Change default value.  Use it.
7587
7588 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * Version number is increased to 2.5.0.
7591
7592         * wl-version.el (wl-version): Changed codename.
7593
7594 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7595
7596         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7597         (wl-summary-supersedes-message): Ditto.
7598
7599 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7600
7601         * wl-refile.el (wl-refile-guess-functions): Renamed from
7602         `wl-refile-guess-func-list'.
7603
7604 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7607         Fixed problem when no rule was matched.
7608
7609 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7610
7611         * wl-summary.el (wl-summary-get-mark): Fixed
7612         `wl-summary-buffer-target-mark' check logic.
7613
7614 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * wl-folder.el (wl-folder-write-current-folder): Added group
7617         folder check.
7618
7619         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7620         `wl-summary-write-current-newsgroup'.
7621         (wl-summary-write-current-folder-functions): New variable.
7622         * wl-folder.el (wl-folder-get-newsgroups): New function.
7623         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7624         (wl-folder-write-current-folder): Renamed from
7625         `wl-folder-write-current-newsgroup'.
7626
7627 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7628
7629         * Version number is increased to 2.3.93.
7630
7631 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7634         (wl-ldap-make-matched-value-list): Ditto.
7635         (wl-ldap-alias-safe-string): Split e-mail address.
7636
7637         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7638         petname folder default was selected.
7639         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7640         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7641
7642 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7643
7644         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7645         to `wl-draft-config-exec'.
7646
7647         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7648         instead of calling `wl-draft-config-exec';
7649         Process group-list and show recipients in minibuffer.
7650
7651         * tm-wl.el (wl-draft-preview-message): Ditto.
7652
7653 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7654
7655         * wl.el (toplevel): Added (C) to copyright notice, and
7656         sync Author header.
7657         * tm-wl.el (toplevel): Ditto.
7658         * wl-address.el (toplevel): Ditto.
7659         * wl-demo.el (toplevel): Ditto.
7660         * wl-dnd.el (toplevel): Ditto.
7661         * wl-draft.el (toplevel): Ditto.
7662         * wl-e21.el (toplevel): Ditto.
7663         * wl-expire.el (toplevel): Ditto.
7664         * wl-folder.el (toplevel): Ditto.
7665         * wl-highlight.el (toplevel): Ditto.
7666         * wl-message.el (toplevel): Ditto.
7667         * wl-mime.el (toplevel): Ditto.
7668         * wl-mule.el (toplevel): Ditto.
7669         * wl-nemacs.el (toplevel): Ditto.
7670         * wl-refile.el (toplevel): Ditto.
7671         * wl-score.el (toplevel): Ditto.
7672         * wl-summary.el (toplevel): Ditto.
7673         * wl-template.el (toplevel): Ditto.
7674         * wl-thread.el (toplevel): Ditto.
7675         * wl-util.el (toplevel): Ditto.
7676         * wl-vars.el (toplevel): Ditto.
7677         * wl-xmas.el (toplevel): Ditto.
7678
7679 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7680
7681         * wl.el (wl-init): Added comment about `wl-init-hook'.
7682         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7683         * wl-vars.el (wl-init-hook): Added docs.
7684         (wl-make-plugged-hook): Removed useless docs.
7685         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7686         * wl-xmas.el (toplevel): Ditto.
7687
7688 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7689
7690         * wl-address.el (toplevel): Fixed multiple Author header format.
7691         * wl-demo.el (toplevel): Ditto.
7692         * wl-draft.el (toplevel): Ditto.
7693         * wl-folder.el (toplevel): Ditto.
7694         * wl-summary.el (toplevel): Ditto.
7695         * wl-thread.el (toplevel): Ditto.
7696         * wl-util.el (toplevel): Ditto.
7697         * wl-vars.el (toplevel): Ditto.
7698         * wl-version.el (toplevel): Ditto.
7699         * wl-xmas.el (toplevel): Ditto.
7700         * wl.el (toplevel): Ditto.
7701
7702         * wl-version.el (toplevel): Added require `elmo-version' for
7703         `product-version-as-string'.
7704
7705 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * wl-vars.el (wl-draft-send-hook): Changed default value to
7708         '(wl-draft-config-exec).
7709
7710         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7711         explicitly.
7712         (wl-draft): Set `wl-draft-config-exec-flag' before running
7713         `wl-mail-setup-hook'.
7714
7715         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7716         `wl-biff-init-icons' to `wl-init-hook' instead of
7717         `wl-make-plugged-hook'.
7718         (Because if `wl-draft' command is invoked at first,
7719         they are not initialized)
7720         Updated copyright notice.
7721
7722         * wl-e21.el (toplevel): Ditto;
7723
7724         * wl-demo.el (toplevel): Updated copyright notice.
7725         * wl-address.el (toplevel): Ditto.
7726         * wl-draft.el (toplevel): Ditto.
7727         * wl-version.el (toplevel): Ditto.
7728         * wl-folder.el (toplevel): Ditto.
7729         * wl-summary.el (toplevel): Ditto.
7730         * wl-thread.el (toplevel): Ditto.
7731         * wl-util.el (toplevel): Ditto.
7732         * wl-vars.el (toplevel): Ditto.
7733         * wl.el (toplevel): Ditto.
7734
7735 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * wl-highlight.el (wl-highlight-message): Fixed problem of
7738         highlighting failure which occured when the last field contains
7739         multiple lines in the draft buffer.
7740
7741         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7742         `wl-biff-start' if plugged.
7743
7744         * wl-util.el (wl-biff-check-folder): New function.
7745         (wl-biff-check-folders): Don't set session name prefix.
7746         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7747         (wl-biff-check-folder-async): Ditto.
7748
7749         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7750         in email address.
7751
7752 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7753
7754         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7755
7756         * wl-draft.el (wl-draft-strip-subject-re): New function.
7757
7758         * wl-draft.el (wl-draft-reply): Use it.
7759
7760 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7761
7762         * wl-message.el (wl-mmelmo-message-redisplay): Use
7763         `mime-display-message' instead of `wl-mime-display-message'.
7764
7765         * wl-mime.el (toplevel): Removed compatibility workaround
7766         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7767         (wl-mime-display-message): Abolished.
7768         (wl-mime-entity-read-field): Ditto.
7769         (wl-mime-combine-message/partial-pieces): Use
7770         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7771
7772 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7773
7774         * wl-template.el: Doc fixes.
7775
7776 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7777
7778         * wl-e21.el (wl-message-overload-functions): Do nothing if
7779         `current-local-map' is not available.
7780         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7781
7782 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7783
7784         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7785         representation.
7786
7787         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7788         number.
7789         (wl-fldmgr-save-folders): Don't use `format' when insert
7790         `wl-fldmgr-folders-header'.
7791
7792 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7793
7794         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7795
7796 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-highlight.el (wl-highlight-message):
7799         Use `std11-field-end' to detect end point of the header field.
7800         Refer `wl-highlight-max-header-size'.
7801
7802         * wl-vars.el (wl-highlight-max-header-size): New variable.
7803
7804         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7805
7806         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7807         Set `for-draft' argument of wl-highlight-headers.
7808         (wl-draft): Ditto.
7809         (wl-draft-reedit): Ditto.
7810         (wl-user-agent-compose-internal): Ditto.
7811
7812 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7813
7814         * wl-message.el (wl-message-add-button): Use overlay.
7815
7816 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7817
7818         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7819
7820         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7821         problem when group-list content is nothing.
7822         (Reported by Mito <mit@nines.nec.co.jp>)
7823
7824 2000-10-18  SAITO Atsunori <sai@yedo.com>
7825
7826         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7827
7828 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7829
7830         * tm-wl.el (toplevel): Use product-provide.
7831
7832 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * Version number is increased to 2.3.92.
7835
7836 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7837
7838         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7839         title text, use `display' property for left margin under Emacs 21.
7840
7841         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7842         properties.
7843         (wl-plugged-init-icons): Ditto.
7844
7845 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7846
7847         * wl.el (wl-save-status, wl-init): Remove last period in
7848         "...done." message.
7849         * tm-wl.el (wl-summary-burst): Ditto.
7850         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7851         wl-summary-resume-cache-status,
7852         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7853         wl-summary-sync-update3, wl-summary-highlight-msgs,
7854         wl-summary-flush-pending-append-operations,
7855         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7856         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7857         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7858         wl-thread-open-all): Ditto.
7859         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7860         * wl-mime.el (wl-summary-burst): Ditto.
7861         * wl-highlight.el (wl-highlight-summary): Ditto.
7862         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7863         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7864         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7865         * wl-address.el (wl-local-address-init): Ditto.
7866
7867 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7868
7869         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7870         `add-text-properties'.
7871         (wl-plugged-init-icons): Ditto.
7872         (wl-folder-init-icons): Use `propertize' instead of
7873         `put-text-property'.
7874         (wl-plugged-set-folder-icon): Ditto.
7875         (wl-e21-highlight-folder-group-line): Ditto.
7876
7877 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-version.el (wl-version-status-alist): New variable.
7880         (wl-version-status): New function.
7881
7882         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7883         "Cc" part of the case "Reply-To".
7884
7885         * wl-draft.el (wl-draft-reply): Use result of
7886         `eword-extract-address-components'.
7887
7888         * wl-demo.el (wl-demo-icon-name): New constant.
7889         (wl-logo-xpm): Use it.
7890         (wl-logo-xbm): Ditto.
7891         (wl-logo-bitmap): Ditto.
7892
7893         * Version number is increased to 2.3.91.
7894
7895 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7896
7897         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7898         (wl-extended-emacs-version, wl-extended-emacs-version2,
7899         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7900         docstring.
7901
7902         * wl-version.el (wl-generate-user-agent-string-1): New function.
7903         (wl-generate-user-agent-string): Use it.
7904
7905         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7906         `mime-edit-insert-user-agent-field'.
7907         (wl-generate-user-agent-string): Check
7908         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7909
7910         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7911         instead of `if', when verbose case.
7912
7913 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7914
7915         * wl-expire.el (wl-summary-expire): Fix.
7916
7917 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7918
7919         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7920         and `elmo-lost+found-folder' if 'wl-draft.
7921         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7922
7923 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7924
7925         * wl-expire.el (wl-summary-expire): Change messages.
7926         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7927         `deleing-info' instead of "Deleting..."
7928
7929 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7930
7931         * wl-summary.el (wl-summary-refile-subr): Fix.
7932
7933 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7934
7935         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7936         if pipe folder.
7937
7938 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7939
7940         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7941
7942 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7943
7944         * wl-expire.el (wl-expire-hide): New function.
7945         (wl-summary-expire): Add `hide'.
7946
7947 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-vars.el (wl-draft-reply-without-argument-list):
7950         Changed default value to consider `Reply-To:'.
7951         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7952
7953         * Version number is increased to 2.3.90.
7954
7955         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7956         elmo-imap4-get-session with unwind-protect.
7957         Don't cause error.
7958         (wl-summary-sync-marks): Don't check plugged nor folder type.
7959         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7960         (Always keep current buffer).
7961
7962 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7963
7964         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7965         Enclose with `save-excursion'.
7966
7967 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7968
7969         * wl-version.el (wl-version): Remove interactive.
7970
7971 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7972
7973         * wl-version.el (wl-generate-user-agent-string): Use
7974         `product-string-verbose' instead of `product-string-1'.
7975
7976 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7977
7978         * wl-vars.el (wl-draft-use-cache): New variable.
7979         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7980         if wl-draft-use-cache is non-nil.
7981
7982 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7983
7984         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7985         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7986
7987 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7990         (wl-thread-msg-mark-as-unread): Ditto.
7991
7992         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7993         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7994         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7995         Don't set mark in summary if return value of `elmo-mark-as-read'
7996         is nil.
7997         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7998         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7999         instead of `wl-thread-msg-mark-as-read'.
8000         (wl-summary-mark-as-unread-region): Ditto.
8001         (wl-summary-target-mark-mark-as-read): Ditto.
8002
8003         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8004
8005 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8006
8007         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8008
8009         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8010
8011 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8014         face.
8015
8016 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8017
8018         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8019         `running-xemacs'.
8020
8021 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8022
8023         * wl-version.el (toplevel): Use `product-version-as-string' for
8024         set verstion-string, if defined.
8025
8026         * wl-version.el (wl-version-show): Insert string at point, when
8027         call with argument.
8028
8029         * wl-version.el (wl-generate-user-agent-string): Use
8030         `product-string-1' instead of `wl-appname', `wl-version' and
8031         `wl-codename'.
8032
8033 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8034
8035         * wl-address.el (toplevel): Use product-provide.
8036         * wl-demo.el (toplevel): Ditto.
8037         * wl-dnd.el (toplevel): Ditto.
8038         * wl-draft.el (toplevel): Ditto.
8039         * wl-e21.el (toplevel): Ditto.
8040         * wl-expire.el (toplevel): Ditto.
8041         * wl-fldmgr.el (toplevel): Ditto.
8042         * wl-folder.el (toplevel): Ditto.
8043         * wl-highlight.el (toplevel): Ditto.
8044         * wl-message.el (toplevel): Ditto.
8045         * wl-mime.el (toplevel): Ditto.
8046         * wl-mule.el (toplevel): Ditto.
8047         * wl-nemacs.el (toplevel): Ditto.
8048         * wl-refile.el (toplevel): Ditto.
8049         * wl-score.el (toplevel): Ditto.
8050         * wl-summary.el (toplevel): Ditto.
8051         * wl-template.el (toplevel): Ditto.
8052         * wl-thread.el (toplevel): Ditto.
8053         * wl-util.el (toplevel): Ditto.
8054         * wl-vars.el (toplevel): Ditto.
8055         * wl-xmas.el (toplevel): Ditto.
8056         * wl.el (toplevel): Ditto.
8057
8058 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8059
8060         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8061         instead of product.
8062
8063         * wl-version.el (wl-version): Compile time evalution elmo-version.
8064
8065 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8066
8067         * wl-summary.el (wl-summary-sync-force-update): Append queue
8068         `mark-as-read'if unplugged.
8069
8070 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8071
8072         * wl-version.el: New file.  Use product.el.
8073         * wl.el: add (require 'wl-version).
8074         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8075         for ~/.folders header.
8076         (wl-fldmgr-folders-header): Changed.
8077         * wl-demo.el (wl-demo): Use product.el.
8078
8079         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8080         wl-version.el.
8081         * wl-util.el (wl-version, wl-version-show): Ditto.
8082
8083         * wl-util.el (wl-generate-user-agent-string,
8084         wl-extended-emacs-version, wl-extended-emacs-version2,
8085         wl-extended-emacs-version3): Move to wl-version.el.
8086         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8087         xemacs-codename, mime-edit-insert-user-agent-field,
8088         mime-edit-user-agent-value, mime-editor/version,
8089         mime-editor/codename): Compile warning killer move to
8090         wl-version.el
8091
8092 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8093
8094         * wl-summary.el (wl-summary-refile-subr): Fix.
8095
8096 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8099         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8100
8101 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8102
8103         * wl.el (wl-check-environment): Check too many `@'.
8104
8105 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8106
8107         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8108
8109 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8110
8111         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8112         wl-draft-reply-myself-without-argument-list): Add variables.
8113         * wl-draft.el (wl-draft-reply): Use it.
8114
8115 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8116
8117         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8118         the 5th argument of `elmo-network-get-spec'.
8119
8120         * wl-thread.el (wl-thread-reparent-children): New inline function.
8121         (wl-thread-delete-message): Use it.
8122
8123         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8124         (wl-summary-score-update-all-lines): Don't use `dolist'.
8125
8126 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8127
8128         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8129         (require 'elmo-msgdb) for inline function.
8130
8131 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8132
8133         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8134
8135 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8136
8137         * wl-score.el (wl-score-headers): Fix for the confusing macro
8138         `elmo-kill-buffer'.
8139
8140 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8141
8142         * wl-summary.el: Don't use the 3rd argument of `require' because
8143         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8144         * wl-util.el: Ditto.
8145         * wl-draft.el: Ditto.
8146
8147 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8148
8149         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8150         window system is not used.
8151
8152 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8153
8154         * wl-thread.el: Don't use `mapcar' only for iteration.
8155         (wl-thread-resume-entity): Ditto.
8156         (wl-thread-delete-message): Ditto.
8157
8158         * wl-summary.el: Bind `dragdrop-drop-functions',
8159         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8160         of `require' for `timezone', `easymenu' and `ps-print';
8161         don't use `mapcar' only for iteration.
8162
8163         * wl-util.el: Bind `mule-version', `nemacs-version',
8164         `emacs-beta-version', `xemacs-codename',
8165         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8166         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8167         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8168         only for iteration.
8169
8170         * wl-score.el: Don't use `mapcar' only for iteration.
8171         (wl-score-simplify-buffer-fuzzy): Ditto.
8172         (wl-score-simplify-subject): Ditto.
8173         (wl-score-headers): Ditto.
8174         (wl-summary-score-update-all-lines): Ditto.
8175
8176         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8177         `enable-multibyte-characters' and `mule-version'.
8178
8179         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8180         `mapcar' only for iteration.
8181
8182         * wl-demo.el: Don't use `mapcar' only for iteration.
8183
8184         * wl-folder.el: Don't use `mapcar' only for iteration.
8185         (wl-folder-open-all): Ditto.
8186         (wl-folder-count-incorporates): Ditto.
8187
8188         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8189         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8190
8191         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8192         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8193         `smtp-connection-type'; specify 3rd argument of `require' for
8194         `timezone'; don't use `mapcar' only for iteration.
8195         (wl-draft-clone-local-variables): Don't use `mapcar'.
8196         (wl-draft-generate-clone-buffer): Ditto.
8197         (wl-user-agent-compose-internal): Ditto.
8198
8199         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8200
8201         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8202         (wl-save-status): Ditto.
8203
8204         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8205         for iteration.
8206
8207 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8208
8209         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8210         removed `Date'.
8211         (wl-fldmgr-make-filter-default): New user option.
8212
8213         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8214         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8215         (wl-fldmgr-filter-completion-alist): Abolish.
8216
8217         * wl.el (wl): Don't check servers if arg is non-nil.
8218
8219         * wl-draft.el (wl-draft-reply): Set only message-id string to
8220         In-Reply-To field.
8221
8222 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * wl-summary.el (wl-summary-pick): Rewrite.
8225
8226         * wl-draft.el (wl-draft-forward): Get references field from
8227         original buffer.
8228         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8229
8230 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8231
8232         * wl-draft.el (wl-draft-forward): Add references field.
8233
8234 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8237         (wl-draft-reply): Use it.
8238
8239 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8240
8241         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8242         when Emacs 21 is running.
8243
8244         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8245         bindings.
8246
8247 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8248
8249         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8250         XPM icons transparent.
8251
8252         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8253         Emacs 21.
8254
8255 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8258         nil.
8259
8260         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8261         when it is persistent.
8262         (wl-summary-sync-marks): Changed argument for
8263         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8264         (wl-summary-virtual): Use `elmo-read-search-condition'.
8265         (wl-summary-redisplay-internal): If folder is local, mark as read
8266         even when folder is plugged.
8267
8268 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8269
8270         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8271         of `tool-bar-lines' in the frame parameters.
8272         (after-make-frame-functions, post-command-hook): Don't modify the
8273         value.
8274         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8275         wl-e21-tool-bar-lines): Removed.
8276
8277 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8278
8279         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8280         properties `evaporate' and `wl-momentary-overlay' as well.
8281         (wl-highlight-summary-displaying): Ditto.
8282         (wl-delete-all-overlays): Don't delete overlay which does not have
8283         a property `wl-momentary-overlay'.
8284
8285         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8286         `display-mouse-p' and `display-graphic-p'.
8287         (wl-folder-init-icons): Don't search for XBM or the other files.
8288         (wl-plugged-set-folder-icon): Make icons if and only if
8289         `display-graphic-p' returns non-nil.
8290         (wl-highlight-plugged-current-line): Use `before-string' overlay
8291         property to show icon images.
8292         (wl-highlight-folder-current-line): Ditto.
8293         (wl-e21-highlight-folder-group-line): Ditto.
8294         (wl-e21-highlight-folder-by-numbers): Ditto.
8295         (wl-e21-insert-image): Removed.
8296         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8297         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8298         said.
8299         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8300         `wl-e21-force-switch-toolbar'.
8301         (wl-e21-make-icon-image): Removed.
8302         (wl-e21-setup-toolbar): Don't search for XBM files.
8303         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8304         the default value.
8305
8306 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-util.el (wl-biff-check-folder-async): Set
8309         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8310
8311 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8312
8313         * wl-e21.el (after-make-frame-functions): Add
8314         `wl-e21-force-switch-toolbar'.
8315         (wl-e21-force-switch-toolbar): New function force to switch the
8316         toolbar appearance automatically.
8317         (post-command-hook): Add `wl-e21-switch-toolbar'.
8318         (wl-e21-switch-toolbar): New function to switch the toolbar
8319         appearance automatically.
8320         (wl-e21-tool-bar-lines): New buffer local variable.
8321
8322 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8323
8324         * wl-util.el (wl-biff-check-folders-running): New variable.
8325         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8326         (wl-biff-check-folder-async-callback):
8327         Set `wl-biff-check-folders-running'.
8328         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8329         with unwind-protect.
8330
8331         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8332         Enclose `wl-folder-auto-check' with unwind-protect.
8333
8334         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8335         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8336
8337         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8338
8339         * wl-util.el (wl-biff-notify): New inline function.
8340         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8341         locally.
8342         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8343         folder-list' is 1.
8344         Use `wl-biff-notify'.
8345         (wl-biff-check-folder-async-callback): New function.
8346         (wl-biff-check-folder-async): Ditto.
8347
8348         * wl-folder.el (wl-folder): Don't check folders.
8349         (wl-folder-auto-check): New function.
8350
8351 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8352
8353         * wl-util.el (wl-biff-start) [Emacs19+]:
8354         Use `timer-next-integral-multiple-of-time'.
8355         (wl-biff-check-folders): Use `wl-default-folder'
8356         if `wl-biff-check-folder-list' is nil.
8357
8358 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8359
8360         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8361         instead of `elmo-delete-lists'.
8362
8363 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8364
8365         * wl.el (wl-plugged-toggle-all): Set the value of
8366         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8367         (wl-plugged-toggle): Ditto.
8368         (wl-toggle-plugged): Ditto.
8369         (wl-plugged-init): Ditto.
8370
8371         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8372         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8373         instead of `wl-biff-state-indicator-off' and
8374         `wl-biff-state-indicator-on'; don't modify the value and the type
8375         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8376         (wl-plugged-init-icons): Set icons data to
8377         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8378         instead of `wl-plug-state-indicator-off' and
8379         `wl-plug-state-indicator-on'; don't modify the value and the type
8380         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8381
8382         * wl-vars.el (wl-modeline-biff-state-off,
8383         wl-modeline-biff-state-on, wl-modeline-biff-status,
8384         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8385         wl-modeline-plug-status): New internal variables.
8386         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8387         wl-biff-check-interval, wl-biff-check-folder-list): Change
8388         customization group from `wl-folder' to `wl-highlight'.
8389         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8390         wl-show-plug-status-on-modeline): Defcustomized.
8391
8392         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8393         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8394         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8395         a flag to `mode-line-buffer-identification'.
8396
8397         * wl-e21.el (wl-biff-init-icons): Set icons data to
8398         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8399         instead of `wl-biff-state-indicator-off' and
8400         `wl-biff-state-indicator-on'.
8401         (wl-plugged-init-icons): Set icons data to
8402         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8403         instead of `wl-plug-state-indicator-off' and
8404         `wl-plug-state-indicator-on'.
8405
8406 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8407
8408         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8409         excessive titles.
8410
8411 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8412
8413         * wl.el (wl-plugged-mode): Use revised
8414         `wl-mode-line-buffer-identification'.
8415         (wl-plugged-init): Don't use `force-mode-line-update'.
8416
8417         * wl-xmas.el (wl-draft-overload-functions): Use revised
8418         `wl-mode-line-buffer-identification'.
8419         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8420         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8421         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8422         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8423         `wl-make-plugged-hook';
8424         add `wl-folder-init-icons' and `wl-setup-folder' to
8425         `wl-folder-mode-hook'.
8426
8427         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8428         19 as well.
8429         (wl-mode-line-display-priority-list): New user option.
8430         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8431         Defcustomized.
8432         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8433         Add docs.
8434
8435         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8436         start.
8437         (wl-mode-line-buffer-identification): Revised as a function.
8438
8439         * wl-summary.el (wl-summary-mode): Use revised
8440         `wl-mode-line-buffer-identification'; don't call
8441         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8442         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8443         `wl-xmas-setup-summary'.
8444
8445         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8446         `wl-mode-line-buffer-identification'.
8447
8448         * wl-mule.el (wl-draft-overload-functions): Use revised
8449         `wl-mode-line-buffer-identification'.
8450
8451         * wl-folder.el (wl-make-plugged-alist): Don't call
8452         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8453         (wl-folder): Don't call `wl-folder-init-icons' directly.
8454         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8455         `wl-xmas-setup-folder' directly;
8456         use revised `wl-mode-line-buffer-identification'.
8457         (TopLevel): Don't bind `wl-biff-init-icons',
8458         `wl-plugged-init-icons', `wl-folder-init-icons',
8459         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8460
8461         * wl-e21.el (wl-draft-overload-functions): Use revised
8462         `wl-mode-line-buffer-identification'.
8463         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8464         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8465         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8466         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8467         `wl-make-plugged-hook';
8468         add `wl-folder-init-icons' and `wl-setup-folder' to
8469         `wl-folder-mode-hook'.
8470
8471 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8472             Katsumi Yamaoka    <yamaoka@jpl.org>
8473
8474         * wl.el (wl): Call `wl-biff-start'.
8475         (wl-exit): Call `wl-biff-stop'.
8476         (wl-plugged-mode): Show biff in modeline.
8477         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8478
8479         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8480         (wl-biff-init-icons): New function.
8481         (wl-plugged-init-icons): Don't make too much keymaps.
8482         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8483
8484         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8485         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8486         variables.
8487         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8488         options.
8489
8490         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8491         wl-biff-start, wl-biff-stop): New functions.
8492         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8493         (wl-biff-timer-name): New variable.
8494
8495         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8496
8497         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8498         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8499
8500         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8501         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8502
8503         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8504         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8505         `wl-folder-init-icons' to `ignore' if they are not available.
8506         (wl-folder-mode): Show biff in modeline.
8507
8508         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8509         (wl-biff-init-icons): New function.
8510         (wl-plugged-init-icons): Don't make too much keymaps.
8511         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8512
8513 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8514
8515         * wl-vars.el (wl-strict-diff-folders): Customization Type
8516         and doc fix.  Define as a list of regular expressions for
8517         folders or nil.
8518         * wl-folder.el (wl-folder-check-one-entity): Use
8519         `wl-string-match-member' instead of `wl-string-member' for
8520         `wl-strict-diff-folders'.
8521
8522 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8523
8524         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8525         (wl-highlight-folder-current-line): Use it; new implementation.
8526         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8527         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8528         `defsubst' instead of `defun'.
8529
8530         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8531         `wl-highlight-group-folder-by-numbers'; made it can also be a
8532         number.  See info for more details.
8533
8534         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8535         running.
8536
8537         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8538         to bind them.
8539
8540         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8541         (wl-highlight-folder-current-line): New implementation.
8542
8543         * wl-highlight.el (wl-highlight-folder-group-line): New
8544         implementation.
8545         (wl-delete-all-overlays): Rewrite as a marco.
8546         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8547
8548         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8549         running.
8550         (wl-folder-*-glyph): No need to bind them.
8551
8552         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8553         `wl-e21-highlight-folder-group-icon'; rewrite.
8554         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8555         `defsubst' instead of `defun'.
8556         (wl-folder-mode-map): Bind it when compiling.
8557
8558 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8561
8562         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8563
8564 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8565
8566         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8567
8568 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8569
8570         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8571         (wl-highlight-folder-current-line): Use it.
8572
8573         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8574         in `id-name'.
8575
8576 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8577
8578         * wl.el: Require `wl-e21' when Emacs 21 is running.
8579
8580         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8581         default when Emacs 21 is running.
8582         (wl-use-highlight-mouse-line): Ditto.
8583         (wl-on-emacs21): New constant.
8584         (wl-on-emacs20): Removed.
8585
8586         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8587         Emacs 21 is running.
8588
8589         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8590         Emacs 21 is running.
8591
8592         * wl-e21.el: New file.
8593
8594 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8595
8596         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8597         (wl-toggle-plugged): Ditto.
8598         (wl-plugged-toggle): Ditto.
8599         (wl-plugged-toggle-all): Ditto.
8600
8601         * wl-vars.el (wl-plug-state-indicator): Refer
8602         `wl-plug-state-indicator-on' indirectly.
8603
8604 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8605
8606         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8607         Call `wl-folder-confirm-existence'.
8608
8609         * wl-folder.el (wl-folder-confirm-existence): Added optional
8610         argument `force'.
8611
8612 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8613
8614         * wl-summary.el (wl-summary-refile-subr): Assume
8615         `copy-or-refile' as symbol.
8616         (wl-summary-refile): Follow up above change.
8617         (wl-summary-copy): Ditto.  Doc fix.
8618
8619 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8620
8621         * wl-summary.el (wl-summary-pick): Don't bind
8622         `elmo-search-mime-charset'.
8623
8624         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8625         default using old backquote style.
8626         (wl-search-mime-charset): Abolished.
8627
8628         * wl-highlight.el (wl-highlight-headers):
8629         Call `point' after `re-search-forward'(for Nemacs).
8630
8631         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8632         for elmo-imap4.el.
8633
8634 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8635
8636         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8637         `wl-message-ignored-field-list' instead of
8638         `mime-view-ignored-field-list'.
8639
8640         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8641         Add interactive spec.
8642         (wl-folder-goto-bottom-of-current-folder): Ditto.
8643         (wl-folder-mode-map): Bind them.
8644
8645         * wl-vars.el (wl-message-ignored-field-list): New variable.
8646         (wl-message-visible-field-list): New variable.
8647
8648         * wl-mime.el (wl-mime-header-presentation-method): New function.
8649         (wl-mime-setup): Set header-presentation-method.
8650
8651 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8652
8653         * wl-nemacs.el (wl-draft-overload-functions): Set
8654         `mode-line-buffer-identification' instead of using
8655         `wl-make-modeline'.
8656
8657         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8658         instead of using `wl-make-modeline'.
8659
8660         * wl-xmas.el (wl-plugged-init-icons): Set up
8661         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8662         (wl-make-modeline): Abolish.
8663         (wl-draft-overload-functions): Set
8664         `mode-line-buffer-identification' instead of using
8665         `wl-make-modeline'.
8666
8667         * wl-util.el (wl-make-modeline-subr): Abolish.
8668         (wl-mode-line-buffer-identification): New alias.
8669
8670         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8671         (wl-summary-make-modeline): Abolish.
8672         (wl-summary-buffer-set-folder): Set
8673         `wl-summary-buffer-folder-indicator'.
8674         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8675         of using `wl-make-modeline'.
8676         (wl-summary-switch-to-clone-buffer): Don't set
8677         `mode-line-buffer-identification'.
8678         (wl-summary-goto-folder-subr): Ditto.
8679
8680         * wl-mule.el (wl-draft-overload-functions): Set
8681         `mode-line-buffer-identification' instead of using
8682         `wl-make-modeline'.
8683
8684         * wl-folder.el (wl-folder-mode): Set
8685         `mode-line-buffer-identification' instead of using
8686         `wl-make-modeline'.
8687         (wl-folder): Don't set `mode-line-buffer-identification'.
8688
8689 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8690
8691         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8692         instead of `member' for `wl-refile-guess-func-list' look-ups.
8693         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8694
8695 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8696
8697         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8698         `wl-message-button-dispatcher'.
8699
8700         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8701
8702         * wl-message.el (wl-message-button-dispatcher): Use it.
8703
8704         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8705         "In-Reply-To".
8706
8707         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8708         Bind `case-fold-search' to t.
8709
8710 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8711
8712         * wl-xmas.el (wl-message-overload-functions): Initialize
8713         `wl-message-button-map'.
8714
8715         * wl-mule.el (wl-message-overload-functions): Initialize
8716         `wl-message-button-map'.
8717
8718         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8719
8720         * wl-message.el (wl-message-button-map): New keymap.
8721         (wl-message-add-button): New function.
8722         (wl-message-button-dispatcher): New function.
8723         (wl-message-button-refer-article): New function.
8724
8725         * wl-highlight.el
8726         (wl-highlight-message-add-buttons-to-header): New function.
8727         (wl-highlight-headers): Use it.
8728
8729 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8730
8731         * wl-summary.el (wl-summary-default-from): Use
8732         `wl-address-get-petname-1'.
8733         (wl-summary-simple-from): Ditto.
8734
8735         * wl-address.el (wl-address-get-petname-1): New inline function.
8736         (wl-address-get-petname): Use it.
8737
8738 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8739
8740         * wl-summary.el (wl-summary-default-from): Return full-name part
8741         from the address if no petname was found.
8742         (wl-summary-simple-from): Ditto.
8743
8744         * wl-address.el (wl-address-get-petname): Return nil if no petname
8745         associated with the address was found.
8746
8747 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8748
8749         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8750         display is finished.
8751
8752 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8753
8754         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8755         `elmo-folder-exists-p' argument.
8756
8757 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8758
8759         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8760         the folder.
8761
8762 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8765
8766         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8767         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8768
8769 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8770
8771         * wl-folder.el (wl-folder-create-subr): New function.
8772         (wl-folder-confirm-existence): Use it.
8773         (wl-folder-check-one-entity): Use it.
8774         Check the error symbol is derived from 'elmo-open-error.
8775
8776         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8777         `ignore-error'.
8778
8779 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8780
8781         * wl-util.el (toplevel): Add (eval-when-compile (require
8782         'elmo-util)).  (Maybe `provide' is typo.)
8783
8784 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8785
8786         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8787         (I don't know why this was needed.)
8788
8789         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8790         Follow up changes for stream-type.
8791
8792         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8793         (wl-draft-elmo-nntp-send): Ditto.
8794
8795         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8796         (wl-nntp-posting-stream-type): Ditto.
8797         (wl-pop-before-smtp-ssl): Abolished.
8798         (wl-nntp-posting-ssl): Ditto.
8799
8800         * wl-address.el (wl-address-quote-specials): New function.
8801         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8802
8803         * wl-draft.el (wl-draft-reply): Ditto.
8804
8805 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8806
8807         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8808         use function `wl-string-match-assoc'.
8809
8810 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8813
8814         * wl-draft.el (wl-draft-deduce-address-list): New function.
8815         (wl-draft-parse-mailbox-list): Ditto.
8816         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8817         instead of `smtp-deduce-address-list'.
8818         (wl-draft-on-field-p): Follow group list.
8819
8820         * wl-address.el (wl-address-concat-token): New function.
8821         (wl-address-string-without-group-list-contents): Ditto.
8822         (wl-complete-field-body): Fixed problem of completion
8823         by japanese petname.
8824         (wl-address-make-completion-list): Rewrite.
8825
8826 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8827
8828         * wl-address.el (wl-address-make-completion-list): Completion by
8829         petname.
8830         (wl-complete-field-body): Likewise.
8831
8832 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8833
8834         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8835         contains invalid address syntax.
8836
8837 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8838
8839         * wl-folder.el (wl-folder-check-entity-async): Use
8840         `elmo-nntp-spec-hostname'.
8841
8842 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8843
8844         * wl-summary.el (wl-summary-msgdb-load-async): Use
8845         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8846
8847 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-draft.el (wl-draft-reply): Set argument
8850         `content-transfer-encoding' as nil.
8851
8852 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8853
8854         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8855         `wl-refile-alist'.
8856
8857 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8858
8859         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8860         (wl-draft-edit-string): Ditto.
8861         (wl-draft-forward): Ditto.
8862         * wl-summary.el (wl-summary-write): Ditto.
8863
8864 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8865
8866         * wl-summary.el (wl-summary-sync-update3): Call
8867         `wl-summary-buffer-number-column-detect'.
8868         (wl-summary-buffer-number-column-detect): Search from point-min.
8869
8870 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8873         contains an address which is not included in original to or cc.
8874
8875 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8876
8877         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8878         begin-line does not exist.
8879         * wl-message.el (wl-message-uu-substring): Ditto.
8880
8881 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8884         clear local variables.
8885         (wl-summary-exit): Call `elmo-commit'.
8886         (wl-summary-switch-to-clone-buffer): Call
8887         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8888         (wl-summary-goto-folder-subr): Ditto.
8889
8890         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8891         POP folder.
8892
8893 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8894
8895         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8896         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8897         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8898         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8899         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8900         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8901
8902         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8903
8904 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8905
8906         * wl-summary.el (wl-summary-search-by-subject):
8907         Search parent message from the latest one.
8908
8909 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8912         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8913
8914         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8915         New user option.
8916
8917         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8918         if elmo-nntp-use-killed-list is nil.
8919         Use `elmo-msgdb-append-to-killed-list'.
8920         (Append numbers confirmed as disappeared to the killed list.)
8921         (wl-summary-confirm-appends): Don't display negative number.
8922
8923 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8924
8925         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8926
8927 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8928
8929         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8930         range is `all'.
8931         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8932         `elmo-list-bigger-diff'.
8933
8934 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8935
8936         * wl-summary.el (wl-summary-buffer-exit-func):
8937         New buffer local variable.
8938         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8939
8940 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8941
8942         * wl-demo.el (wl-demo): Fix the last change.
8943
8944 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8945
8946         * wl-demo.el (wl-demo): Don't use `eval'.
8947
8948 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8949
8950         * wl-summary.el (wl-summary-buffer-thread-modified):
8951         New buffer-local variable.
8952         (wl-summary-set-thread-modified): New function.
8953         (wl-summary-thread-modified-p): New function.
8954         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8955         (wl-summary-yank-saved-message): Use function
8956         `wl-summary-set-thread-modified'
8957         (wl-summary-switch-to-clone-buffer): Add
8958         `wl-summary-buffer-thread-modified'.
8959
8960         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8961         (wl-summary-buffer-mark-saved-hook): Ditto.
8962         * wl-summary.el (wl-summary-msgdb-save): New hook
8963         `wl-summary-buffer-message-saved-hook' and
8964         `wl-summary-buffer-mark-saved-hook'.
8965
8966 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8967
8968         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8969
8970 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8971
8972         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8973         don't hide scroll bars under FSF Emacsen because it may incur an
8974         undesirable redrawing.
8975
8976 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8977
8978         * wl-draft.el (wl-draft-edit-string): Call
8979         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8980
8981 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8982
8983         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8984
8985 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8986
8987         * wl-summary.el (wl-summary-msgdb-load-async): Call
8988         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8989
8990 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8991
8992         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8993         fringes in demo buffer; center bitmap logo correctly even if old
8994         Mule is used.
8995
8996 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8997
8998         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8999
9000         * wl-refile.el (wl-refile-subject-alist): New variable.
9001         (wl-refile-subject-alist-file-name): Ditto.
9002         (wl-refile-alist-setup): Rewrite.
9003         (wl-refile-alist-save): Use `elmo-object-save'.
9004         Eliminated arguments.
9005         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9006         (wl-refile-guess-by-subject): New function.
9007         (wl-refile-guess-func-list): Added it.
9008
9009 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9010
9011         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9012         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9013
9014 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9015
9016         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9017         New buffer-local variable.
9018         (wl-summary-buffer-next-folder-func): Ditto.
9019         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9020         if non-nil.
9021         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9022         if non-nil.
9023         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9024         if non-nil.
9025         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9026         if non-nil.
9027
9028 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9029
9030         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9031         permanently in the demo buffer.
9032
9033 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9034
9035         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9036         `mime-entity-fetch-field'.
9037
9038         * wl.el (wl-exit): Delete plugged buffer.
9039
9040         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9041         XEmacs has menubar feature.
9042
9043 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9044
9045         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9046         cannot arrive at the beginning of the buffer under old Emacsen.
9047
9048 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9049
9050         * wl-address.el (wl-address-ldap-search):
9051         Call `ldap-search-entries' with `withdn' argument t.
9052         (wl-complete-field-body): Bind completion-ignore-case as t.
9053         Clear ldap search hash when it was sole completion.
9054         Use elmo-string for pattern string.
9055         (wl-ldap-alias-safe-string): Eliminated needless let.
9056
9057 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9058
9059         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9060         (wl-ldap-alias-sep): New constant.
9061         (wl-ldap-search-attribute-type-list): Ditto.
9062         (wl-ldap-get-value): New function.
9063         (wl-ldap-make-filter): Ditto.
9064         (wl-ldap-make-matched-value-list): Ditto.
9065         (wl-ldap-alias-safe-string): Ditto.
9066         (wl-ldap-register-dn-string): Ditto.
9067         (wl-address-ldap-search): Rewrite.
9068
9069 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9070
9071         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9072         thread is deleted.
9073         (wl-thread-delete-line-from-buffer): Ditto.
9074         (wl-thread-get-exist-children): New function.
9075
9076 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9077
9078         * wl-demo.el (wl-demo): Made it to select various image types.
9079         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9080         from `wl-title-logo'.
9081         (wl-logo-ascii): New variable.
9082         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9083         (wl-demo-copyright-notice): New constant.
9084
9085         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9086
9087 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9088
9089         * wl-vars.el (wl-summary-target-above): Renamed from
9090         wl-summary-temp-above.
9091         * wl-score.el (wl-score-get-score-alist): Use it.
9092         (wl-summary-score-update-all-lines): Use it.
9093         * wl-summary.el: Ditto. (make-variable-buffer-local).
9094
9095 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9096
9097         * wl-vars.el (wl-ldap-port): New user option.
9098
9099         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9100         Rewite whole implementation.
9101         (wl-complete-field-body): Fixed.
9102
9103 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9104
9105         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9106         Choose implementation at compile time.
9107
9108 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9109
9110         * wl-address.el (wl-ldap-search-internal): New function.
9111         (wl-complete-field-to): Use it.
9112
9113 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9114
9115         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9116         Use `let' instead of `let*'.
9117         Require 'wl-vars.
9118
9119         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9120         Define as defcustom.
9121         (wl-ldap-base): Ditto.
9122         (wl-use-ldap): Ditto.
9123
9124 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9125
9126         * wl-address.el (wl-ldap-search): New function.
9127         (wl-complete-field-body): Use `wl-ldap-search'.
9128         (wl-ldap-server): New variable.
9129         (wl-ldap-base): Ditto.
9130         (wl-use-ldap): Ditto.
9131
9132 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9133
9134         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9135         (Pointed out by Mito <mit@nines.nec.co.jp>).
9136         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9137         buffer-local variables like `wl-summary-redisplay-internal'.
9138         (wl-summary-redisplay-all-header): Likewise.  Update
9139         Summary view too.
9140
9141 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9142
9143         * wl-summary.el (wl-summary-jump-to-parent-message):
9144         Consider prefix argument.
9145
9146         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9147         when closed thread is deleted.
9148
9149 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9150
9151         * wl-summary.el (wl-summary-jump-to-parent-message):
9152         Consider thread modification.
9153
9154 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9155
9156         * wl-message.el (wl-message-normal-get-original-buffer): Use
9157         `save-excursion'.
9158
9159         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9160         (wl-summary-showto-folder-regexp): Ditto.
9161
9162 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9163
9164         * wl-util.el (wl-delete-alist): Doc fix.
9165         (wl-delete-associations): New function.
9166         (wl-inverse-alist): New function.
9167         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9168         Split temporary variables. Use `wl-delete-associations'
9169         and `wl-inverse-alist'.
9170         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9171
9172 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9173
9174         * wl-folder.el (wl-folder-prefetch-entity):
9175         Execute prefetching if new count is unknown.
9176
9177 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9178
9179         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9180
9181         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9182         delete entity.
9183         (wl-thread-set-parent): If insert as top, set linked as nil.
9184
9185         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9186         `wl-thread-cleanup-symbols' when view mode is thread.
9187
9188 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9189
9190         * wl-folder.el (wl-folder-create-folder-entity): Use
9191         with-current-buffer.
9192         (wl-local-folder-init): Call set-buffer to make sure we are in
9193         the Folder buffer. Don't touch buffer-local variables here.
9194         (wl-folder-mode): Initialize buffer-local variables here.
9195
9196         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9197         (wl-folder-entity-assign-id): Ditto.
9198         (wl-folder-create-entity-hashtb): Ditto.
9199         (wl-local-folder-init): Ditto.
9200         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9201
9202 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9203
9204         * wl-summary.el (wl-summary-default-from): Fix probrem when
9205         std11-extract-address-components return (nil "foo@bar").
9206
9207 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9208
9209         * wl-draft.el (wl-draft-clone-local-variables):
9210         Remove redundant `setq'.
9211
9212 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9215         Bind wl-highlight-x-face-func as nil while highlighting header.
9216
9217 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9218
9219         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9220
9221 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9222
9223         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9224         elmo-msgdb-overview-hashtb from copy-variables.
9225         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9226         instead of `elmo-msgdb-overview-get-entity-by-number'.
9227         (wl-summary-auto-refile): Ditto.
9228
9229         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9230         `elmo-msgdb-overview-get-entity' instead of
9231         `elmo-msgdb-search-overview-entity'.  Use
9232         `elmo-msgdb-overview-get-entity' instead of
9233         `elmo-msgdb-overview-get-entity-by-number'.
9234         (wl-thread-insert-entity-sub): Ditto.
9235         (wl-thread-insert-message): Ditto.
9236
9237         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9238         `elmo-msgdb-overview-get-entity'.
9239         (wl-normal-message-redisplay): Ditto.
9240
9241 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9242
9243         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9244         `wl-thread-entities'.
9245         (wl-thread-delete-message): Fix remove top message from
9246         `wl-thread-entity-list'.
9247
9248         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9249         wl-append(nconc), because update-list is broken on Meadow.
9250
9251         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9252         updating process.
9253         (wl-summary-rescan): Ditto.
9254         (wl-summary-sync-update3): Ditto.
9255         * wl-thread.el (wl-thread-set-parent): Renamed from
9256         `wl-summary-set-parent'.
9257         (wl-thread-insert-message): Updating buffer faster.
9258         (wl-thread-delete-message): Updating buffer faster.
9259
9260         * wl-score.el (wl-summary-score-update-all-lines): Changed
9261         interval for display progress gauge.
9262
9263 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9264
9265         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9266         folder always-sticky.
9267         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9268         defmacro.
9269
9270 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9271
9272         * wl-vars.el (wl-draft-add-references): New user option.
9273
9274         * wl-draft.el (wl-draft-add-references): New function.
9275         (wl-draft-yank-from-mail-reply-buffer): Use it.
9276         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9277         as nil.
9278
9279 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9280
9281         * wl-thread.el (wl-thread-update-line-msgs): Called
9282         `wl-thread-update-line-on-buffer-sub'.
9283         (wl-thread-update-line-on-buffer): Delete routine of inserting
9284         thread.
9285         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9286         moved from `wl-thread-update-line-on-buffer'.
9287         Add threshold for displaying progress gauge.
9288         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9289         argument of `wl-thread-update-line-msgs'.
9290         Add threshold for displaying progress gauge.
9291         * wl-folder.el:
9292         Add threshold for displaying progress gauge.
9293         * wl-score.el: Ditto.
9294
9295         * wl-expire.el (wl-summary-expire): Display deleting info.
9296
9297 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9300         `no-msg'.
9301         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9302         argument of `wl-thread-update-line-msgs'.
9303         (wl-summary-set-parent): Added optional argument `parent-number'.
9304         (wl-summary-buffer-saved-message): New buffer local variable.
9305         (wl-summary-save-current-message): New command.
9306         (wl-summary-yank-saved-message): Ditto.
9307         (wl-summary-mode-map): Added key binding for
9308         `wl-summary-save-current-message' (\ew) and
9309         `wl-summary-yank-saved-message' (\C-y).
9310         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9311
9312 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl-summary.el (wl-summary-mode-map): Added key binding for
9315         `wl-summary-set-parent' (ts).
9316
9317 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9318
9319         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9320         subject faster. If thread number is reverse, delayed updating
9321         thread.
9322         (wl-summary-search-by-subject): Ditto.
9323         (wl-summary-put-alike): Ditto.
9324         (wl-summary-get-alike): Ditto.
9325         (wl-summary-insert-headers): Insert header of all overview in
9326         buffer.
9327         (wl-summary-rescan): Delayed updating thread. Kill search subject
9328         buffer for wl-summary-search-by-subject.
9329         (wl-summary-sync-update3): Ditto.
9330         (wl-summary-exit): Ditto.
9331         (wl-summary-goto-bottom-of-current-thread): Change for linked
9332         thread.
9333         (wl-summary-overview-create-summary-line): Change line for linked
9334         thread.
9335
9336         * wl-summary.el (wl-summary-update-thread): Use
9337         wl-thread-maybe-get-children-num.
9338         (wl-summary-set-parent): If change parent, move sub thread.
9339         (wl-summary-redisplay-internal): Add horizontal recenter.
9340         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9341
9342         * wl-thread.el (wl-thread-entity-get-linked): New function.
9343         (wl-thread-entity-set-linked): New function.
9344         (wl-thread-create-entity): Add linked element.
9345         (wl-thread-entity-insert-as-top): Use wl-append.
9346         (wl-thread-maybe-get-children-num): If closing thread, return
9347         children msgs.
9348         (wl-thread-update-line-msgs): Displaying progress message.
9349         (wl-thread-update-line-on-buffer-sub): Use
9350         wl-thread-maybe-get-children-num.
9351         (wl-thread-update-line-on-buffer): If update line is not exists,
9352         insert thread.
9353         (wl-thread-delete-message): If delete top msg of thread, search
9354         parent by subject.
9355         (wl-thread-insert-entity): Use
9356         wl-thread-maybe-get-children-num.
9357
9358         * wl-highlight.el (wl-highlight-summary-current-line): change
9359         sregexp for linked thread.
9360         * wl-util.el (wl-count-lines): Count lines.
9361         (wl-horizontal-recenter): horizontal recenter.
9362         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9363         (wl-score-get-alike): Ditto.
9364         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9365         (wl-subject-length-limit): New variable.
9366         (wl-highlight-thread-indent-string-regexp): Changed for linked
9367         thread.
9368
9369 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9370
9371         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9372         New variable (revival).
9373         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9374         by subject matching if there's no in-reply-to nor references field
9375         (revival).
9376
9377 \f
9378 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9379
9380         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9381         message.
9382
9383 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9384
9385         * wl-summary.el (wl-summary-reply): Return t if there was a
9386         message at cursor point.
9387         Added unwind-protect.
9388         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9389         returns t.
9390         (wl-summary-cancel-message): Do nothing when there's no message at
9391         cursor point.
9392         (wl-summary-forward): Ditto.
9393         (wl-summary-jump-to-parent-message): Ditto.
9394         (wl-summary-reedit): Ditto.
9395         (wl-summary-edit-addresses): Ditto.
9396         (wl-summary-pipe-message): Ditto.
9397         (wl-summary-print-message-with-ps-print): Ditto.
9398         (wl-summary-print-message): Ditto.
9399         (wl-summary-mark-as-important): Ditto.
9400         (wl-summary-mark-as-unread): Ditto.
9401
9402         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9403         message at cursor point.
9404         (wl-summary-reply-with-citation): Remove unwind-protect.
9405
9406         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9407         subject searching feature.
9408         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9409         Eliminated.
9410
9411 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9414         New variable.
9415         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9416         by subject matching if there's no in-reply-to nor references field.
9417
9418         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9419
9420         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9421         when display is finished.
9422         (wl-folder-open-all): Ditto.
9423         (wl-folder-update-access-group): Ditto.
9424         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9425         * wl-thread.el (wl-thread-close-all): Ditto.
9426
9427         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9428         progress gauge only when it was displayed.
9429         * wl-folder.el (wl-folder-insert-entity): Ditto.
9430
9431 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-summary.el (wl-summary-incorporate): Enclose
9434         `wl-summary-sync-force-update' with save-excursion.
9435
9436 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9437
9438         * wl-summary.el (wl-summary-prefetch-region):
9439         Pass current cursor point to `pos-visible-in-window-p' after
9440         moving cursor to the started point.
9441
9442 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9443
9444         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9445
9446         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9447         fields from the forwarding message.
9448         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9449         `ignored-fields'.
9450
9451 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9452
9453         * wl-mime.el (wl-message-request-partial):
9454         Eliminated argument `msgdb'.
9455         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9456         (wl-mime-combine-message/partial-pieces): Likewise.
9457         * tm-wl.el (wl-message-request-partial): Likewise.
9458         (wl-mime-combine-message/partial-pieces): Likewise.
9459
9460 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9461
9462         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9463         when display is finished.
9464
9465 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9466
9467         * wl-summary.el (wl-summary-goto-folder-subr):
9468         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9469
9470 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9471
9472         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9473         when cursor point is visible.
9474
9475 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9476
9477         * wl-expire.el (wl-expire-archive-get-max-number):
9478         Don't use `file-name-directory'.
9479
9480 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9481
9482         * wl-expire.el (wl-expire-archive-get-max-number):
9483         Use `file-name-directory'.
9484
9485 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9486
9487         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9488         only when there is progress.
9489
9490 2000-04-13  Mito <mit@nines.nec.co.jp>
9491
9492         * wl-summary.el (wl-summary-sync-marks): Display progress.
9493
9494 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9495
9496         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9497         (wl-summary-prev): Move cursor regardless of unread status.
9498         (wl-summary-next): Ditto.
9499
9500 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9501
9502         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9503         Added argument `target' and `number'.
9504         * tm-wl.el (wl-summary-burst-subr): New function.
9505         (wl-summary-burst): Use it.
9506
9507 2000-04-10  Mito <mit@nines.nec.co.jp>
9508
9509         * wl-mime.el (wl-burst): New function.
9510         (wl-summary-burst): Use it.
9511
9512 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9513
9514         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9515         as petname when there's no candidate.
9516
9517 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9518
9519         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9520         New variable.
9521         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9522
9523         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9524
9525         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9526
9527 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9528
9529         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9530         Use substring of `original' instead of buffer-substring.
9531         (wl-refile-evaluate-rule):
9532         Set `original' argument of wl-refile-expand-newtext.
9533
9534         * wl-summary.el
9535         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9536         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9537         (wl-summary-auto-refile): Check existence of destination folder just
9538         before marking.
9539
9540 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9541
9542         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9543         when wl-refile-get-field-value return nil.
9544
9545 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9546
9547         * wl-refile.el
9548         (wl-refile-expand-newtext): New function imported from Gnus.
9549         (wl-refile-evaluate-rule): Use it.
9550
9551 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9552
9553         * wl-summary.el (wl-summary-print-destination):
9554         Duplicate folder string to avoid putting text-property on
9555         original string.
9556
9557         * wl-refile.el (wl-refile-get-field-value): New function.
9558         (wl-refile-evaluate-rule): New function;
9559         Evaluate refile rule recursively.
9560         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9561         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9562         New function; Check existence of a target folder recursively.
9563         (wl-summary-auto-refile-check-refile-rule-alist):
9564         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9565
9566 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9569
9570         * wl-folder.el (wl-create-folder-entity-from-buffer):
9571         Fixed problem when '}' character is contained in folder name.
9572
9573         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9574
9575 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9576
9577         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9578         (wl-fldmgr-add-completion-all-completions):
9579         Use wl-fldmgr-add-completion-hashtb.
9580
9581 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9582
9583         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9584         wl-fldmgr-add-completion-subr): New functions.
9585         * wl-folder.el (wl-folder-completion-func): New variable.
9586         * wl-summary.el (wl-summary-read-folder):
9587         Use wl-folder-completion-func.
9588
9589         * wl-refile.el: Eliminate throw & catch.
9590
9591         * wl.el (wl-plugged-sending-queue-status): Fixed.
9592
9593 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9594
9595         * wl-draft.el (wl-draft): Put category property on
9596         mail-header-separator.