abea2545ca78fb93c266623abc2caa3f2d134fb3
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.11.32.
4
5 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
8         without mule to iso-8859-1.
9         (wl-draft-add-in-reply-to): Add note in description.
10         (wl-draft-add-references): Ditto.
11
12 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
13
14         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
15         definition for `m'.
16         (wl-summary-mode-line-format): Add '[%m]'.
17         (wl-message-mode-line-format-spec-alist): Ditto.
18         (wl-summary-display-mime-mode-list): New variable.
19
20         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
21         from wl-summary-buffer-display-as-is.
22         (wl-summary-buffer-display-all-header): New buffer local variable.
23         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
24         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
25         instead of wl-summary-buffer-display-as-is.
26         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
27         (wl-summary-set-persistent-mark): Ditto.
28         (wl-summary-set-message-buffer-or-redisplay): Just call
29         `wl-summary-redisplay-internal' without optional arguments.
30         (wl-summary-toggle-mime): Rewrite.
31         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
32         (wl-summary-toggle-all-header): New function.
33         (wl-summary-redisplay-internal): Treat mime mode.
34
35         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
36         to wl-mime-preview-follow-no-mime.
37         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
38         accodring to the display-mode.
39
40         * wl-message.el (wl-message-buffer-display-type): Rewrite.
41         (wl-message-buffer-display): Changed argument name from `as-is' to
42         `mode'.
43         (wl-message-display-internal): Ditto;
44         Bind elmo-mime-display-header-analysis according to the mode.
45         (wl-message-display-internal): Put wl-message-display-mime-mode
46         property on entire buffer.
47
48 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
49
50         * wl-draft.el (wl-draft-do-fcc): Undo last change.
51
52 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
53
54         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
55         Don't extract mail address.
56         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
57
58         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
59
60         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
61
62 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
65         wl-fldmgr-cut-entity-list on confirmation.
66
67 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
68
69         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
70         (wl-mime-quit-preview): Check existence of
71         mime-edit-temp-message-buffer here.
72
73 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
74
75         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
76         after deletion.
77
78         * wl-draft.el (wl-draft-send-confirm): Check major-mode
79         before calling wl-mime-quit-preview.
80
81 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
82
83         * wl-summary.el (wl-summary-pick): If call it with prefix
84         argument, set `delete-marks' as non-nil. Pick from only visible
85         messages.
86         (wl-summary-check-target-mark): New function.
87         (wl-summary-target-mark-mark-as-read): Use it.
88         (wl-summary-target-mark-mark-as-unread): Ditto.
89         (wl-summary-target-mark-operation): Ditto.
90         (wl-summary-target-mark-set-flags): Ditto.
91         (wl-summary-target-mark-save): Ditto.
92         (wl-summary-target-mark-pick): Ditto.
93         (wl-summary-target-mark-forward): Ditto.
94         (wl-summary-target-mark-reply-with-citation): Ditto.
95         (wl-summary-target-mark-print): Ditto.
96         (wl-summary-target-mark-uudecode): Ditto.
97
98         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
99         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
100         with `ask-coding' is non-nil.
101
102 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
103
104         * wl-thread.el (wl-thread-set-parent): If parent is a message
105         which is identified by references, set linked as nil.
106
107 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
108
109         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
110         (wl-message-mode-line-format-spec-alist): Ditto.
111         (wl-message-mode-line-format): Ditto.
112         (wl-summary-mode-line-format): Ditto for docstring.
113         (wl-summary-no-mime-folder-list): Fix typo.
114
115         * wl-util.el (wl-current-message-buffer): Call
116         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
117
118         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
119         variable.
120         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
121         of `wl-summary-redisplay-no-mime'.
122         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
123         (wl-summary-toggle-mime): New function.
124         (wl-summary-redisplay-all-header): Rewrite.
125         (wl-summary-redisplay-no-mime): Ditto.
126         (wl-summary-redisplay-internal): Added argument `as-is' and
127         `all-header'.
128
129         * wl-refile.el (wl-refile-default-from-folder-path-separator):
130         New variable.
131         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
132         bottom.
133         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
134         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
135         "/" unconditionally.
136
137         * wl-mime.el (wl-draft-yank-current-message-entity): Use
138         wl-mime-preview-follow-no-mime for as-is content.
139         (wl-mime-preview-follow-no-mime): New function.
140         (wl-mime-preview-follow-current-region): Fixed parenthesis.
141
142         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
143         and added `as-is', `all-header'.
144         (wl-message-buffer-display): Ditto.
145         (wl-message-buffer-display-type): New function.
146
147 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
148
149         * wl-vars.el (wl-message-header-button-alist): Change default
150         value.
151         (wl-message-body-button-alist): Ditto.
152
153 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
154
155         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
156
157 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
158
159         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
160
161 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
162
163         * wl-summary.el (wl-summary-sync-marks): Remove condition which
164         is always true.
165
166 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
169         on null entity.
170
171 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
172
173         * wl-vars.el (wl-draft-reply-default-position): Fix range.
174
175 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-vars.el (wl-summary-resend-hook): New hook.
178
179         * wl-action.el (wl-summary-exec-action-resend-subr): Run
180         `wl-summary-resend-hook'.
181
182 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
183
184         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
185         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
186         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
187         (wl-summary-new-cached-mark): Changed default value to 'n'.
188         (wl-summary-unread-cached-mark): Changed default value to 'u'.
189         (wl-summary-answered-cached-mark): Changed default value to 'a'.
190         (wl-folder-sync-range-alist): Remove spec for 'flag.
191         (wl-summary-force-prefetch-folder-list): New user option.
192
193         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
194         `wl-summary-toggle-persistent-mark'.
195         (wl-summary-update-mark-and-highlight-window): Don't highlight when
196         number is nil.
197         (wl-summary-mark-as-answered-region): Set interactive argument of
198         `wl-summary-set-persistent-mark-internal'.
199         (wl-summary-mark-as-important-region): Ditto.
200         (wl-summary-unset-persistent-mark): Ditto.
201         (wl-summary-set-persistent-mark): Ditto.
202         (wl-summary-mark-as-answered): Ditto.
203         (wl-summary-mark-as-important): Ditto.
204         (wl-summary-set-persistent-mark-internal): Do nothing
205         when `elmo-message-flag-available-p' is nil.
206         (wl-summary-toggle-persistent-mark): New function.
207         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
208         when the folder matches `wl-summary-force-prefetch-folder-list'.
209
210
211         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
212         when number is nil.
213         (wl-highlight-summary-forwarded-face): New face.
214
215 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
216
217         * Version number is increased to 2.11.31.
218
219 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
220
221         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
222         (wl-biff-check-folder-async): Ditto.
223         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
224
225 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
226
227         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
228         Add an argument `reverse'.  All callers are updated.
229         (wl-summary-sort): Add a prefix argument `reverse' to specify
230         reverse sorting.
231         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
232         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
233         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
234
235 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
236
237         * wl-message.el (wl-message-redisplay): Does not narrow header if
238         disply-type is all-header or as-is.
239
240         * wl-summary.el (wl-summary-enter-handler): Use
241         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
242
243 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
244
245         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
246         after adding wl-draft-parent-variables.
247         (wl-draft-forward): Ditto.
248
249 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-summary.el (wl-summary-sync-marks): Call
252         `wl-summary-set-persistent-mark' and
253         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
254         (wl-summary-set-persistent-mark-internal): Add 4th argument
255         `no-server'.
256         (wl-summary-unset-persistent-mark): Ditto.
257         (wl-summary-set-persistent-mark): Ditto.
258         (wl-summary-add-flags-internal): Abolish.
259         (wl-summary-remove-flags-internal): Ditto.
260         (wl-summary-mark-as-important-internal): Ditto.
261         (wl-summary-mark-as-important): Use
262         `wl-summary-set-persistent-mark' instead of
263         `wl-summary-add-flags-internal'.
264         (wl-summary-mark-as-important-region): Ditto.
265
266         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
267
268         * wl-summary.el (wl-summary-get-available-flags): New function.
269         (wl-summary-sync-marks): Use it and simplified.
270         (wl-summary-unset-persistent-mark): Use
271         `wl-summary-get-available-flags'.
272         (wl-summary-set-persistent-mark): Ditto.
273
274 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
275
276         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
277         id.
278
279 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * wl-summary.el (wl-summary-enter-handler): If argument is not a
282         number, call `wl-summary-prev-line-content'. Show message when the
283         message is not found.
284
285 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
286
287         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
288         wl-summary-enter-handler.
289         (wl-summary-enter-handler): New command.
290
291         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
292         docstring and custom spec.
293
294         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
295         flags too; Don't treat Cached and New.
296         (wl-summary-set-persistent-mark): Ditto.
297
298         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
299         `wl-folder-set-flag'.
300
301         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
302         instead of `wl-folder-set-flag'.
303
304         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
305         for completion.
306         (wl-summary-set-persistent-mark): Ditto.
307
308         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
309         instead of `wl-draft-quit-preview'.
310
311         * wl-mime.el (toplevel): Avoid compile warning.
312         (wl-mime-quit-preview): New function
313         (formarly defined as `wl-draft-quit-preview').
314         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
315         quitting method.
316
317         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
318
319         * wl-folder.el (wl-folder-set-flag): Renamed from
320         `wl-draft-set-flag-on-parent'.
321
322         * wl-draft.el (wl-draft-quit-preview): New function.
323         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
324         (wl-draft-send): Call `wl-folder-set-flag' instead of
325         `wl-draft-set-flag-on-parent'.
326         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
327
328 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329
330         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
331         (wl-draft-send): Ditto.
332
333 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
334
335         * wl-vars.el (wl-draft-reply-hook): Changed default value.
336         (wl-draft-kill-pre-hook): Set default value as nil.
337         (wl-summary-reply-hook): Ditto.
338         (wl-draft-kill-flags): Abolish.
339
340         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
341         (wl-draft-parent-variables): Renamed from
342         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
343         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
344         argument; Add wl-draft-parent-variables to
345         wl-draft-config-variables.
346         (wl-draft-reply): Likewise.
347         (wl-draft-kill-flags): Abolish.
348         (wl-draft-send): Call wl-draft-set-flag-on-parent.
349         (wl-draft-set-flag-on-parent): New function.
350         (wl-draft-setup-parent-flag): Ditto.
351
352 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
353
354         * wl-draft.el (wl-draft-kill-flags): Avoid error when
355         `wl-draft-parent-folder' is "".
356
357 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
358
359         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
360         (wl-summary-digit-jump): New function.
361         (Adviced by John Owens and Hiroya Murata)
362
363         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
364         (Adviced by John Owens)
365
366         * wl-xmas.el (wl-message-define-keymap): Ditto.
367
368         * wl-mule.el (wl-message-define-keymap): Ditto.
369
370 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
373         change of return value of elmo-folder-count-flags.
374
375         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
376         (wl-summary-mark-as-read-internal): Ditto.
377         (wl-summary-set-persistent-mark-internal): Ditto.
378         (wl-summary-folder-info-update): Ditto.
379         (wl-summary-sync-update): Fixed the last change.
380
381         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
382
383 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
384
385         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
386         (wl-draft-kill-flags): Fixed docstring.
387
388         * wl-draft.el (wl-draft-kill-flags): New function.
389         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
390
391 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
392
393         * wl-vars.el (wl-reply-hook): Abolish.
394         (wl-draft-reply-hook): New hook.
395         (wl-summary-reply-hook): Ditto.
396         (wl-draft-forward-hook): Ditto.
397         (wl-summary-forward-hook): Ditto.
398         (wl-draft-kill-flags): New variable.
399
400         * wl-summary.el (wl-summary-mark-as-answered-region): Use
401         wl-summary-set-persistent-mark-internal.
402         (wl-summary-sync-marks): Use elmo-preserved-flags.
403         (wl-summary-update-persistent-mark): Make it interactive.
404         (wl-summary-set-persistent-mark-internal): New inline function.
405         (wl-summary-mark-as-answered): Use it.
406         (wl-summary-mark-as-unanswered): Ditto.
407         (wl-summary-unset-persistent-mark): New function.
408         (wl-summary-set-persistent-mark): Ditto.
409         (wl-summary-reply): Don't set answered flag;
410         Run wl-summary-reply-hook instead.
411         (wl-summary-forward): Call wl-draft-forward with number.
412         Run wl-summary-forward-hook.
413
414         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
415         (wl-highlight-summary-line-face-spec): Use it as a default
416         persistent mark face.
417
418         * wl-draft.el (wl-draft-forward): Added optional argument number;
419         Set wl-draft-parent-number; Run wl-draft-forward-hook.
420         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
421         (wl-draft-kill): Use wl-draft-kill-flags.
422
423         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
424
425         * wl-folder.el (wl-folder-check-one-entity): Follow the change
426         of return value of elmo-folder-count-flags.
427
428         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
429
430         * wl-summary.el (wl-summary-count-unread): Ditto.
431         (wl-summary-sync-update): Follow the change above.
432         (wl-summary-force-prefetch): New function.
433
434 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
435
436         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
437         variable `buf' with `let' instead of `setq'.
438
439 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-mime.el (wl-message-delete-current-part): If filename exists,
442         add Content-Disposition heaeder on the deleted part.
443
444 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-draft.el (wl-draft-save): Encode address list under edit by
447         `eword-encode-unstructured-field-body'.
448
449         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
450
451 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
454         wl-current-summary-buffer.
455
456 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
457
458         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
459         `numbers' is ignored.
460
461 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
462
463         * wl-folder.el (wl-folder-open-folder): Avoid error.
464         Reported by John Owens, [wl-en:815]
465
466         * wl.el (wl): Set timer for biff process even if prefix argument
467         is given or auto-checking is quitted.
468
469         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
470         immediately.
471         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
472         (wl-toggle-plugged): Ditto.
473
474         * wl-vars.el (wl-biff-use-idle-timer): New variable.
475         * wl-util.el (wl-biff-start): Use idle timer if
476         `wl-biff-use-idle-timer' is non-nil.
477
478 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
479
480         * wl-highlight.el (wl-highlight-message): Fix description.
481
482 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
485         tty.
486
487 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * wl-action.el (wl-summary-exec): Print failure count.
490
491 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
492
493         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
494         to `defun', remove interactive form.
495         Set elmo-message-fetch-confirm when force-reload is non-nil.
496
497 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-summary.el (toplevel): Removed unnecessary autoload.
500
501 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
502
503         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
504         the buffer is generated from another message buffer.
505
506 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
509         extracted from `wl-fldmgr-save-folders'.
510         (wl-fldmgr-delete): Call it after deletion.
511
512 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
515         multi-tty support.
516
517 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
518
519         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
520
521 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
522
523         * wl-summary.el (wl-summary-rescan): Remove unused variables.
524         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
525
526 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
529         unsubscribe list only if argument CLEAR is nil.
530
531 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
532
533         * wl-draft.el (wl-draft-reply): Decode subject before removing
534         Re: prefix.
535
536 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
537
538         * wl-summary.el (wl-summary-sort-by-size): New command.
539
540 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-summary.el (wl-summary-number-list-from-region): New
543         function.
544         (wl-summary-mark-as-read-region): Use it.
545         (wl-summary-mark-as-unread-region): Ditto.
546         (wl-summary-set-flags-region): Ditto and add optional argument
547         remove.
548         (wl-summary-mark-as-answered-region): Ditto.
549         (wl-summary-mark-as-important-region): Ditto.
550         (wl-summary-target-mark-mark-as-important): Added optional
551         argument remove.
552         (wl-summary-target-mark-mark-as-answered): Ditto.
553         (wl-summary-target-mark-set-flags): Ditto.
554
555 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-summary.el (wl-summary-set-flags-region): Call
558         `wl-summary-set-flags-internal' with number list instead of call
559         one by each message.
560         (wl-summary-target-mark-set-flags): Likewise.
561
562 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-summary.el (wl-summary-target-mark-operation): Add optional
565         argument `inverse' and use `wl-summary-delete-all-target-marks'.
566         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
567         (wl-summary-target-mark-mark-as-answered): Likewise.
568
569 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-summary.el (wl-summary-target-mark-forward): Use
572         `wl-summary-delete-all-target-marks' instead of
573         `wl-summary-delete-all-temp-marks'.
574         (wl-summary-target-mark-reply-with-citation): Ditto.
575         (wl-summary-target-mark-uudecode): Ditto.
576         (wl-summary-target-mark-set-flags): Ditto and remove needless
577         cursor move.
578
579 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
580
581         * wl-summary.el (wl-summary-target-mark-forward): Protect
582         wl-summary-buffer-target-mark-list from nreverse.
583         (wl-summary-target-mark-reply-with-citation): Ditto.
584
585 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-thread.el (wl-thread-update-indent-string-thread): Use
588         `elmo-display-progress-threshold'.
589
590 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
593         check `wl-summary-highlight'.
594         (wl-summary-window-scroll-functions): Respect value of
595         `wl-summary-highlight'.
596         (wl-summary-sync-update): Run hooks
597         `wl-summary-buffer-window-scroll-functions' at any time.
598
599 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
602         from `wl-summary-cleanup-temp-marks'.
603         (wl-summary-cleanup-temp-marks): Abolish argument.
604         * wl.el (wl-save-status): Revert previous change.
605         (wl-execute-temp-marks): New function, call
606         `wl-summary-exec-with-confirmation'.
607         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
608         (wl-folder-save-and-exec-marks): Abolished.
609
610 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
611
612         * wl-e21.el (wl-e21-display-image-p): Respect
613         `wl-highlight-folder-with-icon'.
614         (wl-e21-highlight-folder-group-line): Highlight mouse line
615         even if wl-e21-display-image-p is nil.
616
617         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
618         Respect value of `wl-summary-highlight'.
619
620         * wl.el (wl-save-status): Remove unused variable.
621
622         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
623         (wl-folder-mode-map): Bind it to "x".
624
625 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
628
629         * wl-thread.el (wl-thread-get-parent-list): Don't check
630         disconnected ancestors, neglecting needless work in
631         `wl-thread-update-indent-string-thread'.
632
633         * wl.el (wl-save): Take prefix argument to execute remaining marks.
634         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
635         argument, add argument default-keep to keep marks by default.
636
637         * Version number is increased to 2.11.30.
638
639         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
640         customization type and docstring.
641         (wl-draft-reply-without-argument-list): Ditto.
642
643 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
646
647         * wl-spam.el (wl-spam-mark-action-list): Ditto.
648
649 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
650
651         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
652
653 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
654
655         * wl-draft.el (wl-draft-config-exec): Narrow the range of
656         save-excursion so as not to include run-hooks.
657
658 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
659
660         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
661         Clarify that marks are going to be cleared.
662
663 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
666         according to 3rd element of wl-summary-flag-mark.
667
668         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
669
670 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-action.el (wl-summary-target-mark-all): Don't set
673         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
674
675 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
676
677         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
678         (wl-forward-subject-prefix): Ditto.
679         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
680         (wl-draft-reply-make-subject): Ditto.
681
682         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
683         `wl-draft-forward'.
684         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
685
686 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
687
688         * wl-action.el (wl-summary-target-mark-set-action): Stop if
689         target message does not exist.
690
691 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
692
693         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
694         `wl-subject-prefix-regexp'.
695         (wl-subject-forward-prefix-regexp): New variable.
696         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
697         `wl-draft-strip-subject-re' and take regexp as argument.
698         (wl-draft-forward): Use it.
699         (wl-draft-reply): Ditto.
700
701 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
702
703         * wl-e21.el (wl-highlight-plugged-current-line): Change for
704         emacs multi-tty support.
705
706 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
707
708         * wl-e21.el (wl-e21-display-image-p): Don't call
709         `display-images-p'.
710         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
711         support.
712         (wl-highlight-folder-current-line): Ditto.
713         (wl-folder-init-icons): Ditto.
714
715 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
716
717         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
718         the last line of summary in unplugged mode.
719
720 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
721
722         * wl-vars.el (wl-refile-rule-alist): Doc fix.
723
724 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-vars.el (wl-user-mail-address-regexp): New variable.
727         * wl-address.el (wl-address-user-mail-address-p): Use it.
728         (wl-address-delete-user-mail-addresses): Ditto.
729         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
730
731         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
732         (wl-address-delete-user-mail-addresses): Ditto.
733
734         * wl-address.el (wl-address-delete-user-mail-addresses): New
735         function.
736         * wl-refile.el (wl-refile-guess-by-history): Use it.
737         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
738         (wl-draft-make-mail-followup-to): Ditto and fix logic.
739
740         * wl-draft.el (wl-draft-edit-string): To judge sender address,
741         use wl-address-user-mail-address-p.
742
743 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
744
745         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
746         after opening group.
747
748 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
751         of elmo-set-buffer-multibyte.
752
753         * wl-message.el (wl-original-message-mode): Ditto.
754
755         * wl-score.el (wl-score-insert-header): Ditto.
756
757         * wl-summary.el
758         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
759         (wl-summary-goto-folder-subr): Ditto.
760         (wl-summary-insert-headers): Ditto.
761
762         * wl-util.el (wl-set-string-width): Ditto.
763
764         * Version number is increased to 2.11.29.
765
766 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
769         (wl-highlight-summary-line-help-echo-alist): New variable.
770         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
771         into `wl-highlight-summary-line-help-echo' and
772         `wl-highlight-flag-folder-help-echo'.
773         (wl-highlight-summary-line-string): Change accordingly.
774         (wl-highlight-summary-current-line): Ditto.
775
776 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
777
778         * wl-highlight.el (wl-highlight-message): Ignore white spaces
779         at the beginning of field body (Thanks to Markus Knittig).
780
781         * wl-draft.el (wl-draft-insert-current-message): Also check
782         summary buffer, remove unnecessary tag.
783
784 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
785
786         * wl-draft.el (wl-draft-insert-current-message): Cause error also
787         when wl-message-buffer is nil.
788
789         * wl-folder.el (wl-folder): Abolish unused argument.
790         Call wl-folder-init when wl-folder-entity is nil.
791         * wl.el (wl): Change accordingly.
792
793 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
796         multibyte string before insert into draft buffer.
797         (wl-draft-create-buffer): Always enable multibyte characters for
798         draft buffer.
799
800         * Version number is increased to 2.11.28.
801
802 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
803
804         * wl-folder.el (wl-folder-open-close): Handle blank line.
805         (wl-folder-jump-to-current-entity): Ditto.
806
807 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * Version number is increased to 2.11.27.
810
811 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
812
813         * wl-thread.el (wl-thread-insert-message): When the thread is
814         devided by wl-summary-max-thread-depth, insert line at the end of
815         buffer.
816
817 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * Version number is increased to 2.11.26.
820
821 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
824
825 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
826
827         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
828         value of stream-type and session.
829
830 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * Version number is increased to 2.11.25.
833
834 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
835
836         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
837         in a quit message.
838
839 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
840
841         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
842         (wl-summary-redisplay-no-mime-internal): Ditto.
843
844 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
845
846         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
847         * wl-vars.el (wl-smtp-connection-type): Ditto.
848
849 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
850
851         * wl-highlight.el (wl-highlight-message): Change to strict regexp
852         for the separator line and quote mail-header-separator.
853
854 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl-spam.el (wl-message-check-spam): Fixed problem no display
857         result message.
858
859         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
860         `elmo-multiple-fields-body-list' with boundary as
861         mail-header-separator.
862
863 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
864
865         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
866
867 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
868
869         * wl-util.el (wl-list-diff): Remove unused function.
870
871         * wl-draft.el (wl-draft-send-confirm): Discard input before
872         confirmation.
873
874 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
877         order of flag and new.
878
879 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-vars.el (wl-refile-policy-alist): Abolished.
882
883         * wl-action.el (wl-summary-set-action-refile): Follow the change
884         above.
885
886 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * wl-highlight.el (wl-highlight-signature-search): Don't use
889         re-search-backward for a long word since it is possible to crash
890         XEmacs because of a bug.
891
892 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
893
894         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
895
896 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
897
898         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
899         argument for wl-summary-sync-force-update.
900
901 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
902
903         * wl-summary.el (wl-summary-mode-map): Revival of
904         wl-summary-mark-as-important related bindings;
905         Bind 'F','tF','mF','rF','m&'.
906         (wl-summary-mark-as-important-region): Revival.
907         (wl-summary-target-mark-mark-as-important): Ditto.
908         (wl-summary-target-mark-operation): New function.
909         (wl-summary-target-mark-mark-as-answered): Use it.
910         (wl-summary-decide-flag): Don't set Important as default.
911         (wl-summary-mark-as-important-internal): Revival.
912         (wl-summary-mark-as-important): Ditto.
913
914         * wl-thread.el (wl-thread-mark-as-important): Ditto.
915
916         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
917         instead of facep.
918
919 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
920
921         * wl-dnd.el (wl-dnd-drop-func): Fix.
922
923         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
924         mouse-set-point instead of posn-point.
925
926         * wl-xmas.el (wl-completing-read-multiple): Define as function.
927
928         * wl-mule.el (wl-completing-read-multiple): Ditto.
929
930 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-demo.el (face-background-name): Defalias to avoid compile
933         warning.
934
935 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
936
937         * wl-summary.el (wl-summary-decide-flag): Use
938         wl-completing-read-multiple instead of completing-read-multiple.
939
940         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
941         New alias.
942
943         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
944         Use face-background-name instead of face-background.
945
946         * wl-vars.el (wl-summary-save-file-suffix): New user option.
947
948         * wl-summary.el (wl-summary-save): Use it.
949         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
950
951         * wl-mime.el (wl-mime-save-content): Fix last change.
952
953 2004-02-10  Len Trigg <lenbok@myrealbox.com>
954
955         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
956         New function.
957         (wl-summary-sort-specs): Added sort.
958         * wl-mime.el (wl-mime-save-content): Expand file name.
959
960 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
961
962         * wl-mime.el (wl-draft-preview-message): Fixed typo.
963
964         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
965
966 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
969         for flag if it is not defined.
970
971 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
972
973         * wl-e21.el (wl-highlight-folder-current-line): Use
974         elmo-folder-type-internal when elmo-folder-type returns nil.
975
976         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
977
978         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
979
980         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
981
982         * wl-e21.el (wl-summary-toolbar): Ditto.
983
984         * wl-vars.el (wl-demo-background-color): Abolished.
985         (wl-summary-persistent-mark-priority-list): Renamed from
986         wl-summary-flag-priority-list.
987         (wl-summary-flag-alist): New user option.
988         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
989         (wl-message-mode-line-format-spec-alist): Added 'F'.
990         (wl-message-mode-line-format): Likewise.
991         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
992         instead of wl-summary-important-mark.
993         (wl-file-folder-icon): New variable.
994
995         * wl-thread.el (wl-thread-set-flags): Renamed from
996         wl-thread-mark-as-important.
997
998         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
999         warning.
1000         (wl-summary-mode-menu-spec): Follow the change of 
1001         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1002         (wl-summary-mode-map): Follow the change of
1003         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1004         (wl-summary-detect-mark-position): Follow the variable name change.
1005         (wl-summary-set-flags-region): New function for the replacement of
1006         wl-summary-mark-as-important-region.
1007         (wl-summary-sync-marks): Sync all global-flags.
1008         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1009         instead of elmo-message-flagged-p.
1010         (wl-summary-persistent-mark-string): Follow the variable name change;
1011         Put wl-summary-flag-mark if the message has global-flag.
1012         (wl-summary-target-mark-set-flags): Renamed from 
1013         wl-summary-target-mark-mark-as-important.
1014         (wl-summary-decide-flag): New function.
1015         (wl-summary-set-flags-internal): Renamed from
1016         wl-summary-mark-as-important-internal.
1017         (wl-summary-add-flags-internal): New function.
1018         (wl-summary-remove-flags-internal): Ditto.
1019         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1020         (wl-summary-mark-as-unimportant): Abolish.
1021         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1022         (wl-summary-next-message): List flagged messages in the msgdb.
1023
1024         * wl-score.el (wl-summary-score-update-all-lines): Use
1025         wl-summary-add-flags-internal instead of 
1026
1027         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1028
1029         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1030         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1031         (wl-message-buffer-require-all-header): Renamed from
1032         wl-message-buffer-all-header-flag (Ditto).
1033         (wl-message-buffer-flag-indicator): New variable.
1034         (wl-message-redisplay): Changed local varibale name from `flag' to
1035         `display-type'; Set up wl-message-buffer-flag-indicator.
1036         (wl-message-buffer-display): Changed varibale name from `flag' to
1037         `display-type'.
1038         (wl-message-display-internal): Likewise.
1039
1040         * wl-highlight.el (wl-highlight-demo-face): Define default background
1041         color.
1042         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1043
1044         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1045
1046         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1047         (wl-demo-setup-properties): Renamed from
1048         `wl-demo-set-background-color'.
1049         (wl-demo): Follow the change above.
1050         
1051         * Version number is increased to 2.11.24.
1052
1053 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-summary.el (wl-summary-toggle-thread): Call
1056         `wl-summary-rescan' with disable-thread as non-nil.
1057         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1058
1059 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1060
1061         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1062         foreground property of the face.
1063         (wl-demo-insert-text): Don't set up face property here.
1064         (wl-demo): Call wl-demo-set-background-color, anyway.
1065
1066 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1067
1068         * wl-vars.el (wl-demo-background-color): The value can be nil.
1069
1070 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1071
1072         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1073         to wl-summary-wheel-dispatcher.
1074
1075         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1076         wl-message-wheel-dispatcher.
1077         (wl-message-wheel-dispatcher): New function.
1078         (wl-summary-wheel-dispatcher): Ditto.
1079
1080 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1081
1082         * wl-action.el (wl-summary-target-mark-all): List messages which are
1083         not in the killed-list.
1084
1085         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1086         only when the folder is 'flag/important.
1087
1088         * wl-address.el (wl-complete-field-body): Complete if the last
1089         character is a space.
1090
1091 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-folder.el (wl-folder-clear-entity-info): Use
1094         elmo-clear-hash-val.
1095
1096         * wl-fldmgr.el (wl-fldmgr-rename): Set
1097         wl-folder-info-alist-modified as t.
1098
1099 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1100
1101         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1102
1103 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1104
1105         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1106         (wl-folder-buffer-last-visited-entity-id): New buffer local
1107         variable.
1108         (wl-folder-revisit-last-visited-folder): New function.
1109         (wl-folder-mode-map): Bind it to "C-i".
1110         (wl-folder-set-current-entity-id): Set last visited folder.
1111         * wl-summary.el (wl-summary-exit): Ditto.
1112
1113 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1116         before calling `recenter' in order to cope with an XEmacs bug.
1117
1118 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1119
1120         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1121         to the default value.
1122
1123 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1126         change.
1127         (wl-summary-sync-marks): Ditto.
1128         (wl-summary-mark-as-read-internal): Ditto.
1129         (wl-summary-mark-as-answered-internal): Ditto.
1130         (wl-summary-mark-as-important-internal): Ditto.
1131         (wl-summary-reply): Ditto.
1132
1133         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1134         instead of `elmo-folder-unflag-answered'.
1135
1136         * Version number is increased to 2.11.23.
1137
1138         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1139         the last change.
1140
1141 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1142
1143         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1144         Specify "spam" or "good".
1145
1146 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1147
1148         * wl-spam.el (wl-summary-exec-action-spam): Call
1149         wl-folder-confirm-existence for spam folder.
1150         (wl-spam-setup): Bind "mk".
1151
1152 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1155
1156 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1157
1158         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1159         destination folder is empty.
1160
1161 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1162
1163         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1164         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1165
1166         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1167         (wl-summary-refile-prev-destination-region): New function.
1168         (wl-thread-refile-prev-destination): Ditto.
1169         (wl-summary-target-mark-refile-prev-destination): Ditto.
1170
1171 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1172
1173         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1174         (wl-demo-background-color): Changed default value.
1175
1176         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1177         color.
1178
1179         * wl-demo.el (wl-demo-set-background-color): New function.
1180         (wl-demo): Call it.
1181
1182 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1183
1184         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1185         * wl-address.el (wl-address-add-or-change): Don't add empty
1186         address.
1187
1188 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1189
1190         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1191
1192 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1193
1194         * wl-vars.el (wl-demo-image-filter-alist): New variable
1195         (wl-demo-background-color): Ditto.
1196
1197         * wl-demo.el (wl-demo-xpm-set-background): New function.
1198         (wl-demo-image-filter): Ditto.
1199         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1200
1201         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1202
1203         * wl-demo.el (wl-demo-icon-name): Define as function.
1204         (wl-demo-insert-image): Use it.
1205
1206 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1207
1208         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1209
1210 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1211
1212         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1213
1214 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1215
1216         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1217
1218 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * wl-thread.el (wl-thread-mark-as-answered): New function.
1221
1222         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1223         answered" entry.
1224         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1225         "r&" and wl-thread-mark-as-answered to "t&".
1226         (wl-summary-mark-as-important-region): Refine to toggle mark.
1227         (wl-summary-mark-as-answered-region): New function.
1228         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1229         and 3rd argument.
1230         (wl-summary-mark-as-important-internal): Likewise.
1231
1232 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-template.el (wl-template-preview): New internal variable.
1235         (wl-template-preview-p): New function.
1236         (wl-template-show): Bind `wl-template-preview' as t.
1237
1238 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1241         `elmo-message-entity-field' with 3rd argument which is non-nil.
1242
1243 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1246         Removed duplicate local bind `folder'.
1247
1248 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1251
1252 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1253
1254         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1255         duplicate definition.
1256
1257 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1258
1259         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1260         non-nil, use it; Don't fetch message if there's no message in the
1261         current cursor position.
1262
1263 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1264
1265         * wl-util.el (wl-region-exists-p): Use region-active-p.
1266         (wl-deactivate-region): New function.
1267         * wl-message.el (wl-message-redisplay): Deactivate region.
1268
1269         * wl-summary.el (wl-summary-reply): Call
1270         `wl-summary-set-message-buffer-or-redisplay' instead of
1271         `wl-summary-redisplay-internal', don't move point.
1272
1273 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1276         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1277         by regexp.
1278
1279 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1280
1281         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1282         if no need.
1283
1284 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1287         default value to nil.
1288         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1289         `wl-summary-prepare-hook'; Replace refile action to
1290         `wl-summary-exec-action-refile-with-register'.
1291
1292         * Version number is increased to 2.11.22.
1293
1294 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * wl-summary.el (wl-summary-detect-mark-position): Set
1297         `wl-summary-buffer-weekday-name-lang'.
1298
1299 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1300
1301         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1302         (wl-summary-mark-as-read-all): Ditto.
1303         (wl-summary-delete-messages-on-buffer): Ditto.
1304         (wl-summary-sync-update): Ditto.
1305         (wl-summary-mark-as-read-internal): Ditto.
1306         (wl-summary-mark-as-answered-internal): Ditto.
1307         (wl-summary-update-folder-info): Abolished.
1308
1309 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1310
1311         * wl-summary.el (wl-summary-mark-as-read-all): Use
1312         `wl-summary-update-folder-info' instead of
1313         `wl-folder-update-unread'.
1314
1315 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1316
1317         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1318         `wl-summary-folder-info-update'.
1319         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1320         instead of `wl-summary-folder-info-update'.
1321         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1322         `wl-folder-set-folder-updated'.
1323         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1324         instead of `wl-folder-update-unread'.
1325         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1326         the value of `wl-summary-buffer-unread-count' for the second parameter of
1327         `wl-folder-update-unread'.
1328
1329         * Version number is increased to 2.11.21.
1330
1331 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1332
1333         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1334         a local variable.
1335
1336 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337
1338         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1339         interactively.
1340
1341         * wl-summary.el (wl-summary-mark-as-important-internal): New
1342         internal function.
1343         (wl-summary-mark-as-important): Use it.
1344         (wl-summary-mark-as-unimportant): New function.
1345         (wl-summary-sync-marks): Follow the API change.
1346
1347         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1348
1349         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1350
1351 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1352
1353         * wl-folder.el (wl-folder-update-unread): Re-indent.
1354         Narrow the scope of a local variable.
1355
1356 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1359         (wl-addrmgr-merge-entries): Ditto.
1360         (wl-addrmgr): Added to address entry which exists in draft buffer
1361         if no entry is in original.
1362
1363 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1364
1365         * wl-batch.el: New file.
1366
1367 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1368
1369         * wl-vars.el (wl-use-semi): Remove unused variable.
1370
1371 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1372
1373         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1374         "?".
1375
1376 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1379         wl-summary-new-mark.
1380         (wl-summary-new-cached-mark): New user option.
1381         (wl-summary-score-marks): Follow the change above.
1382         (wl-summary-auto-refile-skip-marks): Ditto.
1383         (wl-summary-incorporate-marks): Ditto.
1384         (wl-summary-expire-reserve-marks): Ditto.
1385
1386         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1387
1388         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1389         (wl-summary-persistent-mark-string): Distinguished between cached
1390         and uncached mark when the message is new.
1391
1392 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1393
1394         * wl-spam.el (wl-spam-domain): Renamed from
1395         `wl-spam-folder-guess-domain'.
1396         (wl-summary-exec-action-spam): Register as spam if domain of the
1397         source folder is good.
1398         (wl-summary-exec-action-refile-with-register): Register message if
1399         domain of the source folder is not undecided.
1400
1401 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1404         detect thread loop.
1405
1406 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1409         and wl-summary-skip-mark-list.
1410
1411 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1414
1415         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1416
1417         * wl-spam.el (toplevel): Require wl-highlight.
1418         (wl-spam-auto-check-policy-alist): Abolish.
1419         (wl-spam-auto-check-folder-regexp-list): New user option.
1420         (wl-spam-auto-check-marks): Ditto.
1421         (wl-spam-mark-action-list): Ditto.
1422         (wl-highlight-summary-spam-face): New face.
1423         (wl-spam-auto-check-message-p): New function.
1424         (wl-spam-map-spam-messages): Fixed message.
1425         (wl-spam-register-spam-messages): Ditto.
1426         (wl-spam-register-good-messages): Ditto.
1427         (wl-summary-spam-map): Add and remove keybind.
1428         (wl-summary-target-mark-spam): Abolish.
1429         (wl-summary-refile-spam): Ditto.
1430         (wl-summary-test-spam): New function.
1431         (wl-summary-mark-spam): Ditto.
1432         (wl-summary-auto-check-spam): Follow the above change.
1433         (wl-summary-exec-action-spam): New function.
1434         (wl-summary-exec-action-refile-with-register): Fixed message.
1435         (wl-message-check-spam): New function.
1436         (wl-spam-setup): Ditto.
1437         (toplevel): Call it if this file is loaded interactivity.
1438
1439         * Version number is increased to 2.11.20.
1440
1441 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1442
1443         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1444         when new optional argument `force' is non nil or modified.
1445
1446 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl.el (toplevel): Require wl-spam when compile.
1449         (wl-save-status): Call wl-spam-save-status.
1450
1451         * wl-spam.el (wl-spam-register-spam-messages): New function.
1452         (wl-spam-register-good-messages): Ditto.
1453         (wl-spam-save-status): Ditto.
1454         (wl-summary-mode-map): Bind
1455         wl-summary-target-mark-register-as-spam to "ms" and
1456         wl-summary-target-mark-register-as-good to "mn".
1457         (wl-summary-register-as-spam): Abolish optional argument; Use
1458         wl-spam-register-spam-messages.
1459         (wl-summary-register-as-spam-all): Use
1460         wl-spam-register-spam-messages.
1461         (wl-summary-register-as-good): Abolish optional argument; Use
1462         wl-spam-register-good-messages.
1463         (wl-summary-register-as-good-all): Use
1464         wl-spam-register-good-messages.
1465         (wl-summary-target-mark-register-as-spam): New funtion.
1466         (wl-summary-target-mark-register-as-good): Ditto.
1467
1468 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * wl-spam.el: New file.
1471
1472 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1475
1476         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1477         (wl-summary-auto-refile): Call wl-refile-guess with
1478         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1479
1480 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1483         with disable-thread argument non-nil.
1484
1485 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-summary.el (wl-summary-rescan): Added optional argument
1488         disable-thread.
1489         (wl-summary-sync): Call wl-summary-rescan with argument
1490         disable-thread.
1491         (wl-summary-input-range): Added new range `rescan-thread'.
1492
1493 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1496
1497 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1500         internal variable.
1501         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1502         wl-summary-search-parent-by-subject-regexp and
1503         wl-summary-divide-thread-when-subject-changed as nil.
1504         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1505         (wl-summary-insert-thread): Search parent entity from
1506         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1507         thread loop.
1508
1509 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1510
1511         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1512
1513         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1514
1515         * wl-util.el (wl-require-update-all-folder-p): New function.
1516         (wl-get-assoc-list-value): Added `function' to match directive.
1517         (wl-collect-draft): Rewrite.
1518
1519         * wl-summary.el (wl-summary-sync-update): Clear faces
1520         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1521         are non-nil.
1522         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1523         argument as function.
1524         (wl-summary-input-range): Ditto.
1525
1526         * wl-folder.el (wl-draft-get-folder): New function.
1527         (wl-folder-get-elmo-folder): Consider draft folder.
1528
1529         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1530         (wl-draft-buffer-message-number): New buffer local variable.
1531         (wl-draft-folder-internal): New internal variable.
1532         (wl-draft-delete): Rewrite.
1533         (wl-draft-save): Ditto.
1534         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1535         wl-folder-get-elmo-folder.
1536         (wl-draft-config-info-operation): Ditto.
1537         (wl-jump-to-draft-folder): Ditto.
1538         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1539         (wl-draft-reedit): Rewrite.
1540
1541         * Version number is increased to 2.11.19.
1542         
1543 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1544
1545         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1546         variable.
1547
1548 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1551         Use ignore-errors instead of unwind-protect.
1552
1553 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1554
1555         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1556         for updating `wl-thread-entity-list'.
1557
1558 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1559
1560         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1561         parameter from calling `wl-thread-entity-get-older-brothers' and
1562         `wl-thread-entity-get-younger-brothers'.
1563         Replace nested `append' with a single one.
1564
1565 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * wl-summary.el (wl-summary-mode): Don't use the return value of
1568         `make-local-hook'.
1569
1570 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1571
1572         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1573         instead of `let*'.
1574         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1575         of local variables.
1576
1577 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1580         Renamed from wl-summary-window-scroll-functions.
1581         (wl-summary-window-scroll-functions): Don't set to variable.
1582         (wl-summary-display-top): Use run-hooks.
1583         (wl-summary-display-bottom): Ditto.
1584         (wl-summary-toggle-disp-msg): Ditto.
1585         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1586         Use it instead of wl-summary-window-scroll-functions.
1587         (wl-summary-goto-folder-subr): Don't call
1588         wl-summary-window-scroll-functions, use
1589         wl-summary-buffer-window-scroll-functions instead.
1590
1591 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1592
1593         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1594         make-local-variable.
1595
1596 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1597
1598         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1599         set-buffer-modified-p.
1600         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1601         (wl-summary-display-bottom): Ditto.
1602         (wl-summary-toggle-disp-msg): Ditto.
1603
1604 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1605
1606         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1607
1608         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1609         (wl-summary-forward): Use elmo-message-entity-field instead of
1610         elmo-message-field.
1611
1612         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1613
1614 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * wl-summary.el (wl-summary-window-scroll-functions): No use
1617         `append'.
1618
1619 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1622         function.
1623         (wl-summary-window-scroll-functions): Call it when both
1624         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1625         (wl-summary-temp-mark): Added optional argument number.
1626         (wl-summary-message-mark): Added optional argument flag.
1627         (wl-summary-persistent-mark): Added optional argument number and flag.
1628         (wl-summary-update-persistent-mark): Ditto.
1629         (wl-summary-update-status-marks): Set "r" for interactive spec.
1630
1631         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1632         argument number and flag.
1633
1634         * wl-action.el (wl-summary-registered-temp-mark): 
1635         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1636
1637 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1638
1639         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1640         internal variable (buffer local).
1641         (wl-summary-window-scroll-functions): New function.
1642         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1643         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1644         as nil.
1645         (wl-summary-update-status-marks): Added arguments beg, end and
1646         check.
1647         (wl-summary-update-mark-window): Use function.
1648         (wl-summary-sync-update): Follow the change above.
1649         (wl-summary-switch-to-clone-buffer): Copy
1650         wl-summary-buffer-unsync-mark-number-list.
1651         (wl-summary-goto-folder-subr): Set
1652         wl-summary-buffer-unsync-mark-number-list and
1653         use wl-summary-window-scroll-functions instead of
1654         wl-summary-lazy-highlight.
1655
1656         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1657
1658 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1659
1660         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1661
1662         * wl-summary.el (wl-summary-update-persistent-mark): Call
1663         wl-summary-set-message-modified.
1664
1665         * wl-summary.el (wl-summary-sync-update): Don't call
1666         wl-summary-update-status-marks.
1667
1668         * Version number is increased to 2.11.18.
1669
1670 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1671
1672         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1673         (wl-message-next-page): Ditto.
1674
1675 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1676
1677         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1678         local variable.  Change the order of a collected list into the
1679         same as the specified range.  Remove nil from a collected list.
1680
1681 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1684         argument for elmo-folder-list-messages.
1685
1686 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1689         change (wl-summary-count-unreads return a list instead of a cons
1690         cell).
1691
1692 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1693
1694         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1695         `wl-summary-folder-info-update'.
1696
1697 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-summary.el (wl-summary-set-message-modified): No use
1700         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1701         (wl-summary-set-mark-modified): Abolish.
1702         (wl-summary-mark-modified-p): Ditto.
1703         (wl-summary-save-view): Follow the change above.
1704
1705         * wl-expire.el (wl-summary-expire): Likewise.
1706
1707 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1708
1709         * wl-summary.el (wl-summary-detect-mark-position): Use
1710         modb-entity-handler.
1711         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1712
1713         * Version number is increased to 2.11.17.
1714
1715 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1716
1717         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1718         entity field value.
1719         (wl-summary-prefetch-msg): Ditto.
1720         (wl-summary-print-message-with-ps-print): Ditto.
1721
1722 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1725         for dummy entity.
1726         (wl-summary-insert-thread): Use elmo-message-entity-field.
1727         (wl-summary-update-thread): Use elmo-message-entity-field and
1728         elmo-message-entity-number.
1729         (wl-summary-line-number):  Use elmo-message-entity-number.
1730         (wl-summary-line-size): Use elmo-message-entity-field.
1731         (wl-summary-line-subject): Ditto.
1732         (wl-summary-line-from): Ditto.
1733         (wl-summary-line-attached): Ditto.
1734         (wl-summary-create-line): Ditto.
1735         (wl-summary-create-line): Use elmo-message-entity-number.
1736         (wl-summary-print-message-with-ps-print): Use
1737         elmo-message-entity-field.
1738
1739 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1740
1741         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1742         change in elmo-msgdb-make-message-entity.
1743         (wl-summary-buffer-set-folder): Don't call
1744         wl-summary-detect-mark-position here.
1745         (wl-summary-rescan): Call elmo-message-entity-number.
1746         (wl-summary-sync-update): Ditto.
1747         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1748
1749         * wl-score.el (wl-score-header-index): Redefine 2th element.
1750         (wl-score-overview-entity-get-extra): Abolish.
1751         (wl-score-ov-entity-get): Rewrite.
1752         (wl-score-string-index<, wl-score-string-func<): Abolish.
1753         (wl-score-string<): New function.
1754         (wl-score-string-sort): Use it.
1755
1756         * wl-refile.el (wl-refile-guess-by-history): Use
1757         elmo-message-entity-field.
1758         (wl-refile-guess-by-from): Ditto.
1759         (wl-refile-guess-by-msgid): Ditto.
1760
1761         * Version number is increased to 2.11.16.
1762
1763 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1764
1765         * wl-folder.el (wl-folder-confirm-existence): Don't call
1766         file-exists-p if msgdb-path is nil.
1767         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1768         `wl-read-folder-hist' to `wl-read-folder-history'.
1769
1770 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1771
1772         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1773         `y-or-n-p'.
1774
1775 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-score.el (wl-score-headers): Don't use
1778         elmo-folder-do-each-message-entity.
1779
1780         * Version number is increased to 2.11.15.
1781
1782 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1783
1784         * wl-summary.el (wl-summary-delete-all-msgs): Use
1785         elmo-folder-move-messages instead of elmo-folder-delete-messages
1786         and elmo-folder-detach-messages.
1787         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1788
1789         * wl-expire.el (wl-expire-delete): Ditto.
1790         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1791
1792 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1793
1794         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1795         (wl-message-header-narrowing-fields): Ditto.
1796         (wl-message-header-narrowing-lines): Ditto.
1797         (wl-message-header-narrowing-string): Ditto.
1798
1799         * wl-summary.el (wl-summary-mode-map): Bind
1800         wl-summary-toggle-header-narrowing to "C-cC-f".
1801         (wl-summary-toggle-header-narrowing): New function.
1802
1803         * wl-message.el (wl-message-buffer-create): Call
1804         wl-message-header-narrowing-setup.
1805         (wl-message-redisplay): Call wl-message-header-narrowing.
1806         (wl-message-header-narrowing): New function.
1807         (wl-message-header-narrowing-map): New keymap.
1808         (wl-message-header-narrowing-widen-map): New keymap.
1809         (wl-message-header-narrowing-again-at-mouse): New function.
1810         (wl-message-header-narrowing-1): Ditto.
1811         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1812         (wl-message-header-narrowing-setup): Ditto.
1813         (wl-message-header-narrowing-toggle): Ditto.
1814         
1815         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1816
1817         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1818         'flag as all.
1819         (wl-use-flag-folder-help-echo): New user option.
1820
1821         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1822         wl-summary-highlight as nil.
1823         (wl-summary-set-mark-modified): Follow the API change.
1824         (wl-summary-mark-modified-p): Ditto.
1825         (wl-summary-mark-as-read-all): Ditto.
1826         (wl-summary-sync-marks): Don't call
1827         elmo-folder-list-messages-with-global-mark.
1828         (wl-summary-mark-as-read-internal): Follow the API change.
1829         (wl-summary-mark-as-answered-internal): Ditto.
1830         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1831         Follow the API change.
1832         (wl-summary-create-line): Call with number argument.
1833         (wl-summary-reply): Follow the API change.
1834
1835         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1836         function.
1837         (wl-highlight-summary-line-string): Call it when
1838         wl-use-flag-folder-help-echo is non-nil.
1839         (wl-highlight-summary-current-line): Ditto.
1840         (elmo-flag-folder-referrer): Added autoload setting.
1841
1842         * wl-draft.el (wl-draft-kill): Follow the API change.
1843
1844         * Version number is increased to 2.11.14.
1845         
1846 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1849
1850 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1851
1852         * Version number is increased to 2.11.13.
1853
1854 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1855
1856         * wl-draft.el (wl-draft-previous-history-element): Fixed
1857         unbalanced parenthesis and bind unbound local variables.
1858
1859 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1860
1861         * wl-draft.el (wl-draft-previous-history-element): New function.
1862         (wl-draft-next-history-element): Ditto.
1863         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1864         them to M-p and M-n.
1865
1866 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1867
1868         * Version number is increased to 2.11.12.
1869
1870 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1871
1872         * wl-draft.el (wl-draft-hide): Select buffer-window.
1873
1874 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1875
1876         * wl-summary.el (wl-summary-narrow-to-region): New function.
1877         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1878         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1879         (wl-summary-save-region): Use it.
1880         * wl-action.el (wl-summary-collect-numbers-region)
1881         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1882
1883 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-folder.el (wl-folder-count-incorporates): Don't use
1886         `elmo-msgdb-mark-load'
1887
1888         * Version number is increased to 2.11.11.
1889
1890 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1891
1892         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1893         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1894
1895 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1896
1897         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1898
1899 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1900
1901         * Version number is increased to 2.11.10.
1902
1903 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * wl-mime.el (wl-draft-attribute-value): Fixed.
1906
1907 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1908
1909         * wl-util.el (wl-copy-local-variables): New function.
1910
1911         * wl-mime.el (wl-draft-attribute-recipients): New function.
1912         (wl-draft-attribute-envelope-from): Ditto.
1913         (wl-draft-attribute-smtp-posting-server): Ditto.
1914         (wl-draft-attribute-smtp-posting-port): Ditto.
1915         (wl-draft-attribute-value): Ditto.
1916         (wl-draft-preview-message): Use it to get value for
1917         attributes. Reflect result of `wl-draft-config'.
1918
1919         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1920         and call `wl-summary-mark-as-read' before to call
1921         `wl-summary-unset-mark'.
1922         (wl-summary-target-mark-mark-as-unread): Likewise.
1923         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1924
1925 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1926
1927         * wl-mime.el (wl-draft-preview-message): Use actual value for
1928         attributes; Fix for small window.
1929
1930 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1931
1932         * wl-refile.el (wl-refile-get-field-value): Call
1933         `elmo-message-entity-field' with 3rd argument is non-nil.
1934
1935 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1936
1937         * wl-vars.el (wl-draft-preview-attributes): New user option.
1938         (wl-draft-preview-attributes-list): Ditto.
1939         (wl-draft-preview-attributes-buffer-lines): Ditto.
1940         (wl-draft-preview-attributes-buffer-name): Ditto.
1941
1942         * wl-mime.el (wl-draft-preview-message): Display attributes.
1943
1944 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1945
1946         * wl-summary.el (wl-summary-detect-mark-position): Bind
1947         wl-summary-flag-priority-list to '(new).
1948
1949 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1952         funtion.
1953         (wl-highlight-summary-line-string): Use it.
1954         (wl-highlight-summary-current-line): Ditto.
1955
1956 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1957
1958         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1959         line even when the mark string is not changed.
1960
1961         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1962         argument change in the wl-summary-create-line.
1963         (wl-thread-insert-entity-sub): Ditto.
1964
1965         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1966         argument change in the wl-summary-create-line.
1967         (wl-summary-insert-sequential): Ditto.
1968         (wl-summary-update-thread): Ditto.
1969         (wl-summary-persistent-mark-string): New inline function.
1970         (wl-summary-message-mark): Use it.
1971         (wl-summary-create-line): Abolish argument wl-persistent-mark
1972         and added wl-flags, wl-cached.
1973
1974         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1975         mark to flags.
1976         (wl-highlight-summary-current-line): Decide the face not by the 
1977         persistent mark but flags.
1978
1979 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1982         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1983         wl-summary-read-uncached-mark): Revive.
1984         (wl-summary-answered-cached-mark,
1985         wl-summary-answered-uncached-mark): New user option.
1986         (wl-summary-score-marks): Follow the change above.
1987         (wl-summary-auto-refile-skip-marks): Ditto.
1988         (wl-summary-incorporate-marks): Ditto.
1989         (wl-summary-expire-reserve-marks): Ditto.
1990         (wl-summary-flag-priority-list): New user option.
1991
1992         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1993         changes.
1994         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1995         of elmo-message-mark.
1996         (wl-summary-mark-as-read-internal): Ditto.
1997         (wl-summary-mark-as-answered): Ditto.
1998         (wl-summary-mark-as-important): Ditto.
1999         (wl-summary-redisplay-internal): Ditto.
2000         (wl-summary-redisplay-no-mime-internal): Ditto.
2001         (wl-summary-message-mark): New function.
2002         (wl-summary-insert-sequential): Use wl-summary-message-mark
2003         instead of elmo-message-mark.
2004         (wl-summary-update-thread): Ditto.
2005         (wl-summary-persistent-mark): Ditto.
2006         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2007         instead of elmo-message-mark.
2008
2009         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2010         wl-summary-message-mark instead of elmo-message-mark.
2011         (wl-thread-insert-entity-sub): Ditto.
2012         (wl-thread-get-children-msgs-uncached): Ditto.
2013
2014         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2015         variable name changes.
2016         (wl-highlight-summary-current-line): Ditto.
2017
2018         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2019         wl-summary-message-mark instead of elmo-message-mark.
2020
2021         * wl-expire.el (wl-expire-message-p): Ditto.
2022
2023         * wl-score.el (wl-score-headers): Ditto.
2024
2025         * Version number is increased to 2.11.9.
2026
2027         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2028         (wl-summary-sync-update): Follow the change above.
2029         (wl-summary-switch-to-clone-buffer): Ditto.
2030         (wl-summary-open-folder): Ditto.
2031
2032 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2033
2034         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2035         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2036
2037         * Version number is increased to 2.11.8.
2038
2039         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2040
2041         * wl-expire.el (wl-expire-refile): Follow the API change on
2042         `elmo-folder-move-messages'.
2043         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2044
2045         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2046         (wl-summary-exec-action-refile): Ditto.
2047         (wl-summary-exec-action-copy): Ditto.
2048         (wl-summary-no-auto-refile-message-p): No use
2049         `wl-summary-buffer-msgdb'.
2050         (wl-summary-auto-refile): Ditto.
2051
2052 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2053
2054         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2055
2056 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2057
2058         * wl-summary.el (wl-summary-sync): Treat no-sync.
2059
2060         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2061         (wl-default-sync-range): Ditto.
2062
2063 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-refile.el (wl-refile-subject-learn): Call
2066         `elmo-message-entity-field' with 3rd argument is non-nil.
2067         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2068         instead of `elmo-msgdb-overview-entity-get-subject'.
2069
2070 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2073         scan-type is rescan.
2074         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2075         new optional argument force is non-nil.
2076         (wl-summary-save-view-cache): Call it with force argument non-nil.
2077
2078         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2079
2080 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2081
2082         * wl-action.el (wl-summary-print-argument): Fixed last change.
2083
2084 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2085
2086         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2087         simplified.
2088         (wl-summary-target-mark-mark-as-unread): Likewise.
2089         (wl-summary-target-mark-mark-as-important): Likewise.
2090
2091 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2092
2093         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2094         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2095         (wl-summary-mark-as-important-region): Change accordingly.
2096         (wl-summary-target-mark-mark-as-important): Ditto.
2097
2098 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2101
2102         * wl-action.el (wl-summary-print-argument): Print argument to
2103         right side of window if `wl-summary-print-argument-within-window'
2104         is non-nil.
2105
2106 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-action.el (wl-summary-set-mark): Use
2109         `wl-summary-message-visible-p' to check visibility of the message
2110         and jump to message only when the message line is visible and have
2111         different number; Call wl-summary-unset-mark with number argument.
2112         (wl-summary-unset-mark): 
2113         Use `wl-summary-message-visible-p'
2114         to check visibility of the message and jump to message only when
2115         the message line is visible and have different number;
2116
2117 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2118
2119         * Version number is increased to 2.11.7.
2120
2121         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2122         and wl-folder-summary-line-format.
2123
2124         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2125         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2126         (wl-summary-set-score-mark): Use it.
2127         (wl-summary-target-mark-mark-as-read): Ditto.
2128         (wl-summary-target-mark-mark-as-unread): Ditto.
2129         (wl-summary-target-mark-mark-as-important): Ditto.
2130         (wl-summary-target-mark-msgs): Simplified.
2131         (wl-summary-detect-mark-position): Fixed problem when
2132         summary-line-format no contain persisten/temp mark spec.
2133         (wl-summary-temp-mark): Ditto.
2134         (wl-summary-persistent-mark): Ditto.
2135         (wl-summary-update-persistent-mark): Ditto.
2136
2137         * wl-action.el (wl-summary-set-mark): Ditto.
2138         (wl-summary-unset-mark): Ditto.
2139         All other related portions are changed.
2140
2141 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2142
2143         * Version number is increased to 2.11.6.
2144
2145 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2146
2147         * wl-util.el (wl-current-message-buffer): Define as function;
2148         Don't use the value of wl-messge-buffer.
2149
2150         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2151         persistent mark.
2152
2153         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2154         no current message, cause an error.
2155
2156 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2157
2158         * wl-summary.el (wl-summary-set-message-modified): Use
2159         elmo-folder-set-message-modified instead of
2160         elmo-folder-set-message-modified-internal.
2161
2162 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2163
2164         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2165         interactively.
2166         (wl-summary-sync): nokill->entirely.
2167         (wl-summary-sync-marks): Fixed message.
2168         (wl-summary-input-range): Added mark, nokill->entirely.
2169
2170         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2171         messages as read.
2172
2173 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2176         update-noscore.
2177         (wl-summary-sync): Follow the change above.
2178
2179 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2180
2181         * wl-action.el (wl-summary-target-mark-all): Use
2182         elmo-folder-list-messages.
2183
2184 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2185
2186         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2187         (wl-summary-rescan): Set wl-summary-scored as nil.
2188         (wl-summary-sync-force-update): Follow the change above.
2189         (wl-summary-sync): Ditto.
2190         (wl-summary-sync-update): Added argument disable-killed.
2191         (wl-summary-insert-headers): Set visible-only argument for
2192         elmo-folder-list-messages.
2193         (wl-summary-input-range): Added update-nokill, update-noscore,
2194         all-nokill, all-noscore and mark.
2195
2196         * Version number is increased to 2.11.5.
2197
2198         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2199
2200 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2201
2202         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2203         (wl-summary-prefetch-region-no-mark): Change accordingly.
2204         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2205
2206 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2207
2208         * wl-address.el (wl-complete-field-to): Abolished.
2209         (wl-complete-address): Completion function for completing-read.
2210         * wl-action.el (wl-summary-get-resend-address): Use it.
2211
2212         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2213         wl-summary-update-mark and abolish unused argument.
2214         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2215         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2216         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2217         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2218         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2219         * wl-draft.el (wl-draft-kill): Ditto.
2220
2221         * wl-summary.el: Remove unused binding of case-fold-search.
2222         (wl-summary-replace-status-marks): Abolished.
2223
2224 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2225
2226         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2227         is specified or folder length is zero.
2228
2229 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2230
2231         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2232         (wl-folder-archive-current-entity): Ditto.
2233
2234 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2237         retrieving message mark.
2238         (wl-summary-redisplay-internal): Ditto.
2239
2240         * wl-message.el (wl-message-buffer-display): Ignore errors while
2241         retrieving message-id field.
2242
2243         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2244         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2245         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2246         order of the arguments for `wl-expire-message-p'.
2247         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2248
2249         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2250         Check return value of wl-summary-reply.
2251         (wl-summary-reply): Recover window configuration when an error occured.
2252
2253 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2254
2255         * wl-summary.el (wl-summary-resend-message): Abolished, the
2256         feature is inherited by wl-summary-resend (put resend mark).
2257
2258 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2259
2260         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2261         wl-message-buffer to nil when the message is hide.
2262
2263 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2264
2265         * .cvsignore: New file.
2266
2267 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2268
2269         * wl-action.el (wl-summary-action-docstring): Add more info.
2270         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2271         duplicate definition.
2272         (wl-summary-define-mark-action): Functions wl-summary-*-region
2273         keep current position.
2274         (wl-summary-unregister-target-mark): Store result to the variable.
2275
2276 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2277
2278         * Version number is increased to 2.11.4.
2279
2280 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2281
2282         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2283         wl-summary-delete-all-temp-marks.
2284         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2285
2286         * wl-action.el (wl-summary-set-mark): Changed terminology
2287         refile-destination -> action-argument.
2288         (wl-summary-unset-mark): Ditto.
2289         (wl-summary-remove-argument): Ditto.
2290         (wl-summary-print-argument): Ditto.
2291
2292         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2293         (wl-thread-remove-argument-region): Ditto.
2294         (wl-thread-print-argument-region): Ditto.
2295         (wl-thread-close): Ditto.
2296         (wl-thread-open): Ditto.
2297
2298         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2299         (wl-highlight-refile-destination-face is abolished)
2300         (wl-highlight-action-argument-string): Ditto.
2301         (wl-highlight-summary-current-line): Highlight action argument.
2302
2303         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2304         color for light backgrounds.
2305         (wl-highlight-summary-answered-face): Ditto.
2306
2307 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2308
2309         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2310
2311         * wl-score.el (wl-summary-score-update-all-lines): Use
2312         wl-summary-set-mark.
2313         (wl-summary-score-update-all-lines): Kill expunged messages.
2314
2315         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2316
2317 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2318
2319         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2320         directly.
2321         (wl-score-overview-entity-get-lines): Ditto.
2322         (wl-score-overview-entity-get-xref): Ditto.
2323         (wl-score-get-latest-msgs): Ditto.
2324         (wl-summary-rescore): Ditto.
2325
2326         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2327         to "&".
2328         (wl-summary-mark-as-answered-internal): New inline function.
2329         (wl-summary-mark-as-answered): New function.
2330         (wl-summary-mark-as-unanswered): Ditto.
2331         (wl-summary-sync-marks): Modified for answered-mark synching.
2332
2333 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2334
2335         * wl-action.el (wl-summary-set-mark): Fixed last change.
2336
2337 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2338
2339         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2340         behavior of wl-summary-unread-message-hook
2341         (Pointed out by akira yamada <akira@arika.org>).
2342
2343 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2346         wl-summary-delete.
2347         * wl-xmas.el (wl-summary-toolbar): Ditto.
2348
2349         * wl-action.el (wl-summary-set-mark): Don't override current
2350         temp-mark.
2351
2352         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2353
2354 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2357         (wl-refile-msgid-learn): Ditto.
2358         (wl-refile-get-field-value): Ditto.
2359
2360         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2361
2362         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2363         (wl-expire-delete-reserved-messages): Renamed from
2364         wl-expire-reserve-marked-msgs-from-list.
2365         (wl-expire-delete): Removed argument `msgdb'.
2366         (wl-expire-refile): Ditto.
2367         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2368         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2369         mark-alist as argument.
2370         (wl-expire-archive-number1): Removed argument `msgdb'.
2371         (wl-expire-archive-number2): Ditto.
2372         (wl-expire-archive-date): Ditto.
2373         (wl-expire-localdir-date): Ditto.
2374         (wl-expire-hide): Ditto.
2375         (wl-archive-number1): Ditto.
2376         (wl-archive-number2): Ditto.
2377         (wl-archive-date): Ditto.
2378         (wl-archive-folder): Ditto.
2379         All other related portions are changed.
2380
2381 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2382
2383         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2384         mean move up and down. (suggested by Takashi Kawachi)
2385
2386 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2387
2388         * wl-acap.el (toplevel): Don't require un-define.
2389
2390 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2391
2392         * wl-thread.el (wl-thread-delete-message): Always update
2393         wl-summary-buffer-number-list.
2394
2395         * wl-action.el (wl-summary-print-destination): 
2396         Do nothing when folder is nil.
2397
2398 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2401         persistent mark when prefetch is succeeded.
2402
2403 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2406         instead of elmo-msgdb-delete-msgs.
2407         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2408         (wl-expire-hide): Ditto.
2409
2410         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2411
2412         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2413         elmo-msgdb interface.
2414         (wl-thread-get-exist-children): Likewise.
2415         (wl-thread-insert-message): Likewise.
2416         (wl-thread-msg-mark-as-important): Likewise.
2417         (wl-thread-insert-entity-sub): Likewise.
2418         (wl-thread-get-children-msgs-uncached): Likewise.
2419
2420         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2421         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2422         (wl-summary-sync-update): Likewise.
2423         (wl-summary-auto-select-msg-p): Likewise.
2424         (wl-summary-update-thread): Likewise.
2425         (wl-summary-mark-as-important): Likewise.
2426         (wl-summary-jump-to-msg-internal): Likewise.
2427         (wl-summary-redisplay-internal): Likewise.
2428         (wl-summary-print-message-with-ps-print): Likewise.
2429         (wl-summary-folder-info-update): Likewise.
2430
2431         * wl-folder.el (wl-folder-check-one-entity):
2432         elmo-folder-count-flags instead of wl-summary-count-unread.
2433
2434         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2435
2436         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2437
2438         * wl-summary.el (wl-summary-set-message-modified): 
2439         Call wl-summary-set-mark-modified.
2440         (wl-summary-delete-messages-on-buffer): Call
2441         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2442         (wl-summary-sync-update): Call elmo-folder-length instead of
2443         elmo-folder-messages.
2444         (wl-summary-insert-headers): Don't call
2445         elmo-folder-list-message-entities.
2446
2447 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448
2449         * wl-action.el (wl-summary-define-mark-action): Call
2450         `wl-summary-set-mark' with argument `data'.
2451         (wl-summary-auto-refile): Fixed order of arguments when call
2452         `wl-summary-refile'.
2453
2454 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2455
2456         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2457
2458         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2459
2460         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2461         (Renamed from wl-highlight-summary-deleted-face).
2462         (wl-highlight-summary-resend-face): New face.
2463
2464         (wl-highlight-summary-deleted-face): Renamed from
2465         wl-highlight-summary-erased-face.
2466
2467         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2468
2469         * wl-action.el (wl-summary-get-resend-address): New function.
2470         (wl-summary-exec-action-resend): Ditto.
2471         (wl-summary-exec-action-resend-subr): Ditto.
2472
2473         * w-thread.el (wl-thread-copy): Removed definition.
2474         (wl-thread-refile): Ditto.
2475         (wl-thread-delete): Ditto.
2476         (wl-thread-target-mark): Ditto.
2477
2478         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2479         (wl-summary-target-mark-set-action): Fixed.
2480         (wl-summary-define-mark-action): Fixed quotation.
2481         (wl-summary-move-mark-list-messages): Display message.
2482         (wl-summary-define-mark-action): Define thread functions.
2483         (wl-summary-exec-action-refile): Changed message.
2484         (wl-summary-exec): Ditto.
2485
2486 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2487         
2488         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2489         '%%'.
2490
2491 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2492
2493         * wl.el (toplevel): Require wl-action.
2494         (wl-init): Call wl-summary-define-mark-action.
2495
2496         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2497
2498         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2499         wl-summary-delete and wl-summary-erase.
2500         (wl-summary-mode-map): Ditto.
2501
2502         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2503         wl-delete-folder-alist.
2504
2505         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2506         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2507         (toplevel): Moved mark & action related functions to the wl-action.el.
2508
2509         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2510         in wl-summary-mark-action-list.
2511         (wl-highlight-summary-current-line): Ditto.
2512
2513         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2514         empty lines.
2515
2516         * wl-action.el: New file. 
2517
2518 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * wl-summary.el (wl-summary-target-mark-replace): New function.
2521         (wl-summary-target-mark-prefetch): Use it.
2522         (wl-summary-target-mark-delete): Ditto.
2523         (toplevel): Rearranged definition order.
2524         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2525         (wl-summary-target-mark-erase): Rewrite.
2526         (wl-summary-erase-region): New function.
2527         (wl-summary-exec-action-erase): Changed message.
2528         (wl-summary-move-mark-list-messages): New function.
2529         (wl-summary-exec-action-delete): Use it.
2530         (wl-summary-exec-action-erase): Ditto.
2531
2532         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2533         (wl-summary-skip-mark-list): Added "d".
2534
2535         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2536         while searching.
2537
2538         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2539         and define using defcustom;
2540         Define 4th element as a face.
2541         
2542         * wl-summary.el (wl-summary-incorporate): Use 
2543         `wl-summary-prefetch-region-no-mark' instead of
2544         `wl-summary-prefetch-region'.
2545         (wl-summary-prefetch-region-no-mark): Revival of old
2546         `wl-summary-prefetch-region'.
2547         (wl-summary-mark-action-list): Moved to wl-vars.el
2548
2549         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2550         face according to the `wl-summary-mark-action-list'.
2551         (wl-highlight-summary-current-line): Ditto;
2552         Removed destination highlighting.
2553
2554         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2555         (wl-highlight-summary-line-string): Highlight for "i" mark.
2556         (wl-highlight-summary-current-line): Ditto.
2557
2558         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2559         no destination.
2560
2561         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2562         exists, just go ahead.
2563         (wl-summary-prefetch-region): Rewrite.
2564         (wl-summary-prefetch): Ditto.
2565         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2566         (wl-summary-exec-action-prefetch): New function.
2567         (wl-summary-target-mark-prefetch): Rewrite.
2568
2569 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2570
2571         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2572         (wl-highlight-summary-line-string): Added "d" and "D".
2573         (wl-highlight-summary-current-line): Ditto.
2574
2575         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2576         in wl-summary.el.
2577         (wl-thread-insert-entity-sub): Ditto.
2578         (wl-thread-remove-destination-region): Ditto.
2579         (wl-thread-print-destination-region): Ditto.
2580
2581         * wl-summary.el (wl-summary-buffer-refile-list,
2582         wl-summary-buffer-delete-list,
2583         wl-summary-buffer-copy-list): Abolish.
2584         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2585         All other related portions are changed.
2586         (wl-summary-mark-action-list): New variable.
2587         (wl-summary-set-mark): New function.
2588         (wl-summary-register-target-mark): Ditto.
2589         (wl-summary-unregister-target-mark): Ditto.
2590         (wl-summary-have-target-mark-p): Ditto.
2591         (wl-summary-register-temp-mark): Ditto.
2592         (wl-summary-unregister-temp-mark): Ditto.
2593         (wl-summary-registered-temp-mark): Ditto.
2594         (wl-summary-collect-temp-mark): Ditto.
2595         (wl-summary-unset-mark): Ditto.
2596         (wl-summary-set-target-mark): Ditto.
2597         (wl-summary-unset-target-mark): Ditto.
2598         (wl-summary-set-action-generic): Ditto.
2599         (wl-summary-unset-action-generic): Ditto.
2600         (wl-summary-exec-action-delete): Ditto.
2601         (wl-summary-exec-action-erase): Ditto.
2602         (wl-summary-set-action-refile): Ditto.
2603         (wl-summary-set-action-refile-subr): Ditto.
2604         (wl-summary-unset-action-refile): Ditto.
2605         (wl-summary-make-destination-numbers-list): Ditto.
2606         (wl-summary-exec-action-refile): Ditto.
2607         (wl-summary-set-action-copy): Ditto.
2608         (wl-summary-unset-action-copy): Ditto.
2609         (wl-summary-exec-action-copy): Ditto.
2610         (wl-summary-collect-numbers-region): Ditto.
2611         (wl-summary-delete): Rewrite.
2612         (wl-summary-erase): Ditto.
2613         (wl-summary-remove-destination): Ditto.
2614         (wl-summary-exec): Ditto.
2615         (wl-summary-exec-region): Ditto.
2616         (wl-summary-target-mark-erase): Ditto.
2617         (wl-summary-refile): Ditto.
2618         (wl-summary-copy): Ditto.
2619         (wl-summary-unmark): Ditto.
2620         (wl-summary-delete-all-mark): Ditto.
2621         (wl-summary-mark-line): Don't highlight.
2622         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2623         (wl-summary-target-mark-refile-subr): Rewrite.
2624
2625         (wl-summary-copy-prev-destination): Abolish.
2626
2627 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2628
2629         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2630         default values along the value of wl-on-mule.
2631         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2632         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2633         It is not used anywhere.
2634
2635 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2636
2637         * wl-summary.el (wl-summary-print-destination): Keep position.
2638         (wl-summary-cursor-move-surface): Keep horizontal position.
2639
2640 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2641
2642         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2643         write sendlog.
2644
2645 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2646
2647         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2648         `wl-summary-highlight'.
2649
2650 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2653         trivial condition for temp-mark.
2654
2655 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2656
2657         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2658         when it hits killed buffer.
2659
2660 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2661
2662         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2663         * wl-news.el.in: `message' and `error' take format string.
2664
2665 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2666
2667         * wl-folder (wl-folder-insert-entity): Display a message,
2668         `...done', when the work finish.
2669         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2670
2671 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2672
2673         * wl-message.el (wl-message-redisplay): Remove unused local
2674         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2675
2676 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2677
2678         * wl-summary.el (wl-summary-replace-status-marks): Disable
2679         interactive use.
2680         (wl-summary-reedit): Check message existence at first.
2681         (wl-summary-mark-line): Fix doc, return value is indefinite.
2682
2683         * wl-highlight.el (wl-highlight-message): Arranged.
2684
2685         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2686         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2687         check temp-mark by wl-summary-temp-mark always.
2688         (wl-highlight-summary): Change accordingly.
2689         * wl-summary.el (wl-summary-mark-as-read-all)
2690         (wl-summary-delete-cache, wl-summary-set-score-mark)
2691         (wl-summary-mark-as-unread, wl-summary-unmark)
2692         (wl-summary-mark-line, wl-summary-mark-as-read)
2693         (wl-summary-mark-as-important): Ditto.
2694
2695         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2696         end of the window if possible.
2697         * wl-summary.el (wl-summary-sync-update): Support lazy
2698         highlighting.
2699         (wl-summary-toggle-disp-msg): Ditto.
2700
2701 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2702
2703         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2704
2705 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2706
2707         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2708         change.
2709
2710 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2711
2712         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2713         API.
2714         (wl-summary-sync-update): Ditto.
2715
2716         * wl-score.el (wl-score-get-score-alist): Changed argument.
2717         (wl-summary-rescore-msgs): Likewise.
2718         (wl-summary-score-headers): Likewise.
2719         (wl-score-headers): Likewise;
2720         Use elmo-folder-do-each-message-entity, etc.
2721         (wl-summary-score-effect): Follow the changes above.
2722         (wl-summary-rescore): Ditto.
2723         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2724         (wl-score-get-overview): Abolish.
2725
2726         * wl-summary.el (wl-summary-default-from): Follow the API change in
2727         elmo-msgdb.
2728         (wl-summary-count-unread): Ditto.
2729         (wl-summary-detect-mark-position): Ditto.
2730         (wl-summary-overview-entity-compare-by-date): Ditto.
2731         (wl-summary-overview-entity-compare-by-number): Ditto.
2732         (wl-summary-overview-entity-compare-by-from): Ditto.
2733         (wl-summary-overview-entity-compare-by-subject): Ditto.
2734         (wl-summary-get-list-info): Ditto.
2735         (wl-summary-rescan): Ditto.
2736         (wl-summary-jump-to-msg-by-message-id): Ditto.
2737         (wl-summary-sync-update): Ditto; Removed comment.
2738         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2739         (wl-summary-insert-message): Use wl-summary-insert
2740         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2741         (wl-summary-insert-headers): Changed argument overview to folder.
2742         (wl-summary-search-by-subject): Likewise.
2743         (wl-summary-insert-thread): Renamed from 
2744         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2745
2746         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2747         too.
2748
2749         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2750         wl-string-member.
2751
2752 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2753
2754         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2755         elmo-folder-append-buffer.
2756         (wl-draft-queue-append): Likewise.
2757
2758         * wl-mime.el (wl-message-delete-current-part): Ditto.
2759         (wl-summary-burst-subr): Ditto.
2760
2761         * wl-news.el.in (wl-news-send-news): Ditto.
2762
2763 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2764
2765         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2766         function.
2767         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2768         (wl-summary-update-mark): Enclose with save-excursion.
2769         (wl-summary-mark-as-read-internal): Fixed last change.
2770         (wl-summary-mark-as-important): Use 3rd argument of
2771         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2772         Don't use elmo-msgdb-set-mark.
2773         (wl-summary-redisplay-internal): If msgdb flag is already read,
2774         just update the mark on buffer.
2775
2776 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2777
2778         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2779         cut visible folder when elmo-folder-delete returns non-nil value.
2780
2781 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2782
2783         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2784         by Kenichi OKADA <okada@opaopa.org>).
2785
2786 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2787
2788         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2789
2790 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2791
2792         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2793         Fixed the last change, search group entity by its real name.
2794         (Thanks to: KOBAYASHI Shinji)
2795
2796 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2797
2798         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2799         (wl-fldmgr-access-display-all): Don't refer visible name.
2800         * wl-expire.el (wl-folder-archive-current-entity)
2801         (wl-folder-expire-current-entity): Ditto.
2802         * wl-folder.el (wl-folder-jump-to-current-entity)
2803         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2804         (wl-folder-open-folder-sub,wl-folder-open-all)
2805         (wl-folder-write-current-folder): Ditto.
2806         (wl-folder-insert-entity): Don't use petname for normal group.
2807         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2808         is the real name.
2809         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2810         Abolished.
2811
2812 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2813
2814         * wl-draft.el (wl-draft-create-buffer): Add
2815         `wl-summary-reply-with-citation'
2816
2817 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2818
2819         * wl-draft.el (wl-draft-reply): Fixed.
2820
2821 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2822
2823         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2824         when `wl-draft-send-confirm-with-preview' is non-nil.
2825         You can scroll up/down by j/k.
2826         (wl-draft-send-confirm-with-preview): New variable (default=t).
2827
2828 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2829
2830         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2831         (wl-fldmgr-save-folders): Fix comment.
2832
2833 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2834
2835         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2836         along the last change in `wl-folder-buffer-group-p'.
2837
2838 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2839
2840         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2841         folder.
2842
2843         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2844         the default value.
2845
2846         * wl-mime.el (wl-summary-burst): Update summary only when target
2847         folder equals current folder.
2848
2849 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2850
2851         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2852
2853 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2854
2855         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2856         value.
2857
2858 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2861         `map-extents' instead of `extent-at' repeatedly.
2862         (wl-highlight-folder-current-line): Ditto.
2863
2864         * wl-highlight.el: Remove useless dummy functions.
2865
2866 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2867
2868         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2869         (wl-folder-put-folder-property): New function to put text property.
2870         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2871         (wl-folder-insert-entity, wl-folder-update-diff-line)
2872         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2873         * wl-e21.el, wl-xmas.el, wl-mule.el
2874         (wl-highlight-folder-current-line): Ditto.
2875         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2876         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2877         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2878         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2879
2880 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2881
2882         * Version number is increased to 2.11.3.
2883
2884 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2885
2886         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2887         Resume current-buffer since it is assumed by remaining tasks.
2888
2889 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2890
2891         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2892         (wl-folder-completion-function): Abolished.
2893         (wl-folder-complete-folder): New function.
2894         (wl-folder-complete-filter-condition): Ditto.
2895         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2896         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2897
2898 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2899
2900         * wl-draft.el (wl-draft-send-confirm): New function.
2901         (wl-draft-send): Use it.
2902
2903         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2904         cursor-in-echo-area while confirming.
2905
2906         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2907
2908         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2909         searching via nntp if wl-summary-search-via-nntp is 'force.
2910         Otherwise, invoke searching in nntp folder only.
2911         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2912
2913         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2914         explicitly for mime-make-text-tag.
2915
2916 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2917
2918         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2919         `mime-make-text-tag' instead of `mime-create-tag'.
2920
2921 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2922
2923         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2924         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2925
2926 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2927
2928         * wl-score.el (wl-score-save): Bind print-length and print-level.
2929         (wl-score-pretty-print): Ditto.
2930         (wl-score-edit-insert-header-entry): Ditto.
2931
2932         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2933         "From" entry to be treated with wl-draft-eword-encode-address-list.
2934         * wl-mime.el (wl-draft-preview-message): Ditto.
2935
2936         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2937         (wl-summary-mark-as-unread): Ditto.
2938         (wl-summary-mark-as-read-region): Change accordingly.
2939         (wl-summary-mark-as-unread-region): Ditto.
2940         (wl-summary-target-mark-mark-as-read): Ditto.
2941         (wl-summary-target-mark-mark-as-unread): Ditto.
2942
2943 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2944
2945         * Version number is increased to 2.11.2.
2946
2947 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2948
2949         * wl-news.el.in (wl-news-previous-version-save): Bind
2950         print-length and print-level.
2951         * wl-thread.el (wl-thread-save-entities): Ditto.
2952         (wl-thread-save-top-list): Bind print-length.
2953
2954 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2955
2956         * wl-highlight.el (wl-highlight-summary-line-string): Use
2957         wl-summary-score-below-mark, wl-summary-score-over-mark.
2958         (wl-highlight-summary-current-line): Ditto.
2959
2960 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2961
2962         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2963         insert it.
2964
2965 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2966
2967         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2968
2969 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2970
2971         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2972         message without msgid.
2973         Rewrite with elmo-folder-move-messages.
2974         Set wl-message-buffer to nil.
2975
2976         * wl-summary.el (wl-summary-erase-subr): New function. Use
2977         elmo-folder-move-messages.
2978         (wl-summary-erase): Call it.
2979         (wl-summary-target-mark-erase): Ditto.
2980
2981 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2982
2983         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2984         it is not up-tp-date.
2985
2986 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2987
2988         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2989         buffer after calling `wl-summary-goto-folder-subr' without the
2990         argument `interactive'.
2991         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2992
2993 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2994
2995         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2996         `mime-create-tag'. Use `string=' instead of `looking-at'.
2997
2998 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2999
3000         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3001         to avoid compile warning.
3002
3003         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3004         entity-id when folder is given.
3005         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3006         save-excursion, use save-selected-window instead.
3007         Select folder buffer window if exists.
3008         (To correct behavior with wl-folder-move-cur-folder.)
3009
3010 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3011
3012         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3013
3014 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3015
3016         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3017         list-count instead of %d.
3018
3019 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3020
3021         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3022         (wl-news): Set it.
3023         (wl-news-append-to-folder): Use it.
3024
3025         * wl-news.el.in (wl-news-send-news): Append to specified folder
3026         instead of wl-default-folder.
3027         (wl-news-append-to-folder): Show error message with specified folder.
3028
3029         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3030                 In most major modes, Emacs assumes that any opening
3031                 delimiter found at the left margin is the start of a
3032                 top-level definition, or defun. Therefore, *never put an
3033                 opening delimiter at the left margin unless it should have
3034                 that significance.*
3035
3036         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3037
3038 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3039
3040         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3041
3042 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3043
3044         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3045
3046 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3047
3048         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3049         for sequential numbering case.
3050
3051 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3052
3053         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3054         value.
3055         (wl-draft-reply-without-argument-list): Ditto.
3056         (wl-draft-reply-myself-with-argument-list): Abolish.
3057         (wl-draft-reply-myself-without-argument-list): Ditto.
3058         * wl-draft.el (wl-draft-self-reply-p): New function.
3059         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3060
3061 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3062
3063         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3064         (avoid error for the case without byte-compiling)
3065
3066 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3067
3068         * wl-news.el.in (wl-news-append-to-folder): New function.
3069         (wl-news-exit): Rewrite.
3070         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3071
3072 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3073
3074         * wl-draft.el (wl-draft-reply-position): New function.
3075         (wl-draft-reply-position): Fix.
3076         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3077         (wl-summary-target-mark-reply-with-citation): Ditto.
3078         (wl-summary-reply-with-citation): Ditto.
3079         * wl-vars.el (wl-draft-reply-default-position): New variable.
3080
3081 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3082
3083         * wl-draft.el (wl-draft-send): Preview when interactive send.
3084
3085 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3086
3087         * wl-draft.el (wl-draft-reply): Set default position.
3088         * wl-summary.el (wl-summary-reply): Ditto.
3089         (wl-summary-reply-with-citation): Ditto.
3090         (wl-summary-target-mark-reply-with-citation): Ditto.
3091
3092 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3093
3094         * wl-news.el.in (wl-news-lang): Set default value according to
3095         current-language-environment.
3096         (wl-news-append-news): Do nothing when news-list is nil.
3097
3098 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3099
3100         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3101         (wl-news): Change message.
3102         (wl-news-exit): Check buffer.
3103         (wl-news-force-exit): New function.
3104         (wl-news-show-all): New function.
3105         (wl-news-discard-and-exit): Fix.
3106
3107 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3108
3109         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3110         according to current-language-environment.
3111
3112         * wl-news.el.in (wl-news): If arg, show all NEWS after
3113         wl-news-default-previous-version.
3114
3115 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3116
3117         * wl-news.el.in (wl-news-check): Rewritten.
3118         (wl-news-previous-version-load): Change data type.
3119         (wl-news-previous-version-save): Change data type.
3120         (wl-news-append-news): Add return value.
3121         (wl-news-check-news): New function.
3122         (wl-news-already-current-p): New function.
3123         (wl-news-send-news): Rewritten.
3124         (wl-news-mode-map): Add new keybind.
3125         (wl-news): Rewritten.
3126         (wl-news-exit): Rewritten.
3127         (wl-news-discard-and-mail): New function.
3128         (wl-news-send-to-address): Abolished.
3129         * wl.el (wl-init): Delete a message.
3130
3131 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3132
3133         * wl-news.el.in (wl-news-exit): Update previous version.
3134         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3135
3136 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3137
3138         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3139
3140 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3141
3142         * wl-news.el.in (wl-news): New function.
3143         (wl-news-mode): New function.
3144         (wl-news-next-line): New function.
3145         (wl-news-next-page): New function.
3146         (wl-news-exit): New function.
3147         (wl-news-buf-name): New variable.
3148         (wl-news-mode-map): New variable.
3149         (wl-news-winconf): New variable.
3150         (wl-news-append-news): Add an option.
3151
3152 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3153
3154         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3155
3156 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3157
3158         * wl-news.el.in (wl-news-send-to-address): New variable.
3159         (wl-news-send-news): Use it.
3160         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3161         Return updating status.
3162         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3163
3164 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3165
3166         * wl-news.el.in (wl-news-send-news): Delete
3167         Organization and X-Face.
3168
3169 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3170
3171         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3172         (wl-news-append-news): New function.
3173         (wl-news-send-news): New function.
3174
3175 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3176
3177         * Version number is increased to 2.11.1.
3178
3179 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3180
3181         * wl-news.el.in : New file.
3182
3183 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3184
3185         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3186         default value.
3187         (wl-draft-reply-without-argument-list): Ditto.
3188
3189 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3190
3191         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3192         (wl-message-buffer-prefetch-idle-time): Ditto.
3193         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3194
3195 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3196
3197         * wl-thread.el (wl-thread-insert-message): Use
3198         wl-summary-max-thread-depth.
3199
3200         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3201         loop detection.
3202
3203         * wl-message.el (wl-message-buffer-display): Back to the first page
3204         when cache is hit.
3205
3206 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3209
3210         * wl-summary.el (wl-summary-insert-thread-entity):
3211         If the thread depth is reached to wl-summary-max-thread-depth,
3212         divide the thread.
3213
3214 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3215
3216         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3217         for elmo-remove-passwd.
3218
3219 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3220
3221         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3222         folder is sticky.
3223         (wl-folder-mark-as-read-all-entity): Ditto.
3224         (wl-folder-prefetch-entity): Ditto.
3225
3226 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3227
3228         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3229
3230 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3231
3232         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3233         Delete messages on buffer for unplugged operation.
3234         (wl-summary-erase): Ditto.
3235
3236 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3237
3238         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3239         take nil so as not to search parent by subject.
3240
3241 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3242
3243         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3244         (wl-folder-get-next-folder): Ditto.
3245         (wl-folder-get-path): Ditto.
3246
3247 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3248
3249         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3250         system and encode the region with it before verifying.
3251
3252 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3253
3254         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3255         system of the echo buffer before decoding.
3256
3257 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3258
3259         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3260         original contents.
3261
3262 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3265         with argument 'any-exists.
3266
3267 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3268
3269         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3270         Use `wl-cs-autoconv'.
3271
3272 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3273
3274         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3275         by `mime-view-automatic-conversion'.
3276
3277         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3278         (wl-message-verify-pgp-nonmime): Ditto.
3279         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3280         Bind them to C-c:d and C-c:v respectively.
3281
3282         Merge following code by Teranishi-san from [wl-en:00167].
3283         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3284         (wl-mime-preview-application/pgp-encrypted): Ditto.
3285         (wl-mime-setup): Add entry.
3286
3287 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3288
3289         * wl-summary.el (wl-summary-target-mark-erase): New function.
3290         Bind it to "mD".
3291
3292 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3293
3294         * wl-vars.el (wl-draft-write-file-function): Fix.
3295         (wl-draft-reedit-hook): Changed default value.
3296
3297         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3298         wl-draft-reedit-hook.
3299         (wl-draft-remove-text-plain-tag): New function.
3300         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3301
3302         * wl-vars.el (wl-draft-write-file-function): New user option.
3303
3304         * wl-draft.el (wl-draft-prepare-edit): Use it for
3305         local-write-file-hooks.
3306         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3307
3308         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3309         (wl-draft-insert-mail-header-separator): Return the body beginning
3310         point.
3311         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3312         text/plain.
3313         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3314
3315 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3316
3317         * wl-summary.el (wl-summary-erase): New function to erase message
3318         without moving it to trash. Bind to "D".
3319
3320         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3321         as `keep' unless switch-function.
3322
3323 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3324
3325         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3326         message buffer by using `wl-summary-toggle-disp-msg'.
3327         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3328         buffer window.
3329         (wl-summary-supresedes-message): Ditto.
3330
3331         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3332         Do not delete other windows.
3333         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3334         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3335         (wl-draft-create-buffer): Set reply-or-forward also for target
3336         mark commands.
3337
3338 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-draft.el (wl-user-agent-compose): Delete special case for
3341         switch-to-buffer-other-window.
3342
3343         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3344         (wl-summary-forward): Ditto.
3345
3346         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3347         function.
3348         (wl-draft-buffer-style): New use option.
3349
3350         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3351         (wl-draft): Follow the change above.
3352         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3353         wl-draft-buffer-style.
3354         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3355         switch-function.
3356
3357 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3358
3359         * wl-address.el (wl-address-make-completion-entry): Extracted from
3360         `wl-address-make-completion-list'.
3361         (wl-address-enable-strict-loading): New variable.
3362         (wl-address-make-completion-list): Revive petname duplication
3363         inquiry, and enable it if `wl-address-enable-strict-loading'.
3364         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3365
3366 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3367
3368         * wl-message.el (wl-message-get-original-buffer): Avoid
3369         'Selecting deleted buffer' error when original buffer is killed.
3370
3371 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-summary.el (wl-summary-next-message): Use
3374         elmo-message-accessible-p instead of elmo-message-cached-p.
3375
3376 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3379
3380         * wl-thread.el (wl-thread-open-all-unread): Use
3381         elmo-folder-list-flagged instead of
3382         elmo-folder-list-messages-mark-match.
3383
3384         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3385         instead of elmo-folder-list-messages-mark-match.
3386         (wl-summary-move-spec-alist): New variable.
3387         (wl-summary-move-spec-plugged-alist,
3388         wl-summary-move-spec-unplugged-alist): Abolish.
3389         (wl-summary-next-message): Follow the change above.
3390         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3391         with 'no-msg' argument.
3392
3393         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3394         variable.
3395         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3396         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3397         (wl-message-buffer-prefetch-get-next): Follow the change above.
3398
3399 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-version.el (wl-version): Changed codename.
3402
3403         * Version number is increased to 2.11.0.
3404
3405 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3406
3407         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3408         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3409         `wl-draft-config-variables'.
3410         (wl-draft-kill): Fixed problem when the draft is reedit.
3411
3412 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3413
3414         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3415         buffer-modified status (Thanks to
3416         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3417
3418 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * wl-util.el (wl-region-exists-p): New function.
3421
3422         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3423         Remove defvars for byte-compile warnings.
3424
3425 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3428         defvar-maybe. Removed unused bind.
3429
3430 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3431
3432         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3433         summary buffer window before creating new frame.
3434         (wl-draft-reply): Ditto.
3435
3436 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3437
3438         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3439
3440 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3441
3442         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3443
3444 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3445
3446         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3447         instead of `kill-region'.
3448
3449 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3450
3451         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3452         (wl-highlight-summary-line-string): Use it.
3453         (wl-highlight-summary-current-line): Ditto.
3454
3455         * wl-mime.el (wl-message-delete-current-part): Check the class of
3456         mime-entity.
3457
3458         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3459
3460         * wl-summary.el (wl-summary-make-number-list): Initialize.
3461         (wl-summary-update-mark): New function.
3462         (wl-summary-reply): Put `answered' mark on the message.
3463         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3464
3465         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3466         (wl-draft-reply): Added optional argument `number';
3467         Set wl-draft-parent-number.
3468         (wl-draft-kill): Delete answered mark if it is a reply.
3469
3470 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3471
3472         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3473         that originates in mime-preview-follow-current-entity.
3474         (wl-draft-yank-current-message-entity): Use it if region is active.
3475
3476         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3477         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3478         `wl-message-delete-current-part'.
3479         * wl-mule.el (wl-message-define-keymap): Ditto.
3480         * wl-xmas.el (wl-message-define-keymap): Ditto.
3481
3482 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3483
3484         * wl-mime.el (wl-message-delete-current-part): New function.
3485         (wl-mime-node-id-to-string): Ditto.
3486
3487         * wl-mime.el (wl-message-delete-current-part): Use existing
3488         original buffer which corresponds current mime-view buffer.
3489         (fetched buffer might have different structure, possibly)
3490
3491         * wl-mime.el (wl-message-delete-current-part): Quit if the
3492         message content differs from the actual message.
3493
3494 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3495
3496         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3497         order.
3498         (wl-summary-search-by-subject): Search parent message from tail;
3499         Check the existence of the parent message on the current thread tree.
3500         (wl-summary-update-thread): Check whether the line is inserted.
3501
3502 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3503
3504         * wl-vars.el (wl-summary-line-format): Undo last change.
3505         * wl-summary.el (wl-summary-print-destination): Do not put
3506         invisible property when `wl-summary-width' is nil.
3507         (wl-summary-line-subject-minimum-length): Abolished.
3508         (wl-summary-line-subject): Ditto.
3509
3510 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3511
3512         * wl-vars.el (wl-summary-line-format): Change default value.
3513         (wl-summary-subject-length-limit): Abolished.
3514         * wl-summary.el (wl-summary-line-subject): Ditto.
3515
3516 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * wl-template.el (wl-template-select): Added optional argument.
3519         If optional argument is specified, reverse
3520         `wl-template-visible-select'.
3521
3522 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3523
3524         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3525         Take prefix argument to force asking the destination folder.
3526
3527 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3528
3529         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3530         count and update status.
3531
3532 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3533
3534         * wl-summary.el (wl-summary-redisplay-internal): If
3535         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3536         after fetching.
3537
3538 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3539
3540         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3541         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3542
3543         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3544
3545 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3546
3547         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3548         (All other related portions are changed).
3549         (wl-summary-mark-as-read-all): Rewrite.
3550
3551 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3554         `wl-summary-mark-as-read'.
3555         (wl-summary-mark-as-unread): Rewrite.
3556         (wl-summary-mark-as-read): Added no-modeline argument.
3557         (wl-summary-resume-cache-status): Rewrite.
3558         (wl-summary-exec-subr): Remove unused local variable.
3559
3560 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3561
3562         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3563         logic to call `wl-summary-buffer-prev-folder-function'.
3564         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3565
3566 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3567
3568         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3569         is nil.
3570
3571 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3574         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3575         (wl-mime-setup): Add its entry.
3576
3577 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3578
3579         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3580         (wl-summary-delete-cache): Likewise.
3581         (wl-summary-mark-as-read): Rewrite.
3582
3583 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3584
3585         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3586         `wl-summary-count-unread'.
3587
3588         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3589
3590         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3591
3592 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3595         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3596         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3597         Renamed to the elmo-msgdb-*-mark.
3598         (wl-summary-score-marks): Follow the change above.
3599         (wl-summary-auto-refile-skip-marks): Ditto.
3600         (wl-summary-incorporate-marks): Ditto.
3601         (wl-summary-expire-reserve-marks): Ditto.
3602
3603         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3604         changes.
3605         (wl-thread-insert-top): Changed updating message.
3606
3607         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3608         variable.
3609         (wl-summary-count-unread): Count answered marks.
3610         (wl-summary-rescan): Call wl-summary-insert-message instead of
3611         wl-summary-append-message-func-internal.
3612         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3613         (wl-summary-prefetch-msg): Follow the variable name changes.
3614         (wl-summary-prefetch-region): Ditto.
3615         (wl-summary-mark-as-read-all): Follow the API changes;
3616         Don't call elmo-folder-replace-marks.
3617         (wl-summary-delete-cache): Follow the variable name changes.
3618         (wl-summary-resume-cache-status): Ditto.
3619         (wl-summary-update-status-marks): New function.
3620         (wl-summary-insert-message): New function.
3621         (wl-summary-sync-marks): Follow the variable name changes.
3622         (wl-summary-sync-update): Synchronize to the msgdb, too;
3623         Changed update messages.
3624         (wl-summary-make-number-list): Rewrite.
3625         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3626         (wl-summary-mark-as-unread): Follow the API changes.
3627         (wl-summary-exec-subr): Follow the variable name changes.
3628         (wl-summary-mark-as-read): Ditto.
3629         (wl-summary-move-spec-plugged-alist): Ditto.
3630         (wl-summary-move-spec-unplugged-alist): Ditto.
3631         (wl-summary-cursor-move-surface): Ditto.
3632
3633         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3634         variable name changes.
3635         (wl-highlight-summary-current-line): Ditto.
3636
3637         * wl-expire.el (wl-expire-refile): Follow the API change in
3638         elmo-folder-move-messages.
3639         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3640         (wl-summary-archive): Use elmo-folder-msgdb instead of
3641         elmo-msgdb-load.
3642
3643 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3644
3645         * wl-mime.el (wl-draft-preview-message): Restore the position
3646         before evaluating wl-draft-send-hook in preview buffer.
3647
3648 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3649
3650         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3651         when it creates new draft buffer.
3652
3653         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3654         without argument.
3655
3656         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3657         Evaluate content and if the value is string, insert it.
3658         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3659         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3660         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3661         wl-draft-config-sub-part-bottom): Use it.
3662
3663         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3664         with the folder name. The question was unintelligible when it is
3665         called from wl-save-status.
3666
3667 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3668
3669         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3670         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3671         cannot take second argument).
3672
3673 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3674
3675         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3676         as t. Since type and subtype are not case sensitive (RFC 2045).
3677
3678 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-vars.el (wl-message-mode-line-format): New variable.
3681         (wl-message-mode-line-format-spec-alist): Ditto.
3682         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3683         (wl-message-redisplay): Use wl-message-mode-line-format.
3684
3685 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3686
3687         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3688
3689 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-summary.el (wl-summary-default-from): Write description.
3692
3693 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3694
3695         * wl-vars.el (wl-ldap-objectclass): Abolish.
3696
3697         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3698         (wl-ldap-make-filter): Removed condition for objectclass.
3699         (wl-ldap-make-matched-value-list): Remove meaningless process.
3700         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3701         (wl-address-ldap-search): Don't add `*' to `pat' string;
3702         use ignore-errors; added `email';
3703         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3704         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3705         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3706
3707
3708 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3709
3710         * wl-draft.el (wl-draft-parent-folder): Write description.
3711         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3712
3713 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3716         as "" (zero-length string) if no parent.
3717         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3718
3719 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3720
3721         * wl-address.el (wl-address-make-completion-list): Skip duplication
3722         checking.
3723         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3724         `append'.
3725
3726 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3727
3728         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3729         instead of `beginning-of-buffer'.
3730
3731 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3734
3735 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3736
3737         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3738         Refer wl-message-buffer-name.
3739         (wl-message-wheel-down): Ditto.
3740
3741 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-vars.el (wl-message-buffer-name): New user option.
3744
3745         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3746         directly instead of making alist dinamically.
3747
3748         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3749         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3750         wl-message-buffer-cache-name.
3751         (wl-message-buffer-cache-clean-up): Ditto.
3752
3753         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3754
3755         * Version number is increased to 2.9.15.
3756
3757 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3758
3759         * wl-vars.el (wl-summary-default-view-alist): New user option.
3760
3761         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3762
3763         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3764         while deleting address.
3765         (wl-draft-delete-myself-from-cc): Ditto.
3766
3767         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3768         If optional argument is specified, reverse sort order.
3769
3770         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3771
3772 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-thread.el (wl-thread-insert-message): Return parent number if
3775         exists.
3776         (wl-thread-update-indent-string-region): Use
3777         wl-thread-update-line-on-buffer-sub instead of
3778         wl-thread-update-line-on-buffer.
3779
3780 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3781
3782         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3783         (wl-folder-close-all): Ditto.
3784
3785 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3786
3787         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3788         and mailing-list:.
3789         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3790         value.
3791         (wl-summary-line-list-info): Print mailing-list name even when 
3792         list-number is empty.
3793
3794 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3795
3796         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3797
3798         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3799         (wl-draft-open-file): Ditto.
3800         (wl-draft-random-alphabet): Ditto.
3801
3802         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3803         bindings.
3804
3805 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3806
3807         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3808         * wl-vars.el (wl-draft-config-alist): Ditto.
3809
3810 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3811
3812         * Version number is increased to 2.9.14.
3813
3814         * wl.el (wl): Don't set wl-init as nil when error occured while
3815         auto-checking folders.
3816
3817         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3818         `elmo-expand-newtext'.
3819
3820 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3821
3822         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3823         `this-command' so that `wl-folder-goto-folder' contained in
3824         `wl-summary-keep-cursor-command' work.
3825
3826 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3827
3828         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3829         message buffer displaying state.
3830
3831 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3832
3833         * wl-vars.el (wl-summary-default-view): New variable to specify
3834         default value for `wl-summary-buffer-view' instead of using
3835         set-default.
3836         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3837
3838 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3841
3842         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3843
3844 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3845
3846         * wl-vars.el (wl-forward-subject-prefix): New variable.
3847         * wl-draft.el (wl-draft-forward): Use it.
3848
3849 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3850
3851         * wl-message.el (wl-message-prev-page): When it is called without
3852         lines argument, scroll down by wl-message-scroll-amount lines.
3853         (wl-message-next-page): Ditto.
3854         * wl-vars.el (wl-message-scroll-amount): Change default value
3855         to preserve current behavior.
3856
3857 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3858
3859         * wl-summary.el (wl-summary-prefetch-msg): Bind
3860         `wl-message-entity' to call `wl-summary-from-function'.
3861
3862 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3863
3864         * wl-message.el (wl-message-buffer-create): Run
3865         wl-message-buffer-created-hook.
3866
3867 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3868
3869         * wl-summary.el (wl-summary-sort-specs): New variable.
3870         (wl-summary-default-sort-spec): Ditto.
3871         (wl-summary-sort): Rewrite.
3872         (wl-summary-sort-by-list-info): New function.
3873
3874 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3875
3876         * wl-summary.el (wl-summary-get-list-info): New function.
3877         (wl-summary-sort): Rewrite.
3878         (wl-summary-line-list-info): Ditto.
3879         (wl-summary-line-list-count): Ditto.
3880         (wl-summary-refile-region): Fixed docstring.
3881
3882 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3885         `wl-folder-entity-hashtb' as completion table.
3886
3887 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3890         only when this command is called interactively; silence the byte-
3891         compiler.
3892
3893 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3894
3895         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3896         active in XEmacs.
3897
3898 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3899
3900         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3901         plural lines.
3902
3903 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3906         of current line when the cursor is on the header name.
3907         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3908
3909 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3910
3911         * wl-util.el (wl-read-directory-name): Return displayed directory
3912         as the default value also on XEmacs.
3913
3914 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3915
3916         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3917         formatting.
3918
3919 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3920
3921         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3922         argument and when it is non-nil, check face property before
3923         highlighting for each line.
3924         (wl-highlight-summary-window): Set it.
3925
3926 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3927
3928         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3929         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3930
3931         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3932         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3933         (wl-draft-get-fcc-list): Likewise.
3934
3935 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3938         (wl-thread-entity-cur): Ditto.
3939         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3940         wl-thread-indent-regexp setting.
3941         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3942
3943         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3944         wl-summary-lazy-highlight.
3945         (wl-summary-display-bottom): Ditto.
3946
3947         * wl-thread.el (wl-thread-open-close): Likewise.
3948
3949         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3950         from and subject;
3951         Bind wl-draft-use-frame;
3952         Enclose with save-window-excursion;
3953         Use wl-draft-create-buffer instead of with-temp-buffer;
3954         Use wl-draft-prepare-edit;
3955         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3956         Use wl-draft-send instead of wl-draft-raw-send.
3957
3958 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3959
3960         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3961         of using wl-from.
3962
3963 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3964
3965         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3966         insert-buffer instead of clone-buffer.
3967         (wl-draft-doing-mime-bcc): New variable.
3968         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3969         infinite loop.
3970         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3971
3972         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3973         (wl-draft-mime-bcc-body): Ditto.
3974
3975         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3976         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3977         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3978         wl-draft-do-mime-bcc.
3979         (wl-draft-mime-bcc-field): New function.
3980         (wl-draft-do-mime-bcc): Ditto.
3981
3982         * wl-address.el (wl-address-complete-header-list): New variable.
3983         (wl-address-complete-header-regexp): Changed default value.
3984
3985         * Version number is increased to 2.9.13.
3986
3987 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3988
3989         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3990         it is differed.
3991
3992 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3993
3994         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3995         (wl-summary-line-list-count): Ditto.
3996
3997 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3998
3999         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4000         (wl-nntp-posting-function): New variable.
4001         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4002         `wl-nntp-posting-config-alist'.
4003
4004 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4007         FLIM.
4008
4009 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4010
4011         * wl-summary.el (wl-summary-target-mark-refile-sub):
4012         Remove a nuisance funcall.
4013
4014 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4015
4016         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4017         as t for `try-completion'.
4018
4019 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4020
4021         * wl-summary.el (wl-summary-default-from): Use
4022         wl-address-header-extract-address instead of
4023         std11-extract-address-components.
4024         (wl-summary-simple-from): Ditto.
4025         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4026         (wl-summary-insert-headers): Show message.
4027         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4028         for whole line.
4029         (wl-summary-default-from): Revert last change.
4030         (wl-summary-simple-from): Ditto.
4031         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4032         (wl-summary-mark-as-read-region): Follow the change above.
4033         (wl-summary-sync-marks): Ditto.
4034         (wl-summary-target-mark-mark-as-read): Ditto.
4035         (wl-summary-redisplay-internal): Ditto.
4036         (wl-summary-redisplay-no-mime-internal): Ditto.
4037         (wl-summary-redisplay-all-header): Ditto.
4038         (wl-summary-mark-as-read): Removed argument `cached';
4039         Use current cache status to set cache mark.
4040         (wl-summary-redisplay-internal): Follow the change above.
4041         (wl-summary-redisplay-no-mime-internal): Ditto.
4042         (wl-summary-redisplay-all-header): Ditto.
4043
4044         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4045
4046         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4047         Don't call itself recursively (Adviced by Yamaoka-san).
4048
4049 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4050
4051         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4052         bind wl-summary-highlight as nil to avoid error caused by missing
4053         local variables.
4054
4055 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4056
4057         * wl-vars.el (wl-invalid-character-message): New user option.
4058
4059         * wl-util.el (wl-set-string-width): If truncated string-width is
4060         larger than specified width, use `wl-invalid-character-message'.
4061
4062 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4063
4064         * wl-summary.el (wl-summary-prefetch-msg): 
4065         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4066
4067 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4068
4069         * wl-vars.el (wl-summary-check-line-format): New user option.
4070         (wl-summary-line-format-file): Ditto.
4071
4072         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4073         variable.
4074         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4075         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4076         and `wl-summary-view-old-p' to check whether do a rescan or not.
4077         (wl-summary-view-old-p): New function.
4078         (wl-summary-line-format-changed-p): Ditto.
4079         (wl-summary-line-format-save): Ditto.
4080         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4081
4082         * wl-util.el (wl-set-string-width): Avoid using negative number
4083         for make-string.
4084
4085 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4086
4087         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4088         return value.
4089
4090         * wl-util.el (wl-set-string-width): Added optional argument
4091         `padding' (All other related portions are changed).
4092         (wl-line-parse-format): If the first letter of column number is
4093         `0', zero-padding the result (ex: "%05l").
4094
4095         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4096
4097 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4098
4099         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4100         sequential summary view.
4101
4102 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4105         if it doesn't have a -unix version.
4106
4107 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4108
4109         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4110
4111 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4112
4113         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4114         content.
4115         (wl-draft): Follow the change above.
4116
4117         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4118
4119         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4120         and wl-folder-summary-line-format-alist contain %T and %P.
4121
4122         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4123         (wl-summary-mode-line-format): New user option.
4124         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4125         (wl-summary-line-format): Changed default value.
4126         (wl-summary-lazy-highlight): Changed default value.
4127
4128         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4129         change in wl-summary-create-line.
4130         (wl-thread-insert-entity-sub): Ditto.
4131
4132         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4133         (wl-summary-buffer-unread-status): Ditto.
4134         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4135         (wl-summary-buffer-persistent-mark-column): Ditto.
4136         (wl-summary-buffer-mode-line-formatter): Ditto.
4137         (wl-summary-buffer-mode-line): Ditto.
4138         (wl-summary-message-regexp): Abolished.
4139         (All other related portions are changed.)
4140         (wl-summary-detect-mark-position): New function.
4141         (wl-summary-buffer-set-folder): Setup
4142         wl-summary-buffer-mode-line-formatter.
4143         (wl-summary-mode): Setup selective-display;
4144         Setup pre-idle-hook when xemacs.
4145         (wl-summary-update-modeline): Rewrite.
4146         (wl-summary-jump-to-msg): Define as function;
4147         Changed regexp for searching messages.
4148         (wl-summary-message-number): Rewrite.
4149         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4150         Do rescan when old type summary cache.
4151         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4152         (wl-summary-remove-destination): Use '\r' to detect EOL.
4153         (wl-summary-print-destination): Ditto.
4154         (wl-summary-temp-mark): New inline function.
4155         (wl-summary-persistent-mark): Ditto.
4156         (wl-summary-line-number): New function.
4157         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4158         (wl-summary-line-list-count): New function.
4159         (wl-summary-create-line): Added argument persistent-mark.
4160         (All other related portions are changed)
4161         (wl-summary-create-line): Insert '\r'.
4162         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4163         (wl-summary-cursor-move-surface): New inline function.
4164         (wl-summary-prev): Use it.
4165         (wl-summary-next): Ditto.
4166
4167         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4168         wl-summary-message-regexp.
4169         (wl-highlight-summary): Delete progress message.
4170         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4171
4172         * Version number is increased to 2.9.12.
4173
4174 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4175
4176         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4177         variable (nil: no minimum).
4178         (wl-summary-line-subject): Add some spaces after subject by
4179         wl-summary-line-subject-minimum-length.
4180
4181 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4182
4183         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4184         and removed `F'.
4185         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4186         change above).
4187
4188 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4189
4190         * wl-summary.el (wl-summary-line-list-count): Reverted.
4191         (example setting in samples/*/dot.wl is also updated)
4192
4193 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4196
4197         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4198
4199         * wl-vars.el (wl-summary-line-format): Addes some description to the
4200         docstring.
4201
4202         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4203         (wl-summary-line-close-bracket): Ditto.
4204         (wl-summary-line-children-number): Ditto.
4205         (wl-summary-line-thread-indent): Ditto.
4206         (wl-summary-line-children-and-from): Ditto.
4207
4208         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4209         't', 'c', 'F' and added 'C'.
4210
4211         * wl-util.el (wl-set-string-width): Accept negative value.
4212         (wl-line-parse-format): Added "%number(" and "%)".
4213
4214 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4215
4216         * wl-summary.el (wl-summary-line-list-count): Change format of the
4217         return value.
4218
4219 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4220
4221         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4222         from the recent message.el.
4223         (wl-draft-point-in-header-p): Ditto.
4224         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4225         wl-draft-beginning-of-line.
4226         * wl-e21.el (wl-draft-mode-map): Ditto.
4227         * wl-xmas.el (wl-draft-mode-map): Ditto.
4228
4229         * wl-folder.el: Sort macrodefs by dependencies.
4230
4231 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4232
4233         * wl-summary.el (wl-summary-prev): Fixed regexp.
4234         (wl-summary-next): Ditto.
4235
4236 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4239
4240 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4241
4242         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4243         for backward compatibility.
4244
4245 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4246
4247         * wl-summary.el (wl-summary-line-list-count): New function, merged
4248         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4249         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4250         list counts.
4251
4252 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4253
4254         * wl-summary.el (wl-summary-create-line): Ignore errors while
4255         timezone-fix-time.
4256
4257         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4258
4259         * wl-summary.el (wl-summary-sync-update): Ditto.
4260         (wl-summary-default-from): Use wl-message-entity
4261         instead of entity.
4262
4263         * wl-summary.el (wl-summary-create-line): Fix.
4264
4265         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4266         (wl-summary-line-format): New user option.
4267         (wl-folder-summary-line-format-alist): Ditto.
4268         (wl-summary-from-width): Abolished.
4269
4270         * wl-util.el (toplevel): Require 'bytecomp.
4271         (wl-line-parse-format): New function.
4272         (wl-line-formatter-setup): New macro.
4273
4274         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4275         (wl-summary-buffer-line-formatter): New buffer local variable.
4276         (wl-summary-switch-to-clone-buffer): Follow the change above.
4277         (wl-summary-message-regexp): Fix.
4278         (wl-summary-from-func-internal): Abolished.
4279         (wl-summary-subject-func-internal): Ditto.
4280         (wl-summary-subject-filter-func-internal): Ditto.
4281         (All other related portions are changed.)
4282         (wl-summary-buffer-set-folder):
4283         Set up wl-summary-buffer-number-column and 
4284         wl-summary-buffer-line-formatter
4285         (All other related portions are changed.)
4286         (wl-summary-buffer-number-column-detect): Abolished.
4287         (All other related portions are changed.)
4288         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4289         (wl-summary-delete-all-temp-marks-on-buffer): Use
4290         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4291         (wl-summary-target-mark-delete): Ditto.
4292         (wl-summary-target-mark-refile-subr): Ditto.
4293         (wl-summary-target-mark-mark-as-read): Ditto.
4294         (wl-summary-target-mark-mark-as-unread): Ditto.
4295         (wl-summary-target-mark-mark-as-important): Ditto.
4296         (wl-summary-target-mark-save): Ditto.
4297         (wl-summary-replace-status-marks): Renamed from
4298         wl-summary-set-status-marks-on-buffer;
4299         Use wl-summary-message-regexp instead of
4300         wl-summary-buffer-number-regexp.
4301         (wl-summary-sync-update): Follow the change above.
4302         (wl-summary-goto-previous-message-beginning): New function.
4303         (wl-summary-mark-as-unread): Use it.
4304         (wl-summary-mark-as-important): Ditto.
4305         (wl-summary-line-formatter): New variable.
4306         (wl-summary-line-year): New function.
4307         (wl-summary-line-day): Ditto.
4308         (wl-summary-line-day-of-week): Ditto.
4309         (wl-summary-line-hour): Ditto.
4310         (wl-summary-line-minute): Ditto.
4311         (wl-summary-line-open-bracket): Ditto.
4312         (wl-summary-line-close-bracket): Ditto.
4313         (wl-summary-line-children-number): Ditto.
4314         (wl-summary-line-thread-indent): Ditto.
4315         (wl-summary-line-size): Ditto.
4316         (wl-summary-line-subject): Ditto.
4317         (wl-summary-line-from): Ditto.
4318         (wl-summary-line-children-and-from): Ditto.
4319         (wl-summary-create-line): Rewritten.
4320         (wl-summary-format-date): Abolished.
4321
4322         * wl-highlight.el (wl-highlight-summary-current-line): Use
4323         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4324         Use thread structure to detect thread top message.
4325
4326         * wl-draft.el (wl-default-draft-cite): Don't use
4327         wl-summary-from-func-internal.
4328
4329         * wl-refile.el (wl-refile-subject-learn): Don't use
4330         wl-summary-subject-filter-func-internal.
4331         (wl-refile-guess-by-subject): Ditto.
4332
4333         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4334         parameters.
4335
4336         * wl-thread.el (wl-thread-update-indent-string-region):
4337         Use wl-thread-update-line-on-buffer instead of
4338         wl-thread-update-indent-string.
4339         (wl-thread-update-children-number): Redefine using
4340         wl-thread-update-line-on-buffer.
4341         (wl-thread-update-indent-string): Abolished.
4342
4343         * Version number is increased to 2.9.11.
4344
4345 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4346
4347         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4348         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4349         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4350
4351         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4352         as nil.
4353
4354         * wl-thread.el (wl-thread-open-all-unread): Use 
4355         elmo-folder-list-messages-mark-match.
4356         (wl-thread-insert-message): Removed argument `mark-alist'.
4357         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4358         elmo-msgdb-set-mark.
4359         (wl-thread-get-children-msgs-uncached): Likewise.
4360         (wl-thread-get-exist-children): Added argument include-self.
4361         (wl-thread-delete-message): Follow the change above.
4362
4363         * wl-summary.el (wl-summary-count-unread): Removed argument.
4364         (wl-summary-rescan): Follow the change above.
4365         (wl-summary-mark-as-read-region): Ditto
4366         (wl-summary-mark-as-unread-region): Ditto.
4367         (wl-summary-delete-messages-on-buffer): Ditto.
4368         (wl-summary-sync-update): Ditto.
4369         (wl-summary-switch-to-clone-buffer): Ditto.
4370         (wl-summary-goto-folder-subr): Ditto.
4371         (wl-summary-target-mark-mark-as-read): Ditto.
4372         (wl-summary-target-mark-mark-as-unread): Ditto.
4373         (wl-summary-target-mark-mark-as-important): Ditto.
4374         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4375         (wl-summary-update-thread): Removed argument `mark-alist'.
4376         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4377         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4378         (wl-summary-resume-cache-status): Likewise.
4379         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4380         elmo-msgdb-set-mark.
4381         (wl-summary-mark-as-read-all): Likewise.
4382         (wl-summary-delete-cache): Ditto.
4383         (wl-summary-auto-select-msg-p): Ditto.
4384         (wl-summary-mark-as-unread): Ditto.
4385         (wl-summary-no-auto-refile-message-p): Ditto.
4386         (wl-summary-mark-as-read): Ditto.
4387         (wl-summary-mark-as-important): Ditto.
4388         (wl-summary-auto-refile): Follow the change above.
4389         (wl-summary-delete-all-marks): Removed.
4390         (wl-summary-resume-marks-and-highlight): Ditto.
4391         (wl-summary-resume-marks): Ditto.
4392         (wl-summary-delete-important-msgs-from-list): Ditto.
4393         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4394
4395         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4396         wl-summary-count-unread.
4397
4398         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4399         (wl-summary-score-update-all-lines): Use
4400         elmo-msgdb-set-mark.
4401
4402 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4405         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4406         (wl-summary-create-line): Renamed from
4407         wl-summary-overview-create-summary-line;
4408         Argument rearrangement.
4409         (wl-summary-update-thread): Follow the change above.
4410
4411         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4412         (wl-thread-insert-entity-sub): Likewise.
4413
4414         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4415         argument `overview', `mark-alist' and added `msgdb'.
4416
4417         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4418
4419         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4420         (wl-summary-rescan): Follow the change above.
4421         (wl-summary-sync-update): Ditto.
4422         (wl-summary-insert-thread-entity): Ditto;
4423         Don't use `let*' in every while loop;
4424         Detect infinite loop of threads.
4425         (wl-summary-update-thread): Removed argument `overview'.
4426
4427         * wl-thread.el (wl-thread-insert-message): Ditto.
4428
4429         * Version number is increased to 2.9.10.
4430
4431         * wl-message.el (wl-message-redisplay): Ignore errors while
4432         wl-message-redisplay-hook.
4433
4434 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4437
4438 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * wl.el (wl): inhibit-quit while wl-folder.
4441
4442 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4443
4444         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4445         while msgdb access.
4446
4447 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4448
4449         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4450         even if no folder is not created.
4451
4452 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4455
4456         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4457         implementation.
4458         (wl-summary-target-mark-thread): Ditto.
4459
4460         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4461
4462 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4463
4464         * wl-util.el (wl-display-bytes): Remove unused function.
4465
4466 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4469         seems critical one (partially reverse the change in 2002/03/17).
4470
4471 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4472
4473         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4474         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4475
4476 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4477
4478         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4479         is not writable.
4480         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4481         plugged status instead of `'force' as 2nd argument.
4482
4483         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4484         is not creatable.
4485
4486         * Version number is increased to 2.9.9.
4487
4488 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4489
4490         * wl-summary.el (wl-summary-suspend): New function.
4491
4492 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4493
4494         * wl.el (wl): Do not check variables if check is nil.
4495         * wl-utils.el (wl-collect-draft): New function.
4496         * wl-folder.el (wl-folder-suspend): Put summary buffers
4497         and draft buffers at the end of buffer list.
4498         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4499
4500 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4501
4502         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4503         loop instead of recursive call.
4504
4505         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4506         2nd argument.
4507
4508 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4509
4510         * wl-draft.el (wl-draft-create-contents): Don't take neither
4511         (function . args) nor (string . something) any more.
4512
4513         * wl-version.el (wl-generate-user-agent-string): Return string
4514         without header symbol.
4515         * wl-draft.el (wl-draft-default-headers): Use it.
4516
4517         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4518         `wl-draft-insert-ccs' and return field value instead of inserting
4519         the header. Abolish cc argument.
4520         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4521
4522         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4523         rather than one with string car.
4524
4525         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4526         * wl-draft.el (wl-draft-create-contents): Add it after the default
4527         headers.
4528
4529         * wl-draft.el (wl-draft-create-contents): For the case of
4530         (symbol-or-string . function) insert header only when the function
4531         returns string value.
4532
4533 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4534
4535         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4536         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4537
4538 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4539
4540         * wl.el (wl-check-environment): Don't check Message-ID when
4541         `wl-insert-message-id' is nil.
4542         Revive checking if `wl-message-id-domain' contains "@".
4543
4544 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4545
4546         * wl.el (wl-check-environment): Merge examination for "@" at
4547         inappropriate position into the first string-match.
4548
4549         * wl-summary.el (wl-summary-target-mark-print): New function.
4550         (wl-summary-pipe-message-subr): Extracted from
4551         `wl-summary-pipe-message'.
4552         (wl-summary-target-mark-pipe): New function.
4553         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4554         `wl-summary-target-mark-pipe'.
4555
4556 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4559
4560 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl.el (wl-check-environment): Use elmo-warning instead of
4563         error for non-critical ones.
4564         Remove trash folder check.
4565         (wl): Don't ignore error in wl-check-environment.
4566
4567         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4568         check, which is moved from `wl-check-environment'.
4569         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4570
4571 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4574         guess anything, call wl-summary-write.
4575         (wl-summary-write): Create draft with blank To field.
4576         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4577
4578 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4579
4580         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4581         argument full as well for wl-folder-write-current-folder.
4582         If wl-*-write-current-folder cannot guess addressee, add blank
4583         To header.
4584         Rewrite condition for positioning cursor.
4585
4586 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4589         summary buffer is present, use it.
4590         (wl-folder-jump-to-previous-summary): Ditto.
4591
4592 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4595
4596         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4597         wl-summary-previous-buffer and wl-summary-next-buffer.
4598
4599         * wl-folder.el (wl-folder-mode-map): Bind
4600         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4601         (wl-folder-jump-to-next-summary): New function.
4602         (wl-folder-jump-to-previous-summary): Ditto.
4603
4604         * wl-draft.el (wl-draft): Rearranged.
4605
4606 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4609         of header.
4610         (wl-draft): Collect arguments for the header as header-alist.
4611         (wl-draft-forward): Arrange arguments for wl-draft.
4612         (wl-draft-reply): Ditto.
4613         (wl-draft-edit-string): Ditto.
4614         * wl-summary.el (wl-summary-write): Ditto.
4615         (wl-summary-write-current-folder): Ditto.
4616
4617         * Version number is increased to 2.9.8.
4618
4619 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4622
4623         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4624
4625         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4626         even if the guess failed.
4627
4628         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4629         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4630         wl-summary-write-current-folder.
4631         * wl-xmas.el: Ditto.
4632
4633 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4634
4635         * wl-summary.el (wl-summary-next-page): Force display message if
4636         message is not displayed yet.
4637         (wl-summary-prev-page): Ditto.
4638
4639 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4640
4641         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4642
4643 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4646         add "Preview Message" and "Save Draft and Exit".
4647
4648 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4649
4650         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4651         if addrmgr is called from draft in splitted window.
4652
4653         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4654         * wl-mule.el: Ditto.
4655         * wl-xmas.el: Ditto.
4656
4657 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4658
4659         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4660
4661         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4662         * wl-xmas.el (wl-folder-toolbar): Ditto.
4663
4664 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4667         and wl-draft-save-and-exit.
4668         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4669         * wl-xmas.el: Ditto.
4670         * wl-mule.el: Ditto.
4671
4672         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4673         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4674
4675 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4676
4677         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4678         lists for saving buffer.
4679
4680 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4681
4682         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4683         parent-folder argument instead of it.
4684         (wl-draft-create-buffer): Ditto.
4685         (wl-draft-forward): Ditto.
4686         (wl-draft-reply): Ditto.
4687         * wl-summary.el (wl-summary-write): Ditto.
4688         (wl-summary-write-current-folder): Ditto.
4689
4690         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4691         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4692         Folder buffer after composing.
4693
4694 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4697         header if the file `wl-x-face-file' already contains it.
4698
4699 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4702         folder" entry.
4703         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4704         * wl-e21.el (wl-folder-toolbar): Ditto.
4705         * wl-xmas.el (wl-folder-toolbar): Ditto.
4706
4707 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4708
4709         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4710         wl-folder-goto-folder with sticky argument.
4711         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4712
4713 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4716         and wl-summary-previous-buffer.
4717         (wl-summary-next-buffer): New function.
4718         (wl-summary-previous-buffer): Ditto.
4719
4720 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4723         wl-folder-jump-to-current-entity-with-arg.
4724         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4725         `wl-folder-jump-to-current-entity'.
4726         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4727         `wl-summary-goto-folder-sticky'.
4728         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4729         `wl-summary-goto-folder'.
4730         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4731         Unless force-exit, do not clean temp. marks for sticky summary.
4732         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4733
4734 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4735
4736         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4737         not entire.
4738
4739 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4740
4741         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4742         to `C-x C-s'.
4743         (wl-summary-save-status): New command.
4744         (wl-summary-exit): Don't clean-up temp marks when sticky.
4745         (Applied patch from Nakayama-san [wl: 09548])
4746         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4747         Do nothing when no mark data.
4748         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4749         Call `wl-summary-delete-all-temp-marks' before saving.
4750
4751 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4752
4753         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4754
4755 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * wl.el (wl-check-environment): Also cause error when (system-name)
4758         returns "localhost.localdomain". (Although it doesn't affect because
4759         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4760
4761 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4762
4763         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4764         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4765
4766         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4767         value.
4768
4769 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4770
4771         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4772         Likewise r-cc-list and r-ng-list.
4773
4774 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4775
4776         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4777         only if it is bound as variable.
4778
4779         * wl-mime.el (wl-draft-preview-message): Ditto.
4780
4781 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4784         needless `goto-char'.
4785
4786         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4787         `wl-summary-redisplay-no-mime-internal' instead of
4788         `wl-summary-redisplay-no-mime'.
4789         (wl-summary-redisplay-no-mime): Changed argument;
4790         Call `wl-summary-redisplay-no-mime-internal'.
4791
4792         * wl-mime.el (wl-draft-preview-message): Bind
4793         `mime-header-encode-method-alist' locally.
4794
4795         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4796         (wl-draft-std11-parse-addresses): Added the first address check.
4797         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4798
4799         * Version number is increased to 2.9.7.
4800
4801 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4802
4803         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4804
4805 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4806
4807         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4808         related to scrollbar support, if there is no such a feature
4809         compiled in.
4810
4811 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4812
4813         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4814         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4815         for prefetch.
4816
4817 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4818
4819         * wl-summary.el (wl-summary-pick): Fix for no match.
4820
4821 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4822
4823         * wl-draft.el (wl-draft-save):
4824         Override `mime-header-encode-method-alist'.
4825
4826 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4827
4828         * wl-folder.el (wl-folder-pick): New function.
4829         Define key as "?".
4830
4831 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4832
4833         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4834         Fix for unplugged.
4835
4836 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4837
4838         * wl-folder.el (wl-folder-virtual): New function.
4839         Define key as "V".
4840
4841 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4842
4843         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4844         multi folder if entity is group.
4845
4846 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4847
4848         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4849         is nil.
4850
4851 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4852
4853         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4854         (wl-summary-target-mark-msgs): Return the number of marked messages.
4855
4856 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4857
4858         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4859         "first:" is specified.
4860
4861 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4862
4863         * wl-vars.el (wl-from): Use return value of function
4864         user-full-name instead of the variable user-full-name since
4865         XEmacs-20.4 doesn't set this variable.
4866
4867 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4870         call `wl' directly.
4871
4872 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4873
4874         * wl-draft.el (wl-draft-reedit): Removed duplicated
4875         switch-to-buffers.
4876
4877 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * wl.el (wl-other-frame): Removed garbages.
4880
4881 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4884
4885         * wl-xmas.el (wl-draft-key-setup): Ditto.
4886
4887         * wl-mule.el (wl-draft-key-setup): Ditto.
4888
4889         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4890         (wl-draft-reedit): Ditto.
4891         (wl-draft-prepare-edit): Add `wl-draft-save' to
4892         `local-write-file-hooks'.
4893         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4894         (wl-draft-reedit): Set buffer-file-name.
4895         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4896
4897
4898         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4899         call it.
4900         (wl-delete-startup-frame-function): New variable.
4901         (wl-other-frame): New function
4902         (Original was written by Yamaoka san [wl: 09239]).
4903
4904         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4905         if `wl-folder-use-frame'.
4906
4907 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4908
4909         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4910
4911 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4912
4913         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4914         New variable.
4915         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4916         (wl-message-buffer-prefetch-get-next): Use them.
4917         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4918
4919 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4922         with unwind-protect.
4923
4924         * wl-draft.el (wl-draft-reedit): Rewrite.
4925         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4926         (wl-draft-save): Insert header separator if it does not exist;
4927         Removed condition-case.
4928
4929         * wl-summary.el (wl-summary-reedit): Revert last change.
4930
4931         * wl-draft.el (wl-draft-save): Rewrite.
4932         (wl-draft-create-buffer): Set buffer-file-name as nil.
4933
4934         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4935
4936         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4937
4938         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4939         nil.
4940
4941 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4942
4943         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4944         If count is nil, do not prefetch.
4945         (wl-message-buffer-prefetch-next): Next.
4946
4947 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4948
4949         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4950
4951 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4952
4953         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4954         `delete-backward-char'
4955         (wl-draft-prepare-edit): Check major-mode.
4956         (wl-draft-decode-header): Rewrite.
4957         (wl-draft): Fix.
4958
4959 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4960
4961         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4962
4963 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4964
4965         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4966         (wl-message-buffer-prefetch-get-next): Remove size checking.
4967         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4968
4969 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4970
4971         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4972         (wl-draft-default-headers): Fix.
4973
4974 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4975
4976         * wl-draft.el (wl-draft-default-headers): Insert return value of
4977         `wl-generate-mailer-string-function'.
4978
4979 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4982         (wl-draft-insert-mail-header-separator): Ditto.
4983
4984         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4985         again (Reverted the change on 2002-01-17 by OKADA san).
4986
4987 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4988
4989         * wl-draft.el (wl-draft): Rewrite.
4990         (wl-draft-create-buffer): New function.
4991         (wl-draft-create-contents): Ditto.
4992         (wl-draft-prepare-edit): Ditto.
4993         (wl-draft-decode-header): Ditto.
4994         (wl-draft-decode-body): Ditto.
4995         (wl-draft-check-new-line): Ditto.
4996         (wl-draft-default-headers): Ditto.
4997         (wl-draft-insert-mail-header-separator): Ditto.
4998
4999 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5000
5001         * Version number is increased to 2.9.6.
5002
5003 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5004
5005         * wl-draft.el (wl-draft-delete-field): Optional argument.
5006         (wl-draft-delete-fields): Ditto.
5007
5008 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5009
5010         * wl-message.el (toplevel): Eliminated byte-compile warning.
5011         for `itimer-function', `delete-timer' and `itimer-list'.
5012
5013 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5014
5015         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5016         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5017         `wl-message-buffer-prefetch-threshold'.
5018         * wl-summary.el (wl-summary-redisplay-internal): Remove
5019         the check of `wl-message-buffer-prefetch-depth'.
5020
5021 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5022
5023         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5024         size of article.
5025         (wl-message-buffer-prefetch-subr): Remove size check.
5026
5027 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029         * wl-vars.el (wl-plugged): Make customizable.
5030
5031 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5032
5033         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5034         (wl-message-buffer-prefetch-set-timer): New function.
5035         (wl-message-buffer-prefetch-get-next): New function.
5036         (wl-message-buffer-prefetch): New function.
5037         (wl-message-buffer-prefetch-next): Rewrite.
5038         (wl-message-buffer-prefetch-subr): Rewrite.
5039         * wl-vars.el (wl-auto-prefetch-first): New variable.
5040         * wl-summary.el (wl-summary-goto-folder-subr): Call
5041         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5042
5043 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5046         `wl-summary-unread-message-hook'.
5047
5048 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5051         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5052         if range is `cache-status'.
5053
5054 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5055
5056         * wl-message.el (wl-message-buffer-prefetch-subr):
5057         Improve debug message.
5058
5059 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5060
5061         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5062         `wl-mail-send-pre-hook'.
5063         (wl-draft-send-mail-with-qmail): Ditto.
5064         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5065
5066 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5067
5068         * wl-message.el (wl-message-buffer-prefetch-subr):
5069         Fix for cancel-function-timers bug.
5070         (wl-message-buffer-prefetch-debug): Default value is t.
5071
5072 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5073
5074         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5075         (wl-message-buffer-prefetch-subr): Rewrite.
5076         Rename from `wl-message-buffer-prefetch'.
5077
5078 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5081         (wl-default-draft-cite-decorate-author): Ditto.
5082
5083         * wl-draft.el (wl-draft-cite-function): Removed.
5084         (wl-default-draft-cite-decorate-author): Ditto.
5085
5086 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5089         (wl-default-draft-cite): Do not arrange author name if the value of
5090         `wl-default-draft-cite-decorate-author' is nil.
5091
5092 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5095
5096         * wl-folder.el (wl-folder-check-one-entity): Don't care
5097         `elmo-folder-use-flag-p'.
5098
5099 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5100
5101         * wl-folder (wl-folder-check-one-entity): Fix
5102         problem if unread is nil.
5103
5104 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5105
5106         * wl-address.el (wl-address-make-completion-list): Check whether
5107         the address is a group list.
5108         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5109
5110 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5111
5112         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5113         The number of the messages of new and unread does not count
5114         correctly.
5115
5116         * wl-summary.el (wl-summary-count-unread): Changed to return
5117         `(new . unread)' instead of total.
5118         (wl-summary-sync-update): Follow the change above.
5119
5120         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5121
5122 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5123
5124         * wl-address.el (wl-address-make-completion-list): Do not enclose
5125         address by " <" and ">" if associated realname is "".
5126         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5127         This is against the promblem with group list in .addresses pointed
5128         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5129
5130 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5133         message is a format control string.
5134         * wl-expire.el (wl-expire-append-log): Ditto.
5135         * wl-mime.el (wl-summary-burst-subr): Ditto.
5136         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5137         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5138
5139 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5140
5141         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5142         wl.el (wl-check-variables): Rename from `wl-check-type'.
5143         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5144         (wl-check-variables-2): New function.
5145         (wl): Call `wl-check-variables-2'.
5146
5147 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5148
5149         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5150         after renaming folder in access group.
5151
5152 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5153
5154         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5155         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5156         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5157         (wl-message-buffer-prefetch): Rewrite.
5158         (wl-message-buffer-prefetch-idle-time): Removed.
5159         * wl-summary.el (wl-summary-redisplay-internal):
5160         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5161         Error check for `wl-message-buffer-prefetch-depht'.
5162
5163 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5164
5165         * Version number is increased to 2.9.5.
5166         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5167
5168 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5169
5170         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5171         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5172         Based on the patch written by
5173         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5174
5175 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5176
5177         * wl-draft.el (wl-draft-raw-send): Fix for
5178         `wl-news-send-pre-hook'
5179
5180 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5181
5182         * wl-utils.el (wl-message-id-function): New variable.
5183         * wl-draft.el (wl-draft-insert-required-fields):
5184         Use `wl-message-id-function'.
5185
5186 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5187
5188         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5189         * wl-utils.el (wl-draft-make-message-id-string):
5190         Use `wl-from' for domain part of Message-ID
5191         if `wl-message-id-use-wl-from' if non-nil.
5192         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5193
5194 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5195
5196         * wl.el (wl): Call `wl-check-type'
5197         Do not 'condition-case'.
5198
5199 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5200
5201         * wl.el (wl-check-type): New function.
5202         (wl-check-type-variables): New variable.
5203
5204 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5205
5206         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5207
5208 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5209
5210         * wl-draft.el (wl-smtp-password-key): New function.
5211         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5212         (wl-draft-send-mail-with-smtp): Ditto.
5213         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5214
5215 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5216
5217         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5218         * wl-utils.el (wl-unique-id-suffix): Remove.
5219
5220 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5221
5222         * Version number is increased to 2.9.4.
5223
5224 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5225
5226         * wl-utils.el (wl-unique-id-suffix): New variable.
5227         (wl-unique-id): Use `wl-unique-id-suffix'
5228
5229 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5230
5231         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5232         instead of `elmo-msgdb-search'.
5233
5234         * Version number is increased to 2.9.3.
5235
5236 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5237
5238         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5239
5240 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5241
5242         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5243         (wl-draft-dispatch-message): Changed for send-later.
5244         (wl-draft-queue-flush): Ditto.
5245         (wl-draft): Clear `wl-sent-message-queued'.
5246         (wl-draft-reedit): Ditto.
5247         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5248         * wl-vars.el (wl-draft-force-queuing): New variable.
5249         (wl-draft-force-queuing-mail): New variable.
5250         (wl-draft-force-queuing-news): New variable.
5251
5252 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5253
5254         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5255         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5256
5257 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5258
5259         * Version number is increased to 2.9.2.
5260
5261 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * wl-draft.el (wl-draft-elide-region): New user command.
5264         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5265
5266         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5267         command `wl-draft-elide-region'.
5268         * wl-mule.el: Ditto.
5269         * wl-xmas.el: Ditto.
5270
5271 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5272
5273         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5274         (wl-biff-check-folder-async): Removed needless let.
5275
5276 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5279         wl-folder-get-elmo-folder.
5280         (wl-biff-check-folder): Set `biff' argument of
5281         `wl-folder-check-one-entity'.
5282         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5283
5284         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5285         (wl-folder-check-one-entity): Added `biff' argument;
5286         Setup `biff' slot of folder.
5287
5288         * Version number is increased to 2.9.1.
5289
5290 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5293         comment out and fixed.
5294         (wl-fldmgr-add-completion-subr): Ditto.
5295
5296         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5297         and msgdb.
5298
5299         * wl.el (wl-toggle-plugged): Save summary view.
5300
5301 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5302
5303         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5304
5305 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5306
5307         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5308
5309 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5312         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5313         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5314
5315         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5316         if it was failed.
5317         (wl-demo): Disable undo in the demo buffer.
5318
5319 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl-version.el (wl-version): Changed codename.
5322
5323         * Version number is increased to 2.9.0.
5324
5325 2001-12-14  Takuo KITAME <kitame@northeye.org>
5326
5327         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5328         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5329         (wl-folder-mark-as-read-all-current-entity): Ditto.
5330
5331 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5332
5333         * wl-vars.el (wl-from-width): Define as obsolete variable.
5334         (wl-subject-length-limit): Ditto.
5335
5336         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5337
5338         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5339         wl-summary-save-view.
5340
5341         * wl.el (wl-save-status): Ditto.
5342         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5343
5344         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5345         (wl-summary-exit): Follow the change above.
5346         (wl-summary-goto-folder-subr): Ditto.
5347
5348         * wl-folder.el (wl-folder-create-subr): Don't use
5349         `elmo-folder-creatable-p'.
5350
5351 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5354
5355 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5358         rather than bitmap on Emacs 21.
5359         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5360         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5361         for xbm if the new redisplay engine is not available.
5362
5363 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5364
5365         * wl-folder.el (wl-folder-init-hook): New hook.
5366         (wl-folder-init): Run `wl-folder-init-hook'.
5367
5368 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5371
5372 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-acap.el (wl-acap-cache-filename): New variable.
5375         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5376         (wl-acap-init): Use cache if no ACAP server found.
5377
5378 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5379
5380         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5381         `wl-acap-original-msgdb-dir'.
5382
5383         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5384         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5385
5386         * wl-mime.el (wl-mime-save-directory): Renamed from
5387         `wl-mime-save-dir'.
5388
5389 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5392
5393         * wl-demo.el: Require `path-util'.
5394         (wl-demo-bitmap-mule-available-p): New internal variable.
5395         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5396         `module-installed-p' instead.
5397         (wl-demo-insert-image): Use *.img file for a bitmap image.
5398         (wl-demo): Don't call the ascii demo recursively.
5399
5400 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5401
5402         * Version number is increased to 2.7.7.
5403
5404 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5405
5406         * wl.el (wl-exit): Eliminated byte-compile warning.
5407
5408 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5409
5410         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5411         obsolete variable using `elmo-define-obsolete-variable'.
5412         (wl-fetch-confirm-threshold): Ditto.
5413         (wl-cache-prefetch-folder-type-list): Ditto.
5414         (wl-cache-prefetch-folder-list): Ditto.
5415
5416 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5419         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5420         (wl-demo-insert-image): New function.
5421         (wl-demo-insert-text): New function.
5422         (wl-demo-image-type-alist): Redefine as a function.
5423         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5424         (wl-demo-with-temp-file-buffer): Removed.
5425         (wl-logo-xpm): Removed.
5426         (wl-logo-xbm): Removed.
5427         (wl-logo-bitmap): Removed.
5428
5429 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5430
5431         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5432         (wl-expire-localdir-get-folder-function): New user option.
5433         (wl-expire-localdir-get-folder): New function.
5434         (wl-expire-localdir-date): Ditto.
5435
5436 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5437
5438         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5439         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5440         Fixed unread number mismatch when all-unread < unread.
5441
5442 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5445         (wl-fetch-confirm-threshold): Ditto.
5446
5447         * wl-summary.el (wl-summary-confirm-appends): Removed.
5448         (wl-summary-sync-update): Don't refer
5449         `wl-summary-update-confirm-threshold' (It is now abolished).
5450
5451         * wl-message.el (wl-message-display-internal): Don't refer
5452         `wl-fetch-confirm-threshold' (It is now abolished).
5453
5454 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5457
5458 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5459
5460         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5461         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5462         Change default value to nil.
5463         (wl-summary-indent-length-limit): The value can be nil, nil means
5464         unlimited.
5465
5466         * wl-summary.el: Don't set limit for indent length if the value of
5467         wl-summary-indent-length-limit is nil.
5468         If the value of wl-summary-width is nil, it means only that the width
5469         of summary is unlimited (nil doesn't mean that the indent length is
5470         unlimited).
5471
5472         * wl-thread.el: Ditto.
5473
5474 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5475
5476         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5477         be nil, nil means never confirm.
5478         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5479
5480 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5481
5482         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5483         means unlimited).
5484
5485 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5488         Use `with-temp-buffer'.
5489
5490 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5491
5492         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5493         with new backquote style).
5494         (wl-folder-get-entity-from-buffer): Ditto.
5495
5496 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5497
5498         * wl-version.el (nemacs-version): Eliminated.
5499         (wl-extended-emacs-version2): Ignore nemacs.
5500         (wl-extended-emacs-version3): Ditto.
5501
5502 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5503
5504         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5505         (wl-draft-add-in-reply-to): New variable.
5506         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5507         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5508         (wl-draft-yank-from-mail-reply-buffer): Use
5509         `wl-draft-add-in-reply-to'.
5510         (wl-draft-insert-current-message): Ditto.
5511
5512 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5513
5514         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5515         typo (kill->hide).
5516         (wl-message-buffer-prefetch-folder-type-list): Added elements
5517         `mark' and `cache' instead of `internal'.
5518
5519 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5522         resume msgdb directory.
5523
5524 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * wl.el (wl-exit): Call `wl-acap-exit'.
5527
5528         * wl-summary.el (wl-summary-message-string): New function.
5529         (wl-summary-reedit): Use it.
5530         (wl-summary-resend-bounced-mail): Remove needless let.
5531         (wl-summary-supersedes-message): Ditto.
5532         (wl-summary-save): Ditto.
5533
5534         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5535         (wl-acap-init): Set it.
5536         (wl-acap-exit): New function.
5537
5538 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5539
5540         * wl.el (wl-init): Revert (require 'mime-setup). move from
5541         toplevel.
5542
5543 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5544
5545         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5546         local variables.  Add error when guess function return invalid
5547         value.
5548
5549 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5550
5551         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5552         Change local variable name.
5553         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5554         (wl-folder-get-newsgroups): Return nil when non-news folder.
5555         * wl-summary.el (wl-summary-write-current-folder): State through
5556         when guess-list return nil.
5557         (wl-summary-write-current-folder-functions): Fixed docstring.
5558
5559         * wl.el (wl-exit): Changed confirm message.
5560
5561         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5562         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5563
5564         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5565
5566 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5567
5568         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5569         user option (Renamed from wl-cache-prefetch-folder-type-list).
5570         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5571         from wl-cache-prefetch-folder-list).
5572
5573         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5574         Move to wl-vars.el.
5575         (wl-message-buffer-prefetch-p): Changed to enable
5576         `wl-message-buffer-prefetch-folder-list'.
5577
5578         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5579         `ignore-cache'.
5580
5581 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5584         `part-top' and `part-bottom'.
5585         (wl-draft-config-sub-part-top): New function.
5586         (wl-draft-config-sub-part-bottom): New function.
5587
5588 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5589
5590         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5591
5592 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5593
5594         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5595
5596 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5597
5598         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5599
5600         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5601         (wl-summary-write-current-folder): Ditto.
5602
5603 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5604
5605         * wl-folder.el (wl-folder-get-newsgroups): Use
5606         `elmo-folder-newsgroups'.
5607
5608 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5611         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5612         `wl-draft-config-sub-header-bottom'.
5613
5614 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5615
5616         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5617         localnews folder.
5618
5619 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5620
5621         * wl-summary.el (wl-summary-mode): Undo last change.
5622
5623         * wl-folder.el (wl-folder-mode): Ditto.
5624
5625 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * wl-summary.el (wl-summary-mode): Locally set
5628         truncate-partial-window-width to nil.
5629         (for XEmacs)
5630
5631         * wl-folder.el (wl-folder-mode): Ditto.
5632
5633 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5634
5635         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5636
5637 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5640         number.
5641
5642         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5643
5644         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5645
5646         * Version number is increased to 2.7.6.
5647
5648 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5649
5650         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5651
5652 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5653
5654         * wl-summary.el (wl-summary-sync-update): Enclose network
5655         related portion with `unwind-protect'.
5656
5657 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5658
5659         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5660
5661 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5664         element.
5665         * wl-vars.el (wl-message-body-button-alist): Ditto.
5666
5667         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5668         max match length.
5669         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5670
5671         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5672         for the max match length;
5673         Use 4th element value for the button string regexp group.
5674
5675         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5676         candidate exists, prompt to select.
5677
5678 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5679
5680         * wl-summary.el (wl-summary-jump-to-msg): Search before
5681         calibration point by `beginning-of-line'.
5682
5683 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5684
5685         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5686         for access group.
5687
5688 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5689
5690         * wl-message.el (wl-message-display-internal): Bind
5691         `default-mime-charset'.
5692
5693         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5694
5695         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5696
5697         * Version number is increased to 2.7.5.
5698
5699 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5700
5701         * wl-expire.el (wl-summary-archive): Fixed;
5702         Use `elmo-folder-name-internal'.
5703
5704 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5705
5706         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5707         from `elmo-folder-move-messages' caller.
5708         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5709
5710         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5711         related portions are changed).
5712
5713 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5714
5715         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5716         counter.
5717
5718 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5719
5720         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5721         buffer local and set it to nil.
5722
5723         * wl-message.el (wl-message-redisplay): Ditto.
5724
5725 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5726
5727         * wl-summary.el (wl-summary-mark-as-important): If message is
5728         already cached, set messag as read, otherwise encache and mark as read.
5729
5730 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5731
5732         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5733         point-min.
5734
5735 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5738         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5739         a keymap.
5740
5741 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5744         parent.
5745
5746         * wl-mule.el (wl-message-define-keymap): Ditto.
5747
5748         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5749
5750         * wl-xmas.el (wl-message-display-internal-hook): Define.
5751         (wl-xmas-setup-message-toolbar): Define as function.
5752         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5753         (wl-message-overload-functions): Abolished.
5754         (wl-message-define-keymap): New function.
5755
5756         * wl-vars.el (wl-message-display-internal-hook): New variable.
5757         (wl-message-header-button-alist): New variable (Renamed from
5758         wl-highlight-message-header-button-alist).
5759         (wl-message-body-button-alist): Ditto.
5760
5761         * wl-mule.el (wl-message-define-keymap): New function.
5762         (wl-message-overload-functions): Abolished.
5763
5764         * wl-message.el (wl-message-add-buttons-to-body): New function.
5765         (wl-message-redisplay): Don't call wl-message-overload-functions;
5766         Call wl-message-add-buttons-to-header and
5767         wl-message-add-buttons-to-body.
5768         (wl-message-display-internal): Set keymap argument for
5769         elmo-mime-display-as-is, elmo-mime-message-display;
5770         Run wl-message-display-internal-hook.
5771         (wl-message-refer-article-or-url): Abolished.
5772
5773         * wl-highlight.el (wl-highlight-headers): Don't call
5774         wl-highlight-message-add-buttons-to-header.
5775         (wl-highlight-message-add-buttons-to-header): Abolished.
5776
5777
5778         * wl-e21.el (wl-message-display-internal-hook): Define.
5779         (wl-e21-setup-toolbar): Deleted duplicated binding.
5780         (wl-e21-setup-message-toolbar): Define as function.
5781         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5782         (wl-message-define-keymap): New function.
5783         (wl-message-overload-functions): Abolished.
5784
5785 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5788         and elmo-folder-close.
5789
5790         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5791
5792 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5793
5794         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5795         boolean value.
5796         * wl-draft.el (wl-draft-do-fcc): Ditto.
5797
5798 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5799
5800         * wl-vars.el (wl-fcc-force-as-read): New variable.
5801         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5802         mark copied message as read.
5803
5804 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5805
5806         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5807
5808 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5809
5810         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5811         `wl-summary-target-above' instead of obsolete variable
5812         `wl-summary-temp-above'.
5813
5814         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5815         instead of `make-obsolete-variable'.
5816         * wl-refile.el (toplevel): Ditto.
5817
5818 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5819
5820         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5821         with third argument t.
5822         (wl-draft): Set first argument for wl-plugged-init as t.
5823
5824         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5825         definition.
5826
5827 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5828
5829         * wl-vars.el: Tabify.
5830         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5831
5832         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5833         message.
5834
5835 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5838         and set default to beep.
5839
5840 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5841
5842         * wl-vars.el (wl-draft-truncate-lines): New variable.
5843
5844         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5845         instead of wl-message-truncate-lines for truncate-lines.
5846
5847 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5848
5849         * wl-message.el (wl-message-display-internal): Call
5850         `wl-highlight-message' after `elmo-mime-display-as-is'.
5851
5852         * wl-mime.el (wl-mime-display-text/plain): New function.
5853         (wl-mime-display-header): Ditto.
5854         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5855         body-presentation-method for text/plain;
5856         Register `wl-mime-display-header' as a header-presentation-method;
5857         Don't set up `elmo-message-text-content-inserted-hook' and
5858         `elmo-message-header-inserted-hook'.
5859
5860         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5861         variable.
5862         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5863         as t if flag is 'all-header;
5864         Don't bind `elmo-message-ignored-field-list',
5865         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5866
5867 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5870         for xemacs with non-mule environment.
5871
5872 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5873
5874         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5875         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5876         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5877
5878 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5879
5880         * wl-vars.el (wl-interactive-send): Set default value as t.
5881
5882 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5885         (wl-addrmgr-method-list): Abolished.
5886         (wl-addrmgr-change-method): Follow above change.
5887
5888         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5889
5890 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5891
5892         * wl-vars.el (wl-message-truncate-lines): Change default value
5893         to default-truncate-lines.
5894
5895         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5896
5897 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5898
5899         * wl-vars.el (wl-message-truncate-lines): New variable.
5900
5901         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5902         wl-message-truncate-lines.
5903
5904 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5905
5906         * wl-acap.el (wl-acap-init): Remove period from error message.
5907         (wl-acap-find-acap-service): Remove period from message.
5908
5909 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * wl.el (wl-check-environment): Undo last change.
5912
5913         * wl-vars.el (wl-from): Changed default value.
5914
5915         * wl-util.el (toplevel): Don't require tm-edit.
5916
5917         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5918         `wl-folder-init';
5919         Don't set mark on mail body.
5920         (wl-draft-reedit): Ditto.
5921
5922         * wl-address.el (wl-address-quote-specials): Define as an alias for
5923         elmo-address-quote-specials.
5924
5925 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5928
5929         * wl-vars.el (wl-from): Set default value as nil.
5930         (wl-organization): Set default value as ORGANIZATION environment
5931         variable.
5932
5933         * wl-draft.el (wl-smtp-extension-bind): Check value of
5934         wl-smtp-connection-type.
5935
5936         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5937         error.
5938
5939 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5940
5941         * Version number is increased to 2.7.4.
5942
5943         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5944         arguments from `wl-highlight-x-face-function' caller.
5945         Use x-face-1.3.6.12 or later.
5946
5947 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5948
5949         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5950
5951 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5952
5953         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5954         (wl-fcc): Fix to accept function.
5955         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5956
5957 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5958
5959         * wl-acap.el (toplevel): Added `product-provide' declare.
5960         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5961
5962 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl.el (wl): Changed order of calling `elmo-init'
5965         and `elmo-folder-init'.
5966
5967 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5968
5969         * wl-mime.el (wl-summary-burst): Extract message when content-type
5970         of root entity is not only `multipart' but also `message/rfc822'.
5971         (wl-summary-burst-subr): Ditto.
5972
5973 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-vars.el (toplevel): Require 'custom.
5976         (wl-trash-folder): Added to `wl-setting' group.
5977
5978         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5979         exists.
5980         (wl-addrmgr-draw): Insert empty line when no entry exists.
5981
5982         * wl-mule.el (wl-message-wheel-up): Fixed.
5983         (wl-message-wheel-down): Ditto.
5984
5985 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5986
5987         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5988         config is an anonymous lambda expression.
5989
5990 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5993         when Mule 2 is running.
5994
5995 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5996
5997         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5998
5999 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6000
6001         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6002         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6003
6004         * wl-address.el (wl-address-specials-regexp): Eliminated.
6005         (wl-address-quote-specials): Rewrite.
6006
6007 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6010         shy-groups for regexp.
6011
6012         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6013         character classes and Perl style shy-groups for regexp.
6014         (wl-highlight-plugged-current-line): Use Posix style character
6015         classes for regexp.
6016         (wl-e21-highlight-folder-by-numbers): Ditto.
6017         (wl-e21-display-image-p): Use `display-images-p' instead of
6018         `display-graphic-p'.
6019         (display-images-p): Make an alias to `display-graphic-p' if it is
6020         not available.  It is for Emacs version prior to 21.0.105.
6021
6022         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6023         `display-graphic-p'.
6024         (wl-demo-image-type-alist): Ditto.
6025         (display-images-p): Make an alias to `display-graphic-p' if it is
6026         not available.  It is for Emacs version prior to 21.0.105.
6027
6028 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6029
6030         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6031         support.
6032         (wl-generate-user-agent-string): Ditto.
6033
6034         * wl-version.el (wl-version): Update docsting.
6035         (wl-version-status): Ditto.
6036
6037 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6038
6039         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6040         21.0.105.  For Emacs 21.0.104 or earlier.
6041
6042 2001-09-03  Takuo KITAME <kitame@northeye.org>
6043
6044         * wl-e21.el (wl-plugged-init-icons): Use
6045         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6046         (wl-biff-init-icons): Ditto.
6047
6048 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6049
6050         * wl-highlight.el (wl-highlight-summary-current-line):
6051         Fixed highlighting refile/copy destination.
6052
6053         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6054         (wl-acap-store): Encode string by wl-acap-coding-system.
6055
6056 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-acap.el (toplevel): Check and require 'un-define before
6059         'xemacs-ucs;
6060          Added checking for UTF-2000.
6061
6062 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6065         Don't enclose with `eval-and-compile'.
6066
6067         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6068         wl-init is non-nil.
6069
6070         * wl-draft.el (wl-draft): Ditto.
6071
6072         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6073
6074         * wl-acap.el (toplevel): Require 'wl.
6075         (wl-acap-store): Call `elmo-init'.
6076
6077         * wl.el (wl): Changed position of `wl-check-environment'.
6078         (toplevel): Added autoload setting for wl-acap.
6079
6080         * wl-vars.el (wl-setting): New custom group.
6081         (wl-from): Added wl-setting group.
6082         (wl-user-mail-address-list): Ditto.
6083         (wl-organization): Ditto.
6084         (wl-subscribed-mailing-list): Ditto.
6085         (wl-envelope-from): Ditto.
6086         (wl-smtp-posting-user): Ditto.
6087         (wl-smtp-posting-server): Ditto.
6088         (wl-smtp-posting-port): Ditto.
6089         (wl-smtp-authenticate-type): Ditto.
6090         (wl-pop-before-smtp-user): Ditto.
6091         (wl-pop-before-smtp-server): Ditto.
6092         (wl-pop-before-smtp-port): Ditto.
6093         (wl-pop-before-smtp-authenticate-type): Ditto.
6094         (wl-nntp-posting-server): Ditto.
6095         (wl-nntp-posting-user): Ditto.
6096         (wl-nntp-posting-port): Ditto.
6097         (wl-fetch-confirm-threshold): Ditto.
6098         (wl-prefetch-threshold): Ditto.
6099         (wl-thread-insert-opened): Ditto.
6100         (wl-ldap-server): Ditto.
6101         (wl-ldap-port): Ditto.
6102         (wl-ldap-base): Ditto.
6103         (wl-ldap-objectclass): Ditto.
6104         (wl-use-ldap): Ditto.
6105         (wl-draft-config-alist): Ditto.
6106         (wl-draft-config-matchone): Ditto.
6107         (wl-template-alist): Ditto.
6108         (wl-message-sort-field-list): Ditto.
6109         (wl-message-ignored-field-list): Ditto.
6110         (wl-message-visible-field-list): Ditto.
6111         (wl-interactive-send): Ditto.
6112         (wl-summary-move-order): Ditto.
6113         (wl-auto-select-first): Ditto.
6114         (wl-auto-select-next): Ditto.
6115         (wl-interactive-save-folders): Ditto.
6116
6117         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6118         Initialization codes are moved from wl-local-folder-init.
6119         (wl-local-folder-init): Follow the change above.
6120         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6121
6122         * wl-acap.el: New file.
6123
6124         * Version number is increased to 2.7.3.
6125
6126 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6127
6128         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6129
6130 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6131
6132         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6133         (wl-addrmgr-address-entry-list): Ditto.
6134
6135 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6136
6137         * wl-e21.el (wl-draft-mode-map): Removed binding for
6138         `wl-draft-insert-x-face-field'.
6139
6140         * wl-mule.el (wl-draft-mode-map): Ditto.
6141
6142         * wl-xmas.el (wl-draft-mode-map): Ditto.
6143
6144         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6145         (wl-cs-autoconv): Ditto.
6146         (wl-cs-local): Ditto.
6147         (wl-use-scoring): Ditto.
6148         (wl-mime-charset): Ditto.
6149         (wl-folder-check-async): Ditto.
6150
6151         * wl.el (toplevel): Ignore nemacs and tm.
6152         (wl-exit): Ditto.
6153
6154         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6155         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6156         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6157         instead of wl-address-petname-add-or-change.
6158         (wl-summary-edit-addresses-subr): Use wl-address-delete
6159         instead of wl-address-petname-delete.
6160
6161         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6162
6163         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6164         if error occured.
6165
6166         * wl-message.el (require): Remove tm support.
6167
6168         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6169
6170         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6171         (wl-folder-jump-to-current-entity): Ditto.
6172         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6173
6174         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6175         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6176         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6177
6178         * wl-mule.el (wl-draft-key-setup): Ditto.
6179
6180         * wl-xmas.el (wl-draft-key-setup): Ditto.
6181
6182         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6183         (wl-draft-std11-parse-addresses): New function.
6184         (wl-draft-parse-mailbox-list): Use it.
6185         (wl-draft): Ignore nemacs.
6186         (wl-draft-reedit): Ditto.
6187
6188         * wl-addrmgr.el: New file.
6189         (Original is wl-rcpt.el written by
6190         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6191         Thanks Kitamoto-san.)
6192
6193         * wl-address.el (wl-address-make-address-list): Modified parsing
6194         process.
6195         (wl-address-delete): Renamed from `wl-address-petname-delete';
6196         Modify wl-address-list too.
6197         (wl-address-add-or-change): Renamed from
6198         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6199
6200 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6201
6202         * wl-highlight.el (wl-highlight-summary-current-line):
6203           Work with transient-mark-mode
6204
6205 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6206
6207         * Version number is increased to 2.7.2.
6208
6209         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6210         instead of elmo-dop-queue-method.
6211
6212 2001-08-06  SAITO Atsunori <sai@yedo.com>
6213
6214         * wl-vars.el (wl-ldap-objectclass): New user option.
6215
6216         * wl-address.el (wl-ldap-make-filter): Use it.
6217
6218 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6221
6222 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-folder.el (wl-folder): redisplay after folder insertion.
6225
6226         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6227
6228         * wl-summary.el (wl-summary-sync-update):
6229         Change status mark only when new-msgdb exists.
6230         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6231
6232 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-summary.el (wl-summary-open-folder): New function.
6235         (wl-summary-goto-folder-subr): Use it.
6236         (wl-summary-mark-as-important): Fix;
6237         Encache only when no cache exists.
6238
6239 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6242         Use with-current-buffer.
6243
6244 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6245
6246         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6247         before call `get-buffer'. Fixed parenthesis.
6248         (wl-score-get-header-entry): Clear message and help window when
6249         keyboard quit.
6250         (wl-score-edit-insert-header): Ditto.
6251
6252 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6255         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6256         (wl-default-draft-cite): Fix.
6257
6258         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6259         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6260
6261 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6262
6263         * wl-message.el (wl-message-prev-page): Do same bahavior
6264         as summary when it is called in the message buffer.
6265         (wl-message-next-page): Ditto.
6266
6267 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-summary.el (wl-summary-forward): Use cache if it is not
6270         section cache.
6271
6272 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6275         Removed redundant require of elmo-vars.
6276         (wl-biff-state-indicator-on): Changed default value for
6277         xemacs with non-mule environment.
6278
6279         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6280         wl-message-buffer is nil;
6281         Hide progress bar after moving messages.
6282
6283 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6286         message at cursor point is deleted.
6287
6288 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6289
6290         * wl-vars.el: Changed file coding system to euc-japan.
6291         Added -*-coding:-*- magic to the first line.
6292
6293         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6294         Search parent from the first message.
6295
6296         * Version number is increased to 2.7.1.
6297
6298 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6299
6300         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6301
6302 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6303
6304         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6305         refile/delete execution.
6306
6307         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6308         Fixed docstring.
6309
6310 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6313         do update process;
6314         Don't update marks when update process is interrupted.
6315
6316 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6317
6318         * wl-summary.el (wl-summary-reply): Fixed problem when
6319         wl-draft-use-frame is non-nil.
6320         (wl-summary-forward): Ditto.
6321
6322         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6323         as nil.
6324         (wl-folder-mark-as-read-all-entity): Ditto.
6325         (wl-folder-prefetch-entity): Ditto.
6326
6327         * wl.el (wl): Check environment before wl-init.
6328
6329         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6330         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6331         instead of wl-summary-collect-unread.
6332         (wl-summary-reply): Split message window.
6333
6334 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6335
6336         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6337         only if current language environment is japanese,
6338
6339         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6340         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6341         (wl-folder-goto-folder-subr): Ditto.
6342
6343         * wl-draft.el (wl-draft-dispatch-message): Call
6344         `elmo-file-cache-get-path'.
6345
6346 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-summary.el (wl-summary-cursor-move): If return value of
6349         wl-summary-next-message is not number, don't jump.
6350
6351 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-summary.el (wl-summary-buffer-next-message-function): New
6354         variable.
6355         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6356         if it is bound.
6357
6358         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6359         string.
6360
6361         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6362         (wl-plugged-drawing): Ditto.
6363
6364 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6365
6366         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6367         process.
6368         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6369         with unwind-protect.
6370
6371         * wl.el (wl-init): Require mime-setup.
6372         (wl-check-environment): Don't require mime-setup.
6373
6374         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6375         instead of elmo-folder-type.
6376
6377         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6378         value as nil.
6379
6380 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6381
6382         * Version number is increased to 2.7.0.
6383
6384         * wl-version.el (wl-version): Changed codename.
6385
6386         * wl-summary.el (wl-summary-delete-cache): Fixed.
6387
6388         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6389         Workaround for net folders.
6390         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6391
6392         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6393         value to nil (According to the patch from
6394         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6395
6396         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6397         of elmo-folder-close.
6398
6399 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6400
6401         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6402         for postfix.
6403
6404 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-summary.el (wl-summary-resend-message): Fixed.
6407
6408         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6409         Call wl-draft with `from' argument if its address is included in
6410         `wl-user-mail-address-list'.
6411         (wl-draft): Added `from' argument.
6412
6413         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6414         non-nil.
6415         (wl): Don't show demo if wl-demo is nil.
6416
6417         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6418         wl-summary-use-frame.
6419
6420         * wl-vars.el (wl-summary-use-frame): New user option.
6421         (wl-folder-use-frame): Changed docstring.
6422
6423         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6424         non-nil.
6425         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6426         wl-summary-use-frame.
6427
6428         * wl-vars.el (wl-folder-use-frame): New user option.
6429
6430         * wl-summary.el (wl-summary-exit): Back to folder frame if
6431         wl-folder-use-frame is non-nil.
6432         (wl-summary-redisplay-internal): Ignore cache if current folder
6433         is draft folder,
6434         (wl-summary-redisplay-no-mime): Ditto.
6435         (wl-summary-redisplay-all-header): Ditto.
6436
6437         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6438         if wl-folder-use-frame is non-nil.
6439
6440 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-summary.el (wl-summary-sync-update): Bind
6443         elmo-folder-update-threshold.
6444         (wl-summary-mark-as-important): Enclosed server mark processing
6445         with `save-match-data'.
6446
6447         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6448         only when it is already defined.
6449
6450 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6451
6452         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6453         name of folder exclude localdir is wrong.
6454         * wl-folder.el (wl-folder-sync-entity):
6455         Set `wl-summary-always-sticky-folder-list' as nil.
6456         (wl-folder-mark-as-read-all-entity): Ditto.
6457         (wl-folder-prefetch-entity): Ditto.
6458
6459 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6462         instead of `wl-summary-write-current-newsgroup'.
6463
6464 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6465
6466         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6467         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6468         non-nil and selected message is important, do not display.
6469
6470 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6473
6474 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6477
6478         * wl-summary.el (wl-summary-mark-as-important): Set message number
6479         using wl-summary-message-number.
6480
6481 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6482
6483         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6484         destination folder is 'null.
6485
6486 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6489         New function.
6490         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6491         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6492         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6493
6494 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * wl-mime.el (wl-mime-setup): Added setting for
6497         `mime-setup-signature-key-alist' to avoid overriding key bind for
6498         `wl-draft-send'.
6499
6500         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6501         for `wl-draft-send'.
6502         * wl-mule.el (wl-draft-overload-functions): Ditto.
6503         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6504         * wl-draft.el (wl-draft-send): Ditto.
6505
6506         * wl-message.el (wl-message-display-internal):
6507         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6508         (Patch is provided by <kita@coe.nttdata.co.jp>).
6509
6510 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6511
6512         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6513
6514 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6515
6516         * wl.el (wl): Fix for wl-demo.
6517
6518 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6519
6520         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6521
6522 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * wl-folder.el (wl-folder-prefetch-entity): Use
6525         `wl-folder-get-elmo-folder'.
6526         (wl-folder-count-incorporates): Do not use
6527         `wl-folder-get-elmo-folder'.
6528
6529 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6530
6531         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6532         instead of `elmo-folder-get-type'.
6533
6534 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6535
6536         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6537         position on Subject: field.
6538         (Advised by Mito <mit@nines.nec.co.jp>)
6539
6540 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6541
6542         * wl-folder.el (wl-folder-prefetch-entity): Use
6543         `wl-folder-get-elmo-folder'.
6544
6545 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6548
6549         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6550         `process-duplicates' slot.
6551
6552         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6553         if detection failed.
6554
6555 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6556
6557         * wl-version.el (wl-version-status): Set to "alpha".
6558
6559 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6560
6561         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6562         Check wl-message-buffer lives before set-buffer.
6563
6564 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6565
6566         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6567         called in folder mode.
6568         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6569         * wl-summary.el (wl-summary-exit-pre-hook): Run
6570         `wl-summary-exit-pre-hook' before exit summary mode.
6571
6572 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6573
6574         * wl-version.el (wl-version-status): New variable.
6575         (wl-version-status-alist): Removed.
6576         (wl-version-status): Rule included.
6577
6578 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6581         @sponichi.
6582
6583         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6584         when `mail-reply-buffer' is buffer-local variable.
6585         (Reported by <kita@coe.nttdata.co.jp>).
6586
6587 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl-vars.el (toplevel): Require 'elmo-util.
6590
6591 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6594         (All other related portions are changed)
6595
6596         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6597
6598         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6599
6600 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6601
6602         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6603
6604 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6605
6606         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6607         Delete other windows to avoid an error.
6608         Use `point-marker' instead of `point' to remember the start point
6609         of body.
6610
6611         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6612
6613         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6614         number not to exceed all message number.
6615
6616 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6617
6618         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6619         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6620
6621 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * wl-summary.el (wl-summary-sync-force-update): Added argument
6624         no-check.
6625         (wl-summary-sync-update): Ditto.
6626         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6627         with `no-check'.
6628
6629         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6630         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6631         already running.
6632
6633 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6634
6635         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6636         `dst-folder-arg'.
6637         (wl-expire-archive-number1): Diito.
6638         (wl-expire-archive-number2): Diito.
6639         (wl-expire-archive-Date): Diito.
6640         (wl-archive-number1): Diito.
6641         (wl-archive-number2): Diito.
6642         (wl-archive-date): Diito.
6643         (wl-archive-folder-p): New function.
6644         (wl-summary-expire): Support of expand folder name at
6645         wl-expire-alist.
6646         * wl-util.el (wl-expand-newtext): Renamed from
6647         `wl-refile-expand-newtext'.
6648
6649 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6650
6651         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6652         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6653         `(elmo-msgdb-get-overview msgdb)'.
6654         (wl-summary-prefetch): Bind match data before call
6655         `wl-summay-prefetch-msg'.
6656         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6657         'off if `wl-summary-buffer-disp-msg' is non-nil.
6658         Fixed problem that couldn't show only one new or unread message when
6659         enter folder.
6660         (wl-summary-reply): Don't call `split-window-vertically' and other
6661         window.
6662
6663 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-expire.el (wl-expire-refile): Fixed.
6666
6667 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6670
6671         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6672         biff notification is removed.
6673
6674         * wl.el (wl): Changed position of `elmo-init'.
6675
6676         * wl-draft.el (wl-default-draft-cite): Use date field
6677         on the citation buffer.
6678
6679         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6680
6681         * wl-xmas.el (wl-folder-internal-icon-list): Added
6682         `wl-folder-shimbun-image'.
6683
6684         * wl-e21.el (wl-folder-internal-icon-list): Added
6685         `wl-folder-shimbun-image'.
6686
6687 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6688
6689         * wl.el (wl-init): Eliminated argument.
6690         (wl): Rewrite.
6691
6692         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6693         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6694         instead of `elmo-folder-msgdb-internal'.
6695         (wl-summary-sync-update): Ditto.
6696         (wl-summary-flush-pending-append-operations): Eliminated.
6697         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6698         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6699         `elmo-folder-open'.
6700
6701         * wl-mime.el (wl-summary-burst): Fixed.
6702
6703         * wl-folder.el (wl-folder-info-save): Check data type.
6704
6705         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6706         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6707         instead of `elmo-folder-msgdb-internal'.
6708         (wl-expire-hide): Ditto.
6709
6710
6711         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6712
6713 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6714
6715         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6716
6717 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6718
6719         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6720
6721 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6722
6723         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6724         Fixed `match-beginning' argument mismatch.
6725
6726 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6727
6728         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6729         the default value.
6730
6731 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6734         instead of `elmo-nntp-default-port'.
6735
6736         * wl-vars.el: Fixed some doc strings.
6737
6738 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6739
6740         * wl-summary.el (wl-summary-prefetch-msg): Use
6741         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6742
6743         * wl-vars.el: Define *-func as obsolete variable using
6744         `elmo-define-obsolete-variable'.
6745
6746         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6747         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6748         instead of `wl-message-buffer-prefetch-threshold'.
6749
6750         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6751
6752         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6753
6754         * wl-draft.el (wl-caesar-region-func): Ditto.
6755
6756         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6757         Keep unread status in elmo-folder-move-messages.
6758         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6759
6760 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6761
6762         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6763         `wl-summary-buffer-exit-func'
6764         (wl-summary-buffer-message-redisplay-function): Renamed from
6765         `wl-summary-buffer-message-redisplay-func'
6766         (wl-summary-buffer-next-folder-function): Renamed from
6767         `wl-summary-buffer-next-folder-func'.
6768         (wl-summary-buffer-prev-folder-function): Renamed from
6769         `wl-summary-buffer-prev-folder-func'.
6770         (wl-summary-get-petname-function): Renamed from
6771         `wl-summary-get-petname-func'.
6772
6773         * wl-score.el (wl-score-edit-exit-function): Renamed from
6774         `wl-score-edit-exit-func'.
6775
6776         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6777         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6778
6779         * wl-util.el (wl-load-profile-function): Renamed from
6780         `wl-load-profile-func'.
6781
6782         * wl-folder.el (wl-folder-completion-function): Renamed from
6783         `wl-folder-completion-func'.
6784         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6785
6786         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6787         `wl-expire-archive-get-folder-func'.
6788         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6789         (wl-draft-send-mail-function): Renamed from
6790         `wl-draft-send-mail-func'.
6791         (wl-draft-send-news-function): Renamed from
6792         `wl-draft-send-news-func'.
6793         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6794         (wl-generate-mailer-string-function): Renamed from
6795         `wl-generate-mailer-string-func'.
6796         (wl-highlight-signature-search-function): Renamed from
6797         `wl-highlight-signature-search-func'.
6798         (wl-highlight-x-face-function): Renamed from
6799         `wl-highlight-x-face-func'
6800         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6801         (wl-ps-print-buffer-function): Renamed from
6802         `wl-ps-print-buffer-func'
6803         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6804         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6805         (wl-summary-subject-filter-function): Renamed from
6806         `wl-summary-subject-filter-func'.
6807
6808         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6809         `wl-draft-queue-flush-send-func'
6810         (wl-draft-cite-function): Renamed from
6811         `wl-draft-cite-func'
6812
6813         * wl-address.el (wl-address-init-function): Renamed from
6814         `wl-address-init-func'.
6815
6816 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-draft.el (wl-draft-queue-flush): Don't call
6819         `elmo-dop-unlock-message'.
6820         * wl-draft.el (wl-draft-queue-append): Don't call
6821         `elmo-dop-lock-message'.
6822
6823         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6824         (wl-summary-buffer-folder-name): Ditto.
6825         (wl-summary-message-regexp): Added '-' (all other related portions
6826         are changed).
6827         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6828         wl-summary-buffer-folder-name.
6829
6830 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6831
6832         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6833         the number of mails in the folder buffer is not updated by wl-biff.
6834
6835 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6836
6837         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6838         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6839
6840 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6841
6842         * wl-summary.el (wl-summary-next-message):
6843         Return next message number when wl-summary-move-order is nil.
6844
6845 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6846
6847         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6848         `wl-summary-move-spec-alist'.
6849         (wl-summary-move-spec-unplugged-alist): New variable
6850         (Move spec for unplugged status).
6851         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6852         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6853
6854 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6855
6856         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6857         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6858
6859 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6860
6861         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6862         simple quotation to quote the anonymous function.
6863         * tm-wl.el (wl-draft-preview-message): Ditto.
6864
6865 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6866
6867         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6868         Eliminate redundant `save-excursion'.
6869         (wl-highlight-summary-current-line): Ditto.
6870
6871         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6872         accessing match data when `looking-at' failed.
6873
6874         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6875         `elmo-match-string' where users don't care about the speed.
6876         (wl-draft-save): Ditto.
6877
6878 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-util.el (wl-regexp-opt): New function.
6881
6882         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6883         number from `wl-summary-buffer-number-list'.
6884         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6885         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6886         (wl-summary-move-spec-alist): Changed default setting.
6887
6888 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6889
6890         * wl-vars.el (wl-biff-notify-hook): New hook.
6891         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6892         the arrival of new mail.
6893         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6894         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6895
6896 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6899
6900 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6901
6902         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6903
6904         * Version number is increased to 2.5.8.
6905
6906         * wl-thread.el (toplevel): require 'cl.
6907         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6908         (wl-thread-make-number-list): New function.
6909         (wl-thread-entity-make-number-list-from-children): Ditto.
6910         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6911         (wl-thread-entity-insert-as-children): Likewise.
6912         (wl-thread-delete-message): Likewise.
6913         (wl-meaning-of-mark): Eliminated.
6914         (wl-thread-next-failure-mark-p): Ditto.
6915         (wl-thread-entity-get-mark): Ditto.
6916         (wl-thread-meaning-alist-get-result): Ditto.
6917         (wl-thread-entity-check-prev-mark): Ditto.
6918         (wl-thread-entity-check-next-mark): Ditto.
6919         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6920         (wl-thread-entity-get-prev-marked-entity): Ditto.
6921         (wl-thread-get-prev-unread): Ditto.
6922         (wl-thread-jump-to-prev-unread): Ditto.
6923         (wl-thread-get-next-unread): Ditto.
6924         (wl-thread-jump-to-next-unread): Ditto.
6925         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6926         (wl-thread-entity-get-next-marked-entity): Ditto.
6927
6928         * wl-summary.el (wl-summary-buffer-number-list):
6929         New bufer-local variable.
6930         (wl-summary-switch-to-clone-buffer): Clone
6931         `wl-summary-buffer-number-list'.
6932         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6933         (wl-summary-cursor-move-regex): Eliminated.
6934         (wl-summary-cursor-up): Rewrite.
6935         (wl-summary-cursor-down): Ditto.
6936         (wl-summary-mode-spec-alist): New variable.
6937         (wl-summary-next-message): New inline function.
6938         (wl-summary-cursor-move): New function.
6939         (wl-summary-default-get-next-msg): Rewrite.
6940         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6941         (wl-summary-rescan): Ditto.
6942         (wl-summary-sync-all-init): Ditto.
6943         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6944         summary is not thread view.
6945         (wl-summary-sync-update): Ditto.
6946         (wl-summary-rescan): Ditto.
6947         (wl-summary-make-number-list): New function.
6948
6949         * wl-draft.el: "FCC" -> "Fcc".
6950
6951 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * wl-highlight.el (wl-highlight-summary-window):
6954         Call `set-buffer-modified-p'.
6955
6956         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6957         (wl): Call `elmo-init' and fix.
6958
6959         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6960         Use new variables.
6961
6962         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6963
6964 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6967
6968 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6969
6970         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6971
6972 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6973
6974         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6975         `wl-use-toolbar' nor `display-graphic-p'.
6976         (wl-e21-setup-message-toolbar): Ditto.
6977         (wl-e21-setup-summary-toolbar): Ditto.
6978         (wl-e21-setup-folder-toolbar): Ditto.
6979
6980         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6981         (wl-plugged-init-icons): Ditto.
6982
6983         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6984         `display-graphic-p'.
6985         (wl-plugged-set-folder-icon): Ditto.
6986         (wl-highlight-plugged-current-line): Ditto.
6987         (wl-highlight-folder-current-line): Ditto.
6988         (wl-e21-highlight-folder-group-line): Ditto.
6989         (wl-e21-setup-toolbar): Ditto.
6990         (wl-e21-display-image-p): New macro.
6991
6992         * wl-demo.el (wl-demo): Simplified.
6993         (wl-demo-image-type-alist): Use `image-type-available-p' for
6994         checking whether the image type `xbm' is available.
6995
6996 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6999         (wl-summary-input-range): Ditto.
7000
7001 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-summary.el (wl-summary-edit-addresses): Use
7004         `wl-summary-get-original-buffer'
7005         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7006         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7007         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7008         (wl-summary-get-newsgroups): Eliminated.
7009         (wl-summary-set-crosspost): Ditto.
7010         (wl-summary-is-crosspost-folder): Ditto.
7011         (wl-crosspost-alist-load): Ditto.
7012         (wl-crosspost-alist-save): Ditto.
7013
7014         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7015         `elmo-setup-subscribed-newsgroups' instead of
7016         `elmo-nntp-make-groups-hashtb'.
7017         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7018         instead of `wl-crosspost-alist-save'.
7019
7020         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7021         of `elmo-folder-message-appendable-p'.
7022         (wl-mime-header-presentation-method): Eliminated.
7023
7024         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7025         (Error occurs in emacs21).
7026
7027         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7028         the current buffer).
7029
7030         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7031         instead of `wl-crosspost-alist-save'.
7032         (wl-init): `elmo-crosspost-message-alist-load'
7033         instead of `wl-crosspost-alist-load'
7034
7035         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7036         (wl-parse-newsgroups): Likewise.
7037         (wl-biff-notify): Run `wl-biff-notify-hook'.
7038
7039 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7040
7041         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7042
7043         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7044         when `wl-summary-lazy-highlight' is non-nil.
7045         (wl-summary-goto-folder-subr): Highlight only when
7046         `wl-summary-lazy-highlight' is non-nil.
7047
7048         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7049         Don't display progress and highlight temp-mark when
7050         `wl-summary-lazy-highlight' is non-nil.
7051         (wl-highlight-summary-window): New function.
7052         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7053
7054 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7055
7056         * wl-summary.el (wl-summary-sync): Change `all-visible'
7057         from `all-shown'
7058         (wl-summary-input-range): Ditto.
7059
7060 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7061
7062         * wl-e21.el (wl-highlight-folder-current-line): Call
7063         `wl-folder-init-icons' when folder icons have not been initialized.
7064
7065         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7066
7067         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7068         (wl-demo-image-type-alist): New macro.
7069
7070 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7071
7072         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7073         display does not support graphics.
7074         (wl-plugged-init-icons): Ditto.
7075         (wl-folder-init-icons): Ditto.
7076
7077         * wl-demo.el (wl-demo): Chech closely whether the display
7078         supports graphics.
7079
7080 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl-summary.el (wl-summary-get-original-buffer): New function.
7083         (wl-summary-set-crosspost): Use it.
7084         (wl-summary-target-mark-uudecode): Ditto.
7085         (wl-summary-reedit): Ditto.
7086         (wl-summary-resend-bounced-mail): Ditto.
7087         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7088         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7089
7090         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7091         (wl-message-display-internal): Ditto.
7092
7093 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7094
7095         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7096
7097 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7098
7099         * wl-summary.el (wl-summary-save-view): Renamed from
7100         `wl-summary-save-status'.
7101
7102 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7103
7104         * wl-summary.el (wl-summary-sync): Added `all-shown'
7105
7106 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7107
7108         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7109
7110 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7111
7112         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7113
7114 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7115
7116         * wl-highlight.el (wl-highlight-summary-line-string): Use
7117         `zerop' instead of `= 0'.
7118         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7119
7120         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7121         for comparing numbers.
7122         (wl-template-prev): Use `zerop' instead of `eq 0'.
7123
7124         * wl-draft.el (wl-draft-insert-current-message): Use
7125         `with-current-buffer' instead of `save-excursion'.
7126         Use `zerop' instead of `eq 0'.
7127
7128 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7129
7130         * wl-draft.el (wl-draft-insert-ccs): New function.
7131         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7132         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7133
7134 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7137
7138 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-expire.el (wl-expire-refile): Don't call
7141         elmo-msgdb-add-msgs-to-seen-list;
7142         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7143         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7144
7145 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7146
7147         * wl-message.el (wl-message-prev-page): Ignore errors while
7148         scroll-down.
7149
7150 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-mime.el: Use elmo-original-message-mode instead of
7153         mmelmo-original-mode.
7154
7155         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7156         `elmo-folder-get-spec';
7157         (wl-fldmgr-add-completion-all-completions):
7158         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7159
7160         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7161         of `elmo-folder-get-type'.
7162
7163         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7164         `elmo-folder-get-spec';
7165         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7166         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7167         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7168         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7169         `elmo-read-msg-no-cache';
7170         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7171         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7172         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7173         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7174         `elmo-cache-save';
7175         (wl-draft-reedit): Use `elmo-message-file-name'.
7176
7177         * wl-expire.el: Use `elmo-folder-name-internal';
7178         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7179         Use macro `wl-summary-buffer-msgdb' instead of variable
7180         `wl-summary-buffer-msgdb';
7181         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7182         Use macro `wl-summary-buffer-folder-name' instead of variable
7183         `wl-summary-buffer-folder-name'.
7184         * wl-score.el: Likewise.
7185
7186         * wl-message.el: Rewrite for new message buffer cache mechanism.
7187         (wl-message-buffer-cache-buffer-get): New macro.
7188         (wl-message-buffer-cache-folder-get): Ditto.
7189         (wl-message-buffer-cache-message-get): Ditto.
7190         (wl-message-buffer-cache-entry-make): Ditto.
7191         (wl-message-buffer-cache-hit): Ditto.
7192         (wl-message-buffer-cache-sort): New function.
7193         (wl-message-buffer-cache-add): Ditto.
7194         (wl-message-buffer-cache-delete): Ditto.
7195         (wl-message-buffer-cache-clean-up): Ditto.
7196         (wl-message-buffer-window): Rewrite.
7197         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7198         (wl-message-buffer-display): New function.
7199         (wl-message-display-internal): New function.
7200
7201 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-folder.el: Use `elmo-folder-name-internal';
7204         Use `wl-folder-get-elmo-folder';
7205         Use `elmo-folder-list-messages' instead of
7206         `elmo-list-folder';
7207         Use `elmo-folder-get-primitive-list' instead of
7208         `elmo-folder-get-primitive-spec-list';
7209         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7210         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7211         Use `elmo-folder-create' instead of `elmo-create-folder'.
7212         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7213         (wl-folder-get-elmo-folder): New macro.
7214         (wl-folder-elmo-folder-cache-get): Ditto.
7215         (wl-folder-elmo-folder-cache-put): Ditto.
7216         (wl-folder-suspend): Call `elmo-quit'.
7217
7218         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7219         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7220         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7221         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7222         (toplevel): require 'cl.
7223         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7224
7225         * wl-summary.el: Rewrite to use new elmo interface.
7226
7227 \f
7228 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7229
7230         * wl-mime.el (wl-draft-preview-message):
7231         Run `wl-draft-send-hook' before collecting recipients information;
7232         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7233
7234         * tm-wl.el (wl-draft-preview-message): Ditto.
7235
7236 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7237
7238         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7239         wrong recipients are displayed when forwarded message.
7240
7241 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7242
7243         * Version number is increased to 2.5.7.
7244
7245 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7246
7247         * wl-message.el (wl-message-next-page): Bind
7248         `window-pixel-scroll-increment' to nil while scrolling up.
7249
7250 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7251
7252         * wl-vars.el (wl-save-hook): New hook.
7253         * wl.el (wl-save): Call `wl-save-hook'.
7254
7255 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7258         Argument WITH-ARG instead of NO-ARG (negative mean).
7259         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7260         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7261         * wl-message.el (wl-message-follow-current-entity): Likewise.
7262
7263 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7264
7265         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7266         FROM was optional argument.
7267         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7268
7269 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7270
7271         * Version number is increased to 2.5.6.
7272
7273 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7274
7275         * wl-version.el (wl-version-show): Removed.
7276         (wl-version): Add `interactive'.
7277
7278 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7279
7280         * wl-summary.el (wl-summary-get-petname-func): New variable.
7281         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7282         instead of `wl-address-get-petname-1'.
7283         (wl-summary-simple-from): Ditto.
7284
7285         * wl-address.el (wl-address-get-petname-1): Define as function.
7286
7287 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7290         field in the original message.
7291         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7292
7293 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7294
7295         * wl-expire.el (wl-expire-hide):
7296         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7297
7298 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7301         find decoder for To, Cc, and Subject.
7302
7303 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7306         for checking `elmo-use-buffer-cache'.
7307         (wl-summary-mark-as-important): Fixed typo in comment.
7308
7309 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7312         field in the original message.
7313         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7314
7315 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7316
7317         * wl-expire.el (wl-expire-hide):
7318         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7319
7320 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7323         find decoder for To, Cc, and Subject.
7324
7325 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * Version number is increased to 2.5.5.
7328
7329         * wl-address.el (wl-address-specials-regexp): New constant.
7330         (wl-address-quote-specials): Use it.
7331
7332 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * wl-summary.el (wl-summary-rescan):
7335         Call `wl-summary-buffer-number-column-detect'.
7336         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7337
7338         * wl-message.el (wl-message-mode-map): Define.
7339         (wl-message-decode): Use it as local-map.
7340
7341 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7344         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7345
7346 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7347
7348         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7349
7350         * wl-mule.el (wl-read-event-char): Ditto.
7351
7352         * wl-e21.el (wl-read-event-char): Ditto.
7353
7354         * wl-nemacs.el (wl-read-event-char): Ditto.
7355         (read-event): Removed.
7356
7357         * wl-util.el (toplevel): Removed dummy definition of
7358         `read-event'.
7359         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7360
7361 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7362
7363         * wl-nemacs.el (elmo-archive-call-process): Moved to
7364         elmo-archive.el.
7365
7366 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7367
7368         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7369         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7370
7371         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7372         instead of magic-number 6.  Use `not' instead of `null' for symbol
7373         `nil' check (not empty list).
7374         (wl-draft-insert-x-face-field): Fixed paren style.
7375
7376         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7377         one-branch conditional statement, instead of `and' and `if'.
7378         (wl-draft-forward): Likewise.
7379         (wl-draft-add-references): Likewise.
7380         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7381
7382         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7383         conditional steatment.  Use `cond' instead of `if'.
7384         (wl-draft-confirm): Likewise.
7385
7386 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7387
7388         * wl-version.el (wl-version-show): Use `product-string-1'
7389         instead of `wl-version'.
7390         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7391
7392         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7393
7394 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * wl-highlight.el (wl-highlight-headers): Revert
7397         `wl-highlight-x-face-func' argument (`beg' and `end').
7398
7399 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7400
7401         * wl.el (toplevel): Move `product-provide' declare.
7402         * wl-demo.el (toplevel): Ditto.
7403         * wl-dnd.el (toplevel): Ditto.
7404         * wl-highlight.el (toplevel): Ditto.
7405         * wl-message.el (toplevel): Ditto.
7406         * wl-refile.el (toplevel): Ditto.
7407         * wl-util.el (toplevel): Ditto.
7408
7409 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7410
7411         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7412         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7413         (wl-thread-close-all): keep cursor position.
7414
7415 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7416
7417         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7418         (eq x 0).
7419         (wl-generate-user-agent-string-1): Fix conditional statement.
7420
7421 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7422
7423         * wl.el (wl-check-environment): Additional check for
7424         'wl-local-domain' and `wl-message-id-domain'.
7425
7426 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7427
7428         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7429
7430 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7431
7432         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7433         instead of `smtp-sasl-user-realm'.
7434
7435 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7436
7437         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7438
7439 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7440
7441         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7442         to the default value as well as `eword-lexical-analyzer'.
7443
7444 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7445
7446         * wl-version.el (wl-extended-emacs-version,
7447         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7448         `elmo-match-string' instead of `wl-match-string'.
7449
7450 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7451
7452         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7453         docstring.
7454
7455 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7456
7457         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7458
7459 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7460
7461         * wl-highlight.el (wl-highlight-headers): Remove
7462         `wl-highlight-x-face-func' argument (`beg' and `end').
7463
7464 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * wl-summary.el (wl-summary-mark-as-important):
7467         Remove cache if folder is local.
7468
7469 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7470
7471         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7472         to get existing e-mail address string.
7473
7474 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7475
7476         * wl-version.el (wl-generate-user-agent-string): Commentary.
7477         (wl-generate-user-agent-string-1): Use `when' for
7478         one-branch conditional statement, instead of `and' and `if'.
7479         (wl-extended-emacs-version, wl-extended-emacs-version2,
7480         wl-extended-emacs-version3): Ditto.
7481
7482 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7485         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7486         condition-case; Remove initialization.
7487         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7488         (wl-summary-sync-update3): Added argument `sync-all';
7489         Eliminated local variable `msgdb';
7490         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7491         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7492         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7493
7494 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7495
7496         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7497         connection before call `wl-draft-send-mail-with-smtp'.
7498
7499 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * Version number is increased to 2.5.4.
7502
7503 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7504
7505         * wl.el (wl-check-environment): Additional check for
7506         'wl-local-domain' and `wl-message-id-domain'.
7507
7508 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7509
7510         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7511         buffer as command specific.
7512         (wl-folder-mark-as-read-all-entity): Ditto.
7513         (wl-folder-prefetch-entity): Ditto.
7514         (wl-folder-drop-unsync-entity): Ditto.
7515
7516         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7517         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7518         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7519
7520         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7521         save-excursion.
7522
7523 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * Version number is increased to 2.5.3.
7526
7527         * wl-summary.el (wl-summary-save-view-cache):
7528         Delete duplicated `write-region';
7529         Use `write-region-as-binary' instead of `as-binary-output-file' and
7530         `write-region'.
7531
7532 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7533
7534         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7535
7536 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7539         instead of `smtp-via-smtp'.
7540
7541 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7542
7543         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7544
7545 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7546
7547         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7548         instead of `smtp-sasl-user-realm'.
7549
7550 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7551
7552         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7553
7554 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7555
7556         * Version number is increased to 2.5.2.
7557
7558 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7561         does not exist.
7562         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7563         (wl-biff-start): Call `timer-activate' if timer already exists.
7564
7565         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7566         only when it is bound as function.
7567
7568 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * Version number is increased to 2.5.1.
7571
7572 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7575         Print refile/copy destination.
7576
7577 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7580         queue-flush-only is non-nil.
7581
7582         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7583
7584         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7585         checking cache folder.
7586
7587 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7588
7589         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7590         `regexp-quote'.
7591
7592 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7593
7594         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7595         function.
7596         * wl-summary.el (wl-summary-write-current-folder-functions):
7597         Change default value.  Use it.
7598
7599 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * Version number is increased to 2.5.0.
7602
7603         * wl-version.el (wl-version): Changed codename.
7604
7605 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7606
7607         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7608         (wl-summary-supersedes-message): Ditto.
7609
7610 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7611
7612         * wl-refile.el (wl-refile-guess-functions): Renamed from
7613         `wl-refile-guess-func-list'.
7614
7615 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7618         Fixed problem when no rule was matched.
7619
7620 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7621
7622         * wl-summary.el (wl-summary-get-mark): Fixed
7623         `wl-summary-buffer-target-mark' check logic.
7624
7625 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7626
7627         * wl-folder.el (wl-folder-write-current-folder): Added group
7628         folder check.
7629
7630         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7631         `wl-summary-write-current-newsgroup'.
7632         (wl-summary-write-current-folder-functions): New variable.
7633         * wl-folder.el (wl-folder-get-newsgroups): New function.
7634         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7635         (wl-folder-write-current-folder): Renamed from
7636         `wl-folder-write-current-newsgroup'.
7637
7638 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7639
7640         * Version number is increased to 2.3.93.
7641
7642 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7643
7644         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7645         (wl-ldap-make-matched-value-list): Ditto.
7646         (wl-ldap-alias-safe-string): Split e-mail address.
7647
7648         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7649         petname folder default was selected.
7650         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7651         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7652
7653 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7656         to `wl-draft-config-exec'.
7657
7658         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7659         instead of calling `wl-draft-config-exec';
7660         Process group-list and show recipients in minibuffer.
7661
7662         * tm-wl.el (wl-draft-preview-message): Ditto.
7663
7664 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7665
7666         * wl.el (toplevel): Added (C) to copyright notice, and
7667         sync Author header.
7668         * tm-wl.el (toplevel): Ditto.
7669         * wl-address.el (toplevel): Ditto.
7670         * wl-demo.el (toplevel): Ditto.
7671         * wl-dnd.el (toplevel): Ditto.
7672         * wl-draft.el (toplevel): Ditto.
7673         * wl-e21.el (toplevel): Ditto.
7674         * wl-expire.el (toplevel): Ditto.
7675         * wl-folder.el (toplevel): Ditto.
7676         * wl-highlight.el (toplevel): Ditto.
7677         * wl-message.el (toplevel): Ditto.
7678         * wl-mime.el (toplevel): Ditto.
7679         * wl-mule.el (toplevel): Ditto.
7680         * wl-nemacs.el (toplevel): Ditto.
7681         * wl-refile.el (toplevel): Ditto.
7682         * wl-score.el (toplevel): Ditto.
7683         * wl-summary.el (toplevel): Ditto.
7684         * wl-template.el (toplevel): Ditto.
7685         * wl-thread.el (toplevel): Ditto.
7686         * wl-util.el (toplevel): Ditto.
7687         * wl-vars.el (toplevel): Ditto.
7688         * wl-xmas.el (toplevel): Ditto.
7689
7690 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7691
7692         * wl.el (wl-init): Added comment about `wl-init-hook'.
7693         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7694         * wl-vars.el (wl-init-hook): Added docs.
7695         (wl-make-plugged-hook): Removed useless docs.
7696         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7697         * wl-xmas.el (toplevel): Ditto.
7698
7699 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7700
7701         * wl-address.el (toplevel): Fixed multiple Author header format.
7702         * wl-demo.el (toplevel): Ditto.
7703         * wl-draft.el (toplevel): Ditto.
7704         * wl-folder.el (toplevel): Ditto.
7705         * wl-summary.el (toplevel): Ditto.
7706         * wl-thread.el (toplevel): Ditto.
7707         * wl-util.el (toplevel): Ditto.
7708         * wl-vars.el (toplevel): Ditto.
7709         * wl-version.el (toplevel): Ditto.
7710         * wl-xmas.el (toplevel): Ditto.
7711         * wl.el (toplevel): Ditto.
7712
7713         * wl-version.el (toplevel): Added require `elmo-version' for
7714         `product-version-as-string'.
7715
7716 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-vars.el (wl-draft-send-hook): Changed default value to
7719         '(wl-draft-config-exec).
7720
7721         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7722         explicitly.
7723         (wl-draft): Set `wl-draft-config-exec-flag' before running
7724         `wl-mail-setup-hook'.
7725
7726         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7727         `wl-biff-init-icons' to `wl-init-hook' instead of
7728         `wl-make-plugged-hook'.
7729         (Because if `wl-draft' command is invoked at first,
7730         they are not initialized)
7731         Updated copyright notice.
7732
7733         * wl-e21.el (toplevel): Ditto;
7734
7735         * wl-demo.el (toplevel): Updated copyright notice.
7736         * wl-address.el (toplevel): Ditto.
7737         * wl-draft.el (toplevel): Ditto.
7738         * wl-version.el (toplevel): Ditto.
7739         * wl-folder.el (toplevel): Ditto.
7740         * wl-summary.el (toplevel): Ditto.
7741         * wl-thread.el (toplevel): Ditto.
7742         * wl-util.el (toplevel): Ditto.
7743         * wl-vars.el (toplevel): Ditto.
7744         * wl.el (toplevel): Ditto.
7745
7746 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7747
7748         * wl-highlight.el (wl-highlight-message): Fixed problem of
7749         highlighting failure which occured when the last field contains
7750         multiple lines in the draft buffer.
7751
7752         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7753         `wl-biff-start' if plugged.
7754
7755         * wl-util.el (wl-biff-check-folder): New function.
7756         (wl-biff-check-folders): Don't set session name prefix.
7757         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7758         (wl-biff-check-folder-async): Ditto.
7759
7760         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7761         in email address.
7762
7763 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7764
7765         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7766
7767         * wl-draft.el (wl-draft-strip-subject-re): New function.
7768
7769         * wl-draft.el (wl-draft-reply): Use it.
7770
7771 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * wl-message.el (wl-mmelmo-message-redisplay): Use
7774         `mime-display-message' instead of `wl-mime-display-message'.
7775
7776         * wl-mime.el (toplevel): Removed compatibility workaround
7777         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7778         (wl-mime-display-message): Abolished.
7779         (wl-mime-entity-read-field): Ditto.
7780         (wl-mime-combine-message/partial-pieces): Use
7781         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7782
7783 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7784
7785         * wl-template.el: Doc fixes.
7786
7787 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7788
7789         * wl-e21.el (wl-message-overload-functions): Do nothing if
7790         `current-local-map' is not available.
7791         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7792
7793 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7794
7795         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7796         representation.
7797
7798         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7799         number.
7800         (wl-fldmgr-save-folders): Don't use `format' when insert
7801         `wl-fldmgr-folders-header'.
7802
7803 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7804
7805         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7806
7807 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-highlight.el (wl-highlight-message):
7810         Use `std11-field-end' to detect end point of the header field.
7811         Refer `wl-highlight-max-header-size'.
7812
7813         * wl-vars.el (wl-highlight-max-header-size): New variable.
7814
7815         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7816
7817         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7818         Set `for-draft' argument of wl-highlight-headers.
7819         (wl-draft): Ditto.
7820         (wl-draft-reedit): Ditto.
7821         (wl-user-agent-compose-internal): Ditto.
7822
7823 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7824
7825         * wl-message.el (wl-message-add-button): Use overlay.
7826
7827 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7830
7831         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7832         problem when group-list content is nothing.
7833         (Reported by Mito <mit@nines.nec.co.jp>)
7834
7835 2000-10-18  SAITO Atsunori <sai@yedo.com>
7836
7837         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7838
7839 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7840
7841         * tm-wl.el (toplevel): Use product-provide.
7842
7843 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7844
7845         * Version number is increased to 2.3.92.
7846
7847 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7848
7849         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7850         title text, use `display' property for left margin under Emacs 21.
7851
7852         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7853         properties.
7854         (wl-plugged-init-icons): Ditto.
7855
7856 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7857
7858         * wl.el (wl-save-status, wl-init): Remove last period in
7859         "...done." message.
7860         * tm-wl.el (wl-summary-burst): Ditto.
7861         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7862         wl-summary-resume-cache-status,
7863         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7864         wl-summary-sync-update3, wl-summary-highlight-msgs,
7865         wl-summary-flush-pending-append-operations,
7866         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7867         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7868         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7869         wl-thread-open-all): Ditto.
7870         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7871         * wl-mime.el (wl-summary-burst): Ditto.
7872         * wl-highlight.el (wl-highlight-summary): Ditto.
7873         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7874         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7875         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7876         * wl-address.el (wl-local-address-init): Ditto.
7877
7878 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7879
7880         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7881         `add-text-properties'.
7882         (wl-plugged-init-icons): Ditto.
7883         (wl-folder-init-icons): Use `propertize' instead of
7884         `put-text-property'.
7885         (wl-plugged-set-folder-icon): Ditto.
7886         (wl-e21-highlight-folder-group-line): Ditto.
7887
7888 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7889
7890         * wl-version.el (wl-version-status-alist): New variable.
7891         (wl-version-status): New function.
7892
7893         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7894         "Cc" part of the case "Reply-To".
7895
7896         * wl-draft.el (wl-draft-reply): Use result of
7897         `eword-extract-address-components'.
7898
7899         * wl-demo.el (wl-demo-icon-name): New constant.
7900         (wl-logo-xpm): Use it.
7901         (wl-logo-xbm): Ditto.
7902         (wl-logo-bitmap): Ditto.
7903
7904         * Version number is increased to 2.3.91.
7905
7906 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7907
7908         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7909         (wl-extended-emacs-version, wl-extended-emacs-version2,
7910         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7911         docstring.
7912
7913         * wl-version.el (wl-generate-user-agent-string-1): New function.
7914         (wl-generate-user-agent-string): Use it.
7915
7916         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7917         `mime-edit-insert-user-agent-field'.
7918         (wl-generate-user-agent-string): Check
7919         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7920
7921         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7922         instead of `if', when verbose case.
7923
7924 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7925
7926         * wl-expire.el (wl-summary-expire): Fix.
7927
7928 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7929
7930         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7931         and `elmo-lost+found-folder' if 'wl-draft.
7932         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7933
7934 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7935
7936         * wl-expire.el (wl-summary-expire): Change messages.
7937         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7938         `deleing-info' instead of "Deleting..."
7939
7940 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7941
7942         * wl-summary.el (wl-summary-refile-subr): Fix.
7943
7944 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7945
7946         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7947         if pipe folder.
7948
7949 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7950
7951         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7952
7953 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7954
7955         * wl-expire.el (wl-expire-hide): New function.
7956         (wl-summary-expire): Add `hide'.
7957
7958 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * wl-vars.el (wl-draft-reply-without-argument-list):
7961         Changed default value to consider `Reply-To:'.
7962         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7963
7964         * Version number is increased to 2.3.90.
7965
7966         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7967         elmo-imap4-get-session with unwind-protect.
7968         Don't cause error.
7969         (wl-summary-sync-marks): Don't check plugged nor folder type.
7970         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7971         (Always keep current buffer).
7972
7973 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7974
7975         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7976         Enclose with `save-excursion'.
7977
7978 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7979
7980         * wl-version.el (wl-version): Remove interactive.
7981
7982 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7983
7984         * wl-version.el (wl-generate-user-agent-string): Use
7985         `product-string-verbose' instead of `product-string-1'.
7986
7987 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7988
7989         * wl-vars.el (wl-draft-use-cache): New variable.
7990         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7991         if wl-draft-use-cache is non-nil.
7992
7993 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7994
7995         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7996         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7997
7998 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8001         (wl-thread-msg-mark-as-unread): Ditto.
8002
8003         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8004         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8005         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8006         Don't set mark in summary if return value of `elmo-mark-as-read'
8007         is nil.
8008         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8009         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8010         instead of `wl-thread-msg-mark-as-read'.
8011         (wl-summary-mark-as-unread-region): Ditto.
8012         (wl-summary-target-mark-mark-as-read): Ditto.
8013
8014         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8015
8016 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8017
8018         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8019
8020         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8021
8022 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8023
8024         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8025         face.
8026
8027 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8028
8029         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8030         `running-xemacs'.
8031
8032 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8033
8034         * wl-version.el (toplevel): Use `product-version-as-string' for
8035         set verstion-string, if defined.
8036
8037         * wl-version.el (wl-version-show): Insert string at point, when
8038         call with argument.
8039
8040         * wl-version.el (wl-generate-user-agent-string): Use
8041         `product-string-1' instead of `wl-appname', `wl-version' and
8042         `wl-codename'.
8043
8044 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8045
8046         * wl-address.el (toplevel): Use product-provide.
8047         * wl-demo.el (toplevel): Ditto.
8048         * wl-dnd.el (toplevel): Ditto.
8049         * wl-draft.el (toplevel): Ditto.
8050         * wl-e21.el (toplevel): Ditto.
8051         * wl-expire.el (toplevel): Ditto.
8052         * wl-fldmgr.el (toplevel): Ditto.
8053         * wl-folder.el (toplevel): Ditto.
8054         * wl-highlight.el (toplevel): Ditto.
8055         * wl-message.el (toplevel): Ditto.
8056         * wl-mime.el (toplevel): Ditto.
8057         * wl-mule.el (toplevel): Ditto.
8058         * wl-nemacs.el (toplevel): Ditto.
8059         * wl-refile.el (toplevel): Ditto.
8060         * wl-score.el (toplevel): Ditto.
8061         * wl-summary.el (toplevel): Ditto.
8062         * wl-template.el (toplevel): Ditto.
8063         * wl-thread.el (toplevel): Ditto.
8064         * wl-util.el (toplevel): Ditto.
8065         * wl-vars.el (toplevel): Ditto.
8066         * wl-xmas.el (toplevel): Ditto.
8067         * wl.el (toplevel): Ditto.
8068
8069 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8070
8071         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8072         instead of product.
8073
8074         * wl-version.el (wl-version): Compile time evalution elmo-version.
8075
8076 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8077
8078         * wl-summary.el (wl-summary-sync-force-update): Append queue
8079         `mark-as-read'if unplugged.
8080
8081 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8082
8083         * wl-version.el: New file.  Use product.el.
8084         * wl.el: add (require 'wl-version).
8085         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8086         for ~/.folders header.
8087         (wl-fldmgr-folders-header): Changed.
8088         * wl-demo.el (wl-demo): Use product.el.
8089
8090         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8091         wl-version.el.
8092         * wl-util.el (wl-version, wl-version-show): Ditto.
8093
8094         * wl-util.el (wl-generate-user-agent-string,
8095         wl-extended-emacs-version, wl-extended-emacs-version2,
8096         wl-extended-emacs-version3): Move to wl-version.el.
8097         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8098         xemacs-codename, mime-edit-insert-user-agent-field,
8099         mime-edit-user-agent-value, mime-editor/version,
8100         mime-editor/codename): Compile warning killer move to
8101         wl-version.el
8102
8103 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8104
8105         * wl-summary.el (wl-summary-refile-subr): Fix.
8106
8107 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8110         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8111
8112 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8113
8114         * wl.el (wl-check-environment): Check too many `@'.
8115
8116 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8117
8118         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8119
8120 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8121
8122         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8123         wl-draft-reply-myself-without-argument-list): Add variables.
8124         * wl-draft.el (wl-draft-reply): Use it.
8125
8126 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8127
8128         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8129         the 5th argument of `elmo-network-get-spec'.
8130
8131         * wl-thread.el (wl-thread-reparent-children): New inline function.
8132         (wl-thread-delete-message): Use it.
8133
8134         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8135         (wl-summary-score-update-all-lines): Don't use `dolist'.
8136
8137 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8138
8139         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8140         (require 'elmo-msgdb) for inline function.
8141
8142 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8143
8144         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8145
8146 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8147
8148         * wl-score.el (wl-score-headers): Fix for the confusing macro
8149         `elmo-kill-buffer'.
8150
8151 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8152
8153         * wl-summary.el: Don't use the 3rd argument of `require' because
8154         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8155         * wl-util.el: Ditto.
8156         * wl-draft.el: Ditto.
8157
8158 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8159
8160         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8161         window system is not used.
8162
8163 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8164
8165         * wl-thread.el: Don't use `mapcar' only for iteration.
8166         (wl-thread-resume-entity): Ditto.
8167         (wl-thread-delete-message): Ditto.
8168
8169         * wl-summary.el: Bind `dragdrop-drop-functions',
8170         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8171         of `require' for `timezone', `easymenu' and `ps-print';
8172         don't use `mapcar' only for iteration.
8173
8174         * wl-util.el: Bind `mule-version', `nemacs-version',
8175         `emacs-beta-version', `xemacs-codename',
8176         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8177         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8178         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8179         only for iteration.
8180
8181         * wl-score.el: Don't use `mapcar' only for iteration.
8182         (wl-score-simplify-buffer-fuzzy): Ditto.
8183         (wl-score-simplify-subject): Ditto.
8184         (wl-score-headers): Ditto.
8185         (wl-summary-score-update-all-lines): Ditto.
8186
8187         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8188         `enable-multibyte-characters' and `mule-version'.
8189
8190         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8191         `mapcar' only for iteration.
8192
8193         * wl-demo.el: Don't use `mapcar' only for iteration.
8194
8195         * wl-folder.el: Don't use `mapcar' only for iteration.
8196         (wl-folder-open-all): Ditto.
8197         (wl-folder-count-incorporates): Ditto.
8198
8199         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8200         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8201
8202         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8203         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8204         `smtp-connection-type'; specify 3rd argument of `require' for
8205         `timezone'; don't use `mapcar' only for iteration.
8206         (wl-draft-clone-local-variables): Don't use `mapcar'.
8207         (wl-draft-generate-clone-buffer): Ditto.
8208         (wl-user-agent-compose-internal): Ditto.
8209
8210         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8211
8212         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8213         (wl-save-status): Ditto.
8214
8215         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8216         for iteration.
8217
8218 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8219
8220         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8221         removed `Date'.
8222         (wl-fldmgr-make-filter-default): New user option.
8223
8224         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8225         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8226         (wl-fldmgr-filter-completion-alist): Abolish.
8227
8228         * wl.el (wl): Don't check servers if arg is non-nil.
8229
8230         * wl-draft.el (wl-draft-reply): Set only message-id string to
8231         In-Reply-To field.
8232
8233 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * wl-summary.el (wl-summary-pick): Rewrite.
8236
8237         * wl-draft.el (wl-draft-forward): Get references field from
8238         original buffer.
8239         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8240
8241 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8242
8243         * wl-draft.el (wl-draft-forward): Add references field.
8244
8245 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8246
8247         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8248         (wl-draft-reply): Use it.
8249
8250 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8251
8252         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8253         when Emacs 21 is running.
8254
8255         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8256         bindings.
8257
8258 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8259
8260         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8261         XPM icons transparent.
8262
8263         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8264         Emacs 21.
8265
8266 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8269         nil.
8270
8271         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8272         when it is persistent.
8273         (wl-summary-sync-marks): Changed argument for
8274         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8275         (wl-summary-virtual): Use `elmo-read-search-condition'.
8276         (wl-summary-redisplay-internal): If folder is local, mark as read
8277         even when folder is plugged.
8278
8279 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8280
8281         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8282         of `tool-bar-lines' in the frame parameters.
8283         (after-make-frame-functions, post-command-hook): Don't modify the
8284         value.
8285         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8286         wl-e21-tool-bar-lines): Removed.
8287
8288 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8289
8290         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8291         properties `evaporate' and `wl-momentary-overlay' as well.
8292         (wl-highlight-summary-displaying): Ditto.
8293         (wl-delete-all-overlays): Don't delete overlay which does not have
8294         a property `wl-momentary-overlay'.
8295
8296         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8297         `display-mouse-p' and `display-graphic-p'.
8298         (wl-folder-init-icons): Don't search for XBM or the other files.
8299         (wl-plugged-set-folder-icon): Make icons if and only if
8300         `display-graphic-p' returns non-nil.
8301         (wl-highlight-plugged-current-line): Use `before-string' overlay
8302         property to show icon images.
8303         (wl-highlight-folder-current-line): Ditto.
8304         (wl-e21-highlight-folder-group-line): Ditto.
8305         (wl-e21-highlight-folder-by-numbers): Ditto.
8306         (wl-e21-insert-image): Removed.
8307         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8308         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8309         said.
8310         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8311         `wl-e21-force-switch-toolbar'.
8312         (wl-e21-make-icon-image): Removed.
8313         (wl-e21-setup-toolbar): Don't search for XBM files.
8314         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8315         the default value.
8316
8317 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8318
8319         * wl-util.el (wl-biff-check-folder-async): Set
8320         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8321
8322 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8323
8324         * wl-e21.el (after-make-frame-functions): Add
8325         `wl-e21-force-switch-toolbar'.
8326         (wl-e21-force-switch-toolbar): New function force to switch the
8327         toolbar appearance automatically.
8328         (post-command-hook): Add `wl-e21-switch-toolbar'.
8329         (wl-e21-switch-toolbar): New function to switch the toolbar
8330         appearance automatically.
8331         (wl-e21-tool-bar-lines): New buffer local variable.
8332
8333 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-util.el (wl-biff-check-folders-running): New variable.
8336         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8337         (wl-biff-check-folder-async-callback):
8338         Set `wl-biff-check-folders-running'.
8339         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8340         with unwind-protect.
8341
8342         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8343         Enclose `wl-folder-auto-check' with unwind-protect.
8344
8345         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8346         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8347
8348         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8349
8350         * wl-util.el (wl-biff-notify): New inline function.
8351         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8352         locally.
8353         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8354         folder-list' is 1.
8355         Use `wl-biff-notify'.
8356         (wl-biff-check-folder-async-callback): New function.
8357         (wl-biff-check-folder-async): Ditto.
8358
8359         * wl-folder.el (wl-folder): Don't check folders.
8360         (wl-folder-auto-check): New function.
8361
8362 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8363
8364         * wl-util.el (wl-biff-start) [Emacs19+]:
8365         Use `timer-next-integral-multiple-of-time'.
8366         (wl-biff-check-folders): Use `wl-default-folder'
8367         if `wl-biff-check-folder-list' is nil.
8368
8369 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8370
8371         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8372         instead of `elmo-delete-lists'.
8373
8374 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8375
8376         * wl.el (wl-plugged-toggle-all): Set the value of
8377         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8378         (wl-plugged-toggle): Ditto.
8379         (wl-toggle-plugged): Ditto.
8380         (wl-plugged-init): Ditto.
8381
8382         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8383         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8384         instead of `wl-biff-state-indicator-off' and
8385         `wl-biff-state-indicator-on'; don't modify the value and the type
8386         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8387         (wl-plugged-init-icons): Set icons data to
8388         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8389         instead of `wl-plug-state-indicator-off' and
8390         `wl-plug-state-indicator-on'; don't modify the value and the type
8391         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8392
8393         * wl-vars.el (wl-modeline-biff-state-off,
8394         wl-modeline-biff-state-on, wl-modeline-biff-status,
8395         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8396         wl-modeline-plug-status): New internal variables.
8397         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8398         wl-biff-check-interval, wl-biff-check-folder-list): Change
8399         customization group from `wl-folder' to `wl-highlight'.
8400         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8401         wl-show-plug-status-on-modeline): Defcustomized.
8402
8403         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8404         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8405         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8406         a flag to `mode-line-buffer-identification'.
8407
8408         * wl-e21.el (wl-biff-init-icons): Set icons data to
8409         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8410         instead of `wl-biff-state-indicator-off' and
8411         `wl-biff-state-indicator-on'.
8412         (wl-plugged-init-icons): Set icons data to
8413         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8414         instead of `wl-plug-state-indicator-off' and
8415         `wl-plug-state-indicator-on'.
8416
8417 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8418
8419         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8420         excessive titles.
8421
8422 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8423
8424         * wl.el (wl-plugged-mode): Use revised
8425         `wl-mode-line-buffer-identification'.
8426         (wl-plugged-init): Don't use `force-mode-line-update'.
8427
8428         * wl-xmas.el (wl-draft-overload-functions): Use revised
8429         `wl-mode-line-buffer-identification'.
8430         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8431         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8432         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8433         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8434         `wl-make-plugged-hook';
8435         add `wl-folder-init-icons' and `wl-setup-folder' to
8436         `wl-folder-mode-hook'.
8437
8438         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8439         19 as well.
8440         (wl-mode-line-display-priority-list): New user option.
8441         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8442         Defcustomized.
8443         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8444         Add docs.
8445
8446         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8447         start.
8448         (wl-mode-line-buffer-identification): Revised as a function.
8449
8450         * wl-summary.el (wl-summary-mode): Use revised
8451         `wl-mode-line-buffer-identification'; don't call
8452         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8453         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8454         `wl-xmas-setup-summary'.
8455
8456         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8457         `wl-mode-line-buffer-identification'.
8458
8459         * wl-mule.el (wl-draft-overload-functions): Use revised
8460         `wl-mode-line-buffer-identification'.
8461
8462         * wl-folder.el (wl-make-plugged-alist): Don't call
8463         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8464         (wl-folder): Don't call `wl-folder-init-icons' directly.
8465         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8466         `wl-xmas-setup-folder' directly;
8467         use revised `wl-mode-line-buffer-identification'.
8468         (TopLevel): Don't bind `wl-biff-init-icons',
8469         `wl-plugged-init-icons', `wl-folder-init-icons',
8470         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8471
8472         * wl-e21.el (wl-draft-overload-functions): Use revised
8473         `wl-mode-line-buffer-identification'.
8474         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8475         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8476         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8477         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8478         `wl-make-plugged-hook';
8479         add `wl-folder-init-icons' and `wl-setup-folder' to
8480         `wl-folder-mode-hook'.
8481
8482 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8483             Katsumi Yamaoka    <yamaoka@jpl.org>
8484
8485         * wl.el (wl): Call `wl-biff-start'.
8486         (wl-exit): Call `wl-biff-stop'.
8487         (wl-plugged-mode): Show biff in modeline.
8488         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8489
8490         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8491         (wl-biff-init-icons): New function.
8492         (wl-plugged-init-icons): Don't make too much keymaps.
8493         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8494
8495         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8496         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8497         variables.
8498         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8499         options.
8500
8501         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8502         wl-biff-start, wl-biff-stop): New functions.
8503         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8504         (wl-biff-timer-name): New variable.
8505
8506         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8507
8508         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8509         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8510
8511         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8512         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8513
8514         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8515         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8516         `wl-folder-init-icons' to `ignore' if they are not available.
8517         (wl-folder-mode): Show biff in modeline.
8518
8519         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8520         (wl-biff-init-icons): New function.
8521         (wl-plugged-init-icons): Don't make too much keymaps.
8522         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8523
8524 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8525
8526         * wl-vars.el (wl-strict-diff-folders): Customization Type
8527         and doc fix.  Define as a list of regular expressions for
8528         folders or nil.
8529         * wl-folder.el (wl-folder-check-one-entity): Use
8530         `wl-string-match-member' instead of `wl-string-member' for
8531         `wl-strict-diff-folders'.
8532
8533 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8534
8535         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8536         (wl-highlight-folder-current-line): Use it; new implementation.
8537         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8538         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8539         `defsubst' instead of `defun'.
8540
8541         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8542         `wl-highlight-group-folder-by-numbers'; made it can also be a
8543         number.  See info for more details.
8544
8545         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8546         running.
8547
8548         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8549         to bind them.
8550
8551         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8552         (wl-highlight-folder-current-line): New implementation.
8553
8554         * wl-highlight.el (wl-highlight-folder-group-line): New
8555         implementation.
8556         (wl-delete-all-overlays): Rewrite as a marco.
8557         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8558
8559         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8560         running.
8561         (wl-folder-*-glyph): No need to bind them.
8562
8563         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8564         `wl-e21-highlight-folder-group-icon'; rewrite.
8565         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8566         `defsubst' instead of `defun'.
8567         (wl-folder-mode-map): Bind it when compiling.
8568
8569 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8570
8571         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8572
8573         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8574
8575 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8576
8577         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8578
8579 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8580
8581         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8582         (wl-highlight-folder-current-line): Use it.
8583
8584         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8585         in `id-name'.
8586
8587 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8588
8589         * wl.el: Require `wl-e21' when Emacs 21 is running.
8590
8591         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8592         default when Emacs 21 is running.
8593         (wl-use-highlight-mouse-line): Ditto.
8594         (wl-on-emacs21): New constant.
8595         (wl-on-emacs20): Removed.
8596
8597         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8598         Emacs 21 is running.
8599
8600         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8601         Emacs 21 is running.
8602
8603         * wl-e21.el: New file.
8604
8605 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8606
8607         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8608         (wl-toggle-plugged): Ditto.
8609         (wl-plugged-toggle): Ditto.
8610         (wl-plugged-toggle-all): Ditto.
8611
8612         * wl-vars.el (wl-plug-state-indicator): Refer
8613         `wl-plug-state-indicator-on' indirectly.
8614
8615 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8616
8617         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8618         Call `wl-folder-confirm-existence'.
8619
8620         * wl-folder.el (wl-folder-confirm-existence): Added optional
8621         argument `force'.
8622
8623 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8624
8625         * wl-summary.el (wl-summary-refile-subr): Assume
8626         `copy-or-refile' as symbol.
8627         (wl-summary-refile): Follow up above change.
8628         (wl-summary-copy): Ditto.  Doc fix.
8629
8630 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8631
8632         * wl-summary.el (wl-summary-pick): Don't bind
8633         `elmo-search-mime-charset'.
8634
8635         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8636         default using old backquote style.
8637         (wl-search-mime-charset): Abolished.
8638
8639         * wl-highlight.el (wl-highlight-headers):
8640         Call `point' after `re-search-forward'(for Nemacs).
8641
8642         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8643         for elmo-imap4.el.
8644
8645 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8646
8647         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8648         `wl-message-ignored-field-list' instead of
8649         `mime-view-ignored-field-list'.
8650
8651         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8652         Add interactive spec.
8653         (wl-folder-goto-bottom-of-current-folder): Ditto.
8654         (wl-folder-mode-map): Bind them.
8655
8656         * wl-vars.el (wl-message-ignored-field-list): New variable.
8657         (wl-message-visible-field-list): New variable.
8658
8659         * wl-mime.el (wl-mime-header-presentation-method): New function.
8660         (wl-mime-setup): Set header-presentation-method.
8661
8662 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8663
8664         * wl-nemacs.el (wl-draft-overload-functions): Set
8665         `mode-line-buffer-identification' instead of using
8666         `wl-make-modeline'.
8667
8668         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8669         instead of using `wl-make-modeline'.
8670
8671         * wl-xmas.el (wl-plugged-init-icons): Set up
8672         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8673         (wl-make-modeline): Abolish.
8674         (wl-draft-overload-functions): Set
8675         `mode-line-buffer-identification' instead of using
8676         `wl-make-modeline'.
8677
8678         * wl-util.el (wl-make-modeline-subr): Abolish.
8679         (wl-mode-line-buffer-identification): New alias.
8680
8681         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8682         (wl-summary-make-modeline): Abolish.
8683         (wl-summary-buffer-set-folder): Set
8684         `wl-summary-buffer-folder-indicator'.
8685         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8686         of using `wl-make-modeline'.
8687         (wl-summary-switch-to-clone-buffer): Don't set
8688         `mode-line-buffer-identification'.
8689         (wl-summary-goto-folder-subr): Ditto.
8690
8691         * wl-mule.el (wl-draft-overload-functions): Set
8692         `mode-line-buffer-identification' instead of using
8693         `wl-make-modeline'.
8694
8695         * wl-folder.el (wl-folder-mode): Set
8696         `mode-line-buffer-identification' instead of using
8697         `wl-make-modeline'.
8698         (wl-folder): Don't set `mode-line-buffer-identification'.
8699
8700 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8701
8702         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8703         instead of `member' for `wl-refile-guess-func-list' look-ups.
8704         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8705
8706 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8707
8708         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8709         `wl-message-button-dispatcher'.
8710
8711         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8712
8713         * wl-message.el (wl-message-button-dispatcher): Use it.
8714
8715         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8716         "In-Reply-To".
8717
8718         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8719         Bind `case-fold-search' to t.
8720
8721 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8722
8723         * wl-xmas.el (wl-message-overload-functions): Initialize
8724         `wl-message-button-map'.
8725
8726         * wl-mule.el (wl-message-overload-functions): Initialize
8727         `wl-message-button-map'.
8728
8729         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8730
8731         * wl-message.el (wl-message-button-map): New keymap.
8732         (wl-message-add-button): New function.
8733         (wl-message-button-dispatcher): New function.
8734         (wl-message-button-refer-article): New function.
8735
8736         * wl-highlight.el
8737         (wl-highlight-message-add-buttons-to-header): New function.
8738         (wl-highlight-headers): Use it.
8739
8740 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8741
8742         * wl-summary.el (wl-summary-default-from): Use
8743         `wl-address-get-petname-1'.
8744         (wl-summary-simple-from): Ditto.
8745
8746         * wl-address.el (wl-address-get-petname-1): New inline function.
8747         (wl-address-get-petname): Use it.
8748
8749 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8750
8751         * wl-summary.el (wl-summary-default-from): Return full-name part
8752         from the address if no petname was found.
8753         (wl-summary-simple-from): Ditto.
8754
8755         * wl-address.el (wl-address-get-petname): Return nil if no petname
8756         associated with the address was found.
8757
8758 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8759
8760         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8761         display is finished.
8762
8763 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8764
8765         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8766         `elmo-folder-exists-p' argument.
8767
8768 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8769
8770         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8771         the folder.
8772
8773 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8774
8775         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8776
8777         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8778         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8779
8780 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8781
8782         * wl-folder.el (wl-folder-create-subr): New function.
8783         (wl-folder-confirm-existence): Use it.
8784         (wl-folder-check-one-entity): Use it.
8785         Check the error symbol is derived from 'elmo-open-error.
8786
8787         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8788         `ignore-error'.
8789
8790 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8791
8792         * wl-util.el (toplevel): Add (eval-when-compile (require
8793         'elmo-util)).  (Maybe `provide' is typo.)
8794
8795 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8796
8797         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8798         (I don't know why this was needed.)
8799
8800         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8801         Follow up changes for stream-type.
8802
8803         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8804         (wl-draft-elmo-nntp-send): Ditto.
8805
8806         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8807         (wl-nntp-posting-stream-type): Ditto.
8808         (wl-pop-before-smtp-ssl): Abolished.
8809         (wl-nntp-posting-ssl): Ditto.
8810
8811         * wl-address.el (wl-address-quote-specials): New function.
8812         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8813
8814         * wl-draft.el (wl-draft-reply): Ditto.
8815
8816 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8817
8818         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8819         use function `wl-string-match-assoc'.
8820
8821 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8822
8823         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8824
8825         * wl-draft.el (wl-draft-deduce-address-list): New function.
8826         (wl-draft-parse-mailbox-list): Ditto.
8827         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8828         instead of `smtp-deduce-address-list'.
8829         (wl-draft-on-field-p): Follow group list.
8830
8831         * wl-address.el (wl-address-concat-token): New function.
8832         (wl-address-string-without-group-list-contents): Ditto.
8833         (wl-complete-field-body): Fixed problem of completion
8834         by japanese petname.
8835         (wl-address-make-completion-list): Rewrite.
8836
8837 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8838
8839         * wl-address.el (wl-address-make-completion-list): Completion by
8840         petname.
8841         (wl-complete-field-body): Likewise.
8842
8843 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8846         contains invalid address syntax.
8847
8848 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8849
8850         * wl-folder.el (wl-folder-check-entity-async): Use
8851         `elmo-nntp-spec-hostname'.
8852
8853 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8854
8855         * wl-summary.el (wl-summary-msgdb-load-async): Use
8856         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8857
8858 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8859
8860         * wl-draft.el (wl-draft-reply): Set argument
8861         `content-transfer-encoding' as nil.
8862
8863 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8864
8865         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8866         `wl-refile-alist'.
8867
8868 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8869
8870         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8871         (wl-draft-edit-string): Ditto.
8872         (wl-draft-forward): Ditto.
8873         * wl-summary.el (wl-summary-write): Ditto.
8874
8875 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8876
8877         * wl-summary.el (wl-summary-sync-update3): Call
8878         `wl-summary-buffer-number-column-detect'.
8879         (wl-summary-buffer-number-column-detect): Search from point-min.
8880
8881 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8884         contains an address which is not included in original to or cc.
8885
8886 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8887
8888         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8889         begin-line does not exist.
8890         * wl-message.el (wl-message-uu-substring): Ditto.
8891
8892 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8893
8894         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8895         clear local variables.
8896         (wl-summary-exit): Call `elmo-commit'.
8897         (wl-summary-switch-to-clone-buffer): Call
8898         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8899         (wl-summary-goto-folder-subr): Ditto.
8900
8901         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8902         POP folder.
8903
8904 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8905
8906         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8907         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8908         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8909         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8910         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8911         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8912
8913         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8914
8915 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8916
8917         * wl-summary.el (wl-summary-search-by-subject):
8918         Search parent message from the latest one.
8919
8920 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8921
8922         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8923         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8924
8925         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8926         New user option.
8927
8928         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8929         if elmo-nntp-use-killed-list is nil.
8930         Use `elmo-msgdb-append-to-killed-list'.
8931         (Append numbers confirmed as disappeared to the killed list.)
8932         (wl-summary-confirm-appends): Don't display negative number.
8933
8934 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8935
8936         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8937
8938 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8939
8940         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8941         range is `all'.
8942         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8943         `elmo-list-bigger-diff'.
8944
8945 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8946
8947         * wl-summary.el (wl-summary-buffer-exit-func):
8948         New buffer local variable.
8949         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8950
8951 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8952
8953         * wl-demo.el (wl-demo): Fix the last change.
8954
8955 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8956
8957         * wl-demo.el (wl-demo): Don't use `eval'.
8958
8959 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8960
8961         * wl-summary.el (wl-summary-buffer-thread-modified):
8962         New buffer-local variable.
8963         (wl-summary-set-thread-modified): New function.
8964         (wl-summary-thread-modified-p): New function.
8965         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8966         (wl-summary-yank-saved-message): Use function
8967         `wl-summary-set-thread-modified'
8968         (wl-summary-switch-to-clone-buffer): Add
8969         `wl-summary-buffer-thread-modified'.
8970
8971         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8972         (wl-summary-buffer-mark-saved-hook): Ditto.
8973         * wl-summary.el (wl-summary-msgdb-save): New hook
8974         `wl-summary-buffer-message-saved-hook' and
8975         `wl-summary-buffer-mark-saved-hook'.
8976
8977 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8978
8979         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8980
8981 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8982
8983         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8984         don't hide scroll bars under FSF Emacsen because it may incur an
8985         undesirable redrawing.
8986
8987 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8988
8989         * wl-draft.el (wl-draft-edit-string): Call
8990         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8991
8992 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8993
8994         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8995
8996 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8997
8998         * wl-summary.el (wl-summary-msgdb-load-async): Call
8999         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9000
9001 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9002
9003         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9004         fringes in demo buffer; center bitmap logo correctly even if old
9005         Mule is used.
9006
9007 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9008
9009         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9010
9011         * wl-refile.el (wl-refile-subject-alist): New variable.
9012         (wl-refile-subject-alist-file-name): Ditto.
9013         (wl-refile-alist-setup): Rewrite.
9014         (wl-refile-alist-save): Use `elmo-object-save'.
9015         Eliminated arguments.
9016         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9017         (wl-refile-guess-by-subject): New function.
9018         (wl-refile-guess-func-list): Added it.
9019
9020 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9021
9022         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9023         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9024
9025 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9028         New buffer-local variable.
9029         (wl-summary-buffer-next-folder-func): Ditto.
9030         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9031         if non-nil.
9032         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9033         if non-nil.
9034         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9035         if non-nil.
9036         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9037         if non-nil.
9038
9039 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9040
9041         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9042         permanently in the demo buffer.
9043
9044 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9045
9046         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9047         `mime-entity-fetch-field'.
9048
9049         * wl.el (wl-exit): Delete plugged buffer.
9050
9051         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9052         XEmacs has menubar feature.
9053
9054 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9055
9056         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9057         cannot arrive at the beginning of the buffer under old Emacsen.
9058
9059 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-address.el (wl-address-ldap-search):
9062         Call `ldap-search-entries' with `withdn' argument t.
9063         (wl-complete-field-body): Bind completion-ignore-case as t.
9064         Clear ldap search hash when it was sole completion.
9065         Use elmo-string for pattern string.
9066         (wl-ldap-alias-safe-string): Eliminated needless let.
9067
9068 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9069
9070         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9071         (wl-ldap-alias-sep): New constant.
9072         (wl-ldap-search-attribute-type-list): Ditto.
9073         (wl-ldap-get-value): New function.
9074         (wl-ldap-make-filter): Ditto.
9075         (wl-ldap-make-matched-value-list): Ditto.
9076         (wl-ldap-alias-safe-string): Ditto.
9077         (wl-ldap-register-dn-string): Ditto.
9078         (wl-address-ldap-search): Rewrite.
9079
9080 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9081
9082         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9083         thread is deleted.
9084         (wl-thread-delete-line-from-buffer): Ditto.
9085         (wl-thread-get-exist-children): New function.
9086
9087 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9088
9089         * wl-demo.el (wl-demo): Made it to select various image types.
9090         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9091         from `wl-title-logo'.
9092         (wl-logo-ascii): New variable.
9093         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9094         (wl-demo-copyright-notice): New constant.
9095
9096         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9097
9098 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9099
9100         * wl-vars.el (wl-summary-target-above): Renamed from
9101         wl-summary-temp-above.
9102         * wl-score.el (wl-score-get-score-alist): Use it.
9103         (wl-summary-score-update-all-lines): Use it.
9104         * wl-summary.el: Ditto. (make-variable-buffer-local).
9105
9106 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9107
9108         * wl-vars.el (wl-ldap-port): New user option.
9109
9110         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9111         Rewite whole implementation.
9112         (wl-complete-field-body): Fixed.
9113
9114 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9115
9116         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9117         Choose implementation at compile time.
9118
9119 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9120
9121         * wl-address.el (wl-ldap-search-internal): New function.
9122         (wl-complete-field-to): Use it.
9123
9124 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9125
9126         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9127         Use `let' instead of `let*'.
9128         Require 'wl-vars.
9129
9130         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9131         Define as defcustom.
9132         (wl-ldap-base): Ditto.
9133         (wl-use-ldap): Ditto.
9134
9135 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9136
9137         * wl-address.el (wl-ldap-search): New function.
9138         (wl-complete-field-body): Use `wl-ldap-search'.
9139         (wl-ldap-server): New variable.
9140         (wl-ldap-base): Ditto.
9141         (wl-use-ldap): Ditto.
9142
9143 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9144
9145         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9146         (Pointed out by Mito <mit@nines.nec.co.jp>).
9147         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9148         buffer-local variables like `wl-summary-redisplay-internal'.
9149         (wl-summary-redisplay-all-header): Likewise.  Update
9150         Summary view too.
9151
9152 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * wl-summary.el (wl-summary-jump-to-parent-message):
9155         Consider prefix argument.
9156
9157         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9158         when closed thread is deleted.
9159
9160 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9161
9162         * wl-summary.el (wl-summary-jump-to-parent-message):
9163         Consider thread modification.
9164
9165 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9166
9167         * wl-message.el (wl-message-normal-get-original-buffer): Use
9168         `save-excursion'.
9169
9170         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9171         (wl-summary-showto-folder-regexp): Ditto.
9172
9173 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9174
9175         * wl-util.el (wl-delete-alist): Doc fix.
9176         (wl-delete-associations): New function.
9177         (wl-inverse-alist): New function.
9178         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9179         Split temporary variables. Use `wl-delete-associations'
9180         and `wl-inverse-alist'.
9181         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9182
9183 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9184
9185         * wl-folder.el (wl-folder-prefetch-entity):
9186         Execute prefetching if new count is unknown.
9187
9188 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9189
9190         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9191
9192         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9193         delete entity.
9194         (wl-thread-set-parent): If insert as top, set linked as nil.
9195
9196         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9197         `wl-thread-cleanup-symbols' when view mode is thread.
9198
9199 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9200
9201         * wl-folder.el (wl-folder-create-folder-entity): Use
9202         with-current-buffer.
9203         (wl-local-folder-init): Call set-buffer to make sure we are in
9204         the Folder buffer. Don't touch buffer-local variables here.
9205         (wl-folder-mode): Initialize buffer-local variables here.
9206
9207         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9208         (wl-folder-entity-assign-id): Ditto.
9209         (wl-folder-create-entity-hashtb): Ditto.
9210         (wl-local-folder-init): Ditto.
9211         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9212
9213 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9214
9215         * wl-summary.el (wl-summary-default-from): Fix probrem when
9216         std11-extract-address-components return (nil "foo@bar").
9217
9218 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9219
9220         * wl-draft.el (wl-draft-clone-local-variables):
9221         Remove redundant `setq'.
9222
9223 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9224
9225         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9226         Bind wl-highlight-x-face-func as nil while highlighting header.
9227
9228 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9229
9230         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9231
9232 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9233
9234         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9235         elmo-msgdb-overview-hashtb from copy-variables.
9236         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9237         instead of `elmo-msgdb-overview-get-entity-by-number'.
9238         (wl-summary-auto-refile): Ditto.
9239
9240         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9241         `elmo-msgdb-overview-get-entity' instead of
9242         `elmo-msgdb-search-overview-entity'.  Use
9243         `elmo-msgdb-overview-get-entity' instead of
9244         `elmo-msgdb-overview-get-entity-by-number'.
9245         (wl-thread-insert-entity-sub): Ditto.
9246         (wl-thread-insert-message): Ditto.
9247
9248         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9249         `elmo-msgdb-overview-get-entity'.
9250         (wl-normal-message-redisplay): Ditto.
9251
9252 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9253
9254         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9255         `wl-thread-entities'.
9256         (wl-thread-delete-message): Fix remove top message from
9257         `wl-thread-entity-list'.
9258
9259         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9260         wl-append(nconc), because update-list is broken on Meadow.
9261
9262         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9263         updating process.
9264         (wl-summary-rescan): Ditto.
9265         (wl-summary-sync-update3): Ditto.
9266         * wl-thread.el (wl-thread-set-parent): Renamed from
9267         `wl-summary-set-parent'.
9268         (wl-thread-insert-message): Updating buffer faster.
9269         (wl-thread-delete-message): Updating buffer faster.
9270
9271         * wl-score.el (wl-summary-score-update-all-lines): Changed
9272         interval for display progress gauge.
9273
9274 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9275
9276         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9277         folder always-sticky.
9278         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9279         defmacro.
9280
9281 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9282
9283         * wl-vars.el (wl-draft-add-references): New user option.
9284
9285         * wl-draft.el (wl-draft-add-references): New function.
9286         (wl-draft-yank-from-mail-reply-buffer): Use it.
9287         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9288         as nil.
9289
9290 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9291
9292         * wl-thread.el (wl-thread-update-line-msgs): Called
9293         `wl-thread-update-line-on-buffer-sub'.
9294         (wl-thread-update-line-on-buffer): Delete routine of inserting
9295         thread.
9296         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9297         moved from `wl-thread-update-line-on-buffer'.
9298         Add threshold for displaying progress gauge.
9299         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9300         argument of `wl-thread-update-line-msgs'.
9301         Add threshold for displaying progress gauge.
9302         * wl-folder.el:
9303         Add threshold for displaying progress gauge.
9304         * wl-score.el: Ditto.
9305
9306         * wl-expire.el (wl-summary-expire): Display deleting info.
9307
9308 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9309
9310         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9311         `no-msg'.
9312         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9313         argument of `wl-thread-update-line-msgs'.
9314         (wl-summary-set-parent): Added optional argument `parent-number'.
9315         (wl-summary-buffer-saved-message): New buffer local variable.
9316         (wl-summary-save-current-message): New command.
9317         (wl-summary-yank-saved-message): Ditto.
9318         (wl-summary-mode-map): Added key binding for
9319         `wl-summary-save-current-message' (\ew) and
9320         `wl-summary-yank-saved-message' (\C-y).
9321         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9322
9323 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * wl-summary.el (wl-summary-mode-map): Added key binding for
9326         `wl-summary-set-parent' (ts).
9327
9328 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9329
9330         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9331         subject faster. If thread number is reverse, delayed updating
9332         thread.
9333         (wl-summary-search-by-subject): Ditto.
9334         (wl-summary-put-alike): Ditto.
9335         (wl-summary-get-alike): Ditto.
9336         (wl-summary-insert-headers): Insert header of all overview in
9337         buffer.
9338         (wl-summary-rescan): Delayed updating thread. Kill search subject
9339         buffer for wl-summary-search-by-subject.
9340         (wl-summary-sync-update3): Ditto.
9341         (wl-summary-exit): Ditto.
9342         (wl-summary-goto-bottom-of-current-thread): Change for linked
9343         thread.
9344         (wl-summary-overview-create-summary-line): Change line for linked
9345         thread.
9346
9347         * wl-summary.el (wl-summary-update-thread): Use
9348         wl-thread-maybe-get-children-num.
9349         (wl-summary-set-parent): If change parent, move sub thread.
9350         (wl-summary-redisplay-internal): Add horizontal recenter.
9351         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9352
9353         * wl-thread.el (wl-thread-entity-get-linked): New function.
9354         (wl-thread-entity-set-linked): New function.
9355         (wl-thread-create-entity): Add linked element.
9356         (wl-thread-entity-insert-as-top): Use wl-append.
9357         (wl-thread-maybe-get-children-num): If closing thread, return
9358         children msgs.
9359         (wl-thread-update-line-msgs): Displaying progress message.
9360         (wl-thread-update-line-on-buffer-sub): Use
9361         wl-thread-maybe-get-children-num.
9362         (wl-thread-update-line-on-buffer): If update line is not exists,
9363         insert thread.
9364         (wl-thread-delete-message): If delete top msg of thread, search
9365         parent by subject.
9366         (wl-thread-insert-entity): Use
9367         wl-thread-maybe-get-children-num.
9368
9369         * wl-highlight.el (wl-highlight-summary-current-line): change
9370         sregexp for linked thread.
9371         * wl-util.el (wl-count-lines): Count lines.
9372         (wl-horizontal-recenter): horizontal recenter.
9373         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9374         (wl-score-get-alike): Ditto.
9375         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9376         (wl-subject-length-limit): New variable.
9377         (wl-highlight-thread-indent-string-regexp): Changed for linked
9378         thread.
9379
9380 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9381
9382         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9383         New variable (revival).
9384         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9385         by subject matching if there's no in-reply-to nor references field
9386         (revival).
9387
9388 \f
9389 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9390
9391         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9392         message.
9393
9394 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9395
9396         * wl-summary.el (wl-summary-reply): Return t if there was a
9397         message at cursor point.
9398         Added unwind-protect.
9399         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9400         returns t.
9401         (wl-summary-cancel-message): Do nothing when there's no message at
9402         cursor point.
9403         (wl-summary-forward): Ditto.
9404         (wl-summary-jump-to-parent-message): Ditto.
9405         (wl-summary-reedit): Ditto.
9406         (wl-summary-edit-addresses): Ditto.
9407         (wl-summary-pipe-message): Ditto.
9408         (wl-summary-print-message-with-ps-print): Ditto.
9409         (wl-summary-print-message): Ditto.
9410         (wl-summary-mark-as-important): Ditto.
9411         (wl-summary-mark-as-unread): Ditto.
9412
9413         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9414         message at cursor point.
9415         (wl-summary-reply-with-citation): Remove unwind-protect.
9416
9417         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9418         subject searching feature.
9419         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9420         Eliminated.
9421
9422 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9423
9424         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9425         New variable.
9426         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9427         by subject matching if there's no in-reply-to nor references field.
9428
9429         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9430
9431         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9432         when display is finished.
9433         (wl-folder-open-all): Ditto.
9434         (wl-folder-update-access-group): Ditto.
9435         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9436         * wl-thread.el (wl-thread-close-all): Ditto.
9437
9438         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9439         progress gauge only when it was displayed.
9440         * wl-folder.el (wl-folder-insert-entity): Ditto.
9441
9442 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9443
9444         * wl-summary.el (wl-summary-incorporate): Enclose
9445         `wl-summary-sync-force-update' with save-excursion.
9446
9447 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9448
9449         * wl-summary.el (wl-summary-prefetch-region):
9450         Pass current cursor point to `pos-visible-in-window-p' after
9451         moving cursor to the started point.
9452
9453 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9454
9455         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9456
9457         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9458         fields from the forwarding message.
9459         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9460         `ignored-fields'.
9461
9462 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9463
9464         * wl-mime.el (wl-message-request-partial):
9465         Eliminated argument `msgdb'.
9466         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9467         (wl-mime-combine-message/partial-pieces): Likewise.
9468         * tm-wl.el (wl-message-request-partial): Likewise.
9469         (wl-mime-combine-message/partial-pieces): Likewise.
9470
9471 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9472
9473         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9474         when display is finished.
9475
9476 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9477
9478         * wl-summary.el (wl-summary-goto-folder-subr):
9479         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9480
9481 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9482
9483         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9484         when cursor point is visible.
9485
9486 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9487
9488         * wl-expire.el (wl-expire-archive-get-max-number):
9489         Don't use `file-name-directory'.
9490
9491 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9492
9493         * wl-expire.el (wl-expire-archive-get-max-number):
9494         Use `file-name-directory'.
9495
9496 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9497
9498         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9499         only when there is progress.
9500
9501 2000-04-13  Mito <mit@nines.nec.co.jp>
9502
9503         * wl-summary.el (wl-summary-sync-marks): Display progress.
9504
9505 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9506
9507         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9508         (wl-summary-prev): Move cursor regardless of unread status.
9509         (wl-summary-next): Ditto.
9510
9511 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9512
9513         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9514         Added argument `target' and `number'.
9515         * tm-wl.el (wl-summary-burst-subr): New function.
9516         (wl-summary-burst): Use it.
9517
9518 2000-04-10  Mito <mit@nines.nec.co.jp>
9519
9520         * wl-mime.el (wl-burst): New function.
9521         (wl-summary-burst): Use it.
9522
9523 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9524
9525         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9526         as petname when there's no candidate.
9527
9528 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9529
9530         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9531         New variable.
9532         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9533
9534         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9535
9536         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9537
9538 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9539
9540         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9541         Use substring of `original' instead of buffer-substring.
9542         (wl-refile-evaluate-rule):
9543         Set `original' argument of wl-refile-expand-newtext.
9544
9545         * wl-summary.el
9546         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9547         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9548         (wl-summary-auto-refile): Check existence of destination folder just
9549         before marking.
9550
9551 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9552
9553         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9554         when wl-refile-get-field-value return nil.
9555
9556 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9557
9558         * wl-refile.el
9559         (wl-refile-expand-newtext): New function imported from Gnus.
9560         (wl-refile-evaluate-rule): Use it.
9561
9562 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-summary.el (wl-summary-print-destination):
9565         Duplicate folder string to avoid putting text-property on
9566         original string.
9567
9568         * wl-refile.el (wl-refile-get-field-value): New function.
9569         (wl-refile-evaluate-rule): New function;
9570         Evaluate refile rule recursively.
9571         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9572         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9573         New function; Check existence of a target folder recursively.
9574         (wl-summary-auto-refile-check-refile-rule-alist):
9575         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9576
9577 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9578
9579         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9580
9581         * wl-folder.el (wl-create-folder-entity-from-buffer):
9582         Fixed problem when '}' character is contained in folder name.
9583
9584         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9585
9586 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9587
9588         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9589         (wl-fldmgr-add-completion-all-completions):
9590         Use wl-fldmgr-add-completion-hashtb.
9591
9592 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9593
9594         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9595         wl-fldmgr-add-completion-subr): New functions.
9596         * wl-folder.el (wl-folder-completion-func): New variable.
9597         * wl-summary.el (wl-summary-read-folder):
9598         Use wl-folder-completion-func.
9599
9600         * wl-refile.el: Eliminate throw & catch.
9601
9602         * wl.el (wl-plugged-sending-queue-status): Fixed.
9603
9604 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9605
9606         * wl-draft.el (wl-draft): Put category property on
9607         mail-header-separator.