* wl-summary.el (wl-summary-set-flags): Allow flag operation even
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
4         if folder type is `'flag'.
5         (wl-summary-mark-as-important): Ditto.
6
7 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-address.el (wl-address-minibuffer-history): New variable.
10         (wl-address-minibuffer-local-map): New keymap.
11         (wl-address-read-from-minibuffer): New function.
12
13         * wl-action.el (wl-summary-get-resend-address): Use
14         `wl-address-read-from-minibuffer' instead of `completing-read'.
15
16 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * Version number is increased to 2.11.32.
19
20 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
21
22         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
23         without mule to iso-8859-1.
24         (wl-draft-add-in-reply-to): Add note in description.
25         (wl-draft-add-references): Ditto.
26
27 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
28
29         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
30         definition for `m'.
31         (wl-summary-mode-line-format): Add '[%m]'.
32         (wl-message-mode-line-format-spec-alist): Ditto.
33         (wl-summary-display-mime-mode-list): New variable.
34
35         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
36         from wl-summary-buffer-display-as-is.
37         (wl-summary-buffer-display-all-header): New buffer local variable.
38         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
39         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
40         instead of wl-summary-buffer-display-as-is.
41         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
42         (wl-summary-set-persistent-mark): Ditto.
43         (wl-summary-set-message-buffer-or-redisplay): Just call
44         `wl-summary-redisplay-internal' without optional arguments.
45         (wl-summary-toggle-mime): Rewrite.
46         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
47         (wl-summary-toggle-all-header): New function.
48         (wl-summary-redisplay-internal): Treat mime mode.
49
50         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
51         to wl-mime-preview-follow-no-mime.
52         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
53         accodring to the display-mode.
54
55         * wl-message.el (wl-message-buffer-display-type): Rewrite.
56         (wl-message-buffer-display): Changed argument name from `as-is' to
57         `mode'.
58         (wl-message-display-internal): Ditto;
59         Bind elmo-mime-display-header-analysis according to the mode.
60         (wl-message-display-internal): Put wl-message-display-mime-mode
61         property on entire buffer.
62
63 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
64
65         * wl-draft.el (wl-draft-do-fcc): Undo last change.
66
67 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
68
69         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
70         Don't extract mail address.
71         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
72
73         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
74
75         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
76
77 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
78
79         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
80         wl-fldmgr-cut-entity-list on confirmation.
81
82 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
83
84         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
85         (wl-mime-quit-preview): Check existence of
86         mime-edit-temp-message-buffer here.
87
88 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
89
90         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
91         after deletion.
92
93         * wl-draft.el (wl-draft-send-confirm): Check major-mode
94         before calling wl-mime-quit-preview.
95
96 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-summary.el (wl-summary-pick): If call it with prefix
99         argument, set `delete-marks' as non-nil. Pick from only visible
100         messages.
101         (wl-summary-check-target-mark): New function.
102         (wl-summary-target-mark-mark-as-read): Use it.
103         (wl-summary-target-mark-mark-as-unread): Ditto.
104         (wl-summary-target-mark-operation): Ditto.
105         (wl-summary-target-mark-set-flags): Ditto.
106         (wl-summary-target-mark-save): Ditto.
107         (wl-summary-target-mark-pick): Ditto.
108         (wl-summary-target-mark-forward): Ditto.
109         (wl-summary-target-mark-reply-with-citation): Ditto.
110         (wl-summary-target-mark-print): Ditto.
111         (wl-summary-target-mark-uudecode): Ditto.
112
113         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
114         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
115         with `ask-coding' is non-nil.
116
117 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-thread.el (wl-thread-set-parent): If parent is a message
120         which is identified by references, set linked as nil.
121
122 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
123
124         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
125         (wl-message-mode-line-format-spec-alist): Ditto.
126         (wl-message-mode-line-format): Ditto.
127         (wl-summary-mode-line-format): Ditto for docstring.
128         (wl-summary-no-mime-folder-list): Fix typo.
129
130         * wl-util.el (wl-current-message-buffer): Call
131         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
132
133         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
134         variable.
135         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
136         of `wl-summary-redisplay-no-mime'.
137         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
138         (wl-summary-toggle-mime): New function.
139         (wl-summary-redisplay-all-header): Rewrite.
140         (wl-summary-redisplay-no-mime): Ditto.
141         (wl-summary-redisplay-internal): Added argument `as-is' and
142         `all-header'.
143
144         * wl-refile.el (wl-refile-default-from-folder-path-separator):
145         New variable.
146         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
147         bottom.
148         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
149         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
150         "/" unconditionally.
151
152         * wl-mime.el (wl-draft-yank-current-message-entity): Use
153         wl-mime-preview-follow-no-mime for as-is content.
154         (wl-mime-preview-follow-no-mime): New function.
155         (wl-mime-preview-follow-current-region): Fixed parenthesis.
156
157         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
158         and added `as-is', `all-header'.
159         (wl-message-buffer-display): Ditto.
160         (wl-message-buffer-display-type): New function.
161
162 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-vars.el (wl-message-header-button-alist): Change default
165         value.
166         (wl-message-body-button-alist): Ditto.
167
168 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
169
170         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
171
172 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
173
174         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
175
176 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
177
178         * wl-summary.el (wl-summary-sync-marks): Remove condition which
179         is always true.
180
181 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
182
183         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
184         on null entity.
185
186 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
187
188         * wl-vars.el (wl-draft-reply-default-position): Fix range.
189
190 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-vars.el (wl-summary-resend-hook): New hook.
193
194         * wl-action.el (wl-summary-exec-action-resend-subr): Run
195         `wl-summary-resend-hook'.
196
197 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
198
199         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
200         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
201         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
202         (wl-summary-new-cached-mark): Changed default value to 'n'.
203         (wl-summary-unread-cached-mark): Changed default value to 'u'.
204         (wl-summary-answered-cached-mark): Changed default value to 'a'.
205         (wl-folder-sync-range-alist): Remove spec for 'flag.
206         (wl-summary-force-prefetch-folder-list): New user option.
207
208         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
209         `wl-summary-toggle-persistent-mark'.
210         (wl-summary-update-mark-and-highlight-window): Don't highlight when
211         number is nil.
212         (wl-summary-mark-as-answered-region): Set interactive argument of
213         `wl-summary-set-persistent-mark-internal'.
214         (wl-summary-mark-as-important-region): Ditto.
215         (wl-summary-unset-persistent-mark): Ditto.
216         (wl-summary-set-persistent-mark): Ditto.
217         (wl-summary-mark-as-answered): Ditto.
218         (wl-summary-mark-as-important): Ditto.
219         (wl-summary-set-persistent-mark-internal): Do nothing
220         when `elmo-message-flag-available-p' is nil.
221         (wl-summary-toggle-persistent-mark): New function.
222         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
223         when the folder matches `wl-summary-force-prefetch-folder-list'.
224
225
226         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
227         when number is nil.
228         (wl-highlight-summary-forwarded-face): New face.
229
230 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
231
232         * Version number is increased to 2.11.31.
233
234 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
235
236         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
237         (wl-biff-check-folder-async): Ditto.
238         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
239
240 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
241
242         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
243         Add an argument `reverse'.  All callers are updated.
244         (wl-summary-sort): Add a prefix argument `reverse' to specify
245         reverse sorting.
246         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
247         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
248         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
249
250 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-message.el (wl-message-redisplay): Does not narrow header if
253         disply-type is all-header or as-is.
254
255         * wl-summary.el (wl-summary-enter-handler): Use
256         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
257
258 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
259
260         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
261         after adding wl-draft-parent-variables.
262         (wl-draft-forward): Ditto.
263
264 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * wl-summary.el (wl-summary-sync-marks): Call
267         `wl-summary-set-persistent-mark' and
268         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
269         (wl-summary-set-persistent-mark-internal): Add 4th argument
270         `no-server'.
271         (wl-summary-unset-persistent-mark): Ditto.
272         (wl-summary-set-persistent-mark): Ditto.
273         (wl-summary-add-flags-internal): Abolish.
274         (wl-summary-remove-flags-internal): Ditto.
275         (wl-summary-mark-as-important-internal): Ditto.
276         (wl-summary-mark-as-important): Use
277         `wl-summary-set-persistent-mark' instead of
278         `wl-summary-add-flags-internal'.
279         (wl-summary-mark-as-important-region): Ditto.
280
281         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
282
283         * wl-summary.el (wl-summary-get-available-flags): New function.
284         (wl-summary-sync-marks): Use it and simplified.
285         (wl-summary-unset-persistent-mark): Use
286         `wl-summary-get-available-flags'.
287         (wl-summary-set-persistent-mark): Ditto.
288
289 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
290
291         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
292         id.
293
294 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-summary.el (wl-summary-enter-handler): If argument is not a
297         number, call `wl-summary-prev-line-content'. Show message when the
298         message is not found.
299
300 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
301
302         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
303         wl-summary-enter-handler.
304         (wl-summary-enter-handler): New command.
305
306         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
307         docstring and custom spec.
308
309         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
310         flags too; Don't treat Cached and New.
311         (wl-summary-set-persistent-mark): Ditto.
312
313         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
314         `wl-folder-set-flag'.
315
316         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
317         instead of `wl-folder-set-flag'.
318
319         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
320         for completion.
321         (wl-summary-set-persistent-mark): Ditto.
322
323         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
324         instead of `wl-draft-quit-preview'.
325
326         * wl-mime.el (toplevel): Avoid compile warning.
327         (wl-mime-quit-preview): New function
328         (formarly defined as `wl-draft-quit-preview').
329         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
330         quitting method.
331
332         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
333
334         * wl-folder.el (wl-folder-set-flag): Renamed from
335         `wl-draft-set-flag-on-parent'.
336
337         * wl-draft.el (wl-draft-quit-preview): New function.
338         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
339         (wl-draft-send): Call `wl-folder-set-flag' instead of
340         `wl-draft-set-flag-on-parent'.
341         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
342
343 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
346         (wl-draft-send): Ditto.
347
348 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
349
350         * wl-vars.el (wl-draft-reply-hook): Changed default value.
351         (wl-draft-kill-pre-hook): Set default value as nil.
352         (wl-summary-reply-hook): Ditto.
353         (wl-draft-kill-flags): Abolish.
354
355         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
356         (wl-draft-parent-variables): Renamed from
357         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
358         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
359         argument; Add wl-draft-parent-variables to
360         wl-draft-config-variables.
361         (wl-draft-reply): Likewise.
362         (wl-draft-kill-flags): Abolish.
363         (wl-draft-send): Call wl-draft-set-flag-on-parent.
364         (wl-draft-set-flag-on-parent): New function.
365         (wl-draft-setup-parent-flag): Ditto.
366
367 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
368
369         * wl-draft.el (wl-draft-kill-flags): Avoid error when
370         `wl-draft-parent-folder' is "".
371
372 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
373
374         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
375         (wl-summary-digit-jump): New function.
376         (Adviced by John Owens and Hiroya Murata)
377
378         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
379         (Adviced by John Owens)
380
381         * wl-xmas.el (wl-message-define-keymap): Ditto.
382
383         * wl-mule.el (wl-message-define-keymap): Ditto.
384
385 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
388         change of return value of elmo-folder-count-flags.
389
390         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
391         (wl-summary-mark-as-read-internal): Ditto.
392         (wl-summary-set-persistent-mark-internal): Ditto.
393         (wl-summary-folder-info-update): Ditto.
394         (wl-summary-sync-update): Fixed the last change.
395
396         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
397
398 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
399
400         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
401         (wl-draft-kill-flags): Fixed docstring.
402
403         * wl-draft.el (wl-draft-kill-flags): New function.
404         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
405
406 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
407
408         * wl-vars.el (wl-reply-hook): Abolish.
409         (wl-draft-reply-hook): New hook.
410         (wl-summary-reply-hook): Ditto.
411         (wl-draft-forward-hook): Ditto.
412         (wl-summary-forward-hook): Ditto.
413         (wl-draft-kill-flags): New variable.
414
415         * wl-summary.el (wl-summary-mark-as-answered-region): Use
416         wl-summary-set-persistent-mark-internal.
417         (wl-summary-sync-marks): Use elmo-preserved-flags.
418         (wl-summary-update-persistent-mark): Make it interactive.
419         (wl-summary-set-persistent-mark-internal): New inline function.
420         (wl-summary-mark-as-answered): Use it.
421         (wl-summary-mark-as-unanswered): Ditto.
422         (wl-summary-unset-persistent-mark): New function.
423         (wl-summary-set-persistent-mark): Ditto.
424         (wl-summary-reply): Don't set answered flag;
425         Run wl-summary-reply-hook instead.
426         (wl-summary-forward): Call wl-draft-forward with number.
427         Run wl-summary-forward-hook.
428
429         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
430         (wl-highlight-summary-line-face-spec): Use it as a default
431         persistent mark face.
432
433         * wl-draft.el (wl-draft-forward): Added optional argument number;
434         Set wl-draft-parent-number; Run wl-draft-forward-hook.
435         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
436         (wl-draft-kill): Use wl-draft-kill-flags.
437
438         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
439
440         * wl-folder.el (wl-folder-check-one-entity): Follow the change
441         of return value of elmo-folder-count-flags.
442
443         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
444
445         * wl-summary.el (wl-summary-count-unread): Ditto.
446         (wl-summary-sync-update): Follow the change above.
447         (wl-summary-force-prefetch): New function.
448
449 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
450
451         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
452         variable `buf' with `let' instead of `setq'.
453
454 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
455
456         * wl-mime.el (wl-message-delete-current-part): If filename exists,
457         add Content-Disposition heaeder on the deleted part.
458
459 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
460
461         * wl-draft.el (wl-draft-save): Encode address list under edit by
462         `eword-encode-unstructured-field-body'.
463
464         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
465
466 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
467
468         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
469         wl-current-summary-buffer.
470
471 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
472
473         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
474         `numbers' is ignored.
475
476 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
477
478         * wl-folder.el (wl-folder-open-folder): Avoid error.
479         Reported by John Owens, [wl-en:815]
480
481         * wl.el (wl): Set timer for biff process even if prefix argument
482         is given or auto-checking is quitted.
483
484         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
485         immediately.
486         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
487         (wl-toggle-plugged): Ditto.
488
489         * wl-vars.el (wl-biff-use-idle-timer): New variable.
490         * wl-util.el (wl-biff-start): Use idle timer if
491         `wl-biff-use-idle-timer' is non-nil.
492
493 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-highlight.el (wl-highlight-message): Fix description.
496
497 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
498
499         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
500         tty.
501
502 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
503
504         * wl-action.el (wl-summary-exec): Print failure count.
505
506 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
509         to `defun', remove interactive form.
510         Set elmo-message-fetch-confirm when force-reload is non-nil.
511
512 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-summary.el (toplevel): Removed unnecessary autoload.
515
516 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
517
518         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
519         the buffer is generated from another message buffer.
520
521 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
524         extracted from `wl-fldmgr-save-folders'.
525         (wl-fldmgr-delete): Call it after deletion.
526
527 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
530         multi-tty support.
531
532 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
533
534         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
535
536 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
537
538         * wl-summary.el (wl-summary-rescan): Remove unused variables.
539         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
540
541 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
544         unsubscribe list only if argument CLEAR is nil.
545
546 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * wl-draft.el (wl-draft-reply): Decode subject before removing
549         Re: prefix.
550
551 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
552
553         * wl-summary.el (wl-summary-sort-by-size): New command.
554
555 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-summary.el (wl-summary-number-list-from-region): New
558         function.
559         (wl-summary-mark-as-read-region): Use it.
560         (wl-summary-mark-as-unread-region): Ditto.
561         (wl-summary-set-flags-region): Ditto and add optional argument
562         remove.
563         (wl-summary-mark-as-answered-region): Ditto.
564         (wl-summary-mark-as-important-region): Ditto.
565         (wl-summary-target-mark-mark-as-important): Added optional
566         argument remove.
567         (wl-summary-target-mark-mark-as-answered): Ditto.
568         (wl-summary-target-mark-set-flags): Ditto.
569
570 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-summary.el (wl-summary-set-flags-region): Call
573         `wl-summary-set-flags-internal' with number list instead of call
574         one by each message.
575         (wl-summary-target-mark-set-flags): Likewise.
576
577 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-summary.el (wl-summary-target-mark-operation): Add optional
580         argument `inverse' and use `wl-summary-delete-all-target-marks'.
581         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
582         (wl-summary-target-mark-mark-as-answered): Likewise.
583
584 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
585
586         * wl-summary.el (wl-summary-target-mark-forward): Use
587         `wl-summary-delete-all-target-marks' instead of
588         `wl-summary-delete-all-temp-marks'.
589         (wl-summary-target-mark-reply-with-citation): Ditto.
590         (wl-summary-target-mark-uudecode): Ditto.
591         (wl-summary-target-mark-set-flags): Ditto and remove needless
592         cursor move.
593
594 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-summary.el (wl-summary-target-mark-forward): Protect
597         wl-summary-buffer-target-mark-list from nreverse.
598         (wl-summary-target-mark-reply-with-citation): Ditto.
599
600 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
601
602         * wl-thread.el (wl-thread-update-indent-string-thread): Use
603         `elmo-display-progress-threshold'.
604
605 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606
607         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
608         check `wl-summary-highlight'.
609         (wl-summary-window-scroll-functions): Respect value of
610         `wl-summary-highlight'.
611         (wl-summary-sync-update): Run hooks
612         `wl-summary-buffer-window-scroll-functions' at any time.
613
614 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
615
616         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
617         from `wl-summary-cleanup-temp-marks'.
618         (wl-summary-cleanup-temp-marks): Abolish argument.
619         * wl.el (wl-save-status): Revert previous change.
620         (wl-execute-temp-marks): New function, call
621         `wl-summary-exec-with-confirmation'.
622         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
623         (wl-folder-save-and-exec-marks): Abolished.
624
625 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-e21.el (wl-e21-display-image-p): Respect
628         `wl-highlight-folder-with-icon'.
629         (wl-e21-highlight-folder-group-line): Highlight mouse line
630         even if wl-e21-display-image-p is nil.
631
632         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
633         Respect value of `wl-summary-highlight'.
634
635         * wl.el (wl-save-status): Remove unused variable.
636
637         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
638         (wl-folder-mode-map): Bind it to "x".
639
640 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
641
642         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
643
644         * wl-thread.el (wl-thread-get-parent-list): Don't check
645         disconnected ancestors, neglecting needless work in
646         `wl-thread-update-indent-string-thread'.
647
648         * wl.el (wl-save): Take prefix argument to execute remaining marks.
649         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
650         argument, add argument default-keep to keep marks by default.
651
652         * Version number is increased to 2.11.30.
653
654         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
655         customization type and docstring.
656         (wl-draft-reply-without-argument-list): Ditto.
657
658 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
659
660         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
661
662         * wl-spam.el (wl-spam-mark-action-list): Ditto.
663
664 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
667
668 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
669
670         * wl-draft.el (wl-draft-config-exec): Narrow the range of
671         save-excursion so as not to include run-hooks.
672
673 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
676         Clarify that marks are going to be cleared.
677
678 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
681         according to 3rd element of wl-summary-flag-mark.
682
683         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
684
685 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-action.el (wl-summary-target-mark-all): Don't set
688         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
689
690 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
693         (wl-forward-subject-prefix): Ditto.
694         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
695         (wl-draft-reply-make-subject): Ditto.
696
697         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
698         `wl-draft-forward'.
699         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
700
701 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
702
703         * wl-action.el (wl-summary-target-mark-set-action): Stop if
704         target message does not exist.
705
706 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
707
708         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
709         `wl-subject-prefix-regexp'.
710         (wl-subject-forward-prefix-regexp): New variable.
711         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
712         `wl-draft-strip-subject-re' and take regexp as argument.
713         (wl-draft-forward): Use it.
714         (wl-draft-reply): Ditto.
715
716 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
717
718         * wl-e21.el (wl-highlight-plugged-current-line): Change for
719         emacs multi-tty support.
720
721 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
722
723         * wl-e21.el (wl-e21-display-image-p): Don't call
724         `display-images-p'.
725         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
726         support.
727         (wl-highlight-folder-current-line): Ditto.
728         (wl-folder-init-icons): Ditto.
729
730 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
733         the last line of summary in unplugged mode.
734
735 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
736
737         * wl-vars.el (wl-refile-rule-alist): Doc fix.
738
739 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
740
741         * wl-vars.el (wl-user-mail-address-regexp): New variable.
742         * wl-address.el (wl-address-user-mail-address-p): Use it.
743         (wl-address-delete-user-mail-addresses): Ditto.
744         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
745
746         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
747         (wl-address-delete-user-mail-addresses): Ditto.
748
749         * wl-address.el (wl-address-delete-user-mail-addresses): New
750         function.
751         * wl-refile.el (wl-refile-guess-by-history): Use it.
752         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
753         (wl-draft-make-mail-followup-to): Ditto and fix logic.
754
755         * wl-draft.el (wl-draft-edit-string): To judge sender address,
756         use wl-address-user-mail-address-p.
757
758 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
759
760         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
761         after opening group.
762
763 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
766         of elmo-set-buffer-multibyte.
767
768         * wl-message.el (wl-original-message-mode): Ditto.
769
770         * wl-score.el (wl-score-insert-header): Ditto.
771
772         * wl-summary.el
773         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
774         (wl-summary-goto-folder-subr): Ditto.
775         (wl-summary-insert-headers): Ditto.
776
777         * wl-util.el (wl-set-string-width): Ditto.
778
779         * Version number is increased to 2.11.29.
780
781 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
782
783         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
784         (wl-highlight-summary-line-help-echo-alist): New variable.
785         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
786         into `wl-highlight-summary-line-help-echo' and
787         `wl-highlight-flag-folder-help-echo'.
788         (wl-highlight-summary-line-string): Change accordingly.
789         (wl-highlight-summary-current-line): Ditto.
790
791 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
792
793         * wl-highlight.el (wl-highlight-message): Ignore white spaces
794         at the beginning of field body (Thanks to Markus Knittig).
795
796         * wl-draft.el (wl-draft-insert-current-message): Also check
797         summary buffer, remove unnecessary tag.
798
799 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
800
801         * wl-draft.el (wl-draft-insert-current-message): Cause error also
802         when wl-message-buffer is nil.
803
804         * wl-folder.el (wl-folder): Abolish unused argument.
805         Call wl-folder-init when wl-folder-entity is nil.
806         * wl.el (wl): Change accordingly.
807
808 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
811         multibyte string before insert into draft buffer.
812         (wl-draft-create-buffer): Always enable multibyte characters for
813         draft buffer.
814
815         * Version number is increased to 2.11.28.
816
817 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
818
819         * wl-folder.el (wl-folder-open-close): Handle blank line.
820         (wl-folder-jump-to-current-entity): Ditto.
821
822 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823
824         * Version number is increased to 2.11.27.
825
826 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * wl-thread.el (wl-thread-insert-message): When the thread is
829         devided by wl-summary-max-thread-depth, insert line at the end of
830         buffer.
831
832 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * Version number is increased to 2.11.26.
835
836 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
837
838         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
839
840 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
843         value of stream-type and session.
844
845 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * Version number is increased to 2.11.25.
848
849 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
850
851         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
852         in a quit message.
853
854 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
855
856         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
857         (wl-summary-redisplay-no-mime-internal): Ditto.
858
859 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
860
861         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
862         * wl-vars.el (wl-smtp-connection-type): Ditto.
863
864 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
865
866         * wl-highlight.el (wl-highlight-message): Change to strict regexp
867         for the separator line and quote mail-header-separator.
868
869 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-spam.el (wl-message-check-spam): Fixed problem no display
872         result message.
873
874         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
875         `elmo-multiple-fields-body-list' with boundary as
876         mail-header-separator.
877
878 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
879
880         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
881
882 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
883
884         * wl-util.el (wl-list-diff): Remove unused function.
885
886         * wl-draft.el (wl-draft-send-confirm): Discard input before
887         confirmation.
888
889 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
892         order of flag and new.
893
894 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-vars.el (wl-refile-policy-alist): Abolished.
897
898         * wl-action.el (wl-summary-set-action-refile): Follow the change
899         above.
900
901 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * wl-highlight.el (wl-highlight-signature-search): Don't use
904         re-search-backward for a long word since it is possible to crash
905         XEmacs because of a bug.
906
907 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
908
909         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
910
911 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
912
913         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
914         argument for wl-summary-sync-force-update.
915
916 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
917
918         * wl-summary.el (wl-summary-mode-map): Revival of
919         wl-summary-mark-as-important related bindings;
920         Bind 'F','tF','mF','rF','m&'.
921         (wl-summary-mark-as-important-region): Revival.
922         (wl-summary-target-mark-mark-as-important): Ditto.
923         (wl-summary-target-mark-operation): New function.
924         (wl-summary-target-mark-mark-as-answered): Use it.
925         (wl-summary-decide-flag): Don't set Important as default.
926         (wl-summary-mark-as-important-internal): Revival.
927         (wl-summary-mark-as-important): Ditto.
928
929         * wl-thread.el (wl-thread-mark-as-important): Ditto.
930
931         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
932         instead of facep.
933
934 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
935
936         * wl-dnd.el (wl-dnd-drop-func): Fix.
937
938         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
939         mouse-set-point instead of posn-point.
940
941         * wl-xmas.el (wl-completing-read-multiple): Define as function.
942
943         * wl-mule.el (wl-completing-read-multiple): Ditto.
944
945 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-demo.el (face-background-name): Defalias to avoid compile
948         warning.
949
950 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
951
952         * wl-summary.el (wl-summary-decide-flag): Use
953         wl-completing-read-multiple instead of completing-read-multiple.
954
955         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
956         New alias.
957
958         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
959         Use face-background-name instead of face-background.
960
961         * wl-vars.el (wl-summary-save-file-suffix): New user option.
962
963         * wl-summary.el (wl-summary-save): Use it.
964         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
965
966         * wl-mime.el (wl-mime-save-content): Fix last change.
967
968 2004-02-10  Len Trigg <lenbok@myrealbox.com>
969
970         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
971         New function.
972         (wl-summary-sort-specs): Added sort.
973         * wl-mime.el (wl-mime-save-content): Expand file name.
974
975 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
976
977         * wl-mime.el (wl-draft-preview-message): Fixed typo.
978
979         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
980
981 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
982
983         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
984         for flag if it is not defined.
985
986 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
987
988         * wl-e21.el (wl-highlight-folder-current-line): Use
989         elmo-folder-type-internal when elmo-folder-type returns nil.
990
991         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
992
993         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
994
995         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
996
997         * wl-e21.el (wl-summary-toolbar): Ditto.
998
999         * wl-vars.el (wl-demo-background-color): Abolished.
1000         (wl-summary-persistent-mark-priority-list): Renamed from
1001         wl-summary-flag-priority-list.
1002         (wl-summary-flag-alist): New user option.
1003         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1004         (wl-message-mode-line-format-spec-alist): Added 'F'.
1005         (wl-message-mode-line-format): Likewise.
1006         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1007         instead of wl-summary-important-mark.
1008         (wl-file-folder-icon): New variable.
1009
1010         * wl-thread.el (wl-thread-set-flags): Renamed from
1011         wl-thread-mark-as-important.
1012
1013         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1014         warning.
1015         (wl-summary-mode-menu-spec): Follow the change of 
1016         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1017         (wl-summary-mode-map): Follow the change of
1018         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1019         (wl-summary-detect-mark-position): Follow the variable name change.
1020         (wl-summary-set-flags-region): New function for the replacement of
1021         wl-summary-mark-as-important-region.
1022         (wl-summary-sync-marks): Sync all global-flags.
1023         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1024         instead of elmo-message-flagged-p.
1025         (wl-summary-persistent-mark-string): Follow the variable name change;
1026         Put wl-summary-flag-mark if the message has global-flag.
1027         (wl-summary-target-mark-set-flags): Renamed from 
1028         wl-summary-target-mark-mark-as-important.
1029         (wl-summary-decide-flag): New function.
1030         (wl-summary-set-flags-internal): Renamed from
1031         wl-summary-mark-as-important-internal.
1032         (wl-summary-add-flags-internal): New function.
1033         (wl-summary-remove-flags-internal): Ditto.
1034         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1035         (wl-summary-mark-as-unimportant): Abolish.
1036         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1037         (wl-summary-next-message): List flagged messages in the msgdb.
1038
1039         * wl-score.el (wl-summary-score-update-all-lines): Use
1040         wl-summary-add-flags-internal instead of 
1041
1042         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1043
1044         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1045         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1046         (wl-message-buffer-require-all-header): Renamed from
1047         wl-message-buffer-all-header-flag (Ditto).
1048         (wl-message-buffer-flag-indicator): New variable.
1049         (wl-message-redisplay): Changed local varibale name from `flag' to
1050         `display-type'; Set up wl-message-buffer-flag-indicator.
1051         (wl-message-buffer-display): Changed varibale name from `flag' to
1052         `display-type'.
1053         (wl-message-display-internal): Likewise.
1054
1055         * wl-highlight.el (wl-highlight-demo-face): Define default background
1056         color.
1057         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1058
1059         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1060
1061         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1062         (wl-demo-setup-properties): Renamed from
1063         `wl-demo-set-background-color'.
1064         (wl-demo): Follow the change above.
1065         
1066         * Version number is increased to 2.11.24.
1067
1068 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-summary.el (wl-summary-toggle-thread): Call
1071         `wl-summary-rescan' with disable-thread as non-nil.
1072         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1073
1074 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1075
1076         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1077         foreground property of the face.
1078         (wl-demo-insert-text): Don't set up face property here.
1079         (wl-demo): Call wl-demo-set-background-color, anyway.
1080
1081 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1082
1083         * wl-vars.el (wl-demo-background-color): The value can be nil.
1084
1085 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1086
1087         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1088         to wl-summary-wheel-dispatcher.
1089
1090         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1091         wl-message-wheel-dispatcher.
1092         (wl-message-wheel-dispatcher): New function.
1093         (wl-summary-wheel-dispatcher): Ditto.
1094
1095 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1096
1097         * wl-action.el (wl-summary-target-mark-all): List messages which are
1098         not in the killed-list.
1099
1100         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1101         only when the folder is 'flag/important.
1102
1103         * wl-address.el (wl-complete-field-body): Complete if the last
1104         character is a space.
1105
1106 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-folder.el (wl-folder-clear-entity-info): Use
1109         elmo-clear-hash-val.
1110
1111         * wl-fldmgr.el (wl-fldmgr-rename): Set
1112         wl-folder-info-alist-modified as t.
1113
1114 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1115
1116         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1117
1118 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1119
1120         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1121         (wl-folder-buffer-last-visited-entity-id): New buffer local
1122         variable.
1123         (wl-folder-revisit-last-visited-folder): New function.
1124         (wl-folder-mode-map): Bind it to "C-i".
1125         (wl-folder-set-current-entity-id): Set last visited folder.
1126         * wl-summary.el (wl-summary-exit): Ditto.
1127
1128 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1131         before calling `recenter' in order to cope with an XEmacs bug.
1132
1133 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1134
1135         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1136         to the default value.
1137
1138 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1141         change.
1142         (wl-summary-sync-marks): Ditto.
1143         (wl-summary-mark-as-read-internal): Ditto.
1144         (wl-summary-mark-as-answered-internal): Ditto.
1145         (wl-summary-mark-as-important-internal): Ditto.
1146         (wl-summary-reply): Ditto.
1147
1148         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1149         instead of `elmo-folder-unflag-answered'.
1150
1151         * Version number is increased to 2.11.23.
1152
1153         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1154         the last change.
1155
1156 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1157
1158         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1159         Specify "spam" or "good".
1160
1161 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1162
1163         * wl-spam.el (wl-summary-exec-action-spam): Call
1164         wl-folder-confirm-existence for spam folder.
1165         (wl-spam-setup): Bind "mk".
1166
1167 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1170
1171 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1172
1173         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1174         destination folder is empty.
1175
1176 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1177
1178         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1179         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1180
1181         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1182         (wl-summary-refile-prev-destination-region): New function.
1183         (wl-thread-refile-prev-destination): Ditto.
1184         (wl-summary-target-mark-refile-prev-destination): Ditto.
1185
1186 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1187
1188         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1189         (wl-demo-background-color): Changed default value.
1190
1191         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1192         color.
1193
1194         * wl-demo.el (wl-demo-set-background-color): New function.
1195         (wl-demo): Call it.
1196
1197 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1198
1199         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1200         * wl-address.el (wl-address-add-or-change): Don't add empty
1201         address.
1202
1203 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1204
1205         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1206
1207 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * wl-vars.el (wl-demo-image-filter-alist): New variable
1210         (wl-demo-background-color): Ditto.
1211
1212         * wl-demo.el (wl-demo-xpm-set-background): New function.
1213         (wl-demo-image-filter): Ditto.
1214         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1215
1216         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1217
1218         * wl-demo.el (wl-demo-icon-name): Define as function.
1219         (wl-demo-insert-image): Use it.
1220
1221 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1222
1223         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1224
1225 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1226
1227         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1228
1229 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1230
1231         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1232
1233 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * wl-thread.el (wl-thread-mark-as-answered): New function.
1236
1237         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1238         answered" entry.
1239         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1240         "r&" and wl-thread-mark-as-answered to "t&".
1241         (wl-summary-mark-as-important-region): Refine to toggle mark.
1242         (wl-summary-mark-as-answered-region): New function.
1243         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1244         and 3rd argument.
1245         (wl-summary-mark-as-important-internal): Likewise.
1246
1247 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-template.el (wl-template-preview): New internal variable.
1250         (wl-template-preview-p): New function.
1251         (wl-template-show): Bind `wl-template-preview' as t.
1252
1253 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1254
1255         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1256         `elmo-message-entity-field' with 3rd argument which is non-nil.
1257
1258 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1261         Removed duplicate local bind `folder'.
1262
1263 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1266
1267 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1270         duplicate definition.
1271
1272 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1273
1274         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1275         non-nil, use it; Don't fetch message if there's no message in the
1276         current cursor position.
1277
1278 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-util.el (wl-region-exists-p): Use region-active-p.
1281         (wl-deactivate-region): New function.
1282         * wl-message.el (wl-message-redisplay): Deactivate region.
1283
1284         * wl-summary.el (wl-summary-reply): Call
1285         `wl-summary-set-message-buffer-or-redisplay' instead of
1286         `wl-summary-redisplay-internal', don't move point.
1287
1288 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1291         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1292         by regexp.
1293
1294 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1297         if no need.
1298
1299 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1300
1301         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1302         default value to nil.
1303         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1304         `wl-summary-prepare-hook'; Replace refile action to
1305         `wl-summary-exec-action-refile-with-register'.
1306
1307         * Version number is increased to 2.11.22.
1308
1309 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1310
1311         * wl-summary.el (wl-summary-detect-mark-position): Set
1312         `wl-summary-buffer-weekday-name-lang'.
1313
1314 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1315
1316         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1317         (wl-summary-mark-as-read-all): Ditto.
1318         (wl-summary-delete-messages-on-buffer): Ditto.
1319         (wl-summary-sync-update): Ditto.
1320         (wl-summary-mark-as-read-internal): Ditto.
1321         (wl-summary-mark-as-answered-internal): Ditto.
1322         (wl-summary-update-folder-info): Abolished.
1323
1324 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-summary.el (wl-summary-mark-as-read-all): Use
1327         `wl-summary-update-folder-info' instead of
1328         `wl-folder-update-unread'.
1329
1330 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1331
1332         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1333         `wl-summary-folder-info-update'.
1334         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1335         instead of `wl-summary-folder-info-update'.
1336         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1337         `wl-folder-set-folder-updated'.
1338         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1339         instead of `wl-folder-update-unread'.
1340         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1341         the value of `wl-summary-buffer-unread-count' for the second parameter of
1342         `wl-folder-update-unread'.
1343
1344         * Version number is increased to 2.11.21.
1345
1346 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1347
1348         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1349         a local variable.
1350
1351 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1352
1353         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1354         interactively.
1355
1356         * wl-summary.el (wl-summary-mark-as-important-internal): New
1357         internal function.
1358         (wl-summary-mark-as-important): Use it.
1359         (wl-summary-mark-as-unimportant): New function.
1360         (wl-summary-sync-marks): Follow the API change.
1361
1362         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1363
1364         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1365
1366 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1367
1368         * wl-folder.el (wl-folder-update-unread): Re-indent.
1369         Narrow the scope of a local variable.
1370
1371 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1374         (wl-addrmgr-merge-entries): Ditto.
1375         (wl-addrmgr): Added to address entry which exists in draft buffer
1376         if no entry is in original.
1377
1378 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * wl-batch.el: New file.
1381
1382 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1383
1384         * wl-vars.el (wl-use-semi): Remove unused variable.
1385
1386 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1387
1388         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1389         "?".
1390
1391 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1392
1393         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1394         wl-summary-new-mark.
1395         (wl-summary-new-cached-mark): New user option.
1396         (wl-summary-score-marks): Follow the change above.
1397         (wl-summary-auto-refile-skip-marks): Ditto.
1398         (wl-summary-incorporate-marks): Ditto.
1399         (wl-summary-expire-reserve-marks): Ditto.
1400
1401         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1402
1403         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1404         (wl-summary-persistent-mark-string): Distinguished between cached
1405         and uncached mark when the message is new.
1406
1407 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1408
1409         * wl-spam.el (wl-spam-domain): Renamed from
1410         `wl-spam-folder-guess-domain'.
1411         (wl-summary-exec-action-spam): Register as spam if domain of the
1412         source folder is good.
1413         (wl-summary-exec-action-refile-with-register): Register message if
1414         domain of the source folder is not undecided.
1415
1416 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1419         detect thread loop.
1420
1421 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1424         and wl-summary-skip-mark-list.
1425
1426 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427
1428         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1429
1430         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1431
1432         * wl-spam.el (toplevel): Require wl-highlight.
1433         (wl-spam-auto-check-policy-alist): Abolish.
1434         (wl-spam-auto-check-folder-regexp-list): New user option.
1435         (wl-spam-auto-check-marks): Ditto.
1436         (wl-spam-mark-action-list): Ditto.
1437         (wl-highlight-summary-spam-face): New face.
1438         (wl-spam-auto-check-message-p): New function.
1439         (wl-spam-map-spam-messages): Fixed message.
1440         (wl-spam-register-spam-messages): Ditto.
1441         (wl-spam-register-good-messages): Ditto.
1442         (wl-summary-spam-map): Add and remove keybind.
1443         (wl-summary-target-mark-spam): Abolish.
1444         (wl-summary-refile-spam): Ditto.
1445         (wl-summary-test-spam): New function.
1446         (wl-summary-mark-spam): Ditto.
1447         (wl-summary-auto-check-spam): Follow the above change.
1448         (wl-summary-exec-action-spam): New function.
1449         (wl-summary-exec-action-refile-with-register): Fixed message.
1450         (wl-message-check-spam): New function.
1451         (wl-spam-setup): Ditto.
1452         (toplevel): Call it if this file is loaded interactivity.
1453
1454         * Version number is increased to 2.11.20.
1455
1456 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1457
1458         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1459         when new optional argument `force' is non nil or modified.
1460
1461 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * wl.el (toplevel): Require wl-spam when compile.
1464         (wl-save-status): Call wl-spam-save-status.
1465
1466         * wl-spam.el (wl-spam-register-spam-messages): New function.
1467         (wl-spam-register-good-messages): Ditto.
1468         (wl-spam-save-status): Ditto.
1469         (wl-summary-mode-map): Bind
1470         wl-summary-target-mark-register-as-spam to "ms" and
1471         wl-summary-target-mark-register-as-good to "mn".
1472         (wl-summary-register-as-spam): Abolish optional argument; Use
1473         wl-spam-register-spam-messages.
1474         (wl-summary-register-as-spam-all): Use
1475         wl-spam-register-spam-messages.
1476         (wl-summary-register-as-good): Abolish optional argument; Use
1477         wl-spam-register-good-messages.
1478         (wl-summary-register-as-good-all): Use
1479         wl-spam-register-good-messages.
1480         (wl-summary-target-mark-register-as-spam): New funtion.
1481         (wl-summary-target-mark-register-as-good): Ditto.
1482
1483 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1484
1485         * wl-spam.el: New file.
1486
1487 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1490
1491         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1492         (wl-summary-auto-refile): Call wl-refile-guess with
1493         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1494
1495 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1498         with disable-thread argument non-nil.
1499
1500 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-summary.el (wl-summary-rescan): Added optional argument
1503         disable-thread.
1504         (wl-summary-sync): Call wl-summary-rescan with argument
1505         disable-thread.
1506         (wl-summary-input-range): Added new range `rescan-thread'.
1507
1508 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1509
1510         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1511
1512 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1515         internal variable.
1516         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1517         wl-summary-search-parent-by-subject-regexp and
1518         wl-summary-divide-thread-when-subject-changed as nil.
1519         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1520         (wl-summary-insert-thread): Search parent entity from
1521         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1522         thread loop.
1523
1524 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1527
1528         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1529
1530         * wl-util.el (wl-require-update-all-folder-p): New function.
1531         (wl-get-assoc-list-value): Added `function' to match directive.
1532         (wl-collect-draft): Rewrite.
1533
1534         * wl-summary.el (wl-summary-sync-update): Clear faces
1535         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1536         are non-nil.
1537         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1538         argument as function.
1539         (wl-summary-input-range): Ditto.
1540
1541         * wl-folder.el (wl-draft-get-folder): New function.
1542         (wl-folder-get-elmo-folder): Consider draft folder.
1543
1544         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1545         (wl-draft-buffer-message-number): New buffer local variable.
1546         (wl-draft-folder-internal): New internal variable.
1547         (wl-draft-delete): Rewrite.
1548         (wl-draft-save): Ditto.
1549         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1550         wl-folder-get-elmo-folder.
1551         (wl-draft-config-info-operation): Ditto.
1552         (wl-jump-to-draft-folder): Ditto.
1553         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1554         (wl-draft-reedit): Rewrite.
1555
1556         * Version number is increased to 2.11.19.
1557         
1558 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1559
1560         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1561         variable.
1562
1563 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1566         Use ignore-errors instead of unwind-protect.
1567
1568 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1569
1570         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1571         for updating `wl-thread-entity-list'.
1572
1573 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1574
1575         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1576         parameter from calling `wl-thread-entity-get-older-brothers' and
1577         `wl-thread-entity-get-younger-brothers'.
1578         Replace nested `append' with a single one.
1579
1580 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-summary.el (wl-summary-mode): Don't use the return value of
1583         `make-local-hook'.
1584
1585 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1586
1587         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1588         instead of `let*'.
1589         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1590         of local variables.
1591
1592 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1593
1594         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1595         Renamed from wl-summary-window-scroll-functions.
1596         (wl-summary-window-scroll-functions): Don't set to variable.
1597         (wl-summary-display-top): Use run-hooks.
1598         (wl-summary-display-bottom): Ditto.
1599         (wl-summary-toggle-disp-msg): Ditto.
1600         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1601         Use it instead of wl-summary-window-scroll-functions.
1602         (wl-summary-goto-folder-subr): Don't call
1603         wl-summary-window-scroll-functions, use
1604         wl-summary-buffer-window-scroll-functions instead.
1605
1606 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1609         make-local-variable.
1610
1611 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1612
1613         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1614         set-buffer-modified-p.
1615         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1616         (wl-summary-display-bottom): Ditto.
1617         (wl-summary-toggle-disp-msg): Ditto.
1618
1619 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1622
1623         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1624         (wl-summary-forward): Use elmo-message-entity-field instead of
1625         elmo-message-field.
1626
1627         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1628
1629 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1630
1631         * wl-summary.el (wl-summary-window-scroll-functions): No use
1632         `append'.
1633
1634 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1635
1636         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1637         function.
1638         (wl-summary-window-scroll-functions): Call it when both
1639         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1640         (wl-summary-temp-mark): Added optional argument number.
1641         (wl-summary-message-mark): Added optional argument flag.
1642         (wl-summary-persistent-mark): Added optional argument number and flag.
1643         (wl-summary-update-persistent-mark): Ditto.
1644         (wl-summary-update-status-marks): Set "r" for interactive spec.
1645
1646         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1647         argument number and flag.
1648
1649         * wl-action.el (wl-summary-registered-temp-mark): 
1650         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1651
1652 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1653
1654         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1655         internal variable (buffer local).
1656         (wl-summary-window-scroll-functions): New function.
1657         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1658         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1659         as nil.
1660         (wl-summary-update-status-marks): Added arguments beg, end and
1661         check.
1662         (wl-summary-update-mark-window): Use function.
1663         (wl-summary-sync-update): Follow the change above.
1664         (wl-summary-switch-to-clone-buffer): Copy
1665         wl-summary-buffer-unsync-mark-number-list.
1666         (wl-summary-goto-folder-subr): Set
1667         wl-summary-buffer-unsync-mark-number-list and
1668         use wl-summary-window-scroll-functions instead of
1669         wl-summary-lazy-highlight.
1670
1671         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1672
1673 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1674
1675         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1676
1677         * wl-summary.el (wl-summary-update-persistent-mark): Call
1678         wl-summary-set-message-modified.
1679
1680         * wl-summary.el (wl-summary-sync-update): Don't call
1681         wl-summary-update-status-marks.
1682
1683         * Version number is increased to 2.11.18.
1684
1685 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1686
1687         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1688         (wl-message-next-page): Ditto.
1689
1690 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1691
1692         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1693         local variable.  Change the order of a collected list into the
1694         same as the specified range.  Remove nil from a collected list.
1695
1696 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1699         argument for elmo-folder-list-messages.
1700
1701 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1702
1703         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1704         change (wl-summary-count-unreads return a list instead of a cons
1705         cell).
1706
1707 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1708
1709         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1710         `wl-summary-folder-info-update'.
1711
1712 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1713
1714         * wl-summary.el (wl-summary-set-message-modified): No use
1715         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1716         (wl-summary-set-mark-modified): Abolish.
1717         (wl-summary-mark-modified-p): Ditto.
1718         (wl-summary-save-view): Follow the change above.
1719
1720         * wl-expire.el (wl-summary-expire): Likewise.
1721
1722 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-summary.el (wl-summary-detect-mark-position): Use
1725         modb-entity-handler.
1726         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1727
1728         * Version number is increased to 2.11.17.
1729
1730 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1731
1732         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1733         entity field value.
1734         (wl-summary-prefetch-msg): Ditto.
1735         (wl-summary-print-message-with-ps-print): Ditto.
1736
1737 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1738
1739         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1740         for dummy entity.
1741         (wl-summary-insert-thread): Use elmo-message-entity-field.
1742         (wl-summary-update-thread): Use elmo-message-entity-field and
1743         elmo-message-entity-number.
1744         (wl-summary-line-number):  Use elmo-message-entity-number.
1745         (wl-summary-line-size): Use elmo-message-entity-field.
1746         (wl-summary-line-subject): Ditto.
1747         (wl-summary-line-from): Ditto.
1748         (wl-summary-line-attached): Ditto.
1749         (wl-summary-create-line): Ditto.
1750         (wl-summary-create-line): Use elmo-message-entity-number.
1751         (wl-summary-print-message-with-ps-print): Use
1752         elmo-message-entity-field.
1753
1754 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1757         change in elmo-msgdb-make-message-entity.
1758         (wl-summary-buffer-set-folder): Don't call
1759         wl-summary-detect-mark-position here.
1760         (wl-summary-rescan): Call elmo-message-entity-number.
1761         (wl-summary-sync-update): Ditto.
1762         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1763
1764         * wl-score.el (wl-score-header-index): Redefine 2th element.
1765         (wl-score-overview-entity-get-extra): Abolish.
1766         (wl-score-ov-entity-get): Rewrite.
1767         (wl-score-string-index<, wl-score-string-func<): Abolish.
1768         (wl-score-string<): New function.
1769         (wl-score-string-sort): Use it.
1770
1771         * wl-refile.el (wl-refile-guess-by-history): Use
1772         elmo-message-entity-field.
1773         (wl-refile-guess-by-from): Ditto.
1774         (wl-refile-guess-by-msgid): Ditto.
1775
1776         * Version number is increased to 2.11.16.
1777
1778 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1779
1780         * wl-folder.el (wl-folder-confirm-existence): Don't call
1781         file-exists-p if msgdb-path is nil.
1782         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1783         `wl-read-folder-hist' to `wl-read-folder-history'.
1784
1785 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1786
1787         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1788         `y-or-n-p'.
1789
1790 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * wl-score.el (wl-score-headers): Don't use
1793         elmo-folder-do-each-message-entity.
1794
1795         * Version number is increased to 2.11.15.
1796
1797 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1798
1799         * wl-summary.el (wl-summary-delete-all-msgs): Use
1800         elmo-folder-move-messages instead of elmo-folder-delete-messages
1801         and elmo-folder-detach-messages.
1802         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1803
1804         * wl-expire.el (wl-expire-delete): Ditto.
1805         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1806
1807 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1808
1809         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1810         (wl-message-header-narrowing-fields): Ditto.
1811         (wl-message-header-narrowing-lines): Ditto.
1812         (wl-message-header-narrowing-string): Ditto.
1813
1814         * wl-summary.el (wl-summary-mode-map): Bind
1815         wl-summary-toggle-header-narrowing to "C-cC-f".
1816         (wl-summary-toggle-header-narrowing): New function.
1817
1818         * wl-message.el (wl-message-buffer-create): Call
1819         wl-message-header-narrowing-setup.
1820         (wl-message-redisplay): Call wl-message-header-narrowing.
1821         (wl-message-header-narrowing): New function.
1822         (wl-message-header-narrowing-map): New keymap.
1823         (wl-message-header-narrowing-widen-map): New keymap.
1824         (wl-message-header-narrowing-again-at-mouse): New function.
1825         (wl-message-header-narrowing-1): Ditto.
1826         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1827         (wl-message-header-narrowing-setup): Ditto.
1828         (wl-message-header-narrowing-toggle): Ditto.
1829         
1830         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1831
1832         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1833         'flag as all.
1834         (wl-use-flag-folder-help-echo): New user option.
1835
1836         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1837         wl-summary-highlight as nil.
1838         (wl-summary-set-mark-modified): Follow the API change.
1839         (wl-summary-mark-modified-p): Ditto.
1840         (wl-summary-mark-as-read-all): Ditto.
1841         (wl-summary-sync-marks): Don't call
1842         elmo-folder-list-messages-with-global-mark.
1843         (wl-summary-mark-as-read-internal): Follow the API change.
1844         (wl-summary-mark-as-answered-internal): Ditto.
1845         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1846         Follow the API change.
1847         (wl-summary-create-line): Call with number argument.
1848         (wl-summary-reply): Follow the API change.
1849
1850         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1851         function.
1852         (wl-highlight-summary-line-string): Call it when
1853         wl-use-flag-folder-help-echo is non-nil.
1854         (wl-highlight-summary-current-line): Ditto.
1855         (elmo-flag-folder-referrer): Added autoload setting.
1856
1857         * wl-draft.el (wl-draft-kill): Follow the API change.
1858
1859         * Version number is increased to 2.11.14.
1860         
1861 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1864
1865 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * Version number is increased to 2.11.13.
1868
1869 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1870
1871         * wl-draft.el (wl-draft-previous-history-element): Fixed
1872         unbalanced parenthesis and bind unbound local variables.
1873
1874 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1875
1876         * wl-draft.el (wl-draft-previous-history-element): New function.
1877         (wl-draft-next-history-element): Ditto.
1878         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1879         them to M-p and M-n.
1880
1881 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1882
1883         * Version number is increased to 2.11.12.
1884
1885 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1886
1887         * wl-draft.el (wl-draft-hide): Select buffer-window.
1888
1889 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1890
1891         * wl-summary.el (wl-summary-narrow-to-region): New function.
1892         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1893         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1894         (wl-summary-save-region): Use it.
1895         * wl-action.el (wl-summary-collect-numbers-region)
1896         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1897
1898 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-folder.el (wl-folder-count-incorporates): Don't use
1901         `elmo-msgdb-mark-load'
1902
1903         * Version number is increased to 2.11.11.
1904
1905 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1906
1907         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1908         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1909
1910 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1911
1912         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1913
1914 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * Version number is increased to 2.11.10.
1917
1918 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * wl-mime.el (wl-draft-attribute-value): Fixed.
1921
1922 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1923
1924         * wl-util.el (wl-copy-local-variables): New function.
1925
1926         * wl-mime.el (wl-draft-attribute-recipients): New function.
1927         (wl-draft-attribute-envelope-from): Ditto.
1928         (wl-draft-attribute-smtp-posting-server): Ditto.
1929         (wl-draft-attribute-smtp-posting-port): Ditto.
1930         (wl-draft-attribute-value): Ditto.
1931         (wl-draft-preview-message): Use it to get value for
1932         attributes. Reflect result of `wl-draft-config'.
1933
1934         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1935         and call `wl-summary-mark-as-read' before to call
1936         `wl-summary-unset-mark'.
1937         (wl-summary-target-mark-mark-as-unread): Likewise.
1938         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1939
1940 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1941
1942         * wl-mime.el (wl-draft-preview-message): Use actual value for
1943         attributes; Fix for small window.
1944
1945 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-refile.el (wl-refile-get-field-value): Call
1948         `elmo-message-entity-field' with 3rd argument is non-nil.
1949
1950 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-vars.el (wl-draft-preview-attributes): New user option.
1953         (wl-draft-preview-attributes-list): Ditto.
1954         (wl-draft-preview-attributes-buffer-lines): Ditto.
1955         (wl-draft-preview-attributes-buffer-name): Ditto.
1956
1957         * wl-mime.el (wl-draft-preview-message): Display attributes.
1958
1959 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1960
1961         * wl-summary.el (wl-summary-detect-mark-position): Bind
1962         wl-summary-flag-priority-list to '(new).
1963
1964 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1965
1966         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1967         funtion.
1968         (wl-highlight-summary-line-string): Use it.
1969         (wl-highlight-summary-current-line): Ditto.
1970
1971 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1972
1973         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1974         line even when the mark string is not changed.
1975
1976         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1977         argument change in the wl-summary-create-line.
1978         (wl-thread-insert-entity-sub): Ditto.
1979
1980         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1981         argument change in the wl-summary-create-line.
1982         (wl-summary-insert-sequential): Ditto.
1983         (wl-summary-update-thread): Ditto.
1984         (wl-summary-persistent-mark-string): New inline function.
1985         (wl-summary-message-mark): Use it.
1986         (wl-summary-create-line): Abolish argument wl-persistent-mark
1987         and added wl-flags, wl-cached.
1988
1989         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1990         mark to flags.
1991         (wl-highlight-summary-current-line): Decide the face not by the 
1992         persistent mark but flags.
1993
1994 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1997         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1998         wl-summary-read-uncached-mark): Revive.
1999         (wl-summary-answered-cached-mark,
2000         wl-summary-answered-uncached-mark): New user option.
2001         (wl-summary-score-marks): Follow the change above.
2002         (wl-summary-auto-refile-skip-marks): Ditto.
2003         (wl-summary-incorporate-marks): Ditto.
2004         (wl-summary-expire-reserve-marks): Ditto.
2005         (wl-summary-flag-priority-list): New user option.
2006
2007         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2008         changes.
2009         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2010         of elmo-message-mark.
2011         (wl-summary-mark-as-read-internal): Ditto.
2012         (wl-summary-mark-as-answered): Ditto.
2013         (wl-summary-mark-as-important): Ditto.
2014         (wl-summary-redisplay-internal): Ditto.
2015         (wl-summary-redisplay-no-mime-internal): Ditto.
2016         (wl-summary-message-mark): New function.
2017         (wl-summary-insert-sequential): Use wl-summary-message-mark
2018         instead of elmo-message-mark.
2019         (wl-summary-update-thread): Ditto.
2020         (wl-summary-persistent-mark): Ditto.
2021         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2022         instead of elmo-message-mark.
2023
2024         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2025         wl-summary-message-mark instead of elmo-message-mark.
2026         (wl-thread-insert-entity-sub): Ditto.
2027         (wl-thread-get-children-msgs-uncached): Ditto.
2028
2029         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2030         variable name changes.
2031         (wl-highlight-summary-current-line): Ditto.
2032
2033         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2034         wl-summary-message-mark instead of elmo-message-mark.
2035
2036         * wl-expire.el (wl-expire-message-p): Ditto.
2037
2038         * wl-score.el (wl-score-headers): Ditto.
2039
2040         * Version number is increased to 2.11.9.
2041
2042         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2043         (wl-summary-sync-update): Follow the change above.
2044         (wl-summary-switch-to-clone-buffer): Ditto.
2045         (wl-summary-open-folder): Ditto.
2046
2047 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2050         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2051
2052         * Version number is increased to 2.11.8.
2053
2054         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2055
2056         * wl-expire.el (wl-expire-refile): Follow the API change on
2057         `elmo-folder-move-messages'.
2058         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2059
2060         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2061         (wl-summary-exec-action-refile): Ditto.
2062         (wl-summary-exec-action-copy): Ditto.
2063         (wl-summary-no-auto-refile-message-p): No use
2064         `wl-summary-buffer-msgdb'.
2065         (wl-summary-auto-refile): Ditto.
2066
2067 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2068
2069         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2070
2071 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2072
2073         * wl-summary.el (wl-summary-sync): Treat no-sync.
2074
2075         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2076         (wl-default-sync-range): Ditto.
2077
2078 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2079
2080         * wl-refile.el (wl-refile-subject-learn): Call
2081         `elmo-message-entity-field' with 3rd argument is non-nil.
2082         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2083         instead of `elmo-msgdb-overview-entity-get-subject'.
2084
2085 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2086
2087         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2088         scan-type is rescan.
2089         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2090         new optional argument force is non-nil.
2091         (wl-summary-save-view-cache): Call it with force argument non-nil.
2092
2093         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2094
2095 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * wl-action.el (wl-summary-print-argument): Fixed last change.
2098
2099 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2102         simplified.
2103         (wl-summary-target-mark-mark-as-unread): Likewise.
2104         (wl-summary-target-mark-mark-as-important): Likewise.
2105
2106 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107
2108         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2109         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2110         (wl-summary-mark-as-important-region): Change accordingly.
2111         (wl-summary-target-mark-mark-as-important): Ditto.
2112
2113 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2114
2115         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2116
2117         * wl-action.el (wl-summary-print-argument): Print argument to
2118         right side of window if `wl-summary-print-argument-within-window'
2119         is non-nil.
2120
2121 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * wl-action.el (wl-summary-set-mark): Use
2124         `wl-summary-message-visible-p' to check visibility of the message
2125         and jump to message only when the message line is visible and have
2126         different number; Call wl-summary-unset-mark with number argument.
2127         (wl-summary-unset-mark): 
2128         Use `wl-summary-message-visible-p'
2129         to check visibility of the message and jump to message only when
2130         the message line is visible and have different number;
2131
2132 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2133
2134         * Version number is increased to 2.11.7.
2135
2136         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2137         and wl-folder-summary-line-format.
2138
2139         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2140         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2141         (wl-summary-set-score-mark): Use it.
2142         (wl-summary-target-mark-mark-as-read): Ditto.
2143         (wl-summary-target-mark-mark-as-unread): Ditto.
2144         (wl-summary-target-mark-mark-as-important): Ditto.
2145         (wl-summary-target-mark-msgs): Simplified.
2146         (wl-summary-detect-mark-position): Fixed problem when
2147         summary-line-format no contain persisten/temp mark spec.
2148         (wl-summary-temp-mark): Ditto.
2149         (wl-summary-persistent-mark): Ditto.
2150         (wl-summary-update-persistent-mark): Ditto.
2151
2152         * wl-action.el (wl-summary-set-mark): Ditto.
2153         (wl-summary-unset-mark): Ditto.
2154         All other related portions are changed.
2155
2156 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2157
2158         * Version number is increased to 2.11.6.
2159
2160 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2161
2162         * wl-util.el (wl-current-message-buffer): Define as function;
2163         Don't use the value of wl-messge-buffer.
2164
2165         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2166         persistent mark.
2167
2168         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2169         no current message, cause an error.
2170
2171 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2172
2173         * wl-summary.el (wl-summary-set-message-modified): Use
2174         elmo-folder-set-message-modified instead of
2175         elmo-folder-set-message-modified-internal.
2176
2177 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2178
2179         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2180         interactively.
2181         (wl-summary-sync): nokill->entirely.
2182         (wl-summary-sync-marks): Fixed message.
2183         (wl-summary-input-range): Added mark, nokill->entirely.
2184
2185         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2186         messages as read.
2187
2188 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2189
2190         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2191         update-noscore.
2192         (wl-summary-sync): Follow the change above.
2193
2194 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2195
2196         * wl-action.el (wl-summary-target-mark-all): Use
2197         elmo-folder-list-messages.
2198
2199 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2200
2201         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2202         (wl-summary-rescan): Set wl-summary-scored as nil.
2203         (wl-summary-sync-force-update): Follow the change above.
2204         (wl-summary-sync): Ditto.
2205         (wl-summary-sync-update): Added argument disable-killed.
2206         (wl-summary-insert-headers): Set visible-only argument for
2207         elmo-folder-list-messages.
2208         (wl-summary-input-range): Added update-nokill, update-noscore,
2209         all-nokill, all-noscore and mark.
2210
2211         * Version number is increased to 2.11.5.
2212
2213         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2214
2215 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2216
2217         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2218         (wl-summary-prefetch-region-no-mark): Change accordingly.
2219         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2220
2221 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-address.el (wl-complete-field-to): Abolished.
2224         (wl-complete-address): Completion function for completing-read.
2225         * wl-action.el (wl-summary-get-resend-address): Use it.
2226
2227         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2228         wl-summary-update-mark and abolish unused argument.
2229         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2230         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2231         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2232         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2233         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2234         * wl-draft.el (wl-draft-kill): Ditto.
2235
2236         * wl-summary.el: Remove unused binding of case-fold-search.
2237         (wl-summary-replace-status-marks): Abolished.
2238
2239 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2240
2241         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2242         is specified or folder length is zero.
2243
2244 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2245
2246         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2247         (wl-folder-archive-current-entity): Ditto.
2248
2249 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2250
2251         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2252         retrieving message mark.
2253         (wl-summary-redisplay-internal): Ditto.
2254
2255         * wl-message.el (wl-message-buffer-display): Ignore errors while
2256         retrieving message-id field.
2257
2258         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2259         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2260         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2261         order of the arguments for `wl-expire-message-p'.
2262         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2263
2264         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2265         Check return value of wl-summary-reply.
2266         (wl-summary-reply): Recover window configuration when an error occured.
2267
2268 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2269
2270         * wl-summary.el (wl-summary-resend-message): Abolished, the
2271         feature is inherited by wl-summary-resend (put resend mark).
2272
2273 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2274
2275         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2276         wl-message-buffer to nil when the message is hide.
2277
2278 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2279
2280         * .cvsignore: New file.
2281
2282 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2283
2284         * wl-action.el (wl-summary-action-docstring): Add more info.
2285         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2286         duplicate definition.
2287         (wl-summary-define-mark-action): Functions wl-summary-*-region
2288         keep current position.
2289         (wl-summary-unregister-target-mark): Store result to the variable.
2290
2291 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2292
2293         * Version number is increased to 2.11.4.
2294
2295 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2298         wl-summary-delete-all-temp-marks.
2299         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2300
2301         * wl-action.el (wl-summary-set-mark): Changed terminology
2302         refile-destination -> action-argument.
2303         (wl-summary-unset-mark): Ditto.
2304         (wl-summary-remove-argument): Ditto.
2305         (wl-summary-print-argument): Ditto.
2306
2307         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2308         (wl-thread-remove-argument-region): Ditto.
2309         (wl-thread-print-argument-region): Ditto.
2310         (wl-thread-close): Ditto.
2311         (wl-thread-open): Ditto.
2312
2313         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2314         (wl-highlight-refile-destination-face is abolished)
2315         (wl-highlight-action-argument-string): Ditto.
2316         (wl-highlight-summary-current-line): Highlight action argument.
2317
2318         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2319         color for light backgrounds.
2320         (wl-highlight-summary-answered-face): Ditto.
2321
2322 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2323
2324         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2325
2326         * wl-score.el (wl-summary-score-update-all-lines): Use
2327         wl-summary-set-mark.
2328         (wl-summary-score-update-all-lines): Kill expunged messages.
2329
2330         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2331
2332 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2333
2334         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2335         directly.
2336         (wl-score-overview-entity-get-lines): Ditto.
2337         (wl-score-overview-entity-get-xref): Ditto.
2338         (wl-score-get-latest-msgs): Ditto.
2339         (wl-summary-rescore): Ditto.
2340
2341         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2342         to "&".
2343         (wl-summary-mark-as-answered-internal): New inline function.
2344         (wl-summary-mark-as-answered): New function.
2345         (wl-summary-mark-as-unanswered): Ditto.
2346         (wl-summary-sync-marks): Modified for answered-mark synching.
2347
2348 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * wl-action.el (wl-summary-set-mark): Fixed last change.
2351
2352 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2353
2354         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2355         behavior of wl-summary-unread-message-hook
2356         (Pointed out by akira yamada <akira@arika.org>).
2357
2358 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2361         wl-summary-delete.
2362         * wl-xmas.el (wl-summary-toolbar): Ditto.
2363
2364         * wl-action.el (wl-summary-set-mark): Don't override current
2365         temp-mark.
2366
2367         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2368
2369 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2370
2371         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2372         (wl-refile-msgid-learn): Ditto.
2373         (wl-refile-get-field-value): Ditto.
2374
2375         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2376
2377         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2378         (wl-expire-delete-reserved-messages): Renamed from
2379         wl-expire-reserve-marked-msgs-from-list.
2380         (wl-expire-delete): Removed argument `msgdb'.
2381         (wl-expire-refile): Ditto.
2382         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2383         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2384         mark-alist as argument.
2385         (wl-expire-archive-number1): Removed argument `msgdb'.
2386         (wl-expire-archive-number2): Ditto.
2387         (wl-expire-archive-date): Ditto.
2388         (wl-expire-localdir-date): Ditto.
2389         (wl-expire-hide): Ditto.
2390         (wl-archive-number1): Ditto.
2391         (wl-archive-number2): Ditto.
2392         (wl-archive-date): Ditto.
2393         (wl-archive-folder): Ditto.
2394         All other related portions are changed.
2395
2396 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2397
2398         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2399         mean move up and down. (suggested by Takashi Kawachi)
2400
2401 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-acap.el (toplevel): Don't require un-define.
2404
2405 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2406
2407         * wl-thread.el (wl-thread-delete-message): Always update
2408         wl-summary-buffer-number-list.
2409
2410         * wl-action.el (wl-summary-print-destination): 
2411         Do nothing when folder is nil.
2412
2413 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2414
2415         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2416         persistent mark when prefetch is succeeded.
2417
2418 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2419
2420         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2421         instead of elmo-msgdb-delete-msgs.
2422         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2423         (wl-expire-hide): Ditto.
2424
2425         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2426
2427         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2428         elmo-msgdb interface.
2429         (wl-thread-get-exist-children): Likewise.
2430         (wl-thread-insert-message): Likewise.
2431         (wl-thread-msg-mark-as-important): Likewise.
2432         (wl-thread-insert-entity-sub): Likewise.
2433         (wl-thread-get-children-msgs-uncached): Likewise.
2434
2435         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2436         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2437         (wl-summary-sync-update): Likewise.
2438         (wl-summary-auto-select-msg-p): Likewise.
2439         (wl-summary-update-thread): Likewise.
2440         (wl-summary-mark-as-important): Likewise.
2441         (wl-summary-jump-to-msg-internal): Likewise.
2442         (wl-summary-redisplay-internal): Likewise.
2443         (wl-summary-print-message-with-ps-print): Likewise.
2444         (wl-summary-folder-info-update): Likewise.
2445
2446         * wl-folder.el (wl-folder-check-one-entity):
2447         elmo-folder-count-flags instead of wl-summary-count-unread.
2448
2449         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2450
2451         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2452
2453         * wl-summary.el (wl-summary-set-message-modified): 
2454         Call wl-summary-set-mark-modified.
2455         (wl-summary-delete-messages-on-buffer): Call
2456         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2457         (wl-summary-sync-update): Call elmo-folder-length instead of
2458         elmo-folder-messages.
2459         (wl-summary-insert-headers): Don't call
2460         elmo-folder-list-message-entities.
2461
2462 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2463
2464         * wl-action.el (wl-summary-define-mark-action): Call
2465         `wl-summary-set-mark' with argument `data'.
2466         (wl-summary-auto-refile): Fixed order of arguments when call
2467         `wl-summary-refile'.
2468
2469 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2470
2471         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2472
2473         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2474
2475         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2476         (Renamed from wl-highlight-summary-deleted-face).
2477         (wl-highlight-summary-resend-face): New face.
2478
2479         (wl-highlight-summary-deleted-face): Renamed from
2480         wl-highlight-summary-erased-face.
2481
2482         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2483
2484         * wl-action.el (wl-summary-get-resend-address): New function.
2485         (wl-summary-exec-action-resend): Ditto.
2486         (wl-summary-exec-action-resend-subr): Ditto.
2487
2488         * w-thread.el (wl-thread-copy): Removed definition.
2489         (wl-thread-refile): Ditto.
2490         (wl-thread-delete): Ditto.
2491         (wl-thread-target-mark): Ditto.
2492
2493         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2494         (wl-summary-target-mark-set-action): Fixed.
2495         (wl-summary-define-mark-action): Fixed quotation.
2496         (wl-summary-move-mark-list-messages): Display message.
2497         (wl-summary-define-mark-action): Define thread functions.
2498         (wl-summary-exec-action-refile): Changed message.
2499         (wl-summary-exec): Ditto.
2500
2501 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2502         
2503         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2504         '%%'.
2505
2506 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl.el (toplevel): Require wl-action.
2509         (wl-init): Call wl-summary-define-mark-action.
2510
2511         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2512
2513         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2514         wl-summary-delete and wl-summary-erase.
2515         (wl-summary-mode-map): Ditto.
2516
2517         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2518         wl-delete-folder-alist.
2519
2520         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2521         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2522         (toplevel): Moved mark & action related functions to the wl-action.el.
2523
2524         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2525         in wl-summary-mark-action-list.
2526         (wl-highlight-summary-current-line): Ditto.
2527
2528         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2529         empty lines.
2530
2531         * wl-action.el: New file. 
2532
2533 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2534
2535         * wl-summary.el (wl-summary-target-mark-replace): New function.
2536         (wl-summary-target-mark-prefetch): Use it.
2537         (wl-summary-target-mark-delete): Ditto.
2538         (toplevel): Rearranged definition order.
2539         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2540         (wl-summary-target-mark-erase): Rewrite.
2541         (wl-summary-erase-region): New function.
2542         (wl-summary-exec-action-erase): Changed message.
2543         (wl-summary-move-mark-list-messages): New function.
2544         (wl-summary-exec-action-delete): Use it.
2545         (wl-summary-exec-action-erase): Ditto.
2546
2547         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2548         (wl-summary-skip-mark-list): Added "d".
2549
2550         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2551         while searching.
2552
2553         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2554         and define using defcustom;
2555         Define 4th element as a face.
2556         
2557         * wl-summary.el (wl-summary-incorporate): Use 
2558         `wl-summary-prefetch-region-no-mark' instead of
2559         `wl-summary-prefetch-region'.
2560         (wl-summary-prefetch-region-no-mark): Revival of old
2561         `wl-summary-prefetch-region'.
2562         (wl-summary-mark-action-list): Moved to wl-vars.el
2563
2564         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2565         face according to the `wl-summary-mark-action-list'.
2566         (wl-highlight-summary-current-line): Ditto;
2567         Removed destination highlighting.
2568
2569         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2570         (wl-highlight-summary-line-string): Highlight for "i" mark.
2571         (wl-highlight-summary-current-line): Ditto.
2572
2573         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2574         no destination.
2575
2576         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2577         exists, just go ahead.
2578         (wl-summary-prefetch-region): Rewrite.
2579         (wl-summary-prefetch): Ditto.
2580         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2581         (wl-summary-exec-action-prefetch): New function.
2582         (wl-summary-target-mark-prefetch): Rewrite.
2583
2584 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2585
2586         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2587         (wl-highlight-summary-line-string): Added "d" and "D".
2588         (wl-highlight-summary-current-line): Ditto.
2589
2590         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2591         in wl-summary.el.
2592         (wl-thread-insert-entity-sub): Ditto.
2593         (wl-thread-remove-destination-region): Ditto.
2594         (wl-thread-print-destination-region): Ditto.
2595
2596         * wl-summary.el (wl-summary-buffer-refile-list,
2597         wl-summary-buffer-delete-list,
2598         wl-summary-buffer-copy-list): Abolish.
2599         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2600         All other related portions are changed.
2601         (wl-summary-mark-action-list): New variable.
2602         (wl-summary-set-mark): New function.
2603         (wl-summary-register-target-mark): Ditto.
2604         (wl-summary-unregister-target-mark): Ditto.
2605         (wl-summary-have-target-mark-p): Ditto.
2606         (wl-summary-register-temp-mark): Ditto.
2607         (wl-summary-unregister-temp-mark): Ditto.
2608         (wl-summary-registered-temp-mark): Ditto.
2609         (wl-summary-collect-temp-mark): Ditto.
2610         (wl-summary-unset-mark): Ditto.
2611         (wl-summary-set-target-mark): Ditto.
2612         (wl-summary-unset-target-mark): Ditto.
2613         (wl-summary-set-action-generic): Ditto.
2614         (wl-summary-unset-action-generic): Ditto.
2615         (wl-summary-exec-action-delete): Ditto.
2616         (wl-summary-exec-action-erase): Ditto.
2617         (wl-summary-set-action-refile): Ditto.
2618         (wl-summary-set-action-refile-subr): Ditto.
2619         (wl-summary-unset-action-refile): Ditto.
2620         (wl-summary-make-destination-numbers-list): Ditto.
2621         (wl-summary-exec-action-refile): Ditto.
2622         (wl-summary-set-action-copy): Ditto.
2623         (wl-summary-unset-action-copy): Ditto.
2624         (wl-summary-exec-action-copy): Ditto.
2625         (wl-summary-collect-numbers-region): Ditto.
2626         (wl-summary-delete): Rewrite.
2627         (wl-summary-erase): Ditto.
2628         (wl-summary-remove-destination): Ditto.
2629         (wl-summary-exec): Ditto.
2630         (wl-summary-exec-region): Ditto.
2631         (wl-summary-target-mark-erase): Ditto.
2632         (wl-summary-refile): Ditto.
2633         (wl-summary-copy): Ditto.
2634         (wl-summary-unmark): Ditto.
2635         (wl-summary-delete-all-mark): Ditto.
2636         (wl-summary-mark-line): Don't highlight.
2637         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2638         (wl-summary-target-mark-refile-subr): Rewrite.
2639
2640         (wl-summary-copy-prev-destination): Abolish.
2641
2642 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2643
2644         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2645         default values along the value of wl-on-mule.
2646         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2647         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2648         It is not used anywhere.
2649
2650 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-summary.el (wl-summary-print-destination): Keep position.
2653         (wl-summary-cursor-move-surface): Keep horizontal position.
2654
2655 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2656
2657         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2658         write sendlog.
2659
2660 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2661
2662         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2663         `wl-summary-highlight'.
2664
2665 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2666
2667         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2668         trivial condition for temp-mark.
2669
2670 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2671
2672         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2673         when it hits killed buffer.
2674
2675 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2676
2677         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2678         * wl-news.el.in: `message' and `error' take format string.
2679
2680 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2681
2682         * wl-folder (wl-folder-insert-entity): Display a message,
2683         `...done', when the work finish.
2684         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2685
2686 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2687
2688         * wl-message.el (wl-message-redisplay): Remove unused local
2689         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2690
2691 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2692
2693         * wl-summary.el (wl-summary-replace-status-marks): Disable
2694         interactive use.
2695         (wl-summary-reedit): Check message existence at first.
2696         (wl-summary-mark-line): Fix doc, return value is indefinite.
2697
2698         * wl-highlight.el (wl-highlight-message): Arranged.
2699
2700         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2701         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2702         check temp-mark by wl-summary-temp-mark always.
2703         (wl-highlight-summary): Change accordingly.
2704         * wl-summary.el (wl-summary-mark-as-read-all)
2705         (wl-summary-delete-cache, wl-summary-set-score-mark)
2706         (wl-summary-mark-as-unread, wl-summary-unmark)
2707         (wl-summary-mark-line, wl-summary-mark-as-read)
2708         (wl-summary-mark-as-important): Ditto.
2709
2710         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2711         end of the window if possible.
2712         * wl-summary.el (wl-summary-sync-update): Support lazy
2713         highlighting.
2714         (wl-summary-toggle-disp-msg): Ditto.
2715
2716 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2717
2718         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2719
2720 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2723         change.
2724
2725 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2726
2727         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2728         API.
2729         (wl-summary-sync-update): Ditto.
2730
2731         * wl-score.el (wl-score-get-score-alist): Changed argument.
2732         (wl-summary-rescore-msgs): Likewise.
2733         (wl-summary-score-headers): Likewise.
2734         (wl-score-headers): Likewise;
2735         Use elmo-folder-do-each-message-entity, etc.
2736         (wl-summary-score-effect): Follow the changes above.
2737         (wl-summary-rescore): Ditto.
2738         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2739         (wl-score-get-overview): Abolish.
2740
2741         * wl-summary.el (wl-summary-default-from): Follow the API change in
2742         elmo-msgdb.
2743         (wl-summary-count-unread): Ditto.
2744         (wl-summary-detect-mark-position): Ditto.
2745         (wl-summary-overview-entity-compare-by-date): Ditto.
2746         (wl-summary-overview-entity-compare-by-number): Ditto.
2747         (wl-summary-overview-entity-compare-by-from): Ditto.
2748         (wl-summary-overview-entity-compare-by-subject): Ditto.
2749         (wl-summary-get-list-info): Ditto.
2750         (wl-summary-rescan): Ditto.
2751         (wl-summary-jump-to-msg-by-message-id): Ditto.
2752         (wl-summary-sync-update): Ditto; Removed comment.
2753         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2754         (wl-summary-insert-message): Use wl-summary-insert
2755         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2756         (wl-summary-insert-headers): Changed argument overview to folder.
2757         (wl-summary-search-by-subject): Likewise.
2758         (wl-summary-insert-thread): Renamed from 
2759         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2760
2761         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2762         too.
2763
2764         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2765         wl-string-member.
2766
2767 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2768
2769         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2770         elmo-folder-append-buffer.
2771         (wl-draft-queue-append): Likewise.
2772
2773         * wl-mime.el (wl-message-delete-current-part): Ditto.
2774         (wl-summary-burst-subr): Ditto.
2775
2776         * wl-news.el.in (wl-news-send-news): Ditto.
2777
2778 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2781         function.
2782         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2783         (wl-summary-update-mark): Enclose with save-excursion.
2784         (wl-summary-mark-as-read-internal): Fixed last change.
2785         (wl-summary-mark-as-important): Use 3rd argument of
2786         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2787         Don't use elmo-msgdb-set-mark.
2788         (wl-summary-redisplay-internal): If msgdb flag is already read,
2789         just update the mark on buffer.
2790
2791 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2792
2793         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2794         cut visible folder when elmo-folder-delete returns non-nil value.
2795
2796 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2797
2798         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2799         by Kenichi OKADA <okada@opaopa.org>).
2800
2801 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2802
2803         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2804
2805 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2806
2807         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2808         Fixed the last change, search group entity by its real name.
2809         (Thanks to: KOBAYASHI Shinji)
2810
2811 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2812
2813         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2814         (wl-fldmgr-access-display-all): Don't refer visible name.
2815         * wl-expire.el (wl-folder-archive-current-entity)
2816         (wl-folder-expire-current-entity): Ditto.
2817         * wl-folder.el (wl-folder-jump-to-current-entity)
2818         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2819         (wl-folder-open-folder-sub,wl-folder-open-all)
2820         (wl-folder-write-current-folder): Ditto.
2821         (wl-folder-insert-entity): Don't use petname for normal group.
2822         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2823         is the real name.
2824         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2825         Abolished.
2826
2827 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2828
2829         * wl-draft.el (wl-draft-create-buffer): Add
2830         `wl-summary-reply-with-citation'
2831
2832 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2833
2834         * wl-draft.el (wl-draft-reply): Fixed.
2835
2836 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2837
2838         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2839         when `wl-draft-send-confirm-with-preview' is non-nil.
2840         You can scroll up/down by j/k.
2841         (wl-draft-send-confirm-with-preview): New variable (default=t).
2842
2843 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2844
2845         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2846         (wl-fldmgr-save-folders): Fix comment.
2847
2848 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2849
2850         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2851         along the last change in `wl-folder-buffer-group-p'.
2852
2853 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2854
2855         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2856         folder.
2857
2858         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2859         the default value.
2860
2861         * wl-mime.el (wl-summary-burst): Update summary only when target
2862         folder equals current folder.
2863
2864 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2865
2866         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2867
2868 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2869
2870         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2871         value.
2872
2873 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2876         `map-extents' instead of `extent-at' repeatedly.
2877         (wl-highlight-folder-current-line): Ditto.
2878
2879         * wl-highlight.el: Remove useless dummy functions.
2880
2881 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2882
2883         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2884         (wl-folder-put-folder-property): New function to put text property.
2885         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2886         (wl-folder-insert-entity, wl-folder-update-diff-line)
2887         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2888         * wl-e21.el, wl-xmas.el, wl-mule.el
2889         (wl-highlight-folder-current-line): Ditto.
2890         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2891         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2892         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2893         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2894
2895 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2896
2897         * Version number is increased to 2.11.3.
2898
2899 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2900
2901         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2902         Resume current-buffer since it is assumed by remaining tasks.
2903
2904 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2905
2906         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2907         (wl-folder-completion-function): Abolished.
2908         (wl-folder-complete-folder): New function.
2909         (wl-folder-complete-filter-condition): Ditto.
2910         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2911         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2912
2913 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2914
2915         * wl-draft.el (wl-draft-send-confirm): New function.
2916         (wl-draft-send): Use it.
2917
2918         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2919         cursor-in-echo-area while confirming.
2920
2921         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2922
2923         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2924         searching via nntp if wl-summary-search-via-nntp is 'force.
2925         Otherwise, invoke searching in nntp folder only.
2926         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2927
2928         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2929         explicitly for mime-make-text-tag.
2930
2931 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2932
2933         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2934         `mime-make-text-tag' instead of `mime-create-tag'.
2935
2936 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2937
2938         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2939         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2940
2941 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2942
2943         * wl-score.el (wl-score-save): Bind print-length and print-level.
2944         (wl-score-pretty-print): Ditto.
2945         (wl-score-edit-insert-header-entry): Ditto.
2946
2947         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2948         "From" entry to be treated with wl-draft-eword-encode-address-list.
2949         * wl-mime.el (wl-draft-preview-message): Ditto.
2950
2951         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2952         (wl-summary-mark-as-unread): Ditto.
2953         (wl-summary-mark-as-read-region): Change accordingly.
2954         (wl-summary-mark-as-unread-region): Ditto.
2955         (wl-summary-target-mark-mark-as-read): Ditto.
2956         (wl-summary-target-mark-mark-as-unread): Ditto.
2957
2958 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2959
2960         * Version number is increased to 2.11.2.
2961
2962 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2963
2964         * wl-news.el.in (wl-news-previous-version-save): Bind
2965         print-length and print-level.
2966         * wl-thread.el (wl-thread-save-entities): Ditto.
2967         (wl-thread-save-top-list): Bind print-length.
2968
2969 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2970
2971         * wl-highlight.el (wl-highlight-summary-line-string): Use
2972         wl-summary-score-below-mark, wl-summary-score-over-mark.
2973         (wl-highlight-summary-current-line): Ditto.
2974
2975 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2976
2977         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2978         insert it.
2979
2980 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2981
2982         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2983
2984 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2985
2986         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2987         message without msgid.
2988         Rewrite with elmo-folder-move-messages.
2989         Set wl-message-buffer to nil.
2990
2991         * wl-summary.el (wl-summary-erase-subr): New function. Use
2992         elmo-folder-move-messages.
2993         (wl-summary-erase): Call it.
2994         (wl-summary-target-mark-erase): Ditto.
2995
2996 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2997
2998         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2999         it is not up-tp-date.
3000
3001 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3002
3003         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3004         buffer after calling `wl-summary-goto-folder-subr' without the
3005         argument `interactive'.
3006         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3007
3008 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3009
3010         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3011         `mime-create-tag'. Use `string=' instead of `looking-at'.
3012
3013 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3014
3015         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3016         to avoid compile warning.
3017
3018         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3019         entity-id when folder is given.
3020         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3021         save-excursion, use save-selected-window instead.
3022         Select folder buffer window if exists.
3023         (To correct behavior with wl-folder-move-cur-folder.)
3024
3025 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3026
3027         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3028
3029 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3030
3031         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3032         list-count instead of %d.
3033
3034 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3035
3036         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3037         (wl-news): Set it.
3038         (wl-news-append-to-folder): Use it.
3039
3040         * wl-news.el.in (wl-news-send-news): Append to specified folder
3041         instead of wl-default-folder.
3042         (wl-news-append-to-folder): Show error message with specified folder.
3043
3044         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3045                 In most major modes, Emacs assumes that any opening
3046                 delimiter found at the left margin is the start of a
3047                 top-level definition, or defun. Therefore, *never put an
3048                 opening delimiter at the left margin unless it should have
3049                 that significance.*
3050
3051         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3052
3053 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3054
3055         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3056
3057 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3058
3059         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3060
3061 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3062
3063         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3064         for sequential numbering case.
3065
3066 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3067
3068         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3069         value.
3070         (wl-draft-reply-without-argument-list): Ditto.
3071         (wl-draft-reply-myself-with-argument-list): Abolish.
3072         (wl-draft-reply-myself-without-argument-list): Ditto.
3073         * wl-draft.el (wl-draft-self-reply-p): New function.
3074         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3075
3076 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3077
3078         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3079         (avoid error for the case without byte-compiling)
3080
3081 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3082
3083         * wl-news.el.in (wl-news-append-to-folder): New function.
3084         (wl-news-exit): Rewrite.
3085         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3086
3087 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3088
3089         * wl-draft.el (wl-draft-reply-position): New function.
3090         (wl-draft-reply-position): Fix.
3091         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3092         (wl-summary-target-mark-reply-with-citation): Ditto.
3093         (wl-summary-reply-with-citation): Ditto.
3094         * wl-vars.el (wl-draft-reply-default-position): New variable.
3095
3096 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3097
3098         * wl-draft.el (wl-draft-send): Preview when interactive send.
3099
3100 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3101
3102         * wl-draft.el (wl-draft-reply): Set default position.
3103         * wl-summary.el (wl-summary-reply): Ditto.
3104         (wl-summary-reply-with-citation): Ditto.
3105         (wl-summary-target-mark-reply-with-citation): Ditto.
3106
3107 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3108
3109         * wl-news.el.in (wl-news-lang): Set default value according to
3110         current-language-environment.
3111         (wl-news-append-news): Do nothing when news-list is nil.
3112
3113 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3114
3115         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3116         (wl-news): Change message.
3117         (wl-news-exit): Check buffer.
3118         (wl-news-force-exit): New function.
3119         (wl-news-show-all): New function.
3120         (wl-news-discard-and-exit): Fix.
3121
3122 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3125         according to current-language-environment.
3126
3127         * wl-news.el.in (wl-news): If arg, show all NEWS after
3128         wl-news-default-previous-version.
3129
3130 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3131
3132         * wl-news.el.in (wl-news-check): Rewritten.
3133         (wl-news-previous-version-load): Change data type.
3134         (wl-news-previous-version-save): Change data type.
3135         (wl-news-append-news): Add return value.
3136         (wl-news-check-news): New function.
3137         (wl-news-already-current-p): New function.
3138         (wl-news-send-news): Rewritten.
3139         (wl-news-mode-map): Add new keybind.
3140         (wl-news): Rewritten.
3141         (wl-news-exit): Rewritten.
3142         (wl-news-discard-and-mail): New function.
3143         (wl-news-send-to-address): Abolished.
3144         * wl.el (wl-init): Delete a message.
3145
3146 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3147
3148         * wl-news.el.in (wl-news-exit): Update previous version.
3149         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3150
3151 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3152
3153         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3154
3155 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3156
3157         * wl-news.el.in (wl-news): New function.
3158         (wl-news-mode): New function.
3159         (wl-news-next-line): New function.
3160         (wl-news-next-page): New function.
3161         (wl-news-exit): New function.
3162         (wl-news-buf-name): New variable.
3163         (wl-news-mode-map): New variable.
3164         (wl-news-winconf): New variable.
3165         (wl-news-append-news): Add an option.
3166
3167 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3168
3169         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3170
3171 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3172
3173         * wl-news.el.in (wl-news-send-to-address): New variable.
3174         (wl-news-send-news): Use it.
3175         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3176         Return updating status.
3177         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3178
3179 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3180
3181         * wl-news.el.in (wl-news-send-news): Delete
3182         Organization and X-Face.
3183
3184 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3185
3186         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3187         (wl-news-append-news): New function.
3188         (wl-news-send-news): New function.
3189
3190 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3191
3192         * Version number is increased to 2.11.1.
3193
3194 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3195
3196         * wl-news.el.in : New file.
3197
3198 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3199
3200         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3201         default value.
3202         (wl-draft-reply-without-argument-list): Ditto.
3203
3204 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3205
3206         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3207         (wl-message-buffer-prefetch-idle-time): Ditto.
3208         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3209
3210 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3211
3212         * wl-thread.el (wl-thread-insert-message): Use
3213         wl-summary-max-thread-depth.
3214
3215         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3216         loop detection.
3217
3218         * wl-message.el (wl-message-buffer-display): Back to the first page
3219         when cache is hit.
3220
3221 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3222
3223         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3224
3225         * wl-summary.el (wl-summary-insert-thread-entity):
3226         If the thread depth is reached to wl-summary-max-thread-depth,
3227         divide the thread.
3228
3229 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3230
3231         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3232         for elmo-remove-passwd.
3233
3234 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3237         folder is sticky.
3238         (wl-folder-mark-as-read-all-entity): Ditto.
3239         (wl-folder-prefetch-entity): Ditto.
3240
3241 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3242
3243         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3244
3245 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3246
3247         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3248         Delete messages on buffer for unplugged operation.
3249         (wl-summary-erase): Ditto.
3250
3251 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3252
3253         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3254         take nil so as not to search parent by subject.
3255
3256 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3257
3258         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3259         (wl-folder-get-next-folder): Ditto.
3260         (wl-folder-get-path): Ditto.
3261
3262 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3263
3264         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3265         system and encode the region with it before verifying.
3266
3267 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3268
3269         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3270         system of the echo buffer before decoding.
3271
3272 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3273
3274         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3275         original contents.
3276
3277 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3278
3279         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3280         with argument 'any-exists.
3281
3282 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3283
3284         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3285         Use `wl-cs-autoconv'.
3286
3287 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3288
3289         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3290         by `mime-view-automatic-conversion'.
3291
3292         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3293         (wl-message-verify-pgp-nonmime): Ditto.
3294         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3295         Bind them to C-c:d and C-c:v respectively.
3296
3297         Merge following code by Teranishi-san from [wl-en:00167].
3298         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3299         (wl-mime-preview-application/pgp-encrypted): Ditto.
3300         (wl-mime-setup): Add entry.
3301
3302 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3303
3304         * wl-summary.el (wl-summary-target-mark-erase): New function.
3305         Bind it to "mD".
3306
3307 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3308
3309         * wl-vars.el (wl-draft-write-file-function): Fix.
3310         (wl-draft-reedit-hook): Changed default value.
3311
3312         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3313         wl-draft-reedit-hook.
3314         (wl-draft-remove-text-plain-tag): New function.
3315         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3316
3317         * wl-vars.el (wl-draft-write-file-function): New user option.
3318
3319         * wl-draft.el (wl-draft-prepare-edit): Use it for
3320         local-write-file-hooks.
3321         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3322
3323         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3324         (wl-draft-insert-mail-header-separator): Return the body beginning
3325         point.
3326         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3327         text/plain.
3328         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3329
3330 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3331
3332         * wl-summary.el (wl-summary-erase): New function to erase message
3333         without moving it to trash. Bind to "D".
3334
3335         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3336         as `keep' unless switch-function.
3337
3338 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3339
3340         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3341         message buffer by using `wl-summary-toggle-disp-msg'.
3342         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3343         buffer window.
3344         (wl-summary-supresedes-message): Ditto.
3345
3346         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3347         Do not delete other windows.
3348         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3349         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3350         (wl-draft-create-buffer): Set reply-or-forward also for target
3351         mark commands.
3352
3353 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3354
3355         * wl-draft.el (wl-user-agent-compose): Delete special case for
3356         switch-to-buffer-other-window.
3357
3358         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3359         (wl-summary-forward): Ditto.
3360
3361         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3362         function.
3363         (wl-draft-buffer-style): New use option.
3364
3365         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3366         (wl-draft): Follow the change above.
3367         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3368         wl-draft-buffer-style.
3369         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3370         switch-function.
3371
3372 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3373
3374         * wl-address.el (wl-address-make-completion-entry): Extracted from
3375         `wl-address-make-completion-list'.
3376         (wl-address-enable-strict-loading): New variable.
3377         (wl-address-make-completion-list): Revive petname duplication
3378         inquiry, and enable it if `wl-address-enable-strict-loading'.
3379         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3380
3381 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-message.el (wl-message-get-original-buffer): Avoid
3384         'Selecting deleted buffer' error when original buffer is killed.
3385
3386 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-summary.el (wl-summary-next-message): Use
3389         elmo-message-accessible-p instead of elmo-message-cached-p.
3390
3391 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3392
3393         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3394
3395         * wl-thread.el (wl-thread-open-all-unread): Use
3396         elmo-folder-list-flagged instead of
3397         elmo-folder-list-messages-mark-match.
3398
3399         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3400         instead of elmo-folder-list-messages-mark-match.
3401         (wl-summary-move-spec-alist): New variable.
3402         (wl-summary-move-spec-plugged-alist,
3403         wl-summary-move-spec-unplugged-alist): Abolish.
3404         (wl-summary-next-message): Follow the change above.
3405         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3406         with 'no-msg' argument.
3407
3408         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3409         variable.
3410         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3411         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3412         (wl-message-buffer-prefetch-get-next): Follow the change above.
3413
3414 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3415
3416         * wl-version.el (wl-version): Changed codename.
3417
3418         * Version number is increased to 2.11.0.
3419
3420 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3421
3422         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3423         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3424         `wl-draft-config-variables'.
3425         (wl-draft-kill): Fixed problem when the draft is reedit.
3426
3427 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3430         buffer-modified status (Thanks to
3431         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3432
3433 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3434
3435         * wl-util.el (wl-region-exists-p): New function.
3436
3437         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3438         Remove defvars for byte-compile warnings.
3439
3440 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3441
3442         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3443         defvar-maybe. Removed unused bind.
3444
3445 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3446
3447         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3448         summary buffer window before creating new frame.
3449         (wl-draft-reply): Ditto.
3450
3451 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3452
3453         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3454
3455 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3456
3457         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3458
3459 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3460
3461         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3462         instead of `kill-region'.
3463
3464 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3467         (wl-highlight-summary-line-string): Use it.
3468         (wl-highlight-summary-current-line): Ditto.
3469
3470         * wl-mime.el (wl-message-delete-current-part): Check the class of
3471         mime-entity.
3472
3473         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3474
3475         * wl-summary.el (wl-summary-make-number-list): Initialize.
3476         (wl-summary-update-mark): New function.
3477         (wl-summary-reply): Put `answered' mark on the message.
3478         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3479
3480         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3481         (wl-draft-reply): Added optional argument `number';
3482         Set wl-draft-parent-number.
3483         (wl-draft-kill): Delete answered mark if it is a reply.
3484
3485 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3486
3487         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3488         that originates in mime-preview-follow-current-entity.
3489         (wl-draft-yank-current-message-entity): Use it if region is active.
3490
3491         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3492         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3493         `wl-message-delete-current-part'.
3494         * wl-mule.el (wl-message-define-keymap): Ditto.
3495         * wl-xmas.el (wl-message-define-keymap): Ditto.
3496
3497 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3498
3499         * wl-mime.el (wl-message-delete-current-part): New function.
3500         (wl-mime-node-id-to-string): Ditto.
3501
3502         * wl-mime.el (wl-message-delete-current-part): Use existing
3503         original buffer which corresponds current mime-view buffer.
3504         (fetched buffer might have different structure, possibly)
3505
3506         * wl-mime.el (wl-message-delete-current-part): Quit if the
3507         message content differs from the actual message.
3508
3509 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3510
3511         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3512         order.
3513         (wl-summary-search-by-subject): Search parent message from tail;
3514         Check the existence of the parent message on the current thread tree.
3515         (wl-summary-update-thread): Check whether the line is inserted.
3516
3517 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3518
3519         * wl-vars.el (wl-summary-line-format): Undo last change.
3520         * wl-summary.el (wl-summary-print-destination): Do not put
3521         invisible property when `wl-summary-width' is nil.
3522         (wl-summary-line-subject-minimum-length): Abolished.
3523         (wl-summary-line-subject): Ditto.
3524
3525 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3526
3527         * wl-vars.el (wl-summary-line-format): Change default value.
3528         (wl-summary-subject-length-limit): Abolished.
3529         * wl-summary.el (wl-summary-line-subject): Ditto.
3530
3531 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3532
3533         * wl-template.el (wl-template-select): Added optional argument.
3534         If optional argument is specified, reverse
3535         `wl-template-visible-select'.
3536
3537 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3538
3539         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3540         Take prefix argument to force asking the destination folder.
3541
3542 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3543
3544         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3545         count and update status.
3546
3547 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3548
3549         * wl-summary.el (wl-summary-redisplay-internal): If
3550         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3551         after fetching.
3552
3553 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3554
3555         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3556         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3557
3558         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3559
3560 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3561
3562         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3563         (All other related portions are changed).
3564         (wl-summary-mark-as-read-all): Rewrite.
3565
3566 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3567
3568         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3569         `wl-summary-mark-as-read'.
3570         (wl-summary-mark-as-unread): Rewrite.
3571         (wl-summary-mark-as-read): Added no-modeline argument.
3572         (wl-summary-resume-cache-status): Rewrite.
3573         (wl-summary-exec-subr): Remove unused local variable.
3574
3575 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3576
3577         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3578         logic to call `wl-summary-buffer-prev-folder-function'.
3579         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3580
3581 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3582
3583         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3584         is nil.
3585
3586 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3587
3588         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3589         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3590         (wl-mime-setup): Add its entry.
3591
3592 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3595         (wl-summary-delete-cache): Likewise.
3596         (wl-summary-mark-as-read): Rewrite.
3597
3598 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3601         `wl-summary-count-unread'.
3602
3603         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3604
3605         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3606
3607 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3610         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3611         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3612         Renamed to the elmo-msgdb-*-mark.
3613         (wl-summary-score-marks): Follow the change above.
3614         (wl-summary-auto-refile-skip-marks): Ditto.
3615         (wl-summary-incorporate-marks): Ditto.
3616         (wl-summary-expire-reserve-marks): Ditto.
3617
3618         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3619         changes.
3620         (wl-thread-insert-top): Changed updating message.
3621
3622         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3623         variable.
3624         (wl-summary-count-unread): Count answered marks.
3625         (wl-summary-rescan): Call wl-summary-insert-message instead of
3626         wl-summary-append-message-func-internal.
3627         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3628         (wl-summary-prefetch-msg): Follow the variable name changes.
3629         (wl-summary-prefetch-region): Ditto.
3630         (wl-summary-mark-as-read-all): Follow the API changes;
3631         Don't call elmo-folder-replace-marks.
3632         (wl-summary-delete-cache): Follow the variable name changes.
3633         (wl-summary-resume-cache-status): Ditto.
3634         (wl-summary-update-status-marks): New function.
3635         (wl-summary-insert-message): New function.
3636         (wl-summary-sync-marks): Follow the variable name changes.
3637         (wl-summary-sync-update): Synchronize to the msgdb, too;
3638         Changed update messages.
3639         (wl-summary-make-number-list): Rewrite.
3640         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3641         (wl-summary-mark-as-unread): Follow the API changes.
3642         (wl-summary-exec-subr): Follow the variable name changes.
3643         (wl-summary-mark-as-read): Ditto.
3644         (wl-summary-move-spec-plugged-alist): Ditto.
3645         (wl-summary-move-spec-unplugged-alist): Ditto.
3646         (wl-summary-cursor-move-surface): Ditto.
3647
3648         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3649         variable name changes.
3650         (wl-highlight-summary-current-line): Ditto.
3651
3652         * wl-expire.el (wl-expire-refile): Follow the API change in
3653         elmo-folder-move-messages.
3654         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3655         (wl-summary-archive): Use elmo-folder-msgdb instead of
3656         elmo-msgdb-load.
3657
3658 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3659
3660         * wl-mime.el (wl-draft-preview-message): Restore the position
3661         before evaluating wl-draft-send-hook in preview buffer.
3662
3663 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3664
3665         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3666         when it creates new draft buffer.
3667
3668         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3669         without argument.
3670
3671         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3672         Evaluate content and if the value is string, insert it.
3673         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3674         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3675         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3676         wl-draft-config-sub-part-bottom): Use it.
3677
3678         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3679         with the folder name. The question was unintelligible when it is
3680         called from wl-save-status.
3681
3682 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3683
3684         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3685         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3686         cannot take second argument).
3687
3688 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3689
3690         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3691         as t. Since type and subtype are not case sensitive (RFC 2045).
3692
3693 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3694
3695         * wl-vars.el (wl-message-mode-line-format): New variable.
3696         (wl-message-mode-line-format-spec-alist): Ditto.
3697         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3698         (wl-message-redisplay): Use wl-message-mode-line-format.
3699
3700 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3701
3702         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3703
3704 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3705
3706         * wl-summary.el (wl-summary-default-from): Write description.
3707
3708 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-vars.el (wl-ldap-objectclass): Abolish.
3711
3712         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3713         (wl-ldap-make-filter): Removed condition for objectclass.
3714         (wl-ldap-make-matched-value-list): Remove meaningless process.
3715         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3716         (wl-address-ldap-search): Don't add `*' to `pat' string;
3717         use ignore-errors; added `email';
3718         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3719         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3720         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3721
3722
3723 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3724
3725         * wl-draft.el (wl-draft-parent-folder): Write description.
3726         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3727
3728 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3729
3730         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3731         as "" (zero-length string) if no parent.
3732         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3733
3734 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3735
3736         * wl-address.el (wl-address-make-completion-list): Skip duplication
3737         checking.
3738         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3739         `append'.
3740
3741 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3742
3743         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3744         instead of `beginning-of-buffer'.
3745
3746 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3749
3750 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3753         Refer wl-message-buffer-name.
3754         (wl-message-wheel-down): Ditto.
3755
3756 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3757
3758         * wl-vars.el (wl-message-buffer-name): New user option.
3759
3760         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3761         directly instead of making alist dinamically.
3762
3763         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3764         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3765         wl-message-buffer-cache-name.
3766         (wl-message-buffer-cache-clean-up): Ditto.
3767
3768         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3769
3770         * Version number is increased to 2.9.15.
3771
3772 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-vars.el (wl-summary-default-view-alist): New user option.
3775
3776         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3777
3778         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3779         while deleting address.
3780         (wl-draft-delete-myself-from-cc): Ditto.
3781
3782         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3783         If optional argument is specified, reverse sort order.
3784
3785         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3786
3787 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3788
3789         * wl-thread.el (wl-thread-insert-message): Return parent number if
3790         exists.
3791         (wl-thread-update-indent-string-region): Use
3792         wl-thread-update-line-on-buffer-sub instead of
3793         wl-thread-update-line-on-buffer.
3794
3795 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3796
3797         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3798         (wl-folder-close-all): Ditto.
3799
3800 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3801
3802         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3803         and mailing-list:.
3804         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3805         value.
3806         (wl-summary-line-list-info): Print mailing-list name even when 
3807         list-number is empty.
3808
3809 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3810
3811         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3812
3813         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3814         (wl-draft-open-file): Ditto.
3815         (wl-draft-random-alphabet): Ditto.
3816
3817         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3818         bindings.
3819
3820 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3821
3822         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3823         * wl-vars.el (wl-draft-config-alist): Ditto.
3824
3825 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * Version number is increased to 2.9.14.
3828
3829         * wl.el (wl): Don't set wl-init as nil when error occured while
3830         auto-checking folders.
3831
3832         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3833         `elmo-expand-newtext'.
3834
3835 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3836
3837         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3838         `this-command' so that `wl-folder-goto-folder' contained in
3839         `wl-summary-keep-cursor-command' work.
3840
3841 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3844         message buffer displaying state.
3845
3846 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3847
3848         * wl-vars.el (wl-summary-default-view): New variable to specify
3849         default value for `wl-summary-buffer-view' instead of using
3850         set-default.
3851         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3852
3853 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3856
3857         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3858
3859 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3860
3861         * wl-vars.el (wl-forward-subject-prefix): New variable.
3862         * wl-draft.el (wl-draft-forward): Use it.
3863
3864 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3865
3866         * wl-message.el (wl-message-prev-page): When it is called without
3867         lines argument, scroll down by wl-message-scroll-amount lines.
3868         (wl-message-next-page): Ditto.
3869         * wl-vars.el (wl-message-scroll-amount): Change default value
3870         to preserve current behavior.
3871
3872 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3873
3874         * wl-summary.el (wl-summary-prefetch-msg): Bind
3875         `wl-message-entity' to call `wl-summary-from-function'.
3876
3877 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3878
3879         * wl-message.el (wl-message-buffer-create): Run
3880         wl-message-buffer-created-hook.
3881
3882 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-summary.el (wl-summary-sort-specs): New variable.
3885         (wl-summary-default-sort-spec): Ditto.
3886         (wl-summary-sort): Rewrite.
3887         (wl-summary-sort-by-list-info): New function.
3888
3889 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3890
3891         * wl-summary.el (wl-summary-get-list-info): New function.
3892         (wl-summary-sort): Rewrite.
3893         (wl-summary-line-list-info): Ditto.
3894         (wl-summary-line-list-count): Ditto.
3895         (wl-summary-refile-region): Fixed docstring.
3896
3897 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3898
3899         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3900         `wl-folder-entity-hashtb' as completion table.
3901
3902 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3905         only when this command is called interactively; silence the byte-
3906         compiler.
3907
3908 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3909
3910         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3911         active in XEmacs.
3912
3913 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3914
3915         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3916         plural lines.
3917
3918 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3919
3920         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3921         of current line when the cursor is on the header name.
3922         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3923
3924 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3925
3926         * wl-util.el (wl-read-directory-name): Return displayed directory
3927         as the default value also on XEmacs.
3928
3929 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3930
3931         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3932         formatting.
3933
3934 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3935
3936         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3937         argument and when it is non-nil, check face property before
3938         highlighting for each line.
3939         (wl-highlight-summary-window): Set it.
3940
3941 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3942
3943         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3944         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3945
3946         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3947         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3948         (wl-draft-get-fcc-list): Likewise.
3949
3950 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3951
3952         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3953         (wl-thread-entity-cur): Ditto.
3954         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3955         wl-thread-indent-regexp setting.
3956         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3957
3958         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3959         wl-summary-lazy-highlight.
3960         (wl-summary-display-bottom): Ditto.
3961
3962         * wl-thread.el (wl-thread-open-close): Likewise.
3963
3964         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3965         from and subject;
3966         Bind wl-draft-use-frame;
3967         Enclose with save-window-excursion;
3968         Use wl-draft-create-buffer instead of with-temp-buffer;
3969         Use wl-draft-prepare-edit;
3970         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3971         Use wl-draft-send instead of wl-draft-raw-send.
3972
3973 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3976         of using wl-from.
3977
3978 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3981         insert-buffer instead of clone-buffer.
3982         (wl-draft-doing-mime-bcc): New variable.
3983         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3984         infinite loop.
3985         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3986
3987         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3988         (wl-draft-mime-bcc-body): Ditto.
3989
3990         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3991         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3992         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3993         wl-draft-do-mime-bcc.
3994         (wl-draft-mime-bcc-field): New function.
3995         (wl-draft-do-mime-bcc): Ditto.
3996
3997         * wl-address.el (wl-address-complete-header-list): New variable.
3998         (wl-address-complete-header-regexp): Changed default value.
3999
4000         * Version number is increased to 2.9.13.
4001
4002 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4003
4004         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4005         it is differed.
4006
4007 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4008
4009         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4010         (wl-summary-line-list-count): Ditto.
4011
4012 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4013
4014         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4015         (wl-nntp-posting-function): New variable.
4016         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4017         `wl-nntp-posting-config-alist'.
4018
4019 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4020
4021         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4022         FLIM.
4023
4024 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4025
4026         * wl-summary.el (wl-summary-target-mark-refile-sub):
4027         Remove a nuisance funcall.
4028
4029 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4030
4031         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4032         as t for `try-completion'.
4033
4034 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4035
4036         * wl-summary.el (wl-summary-default-from): Use
4037         wl-address-header-extract-address instead of
4038         std11-extract-address-components.
4039         (wl-summary-simple-from): Ditto.
4040         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4041         (wl-summary-insert-headers): Show message.
4042         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4043         for whole line.
4044         (wl-summary-default-from): Revert last change.
4045         (wl-summary-simple-from): Ditto.
4046         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4047         (wl-summary-mark-as-read-region): Follow the change above.
4048         (wl-summary-sync-marks): Ditto.
4049         (wl-summary-target-mark-mark-as-read): Ditto.
4050         (wl-summary-redisplay-internal): Ditto.
4051         (wl-summary-redisplay-no-mime-internal): Ditto.
4052         (wl-summary-redisplay-all-header): Ditto.
4053         (wl-summary-mark-as-read): Removed argument `cached';
4054         Use current cache status to set cache mark.
4055         (wl-summary-redisplay-internal): Follow the change above.
4056         (wl-summary-redisplay-no-mime-internal): Ditto.
4057         (wl-summary-redisplay-all-header): Ditto.
4058
4059         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4060
4061         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4062         Don't call itself recursively (Adviced by Yamaoka-san).
4063
4064 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4067         bind wl-summary-highlight as nil to avoid error caused by missing
4068         local variables.
4069
4070 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4071
4072         * wl-vars.el (wl-invalid-character-message): New user option.
4073
4074         * wl-util.el (wl-set-string-width): If truncated string-width is
4075         larger than specified width, use `wl-invalid-character-message'.
4076
4077 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4078
4079         * wl-summary.el (wl-summary-prefetch-msg): 
4080         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4081
4082 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4083
4084         * wl-vars.el (wl-summary-check-line-format): New user option.
4085         (wl-summary-line-format-file): Ditto.
4086
4087         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4088         variable.
4089         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4090         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4091         and `wl-summary-view-old-p' to check whether do a rescan or not.
4092         (wl-summary-view-old-p): New function.
4093         (wl-summary-line-format-changed-p): Ditto.
4094         (wl-summary-line-format-save): Ditto.
4095         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4096
4097         * wl-util.el (wl-set-string-width): Avoid using negative number
4098         for make-string.
4099
4100 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4101
4102         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4103         return value.
4104
4105         * wl-util.el (wl-set-string-width): Added optional argument
4106         `padding' (All other related portions are changed).
4107         (wl-line-parse-format): If the first letter of column number is
4108         `0', zero-padding the result (ex: "%05l").
4109
4110         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4111
4112 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4115         sequential summary view.
4116
4117 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4120         if it doesn't have a -unix version.
4121
4122 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4125
4126 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4129         content.
4130         (wl-draft): Follow the change above.
4131
4132         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4133
4134         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4135         and wl-folder-summary-line-format-alist contain %T and %P.
4136
4137         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4138         (wl-summary-mode-line-format): New user option.
4139         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4140         (wl-summary-line-format): Changed default value.
4141         (wl-summary-lazy-highlight): Changed default value.
4142
4143         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4144         change in wl-summary-create-line.
4145         (wl-thread-insert-entity-sub): Ditto.
4146
4147         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4148         (wl-summary-buffer-unread-status): Ditto.
4149         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4150         (wl-summary-buffer-persistent-mark-column): Ditto.
4151         (wl-summary-buffer-mode-line-formatter): Ditto.
4152         (wl-summary-buffer-mode-line): Ditto.
4153         (wl-summary-message-regexp): Abolished.
4154         (All other related portions are changed.)
4155         (wl-summary-detect-mark-position): New function.
4156         (wl-summary-buffer-set-folder): Setup
4157         wl-summary-buffer-mode-line-formatter.
4158         (wl-summary-mode): Setup selective-display;
4159         Setup pre-idle-hook when xemacs.
4160         (wl-summary-update-modeline): Rewrite.
4161         (wl-summary-jump-to-msg): Define as function;
4162         Changed regexp for searching messages.
4163         (wl-summary-message-number): Rewrite.
4164         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4165         Do rescan when old type summary cache.
4166         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4167         (wl-summary-remove-destination): Use '\r' to detect EOL.
4168         (wl-summary-print-destination): Ditto.
4169         (wl-summary-temp-mark): New inline function.
4170         (wl-summary-persistent-mark): Ditto.
4171         (wl-summary-line-number): New function.
4172         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4173         (wl-summary-line-list-count): New function.
4174         (wl-summary-create-line): Added argument persistent-mark.
4175         (All other related portions are changed)
4176         (wl-summary-create-line): Insert '\r'.
4177         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4178         (wl-summary-cursor-move-surface): New inline function.
4179         (wl-summary-prev): Use it.
4180         (wl-summary-next): Ditto.
4181
4182         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4183         wl-summary-message-regexp.
4184         (wl-highlight-summary): Delete progress message.
4185         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4186
4187         * Version number is increased to 2.9.12.
4188
4189 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4190
4191         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4192         variable (nil: no minimum).
4193         (wl-summary-line-subject): Add some spaces after subject by
4194         wl-summary-line-subject-minimum-length.
4195
4196 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4197
4198         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4199         and removed `F'.
4200         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4201         change above).
4202
4203 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4204
4205         * wl-summary.el (wl-summary-line-list-count): Reverted.
4206         (example setting in samples/*/dot.wl is also updated)
4207
4208 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4209
4210         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4211
4212         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4213
4214         * wl-vars.el (wl-summary-line-format): Addes some description to the
4215         docstring.
4216
4217         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4218         (wl-summary-line-close-bracket): Ditto.
4219         (wl-summary-line-children-number): Ditto.
4220         (wl-summary-line-thread-indent): Ditto.
4221         (wl-summary-line-children-and-from): Ditto.
4222
4223         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4224         't', 'c', 'F' and added 'C'.
4225
4226         * wl-util.el (wl-set-string-width): Accept negative value.
4227         (wl-line-parse-format): Added "%number(" and "%)".
4228
4229 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4230
4231         * wl-summary.el (wl-summary-line-list-count): Change format of the
4232         return value.
4233
4234 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4235
4236         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4237         from the recent message.el.
4238         (wl-draft-point-in-header-p): Ditto.
4239         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4240         wl-draft-beginning-of-line.
4241         * wl-e21.el (wl-draft-mode-map): Ditto.
4242         * wl-xmas.el (wl-draft-mode-map): Ditto.
4243
4244         * wl-folder.el: Sort macrodefs by dependencies.
4245
4246 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4247
4248         * wl-summary.el (wl-summary-prev): Fixed regexp.
4249         (wl-summary-next): Ditto.
4250
4251 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4252
4253         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4254
4255 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4256
4257         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4258         for backward compatibility.
4259
4260 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4261
4262         * wl-summary.el (wl-summary-line-list-count): New function, merged
4263         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4264         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4265         list counts.
4266
4267 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4268
4269         * wl-summary.el (wl-summary-create-line): Ignore errors while
4270         timezone-fix-time.
4271
4272         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4273
4274         * wl-summary.el (wl-summary-sync-update): Ditto.
4275         (wl-summary-default-from): Use wl-message-entity
4276         instead of entity.
4277
4278         * wl-summary.el (wl-summary-create-line): Fix.
4279
4280         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4281         (wl-summary-line-format): New user option.
4282         (wl-folder-summary-line-format-alist): Ditto.
4283         (wl-summary-from-width): Abolished.
4284
4285         * wl-util.el (toplevel): Require 'bytecomp.
4286         (wl-line-parse-format): New function.
4287         (wl-line-formatter-setup): New macro.
4288
4289         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4290         (wl-summary-buffer-line-formatter): New buffer local variable.
4291         (wl-summary-switch-to-clone-buffer): Follow the change above.
4292         (wl-summary-message-regexp): Fix.
4293         (wl-summary-from-func-internal): Abolished.
4294         (wl-summary-subject-func-internal): Ditto.
4295         (wl-summary-subject-filter-func-internal): Ditto.
4296         (All other related portions are changed.)
4297         (wl-summary-buffer-set-folder):
4298         Set up wl-summary-buffer-number-column and 
4299         wl-summary-buffer-line-formatter
4300         (All other related portions are changed.)
4301         (wl-summary-buffer-number-column-detect): Abolished.
4302         (All other related portions are changed.)
4303         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4304         (wl-summary-delete-all-temp-marks-on-buffer): Use
4305         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4306         (wl-summary-target-mark-delete): Ditto.
4307         (wl-summary-target-mark-refile-subr): Ditto.
4308         (wl-summary-target-mark-mark-as-read): Ditto.
4309         (wl-summary-target-mark-mark-as-unread): Ditto.
4310         (wl-summary-target-mark-mark-as-important): Ditto.
4311         (wl-summary-target-mark-save): Ditto.
4312         (wl-summary-replace-status-marks): Renamed from
4313         wl-summary-set-status-marks-on-buffer;
4314         Use wl-summary-message-regexp instead of
4315         wl-summary-buffer-number-regexp.
4316         (wl-summary-sync-update): Follow the change above.
4317         (wl-summary-goto-previous-message-beginning): New function.
4318         (wl-summary-mark-as-unread): Use it.
4319         (wl-summary-mark-as-important): Ditto.
4320         (wl-summary-line-formatter): New variable.
4321         (wl-summary-line-year): New function.
4322         (wl-summary-line-day): Ditto.
4323         (wl-summary-line-day-of-week): Ditto.
4324         (wl-summary-line-hour): Ditto.
4325         (wl-summary-line-minute): Ditto.
4326         (wl-summary-line-open-bracket): Ditto.
4327         (wl-summary-line-close-bracket): Ditto.
4328         (wl-summary-line-children-number): Ditto.
4329         (wl-summary-line-thread-indent): Ditto.
4330         (wl-summary-line-size): Ditto.
4331         (wl-summary-line-subject): Ditto.
4332         (wl-summary-line-from): Ditto.
4333         (wl-summary-line-children-and-from): Ditto.
4334         (wl-summary-create-line): Rewritten.
4335         (wl-summary-format-date): Abolished.
4336
4337         * wl-highlight.el (wl-highlight-summary-current-line): Use
4338         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4339         Use thread structure to detect thread top message.
4340
4341         * wl-draft.el (wl-default-draft-cite): Don't use
4342         wl-summary-from-func-internal.
4343
4344         * wl-refile.el (wl-refile-subject-learn): Don't use
4345         wl-summary-subject-filter-func-internal.
4346         (wl-refile-guess-by-subject): Ditto.
4347
4348         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4349         parameters.
4350
4351         * wl-thread.el (wl-thread-update-indent-string-region):
4352         Use wl-thread-update-line-on-buffer instead of
4353         wl-thread-update-indent-string.
4354         (wl-thread-update-children-number): Redefine using
4355         wl-thread-update-line-on-buffer.
4356         (wl-thread-update-indent-string): Abolished.
4357
4358         * Version number is increased to 2.9.11.
4359
4360 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4363         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4364         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4365
4366         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4367         as nil.
4368
4369         * wl-thread.el (wl-thread-open-all-unread): Use 
4370         elmo-folder-list-messages-mark-match.
4371         (wl-thread-insert-message): Removed argument `mark-alist'.
4372         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4373         elmo-msgdb-set-mark.
4374         (wl-thread-get-children-msgs-uncached): Likewise.
4375         (wl-thread-get-exist-children): Added argument include-self.
4376         (wl-thread-delete-message): Follow the change above.
4377
4378         * wl-summary.el (wl-summary-count-unread): Removed argument.
4379         (wl-summary-rescan): Follow the change above.
4380         (wl-summary-mark-as-read-region): Ditto
4381         (wl-summary-mark-as-unread-region): Ditto.
4382         (wl-summary-delete-messages-on-buffer): Ditto.
4383         (wl-summary-sync-update): Ditto.
4384         (wl-summary-switch-to-clone-buffer): Ditto.
4385         (wl-summary-goto-folder-subr): Ditto.
4386         (wl-summary-target-mark-mark-as-read): Ditto.
4387         (wl-summary-target-mark-mark-as-unread): Ditto.
4388         (wl-summary-target-mark-mark-as-important): Ditto.
4389         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4390         (wl-summary-update-thread): Removed argument `mark-alist'.
4391         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4392         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4393         (wl-summary-resume-cache-status): Likewise.
4394         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4395         elmo-msgdb-set-mark.
4396         (wl-summary-mark-as-read-all): Likewise.
4397         (wl-summary-delete-cache): Ditto.
4398         (wl-summary-auto-select-msg-p): Ditto.
4399         (wl-summary-mark-as-unread): Ditto.
4400         (wl-summary-no-auto-refile-message-p): Ditto.
4401         (wl-summary-mark-as-read): Ditto.
4402         (wl-summary-mark-as-important): Ditto.
4403         (wl-summary-auto-refile): Follow the change above.
4404         (wl-summary-delete-all-marks): Removed.
4405         (wl-summary-resume-marks-and-highlight): Ditto.
4406         (wl-summary-resume-marks): Ditto.
4407         (wl-summary-delete-important-msgs-from-list): Ditto.
4408         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4409
4410         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4411         wl-summary-count-unread.
4412
4413         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4414         (wl-summary-score-update-all-lines): Use
4415         elmo-msgdb-set-mark.
4416
4417 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4418
4419         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4420         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4421         (wl-summary-create-line): Renamed from
4422         wl-summary-overview-create-summary-line;
4423         Argument rearrangement.
4424         (wl-summary-update-thread): Follow the change above.
4425
4426         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4427         (wl-thread-insert-entity-sub): Likewise.
4428
4429         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4430         argument `overview', `mark-alist' and added `msgdb'.
4431
4432         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4433
4434         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4435         (wl-summary-rescan): Follow the change above.
4436         (wl-summary-sync-update): Ditto.
4437         (wl-summary-insert-thread-entity): Ditto;
4438         Don't use `let*' in every while loop;
4439         Detect infinite loop of threads.
4440         (wl-summary-update-thread): Removed argument `overview'.
4441
4442         * wl-thread.el (wl-thread-insert-message): Ditto.
4443
4444         * Version number is increased to 2.9.10.
4445
4446         * wl-message.el (wl-message-redisplay): Ignore errors while
4447         wl-message-redisplay-hook.
4448
4449 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4452
4453 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl.el (wl): inhibit-quit while wl-folder.
4456
4457 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4460         while msgdb access.
4461
4462 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4463
4464         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4465         even if no folder is not created.
4466
4467 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4468
4469         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4470
4471         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4472         implementation.
4473         (wl-summary-target-mark-thread): Ditto.
4474
4475         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4476
4477 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4478
4479         * wl-util.el (wl-display-bytes): Remove unused function.
4480
4481 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4482
4483         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4484         seems critical one (partially reverse the change in 2002/03/17).
4485
4486 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4487
4488         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4489         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4490
4491 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4492
4493         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4494         is not writable.
4495         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4496         plugged status instead of `'force' as 2nd argument.
4497
4498         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4499         is not creatable.
4500
4501         * Version number is increased to 2.9.9.
4502
4503 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4504
4505         * wl-summary.el (wl-summary-suspend): New function.
4506
4507 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4508
4509         * wl.el (wl): Do not check variables if check is nil.
4510         * wl-utils.el (wl-collect-draft): New function.
4511         * wl-folder.el (wl-folder-suspend): Put summary buffers
4512         and draft buffers at the end of buffer list.
4513         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4514
4515 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4516
4517         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4518         loop instead of recursive call.
4519
4520         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4521         2nd argument.
4522
4523 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4524
4525         * wl-draft.el (wl-draft-create-contents): Don't take neither
4526         (function . args) nor (string . something) any more.
4527
4528         * wl-version.el (wl-generate-user-agent-string): Return string
4529         without header symbol.
4530         * wl-draft.el (wl-draft-default-headers): Use it.
4531
4532         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4533         `wl-draft-insert-ccs' and return field value instead of inserting
4534         the header. Abolish cc argument.
4535         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4536
4537         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4538         rather than one with string car.
4539
4540         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4541         * wl-draft.el (wl-draft-create-contents): Add it after the default
4542         headers.
4543
4544         * wl-draft.el (wl-draft-create-contents): For the case of
4545         (symbol-or-string . function) insert header only when the function
4546         returns string value.
4547
4548 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4551         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4552
4553 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554
4555         * wl.el (wl-check-environment): Don't check Message-ID when
4556         `wl-insert-message-id' is nil.
4557         Revive checking if `wl-message-id-domain' contains "@".
4558
4559 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl.el (wl-check-environment): Merge examination for "@" at
4562         inappropriate position into the first string-match.
4563
4564         * wl-summary.el (wl-summary-target-mark-print): New function.
4565         (wl-summary-pipe-message-subr): Extracted from
4566         `wl-summary-pipe-message'.
4567         (wl-summary-target-mark-pipe): New function.
4568         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4569         `wl-summary-target-mark-pipe'.
4570
4571 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4574
4575 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4576
4577         * wl.el (wl-check-environment): Use elmo-warning instead of
4578         error for non-critical ones.
4579         Remove trash folder check.
4580         (wl): Don't ignore error in wl-check-environment.
4581
4582         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4583         check, which is moved from `wl-check-environment'.
4584         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4585
4586 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4589         guess anything, call wl-summary-write.
4590         (wl-summary-write): Create draft with blank To field.
4591         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4592
4593 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4596         argument full as well for wl-folder-write-current-folder.
4597         If wl-*-write-current-folder cannot guess addressee, add blank
4598         To header.
4599         Rewrite condition for positioning cursor.
4600
4601 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4602
4603         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4604         summary buffer is present, use it.
4605         (wl-folder-jump-to-previous-summary): Ditto.
4606
4607 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4610
4611         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4612         wl-summary-previous-buffer and wl-summary-next-buffer.
4613
4614         * wl-folder.el (wl-folder-mode-map): Bind
4615         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4616         (wl-folder-jump-to-next-summary): New function.
4617         (wl-folder-jump-to-previous-summary): Ditto.
4618
4619         * wl-draft.el (wl-draft): Rearranged.
4620
4621 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4622
4623         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4624         of header.
4625         (wl-draft): Collect arguments for the header as header-alist.
4626         (wl-draft-forward): Arrange arguments for wl-draft.
4627         (wl-draft-reply): Ditto.
4628         (wl-draft-edit-string): Ditto.
4629         * wl-summary.el (wl-summary-write): Ditto.
4630         (wl-summary-write-current-folder): Ditto.
4631
4632         * Version number is increased to 2.9.8.
4633
4634 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4637
4638         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4639
4640         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4641         even if the guess failed.
4642
4643         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4644         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4645         wl-summary-write-current-folder.
4646         * wl-xmas.el: Ditto.
4647
4648 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl-summary.el (wl-summary-next-page): Force display message if
4651         message is not displayed yet.
4652         (wl-summary-prev-page): Ditto.
4653
4654 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4655
4656         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4657
4658 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4661         add "Preview Message" and "Save Draft and Exit".
4662
4663 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4666         if addrmgr is called from draft in splitted window.
4667
4668         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4669         * wl-mule.el: Ditto.
4670         * wl-xmas.el: Ditto.
4671
4672 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4673
4674         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4675
4676         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4677         * wl-xmas.el (wl-folder-toolbar): Ditto.
4678
4679 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4680
4681         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4682         and wl-draft-save-and-exit.
4683         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4684         * wl-xmas.el: Ditto.
4685         * wl-mule.el: Ditto.
4686
4687         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4688         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4689
4690 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4691
4692         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4693         lists for saving buffer.
4694
4695 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4698         parent-folder argument instead of it.
4699         (wl-draft-create-buffer): Ditto.
4700         (wl-draft-forward): Ditto.
4701         (wl-draft-reply): Ditto.
4702         * wl-summary.el (wl-summary-write): Ditto.
4703         (wl-summary-write-current-folder): Ditto.
4704
4705         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4706         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4707         Folder buffer after composing.
4708
4709 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4712         header if the file `wl-x-face-file' already contains it.
4713
4714 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4717         folder" entry.
4718         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4719         * wl-e21.el (wl-folder-toolbar): Ditto.
4720         * wl-xmas.el (wl-folder-toolbar): Ditto.
4721
4722 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723
4724         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4725         wl-folder-goto-folder with sticky argument.
4726         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4727
4728 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4729
4730         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4731         and wl-summary-previous-buffer.
4732         (wl-summary-next-buffer): New function.
4733         (wl-summary-previous-buffer): Ditto.
4734
4735 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4738         wl-folder-jump-to-current-entity-with-arg.
4739         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4740         `wl-folder-jump-to-current-entity'.
4741         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4742         `wl-summary-goto-folder-sticky'.
4743         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4744         `wl-summary-goto-folder'.
4745         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4746         Unless force-exit, do not clean temp. marks for sticky summary.
4747         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4748
4749 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4752         not entire.
4753
4754 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4757         to `C-x C-s'.
4758         (wl-summary-save-status): New command.
4759         (wl-summary-exit): Don't clean-up temp marks when sticky.
4760         (Applied patch from Nakayama-san [wl: 09548])
4761         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4762         Do nothing when no mark data.
4763         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4764         Call `wl-summary-delete-all-temp-marks' before saving.
4765
4766 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4767
4768         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4769
4770 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl.el (wl-check-environment): Also cause error when (system-name)
4773         returns "localhost.localdomain". (Although it doesn't affect because
4774         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4775
4776 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4779         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4780
4781         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4782         value.
4783
4784 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4787         Likewise r-cc-list and r-ng-list.
4788
4789 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4790
4791         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4792         only if it is bound as variable.
4793
4794         * wl-mime.el (wl-draft-preview-message): Ditto.
4795
4796 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4797
4798         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4799         needless `goto-char'.
4800
4801         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4802         `wl-summary-redisplay-no-mime-internal' instead of
4803         `wl-summary-redisplay-no-mime'.
4804         (wl-summary-redisplay-no-mime): Changed argument;
4805         Call `wl-summary-redisplay-no-mime-internal'.
4806
4807         * wl-mime.el (wl-draft-preview-message): Bind
4808         `mime-header-encode-method-alist' locally.
4809
4810         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4811         (wl-draft-std11-parse-addresses): Added the first address check.
4812         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4813
4814         * Version number is increased to 2.9.7.
4815
4816 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4817
4818         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4819
4820 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4821
4822         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4823         related to scrollbar support, if there is no such a feature
4824         compiled in.
4825
4826 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4827
4828         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4829         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4830         for prefetch.
4831
4832 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4833
4834         * wl-summary.el (wl-summary-pick): Fix for no match.
4835
4836 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4837
4838         * wl-draft.el (wl-draft-save):
4839         Override `mime-header-encode-method-alist'.
4840
4841 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4842
4843         * wl-folder.el (wl-folder-pick): New function.
4844         Define key as "?".
4845
4846 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4847
4848         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4849         Fix for unplugged.
4850
4851 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4852
4853         * wl-folder.el (wl-folder-virtual): New function.
4854         Define key as "V".
4855
4856 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4857
4858         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4859         multi folder if entity is group.
4860
4861 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4862
4863         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4864         is nil.
4865
4866 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4867
4868         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4869         (wl-summary-target-mark-msgs): Return the number of marked messages.
4870
4871 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4872
4873         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4874         "first:" is specified.
4875
4876 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-vars.el (wl-from): Use return value of function
4879         user-full-name instead of the variable user-full-name since
4880         XEmacs-20.4 doesn't set this variable.
4881
4882 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4883
4884         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4885         call `wl' directly.
4886
4887 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4888
4889         * wl-draft.el (wl-draft-reedit): Removed duplicated
4890         switch-to-buffers.
4891
4892 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * wl.el (wl-other-frame): Removed garbages.
4895
4896 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4899
4900         * wl-xmas.el (wl-draft-key-setup): Ditto.
4901
4902         * wl-mule.el (wl-draft-key-setup): Ditto.
4903
4904         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4905         (wl-draft-reedit): Ditto.
4906         (wl-draft-prepare-edit): Add `wl-draft-save' to
4907         `local-write-file-hooks'.
4908         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4909         (wl-draft-reedit): Set buffer-file-name.
4910         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4911
4912
4913         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4914         call it.
4915         (wl-delete-startup-frame-function): New variable.
4916         (wl-other-frame): New function
4917         (Original was written by Yamaoka san [wl: 09239]).
4918
4919         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4920         if `wl-folder-use-frame'.
4921
4922 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4923
4924         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4925
4926 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4929         New variable.
4930         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4931         (wl-message-buffer-prefetch-get-next): Use them.
4932         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4933
4934 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4937         with unwind-protect.
4938
4939         * wl-draft.el (wl-draft-reedit): Rewrite.
4940         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4941         (wl-draft-save): Insert header separator if it does not exist;
4942         Removed condition-case.
4943
4944         * wl-summary.el (wl-summary-reedit): Revert last change.
4945
4946         * wl-draft.el (wl-draft-save): Rewrite.
4947         (wl-draft-create-buffer): Set buffer-file-name as nil.
4948
4949         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4950
4951         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4952
4953         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4954         nil.
4955
4956 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4957
4958         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4959         If count is nil, do not prefetch.
4960         (wl-message-buffer-prefetch-next): Next.
4961
4962 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4963
4964         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4965
4966 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4967
4968         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4969         `delete-backward-char'
4970         (wl-draft-prepare-edit): Check major-mode.
4971         (wl-draft-decode-header): Rewrite.
4972         (wl-draft): Fix.
4973
4974 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4975
4976         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4977
4978 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4979
4980         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4981         (wl-message-buffer-prefetch-get-next): Remove size checking.
4982         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4983
4984 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4985
4986         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4987         (wl-draft-default-headers): Fix.
4988
4989 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-draft.el (wl-draft-default-headers): Insert return value of
4992         `wl-generate-mailer-string-function'.
4993
4994 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4997         (wl-draft-insert-mail-header-separator): Ditto.
4998
4999         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5000         again (Reverted the change on 2002-01-17 by OKADA san).
5001
5002 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5003
5004         * wl-draft.el (wl-draft): Rewrite.
5005         (wl-draft-create-buffer): New function.
5006         (wl-draft-create-contents): Ditto.
5007         (wl-draft-prepare-edit): Ditto.
5008         (wl-draft-decode-header): Ditto.
5009         (wl-draft-decode-body): Ditto.
5010         (wl-draft-check-new-line): Ditto.
5011         (wl-draft-default-headers): Ditto.
5012         (wl-draft-insert-mail-header-separator): Ditto.
5013
5014 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5015
5016         * Version number is increased to 2.9.6.
5017
5018 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5019
5020         * wl-draft.el (wl-draft-delete-field): Optional argument.
5021         (wl-draft-delete-fields): Ditto.
5022
5023 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5024
5025         * wl-message.el (toplevel): Eliminated byte-compile warning.
5026         for `itimer-function', `delete-timer' and `itimer-list'.
5027
5028 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5029
5030         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5031         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5032         `wl-message-buffer-prefetch-threshold'.
5033         * wl-summary.el (wl-summary-redisplay-internal): Remove
5034         the check of `wl-message-buffer-prefetch-depth'.
5035
5036 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5037
5038         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5039         size of article.
5040         (wl-message-buffer-prefetch-subr): Remove size check.
5041
5042 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5043
5044         * wl-vars.el (wl-plugged): Make customizable.
5045
5046 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5047
5048         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5049         (wl-message-buffer-prefetch-set-timer): New function.
5050         (wl-message-buffer-prefetch-get-next): New function.
5051         (wl-message-buffer-prefetch): New function.
5052         (wl-message-buffer-prefetch-next): Rewrite.
5053         (wl-message-buffer-prefetch-subr): Rewrite.
5054         * wl-vars.el (wl-auto-prefetch-first): New variable.
5055         * wl-summary.el (wl-summary-goto-folder-subr): Call
5056         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5057
5058 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5059
5060         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5061         `wl-summary-unread-message-hook'.
5062
5063 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5064
5065         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5066         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5067         if range is `cache-status'.
5068
5069 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5070
5071         * wl-message.el (wl-message-buffer-prefetch-subr):
5072         Improve debug message.
5073
5074 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5075
5076         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5077         `wl-mail-send-pre-hook'.
5078         (wl-draft-send-mail-with-qmail): Ditto.
5079         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5080
5081 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5082
5083         * wl-message.el (wl-message-buffer-prefetch-subr):
5084         Fix for cancel-function-timers bug.
5085         (wl-message-buffer-prefetch-debug): Default value is t.
5086
5087 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5088
5089         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5090         (wl-message-buffer-prefetch-subr): Rewrite.
5091         Rename from `wl-message-buffer-prefetch'.
5092
5093 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5094
5095         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5096         (wl-default-draft-cite-decorate-author): Ditto.
5097
5098         * wl-draft.el (wl-draft-cite-function): Removed.
5099         (wl-default-draft-cite-decorate-author): Ditto.
5100
5101 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5102
5103         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5104         (wl-default-draft-cite): Do not arrange author name if the value of
5105         `wl-default-draft-cite-decorate-author' is nil.
5106
5107 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5110
5111         * wl-folder.el (wl-folder-check-one-entity): Don't care
5112         `elmo-folder-use-flag-p'.
5113
5114 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5115
5116         * wl-folder (wl-folder-check-one-entity): Fix
5117         problem if unread is nil.
5118
5119 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-address.el (wl-address-make-completion-list): Check whether
5122         the address is a group list.
5123         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5124
5125 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5126
5127         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5128         The number of the messages of new and unread does not count
5129         correctly.
5130
5131         * wl-summary.el (wl-summary-count-unread): Changed to return
5132         `(new . unread)' instead of total.
5133         (wl-summary-sync-update): Follow the change above.
5134
5135         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5136
5137 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5138
5139         * wl-address.el (wl-address-make-completion-list): Do not enclose
5140         address by " <" and ">" if associated realname is "".
5141         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5142         This is against the promblem with group list in .addresses pointed
5143         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5144
5145 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5146
5147         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5148         message is a format control string.
5149         * wl-expire.el (wl-expire-append-log): Ditto.
5150         * wl-mime.el (wl-summary-burst-subr): Ditto.
5151         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5152         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5153
5154 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5155
5156         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5157         wl.el (wl-check-variables): Rename from `wl-check-type'.
5158         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5159         (wl-check-variables-2): New function.
5160         (wl): Call `wl-check-variables-2'.
5161
5162 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5163
5164         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5165         after renaming folder in access group.
5166
5167 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5168
5169         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5170         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5171         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5172         (wl-message-buffer-prefetch): Rewrite.
5173         (wl-message-buffer-prefetch-idle-time): Removed.
5174         * wl-summary.el (wl-summary-redisplay-internal):
5175         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5176         Error check for `wl-message-buffer-prefetch-depht'.
5177
5178 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5179
5180         * Version number is increased to 2.9.5.
5181         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5182
5183 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5184
5185         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5186         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5187         Based on the patch written by
5188         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5191
5192         * wl-draft.el (wl-draft-raw-send): Fix for
5193         `wl-news-send-pre-hook'
5194
5195 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5196
5197         * wl-utils.el (wl-message-id-function): New variable.
5198         * wl-draft.el (wl-draft-insert-required-fields):
5199         Use `wl-message-id-function'.
5200
5201 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5202
5203         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5204         * wl-utils.el (wl-draft-make-message-id-string):
5205         Use `wl-from' for domain part of Message-ID
5206         if `wl-message-id-use-wl-from' if non-nil.
5207         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5208
5209 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5210
5211         * wl.el (wl): Call `wl-check-type'
5212         Do not 'condition-case'.
5213
5214 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5215
5216         * wl.el (wl-check-type): New function.
5217         (wl-check-type-variables): New variable.
5218
5219 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5220
5221         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5222
5223 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5224
5225         * wl-draft.el (wl-smtp-password-key): New function.
5226         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5227         (wl-draft-send-mail-with-smtp): Ditto.
5228         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5229
5230 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5231
5232         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5233         * wl-utils.el (wl-unique-id-suffix): Remove.
5234
5235 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5236
5237         * Version number is increased to 2.9.4.
5238
5239 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5240
5241         * wl-utils.el (wl-unique-id-suffix): New variable.
5242         (wl-unique-id): Use `wl-unique-id-suffix'
5243
5244 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5245
5246         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5247         instead of `elmo-msgdb-search'.
5248
5249         * Version number is increased to 2.9.3.
5250
5251 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5252
5253         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5254
5255 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5256
5257         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5258         (wl-draft-dispatch-message): Changed for send-later.
5259         (wl-draft-queue-flush): Ditto.
5260         (wl-draft): Clear `wl-sent-message-queued'.
5261         (wl-draft-reedit): Ditto.
5262         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5263         * wl-vars.el (wl-draft-force-queuing): New variable.
5264         (wl-draft-force-queuing-mail): New variable.
5265         (wl-draft-force-queuing-news): New variable.
5266
5267 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5268
5269         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5270         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5271
5272 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5273
5274         * Version number is increased to 2.9.2.
5275
5276 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * wl-draft.el (wl-draft-elide-region): New user command.
5279         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5280
5281         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5282         command `wl-draft-elide-region'.
5283         * wl-mule.el: Ditto.
5284         * wl-xmas.el: Ditto.
5285
5286 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5289         (wl-biff-check-folder-async): Removed needless let.
5290
5291 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5294         wl-folder-get-elmo-folder.
5295         (wl-biff-check-folder): Set `biff' argument of
5296         `wl-folder-check-one-entity'.
5297         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5298
5299         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5300         (wl-folder-check-one-entity): Added `biff' argument;
5301         Setup `biff' slot of folder.
5302
5303         * Version number is increased to 2.9.1.
5304
5305 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5308         comment out and fixed.
5309         (wl-fldmgr-add-completion-subr): Ditto.
5310
5311         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5312         and msgdb.
5313
5314         * wl.el (wl-toggle-plugged): Save summary view.
5315
5316 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5317
5318         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5319
5320 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5321
5322         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5323
5324 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5327         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5328         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5329
5330         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5331         if it was failed.
5332         (wl-demo): Disable undo in the demo buffer.
5333
5334 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5335
5336         * wl-version.el (wl-version): Changed codename.
5337
5338         * Version number is increased to 2.9.0.
5339
5340 2001-12-14  Takuo KITAME <kitame@northeye.org>
5341
5342         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5343         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5344         (wl-folder-mark-as-read-all-current-entity): Ditto.
5345
5346 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5347
5348         * wl-vars.el (wl-from-width): Define as obsolete variable.
5349         (wl-subject-length-limit): Ditto.
5350
5351         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5352
5353         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5354         wl-summary-save-view.
5355
5356         * wl.el (wl-save-status): Ditto.
5357         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5358
5359         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5360         (wl-summary-exit): Follow the change above.
5361         (wl-summary-goto-folder-subr): Ditto.
5362
5363         * wl-folder.el (wl-folder-create-subr): Don't use
5364         `elmo-folder-creatable-p'.
5365
5366 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5369
5370 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5373         rather than bitmap on Emacs 21.
5374         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5375         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5376         for xbm if the new redisplay engine is not available.
5377
5378 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-folder.el (wl-folder-init-hook): New hook.
5381         (wl-folder-init): Run `wl-folder-init-hook'.
5382
5383 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5386
5387 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-acap.el (wl-acap-cache-filename): New variable.
5390         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5391         (wl-acap-init): Use cache if no ACAP server found.
5392
5393 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5394
5395         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5396         `wl-acap-original-msgdb-dir'.
5397
5398         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5399         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5400
5401         * wl-mime.el (wl-mime-save-directory): Renamed from
5402         `wl-mime-save-dir'.
5403
5404 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5407
5408         * wl-demo.el: Require `path-util'.
5409         (wl-demo-bitmap-mule-available-p): New internal variable.
5410         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5411         `module-installed-p' instead.
5412         (wl-demo-insert-image): Use *.img file for a bitmap image.
5413         (wl-demo): Don't call the ascii demo recursively.
5414
5415 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5416
5417         * Version number is increased to 2.7.7.
5418
5419 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl.el (wl-exit): Eliminated byte-compile warning.
5422
5423 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5424
5425         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5426         obsolete variable using `elmo-define-obsolete-variable'.
5427         (wl-fetch-confirm-threshold): Ditto.
5428         (wl-cache-prefetch-folder-type-list): Ditto.
5429         (wl-cache-prefetch-folder-list): Ditto.
5430
5431 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5434         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5435         (wl-demo-insert-image): New function.
5436         (wl-demo-insert-text): New function.
5437         (wl-demo-image-type-alist): Redefine as a function.
5438         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5439         (wl-demo-with-temp-file-buffer): Removed.
5440         (wl-logo-xpm): Removed.
5441         (wl-logo-xbm): Removed.
5442         (wl-logo-bitmap): Removed.
5443
5444 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5445
5446         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5447         (wl-expire-localdir-get-folder-function): New user option.
5448         (wl-expire-localdir-get-folder): New function.
5449         (wl-expire-localdir-date): Ditto.
5450
5451 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5452
5453         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5454         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5455         Fixed unread number mismatch when all-unread < unread.
5456
5457 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5458
5459         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5460         (wl-fetch-confirm-threshold): Ditto.
5461
5462         * wl-summary.el (wl-summary-confirm-appends): Removed.
5463         (wl-summary-sync-update): Don't refer
5464         `wl-summary-update-confirm-threshold' (It is now abolished).
5465
5466         * wl-message.el (wl-message-display-internal): Don't refer
5467         `wl-fetch-confirm-threshold' (It is now abolished).
5468
5469 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5472
5473 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5474
5475         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5476         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5477         Change default value to nil.
5478         (wl-summary-indent-length-limit): The value can be nil, nil means
5479         unlimited.
5480
5481         * wl-summary.el: Don't set limit for indent length if the value of
5482         wl-summary-indent-length-limit is nil.
5483         If the value of wl-summary-width is nil, it means only that the width
5484         of summary is unlimited (nil doesn't mean that the indent length is
5485         unlimited).
5486
5487         * wl-thread.el: Ditto.
5488
5489 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5490
5491         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5492         be nil, nil means never confirm.
5493         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5494
5495 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5496
5497         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5498         means unlimited).
5499
5500 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5503         Use `with-temp-buffer'.
5504
5505 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5506
5507         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5508         with new backquote style).
5509         (wl-folder-get-entity-from-buffer): Ditto.
5510
5511 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5512
5513         * wl-version.el (nemacs-version): Eliminated.
5514         (wl-extended-emacs-version2): Ignore nemacs.
5515         (wl-extended-emacs-version3): Ditto.
5516
5517 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5518
5519         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5520         (wl-draft-add-in-reply-to): New variable.
5521         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5522         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5523         (wl-draft-yank-from-mail-reply-buffer): Use
5524         `wl-draft-add-in-reply-to'.
5525         (wl-draft-insert-current-message): Ditto.
5526
5527 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5528
5529         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5530         typo (kill->hide).
5531         (wl-message-buffer-prefetch-folder-type-list): Added elements
5532         `mark' and `cache' instead of `internal'.
5533
5534 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5535
5536         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5537         resume msgdb directory.
5538
5539 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5540
5541         * wl.el (wl-exit): Call `wl-acap-exit'.
5542
5543         * wl-summary.el (wl-summary-message-string): New function.
5544         (wl-summary-reedit): Use it.
5545         (wl-summary-resend-bounced-mail): Remove needless let.
5546         (wl-summary-supersedes-message): Ditto.
5547         (wl-summary-save): Ditto.
5548
5549         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5550         (wl-acap-init): Set it.
5551         (wl-acap-exit): New function.
5552
5553 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5554
5555         * wl.el (wl-init): Revert (require 'mime-setup). move from
5556         toplevel.
5557
5558 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5559
5560         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5561         local variables.  Add error when guess function return invalid
5562         value.
5563
5564 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5565
5566         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5567         Change local variable name.
5568         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5569         (wl-folder-get-newsgroups): Return nil when non-news folder.
5570         * wl-summary.el (wl-summary-write-current-folder): State through
5571         when guess-list return nil.
5572         (wl-summary-write-current-folder-functions): Fixed docstring.
5573
5574         * wl.el (wl-exit): Changed confirm message.
5575
5576         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5577         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5578
5579         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5580
5581 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5582
5583         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5584         user option (Renamed from wl-cache-prefetch-folder-type-list).
5585         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5586         from wl-cache-prefetch-folder-list).
5587
5588         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5589         Move to wl-vars.el.
5590         (wl-message-buffer-prefetch-p): Changed to enable
5591         `wl-message-buffer-prefetch-folder-list'.
5592
5593         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5594         `ignore-cache'.
5595
5596 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5597
5598         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5599         `part-top' and `part-bottom'.
5600         (wl-draft-config-sub-part-top): New function.
5601         (wl-draft-config-sub-part-bottom): New function.
5602
5603 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5604
5605         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5606
5607 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5608
5609         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5610
5611 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5612
5613         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5614
5615         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5616         (wl-summary-write-current-folder): Ditto.
5617
5618 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * wl-folder.el (wl-folder-get-newsgroups): Use
5621         `elmo-folder-newsgroups'.
5622
5623 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5624
5625         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5626         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5627         `wl-draft-config-sub-header-bottom'.
5628
5629 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5630
5631         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5632         localnews folder.
5633
5634 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5635
5636         * wl-summary.el (wl-summary-mode): Undo last change.
5637
5638         * wl-folder.el (wl-folder-mode): Ditto.
5639
5640 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5641
5642         * wl-summary.el (wl-summary-mode): Locally set
5643         truncate-partial-window-width to nil.
5644         (for XEmacs)
5645
5646         * wl-folder.el (wl-folder-mode): Ditto.
5647
5648 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5649
5650         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5651
5652 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5653
5654         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5655         number.
5656
5657         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5658
5659         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5660
5661         * Version number is increased to 2.7.6.
5662
5663 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5666
5667 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5668
5669         * wl-summary.el (wl-summary-sync-update): Enclose network
5670         related portion with `unwind-protect'.
5671
5672 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5673
5674         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5675
5676 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5679         element.
5680         * wl-vars.el (wl-message-body-button-alist): Ditto.
5681
5682         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5683         max match length.
5684         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5685
5686         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5687         for the max match length;
5688         Use 4th element value for the button string regexp group.
5689
5690         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5691         candidate exists, prompt to select.
5692
5693 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5694
5695         * wl-summary.el (wl-summary-jump-to-msg): Search before
5696         calibration point by `beginning-of-line'.
5697
5698 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5701         for access group.
5702
5703 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5704
5705         * wl-message.el (wl-message-display-internal): Bind
5706         `default-mime-charset'.
5707
5708         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5709
5710         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5711
5712         * Version number is increased to 2.7.5.
5713
5714 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5715
5716         * wl-expire.el (wl-summary-archive): Fixed;
5717         Use `elmo-folder-name-internal'.
5718
5719 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5720
5721         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5722         from `elmo-folder-move-messages' caller.
5723         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5724
5725         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5726         related portions are changed).
5727
5728 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5729
5730         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5731         counter.
5732
5733 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5734
5735         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5736         buffer local and set it to nil.
5737
5738         * wl-message.el (wl-message-redisplay): Ditto.
5739
5740 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-summary.el (wl-summary-mark-as-important): If message is
5743         already cached, set messag as read, otherwise encache and mark as read.
5744
5745 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5748         point-min.
5749
5750 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5753         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5754         a keymap.
5755
5756 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5757
5758         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5759         parent.
5760
5761         * wl-mule.el (wl-message-define-keymap): Ditto.
5762
5763         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5764
5765         * wl-xmas.el (wl-message-display-internal-hook): Define.
5766         (wl-xmas-setup-message-toolbar): Define as function.
5767         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5768         (wl-message-overload-functions): Abolished.
5769         (wl-message-define-keymap): New function.
5770
5771         * wl-vars.el (wl-message-display-internal-hook): New variable.
5772         (wl-message-header-button-alist): New variable (Renamed from
5773         wl-highlight-message-header-button-alist).
5774         (wl-message-body-button-alist): Ditto.
5775
5776         * wl-mule.el (wl-message-define-keymap): New function.
5777         (wl-message-overload-functions): Abolished.
5778
5779         * wl-message.el (wl-message-add-buttons-to-body): New function.
5780         (wl-message-redisplay): Don't call wl-message-overload-functions;
5781         Call wl-message-add-buttons-to-header and
5782         wl-message-add-buttons-to-body.
5783         (wl-message-display-internal): Set keymap argument for
5784         elmo-mime-display-as-is, elmo-mime-message-display;
5785         Run wl-message-display-internal-hook.
5786         (wl-message-refer-article-or-url): Abolished.
5787
5788         * wl-highlight.el (wl-highlight-headers): Don't call
5789         wl-highlight-message-add-buttons-to-header.
5790         (wl-highlight-message-add-buttons-to-header): Abolished.
5791
5792
5793         * wl-e21.el (wl-message-display-internal-hook): Define.
5794         (wl-e21-setup-toolbar): Deleted duplicated binding.
5795         (wl-e21-setup-message-toolbar): Define as function.
5796         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5797         (wl-message-define-keymap): New function.
5798         (wl-message-overload-functions): Abolished.
5799
5800 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5801
5802         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5803         and elmo-folder-close.
5804
5805         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5806
5807 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5808
5809         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5810         boolean value.
5811         * wl-draft.el (wl-draft-do-fcc): Ditto.
5812
5813 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5814
5815         * wl-vars.el (wl-fcc-force-as-read): New variable.
5816         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5817         mark copied message as read.
5818
5819 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5820
5821         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5822
5823 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5824
5825         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5826         `wl-summary-target-above' instead of obsolete variable
5827         `wl-summary-temp-above'.
5828
5829         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5830         instead of `make-obsolete-variable'.
5831         * wl-refile.el (toplevel): Ditto.
5832
5833 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5836         with third argument t.
5837         (wl-draft): Set first argument for wl-plugged-init as t.
5838
5839         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5840         definition.
5841
5842 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5843
5844         * wl-vars.el: Tabify.
5845         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5846
5847         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5848         message.
5849
5850 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5851
5852         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5853         and set default to beep.
5854
5855 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5856
5857         * wl-vars.el (wl-draft-truncate-lines): New variable.
5858
5859         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5860         instead of wl-message-truncate-lines for truncate-lines.
5861
5862 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5863
5864         * wl-message.el (wl-message-display-internal): Call
5865         `wl-highlight-message' after `elmo-mime-display-as-is'.
5866
5867         * wl-mime.el (wl-mime-display-text/plain): New function.
5868         (wl-mime-display-header): Ditto.
5869         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5870         body-presentation-method for text/plain;
5871         Register `wl-mime-display-header' as a header-presentation-method;
5872         Don't set up `elmo-message-text-content-inserted-hook' and
5873         `elmo-message-header-inserted-hook'.
5874
5875         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5876         variable.
5877         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5878         as t if flag is 'all-header;
5879         Don't bind `elmo-message-ignored-field-list',
5880         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5881
5882 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5885         for xemacs with non-mule environment.
5886
5887 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5888
5889         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5890         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5891         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5892
5893 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5894
5895         * wl-vars.el (wl-interactive-send): Set default value as t.
5896
5897 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5898
5899         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5900         (wl-addrmgr-method-list): Abolished.
5901         (wl-addrmgr-change-method): Follow above change.
5902
5903         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5904
5905 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5906
5907         * wl-vars.el (wl-message-truncate-lines): Change default value
5908         to default-truncate-lines.
5909
5910         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5911
5912 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5913
5914         * wl-vars.el (wl-message-truncate-lines): New variable.
5915
5916         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5917         wl-message-truncate-lines.
5918
5919 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5920
5921         * wl-acap.el (wl-acap-init): Remove period from error message.
5922         (wl-acap-find-acap-service): Remove period from message.
5923
5924 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5925
5926         * wl.el (wl-check-environment): Undo last change.
5927
5928         * wl-vars.el (wl-from): Changed default value.
5929
5930         * wl-util.el (toplevel): Don't require tm-edit.
5931
5932         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5933         `wl-folder-init';
5934         Don't set mark on mail body.
5935         (wl-draft-reedit): Ditto.
5936
5937         * wl-address.el (wl-address-quote-specials): Define as an alias for
5938         elmo-address-quote-specials.
5939
5940 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5943
5944         * wl-vars.el (wl-from): Set default value as nil.
5945         (wl-organization): Set default value as ORGANIZATION environment
5946         variable.
5947
5948         * wl-draft.el (wl-smtp-extension-bind): Check value of
5949         wl-smtp-connection-type.
5950
5951         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5952         error.
5953
5954 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5955
5956         * Version number is increased to 2.7.4.
5957
5958         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5959         arguments from `wl-highlight-x-face-function' caller.
5960         Use x-face-1.3.6.12 or later.
5961
5962 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5963
5964         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5965
5966 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5967
5968         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5969         (wl-fcc): Fix to accept function.
5970         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5971
5972 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5973
5974         * wl-acap.el (toplevel): Added `product-provide' declare.
5975         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5976
5977 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5978
5979         * wl.el (wl): Changed order of calling `elmo-init'
5980         and `elmo-folder-init'.
5981
5982 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5983
5984         * wl-mime.el (wl-summary-burst): Extract message when content-type
5985         of root entity is not only `multipart' but also `message/rfc822'.
5986         (wl-summary-burst-subr): Ditto.
5987
5988 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5989
5990         * wl-vars.el (toplevel): Require 'custom.
5991         (wl-trash-folder): Added to `wl-setting' group.
5992
5993         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5994         exists.
5995         (wl-addrmgr-draw): Insert empty line when no entry exists.
5996
5997         * wl-mule.el (wl-message-wheel-up): Fixed.
5998         (wl-message-wheel-down): Ditto.
5999
6000 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6001
6002         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6003         config is an anonymous lambda expression.
6004
6005 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6008         when Mule 2 is running.
6009
6010 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6013
6014 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6017         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6018
6019         * wl-address.el (wl-address-specials-regexp): Eliminated.
6020         (wl-address-quote-specials): Rewrite.
6021
6022 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6025         shy-groups for regexp.
6026
6027         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6028         character classes and Perl style shy-groups for regexp.
6029         (wl-highlight-plugged-current-line): Use Posix style character
6030         classes for regexp.
6031         (wl-e21-highlight-folder-by-numbers): Ditto.
6032         (wl-e21-display-image-p): Use `display-images-p' instead of
6033         `display-graphic-p'.
6034         (display-images-p): Make an alias to `display-graphic-p' if it is
6035         not available.  It is for Emacs version prior to 21.0.105.
6036
6037         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6038         `display-graphic-p'.
6039         (wl-demo-image-type-alist): Ditto.
6040         (display-images-p): Make an alias to `display-graphic-p' if it is
6041         not available.  It is for Emacs version prior to 21.0.105.
6042
6043 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6044
6045         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6046         support.
6047         (wl-generate-user-agent-string): Ditto.
6048
6049         * wl-version.el (wl-version): Update docsting.
6050         (wl-version-status): Ditto.
6051
6052 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6053
6054         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6055         21.0.105.  For Emacs 21.0.104 or earlier.
6056
6057 2001-09-03  Takuo KITAME <kitame@northeye.org>
6058
6059         * wl-e21.el (wl-plugged-init-icons): Use
6060         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6061         (wl-biff-init-icons): Ditto.
6062
6063 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6064
6065         * wl-highlight.el (wl-highlight-summary-current-line):
6066         Fixed highlighting refile/copy destination.
6067
6068         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6069         (wl-acap-store): Encode string by wl-acap-coding-system.
6070
6071 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6072
6073         * wl-acap.el (toplevel): Check and require 'un-define before
6074         'xemacs-ucs;
6075          Added checking for UTF-2000.
6076
6077 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6080         Don't enclose with `eval-and-compile'.
6081
6082         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6083         wl-init is non-nil.
6084
6085         * wl-draft.el (wl-draft): Ditto.
6086
6087         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6088
6089         * wl-acap.el (toplevel): Require 'wl.
6090         (wl-acap-store): Call `elmo-init'.
6091
6092         * wl.el (wl): Changed position of `wl-check-environment'.
6093         (toplevel): Added autoload setting for wl-acap.
6094
6095         * wl-vars.el (wl-setting): New custom group.
6096         (wl-from): Added wl-setting group.
6097         (wl-user-mail-address-list): Ditto.
6098         (wl-organization): Ditto.
6099         (wl-subscribed-mailing-list): Ditto.
6100         (wl-envelope-from): Ditto.
6101         (wl-smtp-posting-user): Ditto.
6102         (wl-smtp-posting-server): Ditto.
6103         (wl-smtp-posting-port): Ditto.
6104         (wl-smtp-authenticate-type): Ditto.
6105         (wl-pop-before-smtp-user): Ditto.
6106         (wl-pop-before-smtp-server): Ditto.
6107         (wl-pop-before-smtp-port): Ditto.
6108         (wl-pop-before-smtp-authenticate-type): Ditto.
6109         (wl-nntp-posting-server): Ditto.
6110         (wl-nntp-posting-user): Ditto.
6111         (wl-nntp-posting-port): Ditto.
6112         (wl-fetch-confirm-threshold): Ditto.
6113         (wl-prefetch-threshold): Ditto.
6114         (wl-thread-insert-opened): Ditto.
6115         (wl-ldap-server): Ditto.
6116         (wl-ldap-port): Ditto.
6117         (wl-ldap-base): Ditto.
6118         (wl-ldap-objectclass): Ditto.
6119         (wl-use-ldap): Ditto.
6120         (wl-draft-config-alist): Ditto.
6121         (wl-draft-config-matchone): Ditto.
6122         (wl-template-alist): Ditto.
6123         (wl-message-sort-field-list): Ditto.
6124         (wl-message-ignored-field-list): Ditto.
6125         (wl-message-visible-field-list): Ditto.
6126         (wl-interactive-send): Ditto.
6127         (wl-summary-move-order): Ditto.
6128         (wl-auto-select-first): Ditto.
6129         (wl-auto-select-next): Ditto.
6130         (wl-interactive-save-folders): Ditto.
6131
6132         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6133         Initialization codes are moved from wl-local-folder-init.
6134         (wl-local-folder-init): Follow the change above.
6135         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6136
6137         * wl-acap.el: New file.
6138
6139         * Version number is increased to 2.7.3.
6140
6141 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6142
6143         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6144
6145 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6146
6147         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6148         (wl-addrmgr-address-entry-list): Ditto.
6149
6150 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-e21.el (wl-draft-mode-map): Removed binding for
6153         `wl-draft-insert-x-face-field'.
6154
6155         * wl-mule.el (wl-draft-mode-map): Ditto.
6156
6157         * wl-xmas.el (wl-draft-mode-map): Ditto.
6158
6159         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6160         (wl-cs-autoconv): Ditto.
6161         (wl-cs-local): Ditto.
6162         (wl-use-scoring): Ditto.
6163         (wl-mime-charset): Ditto.
6164         (wl-folder-check-async): Ditto.
6165
6166         * wl.el (toplevel): Ignore nemacs and tm.
6167         (wl-exit): Ditto.
6168
6169         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6170         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6171         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6172         instead of wl-address-petname-add-or-change.
6173         (wl-summary-edit-addresses-subr): Use wl-address-delete
6174         instead of wl-address-petname-delete.
6175
6176         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6177
6178         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6179         if error occured.
6180
6181         * wl-message.el (require): Remove tm support.
6182
6183         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6184
6185         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6186         (wl-folder-jump-to-current-entity): Ditto.
6187         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6188
6189         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6190         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6191         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6192
6193         * wl-mule.el (wl-draft-key-setup): Ditto.
6194
6195         * wl-xmas.el (wl-draft-key-setup): Ditto.
6196
6197         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6198         (wl-draft-std11-parse-addresses): New function.
6199         (wl-draft-parse-mailbox-list): Use it.
6200         (wl-draft): Ignore nemacs.
6201         (wl-draft-reedit): Ditto.
6202
6203         * wl-addrmgr.el: New file.
6204         (Original is wl-rcpt.el written by
6205         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6206         Thanks Kitamoto-san.)
6207
6208         * wl-address.el (wl-address-make-address-list): Modified parsing
6209         process.
6210         (wl-address-delete): Renamed from `wl-address-petname-delete';
6211         Modify wl-address-list too.
6212         (wl-address-add-or-change): Renamed from
6213         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6214
6215 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6216
6217         * wl-highlight.el (wl-highlight-summary-current-line):
6218           Work with transient-mark-mode
6219
6220 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * Version number is increased to 2.7.2.
6223
6224         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6225         instead of elmo-dop-queue-method.
6226
6227 2001-08-06  SAITO Atsunori <sai@yedo.com>
6228
6229         * wl-vars.el (wl-ldap-objectclass): New user option.
6230
6231         * wl-address.el (wl-ldap-make-filter): Use it.
6232
6233 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6234
6235         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6236
6237 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-folder.el (wl-folder): redisplay after folder insertion.
6240
6241         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6242
6243         * wl-summary.el (wl-summary-sync-update):
6244         Change status mark only when new-msgdb exists.
6245         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6246
6247 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6248
6249         * wl-summary.el (wl-summary-open-folder): New function.
6250         (wl-summary-goto-folder-subr): Use it.
6251         (wl-summary-mark-as-important): Fix;
6252         Encache only when no cache exists.
6253
6254 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6257         Use with-current-buffer.
6258
6259 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6260
6261         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6262         before call `get-buffer'. Fixed parenthesis.
6263         (wl-score-get-header-entry): Clear message and help window when
6264         keyboard quit.
6265         (wl-score-edit-insert-header): Ditto.
6266
6267 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6270         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6271         (wl-default-draft-cite): Fix.
6272
6273         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6274         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6275
6276 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6277
6278         * wl-message.el (wl-message-prev-page): Do same bahavior
6279         as summary when it is called in the message buffer.
6280         (wl-message-next-page): Ditto.
6281
6282 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6283
6284         * wl-summary.el (wl-summary-forward): Use cache if it is not
6285         section cache.
6286
6287 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6290         Removed redundant require of elmo-vars.
6291         (wl-biff-state-indicator-on): Changed default value for
6292         xemacs with non-mule environment.
6293
6294         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6295         wl-message-buffer is nil;
6296         Hide progress bar after moving messages.
6297
6298 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6301         message at cursor point is deleted.
6302
6303 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-vars.el: Changed file coding system to euc-japan.
6306         Added -*-coding:-*- magic to the first line.
6307
6308         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6309         Search parent from the first message.
6310
6311         * Version number is increased to 2.7.1.
6312
6313 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6314
6315         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6316
6317 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6320         refile/delete execution.
6321
6322         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6323         Fixed docstring.
6324
6325 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6328         do update process;
6329         Don't update marks when update process is interrupted.
6330
6331 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-summary.el (wl-summary-reply): Fixed problem when
6334         wl-draft-use-frame is non-nil.
6335         (wl-summary-forward): Ditto.
6336
6337         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6338         as nil.
6339         (wl-folder-mark-as-read-all-entity): Ditto.
6340         (wl-folder-prefetch-entity): Ditto.
6341
6342         * wl.el (wl): Check environment before wl-init.
6343
6344         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6345         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6346         instead of wl-summary-collect-unread.
6347         (wl-summary-reply): Split message window.
6348
6349 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6352         only if current language environment is japanese,
6353
6354         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6355         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6356         (wl-folder-goto-folder-subr): Ditto.
6357
6358         * wl-draft.el (wl-draft-dispatch-message): Call
6359         `elmo-file-cache-get-path'.
6360
6361 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6362
6363         * wl-summary.el (wl-summary-cursor-move): If return value of
6364         wl-summary-next-message is not number, don't jump.
6365
6366 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6367
6368         * wl-summary.el (wl-summary-buffer-next-message-function): New
6369         variable.
6370         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6371         if it is bound.
6372
6373         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6374         string.
6375
6376         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6377         (wl-plugged-drawing): Ditto.
6378
6379 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6382         process.
6383         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6384         with unwind-protect.
6385
6386         * wl.el (wl-init): Require mime-setup.
6387         (wl-check-environment): Don't require mime-setup.
6388
6389         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6390         instead of elmo-folder-type.
6391
6392         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6393         value as nil.
6394
6395 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6396
6397         * Version number is increased to 2.7.0.
6398
6399         * wl-version.el (wl-version): Changed codename.
6400
6401         * wl-summary.el (wl-summary-delete-cache): Fixed.
6402
6403         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6404         Workaround for net folders.
6405         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6406
6407         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6408         value to nil (According to the patch from
6409         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6410
6411         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6412         of elmo-folder-close.
6413
6414 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6415
6416         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6417         for postfix.
6418
6419 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-summary.el (wl-summary-resend-message): Fixed.
6422
6423         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6424         Call wl-draft with `from' argument if its address is included in
6425         `wl-user-mail-address-list'.
6426         (wl-draft): Added `from' argument.
6427
6428         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6429         non-nil.
6430         (wl): Don't show demo if wl-demo is nil.
6431
6432         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6433         wl-summary-use-frame.
6434
6435         * wl-vars.el (wl-summary-use-frame): New user option.
6436         (wl-folder-use-frame): Changed docstring.
6437
6438         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6439         non-nil.
6440         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6441         wl-summary-use-frame.
6442
6443         * wl-vars.el (wl-folder-use-frame): New user option.
6444
6445         * wl-summary.el (wl-summary-exit): Back to folder frame if
6446         wl-folder-use-frame is non-nil.
6447         (wl-summary-redisplay-internal): Ignore cache if current folder
6448         is draft folder,
6449         (wl-summary-redisplay-no-mime): Ditto.
6450         (wl-summary-redisplay-all-header): Ditto.
6451
6452         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6453         if wl-folder-use-frame is non-nil.
6454
6455 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-summary.el (wl-summary-sync-update): Bind
6458         elmo-folder-update-threshold.
6459         (wl-summary-mark-as-important): Enclosed server mark processing
6460         with `save-match-data'.
6461
6462         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6463         only when it is already defined.
6464
6465 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6466
6467         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6468         name of folder exclude localdir is wrong.
6469         * wl-folder.el (wl-folder-sync-entity):
6470         Set `wl-summary-always-sticky-folder-list' as nil.
6471         (wl-folder-mark-as-read-all-entity): Ditto.
6472         (wl-folder-prefetch-entity): Ditto.
6473
6474 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6477         instead of `wl-summary-write-current-newsgroup'.
6478
6479 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6480
6481         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6482         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6483         non-nil and selected message is important, do not display.
6484
6485 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6488
6489 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6492
6493         * wl-summary.el (wl-summary-mark-as-important): Set message number
6494         using wl-summary-message-number.
6495
6496 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6497
6498         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6499         destination folder is 'null.
6500
6501 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6502
6503         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6504         New function.
6505         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6506         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6507         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6508
6509 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6510
6511         * wl-mime.el (wl-mime-setup): Added setting for
6512         `mime-setup-signature-key-alist' to avoid overriding key bind for
6513         `wl-draft-send'.
6514
6515         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6516         for `wl-draft-send'.
6517         * wl-mule.el (wl-draft-overload-functions): Ditto.
6518         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6519         * wl-draft.el (wl-draft-send): Ditto.
6520
6521         * wl-message.el (wl-message-display-internal):
6522         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6523         (Patch is provided by <kita@coe.nttdata.co.jp>).
6524
6525 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6526
6527         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6528
6529 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6530
6531         * wl.el (wl): Fix for wl-demo.
6532
6533 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6534
6535         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6536
6537 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6538
6539         * wl-folder.el (wl-folder-prefetch-entity): Use
6540         `wl-folder-get-elmo-folder'.
6541         (wl-folder-count-incorporates): Do not use
6542         `wl-folder-get-elmo-folder'.
6543
6544 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6547         instead of `elmo-folder-get-type'.
6548
6549 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6550
6551         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6552         position on Subject: field.
6553         (Advised by Mito <mit@nines.nec.co.jp>)
6554
6555 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6556
6557         * wl-folder.el (wl-folder-prefetch-entity): Use
6558         `wl-folder-get-elmo-folder'.
6559
6560 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6563
6564         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6565         `process-duplicates' slot.
6566
6567         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6568         if detection failed.
6569
6570 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6571
6572         * wl-version.el (wl-version-status): Set to "alpha".
6573
6574 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6577         Check wl-message-buffer lives before set-buffer.
6578
6579 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6580
6581         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6582         called in folder mode.
6583         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6584         * wl-summary.el (wl-summary-exit-pre-hook): Run
6585         `wl-summary-exit-pre-hook' before exit summary mode.
6586
6587 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6588
6589         * wl-version.el (wl-version-status): New variable.
6590         (wl-version-status-alist): Removed.
6591         (wl-version-status): Rule included.
6592
6593 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6596         @sponichi.
6597
6598         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6599         when `mail-reply-buffer' is buffer-local variable.
6600         (Reported by <kita@coe.nttdata.co.jp>).
6601
6602 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6603
6604         * wl-vars.el (toplevel): Require 'elmo-util.
6605
6606 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6609         (All other related portions are changed)
6610
6611         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6612
6613         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6614
6615 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6616
6617         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6618
6619 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6622         Delete other windows to avoid an error.
6623         Use `point-marker' instead of `point' to remember the start point
6624         of body.
6625
6626         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6627
6628         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6629         number not to exceed all message number.
6630
6631 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6632
6633         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6634         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6635
6636 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6637
6638         * wl-summary.el (wl-summary-sync-force-update): Added argument
6639         no-check.
6640         (wl-summary-sync-update): Ditto.
6641         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6642         with `no-check'.
6643
6644         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6645         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6646         already running.
6647
6648 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6649
6650         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6651         `dst-folder-arg'.
6652         (wl-expire-archive-number1): Diito.
6653         (wl-expire-archive-number2): Diito.
6654         (wl-expire-archive-Date): Diito.
6655         (wl-archive-number1): Diito.
6656         (wl-archive-number2): Diito.
6657         (wl-archive-date): Diito.
6658         (wl-archive-folder-p): New function.
6659         (wl-summary-expire): Support of expand folder name at
6660         wl-expire-alist.
6661         * wl-util.el (wl-expand-newtext): Renamed from
6662         `wl-refile-expand-newtext'.
6663
6664 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6665
6666         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6667         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6668         `(elmo-msgdb-get-overview msgdb)'.
6669         (wl-summary-prefetch): Bind match data before call
6670         `wl-summay-prefetch-msg'.
6671         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6672         'off if `wl-summary-buffer-disp-msg' is non-nil.
6673         Fixed problem that couldn't show only one new or unread message when
6674         enter folder.
6675         (wl-summary-reply): Don't call `split-window-vertically' and other
6676         window.
6677
6678 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl-expire.el (wl-expire-refile): Fixed.
6681
6682 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6685
6686         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6687         biff notification is removed.
6688
6689         * wl.el (wl): Changed position of `elmo-init'.
6690
6691         * wl-draft.el (wl-default-draft-cite): Use date field
6692         on the citation buffer.
6693
6694         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6695
6696         * wl-xmas.el (wl-folder-internal-icon-list): Added
6697         `wl-folder-shimbun-image'.
6698
6699         * wl-e21.el (wl-folder-internal-icon-list): Added
6700         `wl-folder-shimbun-image'.
6701
6702 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6703
6704         * wl.el (wl-init): Eliminated argument.
6705         (wl): Rewrite.
6706
6707         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6708         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6709         instead of `elmo-folder-msgdb-internal'.
6710         (wl-summary-sync-update): Ditto.
6711         (wl-summary-flush-pending-append-operations): Eliminated.
6712         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6713         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6714         `elmo-folder-open'.
6715
6716         * wl-mime.el (wl-summary-burst): Fixed.
6717
6718         * wl-folder.el (wl-folder-info-save): Check data type.
6719
6720         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6721         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6722         instead of `elmo-folder-msgdb-internal'.
6723         (wl-expire-hide): Ditto.
6724
6725
6726         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6727
6728 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6729
6730         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6731
6732 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6733
6734         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6735
6736 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6737
6738         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6739         Fixed `match-beginning' argument mismatch.
6740
6741 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6742
6743         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6744         the default value.
6745
6746 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6747
6748         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6749         instead of `elmo-nntp-default-port'.
6750
6751         * wl-vars.el: Fixed some doc strings.
6752
6753 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-summary.el (wl-summary-prefetch-msg): Use
6756         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6757
6758         * wl-vars.el: Define *-func as obsolete variable using
6759         `elmo-define-obsolete-variable'.
6760
6761         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6762         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6763         instead of `wl-message-buffer-prefetch-threshold'.
6764
6765         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6766
6767         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6768
6769         * wl-draft.el (wl-caesar-region-func): Ditto.
6770
6771         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6772         Keep unread status in elmo-folder-move-messages.
6773         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6774
6775 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6776
6777         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6778         `wl-summary-buffer-exit-func'
6779         (wl-summary-buffer-message-redisplay-function): Renamed from
6780         `wl-summary-buffer-message-redisplay-func'
6781         (wl-summary-buffer-next-folder-function): Renamed from
6782         `wl-summary-buffer-next-folder-func'.
6783         (wl-summary-buffer-prev-folder-function): Renamed from
6784         `wl-summary-buffer-prev-folder-func'.
6785         (wl-summary-get-petname-function): Renamed from
6786         `wl-summary-get-petname-func'.
6787
6788         * wl-score.el (wl-score-edit-exit-function): Renamed from
6789         `wl-score-edit-exit-func'.
6790
6791         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6792         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6793
6794         * wl-util.el (wl-load-profile-function): Renamed from
6795         `wl-load-profile-func'.
6796
6797         * wl-folder.el (wl-folder-completion-function): Renamed from
6798         `wl-folder-completion-func'.
6799         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6800
6801         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6802         `wl-expire-archive-get-folder-func'.
6803         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6804         (wl-draft-send-mail-function): Renamed from
6805         `wl-draft-send-mail-func'.
6806         (wl-draft-send-news-function): Renamed from
6807         `wl-draft-send-news-func'.
6808         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6809         (wl-generate-mailer-string-function): Renamed from
6810         `wl-generate-mailer-string-func'.
6811         (wl-highlight-signature-search-function): Renamed from
6812         `wl-highlight-signature-search-func'.
6813         (wl-highlight-x-face-function): Renamed from
6814         `wl-highlight-x-face-func'
6815         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6816         (wl-ps-print-buffer-function): Renamed from
6817         `wl-ps-print-buffer-func'
6818         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6819         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6820         (wl-summary-subject-filter-function): Renamed from
6821         `wl-summary-subject-filter-func'.
6822
6823         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6824         `wl-draft-queue-flush-send-func'
6825         (wl-draft-cite-function): Renamed from
6826         `wl-draft-cite-func'
6827
6828         * wl-address.el (wl-address-init-function): Renamed from
6829         `wl-address-init-func'.
6830
6831 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-draft.el (wl-draft-queue-flush): Don't call
6834         `elmo-dop-unlock-message'.
6835         * wl-draft.el (wl-draft-queue-append): Don't call
6836         `elmo-dop-lock-message'.
6837
6838         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6839         (wl-summary-buffer-folder-name): Ditto.
6840         (wl-summary-message-regexp): Added '-' (all other related portions
6841         are changed).
6842         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6843         wl-summary-buffer-folder-name.
6844
6845 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6846
6847         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6848         the number of mails in the folder buffer is not updated by wl-biff.
6849
6850 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6851
6852         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6853         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6854
6855 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl-summary.el (wl-summary-next-message):
6858         Return next message number when wl-summary-move-order is nil.
6859
6860 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6861
6862         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6863         `wl-summary-move-spec-alist'.
6864         (wl-summary-move-spec-unplugged-alist): New variable
6865         (Move spec for unplugged status).
6866         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6867         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6868
6869 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6870
6871         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6872         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6873
6874 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6875
6876         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6877         simple quotation to quote the anonymous function.
6878         * tm-wl.el (wl-draft-preview-message): Ditto.
6879
6880 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6881
6882         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6883         Eliminate redundant `save-excursion'.
6884         (wl-highlight-summary-current-line): Ditto.
6885
6886         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6887         accessing match data when `looking-at' failed.
6888
6889         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6890         `elmo-match-string' where users don't care about the speed.
6891         (wl-draft-save): Ditto.
6892
6893 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl-util.el (wl-regexp-opt): New function.
6896
6897         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6898         number from `wl-summary-buffer-number-list'.
6899         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6900         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6901         (wl-summary-move-spec-alist): Changed default setting.
6902
6903 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6904
6905         * wl-vars.el (wl-biff-notify-hook): New hook.
6906         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6907         the arrival of new mail.
6908         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6909         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6910
6911 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6912
6913         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6914
6915 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6918
6919         * Version number is increased to 2.5.8.
6920
6921         * wl-thread.el (toplevel): require 'cl.
6922         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6923         (wl-thread-make-number-list): New function.
6924         (wl-thread-entity-make-number-list-from-children): Ditto.
6925         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6926         (wl-thread-entity-insert-as-children): Likewise.
6927         (wl-thread-delete-message): Likewise.
6928         (wl-meaning-of-mark): Eliminated.
6929         (wl-thread-next-failure-mark-p): Ditto.
6930         (wl-thread-entity-get-mark): Ditto.
6931         (wl-thread-meaning-alist-get-result): Ditto.
6932         (wl-thread-entity-check-prev-mark): Ditto.
6933         (wl-thread-entity-check-next-mark): Ditto.
6934         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6935         (wl-thread-entity-get-prev-marked-entity): Ditto.
6936         (wl-thread-get-prev-unread): Ditto.
6937         (wl-thread-jump-to-prev-unread): Ditto.
6938         (wl-thread-get-next-unread): Ditto.
6939         (wl-thread-jump-to-next-unread): Ditto.
6940         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6941         (wl-thread-entity-get-next-marked-entity): Ditto.
6942
6943         * wl-summary.el (wl-summary-buffer-number-list):
6944         New bufer-local variable.
6945         (wl-summary-switch-to-clone-buffer): Clone
6946         `wl-summary-buffer-number-list'.
6947         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6948         (wl-summary-cursor-move-regex): Eliminated.
6949         (wl-summary-cursor-up): Rewrite.
6950         (wl-summary-cursor-down): Ditto.
6951         (wl-summary-mode-spec-alist): New variable.
6952         (wl-summary-next-message): New inline function.
6953         (wl-summary-cursor-move): New function.
6954         (wl-summary-default-get-next-msg): Rewrite.
6955         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6956         (wl-summary-rescan): Ditto.
6957         (wl-summary-sync-all-init): Ditto.
6958         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6959         summary is not thread view.
6960         (wl-summary-sync-update): Ditto.
6961         (wl-summary-rescan): Ditto.
6962         (wl-summary-make-number-list): New function.
6963
6964         * wl-draft.el: "FCC" -> "Fcc".
6965
6966 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6967
6968         * wl-highlight.el (wl-highlight-summary-window):
6969         Call `set-buffer-modified-p'.
6970
6971         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6972         (wl): Call `elmo-init' and fix.
6973
6974         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6975         Use new variables.
6976
6977         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6978
6979 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6982
6983 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6984
6985         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6986
6987 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6988
6989         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6990         `wl-use-toolbar' nor `display-graphic-p'.
6991         (wl-e21-setup-message-toolbar): Ditto.
6992         (wl-e21-setup-summary-toolbar): Ditto.
6993         (wl-e21-setup-folder-toolbar): Ditto.
6994
6995         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6996         (wl-plugged-init-icons): Ditto.
6997
6998         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6999         `display-graphic-p'.
7000         (wl-plugged-set-folder-icon): Ditto.
7001         (wl-highlight-plugged-current-line): Ditto.
7002         (wl-highlight-folder-current-line): Ditto.
7003         (wl-e21-highlight-folder-group-line): Ditto.
7004         (wl-e21-setup-toolbar): Ditto.
7005         (wl-e21-display-image-p): New macro.
7006
7007         * wl-demo.el (wl-demo): Simplified.
7008         (wl-demo-image-type-alist): Use `image-type-available-p' for
7009         checking whether the image type `xbm' is available.
7010
7011 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7014         (wl-summary-input-range): Ditto.
7015
7016 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl-summary.el (wl-summary-edit-addresses): Use
7019         `wl-summary-get-original-buffer'
7020         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7021         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7022         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7023         (wl-summary-get-newsgroups): Eliminated.
7024         (wl-summary-set-crosspost): Ditto.
7025         (wl-summary-is-crosspost-folder): Ditto.
7026         (wl-crosspost-alist-load): Ditto.
7027         (wl-crosspost-alist-save): Ditto.
7028
7029         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7030         `elmo-setup-subscribed-newsgroups' instead of
7031         `elmo-nntp-make-groups-hashtb'.
7032         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7033         instead of `wl-crosspost-alist-save'.
7034
7035         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7036         of `elmo-folder-message-appendable-p'.
7037         (wl-mime-header-presentation-method): Eliminated.
7038
7039         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7040         (Error occurs in emacs21).
7041
7042         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7043         the current buffer).
7044
7045         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7046         instead of `wl-crosspost-alist-save'.
7047         (wl-init): `elmo-crosspost-message-alist-load'
7048         instead of `wl-crosspost-alist-load'
7049
7050         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7051         (wl-parse-newsgroups): Likewise.
7052         (wl-biff-notify): Run `wl-biff-notify-hook'.
7053
7054 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7057
7058         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7059         when `wl-summary-lazy-highlight' is non-nil.
7060         (wl-summary-goto-folder-subr): Highlight only when
7061         `wl-summary-lazy-highlight' is non-nil.
7062
7063         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7064         Don't display progress and highlight temp-mark when
7065         `wl-summary-lazy-highlight' is non-nil.
7066         (wl-highlight-summary-window): New function.
7067         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7068
7069 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7070
7071         * wl-summary.el (wl-summary-sync): Change `all-visible'
7072         from `all-shown'
7073         (wl-summary-input-range): Ditto.
7074
7075 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7076
7077         * wl-e21.el (wl-highlight-folder-current-line): Call
7078         `wl-folder-init-icons' when folder icons have not been initialized.
7079
7080         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7081
7082         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7083         (wl-demo-image-type-alist): New macro.
7084
7085 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7086
7087         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7088         display does not support graphics.
7089         (wl-plugged-init-icons): Ditto.
7090         (wl-folder-init-icons): Ditto.
7091
7092         * wl-demo.el (wl-demo): Chech closely whether the display
7093         supports graphics.
7094
7095 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl-summary.el (wl-summary-get-original-buffer): New function.
7098         (wl-summary-set-crosspost): Use it.
7099         (wl-summary-target-mark-uudecode): Ditto.
7100         (wl-summary-reedit): Ditto.
7101         (wl-summary-resend-bounced-mail): Ditto.
7102         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7103         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7104
7105         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7106         (wl-message-display-internal): Ditto.
7107
7108 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7109
7110         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7111
7112 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7113
7114         * wl-summary.el (wl-summary-save-view): Renamed from
7115         `wl-summary-save-status'.
7116
7117 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7118
7119         * wl-summary.el (wl-summary-sync): Added `all-shown'
7120
7121 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7122
7123         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7124
7125 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7126
7127         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7128
7129 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7130
7131         * wl-highlight.el (wl-highlight-summary-line-string): Use
7132         `zerop' instead of `= 0'.
7133         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7134
7135         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7136         for comparing numbers.
7137         (wl-template-prev): Use `zerop' instead of `eq 0'.
7138
7139         * wl-draft.el (wl-draft-insert-current-message): Use
7140         `with-current-buffer' instead of `save-excursion'.
7141         Use `zerop' instead of `eq 0'.
7142
7143 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7144
7145         * wl-draft.el (wl-draft-insert-ccs): New function.
7146         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7147         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7148
7149 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7152
7153 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-expire.el (wl-expire-refile): Don't call
7156         elmo-msgdb-add-msgs-to-seen-list;
7157         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7158         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7159
7160 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-message.el (wl-message-prev-page): Ignore errors while
7163         scroll-down.
7164
7165 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * wl-mime.el: Use elmo-original-message-mode instead of
7168         mmelmo-original-mode.
7169
7170         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7171         `elmo-folder-get-spec';
7172         (wl-fldmgr-add-completion-all-completions):
7173         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7174
7175         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7176         of `elmo-folder-get-type'.
7177
7178         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7179         `elmo-folder-get-spec';
7180         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7181         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7182         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7183         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7184         `elmo-read-msg-no-cache';
7185         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7186         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7187         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7188         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7189         `elmo-cache-save';
7190         (wl-draft-reedit): Use `elmo-message-file-name'.
7191
7192         * wl-expire.el: Use `elmo-folder-name-internal';
7193         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7194         Use macro `wl-summary-buffer-msgdb' instead of variable
7195         `wl-summary-buffer-msgdb';
7196         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7197         Use macro `wl-summary-buffer-folder-name' instead of variable
7198         `wl-summary-buffer-folder-name'.
7199         * wl-score.el: Likewise.
7200
7201         * wl-message.el: Rewrite for new message buffer cache mechanism.
7202         (wl-message-buffer-cache-buffer-get): New macro.
7203         (wl-message-buffer-cache-folder-get): Ditto.
7204         (wl-message-buffer-cache-message-get): Ditto.
7205         (wl-message-buffer-cache-entry-make): Ditto.
7206         (wl-message-buffer-cache-hit): Ditto.
7207         (wl-message-buffer-cache-sort): New function.
7208         (wl-message-buffer-cache-add): Ditto.
7209         (wl-message-buffer-cache-delete): Ditto.
7210         (wl-message-buffer-cache-clean-up): Ditto.
7211         (wl-message-buffer-window): Rewrite.
7212         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7213         (wl-message-buffer-display): New function.
7214         (wl-message-display-internal): New function.
7215
7216 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7217
7218         * wl-folder.el: Use `elmo-folder-name-internal';
7219         Use `wl-folder-get-elmo-folder';
7220         Use `elmo-folder-list-messages' instead of
7221         `elmo-list-folder';
7222         Use `elmo-folder-get-primitive-list' instead of
7223         `elmo-folder-get-primitive-spec-list';
7224         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7225         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7226         Use `elmo-folder-create' instead of `elmo-create-folder'.
7227         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7228         (wl-folder-get-elmo-folder): New macro.
7229         (wl-folder-elmo-folder-cache-get): Ditto.
7230         (wl-folder-elmo-folder-cache-put): Ditto.
7231         (wl-folder-suspend): Call `elmo-quit'.
7232
7233         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7234         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7235         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7236         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7237         (toplevel): require 'cl.
7238         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7239
7240         * wl-summary.el: Rewrite to use new elmo interface.
7241
7242 \f
7243 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7244
7245         * wl-mime.el (wl-draft-preview-message):
7246         Run `wl-draft-send-hook' before collecting recipients information;
7247         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7248
7249         * tm-wl.el (wl-draft-preview-message): Ditto.
7250
7251 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7254         wrong recipients are displayed when forwarded message.
7255
7256 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * Version number is increased to 2.5.7.
7259
7260 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7261
7262         * wl-message.el (wl-message-next-page): Bind
7263         `window-pixel-scroll-increment' to nil while scrolling up.
7264
7265 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7266
7267         * wl-vars.el (wl-save-hook): New hook.
7268         * wl.el (wl-save): Call `wl-save-hook'.
7269
7270 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7271
7272         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7273         Argument WITH-ARG instead of NO-ARG (negative mean).
7274         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7275         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7276         * wl-message.el (wl-message-follow-current-entity): Likewise.
7277
7278 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7279
7280         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7281         FROM was optional argument.
7282         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7283
7284 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7285
7286         * Version number is increased to 2.5.6.
7287
7288 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7289
7290         * wl-version.el (wl-version-show): Removed.
7291         (wl-version): Add `interactive'.
7292
7293 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7294
7295         * wl-summary.el (wl-summary-get-petname-func): New variable.
7296         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7297         instead of `wl-address-get-petname-1'.
7298         (wl-summary-simple-from): Ditto.
7299
7300         * wl-address.el (wl-address-get-petname-1): Define as function.
7301
7302 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7305         field in the original message.
7306         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7307
7308 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7309
7310         * wl-expire.el (wl-expire-hide):
7311         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7312
7313 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7314
7315         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7316         find decoder for To, Cc, and Subject.
7317
7318 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7321         for checking `elmo-use-buffer-cache'.
7322         (wl-summary-mark-as-important): Fixed typo in comment.
7323
7324 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7325
7326         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7327         field in the original message.
7328         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7329
7330 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7331
7332         * wl-expire.el (wl-expire-hide):
7333         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7334
7335 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7336
7337         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7338         find decoder for To, Cc, and Subject.
7339
7340 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7341
7342         * Version number is increased to 2.5.5.
7343
7344         * wl-address.el (wl-address-specials-regexp): New constant.
7345         (wl-address-quote-specials): Use it.
7346
7347 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7348
7349         * wl-summary.el (wl-summary-rescan):
7350         Call `wl-summary-buffer-number-column-detect'.
7351         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7352
7353         * wl-message.el (wl-message-mode-map): Define.
7354         (wl-message-decode): Use it as local-map.
7355
7356 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7359         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7360
7361 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7364
7365         * wl-mule.el (wl-read-event-char): Ditto.
7366
7367         * wl-e21.el (wl-read-event-char): Ditto.
7368
7369         * wl-nemacs.el (wl-read-event-char): Ditto.
7370         (read-event): Removed.
7371
7372         * wl-util.el (toplevel): Removed dummy definition of
7373         `read-event'.
7374         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7375
7376 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7377
7378         * wl-nemacs.el (elmo-archive-call-process): Moved to
7379         elmo-archive.el.
7380
7381 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7382
7383         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7384         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7385
7386         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7387         instead of magic-number 6.  Use `not' instead of `null' for symbol
7388         `nil' check (not empty list).
7389         (wl-draft-insert-x-face-field): Fixed paren style.
7390
7391         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7392         one-branch conditional statement, instead of `and' and `if'.
7393         (wl-draft-forward): Likewise.
7394         (wl-draft-add-references): Likewise.
7395         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7396
7397         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7398         conditional steatment.  Use `cond' instead of `if'.
7399         (wl-draft-confirm): Likewise.
7400
7401 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7402
7403         * wl-version.el (wl-version-show): Use `product-string-1'
7404         instead of `wl-version'.
7405         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7406
7407         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7408
7409 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7410
7411         * wl-highlight.el (wl-highlight-headers): Revert
7412         `wl-highlight-x-face-func' argument (`beg' and `end').
7413
7414 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7415
7416         * wl.el (toplevel): Move `product-provide' declare.
7417         * wl-demo.el (toplevel): Ditto.
7418         * wl-dnd.el (toplevel): Ditto.
7419         * wl-highlight.el (toplevel): Ditto.
7420         * wl-message.el (toplevel): Ditto.
7421         * wl-refile.el (toplevel): Ditto.
7422         * wl-util.el (toplevel): Ditto.
7423
7424 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7427         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7428         (wl-thread-close-all): keep cursor position.
7429
7430 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7431
7432         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7433         (eq x 0).
7434         (wl-generate-user-agent-string-1): Fix conditional statement.
7435
7436 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7437
7438         * wl.el (wl-check-environment): Additional check for
7439         'wl-local-domain' and `wl-message-id-domain'.
7440
7441 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7442
7443         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7444
7445 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7446
7447         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7448         instead of `smtp-sasl-user-realm'.
7449
7450 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7451
7452         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7453
7454 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7455
7456         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7457         to the default value as well as `eword-lexical-analyzer'.
7458
7459 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7460
7461         * wl-version.el (wl-extended-emacs-version,
7462         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7463         `elmo-match-string' instead of `wl-match-string'.
7464
7465 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7468         docstring.
7469
7470 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7471
7472         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7473
7474 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7475
7476         * wl-highlight.el (wl-highlight-headers): Remove
7477         `wl-highlight-x-face-func' argument (`beg' and `end').
7478
7479 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7480
7481         * wl-summary.el (wl-summary-mark-as-important):
7482         Remove cache if folder is local.
7483
7484 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7485
7486         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7487         to get existing e-mail address string.
7488
7489 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * wl-version.el (wl-generate-user-agent-string): Commentary.
7492         (wl-generate-user-agent-string-1): Use `when' for
7493         one-branch conditional statement, instead of `and' and `if'.
7494         (wl-extended-emacs-version, wl-extended-emacs-version2,
7495         wl-extended-emacs-version3): Ditto.
7496
7497 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7500         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7501         condition-case; Remove initialization.
7502         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7503         (wl-summary-sync-update3): Added argument `sync-all';
7504         Eliminated local variable `msgdb';
7505         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7506         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7507         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7508
7509 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7510
7511         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7512         connection before call `wl-draft-send-mail-with-smtp'.
7513
7514 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * Version number is increased to 2.5.4.
7517
7518 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7519
7520         * wl.el (wl-check-environment): Additional check for
7521         'wl-local-domain' and `wl-message-id-domain'.
7522
7523 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7526         buffer as command specific.
7527         (wl-folder-mark-as-read-all-entity): Ditto.
7528         (wl-folder-prefetch-entity): Ditto.
7529         (wl-folder-drop-unsync-entity): Ditto.
7530
7531         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7532         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7533         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7534
7535         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7536         save-excursion.
7537
7538 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * Version number is increased to 2.5.3.
7541
7542         * wl-summary.el (wl-summary-save-view-cache):
7543         Delete duplicated `write-region';
7544         Use `write-region-as-binary' instead of `as-binary-output-file' and
7545         `write-region'.
7546
7547 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7548
7549         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7550
7551 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7554         instead of `smtp-via-smtp'.
7555
7556 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7557
7558         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7559
7560 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7561
7562         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7563         instead of `smtp-sasl-user-realm'.
7564
7565 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7566
7567         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7568
7569 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7570
7571         * Version number is increased to 2.5.2.
7572
7573 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7576         does not exist.
7577         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7578         (wl-biff-start): Call `timer-activate' if timer already exists.
7579
7580         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7581         only when it is bound as function.
7582
7583 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * Version number is increased to 2.5.1.
7586
7587 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7590         Print refile/copy destination.
7591
7592 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7595         queue-flush-only is non-nil.
7596
7597         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7598
7599         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7600         checking cache folder.
7601
7602 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7603
7604         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7605         `regexp-quote'.
7606
7607 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7608
7609         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7610         function.
7611         * wl-summary.el (wl-summary-write-current-folder-functions):
7612         Change default value.  Use it.
7613
7614 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7615
7616         * Version number is increased to 2.5.0.
7617
7618         * wl-version.el (wl-version): Changed codename.
7619
7620 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7621
7622         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7623         (wl-summary-supersedes-message): Ditto.
7624
7625 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7626
7627         * wl-refile.el (wl-refile-guess-functions): Renamed from
7628         `wl-refile-guess-func-list'.
7629
7630 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7633         Fixed problem when no rule was matched.
7634
7635 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7636
7637         * wl-summary.el (wl-summary-get-mark): Fixed
7638         `wl-summary-buffer-target-mark' check logic.
7639
7640 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7641
7642         * wl-folder.el (wl-folder-write-current-folder): Added group
7643         folder check.
7644
7645         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7646         `wl-summary-write-current-newsgroup'.
7647         (wl-summary-write-current-folder-functions): New variable.
7648         * wl-folder.el (wl-folder-get-newsgroups): New function.
7649         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7650         (wl-folder-write-current-folder): Renamed from
7651         `wl-folder-write-current-newsgroup'.
7652
7653 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7654
7655         * Version number is increased to 2.3.93.
7656
7657 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7660         (wl-ldap-make-matched-value-list): Ditto.
7661         (wl-ldap-alias-safe-string): Split e-mail address.
7662
7663         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7664         petname folder default was selected.
7665         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7666         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7667
7668 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7669
7670         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7671         to `wl-draft-config-exec'.
7672
7673         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7674         instead of calling `wl-draft-config-exec';
7675         Process group-list and show recipients in minibuffer.
7676
7677         * tm-wl.el (wl-draft-preview-message): Ditto.
7678
7679 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7680
7681         * wl.el (toplevel): Added (C) to copyright notice, and
7682         sync Author header.
7683         * tm-wl.el (toplevel): Ditto.
7684         * wl-address.el (toplevel): Ditto.
7685         * wl-demo.el (toplevel): Ditto.
7686         * wl-dnd.el (toplevel): Ditto.
7687         * wl-draft.el (toplevel): Ditto.
7688         * wl-e21.el (toplevel): Ditto.
7689         * wl-expire.el (toplevel): Ditto.
7690         * wl-folder.el (toplevel): Ditto.
7691         * wl-highlight.el (toplevel): Ditto.
7692         * wl-message.el (toplevel): Ditto.
7693         * wl-mime.el (toplevel): Ditto.
7694         * wl-mule.el (toplevel): Ditto.
7695         * wl-nemacs.el (toplevel): Ditto.
7696         * wl-refile.el (toplevel): Ditto.
7697         * wl-score.el (toplevel): Ditto.
7698         * wl-summary.el (toplevel): Ditto.
7699         * wl-template.el (toplevel): Ditto.
7700         * wl-thread.el (toplevel): Ditto.
7701         * wl-util.el (toplevel): Ditto.
7702         * wl-vars.el (toplevel): Ditto.
7703         * wl-xmas.el (toplevel): Ditto.
7704
7705 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7706
7707         * wl.el (wl-init): Added comment about `wl-init-hook'.
7708         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7709         * wl-vars.el (wl-init-hook): Added docs.
7710         (wl-make-plugged-hook): Removed useless docs.
7711         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7712         * wl-xmas.el (toplevel): Ditto.
7713
7714 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7715
7716         * wl-address.el (toplevel): Fixed multiple Author header format.
7717         * wl-demo.el (toplevel): Ditto.
7718         * wl-draft.el (toplevel): Ditto.
7719         * wl-folder.el (toplevel): Ditto.
7720         * wl-summary.el (toplevel): Ditto.
7721         * wl-thread.el (toplevel): Ditto.
7722         * wl-util.el (toplevel): Ditto.
7723         * wl-vars.el (toplevel): Ditto.
7724         * wl-version.el (toplevel): Ditto.
7725         * wl-xmas.el (toplevel): Ditto.
7726         * wl.el (toplevel): Ditto.
7727
7728         * wl-version.el (toplevel): Added require `elmo-version' for
7729         `product-version-as-string'.
7730
7731 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7732
7733         * wl-vars.el (wl-draft-send-hook): Changed default value to
7734         '(wl-draft-config-exec).
7735
7736         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7737         explicitly.
7738         (wl-draft): Set `wl-draft-config-exec-flag' before running
7739         `wl-mail-setup-hook'.
7740
7741         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7742         `wl-biff-init-icons' to `wl-init-hook' instead of
7743         `wl-make-plugged-hook'.
7744         (Because if `wl-draft' command is invoked at first,
7745         they are not initialized)
7746         Updated copyright notice.
7747
7748         * wl-e21.el (toplevel): Ditto;
7749
7750         * wl-demo.el (toplevel): Updated copyright notice.
7751         * wl-address.el (toplevel): Ditto.
7752         * wl-draft.el (toplevel): Ditto.
7753         * wl-version.el (toplevel): Ditto.
7754         * wl-folder.el (toplevel): Ditto.
7755         * wl-summary.el (toplevel): Ditto.
7756         * wl-thread.el (toplevel): Ditto.
7757         * wl-util.el (toplevel): Ditto.
7758         * wl-vars.el (toplevel): Ditto.
7759         * wl.el (toplevel): Ditto.
7760
7761 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-highlight.el (wl-highlight-message): Fixed problem of
7764         highlighting failure which occured when the last field contains
7765         multiple lines in the draft buffer.
7766
7767         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7768         `wl-biff-start' if plugged.
7769
7770         * wl-util.el (wl-biff-check-folder): New function.
7771         (wl-biff-check-folders): Don't set session name prefix.
7772         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7773         (wl-biff-check-folder-async): Ditto.
7774
7775         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7776         in email address.
7777
7778 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7779
7780         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7781
7782         * wl-draft.el (wl-draft-strip-subject-re): New function.
7783
7784         * wl-draft.el (wl-draft-reply): Use it.
7785
7786 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7787
7788         * wl-message.el (wl-mmelmo-message-redisplay): Use
7789         `mime-display-message' instead of `wl-mime-display-message'.
7790
7791         * wl-mime.el (toplevel): Removed compatibility workaround
7792         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7793         (wl-mime-display-message): Abolished.
7794         (wl-mime-entity-read-field): Ditto.
7795         (wl-mime-combine-message/partial-pieces): Use
7796         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7797
7798 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7799
7800         * wl-template.el: Doc fixes.
7801
7802 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7803
7804         * wl-e21.el (wl-message-overload-functions): Do nothing if
7805         `current-local-map' is not available.
7806         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7807
7808 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7809
7810         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7811         representation.
7812
7813         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7814         number.
7815         (wl-fldmgr-save-folders): Don't use `format' when insert
7816         `wl-fldmgr-folders-header'.
7817
7818 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7819
7820         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7821
7822 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-highlight.el (wl-highlight-message):
7825         Use `std11-field-end' to detect end point of the header field.
7826         Refer `wl-highlight-max-header-size'.
7827
7828         * wl-vars.el (wl-highlight-max-header-size): New variable.
7829
7830         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7831
7832         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7833         Set `for-draft' argument of wl-highlight-headers.
7834         (wl-draft): Ditto.
7835         (wl-draft-reedit): Ditto.
7836         (wl-user-agent-compose-internal): Ditto.
7837
7838 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7839
7840         * wl-message.el (wl-message-add-button): Use overlay.
7841
7842 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7845
7846         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7847         problem when group-list content is nothing.
7848         (Reported by Mito <mit@nines.nec.co.jp>)
7849
7850 2000-10-18  SAITO Atsunori <sai@yedo.com>
7851
7852         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7853
7854 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7855
7856         * tm-wl.el (toplevel): Use product-provide.
7857
7858 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7859
7860         * Version number is increased to 2.3.92.
7861
7862 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7863
7864         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7865         title text, use `display' property for left margin under Emacs 21.
7866
7867         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7868         properties.
7869         (wl-plugged-init-icons): Ditto.
7870
7871 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7872
7873         * wl.el (wl-save-status, wl-init): Remove last period in
7874         "...done." message.
7875         * tm-wl.el (wl-summary-burst): Ditto.
7876         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7877         wl-summary-resume-cache-status,
7878         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7879         wl-summary-sync-update3, wl-summary-highlight-msgs,
7880         wl-summary-flush-pending-append-operations,
7881         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7882         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7883         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7884         wl-thread-open-all): Ditto.
7885         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7886         * wl-mime.el (wl-summary-burst): Ditto.
7887         * wl-highlight.el (wl-highlight-summary): Ditto.
7888         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7889         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7890         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7891         * wl-address.el (wl-local-address-init): Ditto.
7892
7893 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7894
7895         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7896         `add-text-properties'.
7897         (wl-plugged-init-icons): Ditto.
7898         (wl-folder-init-icons): Use `propertize' instead of
7899         `put-text-property'.
7900         (wl-plugged-set-folder-icon): Ditto.
7901         (wl-e21-highlight-folder-group-line): Ditto.
7902
7903 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl-version.el (wl-version-status-alist): New variable.
7906         (wl-version-status): New function.
7907
7908         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7909         "Cc" part of the case "Reply-To".
7910
7911         * wl-draft.el (wl-draft-reply): Use result of
7912         `eword-extract-address-components'.
7913
7914         * wl-demo.el (wl-demo-icon-name): New constant.
7915         (wl-logo-xpm): Use it.
7916         (wl-logo-xbm): Ditto.
7917         (wl-logo-bitmap): Ditto.
7918
7919         * Version number is increased to 2.3.91.
7920
7921 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7922
7923         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7924         (wl-extended-emacs-version, wl-extended-emacs-version2,
7925         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7926         docstring.
7927
7928         * wl-version.el (wl-generate-user-agent-string-1): New function.
7929         (wl-generate-user-agent-string): Use it.
7930
7931         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7932         `mime-edit-insert-user-agent-field'.
7933         (wl-generate-user-agent-string): Check
7934         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7935
7936         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7937         instead of `if', when verbose case.
7938
7939 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7940
7941         * wl-expire.el (wl-summary-expire): Fix.
7942
7943 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7944
7945         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7946         and `elmo-lost+found-folder' if 'wl-draft.
7947         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7948
7949 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7950
7951         * wl-expire.el (wl-summary-expire): Change messages.
7952         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7953         `deleing-info' instead of "Deleting..."
7954
7955 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7956
7957         * wl-summary.el (wl-summary-refile-subr): Fix.
7958
7959 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7960
7961         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7962         if pipe folder.
7963
7964 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7965
7966         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7967
7968 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7969
7970         * wl-expire.el (wl-expire-hide): New function.
7971         (wl-summary-expire): Add `hide'.
7972
7973 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * wl-vars.el (wl-draft-reply-without-argument-list):
7976         Changed default value to consider `Reply-To:'.
7977         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7978
7979         * Version number is increased to 2.3.90.
7980
7981         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7982         elmo-imap4-get-session with unwind-protect.
7983         Don't cause error.
7984         (wl-summary-sync-marks): Don't check plugged nor folder type.
7985         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7986         (Always keep current buffer).
7987
7988 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7989
7990         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7991         Enclose with `save-excursion'.
7992
7993 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7994
7995         * wl-version.el (wl-version): Remove interactive.
7996
7997 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7998
7999         * wl-version.el (wl-generate-user-agent-string): Use
8000         `product-string-verbose' instead of `product-string-1'.
8001
8002 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8003
8004         * wl-vars.el (wl-draft-use-cache): New variable.
8005         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8006         if wl-draft-use-cache is non-nil.
8007
8008 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8009
8010         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8011         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8012
8013 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8014
8015         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8016         (wl-thread-msg-mark-as-unread): Ditto.
8017
8018         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8019         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8020         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8021         Don't set mark in summary if return value of `elmo-mark-as-read'
8022         is nil.
8023         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8024         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8025         instead of `wl-thread-msg-mark-as-read'.
8026         (wl-summary-mark-as-unread-region): Ditto.
8027         (wl-summary-target-mark-mark-as-read): Ditto.
8028
8029         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8030
8031 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8034
8035         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8036
8037 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8040         face.
8041
8042 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8043
8044         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8045         `running-xemacs'.
8046
8047 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8048
8049         * wl-version.el (toplevel): Use `product-version-as-string' for
8050         set verstion-string, if defined.
8051
8052         * wl-version.el (wl-version-show): Insert string at point, when
8053         call with argument.
8054
8055         * wl-version.el (wl-generate-user-agent-string): Use
8056         `product-string-1' instead of `wl-appname', `wl-version' and
8057         `wl-codename'.
8058
8059 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8060
8061         * wl-address.el (toplevel): Use product-provide.
8062         * wl-demo.el (toplevel): Ditto.
8063         * wl-dnd.el (toplevel): Ditto.
8064         * wl-draft.el (toplevel): Ditto.
8065         * wl-e21.el (toplevel): Ditto.
8066         * wl-expire.el (toplevel): Ditto.
8067         * wl-fldmgr.el (toplevel): Ditto.
8068         * wl-folder.el (toplevel): Ditto.
8069         * wl-highlight.el (toplevel): Ditto.
8070         * wl-message.el (toplevel): Ditto.
8071         * wl-mime.el (toplevel): Ditto.
8072         * wl-mule.el (toplevel): Ditto.
8073         * wl-nemacs.el (toplevel): Ditto.
8074         * wl-refile.el (toplevel): Ditto.
8075         * wl-score.el (toplevel): Ditto.
8076         * wl-summary.el (toplevel): Ditto.
8077         * wl-template.el (toplevel): Ditto.
8078         * wl-thread.el (toplevel): Ditto.
8079         * wl-util.el (toplevel): Ditto.
8080         * wl-vars.el (toplevel): Ditto.
8081         * wl-xmas.el (toplevel): Ditto.
8082         * wl.el (toplevel): Ditto.
8083
8084 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8085
8086         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8087         instead of product.
8088
8089         * wl-version.el (wl-version): Compile time evalution elmo-version.
8090
8091 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8092
8093         * wl-summary.el (wl-summary-sync-force-update): Append queue
8094         `mark-as-read'if unplugged.
8095
8096 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8097
8098         * wl-version.el: New file.  Use product.el.
8099         * wl.el: add (require 'wl-version).
8100         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8101         for ~/.folders header.
8102         (wl-fldmgr-folders-header): Changed.
8103         * wl-demo.el (wl-demo): Use product.el.
8104
8105         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8106         wl-version.el.
8107         * wl-util.el (wl-version, wl-version-show): Ditto.
8108
8109         * wl-util.el (wl-generate-user-agent-string,
8110         wl-extended-emacs-version, wl-extended-emacs-version2,
8111         wl-extended-emacs-version3): Move to wl-version.el.
8112         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8113         xemacs-codename, mime-edit-insert-user-agent-field,
8114         mime-edit-user-agent-value, mime-editor/version,
8115         mime-editor/codename): Compile warning killer move to
8116         wl-version.el
8117
8118 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8119
8120         * wl-summary.el (wl-summary-refile-subr): Fix.
8121
8122 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8125         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8126
8127 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8128
8129         * wl.el (wl-check-environment): Check too many `@'.
8130
8131 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8132
8133         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8134
8135 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8136
8137         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8138         wl-draft-reply-myself-without-argument-list): Add variables.
8139         * wl-draft.el (wl-draft-reply): Use it.
8140
8141 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8142
8143         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8144         the 5th argument of `elmo-network-get-spec'.
8145
8146         * wl-thread.el (wl-thread-reparent-children): New inline function.
8147         (wl-thread-delete-message): Use it.
8148
8149         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8150         (wl-summary-score-update-all-lines): Don't use `dolist'.
8151
8152 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8153
8154         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8155         (require 'elmo-msgdb) for inline function.
8156
8157 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8158
8159         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8160
8161 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8162
8163         * wl-score.el (wl-score-headers): Fix for the confusing macro
8164         `elmo-kill-buffer'.
8165
8166 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8167
8168         * wl-summary.el: Don't use the 3rd argument of `require' because
8169         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8170         * wl-util.el: Ditto.
8171         * wl-draft.el: Ditto.
8172
8173 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8174
8175         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8176         window system is not used.
8177
8178 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8179
8180         * wl-thread.el: Don't use `mapcar' only for iteration.
8181         (wl-thread-resume-entity): Ditto.
8182         (wl-thread-delete-message): Ditto.
8183
8184         * wl-summary.el: Bind `dragdrop-drop-functions',
8185         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8186         of `require' for `timezone', `easymenu' and `ps-print';
8187         don't use `mapcar' only for iteration.
8188
8189         * wl-util.el: Bind `mule-version', `nemacs-version',
8190         `emacs-beta-version', `xemacs-codename',
8191         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8192         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8193         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8194         only for iteration.
8195
8196         * wl-score.el: Don't use `mapcar' only for iteration.
8197         (wl-score-simplify-buffer-fuzzy): Ditto.
8198         (wl-score-simplify-subject): Ditto.
8199         (wl-score-headers): Ditto.
8200         (wl-summary-score-update-all-lines): Ditto.
8201
8202         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8203         `enable-multibyte-characters' and `mule-version'.
8204
8205         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8206         `mapcar' only for iteration.
8207
8208         * wl-demo.el: Don't use `mapcar' only for iteration.
8209
8210         * wl-folder.el: Don't use `mapcar' only for iteration.
8211         (wl-folder-open-all): Ditto.
8212         (wl-folder-count-incorporates): Ditto.
8213
8214         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8215         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8216
8217         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8218         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8219         `smtp-connection-type'; specify 3rd argument of `require' for
8220         `timezone'; don't use `mapcar' only for iteration.
8221         (wl-draft-clone-local-variables): Don't use `mapcar'.
8222         (wl-draft-generate-clone-buffer): Ditto.
8223         (wl-user-agent-compose-internal): Ditto.
8224
8225         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8226
8227         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8228         (wl-save-status): Ditto.
8229
8230         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8231         for iteration.
8232
8233 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8236         removed `Date'.
8237         (wl-fldmgr-make-filter-default): New user option.
8238
8239         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8240         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8241         (wl-fldmgr-filter-completion-alist): Abolish.
8242
8243         * wl.el (wl): Don't check servers if arg is non-nil.
8244
8245         * wl-draft.el (wl-draft-reply): Set only message-id string to
8246         In-Reply-To field.
8247
8248 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-summary.el (wl-summary-pick): Rewrite.
8251
8252         * wl-draft.el (wl-draft-forward): Get references field from
8253         original buffer.
8254         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8255
8256 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8257
8258         * wl-draft.el (wl-draft-forward): Add references field.
8259
8260 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8263         (wl-draft-reply): Use it.
8264
8265 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8266
8267         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8268         when Emacs 21 is running.
8269
8270         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8271         bindings.
8272
8273 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8274
8275         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8276         XPM icons transparent.
8277
8278         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8279         Emacs 21.
8280
8281 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8284         nil.
8285
8286         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8287         when it is persistent.
8288         (wl-summary-sync-marks): Changed argument for
8289         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8290         (wl-summary-virtual): Use `elmo-read-search-condition'.
8291         (wl-summary-redisplay-internal): If folder is local, mark as read
8292         even when folder is plugged.
8293
8294 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8295
8296         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8297         of `tool-bar-lines' in the frame parameters.
8298         (after-make-frame-functions, post-command-hook): Don't modify the
8299         value.
8300         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8301         wl-e21-tool-bar-lines): Removed.
8302
8303 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8304
8305         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8306         properties `evaporate' and `wl-momentary-overlay' as well.
8307         (wl-highlight-summary-displaying): Ditto.
8308         (wl-delete-all-overlays): Don't delete overlay which does not have
8309         a property `wl-momentary-overlay'.
8310
8311         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8312         `display-mouse-p' and `display-graphic-p'.
8313         (wl-folder-init-icons): Don't search for XBM or the other files.
8314         (wl-plugged-set-folder-icon): Make icons if and only if
8315         `display-graphic-p' returns non-nil.
8316         (wl-highlight-plugged-current-line): Use `before-string' overlay
8317         property to show icon images.
8318         (wl-highlight-folder-current-line): Ditto.
8319         (wl-e21-highlight-folder-group-line): Ditto.
8320         (wl-e21-highlight-folder-by-numbers): Ditto.
8321         (wl-e21-insert-image): Removed.
8322         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8323         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8324         said.
8325         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8326         `wl-e21-force-switch-toolbar'.
8327         (wl-e21-make-icon-image): Removed.
8328         (wl-e21-setup-toolbar): Don't search for XBM files.
8329         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8330         the default value.
8331
8332 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8333
8334         * wl-util.el (wl-biff-check-folder-async): Set
8335         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8336
8337 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8338
8339         * wl-e21.el (after-make-frame-functions): Add
8340         `wl-e21-force-switch-toolbar'.
8341         (wl-e21-force-switch-toolbar): New function force to switch the
8342         toolbar appearance automatically.
8343         (post-command-hook): Add `wl-e21-switch-toolbar'.
8344         (wl-e21-switch-toolbar): New function to switch the toolbar
8345         appearance automatically.
8346         (wl-e21-tool-bar-lines): New buffer local variable.
8347
8348 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8349
8350         * wl-util.el (wl-biff-check-folders-running): New variable.
8351         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8352         (wl-biff-check-folder-async-callback):
8353         Set `wl-biff-check-folders-running'.
8354         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8355         with unwind-protect.
8356
8357         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8358         Enclose `wl-folder-auto-check' with unwind-protect.
8359
8360         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8361         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8362
8363         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8364
8365         * wl-util.el (wl-biff-notify): New inline function.
8366         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8367         locally.
8368         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8369         folder-list' is 1.
8370         Use `wl-biff-notify'.
8371         (wl-biff-check-folder-async-callback): New function.
8372         (wl-biff-check-folder-async): Ditto.
8373
8374         * wl-folder.el (wl-folder): Don't check folders.
8375         (wl-folder-auto-check): New function.
8376
8377 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8378
8379         * wl-util.el (wl-biff-start) [Emacs19+]:
8380         Use `timer-next-integral-multiple-of-time'.
8381         (wl-biff-check-folders): Use `wl-default-folder'
8382         if `wl-biff-check-folder-list' is nil.
8383
8384 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8385
8386         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8387         instead of `elmo-delete-lists'.
8388
8389 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8390
8391         * wl.el (wl-plugged-toggle-all): Set the value of
8392         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8393         (wl-plugged-toggle): Ditto.
8394         (wl-toggle-plugged): Ditto.
8395         (wl-plugged-init): Ditto.
8396
8397         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8398         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8399         instead of `wl-biff-state-indicator-off' and
8400         `wl-biff-state-indicator-on'; don't modify the value and the type
8401         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8402         (wl-plugged-init-icons): Set icons data to
8403         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8404         instead of `wl-plug-state-indicator-off' and
8405         `wl-plug-state-indicator-on'; don't modify the value and the type
8406         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8407
8408         * wl-vars.el (wl-modeline-biff-state-off,
8409         wl-modeline-biff-state-on, wl-modeline-biff-status,
8410         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8411         wl-modeline-plug-status): New internal variables.
8412         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8413         wl-biff-check-interval, wl-biff-check-folder-list): Change
8414         customization group from `wl-folder' to `wl-highlight'.
8415         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8416         wl-show-plug-status-on-modeline): Defcustomized.
8417
8418         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8419         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8420         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8421         a flag to `mode-line-buffer-identification'.
8422
8423         * wl-e21.el (wl-biff-init-icons): Set icons data to
8424         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8425         instead of `wl-biff-state-indicator-off' and
8426         `wl-biff-state-indicator-on'.
8427         (wl-plugged-init-icons): Set icons data to
8428         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8429         instead of `wl-plug-state-indicator-off' and
8430         `wl-plug-state-indicator-on'.
8431
8432 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8433
8434         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8435         excessive titles.
8436
8437 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8438
8439         * wl.el (wl-plugged-mode): Use revised
8440         `wl-mode-line-buffer-identification'.
8441         (wl-plugged-init): Don't use `force-mode-line-update'.
8442
8443         * wl-xmas.el (wl-draft-overload-functions): Use revised
8444         `wl-mode-line-buffer-identification'.
8445         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8446         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8447         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8448         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8449         `wl-make-plugged-hook';
8450         add `wl-folder-init-icons' and `wl-setup-folder' to
8451         `wl-folder-mode-hook'.
8452
8453         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8454         19 as well.
8455         (wl-mode-line-display-priority-list): New user option.
8456         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8457         Defcustomized.
8458         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8459         Add docs.
8460
8461         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8462         start.
8463         (wl-mode-line-buffer-identification): Revised as a function.
8464
8465         * wl-summary.el (wl-summary-mode): Use revised
8466         `wl-mode-line-buffer-identification'; don't call
8467         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8468         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8469         `wl-xmas-setup-summary'.
8470
8471         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8472         `wl-mode-line-buffer-identification'.
8473
8474         * wl-mule.el (wl-draft-overload-functions): Use revised
8475         `wl-mode-line-buffer-identification'.
8476
8477         * wl-folder.el (wl-make-plugged-alist): Don't call
8478         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8479         (wl-folder): Don't call `wl-folder-init-icons' directly.
8480         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8481         `wl-xmas-setup-folder' directly;
8482         use revised `wl-mode-line-buffer-identification'.
8483         (TopLevel): Don't bind `wl-biff-init-icons',
8484         `wl-plugged-init-icons', `wl-folder-init-icons',
8485         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8486
8487         * wl-e21.el (wl-draft-overload-functions): Use revised
8488         `wl-mode-line-buffer-identification'.
8489         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8490         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8491         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8492         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8493         `wl-make-plugged-hook';
8494         add `wl-folder-init-icons' and `wl-setup-folder' to
8495         `wl-folder-mode-hook'.
8496
8497 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8498             Katsumi Yamaoka    <yamaoka@jpl.org>
8499
8500         * wl.el (wl): Call `wl-biff-start'.
8501         (wl-exit): Call `wl-biff-stop'.
8502         (wl-plugged-mode): Show biff in modeline.
8503         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8504
8505         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8506         (wl-biff-init-icons): New function.
8507         (wl-plugged-init-icons): Don't make too much keymaps.
8508         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8509
8510         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8511         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8512         variables.
8513         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8514         options.
8515
8516         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8517         wl-biff-start, wl-biff-stop): New functions.
8518         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8519         (wl-biff-timer-name): New variable.
8520
8521         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8522
8523         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8524         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8525
8526         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8527         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8528
8529         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8530         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8531         `wl-folder-init-icons' to `ignore' if they are not available.
8532         (wl-folder-mode): Show biff in modeline.
8533
8534         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8535         (wl-biff-init-icons): New function.
8536         (wl-plugged-init-icons): Don't make too much keymaps.
8537         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8538
8539 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8540
8541         * wl-vars.el (wl-strict-diff-folders): Customization Type
8542         and doc fix.  Define as a list of regular expressions for
8543         folders or nil.
8544         * wl-folder.el (wl-folder-check-one-entity): Use
8545         `wl-string-match-member' instead of `wl-string-member' for
8546         `wl-strict-diff-folders'.
8547
8548 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8549
8550         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8551         (wl-highlight-folder-current-line): Use it; new implementation.
8552         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8553         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8554         `defsubst' instead of `defun'.
8555
8556         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8557         `wl-highlight-group-folder-by-numbers'; made it can also be a
8558         number.  See info for more details.
8559
8560         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8561         running.
8562
8563         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8564         to bind them.
8565
8566         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8567         (wl-highlight-folder-current-line): New implementation.
8568
8569         * wl-highlight.el (wl-highlight-folder-group-line): New
8570         implementation.
8571         (wl-delete-all-overlays): Rewrite as a marco.
8572         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8573
8574         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8575         running.
8576         (wl-folder-*-glyph): No need to bind them.
8577
8578         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8579         `wl-e21-highlight-folder-group-icon'; rewrite.
8580         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8581         `defsubst' instead of `defun'.
8582         (wl-folder-mode-map): Bind it when compiling.
8583
8584 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8587
8588         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8589
8590 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8591
8592         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8593
8594 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8595
8596         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8597         (wl-highlight-folder-current-line): Use it.
8598
8599         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8600         in `id-name'.
8601
8602 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8603
8604         * wl.el: Require `wl-e21' when Emacs 21 is running.
8605
8606         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8607         default when Emacs 21 is running.
8608         (wl-use-highlight-mouse-line): Ditto.
8609         (wl-on-emacs21): New constant.
8610         (wl-on-emacs20): Removed.
8611
8612         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8613         Emacs 21 is running.
8614
8615         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8616         Emacs 21 is running.
8617
8618         * wl-e21.el: New file.
8619
8620 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8621
8622         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8623         (wl-toggle-plugged): Ditto.
8624         (wl-plugged-toggle): Ditto.
8625         (wl-plugged-toggle-all): Ditto.
8626
8627         * wl-vars.el (wl-plug-state-indicator): Refer
8628         `wl-plug-state-indicator-on' indirectly.
8629
8630 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8631
8632         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8633         Call `wl-folder-confirm-existence'.
8634
8635         * wl-folder.el (wl-folder-confirm-existence): Added optional
8636         argument `force'.
8637
8638 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8639
8640         * wl-summary.el (wl-summary-refile-subr): Assume
8641         `copy-or-refile' as symbol.
8642         (wl-summary-refile): Follow up above change.
8643         (wl-summary-copy): Ditto.  Doc fix.
8644
8645 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * wl-summary.el (wl-summary-pick): Don't bind
8648         `elmo-search-mime-charset'.
8649
8650         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8651         default using old backquote style.
8652         (wl-search-mime-charset): Abolished.
8653
8654         * wl-highlight.el (wl-highlight-headers):
8655         Call `point' after `re-search-forward'(for Nemacs).
8656
8657         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8658         for elmo-imap4.el.
8659
8660 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8661
8662         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8663         `wl-message-ignored-field-list' instead of
8664         `mime-view-ignored-field-list'.
8665
8666         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8667         Add interactive spec.
8668         (wl-folder-goto-bottom-of-current-folder): Ditto.
8669         (wl-folder-mode-map): Bind them.
8670
8671         * wl-vars.el (wl-message-ignored-field-list): New variable.
8672         (wl-message-visible-field-list): New variable.
8673
8674         * wl-mime.el (wl-mime-header-presentation-method): New function.
8675         (wl-mime-setup): Set header-presentation-method.
8676
8677 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8678
8679         * wl-nemacs.el (wl-draft-overload-functions): Set
8680         `mode-line-buffer-identification' instead of using
8681         `wl-make-modeline'.
8682
8683         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8684         instead of using `wl-make-modeline'.
8685
8686         * wl-xmas.el (wl-plugged-init-icons): Set up
8687         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8688         (wl-make-modeline): Abolish.
8689         (wl-draft-overload-functions): Set
8690         `mode-line-buffer-identification' instead of using
8691         `wl-make-modeline'.
8692
8693         * wl-util.el (wl-make-modeline-subr): Abolish.
8694         (wl-mode-line-buffer-identification): New alias.
8695
8696         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8697         (wl-summary-make-modeline): Abolish.
8698         (wl-summary-buffer-set-folder): Set
8699         `wl-summary-buffer-folder-indicator'.
8700         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8701         of using `wl-make-modeline'.
8702         (wl-summary-switch-to-clone-buffer): Don't set
8703         `mode-line-buffer-identification'.
8704         (wl-summary-goto-folder-subr): Ditto.
8705
8706         * wl-mule.el (wl-draft-overload-functions): Set
8707         `mode-line-buffer-identification' instead of using
8708         `wl-make-modeline'.
8709
8710         * wl-folder.el (wl-folder-mode): Set
8711         `mode-line-buffer-identification' instead of using
8712         `wl-make-modeline'.
8713         (wl-folder): Don't set `mode-line-buffer-identification'.
8714
8715 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8716
8717         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8718         instead of `member' for `wl-refile-guess-func-list' look-ups.
8719         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8720
8721 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8722
8723         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8724         `wl-message-button-dispatcher'.
8725
8726         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8727
8728         * wl-message.el (wl-message-button-dispatcher): Use it.
8729
8730         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8731         "In-Reply-To".
8732
8733         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8734         Bind `case-fold-search' to t.
8735
8736 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8737
8738         * wl-xmas.el (wl-message-overload-functions): Initialize
8739         `wl-message-button-map'.
8740
8741         * wl-mule.el (wl-message-overload-functions): Initialize
8742         `wl-message-button-map'.
8743
8744         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8745
8746         * wl-message.el (wl-message-button-map): New keymap.
8747         (wl-message-add-button): New function.
8748         (wl-message-button-dispatcher): New function.
8749         (wl-message-button-refer-article): New function.
8750
8751         * wl-highlight.el
8752         (wl-highlight-message-add-buttons-to-header): New function.
8753         (wl-highlight-headers): Use it.
8754
8755 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8756
8757         * wl-summary.el (wl-summary-default-from): Use
8758         `wl-address-get-petname-1'.
8759         (wl-summary-simple-from): Ditto.
8760
8761         * wl-address.el (wl-address-get-petname-1): New inline function.
8762         (wl-address-get-petname): Use it.
8763
8764 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8765
8766         * wl-summary.el (wl-summary-default-from): Return full-name part
8767         from the address if no petname was found.
8768         (wl-summary-simple-from): Ditto.
8769
8770         * wl-address.el (wl-address-get-petname): Return nil if no petname
8771         associated with the address was found.
8772
8773 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8774
8775         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8776         display is finished.
8777
8778 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8779
8780         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8781         `elmo-folder-exists-p' argument.
8782
8783 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8784
8785         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8786         the folder.
8787
8788 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8791
8792         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8793         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8794
8795 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8796
8797         * wl-folder.el (wl-folder-create-subr): New function.
8798         (wl-folder-confirm-existence): Use it.
8799         (wl-folder-check-one-entity): Use it.
8800         Check the error symbol is derived from 'elmo-open-error.
8801
8802         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8803         `ignore-error'.
8804
8805 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8806
8807         * wl-util.el (toplevel): Add (eval-when-compile (require
8808         'elmo-util)).  (Maybe `provide' is typo.)
8809
8810 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8813         (I don't know why this was needed.)
8814
8815         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8816         Follow up changes for stream-type.
8817
8818         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8819         (wl-draft-elmo-nntp-send): Ditto.
8820
8821         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8822         (wl-nntp-posting-stream-type): Ditto.
8823         (wl-pop-before-smtp-ssl): Abolished.
8824         (wl-nntp-posting-ssl): Ditto.
8825
8826         * wl-address.el (wl-address-quote-specials): New function.
8827         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8828
8829         * wl-draft.el (wl-draft-reply): Ditto.
8830
8831 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8832
8833         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8834         use function `wl-string-match-assoc'.
8835
8836 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8837
8838         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8839
8840         * wl-draft.el (wl-draft-deduce-address-list): New function.
8841         (wl-draft-parse-mailbox-list): Ditto.
8842         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8843         instead of `smtp-deduce-address-list'.
8844         (wl-draft-on-field-p): Follow group list.
8845
8846         * wl-address.el (wl-address-concat-token): New function.
8847         (wl-address-string-without-group-list-contents): Ditto.
8848         (wl-complete-field-body): Fixed problem of completion
8849         by japanese petname.
8850         (wl-address-make-completion-list): Rewrite.
8851
8852 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8853
8854         * wl-address.el (wl-address-make-completion-list): Completion by
8855         petname.
8856         (wl-complete-field-body): Likewise.
8857
8858 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8859
8860         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8861         contains invalid address syntax.
8862
8863 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8864
8865         * wl-folder.el (wl-folder-check-entity-async): Use
8866         `elmo-nntp-spec-hostname'.
8867
8868 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8869
8870         * wl-summary.el (wl-summary-msgdb-load-async): Use
8871         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8872
8873 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-draft.el (wl-draft-reply): Set argument
8876         `content-transfer-encoding' as nil.
8877
8878 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8879
8880         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8881         `wl-refile-alist'.
8882
8883 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8884
8885         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8886         (wl-draft-edit-string): Ditto.
8887         (wl-draft-forward): Ditto.
8888         * wl-summary.el (wl-summary-write): Ditto.
8889
8890 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8891
8892         * wl-summary.el (wl-summary-sync-update3): Call
8893         `wl-summary-buffer-number-column-detect'.
8894         (wl-summary-buffer-number-column-detect): Search from point-min.
8895
8896 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8897
8898         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8899         contains an address which is not included in original to or cc.
8900
8901 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8902
8903         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8904         begin-line does not exist.
8905         * wl-message.el (wl-message-uu-substring): Ditto.
8906
8907 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8910         clear local variables.
8911         (wl-summary-exit): Call `elmo-commit'.
8912         (wl-summary-switch-to-clone-buffer): Call
8913         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8914         (wl-summary-goto-folder-subr): Ditto.
8915
8916         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8917         POP folder.
8918
8919 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8922         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8923         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8924         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8925         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8926         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8927
8928         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8929
8930 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8931
8932         * wl-summary.el (wl-summary-search-by-subject):
8933         Search parent message from the latest one.
8934
8935 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8936
8937         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8938         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8939
8940         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8941         New user option.
8942
8943         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8944         if elmo-nntp-use-killed-list is nil.
8945         Use `elmo-msgdb-append-to-killed-list'.
8946         (Append numbers confirmed as disappeared to the killed list.)
8947         (wl-summary-confirm-appends): Don't display negative number.
8948
8949 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8950
8951         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8952
8953 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8954
8955         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8956         range is `all'.
8957         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8958         `elmo-list-bigger-diff'.
8959
8960 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * wl-summary.el (wl-summary-buffer-exit-func):
8963         New buffer local variable.
8964         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8965
8966 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8967
8968         * wl-demo.el (wl-demo): Fix the last change.
8969
8970 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8971
8972         * wl-demo.el (wl-demo): Don't use `eval'.
8973
8974 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8975
8976         * wl-summary.el (wl-summary-buffer-thread-modified):
8977         New buffer-local variable.
8978         (wl-summary-set-thread-modified): New function.
8979         (wl-summary-thread-modified-p): New function.
8980         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8981         (wl-summary-yank-saved-message): Use function
8982         `wl-summary-set-thread-modified'
8983         (wl-summary-switch-to-clone-buffer): Add
8984         `wl-summary-buffer-thread-modified'.
8985
8986         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8987         (wl-summary-buffer-mark-saved-hook): Ditto.
8988         * wl-summary.el (wl-summary-msgdb-save): New hook
8989         `wl-summary-buffer-message-saved-hook' and
8990         `wl-summary-buffer-mark-saved-hook'.
8991
8992 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8993
8994         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8995
8996 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8997
8998         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8999         don't hide scroll bars under FSF Emacsen because it may incur an
9000         undesirable redrawing.
9001
9002 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9003
9004         * wl-draft.el (wl-draft-edit-string): Call
9005         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9006
9007 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9008
9009         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9010
9011 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9012
9013         * wl-summary.el (wl-summary-msgdb-load-async): Call
9014         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9015
9016 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9017
9018         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9019         fringes in demo buffer; center bitmap logo correctly even if old
9020         Mule is used.
9021
9022 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9023
9024         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9025
9026         * wl-refile.el (wl-refile-subject-alist): New variable.
9027         (wl-refile-subject-alist-file-name): Ditto.
9028         (wl-refile-alist-setup): Rewrite.
9029         (wl-refile-alist-save): Use `elmo-object-save'.
9030         Eliminated arguments.
9031         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9032         (wl-refile-guess-by-subject): New function.
9033         (wl-refile-guess-func-list): Added it.
9034
9035 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9036
9037         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9038         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9039
9040 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9041
9042         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9043         New buffer-local variable.
9044         (wl-summary-buffer-next-folder-func): Ditto.
9045         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9046         if non-nil.
9047         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9048         if non-nil.
9049         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9050         if non-nil.
9051         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9052         if non-nil.
9053
9054 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9055
9056         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9057         permanently in the demo buffer.
9058
9059 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9062         `mime-entity-fetch-field'.
9063
9064         * wl.el (wl-exit): Delete plugged buffer.
9065
9066         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9067         XEmacs has menubar feature.
9068
9069 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9070
9071         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9072         cannot arrive at the beginning of the buffer under old Emacsen.
9073
9074 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9075
9076         * wl-address.el (wl-address-ldap-search):
9077         Call `ldap-search-entries' with `withdn' argument t.
9078         (wl-complete-field-body): Bind completion-ignore-case as t.
9079         Clear ldap search hash when it was sole completion.
9080         Use elmo-string for pattern string.
9081         (wl-ldap-alias-safe-string): Eliminated needless let.
9082
9083 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9084
9085         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9086         (wl-ldap-alias-sep): New constant.
9087         (wl-ldap-search-attribute-type-list): Ditto.
9088         (wl-ldap-get-value): New function.
9089         (wl-ldap-make-filter): Ditto.
9090         (wl-ldap-make-matched-value-list): Ditto.
9091         (wl-ldap-alias-safe-string): Ditto.
9092         (wl-ldap-register-dn-string): Ditto.
9093         (wl-address-ldap-search): Rewrite.
9094
9095 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9096
9097         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9098         thread is deleted.
9099         (wl-thread-delete-line-from-buffer): Ditto.
9100         (wl-thread-get-exist-children): New function.
9101
9102 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9103
9104         * wl-demo.el (wl-demo): Made it to select various image types.
9105         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9106         from `wl-title-logo'.
9107         (wl-logo-ascii): New variable.
9108         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9109         (wl-demo-copyright-notice): New constant.
9110
9111         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9112
9113 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9114
9115         * wl-vars.el (wl-summary-target-above): Renamed from
9116         wl-summary-temp-above.
9117         * wl-score.el (wl-score-get-score-alist): Use it.
9118         (wl-summary-score-update-all-lines): Use it.
9119         * wl-summary.el: Ditto. (make-variable-buffer-local).
9120
9121 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9122
9123         * wl-vars.el (wl-ldap-port): New user option.
9124
9125         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9126         Rewite whole implementation.
9127         (wl-complete-field-body): Fixed.
9128
9129 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9130
9131         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9132         Choose implementation at compile time.
9133
9134 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9135
9136         * wl-address.el (wl-ldap-search-internal): New function.
9137         (wl-complete-field-to): Use it.
9138
9139 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9140
9141         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9142         Use `let' instead of `let*'.
9143         Require 'wl-vars.
9144
9145         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9146         Define as defcustom.
9147         (wl-ldap-base): Ditto.
9148         (wl-use-ldap): Ditto.
9149
9150 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9151
9152         * wl-address.el (wl-ldap-search): New function.
9153         (wl-complete-field-body): Use `wl-ldap-search'.
9154         (wl-ldap-server): New variable.
9155         (wl-ldap-base): Ditto.
9156         (wl-use-ldap): Ditto.
9157
9158 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9159
9160         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9161         (Pointed out by Mito <mit@nines.nec.co.jp>).
9162         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9163         buffer-local variables like `wl-summary-redisplay-internal'.
9164         (wl-summary-redisplay-all-header): Likewise.  Update
9165         Summary view too.
9166
9167 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9168
9169         * wl-summary.el (wl-summary-jump-to-parent-message):
9170         Consider prefix argument.
9171
9172         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9173         when closed thread is deleted.
9174
9175 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9176
9177         * wl-summary.el (wl-summary-jump-to-parent-message):
9178         Consider thread modification.
9179
9180 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9181
9182         * wl-message.el (wl-message-normal-get-original-buffer): Use
9183         `save-excursion'.
9184
9185         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9186         (wl-summary-showto-folder-regexp): Ditto.
9187
9188 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9189
9190         * wl-util.el (wl-delete-alist): Doc fix.
9191         (wl-delete-associations): New function.
9192         (wl-inverse-alist): New function.
9193         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9194         Split temporary variables. Use `wl-delete-associations'
9195         and `wl-inverse-alist'.
9196         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9197
9198 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9199
9200         * wl-folder.el (wl-folder-prefetch-entity):
9201         Execute prefetching if new count is unknown.
9202
9203 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9204
9205         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9206
9207         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9208         delete entity.
9209         (wl-thread-set-parent): If insert as top, set linked as nil.
9210
9211         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9212         `wl-thread-cleanup-symbols' when view mode is thread.
9213
9214 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9215
9216         * wl-folder.el (wl-folder-create-folder-entity): Use
9217         with-current-buffer.
9218         (wl-local-folder-init): Call set-buffer to make sure we are in
9219         the Folder buffer. Don't touch buffer-local variables here.
9220         (wl-folder-mode): Initialize buffer-local variables here.
9221
9222         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9223         (wl-folder-entity-assign-id): Ditto.
9224         (wl-folder-create-entity-hashtb): Ditto.
9225         (wl-local-folder-init): Ditto.
9226         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9227
9228 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9229
9230         * wl-summary.el (wl-summary-default-from): Fix probrem when
9231         std11-extract-address-components return (nil "foo@bar").
9232
9233 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9234
9235         * wl-draft.el (wl-draft-clone-local-variables):
9236         Remove redundant `setq'.
9237
9238 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9239
9240         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9241         Bind wl-highlight-x-face-func as nil while highlighting header.
9242
9243 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9244
9245         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9246
9247 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9248
9249         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9250         elmo-msgdb-overview-hashtb from copy-variables.
9251         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9252         instead of `elmo-msgdb-overview-get-entity-by-number'.
9253         (wl-summary-auto-refile): Ditto.
9254
9255         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9256         `elmo-msgdb-overview-get-entity' instead of
9257         `elmo-msgdb-search-overview-entity'.  Use
9258         `elmo-msgdb-overview-get-entity' instead of
9259         `elmo-msgdb-overview-get-entity-by-number'.
9260         (wl-thread-insert-entity-sub): Ditto.
9261         (wl-thread-insert-message): Ditto.
9262
9263         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9264         `elmo-msgdb-overview-get-entity'.
9265         (wl-normal-message-redisplay): Ditto.
9266
9267 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9268
9269         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9270         `wl-thread-entities'.
9271         (wl-thread-delete-message): Fix remove top message from
9272         `wl-thread-entity-list'.
9273
9274         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9275         wl-append(nconc), because update-list is broken on Meadow.
9276
9277         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9278         updating process.
9279         (wl-summary-rescan): Ditto.
9280         (wl-summary-sync-update3): Ditto.
9281         * wl-thread.el (wl-thread-set-parent): Renamed from
9282         `wl-summary-set-parent'.
9283         (wl-thread-insert-message): Updating buffer faster.
9284         (wl-thread-delete-message): Updating buffer faster.
9285
9286         * wl-score.el (wl-summary-score-update-all-lines): Changed
9287         interval for display progress gauge.
9288
9289 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9290
9291         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9292         folder always-sticky.
9293         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9294         defmacro.
9295
9296 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9297
9298         * wl-vars.el (wl-draft-add-references): New user option.
9299
9300         * wl-draft.el (wl-draft-add-references): New function.
9301         (wl-draft-yank-from-mail-reply-buffer): Use it.
9302         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9303         as nil.
9304
9305 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9306
9307         * wl-thread.el (wl-thread-update-line-msgs): Called
9308         `wl-thread-update-line-on-buffer-sub'.
9309         (wl-thread-update-line-on-buffer): Delete routine of inserting
9310         thread.
9311         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9312         moved from `wl-thread-update-line-on-buffer'.
9313         Add threshold for displaying progress gauge.
9314         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9315         argument of `wl-thread-update-line-msgs'.
9316         Add threshold for displaying progress gauge.
9317         * wl-folder.el:
9318         Add threshold for displaying progress gauge.
9319         * wl-score.el: Ditto.
9320
9321         * wl-expire.el (wl-summary-expire): Display deleting info.
9322
9323 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9326         `no-msg'.
9327         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9328         argument of `wl-thread-update-line-msgs'.
9329         (wl-summary-set-parent): Added optional argument `parent-number'.
9330         (wl-summary-buffer-saved-message): New buffer local variable.
9331         (wl-summary-save-current-message): New command.
9332         (wl-summary-yank-saved-message): Ditto.
9333         (wl-summary-mode-map): Added key binding for
9334         `wl-summary-save-current-message' (\ew) and
9335         `wl-summary-yank-saved-message' (\C-y).
9336         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9337
9338 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9339
9340         * wl-summary.el (wl-summary-mode-map): Added key binding for
9341         `wl-summary-set-parent' (ts).
9342
9343 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9344
9345         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9346         subject faster. If thread number is reverse, delayed updating
9347         thread.
9348         (wl-summary-search-by-subject): Ditto.
9349         (wl-summary-put-alike): Ditto.
9350         (wl-summary-get-alike): Ditto.
9351         (wl-summary-insert-headers): Insert header of all overview in
9352         buffer.
9353         (wl-summary-rescan): Delayed updating thread. Kill search subject
9354         buffer for wl-summary-search-by-subject.
9355         (wl-summary-sync-update3): Ditto.
9356         (wl-summary-exit): Ditto.
9357         (wl-summary-goto-bottom-of-current-thread): Change for linked
9358         thread.
9359         (wl-summary-overview-create-summary-line): Change line for linked
9360         thread.
9361
9362         * wl-summary.el (wl-summary-update-thread): Use
9363         wl-thread-maybe-get-children-num.
9364         (wl-summary-set-parent): If change parent, move sub thread.
9365         (wl-summary-redisplay-internal): Add horizontal recenter.
9366         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9367
9368         * wl-thread.el (wl-thread-entity-get-linked): New function.
9369         (wl-thread-entity-set-linked): New function.
9370         (wl-thread-create-entity): Add linked element.
9371         (wl-thread-entity-insert-as-top): Use wl-append.
9372         (wl-thread-maybe-get-children-num): If closing thread, return
9373         children msgs.
9374         (wl-thread-update-line-msgs): Displaying progress message.
9375         (wl-thread-update-line-on-buffer-sub): Use
9376         wl-thread-maybe-get-children-num.
9377         (wl-thread-update-line-on-buffer): If update line is not exists,
9378         insert thread.
9379         (wl-thread-delete-message): If delete top msg of thread, search
9380         parent by subject.
9381         (wl-thread-insert-entity): Use
9382         wl-thread-maybe-get-children-num.
9383
9384         * wl-highlight.el (wl-highlight-summary-current-line): change
9385         sregexp for linked thread.
9386         * wl-util.el (wl-count-lines): Count lines.
9387         (wl-horizontal-recenter): horizontal recenter.
9388         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9389         (wl-score-get-alike): Ditto.
9390         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9391         (wl-subject-length-limit): New variable.
9392         (wl-highlight-thread-indent-string-regexp): Changed for linked
9393         thread.
9394
9395 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9396
9397         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9398         New variable (revival).
9399         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9400         by subject matching if there's no in-reply-to nor references field
9401         (revival).
9402
9403 \f
9404 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9407         message.
9408
9409 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9410
9411         * wl-summary.el (wl-summary-reply): Return t if there was a
9412         message at cursor point.
9413         Added unwind-protect.
9414         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9415         returns t.
9416         (wl-summary-cancel-message): Do nothing when there's no message at
9417         cursor point.
9418         (wl-summary-forward): Ditto.
9419         (wl-summary-jump-to-parent-message): Ditto.
9420         (wl-summary-reedit): Ditto.
9421         (wl-summary-edit-addresses): Ditto.
9422         (wl-summary-pipe-message): Ditto.
9423         (wl-summary-print-message-with-ps-print): Ditto.
9424         (wl-summary-print-message): Ditto.
9425         (wl-summary-mark-as-important): Ditto.
9426         (wl-summary-mark-as-unread): Ditto.
9427
9428         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9429         message at cursor point.
9430         (wl-summary-reply-with-citation): Remove unwind-protect.
9431
9432         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9433         subject searching feature.
9434         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9435         Eliminated.
9436
9437 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9438
9439         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9440         New variable.
9441         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9442         by subject matching if there's no in-reply-to nor references field.
9443
9444         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9445
9446         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9447         when display is finished.
9448         (wl-folder-open-all): Ditto.
9449         (wl-folder-update-access-group): Ditto.
9450         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9451         * wl-thread.el (wl-thread-close-all): Ditto.
9452
9453         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9454         progress gauge only when it was displayed.
9455         * wl-folder.el (wl-folder-insert-entity): Ditto.
9456
9457 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9458
9459         * wl-summary.el (wl-summary-incorporate): Enclose
9460         `wl-summary-sync-force-update' with save-excursion.
9461
9462 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9463
9464         * wl-summary.el (wl-summary-prefetch-region):
9465         Pass current cursor point to `pos-visible-in-window-p' after
9466         moving cursor to the started point.
9467
9468 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9469
9470         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9471
9472         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9473         fields from the forwarding message.
9474         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9475         `ignored-fields'.
9476
9477 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9478
9479         * wl-mime.el (wl-message-request-partial):
9480         Eliminated argument `msgdb'.
9481         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9482         (wl-mime-combine-message/partial-pieces): Likewise.
9483         * tm-wl.el (wl-message-request-partial): Likewise.
9484         (wl-mime-combine-message/partial-pieces): Likewise.
9485
9486 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9487
9488         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9489         when display is finished.
9490
9491 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9492
9493         * wl-summary.el (wl-summary-goto-folder-subr):
9494         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9495
9496 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9497
9498         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9499         when cursor point is visible.
9500
9501 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9502
9503         * wl-expire.el (wl-expire-archive-get-max-number):
9504         Don't use `file-name-directory'.
9505
9506 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9507
9508         * wl-expire.el (wl-expire-archive-get-max-number):
9509         Use `file-name-directory'.
9510
9511 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9512
9513         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9514         only when there is progress.
9515
9516 2000-04-13  Mito <mit@nines.nec.co.jp>
9517
9518         * wl-summary.el (wl-summary-sync-marks): Display progress.
9519
9520 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9521
9522         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9523         (wl-summary-prev): Move cursor regardless of unread status.
9524         (wl-summary-next): Ditto.
9525
9526 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9527
9528         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9529         Added argument `target' and `number'.
9530         * tm-wl.el (wl-summary-burst-subr): New function.
9531         (wl-summary-burst): Use it.
9532
9533 2000-04-10  Mito <mit@nines.nec.co.jp>
9534
9535         * wl-mime.el (wl-burst): New function.
9536         (wl-summary-burst): Use it.
9537
9538 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9539
9540         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9541         as petname when there's no candidate.
9542
9543 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9544
9545         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9546         New variable.
9547         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9548
9549         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9550
9551         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9552
9553 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9554
9555         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9556         Use substring of `original' instead of buffer-substring.
9557         (wl-refile-evaluate-rule):
9558         Set `original' argument of wl-refile-expand-newtext.
9559
9560         * wl-summary.el
9561         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9562         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9563         (wl-summary-auto-refile): Check existence of destination folder just
9564         before marking.
9565
9566 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9567
9568         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9569         when wl-refile-get-field-value return nil.
9570
9571 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9572
9573         * wl-refile.el
9574         (wl-refile-expand-newtext): New function imported from Gnus.
9575         (wl-refile-evaluate-rule): Use it.
9576
9577 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9578
9579         * wl-summary.el (wl-summary-print-destination):
9580         Duplicate folder string to avoid putting text-property on
9581         original string.
9582
9583         * wl-refile.el (wl-refile-get-field-value): New function.
9584         (wl-refile-evaluate-rule): New function;
9585         Evaluate refile rule recursively.
9586         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9587         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9588         New function; Check existence of a target folder recursively.
9589         (wl-summary-auto-refile-check-refile-rule-alist):
9590         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9591
9592 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9593
9594         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9595
9596         * wl-folder.el (wl-create-folder-entity-from-buffer):
9597         Fixed problem when '}' character is contained in folder name.
9598
9599         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9600
9601 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9602
9603         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9604         (wl-fldmgr-add-completion-all-completions):
9605         Use wl-fldmgr-add-completion-hashtb.
9606
9607 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9608
9609         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9610         wl-fldmgr-add-completion-subr): New functions.
9611         * wl-folder.el (wl-folder-completion-func): New variable.
9612         * wl-summary.el (wl-summary-read-folder):
9613         Use wl-folder-completion-func.
9614
9615         * wl-refile.el: Eliminate throw & catch.
9616
9617         * wl.el (wl-plugged-sending-queue-status): Fixed.
9618
9619 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9620
9621         * wl-draft.el (wl-draft): Put category property on
9622         mail-header-separator.