cdf74485785cec0057ee28a11e6ce7c0a583e399
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
4         (Thanks to Yoichi NAKAYAMA).
5
6 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-util.el (wl-save-drafts): Restore echo area.
9
10 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
11
12         * Version number is increased to 2.12.0.
13
14         * wl-util.el (wl-biff-check-folder-async): Use
15         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
16
17 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
18
19         * wl-message.el (wl-message-display-internal): Does not put
20         wl-message-display-type property on message buffer.
21         (wl-message-buffer-display-type): New function.
22
23         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
24
25         * wl-summary.el (wl-summary-mode): Use `dolist' to add
26         `wl-summary-buffer-detach'.
27         (wl-summary-message-display-type): Use
28         `wl-summary-buffer-display-type'.
29
30 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
31
32         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
33         buffer-local.
34
35         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
36         kill-buffer-hook instead of make-local-variable.
37         (wl-draft-preview-message): Set `local' argument of add-hook as t.
38
39 2004-12-12  Scott Renfro <scott@renfro.org>
40
41         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
42         regex for square-branket.
43
44 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
47         `wl-message-mime-analysis-p' with argument `header'.
48
49 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
50
51         * wl-mime.el (wl-draft-yank-current-message-entity): 
52         Switch to no-mime following method according to wl-message-display-type
53         property.
54         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
55
56         * wl-message.el (wl-message-display-internal): 
57         Put wl-message-display-type property on message buffer.
58
59         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
60         (wl-message-display-internal): Ditto;
61
62         * wl-summary.el (wl-summary-toggle-mime): Ditto.
63
64 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
65
66         * wl-message.el (wl-message-make-display-type): New function.
67         (wl-message-display-type-property): Ditto.
68         (wl-message-mime-analysys-p): Ditto.
69         (wl-message-display-all-header-p): Ditto.
70         (wl-message-redisplay): Removed argument `as-is', `all-header' and
71         added `display-type'.
72         (wl-message-buffer-display): Likewise.
73         (wl-message-display-internal): Likewise.
74         (wl-message-buffer-display-type): Abolish.
75         (wl-message-buffer-prefetch-subr): Follow the API changed.
76
77         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
78         from wl-summary-buffer-display-all-header and changed default value.
79         (wl-summary-message-display-type): New function.
80         (wl-summary-buffer-display-mime-mode): Ditto.
81         (wl-summary-buffer-display-header-mode): Ditto.
82         (wl-summary-toggle-mime): Rewrite with above functions.
83         (wl-summary-toggle-all-header): Ditto.
84         (wl-summary-redisplay): Force redisplay with default mode.
85         (wl-summary-redisplay-internal): Renamed argument from `mode',
86         `all-header' to `mime-mode', `header-mode'.
87         Use `wl-message-make-display-type'.
88
89         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
90         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
91
92 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
93
94         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
95
96 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
97
98         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
99         in original message buffer.
100         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
101         buffer.
102
103 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
104
105         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
106
107 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
108
109         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
110
111 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
112
113         * wl-action.el (wl-summary-exec-action-refile): Display a done message
114         when actions succeeded.
115         (wl-summary-exec-action-copy): Likewise.
116
117 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
118
119         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
120         there is switch-to-buffer at the end of wl-message-select-buffer.
121         (wl-summary-reply): Ditto.
122
123 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
124
125         * wl-summary.el (wl-summary-forward): Put subject in original
126         message buffer as argument of wl-draft-forward.
127         * wl-draft.el (wl-draft-forward): Decode subject as in
128         wl-draft-reply.
129
130 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
133         a folder under access group.
134
135 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
136
137         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
138         wl-message-buffer-display.
139
140         * wl-util.el (wl-set-save-drafts): Fix typo.
141
142 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
145         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
146         wl-highlight-logo-face to set the bg color of an xbm image; fixed
147         the way to measure the width of a bitmap image; don't put face on
148         ascii and bitmap images; put the mark which should not use the
149         variable-pitch face on ascii and bitmap images.
150         (wl-demo-setup-properties): Don't use the variable-pitch face on
151         ascii and bitmap images; made it work on Emacs 20 and earlier.
152         (wl-demo-insert-text): End with a newline at the bottom; don't put
153         face on text.
154
155         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
156
157 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
158
159         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
160
161         * wl-util.el (wl-save-drafts): Moved from sample setting.
162         (wl-set-save-drafts): New function to set idle timer.
163         * wl-draft.el (wl-draft): Call it.
164         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
165
166 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
167
168         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
169         a summary which has toggle display status off.
170
171 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-draft.el (wl-draft-do-fcc): No cache save.
174
175 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-summary.el (elmo-event-handler-flag-changed): Use
178         `set-buffer' instead of `with-current-buffer'.
179
180 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-summary.el (wl-summary-after-resize-function): New function.
183         (wl-summary-mode): Add `wl-summary-after-resize-function' to
184         window-size-change-functions.
185
186 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-draft.el (wl-draft-create-buffer): Bind
189         `change-major-mode-hook' after current buffer is changed.
190
191         * wl-summary.el (wl-summary-buffer-detach): New function.
192         (wl-summary-buffer-set-folder): Call it.
193         (wl-summary-mode): Add `wl-summary-buffer-detach' to
194         change-major-mode-hook and kill-buffer-hook.
195         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
196         (wl-summary-switch-to-clone-buffer): Ditto.
197         (wl-summary-goto-folder-subr): Ditto.
198
199 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
200
201         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
202         after boundp check.
203
204 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
207         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
208         for `kill-buffer'.
209
210         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
211         handler of current buffer from elmo-folder.
212
213 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
214
215         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
216
217 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * wl-summary.el (wl-summary-buffer-event-handler): New internal
220         variable.
221         (wl-summary-event-handler): New class.
222         (elmo-event-handler-flag-changed): Define to update persistent
223         mark.
224         (wl-summary-buffer-set-folder): Register event handler to
225         elmo-folder.
226         (wl-summary-exit): Unregister event handler.
227         (wl-summary-goto-folder-subr): Ditto.
228         (wl-summary-mark-as-read-all): Does not call
229         `wl-summary-update-persistent-mark' directly.
230         (wl-summary-mark-as-read-internal): Ditto.
231         (wl-summary-set-persistent-mark-internal): Ditto.
232         (wl-summary-set-flags-internal): Ditto.
233
234         * Version number is increased to 2.11.33.
235
236 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
237
238         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
239         to nil.
240
241 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-spam.el (wl-spam-setup): Add hook
244         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
245         instead of `wl-summary-prepare-hook'.
246
247         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
248         if folder type is `'flag'.
249         (wl-summary-mark-as-important): Ditto.
250
251 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-address.el (wl-address-minibuffer-history): New variable.
254         (wl-address-minibuffer-local-map): New keymap.
255         (wl-address-read-from-minibuffer): New function.
256
257         * wl-action.el (wl-summary-get-resend-address): Use
258         `wl-address-read-from-minibuffer' instead of `completing-read'.
259
260 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * Version number is increased to 2.11.32.
263
264 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
265
266         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
267         without mule to iso-8859-1.
268         (wl-draft-add-in-reply-to): Add note in description.
269         (wl-draft-add-references): Ditto.
270
271 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
272
273         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
274         definition for `m'.
275         (wl-summary-mode-line-format): Add '[%m]'.
276         (wl-message-mode-line-format-spec-alist): Ditto.
277         (wl-summary-display-mime-mode-list): New variable.
278
279         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
280         from wl-summary-buffer-display-as-is.
281         (wl-summary-buffer-display-all-header): New buffer local variable.
282         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
283         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
284         instead of wl-summary-buffer-display-as-is.
285         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
286         (wl-summary-set-persistent-mark): Ditto.
287         (wl-summary-set-message-buffer-or-redisplay): Just call
288         `wl-summary-redisplay-internal' without optional arguments.
289         (wl-summary-toggle-mime): Rewrite.
290         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
291         (wl-summary-toggle-all-header): New function.
292         (wl-summary-redisplay-internal): Treat mime mode.
293
294         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
295         to wl-mime-preview-follow-no-mime.
296         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
297         accodring to the display-mode.
298
299         * wl-message.el (wl-message-buffer-display-type): Rewrite.
300         (wl-message-buffer-display): Changed argument name from `as-is' to
301         `mode'.
302         (wl-message-display-internal): Ditto;
303         Bind elmo-mime-display-header-analysis according to the mode.
304         (wl-message-display-internal): Put wl-message-display-mime-mode
305         property on entire buffer.
306
307 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
308
309         * wl-draft.el (wl-draft-do-fcc): Undo last change.
310
311 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
312
313         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
314         Don't extract mail address.
315         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
316
317         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
318
319         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
320
321 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
324         wl-fldmgr-cut-entity-list on confirmation.
325
326 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
329         (wl-mime-quit-preview): Check existence of
330         mime-edit-temp-message-buffer here.
331
332 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
335         after deletion.
336
337         * wl-draft.el (wl-draft-send-confirm): Check major-mode
338         before calling wl-mime-quit-preview.
339
340 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-summary.el (wl-summary-pick): If call it with prefix
343         argument, set `delete-marks' as non-nil. Pick from only visible
344         messages.
345         (wl-summary-check-target-mark): New function.
346         (wl-summary-target-mark-mark-as-read): Use it.
347         (wl-summary-target-mark-mark-as-unread): Ditto.
348         (wl-summary-target-mark-operation): Ditto.
349         (wl-summary-target-mark-set-flags): Ditto.
350         (wl-summary-target-mark-save): Ditto.
351         (wl-summary-target-mark-pick): Ditto.
352         (wl-summary-target-mark-forward): Ditto.
353         (wl-summary-target-mark-reply-with-citation): Ditto.
354         (wl-summary-target-mark-print): Ditto.
355         (wl-summary-target-mark-uudecode): Ditto.
356
357         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
358         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
359         with `ask-coding' is non-nil.
360
361 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-thread.el (wl-thread-set-parent): If parent is a message
364         which is identified by references, set linked as nil.
365
366 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
367
368         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
369         (wl-message-mode-line-format-spec-alist): Ditto.
370         (wl-message-mode-line-format): Ditto.
371         (wl-summary-mode-line-format): Ditto for docstring.
372         (wl-summary-no-mime-folder-list): Fix typo.
373
374         * wl-util.el (wl-current-message-buffer): Call
375         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
376
377         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
378         variable.
379         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
380         of `wl-summary-redisplay-no-mime'.
381         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
382         (wl-summary-toggle-mime): New function.
383         (wl-summary-redisplay-all-header): Rewrite.
384         (wl-summary-redisplay-no-mime): Ditto.
385         (wl-summary-redisplay-internal): Added argument `as-is' and
386         `all-header'.
387
388         * wl-refile.el (wl-refile-default-from-folder-path-separator):
389         New variable.
390         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
391         bottom.
392         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
393         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
394         "/" unconditionally.
395
396         * wl-mime.el (wl-draft-yank-current-message-entity): Use
397         wl-mime-preview-follow-no-mime for as-is content.
398         (wl-mime-preview-follow-no-mime): New function.
399         (wl-mime-preview-follow-current-region): Fixed parenthesis.
400
401         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
402         and added `as-is', `all-header'.
403         (wl-message-buffer-display): Ditto.
404         (wl-message-buffer-display-type): New function.
405
406 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
407
408         * wl-vars.el (wl-message-header-button-alist): Change default
409         value.
410         (wl-message-body-button-alist): Ditto.
411
412 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
413
414         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
415
416 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
419
420 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-summary.el (wl-summary-sync-marks): Remove condition which
423         is always true.
424
425 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
428         on null entity.
429
430 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
431
432         * wl-vars.el (wl-draft-reply-default-position): Fix range.
433
434 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-vars.el (wl-summary-resend-hook): New hook.
437
438         * wl-action.el (wl-summary-exec-action-resend-subr): Run
439         `wl-summary-resend-hook'.
440
441 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
442
443         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
444         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
445         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
446         (wl-summary-new-cached-mark): Changed default value to 'n'.
447         (wl-summary-unread-cached-mark): Changed default value to 'u'.
448         (wl-summary-answered-cached-mark): Changed default value to 'a'.
449         (wl-folder-sync-range-alist): Remove spec for 'flag.
450         (wl-summary-force-prefetch-folder-list): New user option.
451
452         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
453         `wl-summary-toggle-persistent-mark'.
454         (wl-summary-update-mark-and-highlight-window): Don't highlight when
455         number is nil.
456         (wl-summary-mark-as-answered-region): Set interactive argument of
457         `wl-summary-set-persistent-mark-internal'.
458         (wl-summary-mark-as-important-region): Ditto.
459         (wl-summary-unset-persistent-mark): Ditto.
460         (wl-summary-set-persistent-mark): Ditto.
461         (wl-summary-mark-as-answered): Ditto.
462         (wl-summary-mark-as-important): Ditto.
463         (wl-summary-set-persistent-mark-internal): Do nothing
464         when `elmo-message-flag-available-p' is nil.
465         (wl-summary-toggle-persistent-mark): New function.
466         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
467         when the folder matches `wl-summary-force-prefetch-folder-list'.
468
469
470         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
471         when number is nil.
472         (wl-highlight-summary-forwarded-face): New face.
473
474 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
475
476         * Version number is increased to 2.11.31.
477
478 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
479
480         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
481         (wl-biff-check-folder-async): Ditto.
482         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
483
484 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
485
486         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
487         Add an argument `reverse'.  All callers are updated.
488         (wl-summary-sort): Add a prefix argument `reverse' to specify
489         reverse sorting.
490         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
491         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
492         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
493
494 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * wl-message.el (wl-message-redisplay): Does not narrow header if
497         disply-type is all-header or as-is.
498
499         * wl-summary.el (wl-summary-enter-handler): Use
500         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
501
502 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
503
504         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
505         after adding wl-draft-parent-variables.
506         (wl-draft-forward): Ditto.
507
508 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-summary.el (wl-summary-sync-marks): Call
511         `wl-summary-set-persistent-mark' and
512         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
513         (wl-summary-set-persistent-mark-internal): Add 4th argument
514         `no-server'.
515         (wl-summary-unset-persistent-mark): Ditto.
516         (wl-summary-set-persistent-mark): Ditto.
517         (wl-summary-add-flags-internal): Abolish.
518         (wl-summary-remove-flags-internal): Ditto.
519         (wl-summary-mark-as-important-internal): Ditto.
520         (wl-summary-mark-as-important): Use
521         `wl-summary-set-persistent-mark' instead of
522         `wl-summary-add-flags-internal'.
523         (wl-summary-mark-as-important-region): Ditto.
524
525         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
526
527         * wl-summary.el (wl-summary-get-available-flags): New function.
528         (wl-summary-sync-marks): Use it and simplified.
529         (wl-summary-unset-persistent-mark): Use
530         `wl-summary-get-available-flags'.
531         (wl-summary-set-persistent-mark): Ditto.
532
533 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
534
535         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
536         id.
537
538 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-summary.el (wl-summary-enter-handler): If argument is not a
541         number, call `wl-summary-prev-line-content'. Show message when the
542         message is not found.
543
544 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
545
546         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
547         wl-summary-enter-handler.
548         (wl-summary-enter-handler): New command.
549
550         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
551         docstring and custom spec.
552
553         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
554         flags too; Don't treat Cached and New.
555         (wl-summary-set-persistent-mark): Ditto.
556
557         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
558         `wl-folder-set-flag'.
559
560         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
561         instead of `wl-folder-set-flag'.
562
563         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
564         for completion.
565         (wl-summary-set-persistent-mark): Ditto.
566
567         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
568         instead of `wl-draft-quit-preview'.
569
570         * wl-mime.el (toplevel): Avoid compile warning.
571         (wl-mime-quit-preview): New function
572         (formarly defined as `wl-draft-quit-preview').
573         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
574         quitting method.
575
576         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
577
578         * wl-folder.el (wl-folder-set-flag): Renamed from
579         `wl-draft-set-flag-on-parent'.
580
581         * wl-draft.el (wl-draft-quit-preview): New function.
582         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
583         (wl-draft-send): Call `wl-folder-set-flag' instead of
584         `wl-draft-set-flag-on-parent'.
585         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
586
587 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
590         (wl-draft-send): Ditto.
591
592 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
593
594         * wl-vars.el (wl-draft-reply-hook): Changed default value.
595         (wl-draft-kill-pre-hook): Set default value as nil.
596         (wl-summary-reply-hook): Ditto.
597         (wl-draft-kill-flags): Abolish.
598
599         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
600         (wl-draft-parent-variables): Renamed from
601         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
602         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
603         argument; Add wl-draft-parent-variables to
604         wl-draft-config-variables.
605         (wl-draft-reply): Likewise.
606         (wl-draft-kill-flags): Abolish.
607         (wl-draft-send): Call wl-draft-set-flag-on-parent.
608         (wl-draft-set-flag-on-parent): New function.
609         (wl-draft-setup-parent-flag): Ditto.
610
611 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
612
613         * wl-draft.el (wl-draft-kill-flags): Avoid error when
614         `wl-draft-parent-folder' is "".
615
616 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
617
618         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
619         (wl-summary-digit-jump): New function.
620         (Adviced by John Owens and Hiroya Murata)
621
622         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
623         (Adviced by John Owens)
624
625         * wl-xmas.el (wl-message-define-keymap): Ditto.
626
627         * wl-mule.el (wl-message-define-keymap): Ditto.
628
629 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
632         change of return value of elmo-folder-count-flags.
633
634         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
635         (wl-summary-mark-as-read-internal): Ditto.
636         (wl-summary-set-persistent-mark-internal): Ditto.
637         (wl-summary-folder-info-update): Ditto.
638         (wl-summary-sync-update): Fixed the last change.
639
640         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
641
642 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
643
644         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
645         (wl-draft-kill-flags): Fixed docstring.
646
647         * wl-draft.el (wl-draft-kill-flags): New function.
648         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
649
650 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
651
652         * wl-vars.el (wl-reply-hook): Abolish.
653         (wl-draft-reply-hook): New hook.
654         (wl-summary-reply-hook): Ditto.
655         (wl-draft-forward-hook): Ditto.
656         (wl-summary-forward-hook): Ditto.
657         (wl-draft-kill-flags): New variable.
658
659         * wl-summary.el (wl-summary-mark-as-answered-region): Use
660         wl-summary-set-persistent-mark-internal.
661         (wl-summary-sync-marks): Use elmo-preserved-flags.
662         (wl-summary-update-persistent-mark): Make it interactive.
663         (wl-summary-set-persistent-mark-internal): New inline function.
664         (wl-summary-mark-as-answered): Use it.
665         (wl-summary-mark-as-unanswered): Ditto.
666         (wl-summary-unset-persistent-mark): New function.
667         (wl-summary-set-persistent-mark): Ditto.
668         (wl-summary-reply): Don't set answered flag;
669         Run wl-summary-reply-hook instead.
670         (wl-summary-forward): Call wl-draft-forward with number.
671         Run wl-summary-forward-hook.
672
673         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
674         (wl-highlight-summary-line-face-spec): Use it as a default
675         persistent mark face.
676
677         * wl-draft.el (wl-draft-forward): Added optional argument number;
678         Set wl-draft-parent-number; Run wl-draft-forward-hook.
679         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
680         (wl-draft-kill): Use wl-draft-kill-flags.
681
682         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
683
684         * wl-folder.el (wl-folder-check-one-entity): Follow the change
685         of return value of elmo-folder-count-flags.
686
687         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
688
689         * wl-summary.el (wl-summary-count-unread): Ditto.
690         (wl-summary-sync-update): Follow the change above.
691         (wl-summary-force-prefetch): New function.
692
693 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
694
695         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
696         variable `buf' with `let' instead of `setq'.
697
698 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-mime.el (wl-message-delete-current-part): If filename exists,
701         add Content-Disposition heaeder on the deleted part.
702
703 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-draft.el (wl-draft-save): Encode address list under edit by
706         `eword-encode-unstructured-field-body'.
707
708         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
709
710 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
713         wl-current-summary-buffer.
714
715 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
716
717         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
718         `numbers' is ignored.
719
720 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
721
722         * wl-folder.el (wl-folder-open-folder): Avoid error.
723         Reported by John Owens, [wl-en:815]
724
725         * wl.el (wl): Set timer for biff process even if prefix argument
726         is given or auto-checking is quitted.
727
728         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
729         immediately.
730         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
731         (wl-toggle-plugged): Ditto.
732
733         * wl-vars.el (wl-biff-use-idle-timer): New variable.
734         * wl-util.el (wl-biff-start): Use idle timer if
735         `wl-biff-use-idle-timer' is non-nil.
736
737 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
738
739         * wl-highlight.el (wl-highlight-message): Fix description.
740
741 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
742
743         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
744         tty.
745
746 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
747
748         * wl-action.el (wl-summary-exec): Print failure count.
749
750 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
753         to `defun', remove interactive form.
754         Set elmo-message-fetch-confirm when force-reload is non-nil.
755
756 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-summary.el (toplevel): Removed unnecessary autoload.
759
760 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
763         the buffer is generated from another message buffer.
764
765 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
768         extracted from `wl-fldmgr-save-folders'.
769         (wl-fldmgr-delete): Call it after deletion.
770
771 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
774         multi-tty support.
775
776 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
777
778         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
779
780 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
781
782         * wl-summary.el (wl-summary-rescan): Remove unused variables.
783         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
784
785 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
788         unsubscribe list only if argument CLEAR is nil.
789
790 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-draft.el (wl-draft-reply): Decode subject before removing
793         Re: prefix.
794
795 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
796
797         * wl-summary.el (wl-summary-sort-by-size): New command.
798
799 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-summary.el (wl-summary-number-list-from-region): New
802         function.
803         (wl-summary-mark-as-read-region): Use it.
804         (wl-summary-mark-as-unread-region): Ditto.
805         (wl-summary-set-flags-region): Ditto and add optional argument
806         remove.
807         (wl-summary-mark-as-answered-region): Ditto.
808         (wl-summary-mark-as-important-region): Ditto.
809         (wl-summary-target-mark-mark-as-important): Added optional
810         argument remove.
811         (wl-summary-target-mark-mark-as-answered): Ditto.
812         (wl-summary-target-mark-set-flags): Ditto.
813
814 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-summary.el (wl-summary-set-flags-region): Call
817         `wl-summary-set-flags-internal' with number list instead of call
818         one by each message.
819         (wl-summary-target-mark-set-flags): Likewise.
820
821 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-summary.el (wl-summary-target-mark-operation): Add optional
824         argument `inverse' and use `wl-summary-delete-all-target-marks'.
825         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
826         (wl-summary-target-mark-mark-as-answered): Likewise.
827
828 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-summary.el (wl-summary-target-mark-forward): Use
831         `wl-summary-delete-all-target-marks' instead of
832         `wl-summary-delete-all-temp-marks'.
833         (wl-summary-target-mark-reply-with-citation): Ditto.
834         (wl-summary-target-mark-uudecode): Ditto.
835         (wl-summary-target-mark-set-flags): Ditto and remove needless
836         cursor move.
837
838 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-summary.el (wl-summary-target-mark-forward): Protect
841         wl-summary-buffer-target-mark-list from nreverse.
842         (wl-summary-target-mark-reply-with-citation): Ditto.
843
844 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
845
846         * wl-thread.el (wl-thread-update-indent-string-thread): Use
847         `elmo-display-progress-threshold'.
848
849 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
852         check `wl-summary-highlight'.
853         (wl-summary-window-scroll-functions): Respect value of
854         `wl-summary-highlight'.
855         (wl-summary-sync-update): Run hooks
856         `wl-summary-buffer-window-scroll-functions' at any time.
857
858 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
859
860         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
861         from `wl-summary-cleanup-temp-marks'.
862         (wl-summary-cleanup-temp-marks): Abolish argument.
863         * wl.el (wl-save-status): Revert previous change.
864         (wl-execute-temp-marks): New function, call
865         `wl-summary-exec-with-confirmation'.
866         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
867         (wl-folder-save-and-exec-marks): Abolished.
868
869 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-e21.el (wl-e21-display-image-p): Respect
872         `wl-highlight-folder-with-icon'.
873         (wl-e21-highlight-folder-group-line): Highlight mouse line
874         even if wl-e21-display-image-p is nil.
875
876         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
877         Respect value of `wl-summary-highlight'.
878
879         * wl.el (wl-save-status): Remove unused variable.
880
881         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
882         (wl-folder-mode-map): Bind it to "x".
883
884 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
887
888         * wl-thread.el (wl-thread-get-parent-list): Don't check
889         disconnected ancestors, neglecting needless work in
890         `wl-thread-update-indent-string-thread'.
891
892         * wl.el (wl-save): Take prefix argument to execute remaining marks.
893         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
894         argument, add argument default-keep to keep marks by default.
895
896         * Version number is increased to 2.11.30.
897
898         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
899         customization type and docstring.
900         (wl-draft-reply-without-argument-list): Ditto.
901
902 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
905
906         * wl-spam.el (wl-spam-mark-action-list): Ditto.
907
908 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
909
910         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
911
912 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
913
914         * wl-draft.el (wl-draft-config-exec): Narrow the range of
915         save-excursion so as not to include run-hooks.
916
917 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
918
919         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
920         Clarify that marks are going to be cleared.
921
922 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
925         according to 3rd element of wl-summary-flag-mark.
926
927         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
928
929 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-action.el (wl-summary-target-mark-all): Don't set
932         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
933
934 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
935
936         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
937         (wl-forward-subject-prefix): Ditto.
938         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
939         (wl-draft-reply-make-subject): Ditto.
940
941         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
942         `wl-draft-forward'.
943         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
944
945 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
946
947         * wl-action.el (wl-summary-target-mark-set-action): Stop if
948         target message does not exist.
949
950 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
951
952         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
953         `wl-subject-prefix-regexp'.
954         (wl-subject-forward-prefix-regexp): New variable.
955         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
956         `wl-draft-strip-subject-re' and take regexp as argument.
957         (wl-draft-forward): Use it.
958         (wl-draft-reply): Ditto.
959
960 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
961
962         * wl-e21.el (wl-highlight-plugged-current-line): Change for
963         emacs multi-tty support.
964
965 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
966
967         * wl-e21.el (wl-e21-display-image-p): Don't call
968         `display-images-p'.
969         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
970         support.
971         (wl-highlight-folder-current-line): Ditto.
972         (wl-folder-init-icons): Ditto.
973
974 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
975
976         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
977         the last line of summary in unplugged mode.
978
979 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
980
981         * wl-vars.el (wl-refile-rule-alist): Doc fix.
982
983 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
984
985         * wl-vars.el (wl-user-mail-address-regexp): New variable.
986         * wl-address.el (wl-address-user-mail-address-p): Use it.
987         (wl-address-delete-user-mail-addresses): Ditto.
988         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
989
990         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
991         (wl-address-delete-user-mail-addresses): Ditto.
992
993         * wl-address.el (wl-address-delete-user-mail-addresses): New
994         function.
995         * wl-refile.el (wl-refile-guess-by-history): Use it.
996         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
997         (wl-draft-make-mail-followup-to): Ditto and fix logic.
998
999         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1000         use wl-address-user-mail-address-p.
1001
1002 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1003
1004         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1005         after opening group.
1006
1007 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1010         of elmo-set-buffer-multibyte.
1011
1012         * wl-message.el (wl-original-message-mode): Ditto.
1013
1014         * wl-score.el (wl-score-insert-header): Ditto.
1015
1016         * wl-summary.el
1017         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1018         (wl-summary-goto-folder-subr): Ditto.
1019         (wl-summary-insert-headers): Ditto.
1020
1021         * wl-util.el (wl-set-string-width): Ditto.
1022
1023         * Version number is increased to 2.11.29.
1024
1025 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1026
1027         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1028         (wl-highlight-summary-line-help-echo-alist): New variable.
1029         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1030         into `wl-highlight-summary-line-help-echo' and
1031         `wl-highlight-flag-folder-help-echo'.
1032         (wl-highlight-summary-line-string): Change accordingly.
1033         (wl-highlight-summary-current-line): Ditto.
1034
1035 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1038         at the beginning of field body (Thanks to Markus Knittig).
1039
1040         * wl-draft.el (wl-draft-insert-current-message): Also check
1041         summary buffer, remove unnecessary tag.
1042
1043 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1046         when wl-message-buffer is nil.
1047
1048         * wl-folder.el (wl-folder): Abolish unused argument.
1049         Call wl-folder-init when wl-folder-entity is nil.
1050         * wl.el (wl): Change accordingly.
1051
1052 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1055         multibyte string before insert into draft buffer.
1056         (wl-draft-create-buffer): Always enable multibyte characters for
1057         draft buffer.
1058
1059         * Version number is increased to 2.11.28.
1060
1061 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1062
1063         * wl-folder.el (wl-folder-open-close): Handle blank line.
1064         (wl-folder-jump-to-current-entity): Ditto.
1065
1066 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * Version number is increased to 2.11.27.
1069
1070 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1071
1072         * wl-thread.el (wl-thread-insert-message): When the thread is
1073         devided by wl-summary-max-thread-depth, insert line at the end of
1074         buffer.
1075
1076 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * Version number is increased to 2.11.26.
1079
1080 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1081
1082         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1083
1084 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1087         value of stream-type and session.
1088
1089 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1090
1091         * Version number is increased to 2.11.25.
1092
1093 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1094
1095         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1096         in a quit message.
1097
1098 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1099
1100         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1101         (wl-summary-redisplay-no-mime-internal): Ditto.
1102
1103 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1104
1105         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1106         * wl-vars.el (wl-smtp-connection-type): Ditto.
1107
1108 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1109
1110         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1111         for the separator line and quote mail-header-separator.
1112
1113 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1116         result message.
1117
1118         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1119         `elmo-multiple-fields-body-list' with boundary as
1120         mail-header-separator.
1121
1122 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1123
1124         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1125
1126 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1127
1128         * wl-util.el (wl-list-diff): Remove unused function.
1129
1130         * wl-draft.el (wl-draft-send-confirm): Discard input before
1131         confirmation.
1132
1133 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1136         order of flag and new.
1137
1138 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-vars.el (wl-refile-policy-alist): Abolished.
1141
1142         * wl-action.el (wl-summary-set-action-refile): Follow the change
1143         above.
1144
1145 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * wl-highlight.el (wl-highlight-signature-search): Don't use
1148         re-search-backward for a long word since it is possible to crash
1149         XEmacs because of a bug.
1150
1151 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1152
1153         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1154
1155 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1156
1157         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1158         argument for wl-summary-sync-force-update.
1159
1160 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1161
1162         * wl-summary.el (wl-summary-mode-map): Revival of
1163         wl-summary-mark-as-important related bindings;
1164         Bind 'F','tF','mF','rF','m&'.
1165         (wl-summary-mark-as-important-region): Revival.
1166         (wl-summary-target-mark-mark-as-important): Ditto.
1167         (wl-summary-target-mark-operation): New function.
1168         (wl-summary-target-mark-mark-as-answered): Use it.
1169         (wl-summary-decide-flag): Don't set Important as default.
1170         (wl-summary-mark-as-important-internal): Revival.
1171         (wl-summary-mark-as-important): Ditto.
1172
1173         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1174
1175         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1176         instead of facep.
1177
1178 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1179
1180         * wl-dnd.el (wl-dnd-drop-func): Fix.
1181
1182         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1183         mouse-set-point instead of posn-point.
1184
1185         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1186
1187         * wl-mule.el (wl-completing-read-multiple): Ditto.
1188
1189 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1190
1191         * wl-demo.el (face-background-name): Defalias to avoid compile
1192         warning.
1193
1194 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1195
1196         * wl-summary.el (wl-summary-decide-flag): Use
1197         wl-completing-read-multiple instead of completing-read-multiple.
1198
1199         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1200         New alias.
1201
1202         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1203         Use face-background-name instead of face-background.
1204
1205         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1206
1207         * wl-summary.el (wl-summary-save): Use it.
1208         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1209
1210         * wl-mime.el (wl-mime-save-content): Fix last change.
1211
1212 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1213
1214         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1215         New function.
1216         (wl-summary-sort-specs): Added sort.
1217         * wl-mime.el (wl-mime-save-content): Expand file name.
1218
1219 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1220
1221         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1222
1223         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1224
1225 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1226
1227         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1228         for flag if it is not defined.
1229
1230 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1231
1232         * wl-e21.el (wl-highlight-folder-current-line): Use
1233         elmo-folder-type-internal when elmo-folder-type returns nil.
1234
1235         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1236
1237         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1238
1239         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1240
1241         * wl-e21.el (wl-summary-toolbar): Ditto.
1242
1243         * wl-vars.el (wl-demo-background-color): Abolished.
1244         (wl-summary-persistent-mark-priority-list): Renamed from
1245         wl-summary-flag-priority-list.
1246         (wl-summary-flag-alist): New user option.
1247         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1248         (wl-message-mode-line-format-spec-alist): Added 'F'.
1249         (wl-message-mode-line-format): Likewise.
1250         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1251         instead of wl-summary-important-mark.
1252         (wl-file-folder-icon): New variable.
1253
1254         * wl-thread.el (wl-thread-set-flags): Renamed from
1255         wl-thread-mark-as-important.
1256
1257         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1258         warning.
1259         (wl-summary-mode-menu-spec): Follow the change of 
1260         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1261         (wl-summary-mode-map): Follow the change of
1262         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1263         (wl-summary-detect-mark-position): Follow the variable name change.
1264         (wl-summary-set-flags-region): New function for the replacement of
1265         wl-summary-mark-as-important-region.
1266         (wl-summary-sync-marks): Sync all global-flags.
1267         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1268         instead of elmo-message-flagged-p.
1269         (wl-summary-persistent-mark-string): Follow the variable name change;
1270         Put wl-summary-flag-mark if the message has global-flag.
1271         (wl-summary-target-mark-set-flags): Renamed from 
1272         wl-summary-target-mark-mark-as-important.
1273         (wl-summary-decide-flag): New function.
1274         (wl-summary-set-flags-internal): Renamed from
1275         wl-summary-mark-as-important-internal.
1276         (wl-summary-add-flags-internal): New function.
1277         (wl-summary-remove-flags-internal): Ditto.
1278         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1279         (wl-summary-mark-as-unimportant): Abolish.
1280         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1281         (wl-summary-next-message): List flagged messages in the msgdb.
1282
1283         * wl-score.el (wl-summary-score-update-all-lines): Use
1284         wl-summary-add-flags-internal instead of 
1285
1286         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1287
1288         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1289         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1290         (wl-message-buffer-require-all-header): Renamed from
1291         wl-message-buffer-all-header-flag (Ditto).
1292         (wl-message-buffer-flag-indicator): New variable.
1293         (wl-message-redisplay): Changed local varibale name from `flag' to
1294         `display-type'; Set up wl-message-buffer-flag-indicator.
1295         (wl-message-buffer-display): Changed varibale name from `flag' to
1296         `display-type'.
1297         (wl-message-display-internal): Likewise.
1298
1299         * wl-highlight.el (wl-highlight-demo-face): Define default background
1300         color.
1301         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1302
1303         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1304
1305         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1306         (wl-demo-setup-properties): Renamed from
1307         `wl-demo-set-background-color'.
1308         (wl-demo): Follow the change above.
1309         
1310         * Version number is increased to 2.11.24.
1311
1312 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-summary.el (wl-summary-toggle-thread): Call
1315         `wl-summary-rescan' with disable-thread as non-nil.
1316         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1317
1318 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1319
1320         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1321         foreground property of the face.
1322         (wl-demo-insert-text): Don't set up face property here.
1323         (wl-demo): Call wl-demo-set-background-color, anyway.
1324
1325 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326
1327         * wl-vars.el (wl-demo-background-color): The value can be nil.
1328
1329 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1332         to wl-summary-wheel-dispatcher.
1333
1334         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1335         wl-message-wheel-dispatcher.
1336         (wl-message-wheel-dispatcher): New function.
1337         (wl-summary-wheel-dispatcher): Ditto.
1338
1339 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl-action.el (wl-summary-target-mark-all): List messages which are
1342         not in the killed-list.
1343
1344         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1345         only when the folder is 'flag/important.
1346
1347         * wl-address.el (wl-complete-field-body): Complete if the last
1348         character is a space.
1349
1350 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * wl-folder.el (wl-folder-clear-entity-info): Use
1353         elmo-clear-hash-val.
1354
1355         * wl-fldmgr.el (wl-fldmgr-rename): Set
1356         wl-folder-info-alist-modified as t.
1357
1358 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1359
1360         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1361
1362 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1363
1364         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1365         (wl-folder-buffer-last-visited-entity-id): New buffer local
1366         variable.
1367         (wl-folder-revisit-last-visited-folder): New function.
1368         (wl-folder-mode-map): Bind it to "C-i".
1369         (wl-folder-set-current-entity-id): Set last visited folder.
1370         * wl-summary.el (wl-summary-exit): Ditto.
1371
1372 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1375         before calling `recenter' in order to cope with an XEmacs bug.
1376
1377 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1378
1379         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1380         to the default value.
1381
1382 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1385         change.
1386         (wl-summary-sync-marks): Ditto.
1387         (wl-summary-mark-as-read-internal): Ditto.
1388         (wl-summary-mark-as-answered-internal): Ditto.
1389         (wl-summary-mark-as-important-internal): Ditto.
1390         (wl-summary-reply): Ditto.
1391
1392         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1393         instead of `elmo-folder-unflag-answered'.
1394
1395         * Version number is increased to 2.11.23.
1396
1397         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1398         the last change.
1399
1400 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1401
1402         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1403         Specify "spam" or "good".
1404
1405 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1406
1407         * wl-spam.el (wl-summary-exec-action-spam): Call
1408         wl-folder-confirm-existence for spam folder.
1409         (wl-spam-setup): Bind "mk".
1410
1411 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1414
1415 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1416
1417         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1418         destination folder is empty.
1419
1420 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1421
1422         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1423         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1424
1425         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1426         (wl-summary-refile-prev-destination-region): New function.
1427         (wl-thread-refile-prev-destination): Ditto.
1428         (wl-summary-target-mark-refile-prev-destination): Ditto.
1429
1430 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1433         (wl-demo-background-color): Changed default value.
1434
1435         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1436         color.
1437
1438         * wl-demo.el (wl-demo-set-background-color): New function.
1439         (wl-demo): Call it.
1440
1441 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1442
1443         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1444         * wl-address.el (wl-address-add-or-change): Don't add empty
1445         address.
1446
1447 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1448
1449         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1450
1451 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1452
1453         * wl-vars.el (wl-demo-image-filter-alist): New variable
1454         (wl-demo-background-color): Ditto.
1455
1456         * wl-demo.el (wl-demo-xpm-set-background): New function.
1457         (wl-demo-image-filter): Ditto.
1458         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1459
1460         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1461
1462         * wl-demo.el (wl-demo-icon-name): Define as function.
1463         (wl-demo-insert-image): Use it.
1464
1465 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1466
1467         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1468
1469 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1470
1471         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1472
1473 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1474
1475         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1476
1477 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * wl-thread.el (wl-thread-mark-as-answered): New function.
1480
1481         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1482         answered" entry.
1483         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1484         "r&" and wl-thread-mark-as-answered to "t&".
1485         (wl-summary-mark-as-important-region): Refine to toggle mark.
1486         (wl-summary-mark-as-answered-region): New function.
1487         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1488         and 3rd argument.
1489         (wl-summary-mark-as-important-internal): Likewise.
1490
1491 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * wl-template.el (wl-template-preview): New internal variable.
1494         (wl-template-preview-p): New function.
1495         (wl-template-show): Bind `wl-template-preview' as t.
1496
1497 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1500         `elmo-message-entity-field' with 3rd argument which is non-nil.
1501
1502 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1505         Removed duplicate local bind `folder'.
1506
1507 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1510
1511 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1512
1513         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1514         duplicate definition.
1515
1516 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1517
1518         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1519         non-nil, use it; Don't fetch message if there's no message in the
1520         current cursor position.
1521
1522 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl-util.el (wl-region-exists-p): Use region-active-p.
1525         (wl-deactivate-region): New function.
1526         * wl-message.el (wl-message-redisplay): Deactivate region.
1527
1528         * wl-summary.el (wl-summary-reply): Call
1529         `wl-summary-set-message-buffer-or-redisplay' instead of
1530         `wl-summary-redisplay-internal', don't move point.
1531
1532 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1535         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1536         by regexp.
1537
1538 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1539
1540         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1541         if no need.
1542
1543 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1544
1545         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1546         default value to nil.
1547         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1548         `wl-summary-prepare-hook'; Replace refile action to
1549         `wl-summary-exec-action-refile-with-register'.
1550
1551         * Version number is increased to 2.11.22.
1552
1553 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-summary.el (wl-summary-detect-mark-position): Set
1556         `wl-summary-buffer-weekday-name-lang'.
1557
1558 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1559
1560         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1561         (wl-summary-mark-as-read-all): Ditto.
1562         (wl-summary-delete-messages-on-buffer): Ditto.
1563         (wl-summary-sync-update): Ditto.
1564         (wl-summary-mark-as-read-internal): Ditto.
1565         (wl-summary-mark-as-answered-internal): Ditto.
1566         (wl-summary-update-folder-info): Abolished.
1567
1568 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1569
1570         * wl-summary.el (wl-summary-mark-as-read-all): Use
1571         `wl-summary-update-folder-info' instead of
1572         `wl-folder-update-unread'.
1573
1574 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1575
1576         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1577         `wl-summary-folder-info-update'.
1578         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1579         instead of `wl-summary-folder-info-update'.
1580         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1581         `wl-folder-set-folder-updated'.
1582         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1583         instead of `wl-folder-update-unread'.
1584         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1585         the value of `wl-summary-buffer-unread-count' for the second parameter of
1586         `wl-folder-update-unread'.
1587
1588         * Version number is increased to 2.11.21.
1589
1590 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1591
1592         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1593         a local variable.
1594
1595 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1598         interactively.
1599
1600         * wl-summary.el (wl-summary-mark-as-important-internal): New
1601         internal function.
1602         (wl-summary-mark-as-important): Use it.
1603         (wl-summary-mark-as-unimportant): New function.
1604         (wl-summary-sync-marks): Follow the API change.
1605
1606         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1607
1608         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1609
1610 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1611
1612         * wl-folder.el (wl-folder-update-unread): Re-indent.
1613         Narrow the scope of a local variable.
1614
1615 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1618         (wl-addrmgr-merge-entries): Ditto.
1619         (wl-addrmgr): Added to address entry which exists in draft buffer
1620         if no entry is in original.
1621
1622 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-batch.el: New file.
1625
1626 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1627
1628         * wl-vars.el (wl-use-semi): Remove unused variable.
1629
1630 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1631
1632         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1633         "?".
1634
1635 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1636
1637         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1638         wl-summary-new-mark.
1639         (wl-summary-new-cached-mark): New user option.
1640         (wl-summary-score-marks): Follow the change above.
1641         (wl-summary-auto-refile-skip-marks): Ditto.
1642         (wl-summary-incorporate-marks): Ditto.
1643         (wl-summary-expire-reserve-marks): Ditto.
1644
1645         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1646
1647         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1648         (wl-summary-persistent-mark-string): Distinguished between cached
1649         and uncached mark when the message is new.
1650
1651 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-spam.el (wl-spam-domain): Renamed from
1654         `wl-spam-folder-guess-domain'.
1655         (wl-summary-exec-action-spam): Register as spam if domain of the
1656         source folder is good.
1657         (wl-summary-exec-action-refile-with-register): Register message if
1658         domain of the source folder is not undecided.
1659
1660 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1661
1662         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1663         detect thread loop.
1664
1665 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1668         and wl-summary-skip-mark-list.
1669
1670 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1673
1674         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1675
1676         * wl-spam.el (toplevel): Require wl-highlight.
1677         (wl-spam-auto-check-policy-alist): Abolish.
1678         (wl-spam-auto-check-folder-regexp-list): New user option.
1679         (wl-spam-auto-check-marks): Ditto.
1680         (wl-spam-mark-action-list): Ditto.
1681         (wl-highlight-summary-spam-face): New face.
1682         (wl-spam-auto-check-message-p): New function.
1683         (wl-spam-map-spam-messages): Fixed message.
1684         (wl-spam-register-spam-messages): Ditto.
1685         (wl-spam-register-good-messages): Ditto.
1686         (wl-summary-spam-map): Add and remove keybind.
1687         (wl-summary-target-mark-spam): Abolish.
1688         (wl-summary-refile-spam): Ditto.
1689         (wl-summary-test-spam): New function.
1690         (wl-summary-mark-spam): Ditto.
1691         (wl-summary-auto-check-spam): Follow the above change.
1692         (wl-summary-exec-action-spam): New function.
1693         (wl-summary-exec-action-refile-with-register): Fixed message.
1694         (wl-message-check-spam): New function.
1695         (wl-spam-setup): Ditto.
1696         (toplevel): Call it if this file is loaded interactivity.
1697
1698         * Version number is increased to 2.11.20.
1699
1700 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1703         when new optional argument `force' is non nil or modified.
1704
1705 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1706
1707         * wl.el (toplevel): Require wl-spam when compile.
1708         (wl-save-status): Call wl-spam-save-status.
1709
1710         * wl-spam.el (wl-spam-register-spam-messages): New function.
1711         (wl-spam-register-good-messages): Ditto.
1712         (wl-spam-save-status): Ditto.
1713         (wl-summary-mode-map): Bind
1714         wl-summary-target-mark-register-as-spam to "ms" and
1715         wl-summary-target-mark-register-as-good to "mn".
1716         (wl-summary-register-as-spam): Abolish optional argument; Use
1717         wl-spam-register-spam-messages.
1718         (wl-summary-register-as-spam-all): Use
1719         wl-spam-register-spam-messages.
1720         (wl-summary-register-as-good): Abolish optional argument; Use
1721         wl-spam-register-good-messages.
1722         (wl-summary-register-as-good-all): Use
1723         wl-spam-register-good-messages.
1724         (wl-summary-target-mark-register-as-spam): New funtion.
1725         (wl-summary-target-mark-register-as-good): Ditto.
1726
1727 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1728
1729         * wl-spam.el: New file.
1730
1731 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1732
1733         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1734
1735         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1736         (wl-summary-auto-refile): Call wl-refile-guess with
1737         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1738
1739 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1742         with disable-thread argument non-nil.
1743
1744 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1745
1746         * wl-summary.el (wl-summary-rescan): Added optional argument
1747         disable-thread.
1748         (wl-summary-sync): Call wl-summary-rescan with argument
1749         disable-thread.
1750         (wl-summary-input-range): Added new range `rescan-thread'.
1751
1752 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1753
1754         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1755
1756 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1757
1758         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1759         internal variable.
1760         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1761         wl-summary-search-parent-by-subject-regexp and
1762         wl-summary-divide-thread-when-subject-changed as nil.
1763         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1764         (wl-summary-insert-thread): Search parent entity from
1765         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1766         thread loop.
1767
1768 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1769
1770         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1771
1772         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1773
1774         * wl-util.el (wl-require-update-all-folder-p): New function.
1775         (wl-get-assoc-list-value): Added `function' to match directive.
1776         (wl-collect-draft): Rewrite.
1777
1778         * wl-summary.el (wl-summary-sync-update): Clear faces
1779         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1780         are non-nil.
1781         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1782         argument as function.
1783         (wl-summary-input-range): Ditto.
1784
1785         * wl-folder.el (wl-draft-get-folder): New function.
1786         (wl-folder-get-elmo-folder): Consider draft folder.
1787
1788         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1789         (wl-draft-buffer-message-number): New buffer local variable.
1790         (wl-draft-folder-internal): New internal variable.
1791         (wl-draft-delete): Rewrite.
1792         (wl-draft-save): Ditto.
1793         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1794         wl-folder-get-elmo-folder.
1795         (wl-draft-config-info-operation): Ditto.
1796         (wl-jump-to-draft-folder): Ditto.
1797         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1798         (wl-draft-reedit): Rewrite.
1799
1800         * Version number is increased to 2.11.19.
1801         
1802 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1803
1804         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1805         variable.
1806
1807 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1810         Use ignore-errors instead of unwind-protect.
1811
1812 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1813
1814         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1815         for updating `wl-thread-entity-list'.
1816
1817 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1818
1819         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1820         parameter from calling `wl-thread-entity-get-older-brothers' and
1821         `wl-thread-entity-get-younger-brothers'.
1822         Replace nested `append' with a single one.
1823
1824 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * wl-summary.el (wl-summary-mode): Don't use the return value of
1827         `make-local-hook'.
1828
1829 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1830
1831         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1832         instead of `let*'.
1833         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1834         of local variables.
1835
1836 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1837
1838         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1839         Renamed from wl-summary-window-scroll-functions.
1840         (wl-summary-window-scroll-functions): Don't set to variable.
1841         (wl-summary-display-top): Use run-hooks.
1842         (wl-summary-display-bottom): Ditto.
1843         (wl-summary-toggle-disp-msg): Ditto.
1844         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1845         Use it instead of wl-summary-window-scroll-functions.
1846         (wl-summary-goto-folder-subr): Don't call
1847         wl-summary-window-scroll-functions, use
1848         wl-summary-buffer-window-scroll-functions instead.
1849
1850 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1851
1852         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1853         make-local-variable.
1854
1855 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1856
1857         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1858         set-buffer-modified-p.
1859         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1860         (wl-summary-display-bottom): Ditto.
1861         (wl-summary-toggle-disp-msg): Ditto.
1862
1863 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1866
1867         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1868         (wl-summary-forward): Use elmo-message-entity-field instead of
1869         elmo-message-field.
1870
1871         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1872
1873 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-summary.el (wl-summary-window-scroll-functions): No use
1876         `append'.
1877
1878 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1879
1880         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1881         function.
1882         (wl-summary-window-scroll-functions): Call it when both
1883         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1884         (wl-summary-temp-mark): Added optional argument number.
1885         (wl-summary-message-mark): Added optional argument flag.
1886         (wl-summary-persistent-mark): Added optional argument number and flag.
1887         (wl-summary-update-persistent-mark): Ditto.
1888         (wl-summary-update-status-marks): Set "r" for interactive spec.
1889
1890         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1891         argument number and flag.
1892
1893         * wl-action.el (wl-summary-registered-temp-mark): 
1894         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1895
1896 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1899         internal variable (buffer local).
1900         (wl-summary-window-scroll-functions): New function.
1901         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1902         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1903         as nil.
1904         (wl-summary-update-status-marks): Added arguments beg, end and
1905         check.
1906         (wl-summary-update-mark-window): Use function.
1907         (wl-summary-sync-update): Follow the change above.
1908         (wl-summary-switch-to-clone-buffer): Copy
1909         wl-summary-buffer-unsync-mark-number-list.
1910         (wl-summary-goto-folder-subr): Set
1911         wl-summary-buffer-unsync-mark-number-list and
1912         use wl-summary-window-scroll-functions instead of
1913         wl-summary-lazy-highlight.
1914
1915         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1916
1917 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1920
1921         * wl-summary.el (wl-summary-update-persistent-mark): Call
1922         wl-summary-set-message-modified.
1923
1924         * wl-summary.el (wl-summary-sync-update): Don't call
1925         wl-summary-update-status-marks.
1926
1927         * Version number is increased to 2.11.18.
1928
1929 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1930
1931         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1932         (wl-message-next-page): Ditto.
1933
1934 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1935
1936         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1937         local variable.  Change the order of a collected list into the
1938         same as the specified range.  Remove nil from a collected list.
1939
1940 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1941
1942         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1943         argument for elmo-folder-list-messages.
1944
1945 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1948         change (wl-summary-count-unreads return a list instead of a cons
1949         cell).
1950
1951 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1952
1953         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1954         `wl-summary-folder-info-update'.
1955
1956 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1957
1958         * wl-summary.el (wl-summary-set-message-modified): No use
1959         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1960         (wl-summary-set-mark-modified): Abolish.
1961         (wl-summary-mark-modified-p): Ditto.
1962         (wl-summary-save-view): Follow the change above.
1963
1964         * wl-expire.el (wl-summary-expire): Likewise.
1965
1966 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1967
1968         * wl-summary.el (wl-summary-detect-mark-position): Use
1969         modb-entity-handler.
1970         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1971
1972         * Version number is increased to 2.11.17.
1973
1974 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1975
1976         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1977         entity field value.
1978         (wl-summary-prefetch-msg): Ditto.
1979         (wl-summary-print-message-with-ps-print): Ditto.
1980
1981 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1982
1983         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1984         for dummy entity.
1985         (wl-summary-insert-thread): Use elmo-message-entity-field.
1986         (wl-summary-update-thread): Use elmo-message-entity-field and
1987         elmo-message-entity-number.
1988         (wl-summary-line-number):  Use elmo-message-entity-number.
1989         (wl-summary-line-size): Use elmo-message-entity-field.
1990         (wl-summary-line-subject): Ditto.
1991         (wl-summary-line-from): Ditto.
1992         (wl-summary-line-attached): Ditto.
1993         (wl-summary-create-line): Ditto.
1994         (wl-summary-create-line): Use elmo-message-entity-number.
1995         (wl-summary-print-message-with-ps-print): Use
1996         elmo-message-entity-field.
1997
1998 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1999
2000         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2001         change in elmo-msgdb-make-message-entity.
2002         (wl-summary-buffer-set-folder): Don't call
2003         wl-summary-detect-mark-position here.
2004         (wl-summary-rescan): Call elmo-message-entity-number.
2005         (wl-summary-sync-update): Ditto.
2006         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2007
2008         * wl-score.el (wl-score-header-index): Redefine 2th element.
2009         (wl-score-overview-entity-get-extra): Abolish.
2010         (wl-score-ov-entity-get): Rewrite.
2011         (wl-score-string-index<, wl-score-string-func<): Abolish.
2012         (wl-score-string<): New function.
2013         (wl-score-string-sort): Use it.
2014
2015         * wl-refile.el (wl-refile-guess-by-history): Use
2016         elmo-message-entity-field.
2017         (wl-refile-guess-by-from): Ditto.
2018         (wl-refile-guess-by-msgid): Ditto.
2019
2020         * Version number is increased to 2.11.16.
2021
2022 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-folder.el (wl-folder-confirm-existence): Don't call
2025         file-exists-p if msgdb-path is nil.
2026         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2027         `wl-read-folder-hist' to `wl-read-folder-history'.
2028
2029 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2030
2031         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2032         `y-or-n-p'.
2033
2034 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2035
2036         * wl-score.el (wl-score-headers): Don't use
2037         elmo-folder-do-each-message-entity.
2038
2039         * Version number is increased to 2.11.15.
2040
2041 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2042
2043         * wl-summary.el (wl-summary-delete-all-msgs): Use
2044         elmo-folder-move-messages instead of elmo-folder-delete-messages
2045         and elmo-folder-detach-messages.
2046         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2047
2048         * wl-expire.el (wl-expire-delete): Ditto.
2049         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2050
2051 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2052
2053         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2054         (wl-message-header-narrowing-fields): Ditto.
2055         (wl-message-header-narrowing-lines): Ditto.
2056         (wl-message-header-narrowing-string): Ditto.
2057
2058         * wl-summary.el (wl-summary-mode-map): Bind
2059         wl-summary-toggle-header-narrowing to "C-cC-f".
2060         (wl-summary-toggle-header-narrowing): New function.
2061
2062         * wl-message.el (wl-message-buffer-create): Call
2063         wl-message-header-narrowing-setup.
2064         (wl-message-redisplay): Call wl-message-header-narrowing.
2065         (wl-message-header-narrowing): New function.
2066         (wl-message-header-narrowing-map): New keymap.
2067         (wl-message-header-narrowing-widen-map): New keymap.
2068         (wl-message-header-narrowing-again-at-mouse): New function.
2069         (wl-message-header-narrowing-1): Ditto.
2070         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2071         (wl-message-header-narrowing-setup): Ditto.
2072         (wl-message-header-narrowing-toggle): Ditto.
2073         
2074         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2075
2076         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2077         'flag as all.
2078         (wl-use-flag-folder-help-echo): New user option.
2079
2080         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2081         wl-summary-highlight as nil.
2082         (wl-summary-set-mark-modified): Follow the API change.
2083         (wl-summary-mark-modified-p): Ditto.
2084         (wl-summary-mark-as-read-all): Ditto.
2085         (wl-summary-sync-marks): Don't call
2086         elmo-folder-list-messages-with-global-mark.
2087         (wl-summary-mark-as-read-internal): Follow the API change.
2088         (wl-summary-mark-as-answered-internal): Ditto.
2089         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2090         Follow the API change.
2091         (wl-summary-create-line): Call with number argument.
2092         (wl-summary-reply): Follow the API change.
2093
2094         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2095         function.
2096         (wl-highlight-summary-line-string): Call it when
2097         wl-use-flag-folder-help-echo is non-nil.
2098         (wl-highlight-summary-current-line): Ditto.
2099         (elmo-flag-folder-referrer): Added autoload setting.
2100
2101         * wl-draft.el (wl-draft-kill): Follow the API change.
2102
2103         * Version number is increased to 2.11.14.
2104         
2105 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2106
2107         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2108
2109 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2110
2111         * Version number is increased to 2.11.13.
2112
2113 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2114
2115         * wl-draft.el (wl-draft-previous-history-element): Fixed
2116         unbalanced parenthesis and bind unbound local variables.
2117
2118 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2119
2120         * wl-draft.el (wl-draft-previous-history-element): New function.
2121         (wl-draft-next-history-element): Ditto.
2122         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2123         them to M-p and M-n.
2124
2125 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * Version number is increased to 2.11.12.
2128
2129 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2130
2131         * wl-draft.el (wl-draft-hide): Select buffer-window.
2132
2133 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2134
2135         * wl-summary.el (wl-summary-narrow-to-region): New function.
2136         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2137         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2138         (wl-summary-save-region): Use it.
2139         * wl-action.el (wl-summary-collect-numbers-region)
2140         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2141
2142 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2143
2144         * wl-folder.el (wl-folder-count-incorporates): Don't use
2145         `elmo-msgdb-mark-load'
2146
2147         * Version number is increased to 2.11.11.
2148
2149 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2150
2151         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2152         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2153
2154 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2155
2156         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2157
2158 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2159
2160         * Version number is increased to 2.11.10.
2161
2162 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2163
2164         * wl-mime.el (wl-draft-attribute-value): Fixed.
2165
2166 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2167
2168         * wl-util.el (wl-copy-local-variables): New function.
2169
2170         * wl-mime.el (wl-draft-attribute-recipients): New function.
2171         (wl-draft-attribute-envelope-from): Ditto.
2172         (wl-draft-attribute-smtp-posting-server): Ditto.
2173         (wl-draft-attribute-smtp-posting-port): Ditto.
2174         (wl-draft-attribute-value): Ditto.
2175         (wl-draft-preview-message): Use it to get value for
2176         attributes. Reflect result of `wl-draft-config'.
2177
2178         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2179         and call `wl-summary-mark-as-read' before to call
2180         `wl-summary-unset-mark'.
2181         (wl-summary-target-mark-mark-as-unread): Likewise.
2182         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2183
2184 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2185
2186         * wl-mime.el (wl-draft-preview-message): Use actual value for
2187         attributes; Fix for small window.
2188
2189 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2190
2191         * wl-refile.el (wl-refile-get-field-value): Call
2192         `elmo-message-entity-field' with 3rd argument is non-nil.
2193
2194 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-vars.el (wl-draft-preview-attributes): New user option.
2197         (wl-draft-preview-attributes-list): Ditto.
2198         (wl-draft-preview-attributes-buffer-lines): Ditto.
2199         (wl-draft-preview-attributes-buffer-name): Ditto.
2200
2201         * wl-mime.el (wl-draft-preview-message): Display attributes.
2202
2203 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-summary.el (wl-summary-detect-mark-position): Bind
2206         wl-summary-flag-priority-list to '(new).
2207
2208 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2209
2210         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2211         funtion.
2212         (wl-highlight-summary-line-string): Use it.
2213         (wl-highlight-summary-current-line): Ditto.
2214
2215 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2216
2217         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2218         line even when the mark string is not changed.
2219
2220         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2221         argument change in the wl-summary-create-line.
2222         (wl-thread-insert-entity-sub): Ditto.
2223
2224         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2225         argument change in the wl-summary-create-line.
2226         (wl-summary-insert-sequential): Ditto.
2227         (wl-summary-update-thread): Ditto.
2228         (wl-summary-persistent-mark-string): New inline function.
2229         (wl-summary-message-mark): Use it.
2230         (wl-summary-create-line): Abolish argument wl-persistent-mark
2231         and added wl-flags, wl-cached.
2232
2233         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2234         mark to flags.
2235         (wl-highlight-summary-current-line): Decide the face not by the 
2236         persistent mark but flags.
2237
2238 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2239
2240         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2241         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2242         wl-summary-read-uncached-mark): Revive.
2243         (wl-summary-answered-cached-mark,
2244         wl-summary-answered-uncached-mark): New user option.
2245         (wl-summary-score-marks): Follow the change above.
2246         (wl-summary-auto-refile-skip-marks): Ditto.
2247         (wl-summary-incorporate-marks): Ditto.
2248         (wl-summary-expire-reserve-marks): Ditto.
2249         (wl-summary-flag-priority-list): New user option.
2250
2251         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2252         changes.
2253         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2254         of elmo-message-mark.
2255         (wl-summary-mark-as-read-internal): Ditto.
2256         (wl-summary-mark-as-answered): Ditto.
2257         (wl-summary-mark-as-important): Ditto.
2258         (wl-summary-redisplay-internal): Ditto.
2259         (wl-summary-redisplay-no-mime-internal): Ditto.
2260         (wl-summary-message-mark): New function.
2261         (wl-summary-insert-sequential): Use wl-summary-message-mark
2262         instead of elmo-message-mark.
2263         (wl-summary-update-thread): Ditto.
2264         (wl-summary-persistent-mark): Ditto.
2265         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2266         instead of elmo-message-mark.
2267
2268         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2269         wl-summary-message-mark instead of elmo-message-mark.
2270         (wl-thread-insert-entity-sub): Ditto.
2271         (wl-thread-get-children-msgs-uncached): Ditto.
2272
2273         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2274         variable name changes.
2275         (wl-highlight-summary-current-line): Ditto.
2276
2277         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2278         wl-summary-message-mark instead of elmo-message-mark.
2279
2280         * wl-expire.el (wl-expire-message-p): Ditto.
2281
2282         * wl-score.el (wl-score-headers): Ditto.
2283
2284         * Version number is increased to 2.11.9.
2285
2286         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2287         (wl-summary-sync-update): Follow the change above.
2288         (wl-summary-switch-to-clone-buffer): Ditto.
2289         (wl-summary-open-folder): Ditto.
2290
2291 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2294         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2295
2296         * Version number is increased to 2.11.8.
2297
2298         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2299
2300         * wl-expire.el (wl-expire-refile): Follow the API change on
2301         `elmo-folder-move-messages'.
2302         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2303
2304         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2305         (wl-summary-exec-action-refile): Ditto.
2306         (wl-summary-exec-action-copy): Ditto.
2307         (wl-summary-no-auto-refile-message-p): No use
2308         `wl-summary-buffer-msgdb'.
2309         (wl-summary-auto-refile): Ditto.
2310
2311 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2314
2315 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2316
2317         * wl-summary.el (wl-summary-sync): Treat no-sync.
2318
2319         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2320         (wl-default-sync-range): Ditto.
2321
2322 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-refile.el (wl-refile-subject-learn): Call
2325         `elmo-message-entity-field' with 3rd argument is non-nil.
2326         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2327         instead of `elmo-msgdb-overview-entity-get-subject'.
2328
2329 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2330
2331         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2332         scan-type is rescan.
2333         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2334         new optional argument force is non-nil.
2335         (wl-summary-save-view-cache): Call it with force argument non-nil.
2336
2337         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2338
2339 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2340
2341         * wl-action.el (wl-summary-print-argument): Fixed last change.
2342
2343 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2346         simplified.
2347         (wl-summary-target-mark-mark-as-unread): Likewise.
2348         (wl-summary-target-mark-mark-as-important): Likewise.
2349
2350 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2351
2352         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2353         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2354         (wl-summary-mark-as-important-region): Change accordingly.
2355         (wl-summary-target-mark-mark-as-important): Ditto.
2356
2357 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2358
2359         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2360
2361         * wl-action.el (wl-summary-print-argument): Print argument to
2362         right side of window if `wl-summary-print-argument-within-window'
2363         is non-nil.
2364
2365 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2366
2367         * wl-action.el (wl-summary-set-mark): Use
2368         `wl-summary-message-visible-p' to check visibility of the message
2369         and jump to message only when the message line is visible and have
2370         different number; Call wl-summary-unset-mark with number argument.
2371         (wl-summary-unset-mark): 
2372         Use `wl-summary-message-visible-p'
2373         to check visibility of the message and jump to message only when
2374         the message line is visible and have different number;
2375
2376 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377
2378         * Version number is increased to 2.11.7.
2379
2380         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2381         and wl-folder-summary-line-format.
2382
2383         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2384         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2385         (wl-summary-set-score-mark): Use it.
2386         (wl-summary-target-mark-mark-as-read): Ditto.
2387         (wl-summary-target-mark-mark-as-unread): Ditto.
2388         (wl-summary-target-mark-mark-as-important): Ditto.
2389         (wl-summary-target-mark-msgs): Simplified.
2390         (wl-summary-detect-mark-position): Fixed problem when
2391         summary-line-format no contain persisten/temp mark spec.
2392         (wl-summary-temp-mark): Ditto.
2393         (wl-summary-persistent-mark): Ditto.
2394         (wl-summary-update-persistent-mark): Ditto.
2395
2396         * wl-action.el (wl-summary-set-mark): Ditto.
2397         (wl-summary-unset-mark): Ditto.
2398         All other related portions are changed.
2399
2400 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2401
2402         * Version number is increased to 2.11.6.
2403
2404 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2405
2406         * wl-util.el (wl-current-message-buffer): Define as function;
2407         Don't use the value of wl-messge-buffer.
2408
2409         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2410         persistent mark.
2411
2412         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2413         no current message, cause an error.
2414
2415 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-summary.el (wl-summary-set-message-modified): Use
2418         elmo-folder-set-message-modified instead of
2419         elmo-folder-set-message-modified-internal.
2420
2421 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2422
2423         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2424         interactively.
2425         (wl-summary-sync): nokill->entirely.
2426         (wl-summary-sync-marks): Fixed message.
2427         (wl-summary-input-range): Added mark, nokill->entirely.
2428
2429         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2430         messages as read.
2431
2432 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2433
2434         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2435         update-noscore.
2436         (wl-summary-sync): Follow the change above.
2437
2438 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-action.el (wl-summary-target-mark-all): Use
2441         elmo-folder-list-messages.
2442
2443 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2444
2445         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2446         (wl-summary-rescan): Set wl-summary-scored as nil.
2447         (wl-summary-sync-force-update): Follow the change above.
2448         (wl-summary-sync): Ditto.
2449         (wl-summary-sync-update): Added argument disable-killed.
2450         (wl-summary-insert-headers): Set visible-only argument for
2451         elmo-folder-list-messages.
2452         (wl-summary-input-range): Added update-nokill, update-noscore,
2453         all-nokill, all-noscore and mark.
2454
2455         * Version number is increased to 2.11.5.
2456
2457         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2458
2459 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2460
2461         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2462         (wl-summary-prefetch-region-no-mark): Change accordingly.
2463         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2464
2465 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2466
2467         * wl-address.el (wl-complete-field-to): Abolished.
2468         (wl-complete-address): Completion function for completing-read.
2469         * wl-action.el (wl-summary-get-resend-address): Use it.
2470
2471         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2472         wl-summary-update-mark and abolish unused argument.
2473         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2474         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2475         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2476         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2477         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2478         * wl-draft.el (wl-draft-kill): Ditto.
2479
2480         * wl-summary.el: Remove unused binding of case-fold-search.
2481         (wl-summary-replace-status-marks): Abolished.
2482
2483 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2484
2485         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2486         is specified or folder length is zero.
2487
2488 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2489
2490         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2491         (wl-folder-archive-current-entity): Ditto.
2492
2493 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2494
2495         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2496         retrieving message mark.
2497         (wl-summary-redisplay-internal): Ditto.
2498
2499         * wl-message.el (wl-message-buffer-display): Ignore errors while
2500         retrieving message-id field.
2501
2502         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2503         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2504         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2505         order of the arguments for `wl-expire-message-p'.
2506         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2507
2508         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2509         Check return value of wl-summary-reply.
2510         (wl-summary-reply): Recover window configuration when an error occured.
2511
2512 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2513
2514         * wl-summary.el (wl-summary-resend-message): Abolished, the
2515         feature is inherited by wl-summary-resend (put resend mark).
2516
2517 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2520         wl-message-buffer to nil when the message is hide.
2521
2522 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2523
2524         * .cvsignore: New file.
2525
2526 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2527
2528         * wl-action.el (wl-summary-action-docstring): Add more info.
2529         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2530         duplicate definition.
2531         (wl-summary-define-mark-action): Functions wl-summary-*-region
2532         keep current position.
2533         (wl-summary-unregister-target-mark): Store result to the variable.
2534
2535 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2536
2537         * Version number is increased to 2.11.4.
2538
2539 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2542         wl-summary-delete-all-temp-marks.
2543         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2544
2545         * wl-action.el (wl-summary-set-mark): Changed terminology
2546         refile-destination -> action-argument.
2547         (wl-summary-unset-mark): Ditto.
2548         (wl-summary-remove-argument): Ditto.
2549         (wl-summary-print-argument): Ditto.
2550
2551         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2552         (wl-thread-remove-argument-region): Ditto.
2553         (wl-thread-print-argument-region): Ditto.
2554         (wl-thread-close): Ditto.
2555         (wl-thread-open): Ditto.
2556
2557         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2558         (wl-highlight-refile-destination-face is abolished)
2559         (wl-highlight-action-argument-string): Ditto.
2560         (wl-highlight-summary-current-line): Highlight action argument.
2561
2562         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2563         color for light backgrounds.
2564         (wl-highlight-summary-answered-face): Ditto.
2565
2566 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2567
2568         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2569
2570         * wl-score.el (wl-summary-score-update-all-lines): Use
2571         wl-summary-set-mark.
2572         (wl-summary-score-update-all-lines): Kill expunged messages.
2573
2574         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2575
2576 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2577
2578         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2579         directly.
2580         (wl-score-overview-entity-get-lines): Ditto.
2581         (wl-score-overview-entity-get-xref): Ditto.
2582         (wl-score-get-latest-msgs): Ditto.
2583         (wl-summary-rescore): Ditto.
2584
2585         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2586         to "&".
2587         (wl-summary-mark-as-answered-internal): New inline function.
2588         (wl-summary-mark-as-answered): New function.
2589         (wl-summary-mark-as-unanswered): Ditto.
2590         (wl-summary-sync-marks): Modified for answered-mark synching.
2591
2592 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-action.el (wl-summary-set-mark): Fixed last change.
2595
2596 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2597
2598         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2599         behavior of wl-summary-unread-message-hook
2600         (Pointed out by akira yamada <akira@arika.org>).
2601
2602 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2603
2604         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2605         wl-summary-delete.
2606         * wl-xmas.el (wl-summary-toolbar): Ditto.
2607
2608         * wl-action.el (wl-summary-set-mark): Don't override current
2609         temp-mark.
2610
2611         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2612
2613 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2614
2615         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2616         (wl-refile-msgid-learn): Ditto.
2617         (wl-refile-get-field-value): Ditto.
2618
2619         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2620
2621         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2622         (wl-expire-delete-reserved-messages): Renamed from
2623         wl-expire-reserve-marked-msgs-from-list.
2624         (wl-expire-delete): Removed argument `msgdb'.
2625         (wl-expire-refile): Ditto.
2626         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2627         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2628         mark-alist as argument.
2629         (wl-expire-archive-number1): Removed argument `msgdb'.
2630         (wl-expire-archive-number2): Ditto.
2631         (wl-expire-archive-date): Ditto.
2632         (wl-expire-localdir-date): Ditto.
2633         (wl-expire-hide): Ditto.
2634         (wl-archive-number1): Ditto.
2635         (wl-archive-number2): Ditto.
2636         (wl-archive-date): Ditto.
2637         (wl-archive-folder): Ditto.
2638         All other related portions are changed.
2639
2640 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2641
2642         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2643         mean move up and down. (suggested by Takashi Kawachi)
2644
2645 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2646
2647         * wl-acap.el (toplevel): Don't require un-define.
2648
2649 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2650
2651         * wl-thread.el (wl-thread-delete-message): Always update
2652         wl-summary-buffer-number-list.
2653
2654         * wl-action.el (wl-summary-print-destination): 
2655         Do nothing when folder is nil.
2656
2657 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2658
2659         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2660         persistent mark when prefetch is succeeded.
2661
2662 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2663
2664         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2665         instead of elmo-msgdb-delete-msgs.
2666         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2667         (wl-expire-hide): Ditto.
2668
2669         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2670
2671         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2672         elmo-msgdb interface.
2673         (wl-thread-get-exist-children): Likewise.
2674         (wl-thread-insert-message): Likewise.
2675         (wl-thread-msg-mark-as-important): Likewise.
2676         (wl-thread-insert-entity-sub): Likewise.
2677         (wl-thread-get-children-msgs-uncached): Likewise.
2678
2679         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2680         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2681         (wl-summary-sync-update): Likewise.
2682         (wl-summary-auto-select-msg-p): Likewise.
2683         (wl-summary-update-thread): Likewise.
2684         (wl-summary-mark-as-important): Likewise.
2685         (wl-summary-jump-to-msg-internal): Likewise.
2686         (wl-summary-redisplay-internal): Likewise.
2687         (wl-summary-print-message-with-ps-print): Likewise.
2688         (wl-summary-folder-info-update): Likewise.
2689
2690         * wl-folder.el (wl-folder-check-one-entity):
2691         elmo-folder-count-flags instead of wl-summary-count-unread.
2692
2693         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2694
2695         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2696
2697         * wl-summary.el (wl-summary-set-message-modified): 
2698         Call wl-summary-set-mark-modified.
2699         (wl-summary-delete-messages-on-buffer): Call
2700         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2701         (wl-summary-sync-update): Call elmo-folder-length instead of
2702         elmo-folder-messages.
2703         (wl-summary-insert-headers): Don't call
2704         elmo-folder-list-message-entities.
2705
2706 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * wl-action.el (wl-summary-define-mark-action): Call
2709         `wl-summary-set-mark' with argument `data'.
2710         (wl-summary-auto-refile): Fixed order of arguments when call
2711         `wl-summary-refile'.
2712
2713 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2716
2717         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2718
2719         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2720         (Renamed from wl-highlight-summary-deleted-face).
2721         (wl-highlight-summary-resend-face): New face.
2722
2723         (wl-highlight-summary-deleted-face): Renamed from
2724         wl-highlight-summary-erased-face.
2725
2726         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2727
2728         * wl-action.el (wl-summary-get-resend-address): New function.
2729         (wl-summary-exec-action-resend): Ditto.
2730         (wl-summary-exec-action-resend-subr): Ditto.
2731
2732         * w-thread.el (wl-thread-copy): Removed definition.
2733         (wl-thread-refile): Ditto.
2734         (wl-thread-delete): Ditto.
2735         (wl-thread-target-mark): Ditto.
2736
2737         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2738         (wl-summary-target-mark-set-action): Fixed.
2739         (wl-summary-define-mark-action): Fixed quotation.
2740         (wl-summary-move-mark-list-messages): Display message.
2741         (wl-summary-define-mark-action): Define thread functions.
2742         (wl-summary-exec-action-refile): Changed message.
2743         (wl-summary-exec): Ditto.
2744
2745 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2746         
2747         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2748         '%%'.
2749
2750 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl.el (toplevel): Require wl-action.
2753         (wl-init): Call wl-summary-define-mark-action.
2754
2755         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2756
2757         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2758         wl-summary-delete and wl-summary-erase.
2759         (wl-summary-mode-map): Ditto.
2760
2761         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2762         wl-delete-folder-alist.
2763
2764         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2765         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2766         (toplevel): Moved mark & action related functions to the wl-action.el.
2767
2768         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2769         in wl-summary-mark-action-list.
2770         (wl-highlight-summary-current-line): Ditto.
2771
2772         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2773         empty lines.
2774
2775         * wl-action.el: New file. 
2776
2777 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * wl-summary.el (wl-summary-target-mark-replace): New function.
2780         (wl-summary-target-mark-prefetch): Use it.
2781         (wl-summary-target-mark-delete): Ditto.
2782         (toplevel): Rearranged definition order.
2783         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2784         (wl-summary-target-mark-erase): Rewrite.
2785         (wl-summary-erase-region): New function.
2786         (wl-summary-exec-action-erase): Changed message.
2787         (wl-summary-move-mark-list-messages): New function.
2788         (wl-summary-exec-action-delete): Use it.
2789         (wl-summary-exec-action-erase): Ditto.
2790
2791         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2792         (wl-summary-skip-mark-list): Added "d".
2793
2794         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2795         while searching.
2796
2797         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2798         and define using defcustom;
2799         Define 4th element as a face.
2800         
2801         * wl-summary.el (wl-summary-incorporate): Use 
2802         `wl-summary-prefetch-region-no-mark' instead of
2803         `wl-summary-prefetch-region'.
2804         (wl-summary-prefetch-region-no-mark): Revival of old
2805         `wl-summary-prefetch-region'.
2806         (wl-summary-mark-action-list): Moved to wl-vars.el
2807
2808         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2809         face according to the `wl-summary-mark-action-list'.
2810         (wl-highlight-summary-current-line): Ditto;
2811         Removed destination highlighting.
2812
2813         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2814         (wl-highlight-summary-line-string): Highlight for "i" mark.
2815         (wl-highlight-summary-current-line): Ditto.
2816
2817         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2818         no destination.
2819
2820         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2821         exists, just go ahead.
2822         (wl-summary-prefetch-region): Rewrite.
2823         (wl-summary-prefetch): Ditto.
2824         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2825         (wl-summary-exec-action-prefetch): New function.
2826         (wl-summary-target-mark-prefetch): Rewrite.
2827
2828 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2831         (wl-highlight-summary-line-string): Added "d" and "D".
2832         (wl-highlight-summary-current-line): Ditto.
2833
2834         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2835         in wl-summary.el.
2836         (wl-thread-insert-entity-sub): Ditto.
2837         (wl-thread-remove-destination-region): Ditto.
2838         (wl-thread-print-destination-region): Ditto.
2839
2840         * wl-summary.el (wl-summary-buffer-refile-list,
2841         wl-summary-buffer-delete-list,
2842         wl-summary-buffer-copy-list): Abolish.
2843         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2844         All other related portions are changed.
2845         (wl-summary-mark-action-list): New variable.
2846         (wl-summary-set-mark): New function.
2847         (wl-summary-register-target-mark): Ditto.
2848         (wl-summary-unregister-target-mark): Ditto.
2849         (wl-summary-have-target-mark-p): Ditto.
2850         (wl-summary-register-temp-mark): Ditto.
2851         (wl-summary-unregister-temp-mark): Ditto.
2852         (wl-summary-registered-temp-mark): Ditto.
2853         (wl-summary-collect-temp-mark): Ditto.
2854         (wl-summary-unset-mark): Ditto.
2855         (wl-summary-set-target-mark): Ditto.
2856         (wl-summary-unset-target-mark): Ditto.
2857         (wl-summary-set-action-generic): Ditto.
2858         (wl-summary-unset-action-generic): Ditto.
2859         (wl-summary-exec-action-delete): Ditto.
2860         (wl-summary-exec-action-erase): Ditto.
2861         (wl-summary-set-action-refile): Ditto.
2862         (wl-summary-set-action-refile-subr): Ditto.
2863         (wl-summary-unset-action-refile): Ditto.
2864         (wl-summary-make-destination-numbers-list): Ditto.
2865         (wl-summary-exec-action-refile): Ditto.
2866         (wl-summary-set-action-copy): Ditto.
2867         (wl-summary-unset-action-copy): Ditto.
2868         (wl-summary-exec-action-copy): Ditto.
2869         (wl-summary-collect-numbers-region): Ditto.
2870         (wl-summary-delete): Rewrite.
2871         (wl-summary-erase): Ditto.
2872         (wl-summary-remove-destination): Ditto.
2873         (wl-summary-exec): Ditto.
2874         (wl-summary-exec-region): Ditto.
2875         (wl-summary-target-mark-erase): Ditto.
2876         (wl-summary-refile): Ditto.
2877         (wl-summary-copy): Ditto.
2878         (wl-summary-unmark): Ditto.
2879         (wl-summary-delete-all-mark): Ditto.
2880         (wl-summary-mark-line): Don't highlight.
2881         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2882         (wl-summary-target-mark-refile-subr): Rewrite.
2883
2884         (wl-summary-copy-prev-destination): Abolish.
2885
2886 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2887
2888         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2889         default values along the value of wl-on-mule.
2890         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2891         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2892         It is not used anywhere.
2893
2894 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2895
2896         * wl-summary.el (wl-summary-print-destination): Keep position.
2897         (wl-summary-cursor-move-surface): Keep horizontal position.
2898
2899 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2900
2901         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2902         write sendlog.
2903
2904 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2905
2906         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2907         `wl-summary-highlight'.
2908
2909 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2910
2911         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2912         trivial condition for temp-mark.
2913
2914 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2915
2916         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2917         when it hits killed buffer.
2918
2919 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2920
2921         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2922         * wl-news.el.in: `message' and `error' take format string.
2923
2924 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2925
2926         * wl-folder (wl-folder-insert-entity): Display a message,
2927         `...done', when the work finish.
2928         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2929
2930 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * wl-message.el (wl-message-redisplay): Remove unused local
2933         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2934
2935 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2936
2937         * wl-summary.el (wl-summary-replace-status-marks): Disable
2938         interactive use.
2939         (wl-summary-reedit): Check message existence at first.
2940         (wl-summary-mark-line): Fix doc, return value is indefinite.
2941
2942         * wl-highlight.el (wl-highlight-message): Arranged.
2943
2944         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2945         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2946         check temp-mark by wl-summary-temp-mark always.
2947         (wl-highlight-summary): Change accordingly.
2948         * wl-summary.el (wl-summary-mark-as-read-all)
2949         (wl-summary-delete-cache, wl-summary-set-score-mark)
2950         (wl-summary-mark-as-unread, wl-summary-unmark)
2951         (wl-summary-mark-line, wl-summary-mark-as-read)
2952         (wl-summary-mark-as-important): Ditto.
2953
2954         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2955         end of the window if possible.
2956         * wl-summary.el (wl-summary-sync-update): Support lazy
2957         highlighting.
2958         (wl-summary-toggle-disp-msg): Ditto.
2959
2960 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2961
2962         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2963
2964 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2965
2966         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2967         change.
2968
2969 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2970
2971         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2972         API.
2973         (wl-summary-sync-update): Ditto.
2974
2975         * wl-score.el (wl-score-get-score-alist): Changed argument.
2976         (wl-summary-rescore-msgs): Likewise.
2977         (wl-summary-score-headers): Likewise.
2978         (wl-score-headers): Likewise;
2979         Use elmo-folder-do-each-message-entity, etc.
2980         (wl-summary-score-effect): Follow the changes above.
2981         (wl-summary-rescore): Ditto.
2982         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2983         (wl-score-get-overview): Abolish.
2984
2985         * wl-summary.el (wl-summary-default-from): Follow the API change in
2986         elmo-msgdb.
2987         (wl-summary-count-unread): Ditto.
2988         (wl-summary-detect-mark-position): Ditto.
2989         (wl-summary-overview-entity-compare-by-date): Ditto.
2990         (wl-summary-overview-entity-compare-by-number): Ditto.
2991         (wl-summary-overview-entity-compare-by-from): Ditto.
2992         (wl-summary-overview-entity-compare-by-subject): Ditto.
2993         (wl-summary-get-list-info): Ditto.
2994         (wl-summary-rescan): Ditto.
2995         (wl-summary-jump-to-msg-by-message-id): Ditto.
2996         (wl-summary-sync-update): Ditto; Removed comment.
2997         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2998         (wl-summary-insert-message): Use wl-summary-insert
2999         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3000         (wl-summary-insert-headers): Changed argument overview to folder.
3001         (wl-summary-search-by-subject): Likewise.
3002         (wl-summary-insert-thread): Renamed from 
3003         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3004
3005         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3006         too.
3007
3008         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3009         wl-string-member.
3010
3011 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3012
3013         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3014         elmo-folder-append-buffer.
3015         (wl-draft-queue-append): Likewise.
3016
3017         * wl-mime.el (wl-message-delete-current-part): Ditto.
3018         (wl-summary-burst-subr): Ditto.
3019
3020         * wl-news.el.in (wl-news-send-news): Ditto.
3021
3022 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3023
3024         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3025         function.
3026         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3027         (wl-summary-update-mark): Enclose with save-excursion.
3028         (wl-summary-mark-as-read-internal): Fixed last change.
3029         (wl-summary-mark-as-important): Use 3rd argument of
3030         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3031         Don't use elmo-msgdb-set-mark.
3032         (wl-summary-redisplay-internal): If msgdb flag is already read,
3033         just update the mark on buffer.
3034
3035 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3036
3037         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3038         cut visible folder when elmo-folder-delete returns non-nil value.
3039
3040 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3041
3042         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3043         by Kenichi OKADA <okada@opaopa.org>).
3044
3045 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3046
3047         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3048
3049 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3050
3051         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3052         Fixed the last change, search group entity by its real name.
3053         (Thanks to: KOBAYASHI Shinji)
3054
3055 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3056
3057         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3058         (wl-fldmgr-access-display-all): Don't refer visible name.
3059         * wl-expire.el (wl-folder-archive-current-entity)
3060         (wl-folder-expire-current-entity): Ditto.
3061         * wl-folder.el (wl-folder-jump-to-current-entity)
3062         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3063         (wl-folder-open-folder-sub,wl-folder-open-all)
3064         (wl-folder-write-current-folder): Ditto.
3065         (wl-folder-insert-entity): Don't use petname for normal group.
3066         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3067         is the real name.
3068         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3069         Abolished.
3070
3071 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3072
3073         * wl-draft.el (wl-draft-create-buffer): Add
3074         `wl-summary-reply-with-citation'
3075
3076 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3077
3078         * wl-draft.el (wl-draft-reply): Fixed.
3079
3080 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3081
3082         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3083         when `wl-draft-send-confirm-with-preview' is non-nil.
3084         You can scroll up/down by j/k.
3085         (wl-draft-send-confirm-with-preview): New variable (default=t).
3086
3087 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3088
3089         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3090         (wl-fldmgr-save-folders): Fix comment.
3091
3092 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3093
3094         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3095         along the last change in `wl-folder-buffer-group-p'.
3096
3097 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3100         folder.
3101
3102         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3103         the default value.
3104
3105         * wl-mime.el (wl-summary-burst): Update summary only when target
3106         folder equals current folder.
3107
3108 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3111
3112 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3113
3114         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3115         value.
3116
3117 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3120         `map-extents' instead of `extent-at' repeatedly.
3121         (wl-highlight-folder-current-line): Ditto.
3122
3123         * wl-highlight.el: Remove useless dummy functions.
3124
3125 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3126
3127         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3128         (wl-folder-put-folder-property): New function to put text property.
3129         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3130         (wl-folder-insert-entity, wl-folder-update-diff-line)
3131         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3132         * wl-e21.el, wl-xmas.el, wl-mule.el
3133         (wl-highlight-folder-current-line): Ditto.
3134         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3135         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3136         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3137         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3138
3139 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * Version number is increased to 2.11.3.
3142
3143 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3144
3145         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3146         Resume current-buffer since it is assumed by remaining tasks.
3147
3148 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3149
3150         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3151         (wl-folder-completion-function): Abolished.
3152         (wl-folder-complete-folder): New function.
3153         (wl-folder-complete-filter-condition): Ditto.
3154         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3155         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3156
3157 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3158
3159         * wl-draft.el (wl-draft-send-confirm): New function.
3160         (wl-draft-send): Use it.
3161
3162         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3163         cursor-in-echo-area while confirming.
3164
3165         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3166
3167         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3168         searching via nntp if wl-summary-search-via-nntp is 'force.
3169         Otherwise, invoke searching in nntp folder only.
3170         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3171
3172         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3173         explicitly for mime-make-text-tag.
3174
3175 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3176
3177         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3178         `mime-make-text-tag' instead of `mime-create-tag'.
3179
3180 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3181
3182         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3183         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3184
3185 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3186
3187         * wl-score.el (wl-score-save): Bind print-length and print-level.
3188         (wl-score-pretty-print): Ditto.
3189         (wl-score-edit-insert-header-entry): Ditto.
3190
3191         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3192         "From" entry to be treated with wl-draft-eword-encode-address-list.
3193         * wl-mime.el (wl-draft-preview-message): Ditto.
3194
3195         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3196         (wl-summary-mark-as-unread): Ditto.
3197         (wl-summary-mark-as-read-region): Change accordingly.
3198         (wl-summary-mark-as-unread-region): Ditto.
3199         (wl-summary-target-mark-mark-as-read): Ditto.
3200         (wl-summary-target-mark-mark-as-unread): Ditto.
3201
3202 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * Version number is increased to 2.11.2.
3205
3206 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3207
3208         * wl-news.el.in (wl-news-previous-version-save): Bind
3209         print-length and print-level.
3210         * wl-thread.el (wl-thread-save-entities): Ditto.
3211         (wl-thread-save-top-list): Bind print-length.
3212
3213 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3214
3215         * wl-highlight.el (wl-highlight-summary-line-string): Use
3216         wl-summary-score-below-mark, wl-summary-score-over-mark.
3217         (wl-highlight-summary-current-line): Ditto.
3218
3219 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3220
3221         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3222         insert it.
3223
3224 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3225
3226         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3227
3228 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3229
3230         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3231         message without msgid.
3232         Rewrite with elmo-folder-move-messages.
3233         Set wl-message-buffer to nil.
3234
3235         * wl-summary.el (wl-summary-erase-subr): New function. Use
3236         elmo-folder-move-messages.
3237         (wl-summary-erase): Call it.
3238         (wl-summary-target-mark-erase): Ditto.
3239
3240 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3241
3242         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3243         it is not up-tp-date.
3244
3245 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3246
3247         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3248         buffer after calling `wl-summary-goto-folder-subr' without the
3249         argument `interactive'.
3250         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3251
3252 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3253
3254         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3255         `mime-create-tag'. Use `string=' instead of `looking-at'.
3256
3257 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3258
3259         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3260         to avoid compile warning.
3261
3262         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3263         entity-id when folder is given.
3264         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3265         save-excursion, use save-selected-window instead.
3266         Select folder buffer window if exists.
3267         (To correct behavior with wl-folder-move-cur-folder.)
3268
3269 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3270
3271         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3272
3273 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3274
3275         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3276         list-count instead of %d.
3277
3278 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3279
3280         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3281         (wl-news): Set it.
3282         (wl-news-append-to-folder): Use it.
3283
3284         * wl-news.el.in (wl-news-send-news): Append to specified folder
3285         instead of wl-default-folder.
3286         (wl-news-append-to-folder): Show error message with specified folder.
3287
3288         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3289                 In most major modes, Emacs assumes that any opening
3290                 delimiter found at the left margin is the start of a
3291                 top-level definition, or defun. Therefore, *never put an
3292                 opening delimiter at the left margin unless it should have
3293                 that significance.*
3294
3295         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3296
3297 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3298
3299         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3300
3301 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3302
3303         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3304
3305 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3306
3307         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3308         for sequential numbering case.
3309
3310 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3311
3312         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3313         value.
3314         (wl-draft-reply-without-argument-list): Ditto.
3315         (wl-draft-reply-myself-with-argument-list): Abolish.
3316         (wl-draft-reply-myself-without-argument-list): Ditto.
3317         * wl-draft.el (wl-draft-self-reply-p): New function.
3318         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3319
3320 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3323         (avoid error for the case without byte-compiling)
3324
3325 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3326
3327         * wl-news.el.in (wl-news-append-to-folder): New function.
3328         (wl-news-exit): Rewrite.
3329         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3330
3331 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3332
3333         * wl-draft.el (wl-draft-reply-position): New function.
3334         (wl-draft-reply-position): Fix.
3335         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3336         (wl-summary-target-mark-reply-with-citation): Ditto.
3337         (wl-summary-reply-with-citation): Ditto.
3338         * wl-vars.el (wl-draft-reply-default-position): New variable.
3339
3340 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3341
3342         * wl-draft.el (wl-draft-send): Preview when interactive send.
3343
3344 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3345
3346         * wl-draft.el (wl-draft-reply): Set default position.
3347         * wl-summary.el (wl-summary-reply): Ditto.
3348         (wl-summary-reply-with-citation): Ditto.
3349         (wl-summary-target-mark-reply-with-citation): Ditto.
3350
3351 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3352
3353         * wl-news.el.in (wl-news-lang): Set default value according to
3354         current-language-environment.
3355         (wl-news-append-news): Do nothing when news-list is nil.
3356
3357 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3358
3359         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3360         (wl-news): Change message.
3361         (wl-news-exit): Check buffer.
3362         (wl-news-force-exit): New function.
3363         (wl-news-show-all): New function.
3364         (wl-news-discard-and-exit): Fix.
3365
3366 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3369         according to current-language-environment.
3370
3371         * wl-news.el.in (wl-news): If arg, show all NEWS after
3372         wl-news-default-previous-version.
3373
3374 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3375
3376         * wl-news.el.in (wl-news-check): Rewritten.
3377         (wl-news-previous-version-load): Change data type.
3378         (wl-news-previous-version-save): Change data type.
3379         (wl-news-append-news): Add return value.
3380         (wl-news-check-news): New function.
3381         (wl-news-already-current-p): New function.
3382         (wl-news-send-news): Rewritten.
3383         (wl-news-mode-map): Add new keybind.
3384         (wl-news): Rewritten.
3385         (wl-news-exit): Rewritten.
3386         (wl-news-discard-and-mail): New function.
3387         (wl-news-send-to-address): Abolished.
3388         * wl.el (wl-init): Delete a message.
3389
3390 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3391
3392         * wl-news.el.in (wl-news-exit): Update previous version.
3393         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3394
3395 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3396
3397         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3398
3399 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3400
3401         * wl-news.el.in (wl-news): New function.
3402         (wl-news-mode): New function.
3403         (wl-news-next-line): New function.
3404         (wl-news-next-page): New function.
3405         (wl-news-exit): New function.
3406         (wl-news-buf-name): New variable.
3407         (wl-news-mode-map): New variable.
3408         (wl-news-winconf): New variable.
3409         (wl-news-append-news): Add an option.
3410
3411 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3412
3413         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3414
3415 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3416
3417         * wl-news.el.in (wl-news-send-to-address): New variable.
3418         (wl-news-send-news): Use it.
3419         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3420         Return updating status.
3421         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3422
3423 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3424
3425         * wl-news.el.in (wl-news-send-news): Delete
3426         Organization and X-Face.
3427
3428 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3429
3430         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3431         (wl-news-append-news): New function.
3432         (wl-news-send-news): New function.
3433
3434 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3435
3436         * Version number is increased to 2.11.1.
3437
3438 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3439
3440         * wl-news.el.in : New file.
3441
3442 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3443
3444         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3445         default value.
3446         (wl-draft-reply-without-argument-list): Ditto.
3447
3448 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3449
3450         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3451         (wl-message-buffer-prefetch-idle-time): Ditto.
3452         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3453
3454 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-thread.el (wl-thread-insert-message): Use
3457         wl-summary-max-thread-depth.
3458
3459         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3460         loop detection.
3461
3462         * wl-message.el (wl-message-buffer-display): Back to the first page
3463         when cache is hit.
3464
3465 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3468
3469         * wl-summary.el (wl-summary-insert-thread-entity):
3470         If the thread depth is reached to wl-summary-max-thread-depth,
3471         divide the thread.
3472
3473 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3474
3475         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3476         for elmo-remove-passwd.
3477
3478 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3479
3480         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3481         folder is sticky.
3482         (wl-folder-mark-as-read-all-entity): Ditto.
3483         (wl-folder-prefetch-entity): Ditto.
3484
3485 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3486
3487         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3488
3489 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3490
3491         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3492         Delete messages on buffer for unplugged operation.
3493         (wl-summary-erase): Ditto.
3494
3495 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3496
3497         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3498         take nil so as not to search parent by subject.
3499
3500 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3503         (wl-folder-get-next-folder): Ditto.
3504         (wl-folder-get-path): Ditto.
3505
3506 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3507
3508         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3509         system and encode the region with it before verifying.
3510
3511 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3514         system of the echo buffer before decoding.
3515
3516 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3517
3518         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3519         original contents.
3520
3521 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3522
3523         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3524         with argument 'any-exists.
3525
3526 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3527
3528         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3529         Use `wl-cs-autoconv'.
3530
3531 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3532
3533         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3534         by `mime-view-automatic-conversion'.
3535
3536         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3537         (wl-message-verify-pgp-nonmime): Ditto.
3538         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3539         Bind them to C-c:d and C-c:v respectively.
3540
3541         Merge following code by Teranishi-san from [wl-en:00167].
3542         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3543         (wl-mime-preview-application/pgp-encrypted): Ditto.
3544         (wl-mime-setup): Add entry.
3545
3546 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-summary.el (wl-summary-target-mark-erase): New function.
3549         Bind it to "mD".
3550
3551 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * wl-vars.el (wl-draft-write-file-function): Fix.
3554         (wl-draft-reedit-hook): Changed default value.
3555
3556         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3557         wl-draft-reedit-hook.
3558         (wl-draft-remove-text-plain-tag): New function.
3559         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3560
3561         * wl-vars.el (wl-draft-write-file-function): New user option.
3562
3563         * wl-draft.el (wl-draft-prepare-edit): Use it for
3564         local-write-file-hooks.
3565         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3566
3567         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3568         (wl-draft-insert-mail-header-separator): Return the body beginning
3569         point.
3570         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3571         text/plain.
3572         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3573
3574 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3575
3576         * wl-summary.el (wl-summary-erase): New function to erase message
3577         without moving it to trash. Bind to "D".
3578
3579         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3580         as `keep' unless switch-function.
3581
3582 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3583
3584         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3585         message buffer by using `wl-summary-toggle-disp-msg'.
3586         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3587         buffer window.
3588         (wl-summary-supresedes-message): Ditto.
3589
3590         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3591         Do not delete other windows.
3592         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3593         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3594         (wl-draft-create-buffer): Set reply-or-forward also for target
3595         mark commands.
3596
3597 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-draft.el (wl-user-agent-compose): Delete special case for
3600         switch-to-buffer-other-window.
3601
3602         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3603         (wl-summary-forward): Ditto.
3604
3605         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3606         function.
3607         (wl-draft-buffer-style): New use option.
3608
3609         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3610         (wl-draft): Follow the change above.
3611         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3612         wl-draft-buffer-style.
3613         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3614         switch-function.
3615
3616 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3617
3618         * wl-address.el (wl-address-make-completion-entry): Extracted from
3619         `wl-address-make-completion-list'.
3620         (wl-address-enable-strict-loading): New variable.
3621         (wl-address-make-completion-list): Revive petname duplication
3622         inquiry, and enable it if `wl-address-enable-strict-loading'.
3623         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3624
3625 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3626
3627         * wl-message.el (wl-message-get-original-buffer): Avoid
3628         'Selecting deleted buffer' error when original buffer is killed.
3629
3630 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3631
3632         * wl-summary.el (wl-summary-next-message): Use
3633         elmo-message-accessible-p instead of elmo-message-cached-p.
3634
3635 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3636
3637         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3638
3639         * wl-thread.el (wl-thread-open-all-unread): Use
3640         elmo-folder-list-flagged instead of
3641         elmo-folder-list-messages-mark-match.
3642
3643         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3644         instead of elmo-folder-list-messages-mark-match.
3645         (wl-summary-move-spec-alist): New variable.
3646         (wl-summary-move-spec-plugged-alist,
3647         wl-summary-move-spec-unplugged-alist): Abolish.
3648         (wl-summary-next-message): Follow the change above.
3649         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3650         with 'no-msg' argument.
3651
3652         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3653         variable.
3654         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3655         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3656         (wl-message-buffer-prefetch-get-next): Follow the change above.
3657
3658 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3659
3660         * wl-version.el (wl-version): Changed codename.
3661
3662         * Version number is increased to 2.11.0.
3663
3664 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3665
3666         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3667         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3668         `wl-draft-config-variables'.
3669         (wl-draft-kill): Fixed problem when the draft is reedit.
3670
3671 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3672
3673         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3674         buffer-modified status (Thanks to
3675         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3676
3677 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-util.el (wl-region-exists-p): New function.
3680
3681         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3682         Remove defvars for byte-compile warnings.
3683
3684 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3687         defvar-maybe. Removed unused bind.
3688
3689 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3692         summary buffer window before creating new frame.
3693         (wl-draft-reply): Ditto.
3694
3695 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3696
3697         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3698
3699 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3700
3701         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3702
3703 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3704
3705         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3706         instead of `kill-region'.
3707
3708 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3711         (wl-highlight-summary-line-string): Use it.
3712         (wl-highlight-summary-current-line): Ditto.
3713
3714         * wl-mime.el (wl-message-delete-current-part): Check the class of
3715         mime-entity.
3716
3717         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3718
3719         * wl-summary.el (wl-summary-make-number-list): Initialize.
3720         (wl-summary-update-mark): New function.
3721         (wl-summary-reply): Put `answered' mark on the message.
3722         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3723
3724         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3725         (wl-draft-reply): Added optional argument `number';
3726         Set wl-draft-parent-number.
3727         (wl-draft-kill): Delete answered mark if it is a reply.
3728
3729 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3730
3731         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3732         that originates in mime-preview-follow-current-entity.
3733         (wl-draft-yank-current-message-entity): Use it if region is active.
3734
3735         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3736         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3737         `wl-message-delete-current-part'.
3738         * wl-mule.el (wl-message-define-keymap): Ditto.
3739         * wl-xmas.el (wl-message-define-keymap): Ditto.
3740
3741 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3742
3743         * wl-mime.el (wl-message-delete-current-part): New function.
3744         (wl-mime-node-id-to-string): Ditto.
3745
3746         * wl-mime.el (wl-message-delete-current-part): Use existing
3747         original buffer which corresponds current mime-view buffer.
3748         (fetched buffer might have different structure, possibly)
3749
3750         * wl-mime.el (wl-message-delete-current-part): Quit if the
3751         message content differs from the actual message.
3752
3753 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3756         order.
3757         (wl-summary-search-by-subject): Search parent message from tail;
3758         Check the existence of the parent message on the current thread tree.
3759         (wl-summary-update-thread): Check whether the line is inserted.
3760
3761 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3762
3763         * wl-vars.el (wl-summary-line-format): Undo last change.
3764         * wl-summary.el (wl-summary-print-destination): Do not put
3765         invisible property when `wl-summary-width' is nil.
3766         (wl-summary-line-subject-minimum-length): Abolished.
3767         (wl-summary-line-subject): Ditto.
3768
3769 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-vars.el (wl-summary-line-format): Change default value.
3772         (wl-summary-subject-length-limit): Abolished.
3773         * wl-summary.el (wl-summary-line-subject): Ditto.
3774
3775 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3776
3777         * wl-template.el (wl-template-select): Added optional argument.
3778         If optional argument is specified, reverse
3779         `wl-template-visible-select'.
3780
3781 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3784         Take prefix argument to force asking the destination folder.
3785
3786 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3787
3788         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3789         count and update status.
3790
3791 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3792
3793         * wl-summary.el (wl-summary-redisplay-internal): If
3794         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3795         after fetching.
3796
3797 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3798
3799         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3800         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3801
3802         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3803
3804 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3805
3806         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3807         (All other related portions are changed).
3808         (wl-summary-mark-as-read-all): Rewrite.
3809
3810 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3811
3812         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3813         `wl-summary-mark-as-read'.
3814         (wl-summary-mark-as-unread): Rewrite.
3815         (wl-summary-mark-as-read): Added no-modeline argument.
3816         (wl-summary-resume-cache-status): Rewrite.
3817         (wl-summary-exec-subr): Remove unused local variable.
3818
3819 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3820
3821         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3822         logic to call `wl-summary-buffer-prev-folder-function'.
3823         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3824
3825 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3828         is nil.
3829
3830 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3831
3832         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3833         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3834         (wl-mime-setup): Add its entry.
3835
3836 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3837
3838         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3839         (wl-summary-delete-cache): Likewise.
3840         (wl-summary-mark-as-read): Rewrite.
3841
3842 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3843
3844         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3845         `wl-summary-count-unread'.
3846
3847         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3848
3849         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3850
3851 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3852
3853         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3854         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3855         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3856         Renamed to the elmo-msgdb-*-mark.
3857         (wl-summary-score-marks): Follow the change above.
3858         (wl-summary-auto-refile-skip-marks): Ditto.
3859         (wl-summary-incorporate-marks): Ditto.
3860         (wl-summary-expire-reserve-marks): Ditto.
3861
3862         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3863         changes.
3864         (wl-thread-insert-top): Changed updating message.
3865
3866         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3867         variable.
3868         (wl-summary-count-unread): Count answered marks.
3869         (wl-summary-rescan): Call wl-summary-insert-message instead of
3870         wl-summary-append-message-func-internal.
3871         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3872         (wl-summary-prefetch-msg): Follow the variable name changes.
3873         (wl-summary-prefetch-region): Ditto.
3874         (wl-summary-mark-as-read-all): Follow the API changes;
3875         Don't call elmo-folder-replace-marks.
3876         (wl-summary-delete-cache): Follow the variable name changes.
3877         (wl-summary-resume-cache-status): Ditto.
3878         (wl-summary-update-status-marks): New function.
3879         (wl-summary-insert-message): New function.
3880         (wl-summary-sync-marks): Follow the variable name changes.
3881         (wl-summary-sync-update): Synchronize to the msgdb, too;
3882         Changed update messages.
3883         (wl-summary-make-number-list): Rewrite.
3884         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3885         (wl-summary-mark-as-unread): Follow the API changes.
3886         (wl-summary-exec-subr): Follow the variable name changes.
3887         (wl-summary-mark-as-read): Ditto.
3888         (wl-summary-move-spec-plugged-alist): Ditto.
3889         (wl-summary-move-spec-unplugged-alist): Ditto.
3890         (wl-summary-cursor-move-surface): Ditto.
3891
3892         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3893         variable name changes.
3894         (wl-highlight-summary-current-line): Ditto.
3895
3896         * wl-expire.el (wl-expire-refile): Follow the API change in
3897         elmo-folder-move-messages.
3898         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3899         (wl-summary-archive): Use elmo-folder-msgdb instead of
3900         elmo-msgdb-load.
3901
3902 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3903
3904         * wl-mime.el (wl-draft-preview-message): Restore the position
3905         before evaluating wl-draft-send-hook in preview buffer.
3906
3907 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3908
3909         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3910         when it creates new draft buffer.
3911
3912         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3913         without argument.
3914
3915         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3916         Evaluate content and if the value is string, insert it.
3917         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3918         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3919         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3920         wl-draft-config-sub-part-bottom): Use it.
3921
3922         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3923         with the folder name. The question was unintelligible when it is
3924         called from wl-save-status.
3925
3926 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3927
3928         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3929         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3930         cannot take second argument).
3931
3932 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3935         as t. Since type and subtype are not case sensitive (RFC 2045).
3936
3937 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3938
3939         * wl-vars.el (wl-message-mode-line-format): New variable.
3940         (wl-message-mode-line-format-spec-alist): Ditto.
3941         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3942         (wl-message-redisplay): Use wl-message-mode-line-format.
3943
3944 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3945
3946         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3947
3948 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-summary.el (wl-summary-default-from): Write description.
3951
3952 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-vars.el (wl-ldap-objectclass): Abolish.
3955
3956         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3957         (wl-ldap-make-filter): Removed condition for objectclass.
3958         (wl-ldap-make-matched-value-list): Remove meaningless process.
3959         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3960         (wl-address-ldap-search): Don't add `*' to `pat' string;
3961         use ignore-errors; added `email';
3962         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3963         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3964         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3965
3966
3967 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3968
3969         * wl-draft.el (wl-draft-parent-folder): Write description.
3970         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3971
3972 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3975         as "" (zero-length string) if no parent.
3976         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3977
3978 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-address.el (wl-address-make-completion-list): Skip duplication
3981         checking.
3982         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3983         `append'.
3984
3985 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3986
3987         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3988         instead of `beginning-of-buffer'.
3989
3990 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3993
3994 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3995
3996         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3997         Refer wl-message-buffer-name.
3998         (wl-message-wheel-down): Ditto.
3999
4000 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4001
4002         * wl-vars.el (wl-message-buffer-name): New user option.
4003
4004         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4005         directly instead of making alist dinamically.
4006
4007         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4008         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4009         wl-message-buffer-cache-name.
4010         (wl-message-buffer-cache-clean-up): Ditto.
4011
4012         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4013
4014         * Version number is increased to 2.9.15.
4015
4016 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-vars.el (wl-summary-default-view-alist): New user option.
4019
4020         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4021
4022         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4023         while deleting address.
4024         (wl-draft-delete-myself-from-cc): Ditto.
4025
4026         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4027         If optional argument is specified, reverse sort order.
4028
4029         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4030
4031 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4032
4033         * wl-thread.el (wl-thread-insert-message): Return parent number if
4034         exists.
4035         (wl-thread-update-indent-string-region): Use
4036         wl-thread-update-line-on-buffer-sub instead of
4037         wl-thread-update-line-on-buffer.
4038
4039 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4040
4041         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4042         (wl-folder-close-all): Ditto.
4043
4044 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4045
4046         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4047         and mailing-list:.
4048         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4049         value.
4050         (wl-summary-line-list-info): Print mailing-list name even when 
4051         list-number is empty.
4052
4053 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4054
4055         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4056
4057         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4058         (wl-draft-open-file): Ditto.
4059         (wl-draft-random-alphabet): Ditto.
4060
4061         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4062         bindings.
4063
4064 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4067         * wl-vars.el (wl-draft-config-alist): Ditto.
4068
4069 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4070
4071         * Version number is increased to 2.9.14.
4072
4073         * wl.el (wl): Don't set wl-init as nil when error occured while
4074         auto-checking folders.
4075
4076         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4077         `elmo-expand-newtext'.
4078
4079 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4080
4081         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4082         `this-command' so that `wl-folder-goto-folder' contained in
4083         `wl-summary-keep-cursor-command' work.
4084
4085 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4086
4087         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4088         message buffer displaying state.
4089
4090 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092         * wl-vars.el (wl-summary-default-view): New variable to specify
4093         default value for `wl-summary-buffer-view' instead of using
4094         set-default.
4095         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4096
4097 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4098
4099         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4100
4101         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4102
4103 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4104
4105         * wl-vars.el (wl-forward-subject-prefix): New variable.
4106         * wl-draft.el (wl-draft-forward): Use it.
4107
4108 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4109
4110         * wl-message.el (wl-message-prev-page): When it is called without
4111         lines argument, scroll down by wl-message-scroll-amount lines.
4112         (wl-message-next-page): Ditto.
4113         * wl-vars.el (wl-message-scroll-amount): Change default value
4114         to preserve current behavior.
4115
4116 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4117
4118         * wl-summary.el (wl-summary-prefetch-msg): Bind
4119         `wl-message-entity' to call `wl-summary-from-function'.
4120
4121 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4122
4123         * wl-message.el (wl-message-buffer-create): Run
4124         wl-message-buffer-created-hook.
4125
4126 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-summary.el (wl-summary-sort-specs): New variable.
4129         (wl-summary-default-sort-spec): Ditto.
4130         (wl-summary-sort): Rewrite.
4131         (wl-summary-sort-by-list-info): New function.
4132
4133 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4134
4135         * wl-summary.el (wl-summary-get-list-info): New function.
4136         (wl-summary-sort): Rewrite.
4137         (wl-summary-line-list-info): Ditto.
4138         (wl-summary-line-list-count): Ditto.
4139         (wl-summary-refile-region): Fixed docstring.
4140
4141 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4144         `wl-folder-entity-hashtb' as completion table.
4145
4146 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4149         only when this command is called interactively; silence the byte-
4150         compiler.
4151
4152 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4153
4154         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4155         active in XEmacs.
4156
4157 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4158
4159         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4160         plural lines.
4161
4162 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4163
4164         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4165         of current line when the cursor is on the header name.
4166         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4167
4168 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4169
4170         * wl-util.el (wl-read-directory-name): Return displayed directory
4171         as the default value also on XEmacs.
4172
4173 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4174
4175         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4176         formatting.
4177
4178 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4179
4180         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4181         argument and when it is non-nil, check face property before
4182         highlighting for each line.
4183         (wl-highlight-summary-window): Set it.
4184
4185 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4186
4187         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4188         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4189
4190         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4191         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4192         (wl-draft-get-fcc-list): Likewise.
4193
4194 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4195
4196         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4197         (wl-thread-entity-cur): Ditto.
4198         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4199         wl-thread-indent-regexp setting.
4200         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4201
4202         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4203         wl-summary-lazy-highlight.
4204         (wl-summary-display-bottom): Ditto.
4205
4206         * wl-thread.el (wl-thread-open-close): Likewise.
4207
4208         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4209         from and subject;
4210         Bind wl-draft-use-frame;
4211         Enclose with save-window-excursion;
4212         Use wl-draft-create-buffer instead of with-temp-buffer;
4213         Use wl-draft-prepare-edit;
4214         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4215         Use wl-draft-send instead of wl-draft-raw-send.
4216
4217 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4218
4219         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4220         of using wl-from.
4221
4222 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4223
4224         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4225         insert-buffer instead of clone-buffer.
4226         (wl-draft-doing-mime-bcc): New variable.
4227         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4228         infinite loop.
4229         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4230
4231         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4232         (wl-draft-mime-bcc-body): Ditto.
4233
4234         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4235         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4236         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4237         wl-draft-do-mime-bcc.
4238         (wl-draft-mime-bcc-field): New function.
4239         (wl-draft-do-mime-bcc): Ditto.
4240
4241         * wl-address.el (wl-address-complete-header-list): New variable.
4242         (wl-address-complete-header-regexp): Changed default value.
4243
4244         * Version number is increased to 2.9.13.
4245
4246 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4249         it is differed.
4250
4251 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4252
4253         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4254         (wl-summary-line-list-count): Ditto.
4255
4256 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4257
4258         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4259         (wl-nntp-posting-function): New variable.
4260         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4261         `wl-nntp-posting-config-alist'.
4262
4263 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4266         FLIM.
4267
4268 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4269
4270         * wl-summary.el (wl-summary-target-mark-refile-sub):
4271         Remove a nuisance funcall.
4272
4273 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4274
4275         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4276         as t for `try-completion'.
4277
4278 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-summary.el (wl-summary-default-from): Use
4281         wl-address-header-extract-address instead of
4282         std11-extract-address-components.
4283         (wl-summary-simple-from): Ditto.
4284         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4285         (wl-summary-insert-headers): Show message.
4286         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4287         for whole line.
4288         (wl-summary-default-from): Revert last change.
4289         (wl-summary-simple-from): Ditto.
4290         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4291         (wl-summary-mark-as-read-region): Follow the change above.
4292         (wl-summary-sync-marks): Ditto.
4293         (wl-summary-target-mark-mark-as-read): Ditto.
4294         (wl-summary-redisplay-internal): Ditto.
4295         (wl-summary-redisplay-no-mime-internal): Ditto.
4296         (wl-summary-redisplay-all-header): Ditto.
4297         (wl-summary-mark-as-read): Removed argument `cached';
4298         Use current cache status to set cache mark.
4299         (wl-summary-redisplay-internal): Follow the change above.
4300         (wl-summary-redisplay-no-mime-internal): Ditto.
4301         (wl-summary-redisplay-all-header): Ditto.
4302
4303         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4304
4305         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4306         Don't call itself recursively (Adviced by Yamaoka-san).
4307
4308 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4309
4310         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4311         bind wl-summary-highlight as nil to avoid error caused by missing
4312         local variables.
4313
4314 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4315
4316         * wl-vars.el (wl-invalid-character-message): New user option.
4317
4318         * wl-util.el (wl-set-string-width): If truncated string-width is
4319         larger than specified width, use `wl-invalid-character-message'.
4320
4321 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4322
4323         * wl-summary.el (wl-summary-prefetch-msg): 
4324         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4325
4326 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4327
4328         * wl-vars.el (wl-summary-check-line-format): New user option.
4329         (wl-summary-line-format-file): Ditto.
4330
4331         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4332         variable.
4333         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4334         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4335         and `wl-summary-view-old-p' to check whether do a rescan or not.
4336         (wl-summary-view-old-p): New function.
4337         (wl-summary-line-format-changed-p): Ditto.
4338         (wl-summary-line-format-save): Ditto.
4339         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4340
4341         * wl-util.el (wl-set-string-width): Avoid using negative number
4342         for make-string.
4343
4344 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4345
4346         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4347         return value.
4348
4349         * wl-util.el (wl-set-string-width): Added optional argument
4350         `padding' (All other related portions are changed).
4351         (wl-line-parse-format): If the first letter of column number is
4352         `0', zero-padding the result (ex: "%05l").
4353
4354         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4355
4356 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4357
4358         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4359         sequential summary view.
4360
4361 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4364         if it doesn't have a -unix version.
4365
4366 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4367
4368         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4369
4370 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4371
4372         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4373         content.
4374         (wl-draft): Follow the change above.
4375
4376         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4377
4378         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4379         and wl-folder-summary-line-format-alist contain %T and %P.
4380
4381         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4382         (wl-summary-mode-line-format): New user option.
4383         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4384         (wl-summary-line-format): Changed default value.
4385         (wl-summary-lazy-highlight): Changed default value.
4386
4387         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4388         change in wl-summary-create-line.
4389         (wl-thread-insert-entity-sub): Ditto.
4390
4391         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4392         (wl-summary-buffer-unread-status): Ditto.
4393         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4394         (wl-summary-buffer-persistent-mark-column): Ditto.
4395         (wl-summary-buffer-mode-line-formatter): Ditto.
4396         (wl-summary-buffer-mode-line): Ditto.
4397         (wl-summary-message-regexp): Abolished.
4398         (All other related portions are changed.)
4399         (wl-summary-detect-mark-position): New function.
4400         (wl-summary-buffer-set-folder): Setup
4401         wl-summary-buffer-mode-line-formatter.
4402         (wl-summary-mode): Setup selective-display;
4403         Setup pre-idle-hook when xemacs.
4404         (wl-summary-update-modeline): Rewrite.
4405         (wl-summary-jump-to-msg): Define as function;
4406         Changed regexp for searching messages.
4407         (wl-summary-message-number): Rewrite.
4408         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4409         Do rescan when old type summary cache.
4410         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4411         (wl-summary-remove-destination): Use '\r' to detect EOL.
4412         (wl-summary-print-destination): Ditto.
4413         (wl-summary-temp-mark): New inline function.
4414         (wl-summary-persistent-mark): Ditto.
4415         (wl-summary-line-number): New function.
4416         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4417         (wl-summary-line-list-count): New function.
4418         (wl-summary-create-line): Added argument persistent-mark.
4419         (All other related portions are changed)
4420         (wl-summary-create-line): Insert '\r'.
4421         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4422         (wl-summary-cursor-move-surface): New inline function.
4423         (wl-summary-prev): Use it.
4424         (wl-summary-next): Ditto.
4425
4426         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4427         wl-summary-message-regexp.
4428         (wl-highlight-summary): Delete progress message.
4429         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4430
4431         * Version number is increased to 2.9.12.
4432
4433 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4436         variable (nil: no minimum).
4437         (wl-summary-line-subject): Add some spaces after subject by
4438         wl-summary-line-subject-minimum-length.
4439
4440 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4441
4442         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4443         and removed `F'.
4444         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4445         change above).
4446
4447 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4448
4449         * wl-summary.el (wl-summary-line-list-count): Reverted.
4450         (example setting in samples/*/dot.wl is also updated)
4451
4452 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4455
4456         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4457
4458         * wl-vars.el (wl-summary-line-format): Addes some description to the
4459         docstring.
4460
4461         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4462         (wl-summary-line-close-bracket): Ditto.
4463         (wl-summary-line-children-number): Ditto.
4464         (wl-summary-line-thread-indent): Ditto.
4465         (wl-summary-line-children-and-from): Ditto.
4466
4467         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4468         't', 'c', 'F' and added 'C'.
4469
4470         * wl-util.el (wl-set-string-width): Accept negative value.
4471         (wl-line-parse-format): Added "%number(" and "%)".
4472
4473 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4474
4475         * wl-summary.el (wl-summary-line-list-count): Change format of the
4476         return value.
4477
4478 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4479
4480         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4481         from the recent message.el.
4482         (wl-draft-point-in-header-p): Ditto.
4483         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4484         wl-draft-beginning-of-line.
4485         * wl-e21.el (wl-draft-mode-map): Ditto.
4486         * wl-xmas.el (wl-draft-mode-map): Ditto.
4487
4488         * wl-folder.el: Sort macrodefs by dependencies.
4489
4490 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4491
4492         * wl-summary.el (wl-summary-prev): Fixed regexp.
4493         (wl-summary-next): Ditto.
4494
4495 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4496
4497         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4498
4499 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4500
4501         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4502         for backward compatibility.
4503
4504 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-summary.el (wl-summary-line-list-count): New function, merged
4507         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4508         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4509         list counts.
4510
4511 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4512
4513         * wl-summary.el (wl-summary-create-line): Ignore errors while
4514         timezone-fix-time.
4515
4516         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4517
4518         * wl-summary.el (wl-summary-sync-update): Ditto.
4519         (wl-summary-default-from): Use wl-message-entity
4520         instead of entity.
4521
4522         * wl-summary.el (wl-summary-create-line): Fix.
4523
4524         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4525         (wl-summary-line-format): New user option.
4526         (wl-folder-summary-line-format-alist): Ditto.
4527         (wl-summary-from-width): Abolished.
4528
4529         * wl-util.el (toplevel): Require 'bytecomp.
4530         (wl-line-parse-format): New function.
4531         (wl-line-formatter-setup): New macro.
4532
4533         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4534         (wl-summary-buffer-line-formatter): New buffer local variable.
4535         (wl-summary-switch-to-clone-buffer): Follow the change above.
4536         (wl-summary-message-regexp): Fix.
4537         (wl-summary-from-func-internal): Abolished.
4538         (wl-summary-subject-func-internal): Ditto.
4539         (wl-summary-subject-filter-func-internal): Ditto.
4540         (All other related portions are changed.)
4541         (wl-summary-buffer-set-folder):
4542         Set up wl-summary-buffer-number-column and 
4543         wl-summary-buffer-line-formatter
4544         (All other related portions are changed.)
4545         (wl-summary-buffer-number-column-detect): Abolished.
4546         (All other related portions are changed.)
4547         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4548         (wl-summary-delete-all-temp-marks-on-buffer): Use
4549         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4550         (wl-summary-target-mark-delete): Ditto.
4551         (wl-summary-target-mark-refile-subr): Ditto.
4552         (wl-summary-target-mark-mark-as-read): Ditto.
4553         (wl-summary-target-mark-mark-as-unread): Ditto.
4554         (wl-summary-target-mark-mark-as-important): Ditto.
4555         (wl-summary-target-mark-save): Ditto.
4556         (wl-summary-replace-status-marks): Renamed from
4557         wl-summary-set-status-marks-on-buffer;
4558         Use wl-summary-message-regexp instead of
4559         wl-summary-buffer-number-regexp.
4560         (wl-summary-sync-update): Follow the change above.
4561         (wl-summary-goto-previous-message-beginning): New function.
4562         (wl-summary-mark-as-unread): Use it.
4563         (wl-summary-mark-as-important): Ditto.
4564         (wl-summary-line-formatter): New variable.
4565         (wl-summary-line-year): New function.
4566         (wl-summary-line-day): Ditto.
4567         (wl-summary-line-day-of-week): Ditto.
4568         (wl-summary-line-hour): Ditto.
4569         (wl-summary-line-minute): Ditto.
4570         (wl-summary-line-open-bracket): Ditto.
4571         (wl-summary-line-close-bracket): Ditto.
4572         (wl-summary-line-children-number): Ditto.
4573         (wl-summary-line-thread-indent): Ditto.
4574         (wl-summary-line-size): Ditto.
4575         (wl-summary-line-subject): Ditto.
4576         (wl-summary-line-from): Ditto.
4577         (wl-summary-line-children-and-from): Ditto.
4578         (wl-summary-create-line): Rewritten.
4579         (wl-summary-format-date): Abolished.
4580
4581         * wl-highlight.el (wl-highlight-summary-current-line): Use
4582         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4583         Use thread structure to detect thread top message.
4584
4585         * wl-draft.el (wl-default-draft-cite): Don't use
4586         wl-summary-from-func-internal.
4587
4588         * wl-refile.el (wl-refile-subject-learn): Don't use
4589         wl-summary-subject-filter-func-internal.
4590         (wl-refile-guess-by-subject): Ditto.
4591
4592         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4593         parameters.
4594
4595         * wl-thread.el (wl-thread-update-indent-string-region):
4596         Use wl-thread-update-line-on-buffer instead of
4597         wl-thread-update-indent-string.
4598         (wl-thread-update-children-number): Redefine using
4599         wl-thread-update-line-on-buffer.
4600         (wl-thread-update-indent-string): Abolished.
4601
4602         * Version number is increased to 2.9.11.
4603
4604 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4607         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4608         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4609
4610         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4611         as nil.
4612
4613         * wl-thread.el (wl-thread-open-all-unread): Use 
4614         elmo-folder-list-messages-mark-match.
4615         (wl-thread-insert-message): Removed argument `mark-alist'.
4616         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4617         elmo-msgdb-set-mark.
4618         (wl-thread-get-children-msgs-uncached): Likewise.
4619         (wl-thread-get-exist-children): Added argument include-self.
4620         (wl-thread-delete-message): Follow the change above.
4621
4622         * wl-summary.el (wl-summary-count-unread): Removed argument.
4623         (wl-summary-rescan): Follow the change above.
4624         (wl-summary-mark-as-read-region): Ditto
4625         (wl-summary-mark-as-unread-region): Ditto.
4626         (wl-summary-delete-messages-on-buffer): Ditto.
4627         (wl-summary-sync-update): Ditto.
4628         (wl-summary-switch-to-clone-buffer): Ditto.
4629         (wl-summary-goto-folder-subr): Ditto.
4630         (wl-summary-target-mark-mark-as-read): Ditto.
4631         (wl-summary-target-mark-mark-as-unread): Ditto.
4632         (wl-summary-target-mark-mark-as-important): Ditto.
4633         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4634         (wl-summary-update-thread): Removed argument `mark-alist'.
4635         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4636         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4637         (wl-summary-resume-cache-status): Likewise.
4638         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4639         elmo-msgdb-set-mark.
4640         (wl-summary-mark-as-read-all): Likewise.
4641         (wl-summary-delete-cache): Ditto.
4642         (wl-summary-auto-select-msg-p): Ditto.
4643         (wl-summary-mark-as-unread): Ditto.
4644         (wl-summary-no-auto-refile-message-p): Ditto.
4645         (wl-summary-mark-as-read): Ditto.
4646         (wl-summary-mark-as-important): Ditto.
4647         (wl-summary-auto-refile): Follow the change above.
4648         (wl-summary-delete-all-marks): Removed.
4649         (wl-summary-resume-marks-and-highlight): Ditto.
4650         (wl-summary-resume-marks): Ditto.
4651         (wl-summary-delete-important-msgs-from-list): Ditto.
4652         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4653
4654         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4655         wl-summary-count-unread.
4656
4657         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4658         (wl-summary-score-update-all-lines): Use
4659         elmo-msgdb-set-mark.
4660
4661 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4664         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4665         (wl-summary-create-line): Renamed from
4666         wl-summary-overview-create-summary-line;
4667         Argument rearrangement.
4668         (wl-summary-update-thread): Follow the change above.
4669
4670         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4671         (wl-thread-insert-entity-sub): Likewise.
4672
4673         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4674         argument `overview', `mark-alist' and added `msgdb'.
4675
4676         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4677
4678         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4679         (wl-summary-rescan): Follow the change above.
4680         (wl-summary-sync-update): Ditto.
4681         (wl-summary-insert-thread-entity): Ditto;
4682         Don't use `let*' in every while loop;
4683         Detect infinite loop of threads.
4684         (wl-summary-update-thread): Removed argument `overview'.
4685
4686         * wl-thread.el (wl-thread-insert-message): Ditto.
4687
4688         * Version number is increased to 2.9.10.
4689
4690         * wl-message.el (wl-message-redisplay): Ignore errors while
4691         wl-message-redisplay-hook.
4692
4693 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4694
4695         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4696
4697 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4698
4699         * wl.el (wl): inhibit-quit while wl-folder.
4700
4701 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4702
4703         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4704         while msgdb access.
4705
4706 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4707
4708         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4709         even if no folder is not created.
4710
4711 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4714
4715         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4716         implementation.
4717         (wl-summary-target-mark-thread): Ditto.
4718
4719         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4720
4721 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4722
4723         * wl-util.el (wl-display-bytes): Remove unused function.
4724
4725 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4728         seems critical one (partially reverse the change in 2002/03/17).
4729
4730 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4733         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4734
4735 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4736
4737         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4738         is not writable.
4739         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4740         plugged status instead of `'force' as 2nd argument.
4741
4742         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4743         is not creatable.
4744
4745         * Version number is increased to 2.9.9.
4746
4747 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4748
4749         * wl-summary.el (wl-summary-suspend): New function.
4750
4751 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4752
4753         * wl.el (wl): Do not check variables if check is nil.
4754         * wl-utils.el (wl-collect-draft): New function.
4755         * wl-folder.el (wl-folder-suspend): Put summary buffers
4756         and draft buffers at the end of buffer list.
4757         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4758
4759 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4760
4761         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4762         loop instead of recursive call.
4763
4764         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4765         2nd argument.
4766
4767 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-draft.el (wl-draft-create-contents): Don't take neither
4770         (function . args) nor (string . something) any more.
4771
4772         * wl-version.el (wl-generate-user-agent-string): Return string
4773         without header symbol.
4774         * wl-draft.el (wl-draft-default-headers): Use it.
4775
4776         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4777         `wl-draft-insert-ccs' and return field value instead of inserting
4778         the header. Abolish cc argument.
4779         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4780
4781         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4782         rather than one with string car.
4783
4784         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4785         * wl-draft.el (wl-draft-create-contents): Add it after the default
4786         headers.
4787
4788         * wl-draft.el (wl-draft-create-contents): For the case of
4789         (symbol-or-string . function) insert header only when the function
4790         returns string value.
4791
4792 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4795         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4796
4797 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl.el (wl-check-environment): Don't check Message-ID when
4800         `wl-insert-message-id' is nil.
4801         Revive checking if `wl-message-id-domain' contains "@".
4802
4803 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl.el (wl-check-environment): Merge examination for "@" at
4806         inappropriate position into the first string-match.
4807
4808         * wl-summary.el (wl-summary-target-mark-print): New function.
4809         (wl-summary-pipe-message-subr): Extracted from
4810         `wl-summary-pipe-message'.
4811         (wl-summary-target-mark-pipe): New function.
4812         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4813         `wl-summary-target-mark-pipe'.
4814
4815 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4818
4819 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl.el (wl-check-environment): Use elmo-warning instead of
4822         error for non-critical ones.
4823         Remove trash folder check.
4824         (wl): Don't ignore error in wl-check-environment.
4825
4826         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4827         check, which is moved from `wl-check-environment'.
4828         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4829
4830 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4833         guess anything, call wl-summary-write.
4834         (wl-summary-write): Create draft with blank To field.
4835         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4836
4837 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4838
4839         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4840         argument full as well for wl-folder-write-current-folder.
4841         If wl-*-write-current-folder cannot guess addressee, add blank
4842         To header.
4843         Rewrite condition for positioning cursor.
4844
4845 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4846
4847         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4848         summary buffer is present, use it.
4849         (wl-folder-jump-to-previous-summary): Ditto.
4850
4851 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4852
4853         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4854
4855         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4856         wl-summary-previous-buffer and wl-summary-next-buffer.
4857
4858         * wl-folder.el (wl-folder-mode-map): Bind
4859         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4860         (wl-folder-jump-to-next-summary): New function.
4861         (wl-folder-jump-to-previous-summary): Ditto.
4862
4863         * wl-draft.el (wl-draft): Rearranged.
4864
4865 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4868         of header.
4869         (wl-draft): Collect arguments for the header as header-alist.
4870         (wl-draft-forward): Arrange arguments for wl-draft.
4871         (wl-draft-reply): Ditto.
4872         (wl-draft-edit-string): Ditto.
4873         * wl-summary.el (wl-summary-write): Ditto.
4874         (wl-summary-write-current-folder): Ditto.
4875
4876         * Version number is increased to 2.9.8.
4877
4878 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4879
4880         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4881
4882         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4883
4884         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4885         even if the guess failed.
4886
4887         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4888         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4889         wl-summary-write-current-folder.
4890         * wl-xmas.el: Ditto.
4891
4892 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * wl-summary.el (wl-summary-next-page): Force display message if
4895         message is not displayed yet.
4896         (wl-summary-prev-page): Ditto.
4897
4898 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4899
4900         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4901
4902 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4905         add "Preview Message" and "Save Draft and Exit".
4906
4907 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4910         if addrmgr is called from draft in splitted window.
4911
4912         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4913         * wl-mule.el: Ditto.
4914         * wl-xmas.el: Ditto.
4915
4916 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4919
4920         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4921         * wl-xmas.el (wl-folder-toolbar): Ditto.
4922
4923 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4926         and wl-draft-save-and-exit.
4927         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4928         * wl-xmas.el: Ditto.
4929         * wl-mule.el: Ditto.
4930
4931         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4932         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4933
4934 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4937         lists for saving buffer.
4938
4939 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4940
4941         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4942         parent-folder argument instead of it.
4943         (wl-draft-create-buffer): Ditto.
4944         (wl-draft-forward): Ditto.
4945         (wl-draft-reply): Ditto.
4946         * wl-summary.el (wl-summary-write): Ditto.
4947         (wl-summary-write-current-folder): Ditto.
4948
4949         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4950         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4951         Folder buffer after composing.
4952
4953 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4956         header if the file `wl-x-face-file' already contains it.
4957
4958 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4959
4960         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4961         folder" entry.
4962         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4963         * wl-e21.el (wl-folder-toolbar): Ditto.
4964         * wl-xmas.el (wl-folder-toolbar): Ditto.
4965
4966 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4969         wl-folder-goto-folder with sticky argument.
4970         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4971
4972 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4973
4974         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4975         and wl-summary-previous-buffer.
4976         (wl-summary-next-buffer): New function.
4977         (wl-summary-previous-buffer): Ditto.
4978
4979 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4982         wl-folder-jump-to-current-entity-with-arg.
4983         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4984         `wl-folder-jump-to-current-entity'.
4985         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4986         `wl-summary-goto-folder-sticky'.
4987         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4988         `wl-summary-goto-folder'.
4989         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4990         Unless force-exit, do not clean temp. marks for sticky summary.
4991         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4992
4993 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4996         not entire.
4997
4998 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5001         to `C-x C-s'.
5002         (wl-summary-save-status): New command.
5003         (wl-summary-exit): Don't clean-up temp marks when sticky.
5004         (Applied patch from Nakayama-san [wl: 09548])
5005         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5006         Do nothing when no mark data.
5007         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5008         Call `wl-summary-delete-all-temp-marks' before saving.
5009
5010 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5011
5012         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5013
5014 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl.el (wl-check-environment): Also cause error when (system-name)
5017         returns "localhost.localdomain". (Although it doesn't affect because
5018         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5019
5020 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5021
5022         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5023         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5024
5025         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5026         value.
5027
5028 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5031         Likewise r-cc-list and r-ng-list.
5032
5033 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5036         only if it is bound as variable.
5037
5038         * wl-mime.el (wl-draft-preview-message): Ditto.
5039
5040 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5041
5042         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5043         needless `goto-char'.
5044
5045         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5046         `wl-summary-redisplay-no-mime-internal' instead of
5047         `wl-summary-redisplay-no-mime'.
5048         (wl-summary-redisplay-no-mime): Changed argument;
5049         Call `wl-summary-redisplay-no-mime-internal'.
5050
5051         * wl-mime.el (wl-draft-preview-message): Bind
5052         `mime-header-encode-method-alist' locally.
5053
5054         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5055         (wl-draft-std11-parse-addresses): Added the first address check.
5056         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5057
5058         * Version number is increased to 2.9.7.
5059
5060 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5061
5062         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5063
5064 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5065
5066         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5067         related to scrollbar support, if there is no such a feature
5068         compiled in.
5069
5070 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5071
5072         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5073         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5074         for prefetch.
5075
5076 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5077
5078         * wl-summary.el (wl-summary-pick): Fix for no match.
5079
5080 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5081
5082         * wl-draft.el (wl-draft-save):
5083         Override `mime-header-encode-method-alist'.
5084
5085 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5086
5087         * wl-folder.el (wl-folder-pick): New function.
5088         Define key as "?".
5089
5090 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5091
5092         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5093         Fix for unplugged.
5094
5095 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5096
5097         * wl-folder.el (wl-folder-virtual): New function.
5098         Define key as "V".
5099
5100 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5101
5102         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5103         multi folder if entity is group.
5104
5105 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5106
5107         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5108         is nil.
5109
5110 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5111
5112         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5113         (wl-summary-target-mark-msgs): Return the number of marked messages.
5114
5115 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5116
5117         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5118         "first:" is specified.
5119
5120 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5121
5122         * wl-vars.el (wl-from): Use return value of function
5123         user-full-name instead of the variable user-full-name since
5124         XEmacs-20.4 doesn't set this variable.
5125
5126 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5129         call `wl' directly.
5130
5131 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5132
5133         * wl-draft.el (wl-draft-reedit): Removed duplicated
5134         switch-to-buffers.
5135
5136 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * wl.el (wl-other-frame): Removed garbages.
5139
5140 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5143
5144         * wl-xmas.el (wl-draft-key-setup): Ditto.
5145
5146         * wl-mule.el (wl-draft-key-setup): Ditto.
5147
5148         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5149         (wl-draft-reedit): Ditto.
5150         (wl-draft-prepare-edit): Add `wl-draft-save' to
5151         `local-write-file-hooks'.
5152         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5153         (wl-draft-reedit): Set buffer-file-name.
5154         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5155
5156
5157         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5158         call it.
5159         (wl-delete-startup-frame-function): New variable.
5160         (wl-other-frame): New function
5161         (Original was written by Yamaoka san [wl: 09239]).
5162
5163         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5164         if `wl-folder-use-frame'.
5165
5166 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5167
5168         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5169
5170 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5171
5172         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5173         New variable.
5174         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5175         (wl-message-buffer-prefetch-get-next): Use them.
5176         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5177
5178 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5181         with unwind-protect.
5182
5183         * wl-draft.el (wl-draft-reedit): Rewrite.
5184         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5185         (wl-draft-save): Insert header separator if it does not exist;
5186         Removed condition-case.
5187
5188         * wl-summary.el (wl-summary-reedit): Revert last change.
5189
5190         * wl-draft.el (wl-draft-save): Rewrite.
5191         (wl-draft-create-buffer): Set buffer-file-name as nil.
5192
5193         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5194
5195         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5196
5197         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5198         nil.
5199
5200 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5201
5202         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5203         If count is nil, do not prefetch.
5204         (wl-message-buffer-prefetch-next): Next.
5205
5206 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5207
5208         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5209
5210 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5211
5212         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5213         `delete-backward-char'
5214         (wl-draft-prepare-edit): Check major-mode.
5215         (wl-draft-decode-header): Rewrite.
5216         (wl-draft): Fix.
5217
5218 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5219
5220         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5221
5222 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5223
5224         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5225         (wl-message-buffer-prefetch-get-next): Remove size checking.
5226         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5227
5228 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5229
5230         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5231         (wl-draft-default-headers): Fix.
5232
5233 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-draft.el (wl-draft-default-headers): Insert return value of
5236         `wl-generate-mailer-string-function'.
5237
5238 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5239
5240         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5241         (wl-draft-insert-mail-header-separator): Ditto.
5242
5243         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5244         again (Reverted the change on 2002-01-17 by OKADA san).
5245
5246 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5247
5248         * wl-draft.el (wl-draft): Rewrite.
5249         (wl-draft-create-buffer): New function.
5250         (wl-draft-create-contents): Ditto.
5251         (wl-draft-prepare-edit): Ditto.
5252         (wl-draft-decode-header): Ditto.
5253         (wl-draft-decode-body): Ditto.
5254         (wl-draft-check-new-line): Ditto.
5255         (wl-draft-default-headers): Ditto.
5256         (wl-draft-insert-mail-header-separator): Ditto.
5257
5258 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5259
5260         * Version number is increased to 2.9.6.
5261
5262 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5263
5264         * wl-draft.el (wl-draft-delete-field): Optional argument.
5265         (wl-draft-delete-fields): Ditto.
5266
5267 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5268
5269         * wl-message.el (toplevel): Eliminated byte-compile warning.
5270         for `itimer-function', `delete-timer' and `itimer-list'.
5271
5272 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5273
5274         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5275         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5276         `wl-message-buffer-prefetch-threshold'.
5277         * wl-summary.el (wl-summary-redisplay-internal): Remove
5278         the check of `wl-message-buffer-prefetch-depth'.
5279
5280 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5281
5282         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5283         size of article.
5284         (wl-message-buffer-prefetch-subr): Remove size check.
5285
5286 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-vars.el (wl-plugged): Make customizable.
5289
5290 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5291
5292         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5293         (wl-message-buffer-prefetch-set-timer): New function.
5294         (wl-message-buffer-prefetch-get-next): New function.
5295         (wl-message-buffer-prefetch): New function.
5296         (wl-message-buffer-prefetch-next): Rewrite.
5297         (wl-message-buffer-prefetch-subr): Rewrite.
5298         * wl-vars.el (wl-auto-prefetch-first): New variable.
5299         * wl-summary.el (wl-summary-goto-folder-subr): Call
5300         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5301
5302 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5303
5304         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5305         `wl-summary-unread-message-hook'.
5306
5307 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5308
5309         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5310         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5311         if range is `cache-status'.
5312
5313 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5314
5315         * wl-message.el (wl-message-buffer-prefetch-subr):
5316         Improve debug message.
5317
5318 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5319
5320         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5321         `wl-mail-send-pre-hook'.
5322         (wl-draft-send-mail-with-qmail): Ditto.
5323         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5324
5325 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5326
5327         * wl-message.el (wl-message-buffer-prefetch-subr):
5328         Fix for cancel-function-timers bug.
5329         (wl-message-buffer-prefetch-debug): Default value is t.
5330
5331 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5332
5333         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5334         (wl-message-buffer-prefetch-subr): Rewrite.
5335         Rename from `wl-message-buffer-prefetch'.
5336
5337 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5338
5339         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5340         (wl-default-draft-cite-decorate-author): Ditto.
5341
5342         * wl-draft.el (wl-draft-cite-function): Removed.
5343         (wl-default-draft-cite-decorate-author): Ditto.
5344
5345 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5346
5347         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5348         (wl-default-draft-cite): Do not arrange author name if the value of
5349         `wl-default-draft-cite-decorate-author' is nil.
5350
5351 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5354
5355         * wl-folder.el (wl-folder-check-one-entity): Don't care
5356         `elmo-folder-use-flag-p'.
5357
5358 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5359
5360         * wl-folder (wl-folder-check-one-entity): Fix
5361         problem if unread is nil.
5362
5363 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5364
5365         * wl-address.el (wl-address-make-completion-list): Check whether
5366         the address is a group list.
5367         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5368
5369 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5370
5371         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5372         The number of the messages of new and unread does not count
5373         correctly.
5374
5375         * wl-summary.el (wl-summary-count-unread): Changed to return
5376         `(new . unread)' instead of total.
5377         (wl-summary-sync-update): Follow the change above.
5378
5379         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5380
5381 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5382
5383         * wl-address.el (wl-address-make-completion-list): Do not enclose
5384         address by " <" and ">" if associated realname is "".
5385         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5386         This is against the promblem with group list in .addresses pointed
5387         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5388
5389 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5390
5391         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5392         message is a format control string.
5393         * wl-expire.el (wl-expire-append-log): Ditto.
5394         * wl-mime.el (wl-summary-burst-subr): Ditto.
5395         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5396         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5397
5398 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5399
5400         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5401         wl.el (wl-check-variables): Rename from `wl-check-type'.
5402         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5403         (wl-check-variables-2): New function.
5404         (wl): Call `wl-check-variables-2'.
5405
5406 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5407
5408         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5409         after renaming folder in access group.
5410
5411 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5412
5413         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5414         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5415         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5416         (wl-message-buffer-prefetch): Rewrite.
5417         (wl-message-buffer-prefetch-idle-time): Removed.
5418         * wl-summary.el (wl-summary-redisplay-internal):
5419         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5420         Error check for `wl-message-buffer-prefetch-depht'.
5421
5422 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5423
5424         * Version number is increased to 2.9.5.
5425         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5426
5427 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5428
5429         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5430         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5431         Based on the patch written by
5432         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5433
5434 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5435
5436         * wl-draft.el (wl-draft-raw-send): Fix for
5437         `wl-news-send-pre-hook'
5438
5439 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5440
5441         * wl-utils.el (wl-message-id-function): New variable.
5442         * wl-draft.el (wl-draft-insert-required-fields):
5443         Use `wl-message-id-function'.
5444
5445 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5446
5447         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5448         * wl-utils.el (wl-draft-make-message-id-string):
5449         Use `wl-from' for domain part of Message-ID
5450         if `wl-message-id-use-wl-from' if non-nil.
5451         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5452
5453 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5454
5455         * wl.el (wl): Call `wl-check-type'
5456         Do not 'condition-case'.
5457
5458 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5459
5460         * wl.el (wl-check-type): New function.
5461         (wl-check-type-variables): New variable.
5462
5463 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5464
5465         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5466
5467 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5468
5469         * wl-draft.el (wl-smtp-password-key): New function.
5470         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5471         (wl-draft-send-mail-with-smtp): Ditto.
5472         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5473
5474 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5475
5476         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5477         * wl-utils.el (wl-unique-id-suffix): Remove.
5478
5479 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5480
5481         * Version number is increased to 2.9.4.
5482
5483 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl-utils.el (wl-unique-id-suffix): New variable.
5486         (wl-unique-id): Use `wl-unique-id-suffix'
5487
5488 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5489
5490         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5491         instead of `elmo-msgdb-search'.
5492
5493         * Version number is increased to 2.9.3.
5494
5495 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5496
5497         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5498
5499 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5500
5501         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5502         (wl-draft-dispatch-message): Changed for send-later.
5503         (wl-draft-queue-flush): Ditto.
5504         (wl-draft): Clear `wl-sent-message-queued'.
5505         (wl-draft-reedit): Ditto.
5506         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5507         * wl-vars.el (wl-draft-force-queuing): New variable.
5508         (wl-draft-force-queuing-mail): New variable.
5509         (wl-draft-force-queuing-news): New variable.
5510
5511 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5512
5513         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5514         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5515
5516 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5517
5518         * Version number is increased to 2.9.2.
5519
5520 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * wl-draft.el (wl-draft-elide-region): New user command.
5523         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5524
5525         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5526         command `wl-draft-elide-region'.
5527         * wl-mule.el: Ditto.
5528         * wl-xmas.el: Ditto.
5529
5530 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5533         (wl-biff-check-folder-async): Removed needless let.
5534
5535 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5536
5537         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5538         wl-folder-get-elmo-folder.
5539         (wl-biff-check-folder): Set `biff' argument of
5540         `wl-folder-check-one-entity'.
5541         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5542
5543         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5544         (wl-folder-check-one-entity): Added `biff' argument;
5545         Setup `biff' slot of folder.
5546
5547         * Version number is increased to 2.9.1.
5548
5549 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5552         comment out and fixed.
5553         (wl-fldmgr-add-completion-subr): Ditto.
5554
5555         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5556         and msgdb.
5557
5558         * wl.el (wl-toggle-plugged): Save summary view.
5559
5560 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5563
5564 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5565
5566         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5567
5568 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5571         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5572         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5573
5574         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5575         if it was failed.
5576         (wl-demo): Disable undo in the demo buffer.
5577
5578 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-version.el (wl-version): Changed codename.
5581
5582         * Version number is increased to 2.9.0.
5583
5584 2001-12-14  Takuo KITAME <kitame@northeye.org>
5585
5586         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5587         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5588         (wl-folder-mark-as-read-all-current-entity): Ditto.
5589
5590 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5591
5592         * wl-vars.el (wl-from-width): Define as obsolete variable.
5593         (wl-subject-length-limit): Ditto.
5594
5595         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5596
5597         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5598         wl-summary-save-view.
5599
5600         * wl.el (wl-save-status): Ditto.
5601         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5602
5603         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5604         (wl-summary-exit): Follow the change above.
5605         (wl-summary-goto-folder-subr): Ditto.
5606
5607         * wl-folder.el (wl-folder-create-subr): Don't use
5608         `elmo-folder-creatable-p'.
5609
5610 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5611
5612         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5613
5614 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5617         rather than bitmap on Emacs 21.
5618         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5619         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5620         for xbm if the new redisplay engine is not available.
5621
5622 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-folder.el (wl-folder-init-hook): New hook.
5625         (wl-folder-init): Run `wl-folder-init-hook'.
5626
5627 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5630
5631 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5632
5633         * wl-acap.el (wl-acap-cache-filename): New variable.
5634         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5635         (wl-acap-init): Use cache if no ACAP server found.
5636
5637 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5638
5639         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5640         `wl-acap-original-msgdb-dir'.
5641
5642         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5643         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5644
5645         * wl-mime.el (wl-mime-save-directory): Renamed from
5646         `wl-mime-save-dir'.
5647
5648 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5651
5652         * wl-demo.el: Require `path-util'.
5653         (wl-demo-bitmap-mule-available-p): New internal variable.
5654         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5655         `module-installed-p' instead.
5656         (wl-demo-insert-image): Use *.img file for a bitmap image.
5657         (wl-demo): Don't call the ascii demo recursively.
5658
5659 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5660
5661         * Version number is increased to 2.7.7.
5662
5663 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5664
5665         * wl.el (wl-exit): Eliminated byte-compile warning.
5666
5667 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5668
5669         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5670         obsolete variable using `elmo-define-obsolete-variable'.
5671         (wl-fetch-confirm-threshold): Ditto.
5672         (wl-cache-prefetch-folder-type-list): Ditto.
5673         (wl-cache-prefetch-folder-list): Ditto.
5674
5675 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5678         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5679         (wl-demo-insert-image): New function.
5680         (wl-demo-insert-text): New function.
5681         (wl-demo-image-type-alist): Redefine as a function.
5682         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5683         (wl-demo-with-temp-file-buffer): Removed.
5684         (wl-logo-xpm): Removed.
5685         (wl-logo-xbm): Removed.
5686         (wl-logo-bitmap): Removed.
5687
5688 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5689
5690         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5691         (wl-expire-localdir-get-folder-function): New user option.
5692         (wl-expire-localdir-get-folder): New function.
5693         (wl-expire-localdir-date): Ditto.
5694
5695 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5696
5697         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5698         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5699         Fixed unread number mismatch when all-unread < unread.
5700
5701 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5704         (wl-fetch-confirm-threshold): Ditto.
5705
5706         * wl-summary.el (wl-summary-confirm-appends): Removed.
5707         (wl-summary-sync-update): Don't refer
5708         `wl-summary-update-confirm-threshold' (It is now abolished).
5709
5710         * wl-message.el (wl-message-display-internal): Don't refer
5711         `wl-fetch-confirm-threshold' (It is now abolished).
5712
5713 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5716
5717 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5718
5719         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5720         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5721         Change default value to nil.
5722         (wl-summary-indent-length-limit): The value can be nil, nil means
5723         unlimited.
5724
5725         * wl-summary.el: Don't set limit for indent length if the value of
5726         wl-summary-indent-length-limit is nil.
5727         If the value of wl-summary-width is nil, it means only that the width
5728         of summary is unlimited (nil doesn't mean that the indent length is
5729         unlimited).
5730
5731         * wl-thread.el: Ditto.
5732
5733 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5734
5735         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5736         be nil, nil means never confirm.
5737         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5738
5739 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5740
5741         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5742         means unlimited).
5743
5744 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5745
5746         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5747         Use `with-temp-buffer'.
5748
5749 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5750
5751         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5752         with new backquote style).
5753         (wl-folder-get-entity-from-buffer): Ditto.
5754
5755 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5756
5757         * wl-version.el (nemacs-version): Eliminated.
5758         (wl-extended-emacs-version2): Ignore nemacs.
5759         (wl-extended-emacs-version3): Ditto.
5760
5761 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5762
5763         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5764         (wl-draft-add-in-reply-to): New variable.
5765         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5766         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5767         (wl-draft-yank-from-mail-reply-buffer): Use
5768         `wl-draft-add-in-reply-to'.
5769         (wl-draft-insert-current-message): Ditto.
5770
5771 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5772
5773         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5774         typo (kill->hide).
5775         (wl-message-buffer-prefetch-folder-type-list): Added elements
5776         `mark' and `cache' instead of `internal'.
5777
5778 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5781         resume msgdb directory.
5782
5783 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5784
5785         * wl.el (wl-exit): Call `wl-acap-exit'.
5786
5787         * wl-summary.el (wl-summary-message-string): New function.
5788         (wl-summary-reedit): Use it.
5789         (wl-summary-resend-bounced-mail): Remove needless let.
5790         (wl-summary-supersedes-message): Ditto.
5791         (wl-summary-save): Ditto.
5792
5793         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5794         (wl-acap-init): Set it.
5795         (wl-acap-exit): New function.
5796
5797 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5798
5799         * wl.el (wl-init): Revert (require 'mime-setup). move from
5800         toplevel.
5801
5802 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5803
5804         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5805         local variables.  Add error when guess function return invalid
5806         value.
5807
5808 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5809
5810         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5811         Change local variable name.
5812         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5813         (wl-folder-get-newsgroups): Return nil when non-news folder.
5814         * wl-summary.el (wl-summary-write-current-folder): State through
5815         when guess-list return nil.
5816         (wl-summary-write-current-folder-functions): Fixed docstring.
5817
5818         * wl.el (wl-exit): Changed confirm message.
5819
5820         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5821         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5822
5823         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5824
5825 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5826
5827         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5828         user option (Renamed from wl-cache-prefetch-folder-type-list).
5829         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5830         from wl-cache-prefetch-folder-list).
5831
5832         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5833         Move to wl-vars.el.
5834         (wl-message-buffer-prefetch-p): Changed to enable
5835         `wl-message-buffer-prefetch-folder-list'.
5836
5837         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5838         `ignore-cache'.
5839
5840 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5841
5842         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5843         `part-top' and `part-bottom'.
5844         (wl-draft-config-sub-part-top): New function.
5845         (wl-draft-config-sub-part-bottom): New function.
5846
5847 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5848
5849         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5850
5851 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5852
5853         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5854
5855 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5856
5857         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5858
5859         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5860         (wl-summary-write-current-folder): Ditto.
5861
5862 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5863
5864         * wl-folder.el (wl-folder-get-newsgroups): Use
5865         `elmo-folder-newsgroups'.
5866
5867 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5868
5869         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5870         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5871         `wl-draft-config-sub-header-bottom'.
5872
5873 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5874
5875         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5876         localnews folder.
5877
5878 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5879
5880         * wl-summary.el (wl-summary-mode): Undo last change.
5881
5882         * wl-folder.el (wl-folder-mode): Ditto.
5883
5884 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5885
5886         * wl-summary.el (wl-summary-mode): Locally set
5887         truncate-partial-window-width to nil.
5888         (for XEmacs)
5889
5890         * wl-folder.el (wl-folder-mode): Ditto.
5891
5892 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5893
5894         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5895
5896 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5899         number.
5900
5901         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5902
5903         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5904
5905         * Version number is increased to 2.7.6.
5906
5907 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5910
5911 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5912
5913         * wl-summary.el (wl-summary-sync-update): Enclose network
5914         related portion with `unwind-protect'.
5915
5916 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5917
5918         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5919
5920 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5923         element.
5924         * wl-vars.el (wl-message-body-button-alist): Ditto.
5925
5926         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5927         max match length.
5928         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5929
5930         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5931         for the max match length;
5932         Use 4th element value for the button string regexp group.
5933
5934         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5935         candidate exists, prompt to select.
5936
5937 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5938
5939         * wl-summary.el (wl-summary-jump-to-msg): Search before
5940         calibration point by `beginning-of-line'.
5941
5942 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5943
5944         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5945         for access group.
5946
5947 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5948
5949         * wl-message.el (wl-message-display-internal): Bind
5950         `default-mime-charset'.
5951
5952         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5953
5954         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5955
5956         * Version number is increased to 2.7.5.
5957
5958 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5959
5960         * wl-expire.el (wl-summary-archive): Fixed;
5961         Use `elmo-folder-name-internal'.
5962
5963 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5964
5965         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5966         from `elmo-folder-move-messages' caller.
5967         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5968
5969         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5970         related portions are changed).
5971
5972 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5973
5974         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5975         counter.
5976
5977 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5978
5979         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5980         buffer local and set it to nil.
5981
5982         * wl-message.el (wl-message-redisplay): Ditto.
5983
5984 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5985
5986         * wl-summary.el (wl-summary-mark-as-important): If message is
5987         already cached, set messag as read, otherwise encache and mark as read.
5988
5989 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990
5991         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5992         point-min.
5993
5994 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5997         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5998         a keymap.
5999
6000 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6001
6002         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6003         parent.
6004
6005         * wl-mule.el (wl-message-define-keymap): Ditto.
6006
6007         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6008
6009         * wl-xmas.el (wl-message-display-internal-hook): Define.
6010         (wl-xmas-setup-message-toolbar): Define as function.
6011         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6012         (wl-message-overload-functions): Abolished.
6013         (wl-message-define-keymap): New function.
6014
6015         * wl-vars.el (wl-message-display-internal-hook): New variable.
6016         (wl-message-header-button-alist): New variable (Renamed from
6017         wl-highlight-message-header-button-alist).
6018         (wl-message-body-button-alist): Ditto.
6019
6020         * wl-mule.el (wl-message-define-keymap): New function.
6021         (wl-message-overload-functions): Abolished.
6022
6023         * wl-message.el (wl-message-add-buttons-to-body): New function.
6024         (wl-message-redisplay): Don't call wl-message-overload-functions;
6025         Call wl-message-add-buttons-to-header and
6026         wl-message-add-buttons-to-body.
6027         (wl-message-display-internal): Set keymap argument for
6028         elmo-mime-display-as-is, elmo-mime-message-display;
6029         Run wl-message-display-internal-hook.
6030         (wl-message-refer-article-or-url): Abolished.
6031
6032         * wl-highlight.el (wl-highlight-headers): Don't call
6033         wl-highlight-message-add-buttons-to-header.
6034         (wl-highlight-message-add-buttons-to-header): Abolished.
6035
6036
6037         * wl-e21.el (wl-message-display-internal-hook): Define.
6038         (wl-e21-setup-toolbar): Deleted duplicated binding.
6039         (wl-e21-setup-message-toolbar): Define as function.
6040         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6041         (wl-message-define-keymap): New function.
6042         (wl-message-overload-functions): Abolished.
6043
6044 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6047         and elmo-folder-close.
6048
6049         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6050
6051 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6052
6053         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6054         boolean value.
6055         * wl-draft.el (wl-draft-do-fcc): Ditto.
6056
6057 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6058
6059         * wl-vars.el (wl-fcc-force-as-read): New variable.
6060         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6061         mark copied message as read.
6062
6063 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6064
6065         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6066
6067 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6068
6069         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6070         `wl-summary-target-above' instead of obsolete variable
6071         `wl-summary-temp-above'.
6072
6073         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6074         instead of `make-obsolete-variable'.
6075         * wl-refile.el (toplevel): Ditto.
6076
6077 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6080         with third argument t.
6081         (wl-draft): Set first argument for wl-plugged-init as t.
6082
6083         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6084         definition.
6085
6086 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6087
6088         * wl-vars.el: Tabify.
6089         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6090
6091         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6092         message.
6093
6094 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6095
6096         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6097         and set default to beep.
6098
6099 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6100
6101         * wl-vars.el (wl-draft-truncate-lines): New variable.
6102
6103         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6104         instead of wl-message-truncate-lines for truncate-lines.
6105
6106 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6107
6108         * wl-message.el (wl-message-display-internal): Call
6109         `wl-highlight-message' after `elmo-mime-display-as-is'.
6110
6111         * wl-mime.el (wl-mime-display-text/plain): New function.
6112         (wl-mime-display-header): Ditto.
6113         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6114         body-presentation-method for text/plain;
6115         Register `wl-mime-display-header' as a header-presentation-method;
6116         Don't set up `elmo-message-text-content-inserted-hook' and
6117         `elmo-message-header-inserted-hook'.
6118
6119         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6120         variable.
6121         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6122         as t if flag is 'all-header;
6123         Don't bind `elmo-message-ignored-field-list',
6124         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6125
6126 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6129         for xemacs with non-mule environment.
6130
6131 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6132
6133         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6134         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6135         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6136
6137 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6138
6139         * wl-vars.el (wl-interactive-send): Set default value as t.
6140
6141 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6142
6143         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6144         (wl-addrmgr-method-list): Abolished.
6145         (wl-addrmgr-change-method): Follow above change.
6146
6147         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6148
6149 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-vars.el (wl-message-truncate-lines): Change default value
6152         to default-truncate-lines.
6153
6154         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6155
6156 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6157
6158         * wl-vars.el (wl-message-truncate-lines): New variable.
6159
6160         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6161         wl-message-truncate-lines.
6162
6163 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6164
6165         * wl-acap.el (wl-acap-init): Remove period from error message.
6166         (wl-acap-find-acap-service): Remove period from message.
6167
6168 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6169
6170         * wl.el (wl-check-environment): Undo last change.
6171
6172         * wl-vars.el (wl-from): Changed default value.
6173
6174         * wl-util.el (toplevel): Don't require tm-edit.
6175
6176         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6177         `wl-folder-init';
6178         Don't set mark on mail body.
6179         (wl-draft-reedit): Ditto.
6180
6181         * wl-address.el (wl-address-quote-specials): Define as an alias for
6182         elmo-address-quote-specials.
6183
6184 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6187
6188         * wl-vars.el (wl-from): Set default value as nil.
6189         (wl-organization): Set default value as ORGANIZATION environment
6190         variable.
6191
6192         * wl-draft.el (wl-smtp-extension-bind): Check value of
6193         wl-smtp-connection-type.
6194
6195         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6196         error.
6197
6198 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6199
6200         * Version number is increased to 2.7.4.
6201
6202         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6203         arguments from `wl-highlight-x-face-function' caller.
6204         Use x-face-1.3.6.12 or later.
6205
6206 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6207
6208         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6209
6210 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6211
6212         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6213         (wl-fcc): Fix to accept function.
6214         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6215
6216 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6217
6218         * wl-acap.el (toplevel): Added `product-provide' declare.
6219         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6220
6221 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl.el (wl): Changed order of calling `elmo-init'
6224         and `elmo-folder-init'.
6225
6226 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6227
6228         * wl-mime.el (wl-summary-burst): Extract message when content-type
6229         of root entity is not only `multipart' but also `message/rfc822'.
6230         (wl-summary-burst-subr): Ditto.
6231
6232 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-vars.el (toplevel): Require 'custom.
6235         (wl-trash-folder): Added to `wl-setting' group.
6236
6237         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6238         exists.
6239         (wl-addrmgr-draw): Insert empty line when no entry exists.
6240
6241         * wl-mule.el (wl-message-wheel-up): Fixed.
6242         (wl-message-wheel-down): Ditto.
6243
6244 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6245
6246         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6247         config is an anonymous lambda expression.
6248
6249 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6252         when Mule 2 is running.
6253
6254 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6257
6258 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6261         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6262
6263         * wl-address.el (wl-address-specials-regexp): Eliminated.
6264         (wl-address-quote-specials): Rewrite.
6265
6266 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6269         shy-groups for regexp.
6270
6271         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6272         character classes and Perl style shy-groups for regexp.
6273         (wl-highlight-plugged-current-line): Use Posix style character
6274         classes for regexp.
6275         (wl-e21-highlight-folder-by-numbers): Ditto.
6276         (wl-e21-display-image-p): Use `display-images-p' instead of
6277         `display-graphic-p'.
6278         (display-images-p): Make an alias to `display-graphic-p' if it is
6279         not available.  It is for Emacs version prior to 21.0.105.
6280
6281         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6282         `display-graphic-p'.
6283         (wl-demo-image-type-alist): Ditto.
6284         (display-images-p): Make an alias to `display-graphic-p' if it is
6285         not available.  It is for Emacs version prior to 21.0.105.
6286
6287 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6288
6289         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6290         support.
6291         (wl-generate-user-agent-string): Ditto.
6292
6293         * wl-version.el (wl-version): Update docsting.
6294         (wl-version-status): Ditto.
6295
6296 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6297
6298         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6299         21.0.105.  For Emacs 21.0.104 or earlier.
6300
6301 2001-09-03  Takuo KITAME <kitame@northeye.org>
6302
6303         * wl-e21.el (wl-plugged-init-icons): Use
6304         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6305         (wl-biff-init-icons): Ditto.
6306
6307 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * wl-highlight.el (wl-highlight-summary-current-line):
6310         Fixed highlighting refile/copy destination.
6311
6312         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6313         (wl-acap-store): Encode string by wl-acap-coding-system.
6314
6315 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6316
6317         * wl-acap.el (toplevel): Check and require 'un-define before
6318         'xemacs-ucs;
6319          Added checking for UTF-2000.
6320
6321 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6324         Don't enclose with `eval-and-compile'.
6325
6326         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6327         wl-init is non-nil.
6328
6329         * wl-draft.el (wl-draft): Ditto.
6330
6331         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6332
6333         * wl-acap.el (toplevel): Require 'wl.
6334         (wl-acap-store): Call `elmo-init'.
6335
6336         * wl.el (wl): Changed position of `wl-check-environment'.
6337         (toplevel): Added autoload setting for wl-acap.
6338
6339         * wl-vars.el (wl-setting): New custom group.
6340         (wl-from): Added wl-setting group.
6341         (wl-user-mail-address-list): Ditto.
6342         (wl-organization): Ditto.
6343         (wl-subscribed-mailing-list): Ditto.
6344         (wl-envelope-from): Ditto.
6345         (wl-smtp-posting-user): Ditto.
6346         (wl-smtp-posting-server): Ditto.
6347         (wl-smtp-posting-port): Ditto.
6348         (wl-smtp-authenticate-type): Ditto.
6349         (wl-pop-before-smtp-user): Ditto.
6350         (wl-pop-before-smtp-server): Ditto.
6351         (wl-pop-before-smtp-port): Ditto.
6352         (wl-pop-before-smtp-authenticate-type): Ditto.
6353         (wl-nntp-posting-server): Ditto.
6354         (wl-nntp-posting-user): Ditto.
6355         (wl-nntp-posting-port): Ditto.
6356         (wl-fetch-confirm-threshold): Ditto.
6357         (wl-prefetch-threshold): Ditto.
6358         (wl-thread-insert-opened): Ditto.
6359         (wl-ldap-server): Ditto.
6360         (wl-ldap-port): Ditto.
6361         (wl-ldap-base): Ditto.
6362         (wl-ldap-objectclass): Ditto.
6363         (wl-use-ldap): Ditto.
6364         (wl-draft-config-alist): Ditto.
6365         (wl-draft-config-matchone): Ditto.
6366         (wl-template-alist): Ditto.
6367         (wl-message-sort-field-list): Ditto.
6368         (wl-message-ignored-field-list): Ditto.
6369         (wl-message-visible-field-list): Ditto.
6370         (wl-interactive-send): Ditto.
6371         (wl-summary-move-order): Ditto.
6372         (wl-auto-select-first): Ditto.
6373         (wl-auto-select-next): Ditto.
6374         (wl-interactive-save-folders): Ditto.
6375
6376         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6377         Initialization codes are moved from wl-local-folder-init.
6378         (wl-local-folder-init): Follow the change above.
6379         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6380
6381         * wl-acap.el: New file.
6382
6383         * Version number is increased to 2.7.3.
6384
6385 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6388
6389 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6390
6391         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6392         (wl-addrmgr-address-entry-list): Ditto.
6393
6394 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6395
6396         * wl-e21.el (wl-draft-mode-map): Removed binding for
6397         `wl-draft-insert-x-face-field'.
6398
6399         * wl-mule.el (wl-draft-mode-map): Ditto.
6400
6401         * wl-xmas.el (wl-draft-mode-map): Ditto.
6402
6403         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6404         (wl-cs-autoconv): Ditto.
6405         (wl-cs-local): Ditto.
6406         (wl-use-scoring): Ditto.
6407         (wl-mime-charset): Ditto.
6408         (wl-folder-check-async): Ditto.
6409
6410         * wl.el (toplevel): Ignore nemacs and tm.
6411         (wl-exit): Ditto.
6412
6413         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6414         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6415         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6416         instead of wl-address-petname-add-or-change.
6417         (wl-summary-edit-addresses-subr): Use wl-address-delete
6418         instead of wl-address-petname-delete.
6419
6420         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6421
6422         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6423         if error occured.
6424
6425         * wl-message.el (require): Remove tm support.
6426
6427         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6428
6429         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6430         (wl-folder-jump-to-current-entity): Ditto.
6431         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6432
6433         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6434         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6435         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6436
6437         * wl-mule.el (wl-draft-key-setup): Ditto.
6438
6439         * wl-xmas.el (wl-draft-key-setup): Ditto.
6440
6441         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6442         (wl-draft-std11-parse-addresses): New function.
6443         (wl-draft-parse-mailbox-list): Use it.
6444         (wl-draft): Ignore nemacs.
6445         (wl-draft-reedit): Ditto.
6446
6447         * wl-addrmgr.el: New file.
6448         (Original is wl-rcpt.el written by
6449         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6450         Thanks Kitamoto-san.)
6451
6452         * wl-address.el (wl-address-make-address-list): Modified parsing
6453         process.
6454         (wl-address-delete): Renamed from `wl-address-petname-delete';
6455         Modify wl-address-list too.
6456         (wl-address-add-or-change): Renamed from
6457         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6458
6459 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6460
6461         * wl-highlight.el (wl-highlight-summary-current-line):
6462           Work with transient-mark-mode
6463
6464 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6465
6466         * Version number is increased to 2.7.2.
6467
6468         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6469         instead of elmo-dop-queue-method.
6470
6471 2001-08-06  SAITO Atsunori <sai@yedo.com>
6472
6473         * wl-vars.el (wl-ldap-objectclass): New user option.
6474
6475         * wl-address.el (wl-ldap-make-filter): Use it.
6476
6477 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6478
6479         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6480
6481 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6482
6483         * wl-folder.el (wl-folder): redisplay after folder insertion.
6484
6485         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6486
6487         * wl-summary.el (wl-summary-sync-update):
6488         Change status mark only when new-msgdb exists.
6489         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6490
6491 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6492
6493         * wl-summary.el (wl-summary-open-folder): New function.
6494         (wl-summary-goto-folder-subr): Use it.
6495         (wl-summary-mark-as-important): Fix;
6496         Encache only when no cache exists.
6497
6498 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6499
6500         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6501         Use with-current-buffer.
6502
6503 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6504
6505         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6506         before call `get-buffer'. Fixed parenthesis.
6507         (wl-score-get-header-entry): Clear message and help window when
6508         keyboard quit.
6509         (wl-score-edit-insert-header): Ditto.
6510
6511 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6514         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6515         (wl-default-draft-cite): Fix.
6516
6517         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6518         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6519
6520 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-message.el (wl-message-prev-page): Do same bahavior
6523         as summary when it is called in the message buffer.
6524         (wl-message-next-page): Ditto.
6525
6526 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-summary.el (wl-summary-forward): Use cache if it is not
6529         section cache.
6530
6531 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6534         Removed redundant require of elmo-vars.
6535         (wl-biff-state-indicator-on): Changed default value for
6536         xemacs with non-mule environment.
6537
6538         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6539         wl-message-buffer is nil;
6540         Hide progress bar after moving messages.
6541
6542 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6543
6544         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6545         message at cursor point is deleted.
6546
6547 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-vars.el: Changed file coding system to euc-japan.
6550         Added -*-coding:-*- magic to the first line.
6551
6552         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6553         Search parent from the first message.
6554
6555         * Version number is increased to 2.7.1.
6556
6557 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6558
6559         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6560
6561 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6562
6563         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6564         refile/delete execution.
6565
6566         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6567         Fixed docstring.
6568
6569 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6572         do update process;
6573         Don't update marks when update process is interrupted.
6574
6575 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * wl-summary.el (wl-summary-reply): Fixed problem when
6578         wl-draft-use-frame is non-nil.
6579         (wl-summary-forward): Ditto.
6580
6581         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6582         as nil.
6583         (wl-folder-mark-as-read-all-entity): Ditto.
6584         (wl-folder-prefetch-entity): Ditto.
6585
6586         * wl.el (wl): Check environment before wl-init.
6587
6588         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6589         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6590         instead of wl-summary-collect-unread.
6591         (wl-summary-reply): Split message window.
6592
6593 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6596         only if current language environment is japanese,
6597
6598         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6599         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6600         (wl-folder-goto-folder-subr): Ditto.
6601
6602         * wl-draft.el (wl-draft-dispatch-message): Call
6603         `elmo-file-cache-get-path'.
6604
6605 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6606
6607         * wl-summary.el (wl-summary-cursor-move): If return value of
6608         wl-summary-next-message is not number, don't jump.
6609
6610 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6611
6612         * wl-summary.el (wl-summary-buffer-next-message-function): New
6613         variable.
6614         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6615         if it is bound.
6616
6617         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6618         string.
6619
6620         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6621         (wl-plugged-drawing): Ditto.
6622
6623 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6626         process.
6627         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6628         with unwind-protect.
6629
6630         * wl.el (wl-init): Require mime-setup.
6631         (wl-check-environment): Don't require mime-setup.
6632
6633         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6634         instead of elmo-folder-type.
6635
6636         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6637         value as nil.
6638
6639 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * Version number is increased to 2.7.0.
6642
6643         * wl-version.el (wl-version): Changed codename.
6644
6645         * wl-summary.el (wl-summary-delete-cache): Fixed.
6646
6647         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6648         Workaround for net folders.
6649         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6650
6651         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6652         value to nil (According to the patch from
6653         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6654
6655         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6656         of elmo-folder-close.
6657
6658 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6659
6660         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6661         for postfix.
6662
6663 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-summary.el (wl-summary-resend-message): Fixed.
6666
6667         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6668         Call wl-draft with `from' argument if its address is included in
6669         `wl-user-mail-address-list'.
6670         (wl-draft): Added `from' argument.
6671
6672         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6673         non-nil.
6674         (wl): Don't show demo if wl-demo is nil.
6675
6676         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6677         wl-summary-use-frame.
6678
6679         * wl-vars.el (wl-summary-use-frame): New user option.
6680         (wl-folder-use-frame): Changed docstring.
6681
6682         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6683         non-nil.
6684         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6685         wl-summary-use-frame.
6686
6687         * wl-vars.el (wl-folder-use-frame): New user option.
6688
6689         * wl-summary.el (wl-summary-exit): Back to folder frame if
6690         wl-folder-use-frame is non-nil.
6691         (wl-summary-redisplay-internal): Ignore cache if current folder
6692         is draft folder,
6693         (wl-summary-redisplay-no-mime): Ditto.
6694         (wl-summary-redisplay-all-header): Ditto.
6695
6696         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6697         if wl-folder-use-frame is non-nil.
6698
6699 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * wl-summary.el (wl-summary-sync-update): Bind
6702         elmo-folder-update-threshold.
6703         (wl-summary-mark-as-important): Enclosed server mark processing
6704         with `save-match-data'.
6705
6706         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6707         only when it is already defined.
6708
6709 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6710
6711         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6712         name of folder exclude localdir is wrong.
6713         * wl-folder.el (wl-folder-sync-entity):
6714         Set `wl-summary-always-sticky-folder-list' as nil.
6715         (wl-folder-mark-as-read-all-entity): Ditto.
6716         (wl-folder-prefetch-entity): Ditto.
6717
6718 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6719
6720         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6721         instead of `wl-summary-write-current-newsgroup'.
6722
6723 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6724
6725         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6726         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6727         non-nil and selected message is important, do not display.
6728
6729 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6730
6731         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6732
6733 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6736
6737         * wl-summary.el (wl-summary-mark-as-important): Set message number
6738         using wl-summary-message-number.
6739
6740 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6741
6742         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6743         destination folder is 'null.
6744
6745 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6748         New function.
6749         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6750         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6751         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6752
6753 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-mime.el (wl-mime-setup): Added setting for
6756         `mime-setup-signature-key-alist' to avoid overriding key bind for
6757         `wl-draft-send'.
6758
6759         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6760         for `wl-draft-send'.
6761         * wl-mule.el (wl-draft-overload-functions): Ditto.
6762         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6763         * wl-draft.el (wl-draft-send): Ditto.
6764
6765         * wl-message.el (wl-message-display-internal):
6766         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6767         (Patch is provided by <kita@coe.nttdata.co.jp>).
6768
6769 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6770
6771         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6772
6773 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6774
6775         * wl.el (wl): Fix for wl-demo.
6776
6777 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6778
6779         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6780
6781 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-folder.el (wl-folder-prefetch-entity): Use
6784         `wl-folder-get-elmo-folder'.
6785         (wl-folder-count-incorporates): Do not use
6786         `wl-folder-get-elmo-folder'.
6787
6788 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6791         instead of `elmo-folder-get-type'.
6792
6793 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6794
6795         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6796         position on Subject: field.
6797         (Advised by Mito <mit@nines.nec.co.jp>)
6798
6799 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6800
6801         * wl-folder.el (wl-folder-prefetch-entity): Use
6802         `wl-folder-get-elmo-folder'.
6803
6804 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6807
6808         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6809         `process-duplicates' slot.
6810
6811         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6812         if detection failed.
6813
6814 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6815
6816         * wl-version.el (wl-version-status): Set to "alpha".
6817
6818 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6821         Check wl-message-buffer lives before set-buffer.
6822
6823 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6824
6825         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6826         called in folder mode.
6827         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6828         * wl-summary.el (wl-summary-exit-pre-hook): Run
6829         `wl-summary-exit-pre-hook' before exit summary mode.
6830
6831 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6832
6833         * wl-version.el (wl-version-status): New variable.
6834         (wl-version-status-alist): Removed.
6835         (wl-version-status): Rule included.
6836
6837 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6840         @sponichi.
6841
6842         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6843         when `mail-reply-buffer' is buffer-local variable.
6844         (Reported by <kita@coe.nttdata.co.jp>).
6845
6846 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6847
6848         * wl-vars.el (toplevel): Require 'elmo-util.
6849
6850 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6851
6852         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6853         (All other related portions are changed)
6854
6855         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6856
6857         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6858
6859 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6860
6861         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6862
6863 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6864
6865         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6866         Delete other windows to avoid an error.
6867         Use `point-marker' instead of `point' to remember the start point
6868         of body.
6869
6870         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6871
6872         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6873         number not to exceed all message number.
6874
6875 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6876
6877         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6878         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6879
6880 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6881
6882         * wl-summary.el (wl-summary-sync-force-update): Added argument
6883         no-check.
6884         (wl-summary-sync-update): Ditto.
6885         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6886         with `no-check'.
6887
6888         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6889         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6890         already running.
6891
6892 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6893
6894         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6895         `dst-folder-arg'.
6896         (wl-expire-archive-number1): Diito.
6897         (wl-expire-archive-number2): Diito.
6898         (wl-expire-archive-Date): Diito.
6899         (wl-archive-number1): Diito.
6900         (wl-archive-number2): Diito.
6901         (wl-archive-date): Diito.
6902         (wl-archive-folder-p): New function.
6903         (wl-summary-expire): Support of expand folder name at
6904         wl-expire-alist.
6905         * wl-util.el (wl-expand-newtext): Renamed from
6906         `wl-refile-expand-newtext'.
6907
6908 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6909
6910         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6911         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6912         `(elmo-msgdb-get-overview msgdb)'.
6913         (wl-summary-prefetch): Bind match data before call
6914         `wl-summay-prefetch-msg'.
6915         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6916         'off if `wl-summary-buffer-disp-msg' is non-nil.
6917         Fixed problem that couldn't show only one new or unread message when
6918         enter folder.
6919         (wl-summary-reply): Don't call `split-window-vertically' and other
6920         window.
6921
6922 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-expire.el (wl-expire-refile): Fixed.
6925
6926 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6929
6930         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6931         biff notification is removed.
6932
6933         * wl.el (wl): Changed position of `elmo-init'.
6934
6935         * wl-draft.el (wl-default-draft-cite): Use date field
6936         on the citation buffer.
6937
6938         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6939
6940         * wl-xmas.el (wl-folder-internal-icon-list): Added
6941         `wl-folder-shimbun-image'.
6942
6943         * wl-e21.el (wl-folder-internal-icon-list): Added
6944         `wl-folder-shimbun-image'.
6945
6946 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * wl.el (wl-init): Eliminated argument.
6949         (wl): Rewrite.
6950
6951         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6952         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6953         instead of `elmo-folder-msgdb-internal'.
6954         (wl-summary-sync-update): Ditto.
6955         (wl-summary-flush-pending-append-operations): Eliminated.
6956         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6957         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6958         `elmo-folder-open'.
6959
6960         * wl-mime.el (wl-summary-burst): Fixed.
6961
6962         * wl-folder.el (wl-folder-info-save): Check data type.
6963
6964         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6965         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6966         instead of `elmo-folder-msgdb-internal'.
6967         (wl-expire-hide): Ditto.
6968
6969
6970         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6971
6972 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6973
6974         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6975
6976 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6977
6978         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6979
6980 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6981
6982         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6983         Fixed `match-beginning' argument mismatch.
6984
6985 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6986
6987         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6988         the default value.
6989
6990 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6993         instead of `elmo-nntp-default-port'.
6994
6995         * wl-vars.el: Fixed some doc strings.
6996
6997 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6998
6999         * wl-summary.el (wl-summary-prefetch-msg): Use
7000         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7001
7002         * wl-vars.el: Define *-func as obsolete variable using
7003         `elmo-define-obsolete-variable'.
7004
7005         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7006         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7007         instead of `wl-message-buffer-prefetch-threshold'.
7008
7009         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7010
7011         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7012
7013         * wl-draft.el (wl-caesar-region-func): Ditto.
7014
7015         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7016         Keep unread status in elmo-folder-move-messages.
7017         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7018
7019 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7020
7021         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7022         `wl-summary-buffer-exit-func'
7023         (wl-summary-buffer-message-redisplay-function): Renamed from
7024         `wl-summary-buffer-message-redisplay-func'
7025         (wl-summary-buffer-next-folder-function): Renamed from
7026         `wl-summary-buffer-next-folder-func'.
7027         (wl-summary-buffer-prev-folder-function): Renamed from
7028         `wl-summary-buffer-prev-folder-func'.
7029         (wl-summary-get-petname-function): Renamed from
7030         `wl-summary-get-petname-func'.
7031
7032         * wl-score.el (wl-score-edit-exit-function): Renamed from
7033         `wl-score-edit-exit-func'.
7034
7035         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7036         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7037
7038         * wl-util.el (wl-load-profile-function): Renamed from
7039         `wl-load-profile-func'.
7040
7041         * wl-folder.el (wl-folder-completion-function): Renamed from
7042         `wl-folder-completion-func'.
7043         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7044
7045         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7046         `wl-expire-archive-get-folder-func'.
7047         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7048         (wl-draft-send-mail-function): Renamed from
7049         `wl-draft-send-mail-func'.
7050         (wl-draft-send-news-function): Renamed from
7051         `wl-draft-send-news-func'.
7052         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7053         (wl-generate-mailer-string-function): Renamed from
7054         `wl-generate-mailer-string-func'.
7055         (wl-highlight-signature-search-function): Renamed from
7056         `wl-highlight-signature-search-func'.
7057         (wl-highlight-x-face-function): Renamed from
7058         `wl-highlight-x-face-func'
7059         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7060         (wl-ps-print-buffer-function): Renamed from
7061         `wl-ps-print-buffer-func'
7062         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7063         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7064         (wl-summary-subject-filter-function): Renamed from
7065         `wl-summary-subject-filter-func'.
7066
7067         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7068         `wl-draft-queue-flush-send-func'
7069         (wl-draft-cite-function): Renamed from
7070         `wl-draft-cite-func'
7071
7072         * wl-address.el (wl-address-init-function): Renamed from
7073         `wl-address-init-func'.
7074
7075 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7076
7077         * wl-draft.el (wl-draft-queue-flush): Don't call
7078         `elmo-dop-unlock-message'.
7079         * wl-draft.el (wl-draft-queue-append): Don't call
7080         `elmo-dop-lock-message'.
7081
7082         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7083         (wl-summary-buffer-folder-name): Ditto.
7084         (wl-summary-message-regexp): Added '-' (all other related portions
7085         are changed).
7086         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7087         wl-summary-buffer-folder-name.
7088
7089 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7090
7091         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7092         the number of mails in the folder buffer is not updated by wl-biff.
7093
7094 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7095
7096         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7097         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7098
7099 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7100
7101         * wl-summary.el (wl-summary-next-message):
7102         Return next message number when wl-summary-move-order is nil.
7103
7104 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7105
7106         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7107         `wl-summary-move-spec-alist'.
7108         (wl-summary-move-spec-unplugged-alist): New variable
7109         (Move spec for unplugged status).
7110         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7111         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7112
7113 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7114
7115         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7116         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7117
7118 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7119
7120         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7121         simple quotation to quote the anonymous function.
7122         * tm-wl.el (wl-draft-preview-message): Ditto.
7123
7124 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7125
7126         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7127         Eliminate redundant `save-excursion'.
7128         (wl-highlight-summary-current-line): Ditto.
7129
7130         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7131         accessing match data when `looking-at' failed.
7132
7133         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7134         `elmo-match-string' where users don't care about the speed.
7135         (wl-draft-save): Ditto.
7136
7137 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * wl-util.el (wl-regexp-opt): New function.
7140
7141         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7142         number from `wl-summary-buffer-number-list'.
7143         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7144         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7145         (wl-summary-move-spec-alist): Changed default setting.
7146
7147 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7148
7149         * wl-vars.el (wl-biff-notify-hook): New hook.
7150         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7151         the arrival of new mail.
7152         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7153         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7154
7155 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7158
7159 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7160
7161         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7162
7163         * Version number is increased to 2.5.8.
7164
7165         * wl-thread.el (toplevel): require 'cl.
7166         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7167         (wl-thread-make-number-list): New function.
7168         (wl-thread-entity-make-number-list-from-children): Ditto.
7169         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7170         (wl-thread-entity-insert-as-children): Likewise.
7171         (wl-thread-delete-message): Likewise.
7172         (wl-meaning-of-mark): Eliminated.
7173         (wl-thread-next-failure-mark-p): Ditto.
7174         (wl-thread-entity-get-mark): Ditto.
7175         (wl-thread-meaning-alist-get-result): Ditto.
7176         (wl-thread-entity-check-prev-mark): Ditto.
7177         (wl-thread-entity-check-next-mark): Ditto.
7178         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7179         (wl-thread-entity-get-prev-marked-entity): Ditto.
7180         (wl-thread-get-prev-unread): Ditto.
7181         (wl-thread-jump-to-prev-unread): Ditto.
7182         (wl-thread-get-next-unread): Ditto.
7183         (wl-thread-jump-to-next-unread): Ditto.
7184         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7185         (wl-thread-entity-get-next-marked-entity): Ditto.
7186
7187         * wl-summary.el (wl-summary-buffer-number-list):
7188         New bufer-local variable.
7189         (wl-summary-switch-to-clone-buffer): Clone
7190         `wl-summary-buffer-number-list'.
7191         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7192         (wl-summary-cursor-move-regex): Eliminated.
7193         (wl-summary-cursor-up): Rewrite.
7194         (wl-summary-cursor-down): Ditto.
7195         (wl-summary-mode-spec-alist): New variable.
7196         (wl-summary-next-message): New inline function.
7197         (wl-summary-cursor-move): New function.
7198         (wl-summary-default-get-next-msg): Rewrite.
7199         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7200         (wl-summary-rescan): Ditto.
7201         (wl-summary-sync-all-init): Ditto.
7202         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7203         summary is not thread view.
7204         (wl-summary-sync-update): Ditto.
7205         (wl-summary-rescan): Ditto.
7206         (wl-summary-make-number-list): New function.
7207
7208         * wl-draft.el: "FCC" -> "Fcc".
7209
7210 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7211
7212         * wl-highlight.el (wl-highlight-summary-window):
7213         Call `set-buffer-modified-p'.
7214
7215         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7216         (wl): Call `elmo-init' and fix.
7217
7218         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7219         Use new variables.
7220
7221         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7222
7223 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7226
7227 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7228
7229         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7230
7231 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7232
7233         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7234         `wl-use-toolbar' nor `display-graphic-p'.
7235         (wl-e21-setup-message-toolbar): Ditto.
7236         (wl-e21-setup-summary-toolbar): Ditto.
7237         (wl-e21-setup-folder-toolbar): Ditto.
7238
7239         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7240         (wl-plugged-init-icons): Ditto.
7241
7242         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7243         `display-graphic-p'.
7244         (wl-plugged-set-folder-icon): Ditto.
7245         (wl-highlight-plugged-current-line): Ditto.
7246         (wl-highlight-folder-current-line): Ditto.
7247         (wl-e21-highlight-folder-group-line): Ditto.
7248         (wl-e21-setup-toolbar): Ditto.
7249         (wl-e21-display-image-p): New macro.
7250
7251         * wl-demo.el (wl-demo): Simplified.
7252         (wl-demo-image-type-alist): Use `image-type-available-p' for
7253         checking whether the image type `xbm' is available.
7254
7255 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7258         (wl-summary-input-range): Ditto.
7259
7260 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * wl-summary.el (wl-summary-edit-addresses): Use
7263         `wl-summary-get-original-buffer'
7264         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7265         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7266         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7267         (wl-summary-get-newsgroups): Eliminated.
7268         (wl-summary-set-crosspost): Ditto.
7269         (wl-summary-is-crosspost-folder): Ditto.
7270         (wl-crosspost-alist-load): Ditto.
7271         (wl-crosspost-alist-save): Ditto.
7272
7273         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7274         `elmo-setup-subscribed-newsgroups' instead of
7275         `elmo-nntp-make-groups-hashtb'.
7276         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7277         instead of `wl-crosspost-alist-save'.
7278
7279         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7280         of `elmo-folder-message-appendable-p'.
7281         (wl-mime-header-presentation-method): Eliminated.
7282
7283         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7284         (Error occurs in emacs21).
7285
7286         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7287         the current buffer).
7288
7289         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7290         instead of `wl-crosspost-alist-save'.
7291         (wl-init): `elmo-crosspost-message-alist-load'
7292         instead of `wl-crosspost-alist-load'
7293
7294         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7295         (wl-parse-newsgroups): Likewise.
7296         (wl-biff-notify): Run `wl-biff-notify-hook'.
7297
7298 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7301
7302         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7303         when `wl-summary-lazy-highlight' is non-nil.
7304         (wl-summary-goto-folder-subr): Highlight only when
7305         `wl-summary-lazy-highlight' is non-nil.
7306
7307         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7308         Don't display progress and highlight temp-mark when
7309         `wl-summary-lazy-highlight' is non-nil.
7310         (wl-highlight-summary-window): New function.
7311         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7312
7313 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7314
7315         * wl-summary.el (wl-summary-sync): Change `all-visible'
7316         from `all-shown'
7317         (wl-summary-input-range): Ditto.
7318
7319 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7320
7321         * wl-e21.el (wl-highlight-folder-current-line): Call
7322         `wl-folder-init-icons' when folder icons have not been initialized.
7323
7324         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7325
7326         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7327         (wl-demo-image-type-alist): New macro.
7328
7329 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7330
7331         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7332         display does not support graphics.
7333         (wl-plugged-init-icons): Ditto.
7334         (wl-folder-init-icons): Ditto.
7335
7336         * wl-demo.el (wl-demo): Chech closely whether the display
7337         supports graphics.
7338
7339 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * wl-summary.el (wl-summary-get-original-buffer): New function.
7342         (wl-summary-set-crosspost): Use it.
7343         (wl-summary-target-mark-uudecode): Ditto.
7344         (wl-summary-reedit): Ditto.
7345         (wl-summary-resend-bounced-mail): Ditto.
7346         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7347         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7348
7349         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7350         (wl-message-display-internal): Ditto.
7351
7352 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7355
7356 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-summary.el (wl-summary-save-view): Renamed from
7359         `wl-summary-save-status'.
7360
7361 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7362
7363         * wl-summary.el (wl-summary-sync): Added `all-shown'
7364
7365 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7366
7367         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7368
7369 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7370
7371         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7372
7373 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7374
7375         * wl-highlight.el (wl-highlight-summary-line-string): Use
7376         `zerop' instead of `= 0'.
7377         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7378
7379         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7380         for comparing numbers.
7381         (wl-template-prev): Use `zerop' instead of `eq 0'.
7382
7383         * wl-draft.el (wl-draft-insert-current-message): Use
7384         `with-current-buffer' instead of `save-excursion'.
7385         Use `zerop' instead of `eq 0'.
7386
7387 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7388
7389         * wl-draft.el (wl-draft-insert-ccs): New function.
7390         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7391         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7392
7393 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7396
7397 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * wl-expire.el (wl-expire-refile): Don't call
7400         elmo-msgdb-add-msgs-to-seen-list;
7401         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7402         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7403
7404 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7405
7406         * wl-message.el (wl-message-prev-page): Ignore errors while
7407         scroll-down.
7408
7409 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7410
7411         * wl-mime.el: Use elmo-original-message-mode instead of
7412         mmelmo-original-mode.
7413
7414         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7415         `elmo-folder-get-spec';
7416         (wl-fldmgr-add-completion-all-completions):
7417         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7418
7419         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7420         of `elmo-folder-get-type'.
7421
7422         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7423         `elmo-folder-get-spec';
7424         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7425         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7426         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7427         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7428         `elmo-read-msg-no-cache';
7429         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7430         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7431         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7432         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7433         `elmo-cache-save';
7434         (wl-draft-reedit): Use `elmo-message-file-name'.
7435
7436         * wl-expire.el: Use `elmo-folder-name-internal';
7437         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7438         Use macro `wl-summary-buffer-msgdb' instead of variable
7439         `wl-summary-buffer-msgdb';
7440         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7441         Use macro `wl-summary-buffer-folder-name' instead of variable
7442         `wl-summary-buffer-folder-name'.
7443         * wl-score.el: Likewise.
7444
7445         * wl-message.el: Rewrite for new message buffer cache mechanism.
7446         (wl-message-buffer-cache-buffer-get): New macro.
7447         (wl-message-buffer-cache-folder-get): Ditto.
7448         (wl-message-buffer-cache-message-get): Ditto.
7449         (wl-message-buffer-cache-entry-make): Ditto.
7450         (wl-message-buffer-cache-hit): Ditto.
7451         (wl-message-buffer-cache-sort): New function.
7452         (wl-message-buffer-cache-add): Ditto.
7453         (wl-message-buffer-cache-delete): Ditto.
7454         (wl-message-buffer-cache-clean-up): Ditto.
7455         (wl-message-buffer-window): Rewrite.
7456         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7457         (wl-message-buffer-display): New function.
7458         (wl-message-display-internal): New function.
7459
7460 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * wl-folder.el: Use `elmo-folder-name-internal';
7463         Use `wl-folder-get-elmo-folder';
7464         Use `elmo-folder-list-messages' instead of
7465         `elmo-list-folder';
7466         Use `elmo-folder-get-primitive-list' instead of
7467         `elmo-folder-get-primitive-spec-list';
7468         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7469         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7470         Use `elmo-folder-create' instead of `elmo-create-folder'.
7471         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7472         (wl-folder-get-elmo-folder): New macro.
7473         (wl-folder-elmo-folder-cache-get): Ditto.
7474         (wl-folder-elmo-folder-cache-put): Ditto.
7475         (wl-folder-suspend): Call `elmo-quit'.
7476
7477         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7478         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7479         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7480         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7481         (toplevel): require 'cl.
7482         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7483
7484         * wl-summary.el: Rewrite to use new elmo interface.
7485
7486 \f
7487 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-mime.el (wl-draft-preview-message):
7490         Run `wl-draft-send-hook' before collecting recipients information;
7491         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7492
7493         * tm-wl.el (wl-draft-preview-message): Ditto.
7494
7495 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7498         wrong recipients are displayed when forwarded message.
7499
7500 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * Version number is increased to 2.5.7.
7503
7504 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7505
7506         * wl-message.el (wl-message-next-page): Bind
7507         `window-pixel-scroll-increment' to nil while scrolling up.
7508
7509 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7510
7511         * wl-vars.el (wl-save-hook): New hook.
7512         * wl.el (wl-save): Call `wl-save-hook'.
7513
7514 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7515
7516         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7517         Argument WITH-ARG instead of NO-ARG (negative mean).
7518         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7519         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7520         * wl-message.el (wl-message-follow-current-entity): Likewise.
7521
7522 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7523
7524         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7525         FROM was optional argument.
7526         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7527
7528 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7529
7530         * Version number is increased to 2.5.6.
7531
7532 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7533
7534         * wl-version.el (wl-version-show): Removed.
7535         (wl-version): Add `interactive'.
7536
7537 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7538
7539         * wl-summary.el (wl-summary-get-petname-func): New variable.
7540         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7541         instead of `wl-address-get-petname-1'.
7542         (wl-summary-simple-from): Ditto.
7543
7544         * wl-address.el (wl-address-get-petname-1): Define as function.
7545
7546 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7549         field in the original message.
7550         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7551
7552 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7553
7554         * wl-expire.el (wl-expire-hide):
7555         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7556
7557 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7558
7559         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7560         find decoder for To, Cc, and Subject.
7561
7562 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7565         for checking `elmo-use-buffer-cache'.
7566         (wl-summary-mark-as-important): Fixed typo in comment.
7567
7568 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7571         field in the original message.
7572         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7573
7574 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7575
7576         * wl-expire.el (wl-expire-hide):
7577         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7578
7579 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7582         find decoder for To, Cc, and Subject.
7583
7584 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * Version number is increased to 2.5.5.
7587
7588         * wl-address.el (wl-address-specials-regexp): New constant.
7589         (wl-address-quote-specials): Use it.
7590
7591 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7592
7593         * wl-summary.el (wl-summary-rescan):
7594         Call `wl-summary-buffer-number-column-detect'.
7595         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7596
7597         * wl-message.el (wl-message-mode-map): Define.
7598         (wl-message-decode): Use it as local-map.
7599
7600 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7603         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7604
7605 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7608
7609         * wl-mule.el (wl-read-event-char): Ditto.
7610
7611         * wl-e21.el (wl-read-event-char): Ditto.
7612
7613         * wl-nemacs.el (wl-read-event-char): Ditto.
7614         (read-event): Removed.
7615
7616         * wl-util.el (toplevel): Removed dummy definition of
7617         `read-event'.
7618         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7619
7620 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7621
7622         * wl-nemacs.el (elmo-archive-call-process): Moved to
7623         elmo-archive.el.
7624
7625 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7626
7627         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7628         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7629
7630         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7631         instead of magic-number 6.  Use `not' instead of `null' for symbol
7632         `nil' check (not empty list).
7633         (wl-draft-insert-x-face-field): Fixed paren style.
7634
7635         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7636         one-branch conditional statement, instead of `and' and `if'.
7637         (wl-draft-forward): Likewise.
7638         (wl-draft-add-references): Likewise.
7639         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7640
7641         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7642         conditional steatment.  Use `cond' instead of `if'.
7643         (wl-draft-confirm): Likewise.
7644
7645 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7646
7647         * wl-version.el (wl-version-show): Use `product-string-1'
7648         instead of `wl-version'.
7649         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7650
7651         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7652
7653 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7654
7655         * wl-highlight.el (wl-highlight-headers): Revert
7656         `wl-highlight-x-face-func' argument (`beg' and `end').
7657
7658 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7659
7660         * wl.el (toplevel): Move `product-provide' declare.
7661         * wl-demo.el (toplevel): Ditto.
7662         * wl-dnd.el (toplevel): Ditto.
7663         * wl-highlight.el (toplevel): Ditto.
7664         * wl-message.el (toplevel): Ditto.
7665         * wl-refile.el (toplevel): Ditto.
7666         * wl-util.el (toplevel): Ditto.
7667
7668 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7669
7670         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7671         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7672         (wl-thread-close-all): keep cursor position.
7673
7674 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7675
7676         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7677         (eq x 0).
7678         (wl-generate-user-agent-string-1): Fix conditional statement.
7679
7680 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7681
7682         * wl.el (wl-check-environment): Additional check for
7683         'wl-local-domain' and `wl-message-id-domain'.
7684
7685 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7686
7687         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7688
7689 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7690
7691         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7692         instead of `smtp-sasl-user-realm'.
7693
7694 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7695
7696         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7697
7698 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7699
7700         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7701         to the default value as well as `eword-lexical-analyzer'.
7702
7703 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7704
7705         * wl-version.el (wl-extended-emacs-version,
7706         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7707         `elmo-match-string' instead of `wl-match-string'.
7708
7709 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7710
7711         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7712         docstring.
7713
7714 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7715
7716         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7717
7718 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7719
7720         * wl-highlight.el (wl-highlight-headers): Remove
7721         `wl-highlight-x-face-func' argument (`beg' and `end').
7722
7723 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-summary.el (wl-summary-mark-as-important):
7726         Remove cache if folder is local.
7727
7728 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7729
7730         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7731         to get existing e-mail address string.
7732
7733 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7734
7735         * wl-version.el (wl-generate-user-agent-string): Commentary.
7736         (wl-generate-user-agent-string-1): Use `when' for
7737         one-branch conditional statement, instead of `and' and `if'.
7738         (wl-extended-emacs-version, wl-extended-emacs-version2,
7739         wl-extended-emacs-version3): Ditto.
7740
7741 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7744         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7745         condition-case; Remove initialization.
7746         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7747         (wl-summary-sync-update3): Added argument `sync-all';
7748         Eliminated local variable `msgdb';
7749         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7750         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7751         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7752
7753 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7754
7755         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7756         connection before call `wl-draft-send-mail-with-smtp'.
7757
7758 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7759
7760         * Version number is increased to 2.5.4.
7761
7762 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7763
7764         * wl.el (wl-check-environment): Additional check for
7765         'wl-local-domain' and `wl-message-id-domain'.
7766
7767 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7770         buffer as command specific.
7771         (wl-folder-mark-as-read-all-entity): Ditto.
7772         (wl-folder-prefetch-entity): Ditto.
7773         (wl-folder-drop-unsync-entity): Ditto.
7774
7775         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7776         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7777         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7778
7779         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7780         save-excursion.
7781
7782 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7783
7784         * Version number is increased to 2.5.3.
7785
7786         * wl-summary.el (wl-summary-save-view-cache):
7787         Delete duplicated `write-region';
7788         Use `write-region-as-binary' instead of `as-binary-output-file' and
7789         `write-region'.
7790
7791 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7792
7793         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7794
7795 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7798         instead of `smtp-via-smtp'.
7799
7800 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7801
7802         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7803
7804 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7805
7806         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7807         instead of `smtp-sasl-user-realm'.
7808
7809 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7810
7811         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7812
7813 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7814
7815         * Version number is increased to 2.5.2.
7816
7817 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7820         does not exist.
7821         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7822         (wl-biff-start): Call `timer-activate' if timer already exists.
7823
7824         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7825         only when it is bound as function.
7826
7827 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * Version number is increased to 2.5.1.
7830
7831 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7834         Print refile/copy destination.
7835
7836 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7837
7838         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7839         queue-flush-only is non-nil.
7840
7841         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7842
7843         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7844         checking cache folder.
7845
7846 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7847
7848         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7849         `regexp-quote'.
7850
7851 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7852
7853         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7854         function.
7855         * wl-summary.el (wl-summary-write-current-folder-functions):
7856         Change default value.  Use it.
7857
7858 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7859
7860         * Version number is increased to 2.5.0.
7861
7862         * wl-version.el (wl-version): Changed codename.
7863
7864 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7865
7866         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7867         (wl-summary-supersedes-message): Ditto.
7868
7869 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7870
7871         * wl-refile.el (wl-refile-guess-functions): Renamed from
7872         `wl-refile-guess-func-list'.
7873
7874 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7877         Fixed problem when no rule was matched.
7878
7879 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7880
7881         * wl-summary.el (wl-summary-get-mark): Fixed
7882         `wl-summary-buffer-target-mark' check logic.
7883
7884 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7885
7886         * wl-folder.el (wl-folder-write-current-folder): Added group
7887         folder check.
7888
7889         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7890         `wl-summary-write-current-newsgroup'.
7891         (wl-summary-write-current-folder-functions): New variable.
7892         * wl-folder.el (wl-folder-get-newsgroups): New function.
7893         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7894         (wl-folder-write-current-folder): Renamed from
7895         `wl-folder-write-current-newsgroup'.
7896
7897 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7898
7899         * Version number is increased to 2.3.93.
7900
7901 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7904         (wl-ldap-make-matched-value-list): Ditto.
7905         (wl-ldap-alias-safe-string): Split e-mail address.
7906
7907         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7908         petname folder default was selected.
7909         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7910         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7911
7912 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7915         to `wl-draft-config-exec'.
7916
7917         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7918         instead of calling `wl-draft-config-exec';
7919         Process group-list and show recipients in minibuffer.
7920
7921         * tm-wl.el (wl-draft-preview-message): Ditto.
7922
7923 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7924
7925         * wl.el (toplevel): Added (C) to copyright notice, and
7926         sync Author header.
7927         * tm-wl.el (toplevel): Ditto.
7928         * wl-address.el (toplevel): Ditto.
7929         * wl-demo.el (toplevel): Ditto.
7930         * wl-dnd.el (toplevel): Ditto.
7931         * wl-draft.el (toplevel): Ditto.
7932         * wl-e21.el (toplevel): Ditto.
7933         * wl-expire.el (toplevel): Ditto.
7934         * wl-folder.el (toplevel): Ditto.
7935         * wl-highlight.el (toplevel): Ditto.
7936         * wl-message.el (toplevel): Ditto.
7937         * wl-mime.el (toplevel): Ditto.
7938         * wl-mule.el (toplevel): Ditto.
7939         * wl-nemacs.el (toplevel): Ditto.
7940         * wl-refile.el (toplevel): Ditto.
7941         * wl-score.el (toplevel): Ditto.
7942         * wl-summary.el (toplevel): Ditto.
7943         * wl-template.el (toplevel): Ditto.
7944         * wl-thread.el (toplevel): Ditto.
7945         * wl-util.el (toplevel): Ditto.
7946         * wl-vars.el (toplevel): Ditto.
7947         * wl-xmas.el (toplevel): Ditto.
7948
7949 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7950
7951         * wl.el (wl-init): Added comment about `wl-init-hook'.
7952         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7953         * wl-vars.el (wl-init-hook): Added docs.
7954         (wl-make-plugged-hook): Removed useless docs.
7955         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7956         * wl-xmas.el (toplevel): Ditto.
7957
7958 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7959
7960         * wl-address.el (toplevel): Fixed multiple Author header format.
7961         * wl-demo.el (toplevel): Ditto.
7962         * wl-draft.el (toplevel): Ditto.
7963         * wl-folder.el (toplevel): Ditto.
7964         * wl-summary.el (toplevel): Ditto.
7965         * wl-thread.el (toplevel): Ditto.
7966         * wl-util.el (toplevel): Ditto.
7967         * wl-vars.el (toplevel): Ditto.
7968         * wl-version.el (toplevel): Ditto.
7969         * wl-xmas.el (toplevel): Ditto.
7970         * wl.el (toplevel): Ditto.
7971
7972         * wl-version.el (toplevel): Added require `elmo-version' for
7973         `product-version-as-string'.
7974
7975 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-vars.el (wl-draft-send-hook): Changed default value to
7978         '(wl-draft-config-exec).
7979
7980         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7981         explicitly.
7982         (wl-draft): Set `wl-draft-config-exec-flag' before running
7983         `wl-mail-setup-hook'.
7984
7985         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7986         `wl-biff-init-icons' to `wl-init-hook' instead of
7987         `wl-make-plugged-hook'.
7988         (Because if `wl-draft' command is invoked at first,
7989         they are not initialized)
7990         Updated copyright notice.
7991
7992         * wl-e21.el (toplevel): Ditto;
7993
7994         * wl-demo.el (toplevel): Updated copyright notice.
7995         * wl-address.el (toplevel): Ditto.
7996         * wl-draft.el (toplevel): Ditto.
7997         * wl-version.el (toplevel): Ditto.
7998         * wl-folder.el (toplevel): Ditto.
7999         * wl-summary.el (toplevel): Ditto.
8000         * wl-thread.el (toplevel): Ditto.
8001         * wl-util.el (toplevel): Ditto.
8002         * wl-vars.el (toplevel): Ditto.
8003         * wl.el (toplevel): Ditto.
8004
8005 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8006
8007         * wl-highlight.el (wl-highlight-message): Fixed problem of
8008         highlighting failure which occured when the last field contains
8009         multiple lines in the draft buffer.
8010
8011         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8012         `wl-biff-start' if plugged.
8013
8014         * wl-util.el (wl-biff-check-folder): New function.
8015         (wl-biff-check-folders): Don't set session name prefix.
8016         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8017         (wl-biff-check-folder-async): Ditto.
8018
8019         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8020         in email address.
8021
8022 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8023
8024         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8025
8026         * wl-draft.el (wl-draft-strip-subject-re): New function.
8027
8028         * wl-draft.el (wl-draft-reply): Use it.
8029
8030 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * wl-message.el (wl-mmelmo-message-redisplay): Use
8033         `mime-display-message' instead of `wl-mime-display-message'.
8034
8035         * wl-mime.el (toplevel): Removed compatibility workaround
8036         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8037         (wl-mime-display-message): Abolished.
8038         (wl-mime-entity-read-field): Ditto.
8039         (wl-mime-combine-message/partial-pieces): Use
8040         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8041
8042 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8043
8044         * wl-template.el: Doc fixes.
8045
8046 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8047
8048         * wl-e21.el (wl-message-overload-functions): Do nothing if
8049         `current-local-map' is not available.
8050         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8051
8052 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8053
8054         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8055         representation.
8056
8057         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8058         number.
8059         (wl-fldmgr-save-folders): Don't use `format' when insert
8060         `wl-fldmgr-folders-header'.
8061
8062 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8063
8064         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8065
8066 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-highlight.el (wl-highlight-message):
8069         Use `std11-field-end' to detect end point of the header field.
8070         Refer `wl-highlight-max-header-size'.
8071
8072         * wl-vars.el (wl-highlight-max-header-size): New variable.
8073
8074         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8075
8076         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8077         Set `for-draft' argument of wl-highlight-headers.
8078         (wl-draft): Ditto.
8079         (wl-draft-reedit): Ditto.
8080         (wl-user-agent-compose-internal): Ditto.
8081
8082 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8083
8084         * wl-message.el (wl-message-add-button): Use overlay.
8085
8086 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8089
8090         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8091         problem when group-list content is nothing.
8092         (Reported by Mito <mit@nines.nec.co.jp>)
8093
8094 2000-10-18  SAITO Atsunori <sai@yedo.com>
8095
8096         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8097
8098 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8099
8100         * tm-wl.el (toplevel): Use product-provide.
8101
8102 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * Version number is increased to 2.3.92.
8105
8106 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8107
8108         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8109         title text, use `display' property for left margin under Emacs 21.
8110
8111         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8112         properties.
8113         (wl-plugged-init-icons): Ditto.
8114
8115 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8116
8117         * wl.el (wl-save-status, wl-init): Remove last period in
8118         "...done." message.
8119         * tm-wl.el (wl-summary-burst): Ditto.
8120         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8121         wl-summary-resume-cache-status,
8122         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8123         wl-summary-sync-update3, wl-summary-highlight-msgs,
8124         wl-summary-flush-pending-append-operations,
8125         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8126         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8127         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8128         wl-thread-open-all): Ditto.
8129         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8130         * wl-mime.el (wl-summary-burst): Ditto.
8131         * wl-highlight.el (wl-highlight-summary): Ditto.
8132         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8133         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8134         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8135         * wl-address.el (wl-local-address-init): Ditto.
8136
8137 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8138
8139         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8140         `add-text-properties'.
8141         (wl-plugged-init-icons): Ditto.
8142         (wl-folder-init-icons): Use `propertize' instead of
8143         `put-text-property'.
8144         (wl-plugged-set-folder-icon): Ditto.
8145         (wl-e21-highlight-folder-group-line): Ditto.
8146
8147 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-version.el (wl-version-status-alist): New variable.
8150         (wl-version-status): New function.
8151
8152         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8153         "Cc" part of the case "Reply-To".
8154
8155         * wl-draft.el (wl-draft-reply): Use result of
8156         `eword-extract-address-components'.
8157
8158         * wl-demo.el (wl-demo-icon-name): New constant.
8159         (wl-logo-xpm): Use it.
8160         (wl-logo-xbm): Ditto.
8161         (wl-logo-bitmap): Ditto.
8162
8163         * Version number is increased to 2.3.91.
8164
8165 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8166
8167         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8168         (wl-extended-emacs-version, wl-extended-emacs-version2,
8169         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8170         docstring.
8171
8172         * wl-version.el (wl-generate-user-agent-string-1): New function.
8173         (wl-generate-user-agent-string): Use it.
8174
8175         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8176         `mime-edit-insert-user-agent-field'.
8177         (wl-generate-user-agent-string): Check
8178         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8179
8180         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8181         instead of `if', when verbose case.
8182
8183 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8184
8185         * wl-expire.el (wl-summary-expire): Fix.
8186
8187 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8188
8189         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8190         and `elmo-lost+found-folder' if 'wl-draft.
8191         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8192
8193 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8194
8195         * wl-expire.el (wl-summary-expire): Change messages.
8196         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8197         `deleing-info' instead of "Deleting..."
8198
8199 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8200
8201         * wl-summary.el (wl-summary-refile-subr): Fix.
8202
8203 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8204
8205         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8206         if pipe folder.
8207
8208 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8209
8210         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8211
8212 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8213
8214         * wl-expire.el (wl-expire-hide): New function.
8215         (wl-summary-expire): Add `hide'.
8216
8217 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8218
8219         * wl-vars.el (wl-draft-reply-without-argument-list):
8220         Changed default value to consider `Reply-To:'.
8221         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8222
8223         * Version number is increased to 2.3.90.
8224
8225         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8226         elmo-imap4-get-session with unwind-protect.
8227         Don't cause error.
8228         (wl-summary-sync-marks): Don't check plugged nor folder type.
8229         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8230         (Always keep current buffer).
8231
8232 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8233
8234         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8235         Enclose with `save-excursion'.
8236
8237 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8238
8239         * wl-version.el (wl-version): Remove interactive.
8240
8241 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8242
8243         * wl-version.el (wl-generate-user-agent-string): Use
8244         `product-string-verbose' instead of `product-string-1'.
8245
8246 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8247
8248         * wl-vars.el (wl-draft-use-cache): New variable.
8249         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8250         if wl-draft-use-cache is non-nil.
8251
8252 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8253
8254         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8255         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8256
8257 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8260         (wl-thread-msg-mark-as-unread): Ditto.
8261
8262         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8263         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8264         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8265         Don't set mark in summary if return value of `elmo-mark-as-read'
8266         is nil.
8267         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8268         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8269         instead of `wl-thread-msg-mark-as-read'.
8270         (wl-summary-mark-as-unread-region): Ditto.
8271         (wl-summary-target-mark-mark-as-read): Ditto.
8272
8273         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8274
8275 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8278
8279         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8280
8281 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8284         face.
8285
8286 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8287
8288         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8289         `running-xemacs'.
8290
8291 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8292
8293         * wl-version.el (toplevel): Use `product-version-as-string' for
8294         set verstion-string, if defined.
8295
8296         * wl-version.el (wl-version-show): Insert string at point, when
8297         call with argument.
8298
8299         * wl-version.el (wl-generate-user-agent-string): Use
8300         `product-string-1' instead of `wl-appname', `wl-version' and
8301         `wl-codename'.
8302
8303 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8304
8305         * wl-address.el (toplevel): Use product-provide.
8306         * wl-demo.el (toplevel): Ditto.
8307         * wl-dnd.el (toplevel): Ditto.
8308         * wl-draft.el (toplevel): Ditto.
8309         * wl-e21.el (toplevel): Ditto.
8310         * wl-expire.el (toplevel): Ditto.
8311         * wl-fldmgr.el (toplevel): Ditto.
8312         * wl-folder.el (toplevel): Ditto.
8313         * wl-highlight.el (toplevel): Ditto.
8314         * wl-message.el (toplevel): Ditto.
8315         * wl-mime.el (toplevel): Ditto.
8316         * wl-mule.el (toplevel): Ditto.
8317         * wl-nemacs.el (toplevel): Ditto.
8318         * wl-refile.el (toplevel): Ditto.
8319         * wl-score.el (toplevel): Ditto.
8320         * wl-summary.el (toplevel): Ditto.
8321         * wl-template.el (toplevel): Ditto.
8322         * wl-thread.el (toplevel): Ditto.
8323         * wl-util.el (toplevel): Ditto.
8324         * wl-vars.el (toplevel): Ditto.
8325         * wl-xmas.el (toplevel): Ditto.
8326         * wl.el (toplevel): Ditto.
8327
8328 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8329
8330         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8331         instead of product.
8332
8333         * wl-version.el (wl-version): Compile time evalution elmo-version.
8334
8335 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8336
8337         * wl-summary.el (wl-summary-sync-force-update): Append queue
8338         `mark-as-read'if unplugged.
8339
8340 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8341
8342         * wl-version.el: New file.  Use product.el.
8343         * wl.el: add (require 'wl-version).
8344         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8345         for ~/.folders header.
8346         (wl-fldmgr-folders-header): Changed.
8347         * wl-demo.el (wl-demo): Use product.el.
8348
8349         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8350         wl-version.el.
8351         * wl-util.el (wl-version, wl-version-show): Ditto.
8352
8353         * wl-util.el (wl-generate-user-agent-string,
8354         wl-extended-emacs-version, wl-extended-emacs-version2,
8355         wl-extended-emacs-version3): Move to wl-version.el.
8356         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8357         xemacs-codename, mime-edit-insert-user-agent-field,
8358         mime-edit-user-agent-value, mime-editor/version,
8359         mime-editor/codename): Compile warning killer move to
8360         wl-version.el
8361
8362 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8363
8364         * wl-summary.el (wl-summary-refile-subr): Fix.
8365
8366 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8367
8368         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8369         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8370
8371 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8372
8373         * wl.el (wl-check-environment): Check too many `@'.
8374
8375 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8376
8377         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8378
8379 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8380
8381         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8382         wl-draft-reply-myself-without-argument-list): Add variables.
8383         * wl-draft.el (wl-draft-reply): Use it.
8384
8385 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8386
8387         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8388         the 5th argument of `elmo-network-get-spec'.
8389
8390         * wl-thread.el (wl-thread-reparent-children): New inline function.
8391         (wl-thread-delete-message): Use it.
8392
8393         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8394         (wl-summary-score-update-all-lines): Don't use `dolist'.
8395
8396 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8397
8398         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8399         (require 'elmo-msgdb) for inline function.
8400
8401 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8402
8403         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8404
8405 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8406
8407         * wl-score.el (wl-score-headers): Fix for the confusing macro
8408         `elmo-kill-buffer'.
8409
8410 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8411
8412         * wl-summary.el: Don't use the 3rd argument of `require' because
8413         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8414         * wl-util.el: Ditto.
8415         * wl-draft.el: Ditto.
8416
8417 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8418
8419         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8420         window system is not used.
8421
8422 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8423
8424         * wl-thread.el: Don't use `mapcar' only for iteration.
8425         (wl-thread-resume-entity): Ditto.
8426         (wl-thread-delete-message): Ditto.
8427
8428         * wl-summary.el: Bind `dragdrop-drop-functions',
8429         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8430         of `require' for `timezone', `easymenu' and `ps-print';
8431         don't use `mapcar' only for iteration.
8432
8433         * wl-util.el: Bind `mule-version', `nemacs-version',
8434         `emacs-beta-version', `xemacs-codename',
8435         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8436         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8437         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8438         only for iteration.
8439
8440         * wl-score.el: Don't use `mapcar' only for iteration.
8441         (wl-score-simplify-buffer-fuzzy): Ditto.
8442         (wl-score-simplify-subject): Ditto.
8443         (wl-score-headers): Ditto.
8444         (wl-summary-score-update-all-lines): Ditto.
8445
8446         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8447         `enable-multibyte-characters' and `mule-version'.
8448
8449         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8450         `mapcar' only for iteration.
8451
8452         * wl-demo.el: Don't use `mapcar' only for iteration.
8453
8454         * wl-folder.el: Don't use `mapcar' only for iteration.
8455         (wl-folder-open-all): Ditto.
8456         (wl-folder-count-incorporates): Ditto.
8457
8458         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8459         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8460
8461         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8462         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8463         `smtp-connection-type'; specify 3rd argument of `require' for
8464         `timezone'; don't use `mapcar' only for iteration.
8465         (wl-draft-clone-local-variables): Don't use `mapcar'.
8466         (wl-draft-generate-clone-buffer): Ditto.
8467         (wl-user-agent-compose-internal): Ditto.
8468
8469         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8470
8471         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8472         (wl-save-status): Ditto.
8473
8474         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8475         for iteration.
8476
8477 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8478
8479         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8480         removed `Date'.
8481         (wl-fldmgr-make-filter-default): New user option.
8482
8483         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8484         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8485         (wl-fldmgr-filter-completion-alist): Abolish.
8486
8487         * wl.el (wl): Don't check servers if arg is non-nil.
8488
8489         * wl-draft.el (wl-draft-reply): Set only message-id string to
8490         In-Reply-To field.
8491
8492 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl-summary.el (wl-summary-pick): Rewrite.
8495
8496         * wl-draft.el (wl-draft-forward): Get references field from
8497         original buffer.
8498         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8499
8500 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8501
8502         * wl-draft.el (wl-draft-forward): Add references field.
8503
8504 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8507         (wl-draft-reply): Use it.
8508
8509 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8510
8511         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8512         when Emacs 21 is running.
8513
8514         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8515         bindings.
8516
8517 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8518
8519         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8520         XPM icons transparent.
8521
8522         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8523         Emacs 21.
8524
8525 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8526
8527         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8528         nil.
8529
8530         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8531         when it is persistent.
8532         (wl-summary-sync-marks): Changed argument for
8533         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8534         (wl-summary-virtual): Use `elmo-read-search-condition'.
8535         (wl-summary-redisplay-internal): If folder is local, mark as read
8536         even when folder is plugged.
8537
8538 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8539
8540         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8541         of `tool-bar-lines' in the frame parameters.
8542         (after-make-frame-functions, post-command-hook): Don't modify the
8543         value.
8544         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8545         wl-e21-tool-bar-lines): Removed.
8546
8547 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8548
8549         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8550         properties `evaporate' and `wl-momentary-overlay' as well.
8551         (wl-highlight-summary-displaying): Ditto.
8552         (wl-delete-all-overlays): Don't delete overlay which does not have
8553         a property `wl-momentary-overlay'.
8554
8555         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8556         `display-mouse-p' and `display-graphic-p'.
8557         (wl-folder-init-icons): Don't search for XBM or the other files.
8558         (wl-plugged-set-folder-icon): Make icons if and only if
8559         `display-graphic-p' returns non-nil.
8560         (wl-highlight-plugged-current-line): Use `before-string' overlay
8561         property to show icon images.
8562         (wl-highlight-folder-current-line): Ditto.
8563         (wl-e21-highlight-folder-group-line): Ditto.
8564         (wl-e21-highlight-folder-by-numbers): Ditto.
8565         (wl-e21-insert-image): Removed.
8566         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8567         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8568         said.
8569         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8570         `wl-e21-force-switch-toolbar'.
8571         (wl-e21-make-icon-image): Removed.
8572         (wl-e21-setup-toolbar): Don't search for XBM files.
8573         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8574         the default value.
8575
8576 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8577
8578         * wl-util.el (wl-biff-check-folder-async): Set
8579         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8580
8581 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8582
8583         * wl-e21.el (after-make-frame-functions): Add
8584         `wl-e21-force-switch-toolbar'.
8585         (wl-e21-force-switch-toolbar): New function force to switch the
8586         toolbar appearance automatically.
8587         (post-command-hook): Add `wl-e21-switch-toolbar'.
8588         (wl-e21-switch-toolbar): New function to switch the toolbar
8589         appearance automatically.
8590         (wl-e21-tool-bar-lines): New buffer local variable.
8591
8592 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8593
8594         * wl-util.el (wl-biff-check-folders-running): New variable.
8595         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8596         (wl-biff-check-folder-async-callback):
8597         Set `wl-biff-check-folders-running'.
8598         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8599         with unwind-protect.
8600
8601         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8602         Enclose `wl-folder-auto-check' with unwind-protect.
8603
8604         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8605         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8606
8607         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8608
8609         * wl-util.el (wl-biff-notify): New inline function.
8610         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8611         locally.
8612         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8613         folder-list' is 1.
8614         Use `wl-biff-notify'.
8615         (wl-biff-check-folder-async-callback): New function.
8616         (wl-biff-check-folder-async): Ditto.
8617
8618         * wl-folder.el (wl-folder): Don't check folders.
8619         (wl-folder-auto-check): New function.
8620
8621 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8622
8623         * wl-util.el (wl-biff-start) [Emacs19+]:
8624         Use `timer-next-integral-multiple-of-time'.
8625         (wl-biff-check-folders): Use `wl-default-folder'
8626         if `wl-biff-check-folder-list' is nil.
8627
8628 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8629
8630         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8631         instead of `elmo-delete-lists'.
8632
8633 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8634
8635         * wl.el (wl-plugged-toggle-all): Set the value of
8636         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8637         (wl-plugged-toggle): Ditto.
8638         (wl-toggle-plugged): Ditto.
8639         (wl-plugged-init): Ditto.
8640
8641         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8642         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8643         instead of `wl-biff-state-indicator-off' and
8644         `wl-biff-state-indicator-on'; don't modify the value and the type
8645         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8646         (wl-plugged-init-icons): Set icons data to
8647         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8648         instead of `wl-plug-state-indicator-off' and
8649         `wl-plug-state-indicator-on'; don't modify the value and the type
8650         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8651
8652         * wl-vars.el (wl-modeline-biff-state-off,
8653         wl-modeline-biff-state-on, wl-modeline-biff-status,
8654         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8655         wl-modeline-plug-status): New internal variables.
8656         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8657         wl-biff-check-interval, wl-biff-check-folder-list): Change
8658         customization group from `wl-folder' to `wl-highlight'.
8659         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8660         wl-show-plug-status-on-modeline): Defcustomized.
8661
8662         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8663         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8664         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8665         a flag to `mode-line-buffer-identification'.
8666
8667         * wl-e21.el (wl-biff-init-icons): Set icons data to
8668         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8669         instead of `wl-biff-state-indicator-off' and
8670         `wl-biff-state-indicator-on'.
8671         (wl-plugged-init-icons): Set icons data to
8672         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8673         instead of `wl-plug-state-indicator-off' and
8674         `wl-plug-state-indicator-on'.
8675
8676 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8677
8678         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8679         excessive titles.
8680
8681 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8682
8683         * wl.el (wl-plugged-mode): Use revised
8684         `wl-mode-line-buffer-identification'.
8685         (wl-plugged-init): Don't use `force-mode-line-update'.
8686
8687         * wl-xmas.el (wl-draft-overload-functions): Use revised
8688         `wl-mode-line-buffer-identification'.
8689         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8690         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8691         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8692         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8693         `wl-make-plugged-hook';
8694         add `wl-folder-init-icons' and `wl-setup-folder' to
8695         `wl-folder-mode-hook'.
8696
8697         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8698         19 as well.
8699         (wl-mode-line-display-priority-list): New user option.
8700         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8701         Defcustomized.
8702         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8703         Add docs.
8704
8705         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8706         start.
8707         (wl-mode-line-buffer-identification): Revised as a function.
8708
8709         * wl-summary.el (wl-summary-mode): Use revised
8710         `wl-mode-line-buffer-identification'; don't call
8711         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8712         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8713         `wl-xmas-setup-summary'.
8714
8715         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8716         `wl-mode-line-buffer-identification'.
8717
8718         * wl-mule.el (wl-draft-overload-functions): Use revised
8719         `wl-mode-line-buffer-identification'.
8720
8721         * wl-folder.el (wl-make-plugged-alist): Don't call
8722         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8723         (wl-folder): Don't call `wl-folder-init-icons' directly.
8724         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8725         `wl-xmas-setup-folder' directly;
8726         use revised `wl-mode-line-buffer-identification'.
8727         (TopLevel): Don't bind `wl-biff-init-icons',
8728         `wl-plugged-init-icons', `wl-folder-init-icons',
8729         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8730
8731         * wl-e21.el (wl-draft-overload-functions): Use revised
8732         `wl-mode-line-buffer-identification'.
8733         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8734         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8735         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8736         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8737         `wl-make-plugged-hook';
8738         add `wl-folder-init-icons' and `wl-setup-folder' to
8739         `wl-folder-mode-hook'.
8740
8741 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8742             Katsumi Yamaoka    <yamaoka@jpl.org>
8743
8744         * wl.el (wl): Call `wl-biff-start'.
8745         (wl-exit): Call `wl-biff-stop'.
8746         (wl-plugged-mode): Show biff in modeline.
8747         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8748
8749         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8750         (wl-biff-init-icons): New function.
8751         (wl-plugged-init-icons): Don't make too much keymaps.
8752         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8753
8754         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8755         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8756         variables.
8757         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8758         options.
8759
8760         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8761         wl-biff-start, wl-biff-stop): New functions.
8762         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8763         (wl-biff-timer-name): New variable.
8764
8765         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8766
8767         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8768         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8769
8770         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8771         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8772
8773         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8774         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8775         `wl-folder-init-icons' to `ignore' if they are not available.
8776         (wl-folder-mode): Show biff in modeline.
8777
8778         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8779         (wl-biff-init-icons): New function.
8780         (wl-plugged-init-icons): Don't make too much keymaps.
8781         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8782
8783 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8784
8785         * wl-vars.el (wl-strict-diff-folders): Customization Type
8786         and doc fix.  Define as a list of regular expressions for
8787         folders or nil.
8788         * wl-folder.el (wl-folder-check-one-entity): Use
8789         `wl-string-match-member' instead of `wl-string-member' for
8790         `wl-strict-diff-folders'.
8791
8792 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8793
8794         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8795         (wl-highlight-folder-current-line): Use it; new implementation.
8796         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8797         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8798         `defsubst' instead of `defun'.
8799
8800         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8801         `wl-highlight-group-folder-by-numbers'; made it can also be a
8802         number.  See info for more details.
8803
8804         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8805         running.
8806
8807         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8808         to bind them.
8809
8810         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8811         (wl-highlight-folder-current-line): New implementation.
8812
8813         * wl-highlight.el (wl-highlight-folder-group-line): New
8814         implementation.
8815         (wl-delete-all-overlays): Rewrite as a marco.
8816         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8817
8818         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8819         running.
8820         (wl-folder-*-glyph): No need to bind them.
8821
8822         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8823         `wl-e21-highlight-folder-group-icon'; rewrite.
8824         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8825         `defsubst' instead of `defun'.
8826         (wl-folder-mode-map): Bind it when compiling.
8827
8828 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8829
8830         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8831
8832         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8833
8834 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8835
8836         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8837
8838 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8839
8840         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8841         (wl-highlight-folder-current-line): Use it.
8842
8843         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8844         in `id-name'.
8845
8846 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8847
8848         * wl.el: Require `wl-e21' when Emacs 21 is running.
8849
8850         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8851         default when Emacs 21 is running.
8852         (wl-use-highlight-mouse-line): Ditto.
8853         (wl-on-emacs21): New constant.
8854         (wl-on-emacs20): Removed.
8855
8856         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8857         Emacs 21 is running.
8858
8859         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8860         Emacs 21 is running.
8861
8862         * wl-e21.el: New file.
8863
8864 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8865
8866         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8867         (wl-toggle-plugged): Ditto.
8868         (wl-plugged-toggle): Ditto.
8869         (wl-plugged-toggle-all): Ditto.
8870
8871         * wl-vars.el (wl-plug-state-indicator): Refer
8872         `wl-plug-state-indicator-on' indirectly.
8873
8874 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8877         Call `wl-folder-confirm-existence'.
8878
8879         * wl-folder.el (wl-folder-confirm-existence): Added optional
8880         argument `force'.
8881
8882 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8883
8884         * wl-summary.el (wl-summary-refile-subr): Assume
8885         `copy-or-refile' as symbol.
8886         (wl-summary-refile): Follow up above change.
8887         (wl-summary-copy): Ditto.  Doc fix.
8888
8889 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8890
8891         * wl-summary.el (wl-summary-pick): Don't bind
8892         `elmo-search-mime-charset'.
8893
8894         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8895         default using old backquote style.
8896         (wl-search-mime-charset): Abolished.
8897
8898         * wl-highlight.el (wl-highlight-headers):
8899         Call `point' after `re-search-forward'(for Nemacs).
8900
8901         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8902         for elmo-imap4.el.
8903
8904 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8905
8906         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8907         `wl-message-ignored-field-list' instead of
8908         `mime-view-ignored-field-list'.
8909
8910         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8911         Add interactive spec.
8912         (wl-folder-goto-bottom-of-current-folder): Ditto.
8913         (wl-folder-mode-map): Bind them.
8914
8915         * wl-vars.el (wl-message-ignored-field-list): New variable.
8916         (wl-message-visible-field-list): New variable.
8917
8918         * wl-mime.el (wl-mime-header-presentation-method): New function.
8919         (wl-mime-setup): Set header-presentation-method.
8920
8921 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8922
8923         * wl-nemacs.el (wl-draft-overload-functions): Set
8924         `mode-line-buffer-identification' instead of using
8925         `wl-make-modeline'.
8926
8927         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8928         instead of using `wl-make-modeline'.
8929
8930         * wl-xmas.el (wl-plugged-init-icons): Set up
8931         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8932         (wl-make-modeline): Abolish.
8933         (wl-draft-overload-functions): Set
8934         `mode-line-buffer-identification' instead of using
8935         `wl-make-modeline'.
8936
8937         * wl-util.el (wl-make-modeline-subr): Abolish.
8938         (wl-mode-line-buffer-identification): New alias.
8939
8940         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8941         (wl-summary-make-modeline): Abolish.
8942         (wl-summary-buffer-set-folder): Set
8943         `wl-summary-buffer-folder-indicator'.
8944         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8945         of using `wl-make-modeline'.
8946         (wl-summary-switch-to-clone-buffer): Don't set
8947         `mode-line-buffer-identification'.
8948         (wl-summary-goto-folder-subr): Ditto.
8949
8950         * wl-mule.el (wl-draft-overload-functions): Set
8951         `mode-line-buffer-identification' instead of using
8952         `wl-make-modeline'.
8953
8954         * wl-folder.el (wl-folder-mode): Set
8955         `mode-line-buffer-identification' instead of using
8956         `wl-make-modeline'.
8957         (wl-folder): Don't set `mode-line-buffer-identification'.
8958
8959 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8960
8961         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8962         instead of `member' for `wl-refile-guess-func-list' look-ups.
8963         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8964
8965 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8966
8967         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8968         `wl-message-button-dispatcher'.
8969
8970         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8971
8972         * wl-message.el (wl-message-button-dispatcher): Use it.
8973
8974         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8975         "In-Reply-To".
8976
8977         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8978         Bind `case-fold-search' to t.
8979
8980 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8981
8982         * wl-xmas.el (wl-message-overload-functions): Initialize
8983         `wl-message-button-map'.
8984
8985         * wl-mule.el (wl-message-overload-functions): Initialize
8986         `wl-message-button-map'.
8987
8988         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8989
8990         * wl-message.el (wl-message-button-map): New keymap.
8991         (wl-message-add-button): New function.
8992         (wl-message-button-dispatcher): New function.
8993         (wl-message-button-refer-article): New function.
8994
8995         * wl-highlight.el
8996         (wl-highlight-message-add-buttons-to-header): New function.
8997         (wl-highlight-headers): Use it.
8998
8999 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9000
9001         * wl-summary.el (wl-summary-default-from): Use
9002         `wl-address-get-petname-1'.
9003         (wl-summary-simple-from): Ditto.
9004
9005         * wl-address.el (wl-address-get-petname-1): New inline function.
9006         (wl-address-get-petname): Use it.
9007
9008 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9009
9010         * wl-summary.el (wl-summary-default-from): Return full-name part
9011         from the address if no petname was found.
9012         (wl-summary-simple-from): Ditto.
9013
9014         * wl-address.el (wl-address-get-petname): Return nil if no petname
9015         associated with the address was found.
9016
9017 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9018
9019         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9020         display is finished.
9021
9022 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9023
9024         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9025         `elmo-folder-exists-p' argument.
9026
9027 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9028
9029         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9030         the folder.
9031
9032 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9033
9034         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9035
9036         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9037         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9038
9039 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9040
9041         * wl-folder.el (wl-folder-create-subr): New function.
9042         (wl-folder-confirm-existence): Use it.
9043         (wl-folder-check-one-entity): Use it.
9044         Check the error symbol is derived from 'elmo-open-error.
9045
9046         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9047         `ignore-error'.
9048
9049 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9050
9051         * wl-util.el (toplevel): Add (eval-when-compile (require
9052         'elmo-util)).  (Maybe `provide' is typo.)
9053
9054 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9055
9056         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9057         (I don't know why this was needed.)
9058
9059         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9060         Follow up changes for stream-type.
9061
9062         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9063         (wl-draft-elmo-nntp-send): Ditto.
9064
9065         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9066         (wl-nntp-posting-stream-type): Ditto.
9067         (wl-pop-before-smtp-ssl): Abolished.
9068         (wl-nntp-posting-ssl): Ditto.
9069
9070         * wl-address.el (wl-address-quote-specials): New function.
9071         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9072
9073         * wl-draft.el (wl-draft-reply): Ditto.
9074
9075 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9076
9077         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9078         use function `wl-string-match-assoc'.
9079
9080 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9081
9082         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9083
9084         * wl-draft.el (wl-draft-deduce-address-list): New function.
9085         (wl-draft-parse-mailbox-list): Ditto.
9086         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9087         instead of `smtp-deduce-address-list'.
9088         (wl-draft-on-field-p): Follow group list.
9089
9090         * wl-address.el (wl-address-concat-token): New function.
9091         (wl-address-string-without-group-list-contents): Ditto.
9092         (wl-complete-field-body): Fixed problem of completion
9093         by japanese petname.
9094         (wl-address-make-completion-list): Rewrite.
9095
9096 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9097
9098         * wl-address.el (wl-address-make-completion-list): Completion by
9099         petname.
9100         (wl-complete-field-body): Likewise.
9101
9102 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9103
9104         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9105         contains invalid address syntax.
9106
9107 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9108
9109         * wl-folder.el (wl-folder-check-entity-async): Use
9110         `elmo-nntp-spec-hostname'.
9111
9112 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9113
9114         * wl-summary.el (wl-summary-msgdb-load-async): Use
9115         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9116
9117 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9118
9119         * wl-draft.el (wl-draft-reply): Set argument
9120         `content-transfer-encoding' as nil.
9121
9122 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9123
9124         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9125         `wl-refile-alist'.
9126
9127 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9128
9129         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9130         (wl-draft-edit-string): Ditto.
9131         (wl-draft-forward): Ditto.
9132         * wl-summary.el (wl-summary-write): Ditto.
9133
9134 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-summary.el (wl-summary-sync-update3): Call
9137         `wl-summary-buffer-number-column-detect'.
9138         (wl-summary-buffer-number-column-detect): Search from point-min.
9139
9140 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9143         contains an address which is not included in original to or cc.
9144
9145 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9146
9147         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9148         begin-line does not exist.
9149         * wl-message.el (wl-message-uu-substring): Ditto.
9150
9151 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9152
9153         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9154         clear local variables.
9155         (wl-summary-exit): Call `elmo-commit'.
9156         (wl-summary-switch-to-clone-buffer): Call
9157         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9158         (wl-summary-goto-folder-subr): Ditto.
9159
9160         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9161         POP folder.
9162
9163 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9166         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9167         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9168         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9169         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9170         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9171
9172         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9173
9174 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9175
9176         * wl-summary.el (wl-summary-search-by-subject):
9177         Search parent message from the latest one.
9178
9179 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9180
9181         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9182         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9183
9184         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9185         New user option.
9186
9187         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9188         if elmo-nntp-use-killed-list is nil.
9189         Use `elmo-msgdb-append-to-killed-list'.
9190         (Append numbers confirmed as disappeared to the killed list.)
9191         (wl-summary-confirm-appends): Don't display negative number.
9192
9193 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9194
9195         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9196
9197 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9198
9199         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9200         range is `all'.
9201         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9202         `elmo-list-bigger-diff'.
9203
9204 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9205
9206         * wl-summary.el (wl-summary-buffer-exit-func):
9207         New buffer local variable.
9208         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9209
9210 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9211
9212         * wl-demo.el (wl-demo): Fix the last change.
9213
9214 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9215
9216         * wl-demo.el (wl-demo): Don't use `eval'.
9217
9218 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9219
9220         * wl-summary.el (wl-summary-buffer-thread-modified):
9221         New buffer-local variable.
9222         (wl-summary-set-thread-modified): New function.
9223         (wl-summary-thread-modified-p): New function.
9224         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9225         (wl-summary-yank-saved-message): Use function
9226         `wl-summary-set-thread-modified'
9227         (wl-summary-switch-to-clone-buffer): Add
9228         `wl-summary-buffer-thread-modified'.
9229
9230         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9231         (wl-summary-buffer-mark-saved-hook): Ditto.
9232         * wl-summary.el (wl-summary-msgdb-save): New hook
9233         `wl-summary-buffer-message-saved-hook' and
9234         `wl-summary-buffer-mark-saved-hook'.
9235
9236 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9237
9238         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9239
9240 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9241
9242         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9243         don't hide scroll bars under FSF Emacsen because it may incur an
9244         undesirable redrawing.
9245
9246 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9247
9248         * wl-draft.el (wl-draft-edit-string): Call
9249         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9250
9251 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9252
9253         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9254
9255 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9256
9257         * wl-summary.el (wl-summary-msgdb-load-async): Call
9258         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9259
9260 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9261
9262         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9263         fringes in demo buffer; center bitmap logo correctly even if old
9264         Mule is used.
9265
9266 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9267
9268         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9269
9270         * wl-refile.el (wl-refile-subject-alist): New variable.
9271         (wl-refile-subject-alist-file-name): Ditto.
9272         (wl-refile-alist-setup): Rewrite.
9273         (wl-refile-alist-save): Use `elmo-object-save'.
9274         Eliminated arguments.
9275         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9276         (wl-refile-guess-by-subject): New function.
9277         (wl-refile-guess-func-list): Added it.
9278
9279 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9280
9281         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9282         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9283
9284 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9285
9286         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9287         New buffer-local variable.
9288         (wl-summary-buffer-next-folder-func): Ditto.
9289         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9290         if non-nil.
9291         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9292         if non-nil.
9293         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9294         if non-nil.
9295         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9296         if non-nil.
9297
9298 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9299
9300         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9301         permanently in the demo buffer.
9302
9303 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9304
9305         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9306         `mime-entity-fetch-field'.
9307
9308         * wl.el (wl-exit): Delete plugged buffer.
9309
9310         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9311         XEmacs has menubar feature.
9312
9313 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9314
9315         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9316         cannot arrive at the beginning of the buffer under old Emacsen.
9317
9318 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9319
9320         * wl-address.el (wl-address-ldap-search):
9321         Call `ldap-search-entries' with `withdn' argument t.
9322         (wl-complete-field-body): Bind completion-ignore-case as t.
9323         Clear ldap search hash when it was sole completion.
9324         Use elmo-string for pattern string.
9325         (wl-ldap-alias-safe-string): Eliminated needless let.
9326
9327 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9328
9329         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9330         (wl-ldap-alias-sep): New constant.
9331         (wl-ldap-search-attribute-type-list): Ditto.
9332         (wl-ldap-get-value): New function.
9333         (wl-ldap-make-filter): Ditto.
9334         (wl-ldap-make-matched-value-list): Ditto.
9335         (wl-ldap-alias-safe-string): Ditto.
9336         (wl-ldap-register-dn-string): Ditto.
9337         (wl-address-ldap-search): Rewrite.
9338
9339 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9340
9341         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9342         thread is deleted.
9343         (wl-thread-delete-line-from-buffer): Ditto.
9344         (wl-thread-get-exist-children): New function.
9345
9346 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9347
9348         * wl-demo.el (wl-demo): Made it to select various image types.
9349         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9350         from `wl-title-logo'.
9351         (wl-logo-ascii): New variable.
9352         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9353         (wl-demo-copyright-notice): New constant.
9354
9355         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9356
9357 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9358
9359         * wl-vars.el (wl-summary-target-above): Renamed from
9360         wl-summary-temp-above.
9361         * wl-score.el (wl-score-get-score-alist): Use it.
9362         (wl-summary-score-update-all-lines): Use it.
9363         * wl-summary.el: Ditto. (make-variable-buffer-local).
9364
9365 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9366
9367         * wl-vars.el (wl-ldap-port): New user option.
9368
9369         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9370         Rewite whole implementation.
9371         (wl-complete-field-body): Fixed.
9372
9373 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9374
9375         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9376         Choose implementation at compile time.
9377
9378 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9379
9380         * wl-address.el (wl-ldap-search-internal): New function.
9381         (wl-complete-field-to): Use it.
9382
9383 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9384
9385         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9386         Use `let' instead of `let*'.
9387         Require 'wl-vars.
9388
9389         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9390         Define as defcustom.
9391         (wl-ldap-base): Ditto.
9392         (wl-use-ldap): Ditto.
9393
9394 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9395
9396         * wl-address.el (wl-ldap-search): New function.
9397         (wl-complete-field-body): Use `wl-ldap-search'.
9398         (wl-ldap-server): New variable.
9399         (wl-ldap-base): Ditto.
9400         (wl-use-ldap): Ditto.
9401
9402 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9403
9404         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9405         (Pointed out by Mito <mit@nines.nec.co.jp>).
9406         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9407         buffer-local variables like `wl-summary-redisplay-internal'.
9408         (wl-summary-redisplay-all-header): Likewise.  Update
9409         Summary view too.
9410
9411 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl-summary.el (wl-summary-jump-to-parent-message):
9414         Consider prefix argument.
9415
9416         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9417         when closed thread is deleted.
9418
9419 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9420
9421         * wl-summary.el (wl-summary-jump-to-parent-message):
9422         Consider thread modification.
9423
9424 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9425
9426         * wl-message.el (wl-message-normal-get-original-buffer): Use
9427         `save-excursion'.
9428
9429         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9430         (wl-summary-showto-folder-regexp): Ditto.
9431
9432 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9433
9434         * wl-util.el (wl-delete-alist): Doc fix.
9435         (wl-delete-associations): New function.
9436         (wl-inverse-alist): New function.
9437         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9438         Split temporary variables. Use `wl-delete-associations'
9439         and `wl-inverse-alist'.
9440         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9441
9442 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9443
9444         * wl-folder.el (wl-folder-prefetch-entity):
9445         Execute prefetching if new count is unknown.
9446
9447 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9448
9449         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9450
9451         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9452         delete entity.
9453         (wl-thread-set-parent): If insert as top, set linked as nil.
9454
9455         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9456         `wl-thread-cleanup-symbols' when view mode is thread.
9457
9458 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9459
9460         * wl-folder.el (wl-folder-create-folder-entity): Use
9461         with-current-buffer.
9462         (wl-local-folder-init): Call set-buffer to make sure we are in
9463         the Folder buffer. Don't touch buffer-local variables here.
9464         (wl-folder-mode): Initialize buffer-local variables here.
9465
9466         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9467         (wl-folder-entity-assign-id): Ditto.
9468         (wl-folder-create-entity-hashtb): Ditto.
9469         (wl-local-folder-init): Ditto.
9470         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9471
9472 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9473
9474         * wl-summary.el (wl-summary-default-from): Fix probrem when
9475         std11-extract-address-components return (nil "foo@bar").
9476
9477 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9478
9479         * wl-draft.el (wl-draft-clone-local-variables):
9480         Remove redundant `setq'.
9481
9482 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9483
9484         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9485         Bind wl-highlight-x-face-func as nil while highlighting header.
9486
9487 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9488
9489         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9490
9491 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9492
9493         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9494         elmo-msgdb-overview-hashtb from copy-variables.
9495         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9496         instead of `elmo-msgdb-overview-get-entity-by-number'.
9497         (wl-summary-auto-refile): Ditto.
9498
9499         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9500         `elmo-msgdb-overview-get-entity' instead of
9501         `elmo-msgdb-search-overview-entity'.  Use
9502         `elmo-msgdb-overview-get-entity' instead of
9503         `elmo-msgdb-overview-get-entity-by-number'.
9504         (wl-thread-insert-entity-sub): Ditto.
9505         (wl-thread-insert-message): Ditto.
9506
9507         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9508         `elmo-msgdb-overview-get-entity'.
9509         (wl-normal-message-redisplay): Ditto.
9510
9511 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9512
9513         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9514         `wl-thread-entities'.
9515         (wl-thread-delete-message): Fix remove top message from
9516         `wl-thread-entity-list'.
9517
9518         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9519         wl-append(nconc), because update-list is broken on Meadow.
9520
9521         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9522         updating process.
9523         (wl-summary-rescan): Ditto.
9524         (wl-summary-sync-update3): Ditto.
9525         * wl-thread.el (wl-thread-set-parent): Renamed from
9526         `wl-summary-set-parent'.
9527         (wl-thread-insert-message): Updating buffer faster.
9528         (wl-thread-delete-message): Updating buffer faster.
9529
9530         * wl-score.el (wl-summary-score-update-all-lines): Changed
9531         interval for display progress gauge.
9532
9533 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9534
9535         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9536         folder always-sticky.
9537         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9538         defmacro.
9539
9540 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9541
9542         * wl-vars.el (wl-draft-add-references): New user option.
9543
9544         * wl-draft.el (wl-draft-add-references): New function.
9545         (wl-draft-yank-from-mail-reply-buffer): Use it.
9546         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9547         as nil.
9548
9549 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9550
9551         * wl-thread.el (wl-thread-update-line-msgs): Called
9552         `wl-thread-update-line-on-buffer-sub'.
9553         (wl-thread-update-line-on-buffer): Delete routine of inserting
9554         thread.
9555         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9556         moved from `wl-thread-update-line-on-buffer'.
9557         Add threshold for displaying progress gauge.
9558         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9559         argument of `wl-thread-update-line-msgs'.
9560         Add threshold for displaying progress gauge.
9561         * wl-folder.el:
9562         Add threshold for displaying progress gauge.
9563         * wl-score.el: Ditto.
9564
9565         * wl-expire.el (wl-summary-expire): Display deleting info.
9566
9567 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9568
9569         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9570         `no-msg'.
9571         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9572         argument of `wl-thread-update-line-msgs'.
9573         (wl-summary-set-parent): Added optional argument `parent-number'.
9574         (wl-summary-buffer-saved-message): New buffer local variable.
9575         (wl-summary-save-current-message): New command.
9576         (wl-summary-yank-saved-message): Ditto.
9577         (wl-summary-mode-map): Added key binding for
9578         `wl-summary-save-current-message' (\ew) and
9579         `wl-summary-yank-saved-message' (\C-y).
9580         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9581
9582 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9583
9584         * wl-summary.el (wl-summary-mode-map): Added key binding for
9585         `wl-summary-set-parent' (ts).
9586
9587 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9588
9589         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9590         subject faster. If thread number is reverse, delayed updating
9591         thread.
9592         (wl-summary-search-by-subject): Ditto.
9593         (wl-summary-put-alike): Ditto.
9594         (wl-summary-get-alike): Ditto.
9595         (wl-summary-insert-headers): Insert header of all overview in
9596         buffer.
9597         (wl-summary-rescan): Delayed updating thread. Kill search subject
9598         buffer for wl-summary-search-by-subject.
9599         (wl-summary-sync-update3): Ditto.
9600         (wl-summary-exit): Ditto.
9601         (wl-summary-goto-bottom-of-current-thread): Change for linked
9602         thread.
9603         (wl-summary-overview-create-summary-line): Change line for linked
9604         thread.
9605
9606         * wl-summary.el (wl-summary-update-thread): Use
9607         wl-thread-maybe-get-children-num.
9608         (wl-summary-set-parent): If change parent, move sub thread.
9609         (wl-summary-redisplay-internal): Add horizontal recenter.
9610         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9611
9612         * wl-thread.el (wl-thread-entity-get-linked): New function.
9613         (wl-thread-entity-set-linked): New function.
9614         (wl-thread-create-entity): Add linked element.
9615         (wl-thread-entity-insert-as-top): Use wl-append.
9616         (wl-thread-maybe-get-children-num): If closing thread, return
9617         children msgs.
9618         (wl-thread-update-line-msgs): Displaying progress message.
9619         (wl-thread-update-line-on-buffer-sub): Use
9620         wl-thread-maybe-get-children-num.
9621         (wl-thread-update-line-on-buffer): If update line is not exists,
9622         insert thread.
9623         (wl-thread-delete-message): If delete top msg of thread, search
9624         parent by subject.
9625         (wl-thread-insert-entity): Use
9626         wl-thread-maybe-get-children-num.
9627
9628         * wl-highlight.el (wl-highlight-summary-current-line): change
9629         sregexp for linked thread.
9630         * wl-util.el (wl-count-lines): Count lines.
9631         (wl-horizontal-recenter): horizontal recenter.
9632         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9633         (wl-score-get-alike): Ditto.
9634         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9635         (wl-subject-length-limit): New variable.
9636         (wl-highlight-thread-indent-string-regexp): Changed for linked
9637         thread.
9638
9639 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9640
9641         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9642         New variable (revival).
9643         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9644         by subject matching if there's no in-reply-to nor references field
9645         (revival).
9646
9647 \f
9648 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9649
9650         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9651         message.
9652
9653 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * wl-summary.el (wl-summary-reply): Return t if there was a
9656         message at cursor point.
9657         Added unwind-protect.
9658         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9659         returns t.
9660         (wl-summary-cancel-message): Do nothing when there's no message at
9661         cursor point.
9662         (wl-summary-forward): Ditto.
9663         (wl-summary-jump-to-parent-message): Ditto.
9664         (wl-summary-reedit): Ditto.
9665         (wl-summary-edit-addresses): Ditto.
9666         (wl-summary-pipe-message): Ditto.
9667         (wl-summary-print-message-with-ps-print): Ditto.
9668         (wl-summary-print-message): Ditto.
9669         (wl-summary-mark-as-important): Ditto.
9670         (wl-summary-mark-as-unread): Ditto.
9671
9672         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9673         message at cursor point.
9674         (wl-summary-reply-with-citation): Remove unwind-protect.
9675
9676         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9677         subject searching feature.
9678         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9679         Eliminated.
9680
9681 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9682
9683         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9684         New variable.
9685         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9686         by subject matching if there's no in-reply-to nor references field.
9687
9688         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9689
9690         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9691         when display is finished.
9692         (wl-folder-open-all): Ditto.
9693         (wl-folder-update-access-group): Ditto.
9694         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9695         * wl-thread.el (wl-thread-close-all): Ditto.
9696
9697         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9698         progress gauge only when it was displayed.
9699         * wl-folder.el (wl-folder-insert-entity): Ditto.
9700
9701 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9702
9703         * wl-summary.el (wl-summary-incorporate): Enclose
9704         `wl-summary-sync-force-update' with save-excursion.
9705
9706 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9707
9708         * wl-summary.el (wl-summary-prefetch-region):
9709         Pass current cursor point to `pos-visible-in-window-p' after
9710         moving cursor to the started point.
9711
9712 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9713
9714         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9715
9716         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9717         fields from the forwarding message.
9718         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9719         `ignored-fields'.
9720
9721 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9722
9723         * wl-mime.el (wl-message-request-partial):
9724         Eliminated argument `msgdb'.
9725         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9726         (wl-mime-combine-message/partial-pieces): Likewise.
9727         * tm-wl.el (wl-message-request-partial): Likewise.
9728         (wl-mime-combine-message/partial-pieces): Likewise.
9729
9730 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9731
9732         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9733         when display is finished.
9734
9735 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9736
9737         * wl-summary.el (wl-summary-goto-folder-subr):
9738         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9739
9740 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9741
9742         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9743         when cursor point is visible.
9744
9745 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9746
9747         * wl-expire.el (wl-expire-archive-get-max-number):
9748         Don't use `file-name-directory'.
9749
9750 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9751
9752         * wl-expire.el (wl-expire-archive-get-max-number):
9753         Use `file-name-directory'.
9754
9755 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9756
9757         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9758         only when there is progress.
9759
9760 2000-04-13  Mito <mit@nines.nec.co.jp>
9761
9762         * wl-summary.el (wl-summary-sync-marks): Display progress.
9763
9764 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9765
9766         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9767         (wl-summary-prev): Move cursor regardless of unread status.
9768         (wl-summary-next): Ditto.
9769
9770 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9771
9772         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9773         Added argument `target' and `number'.
9774         * tm-wl.el (wl-summary-burst-subr): New function.
9775         (wl-summary-burst): Use it.
9776
9777 2000-04-10  Mito <mit@nines.nec.co.jp>
9778
9779         * wl-mime.el (wl-burst): New function.
9780         (wl-summary-burst): Use it.
9781
9782 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9783
9784         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9785         as petname when there's no candidate.
9786
9787 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9788
9789         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9790         New variable.
9791         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9792
9793         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9794
9795         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9796
9797 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9798
9799         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9800         Use substring of `original' instead of buffer-substring.
9801         (wl-refile-evaluate-rule):
9802         Set `original' argument of wl-refile-expand-newtext.
9803
9804         * wl-summary.el
9805         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9806         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9807         (wl-summary-auto-refile): Check existence of destination folder just
9808         before marking.
9809
9810 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9811
9812         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9813         when wl-refile-get-field-value return nil.
9814
9815 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9816
9817         * wl-refile.el
9818         (wl-refile-expand-newtext): New function imported from Gnus.
9819         (wl-refile-evaluate-rule): Use it.
9820
9821 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9822
9823         * wl-summary.el (wl-summary-print-destination):
9824         Duplicate folder string to avoid putting text-property on
9825         original string.
9826
9827         * wl-refile.el (wl-refile-get-field-value): New function.
9828         (wl-refile-evaluate-rule): New function;
9829         Evaluate refile rule recursively.
9830         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9831         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9832         New function; Check existence of a target folder recursively.
9833         (wl-summary-auto-refile-check-refile-rule-alist):
9834         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9835
9836 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9837
9838         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9839
9840         * wl-folder.el (wl-create-folder-entity-from-buffer):
9841         Fixed problem when '}' character is contained in folder name.
9842
9843         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9844
9845 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9846
9847         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9848         (wl-fldmgr-add-completion-all-completions):
9849         Use wl-fldmgr-add-completion-hashtb.
9850
9851 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9852
9853         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9854         wl-fldmgr-add-completion-subr): New functions.
9855         * wl-folder.el (wl-folder-completion-func): New variable.
9856         * wl-summary.el (wl-summary-read-folder):
9857         Use wl-folder-completion-func.
9858
9859         * wl-refile.el: Eliminate throw & catch.
9860
9861         * wl.el (wl-plugged-sending-queue-status): Fixed.
9862
9863 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9864
9865         * wl-draft.el (wl-draft): Put category property on
9866         mail-header-separator.